.ke-editor{min-height:100vh;background:#090d13;color:#f3f5f9;font-family:var(--font-sans),Arial,sans-serif;padding:0 0 48px}.ke-shell{max-width:1180px;margin:auto;padding:24px}.ke-nav,.ke-nav>div{display:flex;align-items:center;justify-content:space-between;gap:20px}.ke-nav a{color:#ccd5e3;text-decoration:none;font-size:14px}.ke-nav .ke-logo{font-size:23px;letter-spacing:-1px;font-weight:850;color:#fff}.ke-heading{margin:50px 0 28px}.ke-eyebrow{font-size:11px;letter-spacing:.12em;font-weight:800;color:#70dbc6;margin:0 0 14px}.ke-heading h1{font-size:clamp(34px,5vw,58px);line-height:1.1;letter-spacing:-.05em;margin:0}.ke-heading h1 span{color:#70dbc6}.ke-heading>p:last-child{color:#a7b3c4;font-size:17px;margin:18px 0 0}.ke-tool-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.ke-editor .ke-primary,.ke-editor button{border:1px solid #354256;background:#182230;color:#e2e8f2;padding:11px 15px;border-radius:9px;font:inherit;font-size:14px;cursor:pointer;min-height:44px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.ke-tool-tabs button[aria-pressed=true]{background:#243a3a;border-color:#70dbc6;color:#baf3e9}.ke-editor button:disabled{opacity:.45;cursor:not-allowed}.ke-editor :is(button,a,input,textarea,select):focus-visible{outline:3px solid #80dfcb;outline-offset:3px}.ke-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:24px;align-items:start}.ke-controls,.ke-stage{border:1px solid #293343;background:#101722;border-radius:16px;padding:22px;min-width:0}.ke-empty{min-height:450px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:14px}.ke-empty h2{margin:0;font-size:24px;letter-spacing:-.03em}.ke-empty p{color:#a8b5c9;margin:0 0 10px;line-height:1.6}.ke-upload-symbol{width:64px;height:64px;background:#203033;color:#9cf2df;border:1px solid #416261;border-radius:18px;display:grid;place-items:center;font-size:30px;margin-bottom:12px}.ke-editor .ke-primary{background:#8ee8d3;color:#0b2723;font-weight:800;border-color:#8ee8d3}.ke-editor .ke-primary:hover:not(:disabled){background:#b3f3e4}.ke-file{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.ke-file:focus-visible{position:static;width:100%;height:auto;opacity:1;margin-top:12px}.ke-controls fieldset{border:0;margin:0;padding:0;min-width:0}.ke-controls legend{font-size:20px;letter-spacing:-.025em;font-weight:750;margin-bottom:20px}.ke-controls label{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#b9c6d8;margin:0 0 17px}.ke-controls :is(input:not([type=checkbox]),select,textarea){width:100%;box-sizing:border-box;background:#0c111a;border:1px solid #3b485b;border-radius:8px;color:#f5f7fb;padding:10px;min-height:42px;font:inherit;font-size:14px}.ke-controls textarea{resize:vertical;max-height:180px}.ke-controls .ke-check{flex-direction:row;align-items:center;gap:10px;min-height:36px;color:#e2e8f2}.ke-check input{width:18px;height:18px;accent-color:#8ee8d3}.ke-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ke-export{width:100%}.ke-export-summary{font-size:13px;color:#c0dacf;padding:16px 0;border-top:1px solid #293343}.ke-small{font-size:12px;color:#98a8bd;line-height:1.6;margin:12px 0 0}.ke-canvas-wrap{height:420px;background:#05080d;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ke-canvas-wrap canvas{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.ke-file-info,.ke-playback,.ke-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.ke-playback span{font-size:13px;color:#b6c4d5}.ke-file-info{border-top:1px solid #293343;padding-top:16px}.ke-file-info span{font-size:12px;color:#a7b8ce;word-break:break-all}.ke-file-info button{flex-shrink:0}.ke-scrubber{font-size:12px;color:#a7b8ce;display:flex;flex-direction:column;gap:8px;margin-top:16px}.ke-scrubber input{width:100%;accent-color:#8ee8d3;min-height:28px}.ke-status{padding:18px;border-radius:12px;border:1px solid #496b74;background:#122c30;font-size:14px}.ke-error{padding:18px;border-radius:12px;border:1px solid #a56a55;background:#2a1d19;line-height:1.6;color:#ffd9c7}.ke-result{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:28px;border:1px solid #477e72;border-radius:16px;margin-top:24px;background:#122421;align-items:center}.ke-result h2{font-size:26px;letter-spacing:-.03em}.ke-result video{width:100%;max-height:360px;background:#000;border-radius:10px}.ke-footer{margin-top:36px;border-top:1px solid #263141;padding-top:20px;font-size:13px;color:#9baabd;line-height:1.7}.ke-footer a{color:#9bddcf}.ke-editor fieldset:disabled{opacity:.5}.ke-editor *{box-sizing:border-box}@media(max-width:760px){.ke-shell{padding:18px 14px}.ke-nav,.ke-nav>div{gap:12px}.ke-nav a{font-size:12px}.ke-heading{margin-top:36px}.ke-layout{grid-template-columns:1fr}.ke-empty{min-height:280px}.ke-controls,.ke-stage{padding:18px}.ke-canvas-wrap{height:340px}.ke-result{grid-template-columns:1fr;padding:20px}.ke-tool-tabs button{font-size:12px;flex:1 0 auto}.ke-status{align-items:flex-start}.ke-file-info{flex-wrap:wrap}}