*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f0f;color:#e8e8e8;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding-top:15vh}.app{text-align:center;max-width:560px;width:100%;padding:0 20px;position:relative;z-index:1}.app h1{font-size:2rem;margin-bottom:.5rem}.app p{color:#aaa;margin-bottom:2rem}.download-form .input-group{display:flex;gap:8px}.download-form input[type=url]{flex:1;padding:12px 16px;border-radius:8px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:1rem;outline:none;transition:border-color .2s}.download-form input[type=url]:focus{border-color:#fe2c55}.download-form button{padding:12px 24px;border-radius:8px;border:none;background:#fe2c55;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}.download-form button:hover:not(:disabled){opacity:.85}.download-form button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#ff4d4d;margin-top:1rem;font-size:.9rem}.loading-message{color:#aaa;margin-top:1rem;font-size:.9rem}.mode-toggle{display:flex;gap:4px;justify-content:center;margin-bottom:2rem;background:#1a1a1a;border-radius:8px;padding:4px;border:1px solid #333}.mode-toggle button{flex:1;padding:8px 16px;border:none;border-radius:6px;background:transparent;color:#aaa;font-size:.9rem;cursor:pointer;transition:all .2s}.mode-toggle button.active{background:#fe2c55;color:#fff;font-weight:600}.bulk-download-form textarea{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:.9rem;font-family:monospace;resize:vertical;outline:none;transition:border-color .2s}.bulk-download-form textarea:focus{border-color:#fe2c55}.bulk-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.url-count{color:#aaa;font-size:.85rem}.bulk-actions button{padding:12px 24px;border-radius:8px;border:none;background:#fe2c55;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.bulk-actions button:hover:not(:disabled){opacity:.85}.bulk-actions button:disabled{opacity:.5;cursor:not-allowed}.matrix-rain{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.bulk-progress{position:relative;z-index:1}.progress-bar-container{width:100%;height:12px;background:#1a1a1acc;border-radius:6px;overflow:hidden;border:1px solid #333;box-shadow:0 0 20px #00ff4626}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#00ff46,#00cc38);border-radius:6px;transition:width .3s ease;box-shadow:0 0 12px #00ff4680}.progress-percent{font-size:3rem;font-weight:700;font-family:monospace;color:#00ff46;text-shadow:0 0 20px rgba(0,255,70,.6),0 0 40px rgba(0,255,70,.3);margin-top:1rem;margin-bottom:0}.progress-text{color:#aaa;margin-top:.5rem;font-size:.9rem}.success-message{color:#4caf50;margin-top:1rem;font-size:.9rem;text-shadow:0 0 10px rgba(76,175,80,.5)}.bulk-done button{margin-top:1rem;padding:10px 20px;border-radius:8px;border:none;background:#fe2c55;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.bulk-done button:hover{opacity:.85}
