*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{color:#eee;background:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100vh;display:flex}.logo{color:#c0392b;letter-spacing:2px;font-size:56px;font-weight:900}.editor{flex-direction:column;height:100vh;display:flex}.editor-top{flex:1;display:flex;overflow:hidden}.editor-toolbar{background:#16213e;border-bottom:1px solid #0f3460;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 12px;display:flex}.canvas-area{background:#0a1628;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.properties-panel{background:#16213e;border-left:1px solid #0f3460;width:320px;padding:16px;overflow-y:auto}.timeline-area{background:#16213e;border-top:1px solid #0f3460;align-items:center;gap:8px;height:80px;padding:8px 16px;display:flex}.tb{color:#aaa;cursor:pointer;background:0 0;border:1px solid #0f3460;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s}.tb:hover{color:#fff;background:#0f3460}.tb.active{color:#fff;background:#c0392b;border-color:#c0392b}.tb.green{color:#27ae60}.tb.green.active{color:#fff;background:#27ae60}.tb-divider{background:#0f3460;width:1px;height:24px;margin:0 4px}.tb-label{color:#666;margin-right:4px;font-size:10px}.pp-section{margin-bottom:16px}.pp-title{color:#c0392b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:700}.pp-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.pp-label{color:#888;flex-shrink:0;width:80px;font-size:12px}.pp-input,.pp-select{color:#eee;background:#0a1628;border:1px solid #0f3460;border-radius:4px;flex:1;padding:5px 8px;font-size:13px}.pp-color-row{flex-wrap:wrap;gap:4px;display:flex}.pp-color-dot{cursor:pointer;border:2px solid #0000;border-radius:11px;width:22px;height:22px}.pp-color-dot.selected{border-color:#fff}.voice-overlay{z-index:100;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.voice-pulse{background:#c0392b;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;animation:1.5s infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}.voice-transcript{color:#fff;text-align:center;max-width:600px;margin-top:24px;font-size:18px;line-height:1.5}.voice-hint{color:#888;margin-top:8px;font-size:13px}.voice-actions{gap:12px;margin-top:20px;display:flex}.voice-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600}.voice-btn.primary{color:#fff;background:#27ae60}.voice-btn.secondary{color:#ccc;background:#333}.login-page{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100vh;display:flex}.login-box{background:#16213e;border-radius:16px;width:380px;padding:40px}.login-box h2{color:#fff;margin-bottom:24px}.login-input{color:#eee;background:#0a1628;border:1px solid #0f3460;border-radius:8px;width:100%;margin-bottom:12px;padding:12px;font-size:15px}.login-btn{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:8px;width:100%;padding:12px;font-size:15px;font-weight:700}.login-btn:hover{background:#e74c3c}
