.home{--home-accent:#7b73ff;--home-accent-strong:#918aff;--home-surface:#17191f;--home-surface-raised:#1d2027;--home-edge:#e4e7f21a;background:radial-gradient(circle at 50% -18%,#7b73ff24,#0000 34rem),#0f1014;min-height:100vh}.home-header{border-color:var(--home-edge);background:#0f1014e0;justify-content:space-between;min-height:64px;padding:0 clamp(20px,4vw,52px)}.home-brand{letter-spacing:-.02em;align-items:center;gap:10px;font-size:1rem;font-weight:720;display:flex}.home-brand-mark{background:var(--home-accent);color:#f7f6ff;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.home-brand-mark svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px}.home-local-state{color:#9298a8;align-items:center;gap:7px;font-size:.78rem;display:inline-flex}.home-local-state>span{background:#42d69b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #42d69b17}.home-main{width:min(1080px,100% - 40px);margin:0 auto;padding:clamp(48px,8vw,92px) 0 64px}.home-create{grid-template-columns:minmax(0,1fr) 330px;align-items:end;gap:clamp(32px,7vw,88px);display:grid}.home-create-copy{max-width:620px}.home-eyebrow{color:var(--home-accent-strong);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:.7rem;font-weight:750;display:block}.home-create h1{color:#f1f2f7;letter-spacing:-.065em;text-wrap:balance;max-width:650px;margin:0;font-size:clamp(2.55rem,6vw,5rem);font-weight:760;line-height:.98}.home-create-copy p{color:#9da3b2;max-width:540px;margin:22px 0 0;font-size:1rem;line-height:1.65}.home-new-project{background:var(--home-surface-raised);cursor:pointer;border:1px solid #918aff52;border-radius:16px;align-items:center;gap:14px;min-height:92px;padding:18px;transition:transform .18s cubic-bezier(.2,.8,.2,1),border-color .18s,background .18s;display:flex;box-shadow:0 18px 45px #0000003d}.home-new-project:hover{border-color:var(--home-accent-strong);background:#22252e;transform:translateY(-3px)}.home-new-icon{background:var(--home-accent);color:#f8f7ff;border-radius:14px;flex:none;place-items:center;width:48px;height:48px;display:grid}.home-new-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:23px}.home-new-project>span:nth-child(2){flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.home-new-project strong{color:#f1f2f7;font-size:.95rem}.home-new-project small{color:#8e94a3;font-size:.75rem}.home-new-arrow{fill:none;stroke:#777e8e;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;transition:transform .18s,stroke .18s}.home-new-project:hover .home-new-arrow{stroke:#d6d3ff;transform:translate(3px)}.home-import-error{grid-column:1/-1;margin-top:14px}.home-projects{margin-top:clamp(64px,10vw,112px)}.home-section-heading{border-bottom:1px solid var(--home-edge);justify-content:space-between;align-items:end;gap:20px;padding-bottom:18px;display:flex}.home-section-heading .home-eyebrow{margin-bottom:6px}.home-section-heading h2{color:#e9eaf0;letter-spacing:-.025em;margin:0;font-size:1.35rem}.home-project-count{color:#777e8e;font-size:.76rem}.home-project-grid{grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:22px;padding-top:28px;display:grid}.home-project-card{cursor:pointer;min-width:0}.home-project-thumb{aspect-ratio:16/9;border:1px solid var(--home-edge);background:var(--home-surface);border-radius:12px;transition:transform .19s cubic-bezier(.2,.8,.2,1),border-color .19s;position:relative;overflow:hidden}.home-project-card:hover .home-project-thumb{border-color:#918aff85;transform:translateY(-3px)}.home-project-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .26s cubic-bezier(.2,.8,.2,1),filter .18s}.home-project-card:hover .home-project-thumb img{filter:brightness(.72);transform:scale(1.025)}.home-project-placeholder{color:#62697a;background:linear-gradient(145deg,#1d2027,#14161b);place-items:center;display:grid;position:absolute;inset:0}.home-project-placeholder svg{fill:currentColor;width:34px}.home-open-project{opacity:0;color:#f4f3ff;font-size:.76rem;font-weight:700;transition:opacity .16s,transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(5px - 50%))}.home-project-card:hover .home-open-project{opacity:1;transform:translate(-50%,-50%)}.home-project-delete{color:#c3c6d0;cursor:pointer;opacity:0;background:#0f1014d1;border:1px solid #ffffff24;border-radius:8px;width:30px;height:30px;transition:opacity .16s,transform .16s,color .16s,border-color .16s;position:absolute;top:8px;right:8px;transform:translateY(-3px)}.home-project-card:hover .home-project-delete,.home-project-delete:focus-visible{opacity:1;transform:translateY(0)}.home-project-delete:hover{color:#ff8295;border-color:#ff829580}.home-project-info{padding:12px 2px 0}.home-project-name{color:#e9eaf0;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:650;overflow:hidden}.home-project-date{color:#737a89;margin-top:4px;font-size:.72rem}.home-empty{text-align:center;color:#b8bdc9;padding:48px 20px 0}.home-empty span{font-size:.95rem;font-weight:650}.home-empty p{color:#737a89;margin:6px 0 0;font-size:.78rem}@media (width<=760px){.home-header{min-height:58px}.home-local-state{font-size:0}.home-local-state>span{width:8px;height:8px}.home-main{width:min(100% - 28px,560px);padding-top:42px}.home-create{grid-template-columns:1fr;gap:28px}.home-create h1{font-size:clamp(2.45rem,13vw,3.9rem)}.home-create-copy p{margin-top:17px;font-size:.9rem}.home-new-project{min-height:82px}.home-projects{margin-top:64px}.home-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:20px}.home-project-delete{opacity:1;transform:none}.home-open-project{display:none}}@media (width<=440px){.home-project-grid{grid-template-columns:1fr}.home-section-heading{align-items:center}}@media (prefers-reduced-motion:reduce){.home-new-project,.home-new-arrow,.home-project-thumb,.home-project-thumb img,.home-open-project,.home-project-delete{transition:none}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e1014;--panel:#171a21;--panel2:#1e222b;--line:#2a303c;--v:#4f8cff;--v2:#6ea0ff;--a:#17c98f;--a2:#2ee3a6;--txt:#e8ebf2;--muted:#8b93a3;--danger:#f2617a;--gutter:128px}*{box-sizing:border-box}body{background:var(--bg);color:var(--txt);margin:0;font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}button,label,input{-webkit-tap-highlight-color:transparent}.file-input{opacity:.001;pointer-events:none;width:1px;height:1px;position:fixed;bottom:-10px;left:-10px;overflow:hidden}.status{color:var(--muted);padding:2rem}.status.err{color:#f87171}.editor{flex-direction:column;min-height:100vh;display:flex}header{border-bottom:1px solid var(--line);background:var(--panel);flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 1.2rem;display:flex}header h1{letter-spacing:.2px;margin:0;font-size:1.05rem}.editor>header .meta{margin-left:auto}.meta{color:var(--muted);font-variant-numeric:tabular-nums}.toolbar{border-bottom:1px solid var(--line);background:linear-gradient(180deg, var(--panel2), var(--panel));flex-wrap:wrap;align-items:center;gap:14px;padding:.55rem 1.2rem;display:flex}.tgroup{align-items:center;gap:6px;display:flex}.tgroup+.tgroup{border-left:1px solid var(--line);padding-left:14px}.tool{color:var(--txt);border:1px solid var(--line);cursor:pointer;background:#232936;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:.86rem;line-height:1;transition:background .12s,border-color .12s,transform 60ms;display:inline-flex}.media-picker{-webkit-user-select:none;user-select:none}.tool.disabled,.card.disabled{opacity:.45;cursor:wait;pointer-events:none}.tool .ic{font-size:.95rem}.tool kbd{margin-left:2px}.tool.icon{padding:7px 10px;font-size:1.05rem}.tool:not(:disabled):hover{border-color:var(--v);background:#2b3242}.tool:not(:disabled):active{transform:translateY(1px)}.tool:disabled{opacity:.38;cursor:default}.tool.danger:not(:disabled):hover{border-color:var(--danger)}.transport .play{background:var(--v);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:40px;height:40px;font-size:1.05rem;transition:transform 80ms,box-shadow .12s,background .12s;display:grid;box-shadow:0 2px 10px #4f8cff59}.transport .play:not(:disabled):hover{background:var(--v2)}.transport .play:not(:disabled):active{transform:scale(.94)}.transport .play:disabled{opacity:.4;box-shadow:none;cursor:default}.scrub{flex:1;align-items:center;gap:10px;min-width:220px;display:flex}.scrub .tc{font-variant-numeric:tabular-nums;color:var(--txt);border:1px solid var(--line);background:#0c0f15;border-radius:6px;padding:3px 7px;font-family:inherit;font-size:.82rem}.scrub .tc.muted{color:var(--muted)}.scrub .tc-current{cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.scrub .tc-current:focus-visible{outline:2px solid var(--v);outline-offset:2px}.scrub .tc-current:active{border-color:var(--v);color:var(--v2)}.scrub input[type=range]{min-width:120px;accent-color:var(--v);flex:1;height:4px}.shortcut-strip{border-bottom:1px solid var(--line);min-height:30px;color:var(--muted);white-space:nowrap;background:#12151b;align-items:center;gap:16px;padding:5px 1.2rem;font-size:.72rem;display:flex;overflow-x:auto}.shortcut-strip span{align-items:center;gap:4px;display:inline-flex}kbd{color:#cbd2df;text-align:center;background:#202631;border:1px solid #3a4251;border-bottom-color:#252b36;border-radius:4px;min-width:19px;padding:1px 5px;font:600 .68rem/1.35 system-ui,sans-serif;box-shadow:inset 0 -1px #00000059}.wave-loading{color:var(--a2);margin-left:auto}.clip-actions{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--a), transparent 91%);min-height:42px;color:var(--txt);align-items:center;gap:10px;padding:5px 1.2rem;font-size:.78rem;display:flex}.clip-actions label{color:var(--muted);align-items:center;gap:6px;display:inline-flex}.clip-actions select{border:1px solid var(--a);background:var(--panel2);min-height:30px;color:var(--txt);border-radius:6px;padding:3px 24px 3px 8px}.clip-action-group{gap:3px;display:inline-flex}.clip-action-group button,.clip-actions .unlink{border:1px solid var(--line);min-height:30px;color:var(--txt);cursor:pointer;background:#202631;border-radius:5px;padding:4px 8px}.clip-action-group button:hover{border-color:var(--v)}.clip-actions .unlink:hover{border-color:var(--danger);color:#ffb4c0}.clip-hint{color:var(--muted);margin-left:auto}.track-volume{color:var(--muted);align-items:center;gap:5px;display:inline-flex}.track-volume input{width:86px;accent-color:var(--a)}.track-volume span{min-width:34px;color:var(--txt);font-variant-numeric:tabular-nums}.editor-toast{right:16px;bottom:max(16px, env(safe-area-inset-bottom));z-index:80;width:min(360px,100vw - 32px);min-height:38px;color:var(--txt);cursor:pointer;text-align:left;background:#20242c;border:1px solid #5c6370;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px 8px 12px;display:flex;position:fixed;box-shadow:0 8px 24px #00000061}.gap-actions{border-bottom:1px solid var(--line);color:#ffe5a3;background:#302817;align-items:center;gap:12px;min-height:42px;padding:5px 1.2rem;font-size:.78rem;display:flex}.gap-actions button{color:#fff0bd;cursor:pointer;background:#4a3a16;border:1px solid #b9912d;border-radius:6px;min-height:30px;padding:5px 10px}.gap-actions button.ghost{border-color:var(--line);color:var(--muted);background:0 0}.timeline{background:var(--bg);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-color:var(--line) var(--bg);flex-direction:column;flex:1;padding-bottom:1rem;display:flex;position:relative;overflow-x:auto}.ruler{border-bottom:1px solid var(--line);background:var(--panel);flex:none;height:26px;position:relative}.ruler .tick{color:var(--muted);font-variant-numeric:tabular-nums;border-left:1px solid var(--line);pointer-events:none;height:100%;padding-top:5px;padding-left:4px;font-size:.68rem;position:absolute;top:0}.tracks{cursor:text;flex-direction:column;flex:1;gap:8px;padding:12px 0;display:flex;position:relative}.selection-marquee{z-index:7;pointer-events:none;border:1px solid var(--v2);background:color-mix(in srgb, var(--v), transparent 78%);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--v2), transparent 45%);position:absolute}.multi-selection-actions{border-color:color-mix(in srgb, var(--v), transparent 55%);background:color-mix(in srgb, var(--v), transparent 91%)}.track-add-row{height:26px;padding-left:var(--gutter);justify-content:flex-end;align-items:center;margin:-2px 12px;display:flex}.track-add-row button{border:1px solid var(--line);min-height:24px;color:var(--txt);cursor:pointer;background:#202631;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font:600 .75rem/1 system-ui,sans-serif;transition:background .12s,border-color .12s;display:inline-flex}.track-add-row button:hover{background:#2a3240}.video-add button:hover{border-color:var(--v)}.audio-add button:hover{border-color:var(--a)}.playhead{background:var(--danger);z-index:6;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;transform:translate(-1px)}.playhead .ph-handle{background:var(--danger);border-radius:3px;width:12px;height:12px;position:absolute;top:-1px;left:-5px;box-shadow:0 1px 4px #00000080}.track{align-items:stretch;gap:0;padding:0;display:flex}.thead{width:var(--gutter);color:var(--muted);flex:none;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:flex}.thead .tbadge{font-size:.85rem}.track-mix{gap:2px;margin-left:auto;display:inline-flex}.track-mix button{border:1px solid var(--line);width:22px;height:22px;color:var(--muted);cursor:pointer;background:#202631;border-radius:4px;padding:0;font-size:.65rem}.track-mix button.active{border-color:var(--danger);color:#ffc2cc;background:#44202a}.track-mix button.solo{color:#ffe48a;background:#423816;border-color:#d2a828}.track-delete{border:1px solid var(--line);width:24px;height:24px;color:var(--muted);cursor:pointer;background:#202631;border-radius:5px;margin-left:auto;padding:0;line-height:1}.track-delete:not(:disabled):hover{border-color:var(--danger);color:var(--danger)}.track-delete:disabled{opacity:.25;cursor:not-allowed}.lane{border:1px solid var(--line);background:repeating-linear-gradient(90deg,#14171e,#14171e 2px,#161a22 2px 24px);border-radius:8px;flex:1;height:46px;position:relative;overflow:hidden}.lane.drop-ready{border-color:var(--a2);box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--a2), transparent 45%)}.gap-selection{z-index:2;pointer-events:none;background:repeating-linear-gradient(135deg,#e3b43b47,#e3b43b47 6px,#e3b43b1f 6px 12px);border:1px solid #e3b43b;position:absolute;top:2px;bottom:2px}.clip{cursor:pointer;border:1px solid #ffffff24;border-radius:6px;transition:filter .12s,box-shadow .12s;position:absolute;top:4px;bottom:4px;overflow:hidden;box-shadow:0 1px 3px #00000059}.timeline.motion-anticipating .tracks,.timeline.motion-reflowing .tracks{pointer-events:none}.timeline.motion-reflowing .clip{transition:left .52s cubic-bezier(.22,1,.36,1),width .52s cubic-bezier(.22,1,.36,1),filter .16s ease-out,box-shadow .16s ease-out}.timeline.motion-reflowing .clip.just-split{animation:.46s cubic-bezier(.22,1,.36,1) both clip-split-reveal}@keyframes clip-split-reveal{0%{opacity:.2;filter:brightness(1.6);transform:scaleX(.985)scaleY(.76)}55%{opacity:1;filter:brightness(1.25);transform:scaleX(1)scaleY(1.04)}to{opacity:1;filter:brightness();transform:scale(1)}}.clip:hover{filter:brightness(1.12)}.track.video .clip{background:linear-gradient(180deg, var(--v2), var(--v))}.track.audio .clip{background:linear-gradient(180deg, var(--a2), var(--a))}.clip .clip-grip{background:linear-gradient(#ffffff29,#fff0 55%);border-radius:6px;position:absolute;inset:0}.waveform{pointer-events:none;filter:drop-shadow(0 1px 1px #00000047);width:calc(100% - 8px);height:calc(100% - 6px);position:absolute;inset:3px 4px;overflow:visible}.waveform path{fill:#053126b3;stroke:#d8fff3e0;stroke-width:1.4px}.waveform line{stroke:#e9fff861;stroke-width:.8px}.clip.sel{outline-offset:1px;z-index:3;outline:2px solid #ffd23f;box-shadow:0 0 0 1px #ffd23f,0 2px 10px #ffd23f4d}.note{color:var(--muted);border-top:1px solid var(--line);padding:.8rem 1.2rem}header .ghost{color:var(--muted);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:6px;padding:5px 10px}header .ghost:hover{color:var(--txt);border-color:var(--v)}.toolbar button.primary{background:var(--v);border-color:var(--v);color:#fff}.toolbar button.primary:disabled{opacity:.4}.home{min-height:100vh}.home>header{justify-content:flex-start}.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:1.4rem;display:grid}.card{background:var(--panel);border:1px solid var(--line);cursor:pointer;text-align:left;color:var(--txt);border-radius:10px;padding:0;overflow:hidden}.card:hover{border-color:var(--v)}.card.add{min-height:180px;color:var(--muted);border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.95rem;display:flex}.card.add small{color:var(--muted);font-size:.75rem;font-weight:400}.card.add .plus{color:var(--v);font-size:2.4rem;line-height:1}.card.add:hover{color:var(--txt)}.card.project .thumb{aspect-ratio:16/9;background:#0b0d11;justify-content:center;align-items:center;display:flex;position:relative}.card.project .thumb img{object-fit:cover;width:100%;height:100%}.card.project .thumb .noimg{font-size:2rem}.card.project .thumb .del{color:#fff;cursor:pointer;opacity:0;background:#0000008c;border:none;border-radius:50%;width:24px;height:24px;transition:opacity .15s;position:absolute;top:6px;right:6px}.card.project:hover .del{opacity:1}.pname{white-space:nowrap;text-overflow:ellipsis;padding:8px 10px 2px;font-weight:600;overflow:hidden}.pdate{color:var(--muted);padding:0 10px 10px;font-size:.8rem}.import-error{border:1px solid color-mix(in srgb, var(--danger), transparent 55%);background:color-mix(in srgb, var(--danger), transparent 88%);color:#ffb4c0;border-radius:8px;grid-column:1/-1;padding:10px 12px}.stage{background:#07090c;flex:none;justify-content:center;align-items:center;padding:12px;display:flex}.preview{width:100%;max-width:min(960px, calc(52vh * var(--project-ratio,1.7778)));aspect-ratio:var(--project-ratio,1.7778);border:1px solid var(--line);background:#000;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.preview-layer{object-fit:contain;transform-origin:50%;width:100%;height:100%;position:absolute;inset:0}.preview audio{display:none}.preview-empty{color:var(--muted)}.modal-backdrop{z-index:50;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--panel);border:1px solid var(--line);border-radius:12px;width:min(90vw,380px);padding:1.3rem}.modal h2{margin:0 0 .3rem;font-size:1.1rem}.modal .txt{width:100%;color:var(--txt);border:1px solid var(--line);background:#0b0d11;border-radius:6px;margin-top:.8rem;padding:9px 11px}.modal-actions{justify-content:flex-end;gap:8px;margin-top:1.1rem;display:flex}.modal-actions button{color:var(--txt);border:1px solid var(--line);cursor:pointer;background:#222834;border-radius:6px;padding:7px 14px}.modal-actions button.primary{background:var(--v);border-color:var(--v);color:#fff}.modal-actions button:disabled{opacity:.5;cursor:default}@media (width<=640px){:root{--gutter:142px}body{overscroll-behavior-y:none;min-height:100dvh}.editor{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom)}header{padding:max(8px, env(safe-area-inset-top)) 10px 8px;gap:8px}header h1{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.editor>header .meta{white-space:nowrap;text-overflow:ellipsis;width:100%;margin-left:0;font-size:.72rem;overflow:hidden}header .ghost{min-height:40px}.grid{padding:1rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card.add{min-height:130px}.card.project .thumb .del{opacity:1;width:34px;height:34px}.stage{min-height:180px;padding:6px}.preview{max-width:min(100%, calc(38dvh * var(--project-ratio,1.7778)));max-height:38dvh}.toolbar{z-index:20;flex-wrap:wrap;gap:7px;padding:.45rem .6rem;position:sticky;top:0}.tgroup+.tgroup{padding-left:8px}.tool{touch-action:manipulation;min-height:44px;padding:8px 10px}.tool.icon{justify-content:center;min-width:44px}.transport .play{width:44px;height:44px}.tool kbd,.shortcut-strip{display:none}.clip-actions{white-space:nowrap;gap:7px;min-height:48px;padding:6px 10px;overflow-x:auto}.clip-actions select{min-height:38px;font-size:16px}.clip-action-group button,.clip-actions .unlink{min-height:38px}.clip-hint{display:none}.editor-toast{right:10px;bottom:max(10px, env(safe-area-inset-bottom));width:calc(100vw - 20px);min-height:44px}.gap-actions{white-space:nowrap;min-height:48px;padding:6px 10px;overflow-x:auto}.gap-actions button{min-height:38px}.scrub{flex-basis:100%;order:4;gap:6px;min-width:0}.scrub .tc{padding:4px 5px;font-size:.7rem}.scrub input[type=range]{min-width:0;height:28px}.ruler,.tracks{min-width:760px}.track-add-row{height:38px}.track-add-row button{touch-action:manipulation;min-height:34px;padding:6px 11px}.lane{height:52px}.track-delete{width:32px;height:32px}.track-mix button{width:30px;height:30px}.clip{touch-action:manipulation;min-width:8px;top:5px;bottom:5px}.modal-backdrop{padding-top:env(safe-area-inset-top);align-items:flex-end}.modal{width:100%;max-width:none;padding:1.2rem max(1.2rem, env(safe-area-inset-right)) max(1.2rem, env(safe-area-inset-bottom)) max(1.2rem, env(safe-area-inset-left));border-radius:16px 16px 0 0}.modal .txt{min-height:46px;font-size:16px}.modal-actions button{min-height:44px}}@media (hover:none){.card.project .thumb .del{opacity:1}}@media (prefers-reduced-motion:reduce){.timeline.motion-reflowing .clip{transition:none}.timeline.motion-reflowing .clip.just-split{animation:none}}
