*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0e17;--bg-secondary: #111827;--bg-card: #1a2234;--bg-card-hover: #1f2b42;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--accent: #E8611A;--accent-light: #ff8c42;--border: #1e293b;--border-light: #334155;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-light)}h1,h2,h3{line-height:1.2}button{font-family:inherit;cursor:pointer}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:#0a0e17d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.nav-links{display:flex;gap:.25rem}.nav-link{padding:.5rem 1rem;border-radius:8px;color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:all .2s}.nav-link:hover{color:var(--text-primary);background:var(--bg-card)}.nav-link.active{color:var(--accent);background:#e8611a1a}.api-status{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;padding:.4rem .85rem;border-radius:20px;background:var(--bg-card);border:1px solid var(--border)}.status-dot{width:8px;height:8px;border-radius:50%;background:#64748b}.api-status.connected .status-dot{background:#22c55e;box-shadow:0 0 8px #22c55e80}.api-status.disconnected .status-dot{background:#ef4444;box-shadow:0 0 8px #ef444480}.api-status.checking .status-dot{background:#f59e0b;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero{display:flex;align-items:center;justify-content:space-between;padding:5rem 4rem;max-width:1300px;margin:0 auto;width:100%;gap:4rem}.hero-content{flex:1}.hero-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;background:#e8611a1f;border:1px solid rgba(232,97,26,.25);color:var(--accent-light);font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:900;letter-spacing:-.03em;margin-bottom:1.25rem;line-height:1.1}.highlight{background:linear-gradient(135deg,var(--accent),var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:var(--text-secondary);font-size:1.15rem;line-height:1.7;max-width:520px;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:10px;font-size:.95rem;font-weight:600;border:none;transition:all .25s}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;box-shadow:0 4px 20px #e8611a59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #e8611a80}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-light)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--text-muted);transform:translateY(-2px)}.hero-visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-ball-wrapper{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.hero-ball{position:relative;z-index:2;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(232,97,26,.3))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-ring{position:absolute;border-radius:50%;border:1.5px solid rgba(232,97,26,.15)}.ring-1{width:240px;height:240px;animation:spin 20s linear infinite}.ring-2{width:300px;height:300px;border-style:dashed;border-color:#6366f11f;animation:spin 30s linear infinite reverse}.ring-3{width:360px;height:360px;border-color:#14b8a614;animation:spin 40s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.section-header p{color:var(--text-secondary);font-size:1.05rem}.stats-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s}.stat-card:hover{background:var(--bg-card-hover);border-color:var(--border-light);transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.6rem;font-weight:800;line-height:1.2}.stat-label{font-size:.8rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.features-section{padding:4rem 2rem 5rem;max-width:1200px;margin:0 auto;width:100%}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{background:var(--bg-card-hover);border-color:var(--border-light);transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.feature-icon{font-size:2.2rem;margin-bottom:1rem}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.6rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.footer{margin-top:auto;padding:2rem;border-top:1px solid var(--border);background:var(--bg-secondary)}.footer-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1rem}.footer-text{color:var(--text-muted);font-size:.85rem}@media(max-width:1024px){.hero{padding:3rem 2rem;flex-direction:column;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.stats-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar{padding:.75rem 1rem}.nav-links{display:none}.hero h1{font-size:2.2rem}.hero-ball-wrapper{width:220px;height:220px}.hero-ball svg{width:120px;height:120px}.ring-1{width:170px;height:170px}.ring-2{width:210px;height:210px}.ring-3{width:250px;height:250px}.stats-grid,.features-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:.75rem;text-align:center}}.vision-page{display:flex;flex-direction:column;min-height:calc(100vh - 140px);background:var(--bg-dark);color:#fff;padding:2rem 1rem}.vision-header{display:flex;align-items:center;padding-bottom:2rem;max-width:800px;margin:0 auto;width:100%}.vision-back-btn{display:flex;align-items:center;gap:.5rem;background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary);padding:.5rem 1rem;border-radius:var(--radius-md);cursor:pointer;margin-right:1.5rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.vision-back-btn:hover{background:var(--hover-color);color:var(--text-primary);border-color:var(--text-secondary)}.vision-title{font-size:1.75rem;margin:0;font-weight:700;color:var(--text-primary)}.vision-content{flex:1;width:100%}.vision-main{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.upload-container{background:var(--card-bg);padding:2.5rem;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1.5rem;border:1px solid var(--border-color);box-shadow:0 10px 15px -3px #0000001a}.model-selector{display:flex;flex-direction:column;gap:.75rem}.model-selector label{font-weight:600;color:var(--text-secondary);font-size:.95rem}.model-selector select{background:var(--bg-dark);color:var(--text-primary);border:1px solid var(--border-color);padding:.75rem 1rem;border-radius:var(--radius-md);font-size:1rem;width:100%;cursor:pointer}.model-selector select:focus{outline:2px solid var(--primary-color);border-color:transparent}.file-selector{width:100%}.file-selector input{background:var(--bg-dark);padding:1.5rem;border:2px dashed var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;box-sizing:border-box;transition:border-color .2s}.file-selector input:hover{border-color:var(--primary-color)}.file-selector input[type=file]::file-selector-button{background-color:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:var(--radius-sm);margin-right:1rem;cursor:pointer;font-weight:500;transition:all .2s}.file-selector input[type=file]::file-selector-button:hover{background-color:var(--hover-color)}.btn-block{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;margin-top:.5rem}.vision-error{background:#ef44441a;color:#ef4444;padding:1rem;border-radius:var(--radius-md);border:1px solid rgba(239,68,68,.2);margin-top:1rem}.progress-box{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#0f172a99;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.progress-box-header{display:flex;justify-content:space-between;align-items:center;color:var(--text-primary);font-weight:600}.progress-track{width:100%;height:9px;border-radius:999px;background:#0b1227;overflow:hidden;border:1px solid var(--border-color)}.progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#fb923c);transition:width .4s ease}.progress-log-list{max-height:150px;overflow-y:auto;padding-right:.25rem}.progress-log-item{font-size:.9rem;color:var(--text-secondary);line-height:1.45;padding:.2rem 0}.video-link-wrap{margin-top:.5rem}.video-link-wrap a{color:#f97316;text-decoration:underline}.result-container{background:var(--card-bg);padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);animation:fadeIn .4s ease-out;box-shadow:0 10px 15px -3px #0000001a}.result-container h3{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.processed-video{width:100%;border-radius:var(--radius-md);background:#000;max-height:500px;outline:none;border:1px solid var(--border-color)}.stats-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}.stat-box{background:var(--bg-dark);padding:1.5rem;border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--border-color)}.stat-label{display:block;color:var(--text-secondary);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-value{font-size:2.5rem;font-weight:700;color:var(--primary-color);line-height:1}@media(max-width:640px){.vision-page{padding:1rem}.vision-header{padding-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.upload-container,.result-container{padding:1.5rem}.vision-title{font-size:1.4rem}.file-selector input{padding:1rem}.file-selector input[type=file]::file-selector-button{display:block;margin-bottom:.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
