*{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;color-scheme:dark}.app{text-align:center;max-width:480px;width:100%;padding:0 20px;position:relative;z-index:1}.app h1{font-size:2.2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app p{color:#aaa;margin-bottom:2rem}.download-form,.bulk-download-form,.account-download-form form{background:#1a1a1a99;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:24px}.download-form .input-group{display:flex;gap:8px}.download-form input[type=url]{flex:1;padding:14px 16px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:1rem;outline:none;transition:all .2s ease}.download-form input[type=url]:focus{border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c5526}.download-form button{padding:14px 24px;border-radius:10px;border:none;background:linear-gradient(135deg,#fe2c55,#e91e45);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.download-form button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px #fe2c554d}.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:10px;padding:4px;border:1px solid #333}.mode-toggle button{flex:1;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#aaa;font-size:.85rem;white-space:nowrap;cursor:pointer;transition:all .2s ease}.mode-toggle button.active{background:#fe2c55;color:#fff;font-weight:600}.bulk-download-form textarea{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:.9rem;font-family:monospace;resize:vertical;outline:none;transition:all .2s ease}.bulk-download-form textarea:focus{border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c5526}.bulk-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.url-count{color:#aaa;font-size:.85rem}.bulk-actions button{padding:14px 24px;border-radius:10px;border:none;background:linear-gradient(135deg,#fe2c55,#e91e45);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.bulk-actions button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px #fe2c554d}.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:10px;border:none;background:#fe2c55;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.bulk-done button:hover{opacity:.85}.login-form{display:flex;flex-direction:column;gap:12px;max-width:320px;margin:0 auto}.login-form input[type=password]{padding:14px 16px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:1rem;outline:none;transition:all .2s ease;text-align:center}.login-form input[type=password]:focus{border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c5526}.login-form button{padding:14px 24px;border-radius:10px;border:none;background:linear-gradient(135deg,#fe2c55,#e91e45);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.login-form button:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px #fe2c554d}.login-form button:disabled{opacity:.5;cursor:not-allowed}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.login-form.shake{animation:shake .4s ease-in-out}.account-download-form{position:relative;z-index:1}.account-download-form .input-group{display:flex;gap:8px}.account-download-form input[type=url]{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:1rem;outline:none;transition:all .2s ease}.account-download-form input[type=url]:focus{border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c5526}.date-toggle{display:flex;gap:4px;margin-top:16px;background:#1a1a1a;border-radius:10px;padding:4px;border:1px solid #333}.date-toggle button{flex:1;padding:8px 16px;border:none;border-radius:8px;background:transparent;color:#aaa;font-size:.85rem;cursor:pointer;transition:all .2s ease}.date-toggle button.active{background:#fe2c55;color:#fff;font-weight:600}.date-presets{display:flex;gap:8px;margin-top:12px;justify-content:center}.date-presets button{padding:6px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#aaa;font-size:.8rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.date-presets button:hover{border-color:#fe2c55;color:#fe2c55}.date-presets button.active-preset{border-color:#fe2c55;color:#fe2c55;background:#fe2c551a}.date-range-inputs{display:flex;gap:12px;margin-top:12px}.date-range-inputs label{flex:1;display:flex;flex-direction:column;gap:4px;color:#aaa;font-size:.8rem}.date-range-inputs input[type=date]{padding:10px 12px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:.9rem;outline:none;color-scheme:dark;transition:all .2s ease}.date-range-inputs input[type=date]:focus{border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c5526}.folder-selector{display:flex;align-items:center;gap:10px;margin-top:16px}.folder-selector label{color:#aaa;font-size:14px;white-space:nowrap}.folder-selector select{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#fff;font-size:14px;cursor:pointer}.folder-selector select:hover{border-color:#fe2c55}.account-submit{width:100%;margin-top:16px;padding:14px 24px;border-radius:10px;border:none;background:linear-gradient(135deg,#fe2c55,#e91e45);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.account-submit:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px #fe2c554d}.account-submit:disabled{opacity:.5;cursor:not-allowed}.phase-indicator{display:flex;justify-content:center;align-items:flex-start;gap:0;margin-bottom:2rem}.phase-step{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex:1}.phase-step:not(:last-child):after{content:"";position:absolute;top:8px;left:calc(50% + 10px);width:calc(100% - 20px);height:2px;background:#333;transition:background .3s ease}.phase-step.step-completed:not(:last-child):after{background:#00ff46;box-shadow:0 0 6px #00ff4666}.phase-dot{width:12px;height:12px;border-radius:50%;background:#333;border:2px solid #555;transition:all .3s;position:relative;z-index:1}.phase-dot.completed{background:#00ff46;border-color:#00ff46}.phase-dot.active{background:#00ff46;border-color:#00ff46;box-shadow:0 0 12px #00ff4699,0 0 24px #00ff464d;animation:phase-pulse 1.5s ease-in-out infinite}@keyframes phase-pulse{0%,to{box-shadow:0 0 12px #00ff4699,0 0 24px #00ff464d}50%{box-shadow:0 0 20px #00ff46cc,0 0 40px #00ff4666}}.phase-label{font-size:.7rem;color:#555;transition:color .3s}.phase-label.active{color:#00ff46;font-weight:600}.phase-label.completed{color:#aaa}.phase-content{text-align:center}.account-progress .phase-content{background:#00ff4608;border:1px solid rgba(0,255,70,.1);border-radius:12px;padding:24px}.zip-spinner{width:40px;height:40px;border:3px solid #333;border-top-color:#00ff46;border-radius:50%;margin:1rem auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar-fill.drive-fill{background:linear-gradient(90deg,#4285f4,#2b6ed9);box-shadow:0 0 12px #4285f480}.account-done{display:flex;flex-direction:column;align-items:center;gap:12px}.download-zip-btn{padding:14px 24px;border-radius:10px;border:none;background:#00ff46;color:#0f0f0f;font-size:1rem;font-weight:700;cursor:pointer;width:100%;transition:all .2s ease}.download-zip-btn:hover{transform:scale(1.02);box-shadow:0 4px 15px #00ff464d}.drive-link-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;background:#4285f4;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;width:100%;justify-content:center;transition:all .2s ease}.drive-link-btn:hover{transform:scale(1.02);box-shadow:0 4px 15px #4285f44d}.drive-link-btn svg{flex-shrink:0}.reset-btn{padding:12px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#e8e8e8;font-size:.9rem;font-weight:600;cursor:pointer;width:100%;transition:all .2s ease}.reset-btn:hover{border-color:#fff6;background:#ffffff0d}@media(max-width:400px){.date-range-inputs{flex-direction:column}.phase-indicator{gap:0}.phase-label{font-size:.6rem}.date-presets{flex-wrap:wrap}}.batch-account-form{position:relative;z-index:1}.batch-account-form form{background:#1a1a1a99;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:24px}.batch-account-form textarea{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #333;background:#1a1a1a;color:#e8e8e8;font-size:.9rem;font-family:monospace;resize:vertical;outline:none;transition:all .2s ease}.batch-account-form textarea:focus{border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c5526}.batch-url-count{color:#aaa;font-size:.85rem;margin-top:10px;text-align:center}.batch-progress{background:#1a1a1a99;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:24px}.batch-header{text-align:center;margin-bottom:16px}.batch-overall{font-size:1rem;font-weight:600;color:#00ff46;margin:0}.batch-overall.batch-complete{color:#4caf50}.batch-current-detail{color:#aaa;font-size:.85rem;margin-top:4px}.batch-progress-text{color:#aaa;font-size:.85rem;text-align:center;margin-top:8px}.batch-results-list{max-height:320px;overflow-y:auto;margin-top:16px;display:flex;flex-direction:column;gap:4px;scrollbar-width:thin;scrollbar-color:#333 transparent}.batch-results-list::-webkit-scrollbar{width:6px}.batch-results-list::-webkit-scrollbar-track{background:transparent}.batch-results-list::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.batch-result-row{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:.85rem}.batch-result-icon{width:18px;text-align:center;flex-shrink:0;font-size:.9rem}.batch-result-username{font-weight:600;white-space:nowrap;flex-shrink:0}.batch-result-status{color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:auto;text-align:right}.batch-result-done{background:#00ff460d}.batch-result-done .batch-result-icon{color:#00ff46}.batch-result-done .batch-result-username{color:#aaa}.batch-result-error{background:#ff4d4d0d}.batch-result-error .batch-result-icon,.batch-result-error .batch-result-username,.batch-result-error .batch-result-status{color:#ff4d4d}.batch-result-current{background:#00ff4614;border:1px solid rgba(0,255,70,.2)}.batch-result-current .batch-result-icon{color:#00ff46;animation:spin 1.5s linear infinite}.batch-result-current .batch-result-username{color:#00ff46}.batch-result-queued{opacity:.5}.batch-summary{margin-top:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.app-wide{max-width:720px}.dev-pipeline{width:100%}.dev-dropzone{border:2px dashed rgba(255,255,255,.2);border-radius:12px;padding:60px 24px;text-align:center;cursor:pointer;transition:all .2s ease;background:#ffffff08}.dev-dropzone:hover,.dev-dropzone.drag-over{border-color:#00ff46;background:#00ff460d}.dropzone-icon{font-size:2.5rem;margin-bottom:12px}.dropzone-text{color:#999;font-size:.9rem}.dev-review-header{text-align:center;margin-bottom:20px}.dev-stats{font-size:1.1rem;color:#e8e8e8;margin-bottom:4px}.stat-highlight{color:#00ff46;font-weight:700;font-size:1.3rem}.dev-stats-sub{font-size:.8rem;color:#666}.dev-date-input{margin-bottom:20px}.dev-date-input label{display:block;font-size:.85rem;color:#999;margin-bottom:6px;text-align:left}.dev-date-input input{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#ffffff0f;color:#e8e8e8;font-size:.95rem;box-sizing:border-box}.dev-date-input input::placeholder{color:#555}.dev-video-table-container{max-height:400px;overflow-y:auto;border-radius:10px;border:1px solid rgba(255,255,255,.1);margin-bottom:20px}.dev-video-table{width:100%;border-collapse:collapse;font-size:.82rem;table-layout:fixed}.dev-video-table thead{position:sticky;top:0;background:#1a1a1a;z-index:1}.dev-video-table th:nth-child(1){width:36px}.dev-video-table th:nth-child(2){width:140px}.dev-video-table th:nth-child(3){width:auto}.dev-video-table th:nth-child(4){width:70px;text-align:right}.dev-video-table th:nth-child(5){width:70px;text-align:right}.dev-video-table td:nth-child(1){text-align:center;color:#555}.dev-video-table td:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e8e8e8}.dev-video-table td:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dev-video-table td:nth-child(4),.dev-video-table td:nth-child(5){text-align:right;font-variant-numeric:tabular-nums}.dev-batch-section{margin-bottom:24px}.dev-batch-title{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#e8e8e8;margin:0 0 10px;text-align:left}.batch-subtitle{font-size:.75rem;color:#666;font-weight:400;margin-left:4px}.batch-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.batch-dot.batch-views{background:#4da6ff}.batch-dot.batch-ratio{background:#fa0}.batch-tag-views,.batch-tag-ratio{display:inline-block;width:18px;height:18px;border-radius:4px;font-size:.65rem;font-weight:700;line-height:18px;text-align:center;flex-shrink:0}.batch-tag-views{background:#0096ff33;color:#4da6ff}.batch-tag-ratio{background:#fa03;color:#fa0}.dev-video-table th{text-align:left;padding:8px 10px;color:#999;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.dev-video-table td{padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.05);color:#ccc}.dev-video-table tbody tr:hover{background:#ffffff08}.video-url-cell a{color:#888;text-decoration:none;font-size:.75rem}.video-url-cell a:hover{color:#00ff46}.dev-actions{display:flex;gap:10px;justify-content:flex-end;padding-bottom:80px}.btn-secondary{padding:10px 20px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:transparent;color:#999;cursor:pointer;font-size:.9rem}.btn-secondary:hover{border-color:#ffffff4d;color:#e8e8e8}.btn-primary{padding:10px 20px;border:none;border-radius:10px;background:#00ff46;color:#000;cursor:pointer;font-weight:600;font-size:.9rem}.btn-primary:hover{background:#00cc38}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.dev-phase-header{text-align:center;margin-bottom:16px}.dev-phase-header h3{margin:0 0 6px;color:#e8e8e8}.dev-date-badge{display:inline-block;padding:4px 12px;border-radius:20px;background:#00ff461a;color:#00ff46;font-size:.8rem}.dev-progress-stats{margin:16px 0}.dev-stat-row{display:flex;justify-content:space-between;padding:6px 0;font-size:.85rem;color:#ccc;border-bottom:1px solid rgba(255,255,255,.05)}.dev-stat-row.error{color:#ff4d4d}.dev-current{text-align:center;font-size:.85rem;color:#999;margin:12px 0}.dev-results-list{max-height:250px;overflow-y:auto;margin:12px 0;border:1px solid rgba(255,255,255,.08);border-radius:10px}.dev-result-item{display:flex;align-items:center;gap:10px;padding:6px 12px;font-size:.8rem;border-bottom:1px solid rgba(255,255,255,.04)}.dev-result-item.done .dev-result-status{color:#00ff46}.dev-result-item.error .dev-result-status{color:#ff4d4d}.dev-result-item.downloading .dev-result-status,.dev-result-item.processing .dev-result-status,.dev-result-item.uploading .dev-result-status{color:#fa0;animation:spin 1s linear infinite}.dev-result-item.pending .dev-result-status{color:#555}.dev-result-status{width:16px;text-align:center;flex-shrink:0}.dev-result-creator{flex:1;color:#ccc}.dev-result-views{color:#888;font-size:.75rem}.dev-result-error{color:#ff4d4d;cursor:help}.dev-done{text-align:center;margin-top:16px}.drive-link-btn{display:inline-block;padding:12px 24px;background:#00ff46;color:#000;font-weight:600;border-radius:10px;text-decoration:none;margin-bottom:12px;font-size:.95rem}.drive-link-btn:hover{background:#00cc38}.dev-summary{font-size:.85rem;color:#999;margin-bottom:12px}
