*{box-sizing:border-box;margin:0;padding:0}body{color:#f0f0f5;background:#0a0a0f;min-height:100vh;font-family:Inter,system-ui,sans-serif}.app{max-width:960px;margin:0 auto;padding:0 20px 60px}header{padding:36px 0 28px}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.logo{letter-spacing:-1px;background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:800}.tagline{color:#6b7280;margin-top:8px;font-size:.95rem}.card{background:#13131a;border:1px solid #1f1f2e;border-radius:16px;padding:32px}.uploader{max-width:600px;margin:0 auto}.drop-zone{text-align:center;cursor:pointer;border:2px dashed #2d2d42;border-radius:12px;padding:60px 32px;transition:all .2s}.drop-zone:hover,.drop-zone.drag-over{background:#1a1a2e;border-color:#7c3aed}.drop-zone.disabled{cursor:default;opacity:.8}.drop-icon{margin-bottom:16px;font-size:3rem}.drop-text{color:#d1d5db;font-size:1.05rem;font-weight:500}.drop-hint{color:#6b7280;margin-top:8px;font-size:.85rem}.upload-progress{flex-direction:column;align-items:center;gap:12px;display:flex}.upload-progress p{color:#a78bfa}.progress-bar{background:#1f1f2e;border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-bar.big{height:12px;margin:16px 0 8px}.progress-fill{background:linear-gradient(90deg,#7c3aed,#3b82f6);border-radius:999px;height:100%;transition:width .4s}.progress-fill.animated{background-image:linear-gradient(90deg,#7c3aed 0%,#3b82f6 50%,#7c3aed 100%);background-size:200% 100%;animation:1.5s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.processing{text-align:center;max-width:520px;margin:0 auto}.processing-icon{margin-bottom:16px;font-size:3rem}.processing h2{margin-bottom:12px;font-size:1.4rem}.step-label{color:#a78bfa;min-height:1.5em}.progress-pct{color:#6b7280;font-size:.9rem}.hint{color:#4b5563;margin-top:20px;font-size:.85rem}.results-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.results-header h2{font-size:1.4rem}.clips-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.clip-card{background:#13131a;border:1px solid #1f1f2e;border-radius:14px;transition:transform .2s,border-color .2s;overflow:hidden}.clip-card:hover{border-color:#3b3b58;transform:translateY(-3px)}.clip-video-wrap{aspect-ratio:9/16;background:#000;max-height:420px;position:relative}.clip-video-wrap video{object-fit:contain;width:100%;height:100%}.clip-info{padding:16px}.clip-info h3{margin-bottom:6px;font-size:1rem;font-weight:600}.clip-meta{color:#6b7280;margin-bottom:8px;font-size:.8rem}.clip-reason{color:#9ca3af;margin-bottom:14px;font-size:.82rem;line-height:1.5}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#3b82f6);border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.btn:hover{opacity:.85}.btn.secondary{background:#1f1f2e;border:1px solid #2d2d42}.btn.download{justify-content:center;width:100%}.error{color:#f87171;margin-top:16px;font-size:.9rem}.spinner{border:3px solid #2d2d42;border-top-color:#a78bfa;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.reframe-selector{margin-bottom:20px}.rs-label{color:#6b7280;margin-bottom:10px;font-size:.85rem}.rs-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.rs-option{cursor:pointer;text-align:left;background:#0f0f1a;border:1px solid #2d2d42;border-radius:10px;flex-direction:column;gap:3px;padding:12px 14px;transition:border-color .2s,background .2s;display:flex}.rs-option:hover{border-color:#4b4b6e}.rs-option.active{background:#1a1030;border-color:#7c3aed}.rs-icon{font-size:1.2rem}.rs-title{color:#f0f0f5;font-size:.9rem;font-weight:600}.rs-desc{color:#6b7280;font-size:.75rem}.history-wrap{position:relative}.history-toggle{padding:8px 14px;font-size:.85rem}.history-panel{z-index:100;background:#13131a;border:1px solid #2d2d42;border-radius:12px;width:360px;max-width:90vw;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #00000080}.history-header{border-bottom:1px solid #1f1f2e;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.9rem;font-weight:600;display:flex}.close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:1rem;line-height:1}.close-btn:hover{color:#f0f0f5}.history-list{max-height:400px;padding:8px 0;overflow-y:auto}.history-item{padding:10px 16px;transition:background .15s}.history-item.clickable{cursor:pointer}.history-item.clickable:hover{background:#1a1a2e}.hi-main{align-items:center;gap:8px;margin-bottom:4px;display:flex}.hi-icon{flex-shrink:0;font-size:.9rem}.hi-name{white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-size:.88rem;font-weight:500;overflow:hidden}.hi-meta{color:#6b7280;gap:10px;padding-left:22px;font-size:.76rem;display:flex}.hi-status{color:#9ca3af}@media (width<=480px){.logo{font-size:1.6rem}.drop-zone{padding:40px 20px}.clips-grid{grid-template-columns:1fr}}
