body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#080c1a;color:#e2e8f0;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh;position:relative}.bg-circles{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.circle{position:absolute;border-radius:50%;will-change:transform;filter:blur(30px)}.c1{width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.35) 0%,transparent 70%);top:-10%;left:-8%;animation:drift1 14s ease-in-out infinite alternate}.c2{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.3) 0%,transparent 70%);top:40%;right:-10%;animation:drift2 12s ease-in-out infinite alternate}.c3{width:450px;height:450px;background:radial-gradient(circle,rgba(6,182,212,.25) 0%,transparent 70%);bottom:-15%;left:25%;animation:drift3 16s ease-in-out infinite alternate}.c4{width:350px;height:350px;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,transparent 70%);top:55%;left:10%;animation:drift4 10s ease-in-out infinite alternate}.c5{width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);top:5%;left:50%;animation:drift5 13s ease-in-out infinite alternate}.c6{width:250px;height:250px;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);bottom:20%;right:15%;animation:drift6 11s ease-in-out infinite alternate}@keyframes drift1{0%{transform:translate(0) scale(1);opacity:.6}to{transform:translate(160px,120px) scale(1.2);opacity:1}}@keyframes drift2{0%{transform:translate(0) scale(1);opacity:.6}to{transform:translate(-140px,-80px) scale(1.25);opacity:1}}@keyframes drift3{0%{transform:translate(0) scale(1);opacity:.5}to{transform:translate(100px,-160px) scale(1.15);opacity:.9}}@keyframes drift4{0%{transform:translate(0);opacity:.4}to{transform:translate(-80px,100px);opacity:.8}}@keyframes drift5{0%{transform:translate(0) scale(1);opacity:.4}to{transform:translate(-120px,60px) scale(1.15);opacity:.85}}@keyframes drift6{0%{transform:translate(0);opacity:.3}to{transform:translate(80px,-60px);opacity:.7}}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 5rem;position:relative;z-index:1}.hero{width:100%;max-width:640px;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#f1f5f9,#94a3b8 40%,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.1}.hero-subtitle{color:#64748b;font-size:1.05rem;margin-bottom:2rem;line-height:1.5}.search-box{display:flex;gap:.75rem;width:100%}.search-input{flex:1;padding:.9rem 1.25rem;border-radius:12px;border:1px solid rgba(30,41,59,.6);background:#1a2332b3;backdrop-filter:blur(12px);color:#e2e8f0;font-size:1rem;outline:none;transition:border-color .25s,box-shadow .25s}.search-input::placeholder{color:#475569}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.btn-analyze{padding:.9rem 1.75rem;border-radius:12px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;transition:all .25s}.btn-analyze:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #3b82f673}.btn-analyze:disabled{opacity:.5;cursor:not-allowed}.spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;display:inline-block;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.alert{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:left}.alert-error{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.25)}.alert-success{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.25)}.video-card{width:100%;max-width:640px;margin-top:2rem;background:#1a233299;backdrop-filter:blur(16px);border:1px solid rgba(30,41,59,.4);border-radius:20px;overflow:hidden;animation:cardIn .4s ease}@keyframes cardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-card-top{display:flex;gap:1.25rem;padding:1.25rem}.video-thumb-wrap{flex-shrink:0;width:220px;border-radius:12px;overflow:hidden}.video-thumb{width:100%;display:block}.video-card-info{flex:1;min-width:0}.video-title{font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.video-meta{display:flex;flex-direction:column;gap:.45rem}.meta-item{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#94a3b8}.meta-icon{width:16px;height:16px;flex-shrink:0}.download-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1.25rem 1.25rem}.zip-toggle{display:flex;align-items:center;gap:.65rem;font-size:.85rem;font-weight:600}.zip-option{color:#475569;cursor:pointer;transition:color .2s;user-select:none}.zip-option.active{color:#e2e8f0}.zip-switch{position:relative;width:44px;height:24px;background:#1e293b;border-radius:12px;cursor:pointer;transition:background .25s;border:1px solid #334155}.zip-switch.zipped{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#3b82f6}.zip-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#94a3b8;border-radius:50%;transition:all .25s}.zip-switch.zipped .zip-knob{left:22px;background:#fff}.btn-download{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:320px;padding:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .25s;letter-spacing:.02em;box-shadow:0 4px 20px #f59e0b40}.btn-download:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 35px #f59e0b73}.btn-download:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.download-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:420px;align-items:center}.dl-secondary{display:flex;gap:.5rem;width:100%}.btn-secondary{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(59,130,246,.15);background:#3b82f60f;color:#94a3b8;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-secondary:hover{background:#3b82f61f;border-color:#3b82f64d;color:#e2e8f0;transform:translateY(-1px)}.quality-selector{display:flex;align-items:center;gap:.5rem;width:100%}.quality-label{color:#94a3b8;font-size:.85rem;font-weight:500;white-space:nowrap}.quality-select{flex:1;padding:.65rem .75rem;border-radius:12px;border:1px solid rgba(30,41,59,.6);background:#1a2332b3;color:#e2e8f0;font-size:.85rem;font-weight:600;outline:none;cursor:pointer;min-width:80px}.quality-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.api-btn{position:fixed;top:1rem;right:1.5rem;z-index:50;background:transparent;border:1px solid rgba(96,165,250,.3);color:#93c5fd;padding:.5rem 1.2rem;border-radius:.5rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.api-btn:hover{border-color:#60a5fa;color:#60a5fa;background:#60a5fa14}.api-popup-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#080c1ab3;backdrop-filter:blur(8px)}.api-popup{background:#111827;border:1px solid #1e293b;border-radius:1rem;padding:2.5rem 3rem;text-align:center;position:relative;max-width:90vw}.api-popup-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:#64748b;font-size:1.5rem;cursor:pointer;line-height:1}.api-popup-close:hover{color:#e2e8f0}.api-popup-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#f1f5f9}.api-popup-text{font-size:1.1rem;color:#94a3b8}.footer{text-align:center;padding:1rem 1.5rem;position:fixed;bottom:0;left:0;right:0;z-index:2;background:linear-gradient(transparent,#080c1a 40%)}.footer-link{color:#475569;text-decoration:none;font-size:.85rem;transition:color .2s}.footer-link:hover{color:#60a5fa}.dl-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#080c1acc;backdrop-filter:blur(24px);animation:dlFadeIn .3s ease}@keyframes dlFadeIn{0%{opacity:0}to{opacity:1}}.dl-modal{width:100%;max-width:400px;background:#141c2df2;border:1px solid rgba(59,130,246,.15);border-radius:24px;padding:1.75rem;box-shadow:0 25px 60px #00000080,0 0 40px #3b82f614;animation:dlSlideUp .35s cubic-bezier(.16,1,.3,1);margin:1rem}@keyframes dlSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dl-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.dl-title{font-size:1rem;font-weight:700;color:#f1f5f9}.dl-bar-track{width:100%;height:6px;background:#3b82f61a;border-radius:3px;overflow:hidden}.dl-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#3b82f6);background-size:200% 100%;animation:dlShimmer 2s linear infinite;transition:width .5s cubic-bezier(.16,1,.3,1)}.dl-bar-indet{animation:dlIndet 1.8s ease-in-out infinite,dlShimmer 2s linear infinite}@keyframes dlIndet{0%{width:10%;margin-left:0%}50%{width:40%;margin-left:60%}to{width:10%;margin-left:90%}}@keyframes dlShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dl-files{display:flex;flex-direction:column;gap:.6rem}.dl-file{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.04);transition:all .3s ease}.dl-file.complete{border-color:#22c55e1f;background:#22c55e0a}.dl-file-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dl-check{width:18px;height:18px;animation:dlCheckIn .35s cubic-bezier(.16,1,.3,1)}@keyframes dlCheckIn{0%{transform:scale(0) rotate(-10deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.dl-spinner{width:16px;height:16px;border:2px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:dlSpin .7s linear infinite}@keyframes dlSpin{to{transform:rotate(360deg)}}.dl-dot{width:7px;height:7px;border-radius:50%;background:#334155}.dl-file-body{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.dl-file-name{font-size:.85rem;font-weight:600;color:#cbd5e1}.dl-file.complete .dl-file-name{color:#86efac}.dl-file-status{font-size:.75rem;font-weight:500;color:#475569}.dl-file.downloading .dl-file-status{color:#60a5fa}.dl-file.complete .dl-file-status{color:#22c55e}.dl-divider{height:1px;background:#ffffff0f;margin:1.25rem 0 1rem}.dl-footer{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:700;color:#22c55e}.dl-done-btn{margin-left:auto;padding:.5rem 1.25rem;border-radius:10px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.dl-done-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #22c55e59}@media (max-width: 640px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.95rem}.search-box,.video-card-top{flex-direction:column}.video-thumb-wrap{width:100%}.main{justify-content:flex-start;padding-top:3rem}}@media (max-width: 480px){.dl-secondary{flex-direction:column}}
