:root{color-scheme:light;font-family:Inter,Pretendard,Noto Sans KR,Segoe UI,Malgun Gothic,sans-serif;font-synthesis:none;--paper:#f8f9f6;--surface:#fff;--ink:#23342e;--muted:#78847d;--line:#e7ebe5;--accent:#d96c43;--accent-soft:#fbede5;--court:#192922;--green:#306a51;--radius:12px;--shadow:0 12px 36px #12221b12;background:var(--paper);color:var(--ink)}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-size:12px;font-weight:550;cursor:pointer;transition:background .14s,border-color .14s,box-shadow .14s,transform .14s}button:hover:not(:disabled){background:#f0f3ec;border-color:#c5d0c4}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.38;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #d96c4377;outline-offset:3px}[hidden]{display:none!important}input,select{width:100%;min-width:0;min-height:39px;padding:9px 11px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);font-size:12px}input[type=number]{font-variant-numeric:tabular-nums}.icon{display:block;flex-shrink:0;width:19px;height:19px}.icon-button{padding:8px;width:38px;flex-shrink:0}.section-kicker{display:block;font-size:9px;font-weight:700;letter-spacing:.16em;color:var(--muted)}.shell{width:100%;height:100dvh;min-height:620px;display:grid;grid-template-rows:76px minmax(0,1fr) 150px}.topbar{position:relative;z-index:10;display:flex;align-items:center;gap:30px;padding:0 26px;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;width:185px}.brand-mark{width:37px;height:37px;display:grid;place-items:center;color:#fff4e9;background:var(--accent);border-radius:10px;transform:rotate(-6deg)}.brand-mark .icon{width:26px;height:26px}.brand strong{font-size:26px;letter-spacing:-.06em;font-weight:850;line-height:1;white-space:nowrap}.brand strong span{font-weight:400}.brand>div{flex-shrink:0}.brand i{font-size:10px;font-style:normal;vertical-align:super;margin-left:3px}.brand small{display:block;margin-top:5px;font-size:7px;letter-spacing:.14em;color:var(--muted)}.document-title{display:flex;align-items:center;gap:18px;min-width:0;flex:1}.breadcrumb{white-space:nowrap;font-size:11px;color:var(--muted)}.breadcrumb span{margin-left:20px;color:#c0c9c1}#play-name{width:min(250px,100%);background:transparent;border-color:transparent;font-size:14px;font-weight:650;padding-left:0}#play-name:hover,#play-name:focus{border-color:var(--line);padding-left:10px}.top-actions{display:flex;align-items:center;gap:10px}#save-status{max-width:175px;font-size:10px;color:#748579;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:7px}#save-status:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#78a085;margin-right:7px;vertical-align:1px}button.primary{padding-inline:18px;background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 3px 8px #d96c4320}button.primary:hover:not(:disabled){background:#c65c36;border-color:#c65c36}#toggle-menu{border-color:transparent}.project-menu{position:absolute;right:22px;top:64px;width:330px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);max-height:calc(100dvh - 90px);overflow:auto}.menu-heading{font-size:15px;font-weight:700;margin-bottom:20px}.project-menu[data-view=video]{width:min(390px,calc(100vw - 24px))}.project-menu[data-view=video]>.menu-heading,.project-menu[data-view=video]>.setup,.project-menu[data-view=video]>.saved-controls,.project-menu[data-view=video]>.file-tools,.project-menu[data-view=video]>.debug{display:none}.project-menu[data-view=video] .video-tools{margin-top:0;padding-top:0;border-top:0}.video-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-heading .menu-heading{margin-bottom:0}.video-heading .icon-button{width:30px;min-height:30px;padding:3px;border-color:transparent;color:var(--muted);font-size:21px;line-height:1}.setup,.saved-controls{display:grid;gap:8px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.project-menu label{font-size:11px;color:var(--muted)}.file-tools{display:flex;gap:6px}.file-tools button{flex:1;padding:8px 4px;font-size:11px}.video-tools{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.video-tools .menu-heading{margin-bottom:8px;font-size:13px}.video-help{margin:0 0 10px;color:var(--muted);font-size:10px;line-height:1.65}.video-tool-row,.video-share-row{display:flex;gap:6px}.video-tool-row select{flex:1.1;min-height:34px;padding:6px 7px;font-size:10px}.video-tool-row button,.video-share-row button{flex:1;min-height:34px;padding:6px 7px;font-size:10px}.video-tool-row #cancel-video{flex:0 0 auto;color:#a97969}#video-progress{display:block;width:100%;height:7px;margin:10px 0 6px;accent-color:var(--accent)}.video-status{display:block;min-height:28px;color:var(--muted);font-size:9px;line-height:1.55}#video-preview{display:block;width:100%;margin:10px 0;border-radius:8px;background:#192922}.video-share-row{margin-top:8px}.video-share-row .icon{width:14px;height:14px}.debug{margin-top:16px;font-size:10px;color:var(--muted)}.debug summary{cursor:pointer}.data-preview{overflow:auto;max-height:110px;font-size:9px}.mobile-tabs{display:none}.workspace{display:grid;grid-template-columns:222px minmax(0,1fr) 278px;min-height:0;padding:18px 20px;gap:18px}.panel{min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:#d4dbd2 transparent;padding:7px 0}.panel-heading{padding:0 8px 19px}h2{font-size:17px;font-weight:700;letter-spacing:-.04em;margin:8px 0 0;display:flex;align-items:center;justify-content:space-between}.count-pill{font-size:10px;color:var(--muted);background:#ebefe8;border-radius:5px;padding:4px 6px;font-weight:500;letter-spacing:0}.panel-title{display:flex;justify-content:space-between;align-items:center;padding:0 8px;font-size:10px;color:var(--muted);margin-bottom:10px}#selected-label{background:var(--ink);color:#fff;border-radius:4px;font-size:9px;padding:3px 6px}.team-label{display:flex;align-items:center;gap:8px;margin:16px 8px 8px;color:var(--muted);font-size:9px;letter-spacing:.12em;font-weight:700}.team-label:after{content:"";flex:1;height:1px;background:var(--line)}.roster-player{width:100%;display:flex;justify-content:flex-start;padding:6px 10px;min-height:39px;border-color:transparent;background:transparent;margin:2px 0;border-radius:8px;font-size:12px}.roster-player.selected{border-color:#eed7c7;background:var(--accent-soft)}.roster-player small{color:#a0aaa3;margin-left:auto;font-size:9px;font-variant-numeric:tabular-nums}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:7px}.dot.offense{background:#d96c43;box-shadow:0 0 0 4px #f6e4d8}.dot.defense{background:#719db6;box-shadow:0 0 0 4px #e3ecf0}.ball-mark{font-size:7px;font-weight:700;color:#b46d3e;border-radius:4px;padding:3px 4px;background:#f1e5cb}.ball-owner-control{margin-top:20px;border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:13px}.ball-owner-control>span{display:block;font-size:10px;line-height:1.7;color:var(--muted)}.ball-owner-control>.section-kicker{font-size:8px;margin-bottom:7px}.ball-owner-control button{width:100%;margin-top:10px;font-size:10px;background:var(--paper);min-height:32px}.coach-note{margin-top:16px;padding:12px 9px;border-top:1px solid var(--line);font-size:11px}.coach-note summary{cursor:pointer;color:#687970}.coach-note summary span{float:right}.help{font-size:10px;line-height:1.8;color:var(--muted);padding-top:10px}.help strong{color:var(--ink)}.panel-footnote{font-size:9px;color:#8e9b92;padding:12px 8px;line-height:1.8}.live-dot{display:inline-block;width:5px;height:5px;background:#97b499;border-radius:50%;margin-right:6px}.board-wrap{position:relative;min-width:0;min-height:0;background:var(--court);border-radius:18px;overflow:hidden;box-shadow:0 6px 20px #19292212}.canvas-header{position:absolute;left:24px;right:24px;top:22px;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:8px;pointer-events:none}.canvas-header .section-kicker{color:#83948a;font-size:8px}h1{display:flex;align-items:center;gap:10px;color:#f4f2e8;font-size:17px;font-weight:500;letter-spacing:-.04em;margin:7px 0 0}#canvas-step{font-family:ui-monospace,monospace;font-size:10px;color:#aab7a8;border:1px solid #405047;padding:3px 5px;border-radius:4px}.view-group{display:flex;background:#111f19;padding:4px;border-radius:8px;pointer-events:auto}.view-group button{background:transparent;color:#92a095;border-color:transparent;font-size:10px;min-height:30px;padding:5px 8px;border-radius:5px}.view-group .icon{width:14px;height:14px}.view-group button.active{background:#34443a;color:#f3f3e9;box-shadow:0 2px 5px #0002}.view-group button:hover:not(:disabled){background:#3b4e42;border-color:transparent}.canvas-meta{position:absolute;top:85px;left:24px;right:24px;display:flex;justify-content:space-between;color:#829187;font-size:8px;letter-spacing:.09em;pointer-events:none;z-index:1}.canvas-meta b{margin:0 7px;font-weight:400}.board{position:absolute;inset:108px 10px 110px}.board canvas{display:block;width:100%;height:100%;touch-action:none}.board-tools{position:absolute;bottom:43px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;max-width:calc(100% - 28px);z-index:2}.mode-group{position:static;transform:none;display:flex;align-items:center;gap:3px;background:#fdfdf7;padding:5px;border-radius:12px;box-shadow:0 7px 20px #0003;max-width:none}.mode-group button{display:flex;flex-direction:column;gap:4px;background:transparent;border-color:transparent;border-radius:8px;color:#6b7970;min-width:49px;padding:7px 10px;font-size:9px}.mode-group button.active{color:#bf5c35;background:#f8e7da;border-color:#f0d6c4}.mode-group button:hover:not(:disabled){background:#f0f0e7;border-color:transparent}.history-tools{display:flex;align-items:center;gap:3px;flex:0 0 auto;background:#fdfdf7;padding:5px;border-radius:12px;box-shadow:0 7px 20px #0003}.history-tools button{display:flex;flex-direction:column;gap:4px;min-width:58px;padding:7px;background:transparent;border-color:transparent;border-radius:8px;color:#6b7970;font-size:9px}.history-tools button:hover:not(:disabled){background:#f0f0e7;border-color:transparent}.history-glyph{display:block;font-size:19px;line-height:16px;font-family:ui-monospace,monospace}.tool-divider{width:1px;height:28px;background:#e4e7df;margin:0 3px}.board-tools .mode-group,.board-tools .history-tools,.board-tools button{align-items:center;justify-content:center}.board-tools button{text-align:center}.history-glyph{width:19px;height:19px;display:grid;place-items:center;line-height:1}.board-status{position:absolute;bottom:14px;left:24px;right:24px;display:flex;justify-content:space-between;gap:12px;pointer-events:none;color:#a6b3a7;font-size:9px;line-height:1.5}#status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#clock{color:#d8dfd3;font-family:ui-monospace,monospace;flex-shrink:0}#cancel-gaze{position:absolute;z-index:3;top:105px;left:50%;transform:translate(-50%);background:#f8e7da;border-color:#e6c8b4;font-size:10px}.action-row{width:100%;margin:0 0 7px;padding:12px;display:grid;grid-template-columns:26px minmax(0,1fr);text-align:left;justify-content:stretch;gap:5px 9px;background:#fff;border-color:var(--line);border-radius:9px}.action-row>span{grid-row:span 2;display:grid;place-items:center;width:25px;height:28px;background:#f0f3eb;color:#83917f;font-family:ui-monospace,monospace;font-size:10px;border-radius:5px}.action-row b{font-size:11px;font-weight:600}.action-row small{font-size:9px;color:#8a988d}.action-row.selected{border-color:#e5ba9f;background:#fffaf5;box-shadow:0 2px 6px #d96c4308}.action-row.selected>span{background:#f4e0d0;color:#bb7144}.empty{position:relative;padding:50px 18px 24px;margin-bottom:18px;border:1px dashed #dbe2d8;border-radius:12px;color:#8b978e;font-size:11px;text-align:center;line-height:1.9}.empty:before{content:"↗";position:absolute;top:12px;left:calc(50% - 14px);width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#eaf0e7;color:#85917c;font-size:19px}#action-properties{margin:24px 0 0;padding:17px 14px 14px;border:1px solid var(--line);border-radius:12px;min-width:0;background:#fff}#action-properties legend{display:flex;align-items:center;gap:7px;padding:0 5px;font-size:11px;font-weight:600}#action-properties legend .icon{width:14px;height:14px;color:var(--muted)}#action-properties label{display:grid;gap:8px;font-size:10px;font-weight:550;color:#647368}#action-properties p{margin:10px 0 18px;color:#8a968b;font-size:9px;line-height:1.8}#action-properties:disabled{opacity:.55}.coordinates{display:grid;grid-template-columns:1fr 1fr;gap:10px}.coordinates label{display:block!important;color:#415347!important}.coordinates label span{font-weight:400;font-size:8px;color:#9aa396;margin-left:4px}.coordinates input{margin-top:8px}#apply-position{width:100%;margin-top:13px;background:#edf2e9;border-color:transparent;color:#496448;font-size:10px;justify-content:space-between}.danger{color:#a97969;border-color:transparent;background:transparent;font-size:10px}.full{width:100%;margin-top:9px}.shortcut-note{display:flex;align-items:center;justify-content:center;gap:5px;font-size:8px;color:#99a297;margin-top:18px}kbd{font-family:inherit;padding:3px 5px;border:1px solid #e0e5da;border-radius:4px;font-size:8px;background:#f1f4ed}.playback-deck{display:grid;grid-template-columns:175px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 60px;padding:0 26px;border-top:1px solid var(--line);background:#fff}.sequence-heading{align-self:center}.sequence-heading strong{display:block;font-size:13px;margin-top:7px;font-weight:600}.sequences-drawer{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;flex:1;grid-column:2}.sequences{display:flex;flex:1;align-items:center;gap:8px;overflow:auto;min-width:0;scrollbar-width:thin}.sequence-controls{display:flex;flex-direction:row;align-items:center;gap:8px;flex:0 0 auto}.sequence-tab{flex:0 0 auto;min-width:118px;height:64px;justify-content:flex-start;border-radius:8px;background:#f6f8f2;color:#7c8b7c;font-size:10px}.sequence-tab.selected{background:#eef2e7;color:#456744;border-color:#9db58c;box-shadow:0 0 0 2px #a6be9718}.sequence-tab svg{width:48px;height:48px}.sequence-tab .sequence-copy{display:grid;gap:4px;text-align:left}.sequence-copy small{font-size:8px;color:#9aa58f}.add-sequence{min-width:45px;height:64px;border-style:dashed;border-color:#d6decf;background:transparent;font-size:20px;font-weight:300;color:#8ea181}#delete-sequence{margin-left:auto;min-width:40px}.playback-row{grid-column:1 / -1;display:flex;gap:25px;align-items:center;border-top:1px solid var(--line)}.transport{display:flex;gap:9px;align-items:center;width:150px;justify-content:center;flex-shrink:0}.transport .icon-button{border:0;background:transparent;color:#85927f}.play-button{border-radius:50%;width:38px;min-height:38px;border-color:var(--ink);background:var(--ink);color:#fff;padding:8px}.play-button:hover:not(:disabled){background:var(--green);border-color:var(--green)}.play-button .icon{width:16px;height:16px;margin-left:2px;fill:currentColor;stroke-width:1}.timeline{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.timeline .icon-button{border-color:transparent;width:24px;padding:0;font-size:22px;color:#8e9e88}.timeline input[type=range]{flex:1;min-width:30px;height:20px;min-height:20px;padding:0;accent-color:var(--accent);background:transparent;border:none}.timeline output{font-family:ui-monospace,monospace;font-size:10px;color:#7f8c7b;white-space:nowrap}.playback-options{display:flex;align-items:center;gap:6px;flex:0 0 auto}.playback-options select{width:64px;min-height:30px;padding:4px 6px;border-color:transparent;background:transparent;font-size:11px}#loop{background:transparent;border-color:transparent;color:#889680;font-size:11px}#loop[aria-pressed=true]{color:var(--green);background:#e7efdf}@media(max-width:1180px){.workspace{grid-template-columns:180px minmax(0,1fr) 230px;gap:12px;padding:14px}.topbar{padding:0 18px;gap:18px}.brand{width:170px}.breadcrumb{display:none}#save-status{max-width:120px}.canvas-header{left:17px;right:17px}.canvas-header h1{font-size:15px}.view-group button{gap:4px;padding:5px 6px}.view-group .icon{display:none}.mode-group button{min-width:43px;padding:6px 7px}}@media(max-width:900px){.shell{grid-template-rows:68px 47px minmax(0,1fr) 136px;min-height:660px}.topbar{gap:14px;padding:0 16px}.brand{width:auto}.brand strong{font-size:24px}.brand small,#save-status{display:none}.mobile-tabs{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 15px}.mobile-tabs button{min-height:34px;min-width:95px;border-color:transparent;background:transparent;color:#8b998b;font-size:11px}.mobile-tabs .icon{width:15px;height:15px}.mobile-tabs button.active{color:var(--ink);background:#fff;border-color:#e1e7db;box-shadow:0 2px 4px #11221105}.workspace{position:relative;display:block;padding:0 14px 14px}.board-wrap{height:100%}.workspace .panel{display:none;position:absolute;inset:0 14px 14px;background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:20px;z-index:4;box-shadow:var(--shadow)}.shell[data-panel=players] .left-panel,.shell[data-panel=actions] .right-panel{display:block}#roster{display:grid;grid-template-columns:1fr 1fr;column-gap:12px}.team-label{grid-column:1 / -1}.roster-player{border-color:var(--line);min-height:44px}.panel-footnote{display:none}.playback-deck{padding:0 16px;grid-template-columns:110px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 56px}.sequence-heading .section-kicker{font-size:7px}.sequence-heading strong{font-size:11px}.sequence-tab{height:56px;min-width:105px;padding:5px}.sequence-tab svg{width:42px;height:42px}.add-sequence{height:56px;min-width:35px}.transport{width:110px;gap:3px}.playback-row{gap:8px}.timeline{gap:5px}.timeline output{font-size:9px}}@media(max-width:520px){.shell{grid-template-rows:92px 44px minmax(0,1fr) 134px;min-height:650px}.topbar{align-items:flex-start;padding:14px 16px 0;gap:6px}.brand{gap:6px}.brand-mark{width:27px;height:27px;border-radius:8px}.brand-mark .icon{width:20px;height:20px}.brand strong{font-size:20px;white-space:nowrap}.document-title{position:absolute;bottom:7px;left:16px;right:16px}#play-name{width:100%;min-height:28px;font-size:12px;padding-block:4px}.top-actions{margin-left:auto;gap:4px}.top-actions button{min-height:32px;padding:6px 9px;font-size:10px}.top-actions .icon{width:15px;height:15px}#toggle-fullscreen{width:32px;min-width:32px;padding:6px;font-size:0}#toggle-fullscreen:after{content:"⛶";font-size:17px;line-height:1}#toggle-menu{width:32px}.project-menu{top:54px;right:12px;width:min(330px,calc(100vw - 24px))}.mobile-tabs{padding:3px 14px}.mobile-tabs button{flex:1;min-width:0}.workspace{padding:0 10px 10px}.workspace .panel{left:10px;right:10px;bottom:10px;padding:18px}.board-wrap{border-radius:13px}.canvas-header{top:17px;left:16px;right:16px}.canvas-header h1{font-size:14px}.canvas-header .section-kicker{font-size:7px}.view-group{padding:3px}.view-group button{font-size:9px;padding:4px 6px}.canvas-meta{top:74px;left:16px;right:16px;font-size:7px}.board{inset:91px 0 98px}.mode-group{bottom:37px;padding:4px;border-radius:10px;flex-wrap:wrap;justify-content:center}.mode-group button{min-width:52px;padding:6px 8px;min-height:47px}.mode-group .history-button{min-width:58px}.board-status{left:16px;right:16px;bottom:12px;font-size:8px}.playback-deck{grid-template-columns:74px minmax(0,1fr);padding:0 12px;grid-template-rows:minmax(0,1fr) 58px}.sequence-heading .section-kicker{font-size:6px;letter-spacing:.07em}.sequence-heading strong{font-size:10px}.sequence-tab{min-width:98px}.transport{width:98px;gap:1px}.transport .icon-button{width:28px;padding:5px}.play-button{width:34px;min-height:34px}.timeline{gap:4px;flex-wrap:wrap;position:relative;padding-top:12px}.timeline input[type=range]{position:absolute;left:0;right:0;top:1px;width:100%;height:10px;min-height:10px}.timeline .icon-button{min-height:27px;width:19px}.timeline output{margin-left:auto;font-size:8px}.playback-options select{width:45px;font-size:9px;min-height:27px;padding:1px}#loop{min-height:27px;padding:2px 4px;font-size:15px}#loop span,.shortcut-note{display:none}}@media(max-height:550px)and (min-width:521px)and (max-width:1000px){.shell{min-height:350px;grid-template-rows:52px minmax(0,1fr) 64px}.topbar{padding-inline:14px}.brand-mark{height:30px;width:30px}.brand small{display:none}.brand strong{font-size:23px}.mobile-tabs{position:absolute;left:12px;top:67px;width:110px;z-index:5;flex-direction:column;padding:0}.mobile-tabs button{width:100%;background:var(--paper);justify-content:flex-start;min-height:38px}.workspace{position:relative;display:block;padding:8px 12px 8px 132px}.board-wrap{height:100%}.workspace .panel{display:none;position:absolute;inset:8px 12px 8px 132px;z-index:5;background:var(--paper);padding:15px;overflow:auto;border-radius:12px}.shell[data-panel=players] .left-panel,.shell[data-panel=actions] .right-panel{display:block}.canvas-header{top:13px;left:15px;right:15px}.canvas-header .section-kicker,.canvas-meta{display:none}.canvas-header h1{font-size:12px;margin:0}.board{inset:45px 110px 18px 0}.mode-group{inset:57px 14px auto auto;transform:none;display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:4px}.mode-group button{min-width:35px;padding:4px 6px;font-size:8px}.mode-group .icon{width:16px;height:16px}.tool-divider{display:none}.board-status{left:14px;right:14px;bottom:5px;font-size:8px}.playback-deck{display:flex;align-items:center;gap:16px;padding:0 14px}.sequence-heading{display:none}.sequences-drawer{max-width:220px;flex:0 1 auto}.sequences{flex:0 1 auto}.sequence-tab,.add-sequence{height:43px;min-width:34px}.sequence-tab svg{width:27px;height:31px}.sequence-copy small,#delete-sequence{display:none}.playback-row{flex:1;min-width:0;border:0;gap:6px}.transport{width:100px;gap:2px}.timeline{gap:4px}.timeline output{font-size:8px}.playback-options select{width:47px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important}}.mode-group button span{white-space:nowrap}.mode-group #remove-shoot-action{color:#a34b3f}.mode-group #remove-shoot-action span{white-space:normal;line-height:1.1}.account-gate{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#edf2eb,#f8f9f6 55%,#f5e8df);overflow:auto}.account-card{width:min(470px,100%);padding:32px;border:1px solid #dfe7dc;border-radius:20px;background:#fff;box-shadow:0 24px 70px #23342e18}.account-brand{display:flex;align-items:center;gap:10px;margin-bottom:34px}.account-brand .brand-mark{width:40px;height:40px}.account-brand strong{font-size:28px;letter-spacing:-.06em;line-height:1}.account-brand strong span{font-weight:400}.account-brand small{display:block;margin-top:5px;color:var(--muted);font-size:7px;letter-spacing:.14em}.account-heading .section-kicker{margin-bottom:10px}.account-heading h1{margin:0;color:var(--ink);font-size:27px;font-weight:700}.account-heading p{margin:11px 0 24px;color:var(--muted);font-size:12px;line-height:1.7}.account-form{display:grid;gap:14px}.account-form label,.team-form label{display:grid;gap:7px;color:#627268;font-size:11px;font-weight:600}.account-form button{width:100%;margin-top:4px}.account-link{width:100%;margin-top:17px;border-color:transparent;background:transparent;color:#6d8173;font-size:11px}.account-link:hover:not(:disabled){background:#f1f4ed}.account-message{min-height:18px;margin:16px 0 0;color:#a26a55;font-size:11px;line-height:1.6}.team-list{display:grid;gap:9px;margin-bottom:22px}.team-card{width:100%;min-height:60px;padding:12px 15px;justify-content:space-between;text-align:left;background:#f7f9f4;border-color:#e0e7dc}.team-card strong{font-size:13px}.team-card small{color:var(--muted);font-size:10px}.team-card:hover:not(:disabled){border-color:#b6c8ae;background:#edf4e9}.team-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;padding-top:18px;border-top:1px solid var(--line)}.team-form button{min-height:39px}.local-import{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;margin-top:13px}.local-import label{display:grid;gap:7px;color:#627268;font-size:11px;font-weight:600}.account-secondary{width:100%;margin-top:0;background:#edf2e9;border-color:transparent;color:#496448;font-size:11px}.account-empty{margin:4px 0;color:var(--muted);font-size:11px;line-height:1.6}.operator-panel{margin-top:21px;padding-top:17px;border-top:1px solid var(--line)}.operator-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.operator-heading strong{font-size:11px}.pending-user{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #eef1eb;color:var(--muted);font-size:10px}.pending-user button{min-height:29px;padding:5px 9px;font-size:10px}#open-team-hub{min-height:32px;padding:6px 10px;color:#587160;border-color:#dbe4d8;background:#f5f8f1;font-size:10px}#team-context{color:#65766b}@media(max-width:520px){.account-gate{align-items:start;padding:14px}.account-card{margin-top:5vh;padding:24px 20px;border-radius:16px}.account-brand{margin-bottom:26px}.team-form,.local-import{grid-template-columns:1fr}.team-form button,.local-import button{width:100%}#open-team-hub{width:64px;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:4px}.top-actions button{white-space:nowrap}#video-share-open span,#save-play span{display:none}#video-share-open,#save-play{width:34px;min-width:34px;padding:6px}}.owner-team-name{margin:4px 0 16px;color:var(--ink);font-size:15px;font-weight:650}.owner-subheading{margin:18px 0 5px;font-size:11px;color:var(--ink)}#owner-panel .pending-user{align-items:center}#owner-panel .pending-user>span{min-width:0;overflow-wrap:anywhere;flex:1 1 180px}#owner-panel .pending-user select{min-width:86px}#owner-panel .pending-user button{flex:0 0 auto;white-space:nowrap}.editor-role-banner{position:absolute;z-index:3;top:15px;left:50%;transform:translate(-50%);max-width:calc(100% - 32px);padding:7px 12px;border:1px solid #e8cdbb;border-radius:8px;background:#fff7f0;color:#8b5f49;font-size:10px;text-align:center;box-shadow:0 3px 10px #00000012}.join-request-row{margin:7px 0 0;color:var(--muted);font-size:10px}.play-library-list{display:grid;gap:8px;margin:12px 0 18px;max-height:300px;overflow:auto}.play-library-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:9px;background:#fbfcf9}.play-library-row>div{min-width:0;display:grid;gap:3px}.play-library-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.play-library-row small{color:var(--muted);font-size:10px}.play-library-row button{flex:0 0 auto;min-width:60px;padding:7px 10px;font-size:10px}.play-library-new{padding-top:16px;border-top:1px solid var(--line)}#play-library-status:empty,#play-library-message:empty{display:none}#fullscreen-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media(max-width:520px){#owner-panel .pending-user{align-items:stretch}#owner-panel .pending-user select,#owner-panel .pending-user button{flex:1 1 86px}.editor-role-banner{top:10px;font-size:9px}.pending-user{flex-wrap:wrap;align-items:center}.pending-user>:first-child{min-width:0;flex:1 1 100%;overflow-wrap:anywhere}.pending-user select,.pending-user button{flex:0 0 auto;min-width:86px}.play-library-row{align-items:flex-start}}.shell[data-mobile-focus=true]{position:fixed;inset:0;z-index:40;min-height:0;height:100dvh;display:block;overflow:hidden;background:var(--court)}.shell[data-mobile-focus=true] .topbar{position:absolute;inset:0 0 auto;z-index:10;height:48px;padding:6px 10px;background:#10221bdd;border:0}.shell[data-mobile-focus=true] .brand,.shell[data-mobile-focus=true] .document-title,.shell[data-mobile-focus=true] #save-status{display:none}.shell[data-mobile-focus=true] .top-actions{width:100%;justify-content:flex-end;gap:5px;margin:0}.shell[data-mobile-focus=true] .top-actions button{min-height:34px;padding:6px 9px;background:#fdfdf7ef;border-color:#dce4d8;color:#415b4b;font-size:10px;box-shadow:0 3px 10px #0003}.shell[data-mobile-focus=true] .workspace{position:absolute;inset:0;display:block;padding:0}.shell[data-mobile-focus=true] .board-wrap{position:absolute;inset:0;height:auto;border-radius:0;box-shadow:none}.shell[data-mobile-focus=true] .canvas-header,.shell[data-mobile-focus=true] .canvas-meta{display:none}.shell[data-mobile-focus=true] .board{inset:0}.shell[data-mobile-focus=true] .board-status{left:10px;right:10px;bottom:56px;font-size:9px}.shell[data-mobile-focus=true] .mode-group{bottom:62px}.shell[data-mobile-focus=true] .mobile-tabs{position:absolute;z-index:8;top:54px;left:8px;display:flex;justify-content:flex-start;gap:4px;padding:0;pointer-events:none}.shell[data-mobile-focus=true] .mobile-tabs button{pointer-events:auto;min-width:36px;width:36px;min-height:34px;padding:6px;font-size:0;background:#fdfdf7ef;border-color:#dce4d8;box-shadow:0 3px 10px #0003}.shell[data-mobile-focus=true] .mobile-tabs button .icon{width:17px;height:17px}.shell[data-mobile-focus=true] .workspace .panel{position:absolute;z-index:7;display:none;padding:16px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:auto}.shell[data-mobile-focus=true][data-panel=players] .left-panel,.shell[data-mobile-focus=true][data-panel=actions] .right-panel{display:block}.shell[data-mobile-focus=true] .playback-deck{position:absolute;z-index:8;inset:auto 0 0;height:52px;display:flex;align-items:center;gap:10px;padding:0 8px;background:#10221bdd;border-top:1px solid #ffffff22}.shell[data-mobile-focus=true] .sequence-heading{display:none}.shell[data-mobile-focus=true] .sequences{min-width:0;flex:1}.shell[data-mobile-focus=true] .sequence-tab,.shell[data-mobile-focus=true] .add-sequence{height:40px;min-width:70px}.shell[data-mobile-focus=true] .sequence-tab svg{width:30px;height:30px}.shell[data-mobile-focus=true] .sequence-copy small,.shell[data-mobile-focus=true] #delete-sequence{display:none}.shell[data-mobile-focus=true] .playback-row{flex:0 0 190px;border:0;gap:4px}.shell[data-mobile-focus=true] .transport{width:68px;gap:1px}.shell[data-mobile-focus=true] .transport .icon-button{width:26px;min-height:30px}.shell[data-mobile-focus=true] .play-button{width:32px;min-height:32px}.shell[data-mobile-focus=true] .timeline{gap:3px}.shell[data-mobile-focus=true] .timeline input[type=range]{min-width:32px}.shell[data-mobile-focus=true] .timeline output,.shell[data-mobile-focus=true] .timeline select,.shell[data-mobile-focus=true] #loop{display:none}@media(orientation:landscape){.shell[data-mobile-focus=true]{--focus-gutter-width:clamp(160px, calc((100dvw - 101.3514dvh)/2 - 16px) ,270px)}.shell[data-mobile-focus=true] .topbar{left:auto;right:0;width:var(--focus-gutter-width);height:auto;min-height:0;padding:6px 8px;background:transparent}.shell[data-mobile-focus=true] .top-actions{width:100%;flex-wrap:wrap;justify-content:flex-end}.shell[data-mobile-focus=true] #open-team-hub,.shell[data-mobile-focus=true] #video-share-open{display:none}.shell[data-mobile-focus=true] .top-actions>#save-play,.shell[data-mobile-focus=true] .top-actions>#toggle-fullscreen,.shell[data-mobile-focus=true] .top-actions>#toggle-focus-playback,.shell[data-mobile-focus=true] .top-actions>#toggle-menu{width:36px;min-width:36px;padding:6px;font-size:0}.shell[data-mobile-focus=true] #save-play span{display:none}.shell[data-mobile-focus=true] #toggle-fullscreen:after{content:"⛶";font-size:17px}.shell[data-mobile-focus=true] #toggle-focus-playback:after{content:"단계";font-size:9px;line-height:1;white-space:nowrap}.shell[data-mobile-focus=true] .workspace .panel{top:8px;bottom:8px;width:var(--focus-gutter-width)}.shell[data-mobile-focus=true] .mobile-tabs{top:8px;left:8px;right:auto;width:var(--focus-gutter-width);flex-direction:row}.shell[data-mobile-focus=true][data-panel=players] .left-panel{left:8px;right:auto;top:52px}.shell[data-mobile-focus=true][data-panel=actions] .right-panel{left:auto;right:8px;top:92px}.shell[data-mobile-focus=true][data-panel=actions] .mode-group{display:none}}@media(orientation:portrait){.shell[data-mobile-focus=true] .workspace .panel{inset:52px 8px}}@media(max-width:560px){.shell[data-mobile-focus=true] .top-actions button{font-size:0;width:36px;padding:6px}.shell[data-mobile-focus=true] .top-actions #toggle-fullscreen:after{content:"⛶";font-size:17px}.shell[data-mobile-focus=true] .playback-row{flex-basis:120px}.shell[data-mobile-focus=true] .transport{display:none}}#toggle-fullscreen,#toggle-focus-playback{display:none}.shell[data-mobile-focus=true] #toggle-fullscreen,.shell[data-mobile-focus=true] #toggle-focus-playback{display:inline-flex}@media(max-width:800px),(pointer:coarse)and (max-height:800px),(max-width:900px)and (max-height:550px){#toggle-fullscreen{display:inline-flex}}.shell[data-mobile-focus=true] .topbar{background:transparent}.shell[data-mobile-focus=true] .playback-deck{display:none}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-deck{display:flex;inset:auto 8px 52px;height:52px}@media(orientation:landscape){.shell[data-mobile-focus=true] .mode-group{inset:92px 8px auto auto;transform:none}.shell[data-mobile-focus=true] .mode-group button{min-width:36px;min-height:36px;padding:5px 6px;font-size:8px}.shell[data-mobile-focus=true] .mode-group .icon{width:16px;height:16px}.shell[data-mobile-focus=true] .mode-group .tool-divider{display:none}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-deck{inset:52px auto 8px 8px;width:var(--focus-gutter-width);height:auto;flex-direction:column;align-items:stretch;gap:8px;padding:8px;overflow:hidden}.shell[data-mobile-focus=true][data-focus-playback=open] .sequences{flex-direction:column;align-items:stretch;overflow:auto;flex:1 1 auto}.shell[data-mobile-focus=true][data-focus-playback=open] .sequence-tab,.shell[data-mobile-focus=true][data-focus-playback=open] .add-sequence{width:100%;min-width:0;flex:0 0 auto}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-row{flex:0 0 auto;width:100%;flex-wrap:wrap;gap:4px}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline{min-width:0;flex:1 1 90px}}#toggle-focus-actions{display:none}.shell[data-mobile-focus=true] #toggle-focus-actions{display:inline-flex}.shell[data-mobile-focus=true] .mobile-tabs button[data-panel=court],.shell[data-mobile-focus=true] .mobile-tabs button[data-panel=actions]{display:none}.shell[data-mobile-focus=true] .mobile-tabs button[data-panel=players]{display:inline-flex}#orientation-gate{display:grid;place-items:center;gap:9px;position:fixed;inset:0;z-index:60;padding:24px;background:#10221bd9;color:#fff;text-align:center}#orientation-gate strong{font-size:20px}#orientation-gate span{max-width:260px;font-size:12px;line-height:1.6}.shell[data-orientation-gate=false] #orientation-gate{display:none}@media(orientation:landscape){.shell[data-mobile-focus=true]{--focus-gutter-width:clamp(150px, calc((100dvw - 101.3514dvh)/2 - 12px) ,210px)}.shell[data-mobile-focus=true] .top-actions>#toggle-focus-actions{width:36px;min-width:36px;padding:6px;font-size:0}.shell[data-mobile-focus=true] #toggle-focus-actions:after{content:"행동";font-size:9px;line-height:1}.shell[data-mobile-focus=true] #toggle-focus-actions{white-space:nowrap}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-deck{display:flex;flex-direction:column;align-items:stretch;gap:8px;inset:8px auto 8px 8px;width:var(--focus-gutter-width);height:auto;padding:8px;overflow:hidden}.shell[data-mobile-focus=true][data-focus-playback=open] .sequences{display:flex;flex-direction:column;align-items:stretch;gap:5px;min-height:0;max-width:none;flex:1 1 auto;overflow:auto;padding:1px}.shell[data-mobile-focus=true][data-focus-playback=open] .sequence-tab,.shell[data-mobile-focus=true][data-focus-playback=open] .add-sequence{width:100%;min-width:0;height:40px;flex:0 0 auto}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-row{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;flex:0 0 auto;min-height:0}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline{order:1;min-width:0;width:100%;flex:0 0 auto;flex-wrap:wrap;border-top:1px solid #ffffff2e;padding-top:8px}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline input[type=range]{min-width:30px}.shell[data-mobile-focus=true][data-focus-playback=open] .transport{order:2;width:100%;justify-content:center;gap:4px;border-top:1px solid #ffffff2e;padding-top:8px}.shell[data-mobile-focus=true][data-focus-playback=open] .transport .icon-button{width:30px}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline output,.shell[data-mobile-focus=true][data-focus-playback=open] .timeline select,.shell[data-mobile-focus=true][data-focus-playback=open] #loop{display:inline-flex}}@media(orientation:portrait){.shell[data-mobile-focus=true] #orientation-gate{display:grid}.shell[data-mobile-focus=true][data-orientation-gate=false] #orientation-gate{display:none}}@media(orientation:landscape){.shell[data-mobile-focus=true]{--focus-gutter-width:clamp(140px, calc((100dvw - 101.3514dvh)/2 - 12px) ,160px);--focus-panel-width:clamp(160px, calc((100dvw - 101.3514dvh)/2 - 12px) ,270px)}.shell[data-mobile-focus=true] .workspace .right-panel{width:var(--focus-panel-width)}.shell[data-mobile-focus=true] .workspace .right-panel{min-width:0;overflow-x:hidden}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-deck{inset:52px auto 8px 8px;width:var(--focus-gutter-width);height:auto;transform:none;padding:8px;overflow:hidden}.shell[data-mobile-focus=true][data-focus-playback=open] .sequences-drawer{display:flex;flex:1 1 auto;min-height:0;width:100%;flex-direction:column;gap:8px}.shell[data-mobile-focus=true][data-focus-playback=open] .sequences{display:flex;flex:1 1 auto;min-height:0;max-width:none;width:100%;flex-direction:column;align-items:stretch;gap:5px;overflow:auto;padding:1px}.shell[data-mobile-focus=true][data-focus-playback=open] .sequence-tab{width:100%;min-width:0;height:40px;flex:0 0 auto}.shell[data-mobile-focus=true][data-focus-playback=open] .sequence-controls{display:flex;flex:0 0 auto;flex-direction:row;gap:5px;padding-top:8px;border-top:1px solid #ffffff2e}.shell[data-mobile-focus=true][data-focus-playback=open] .sequence-controls .add-sequence,.shell[data-mobile-focus=true][data-focus-playback=open] .sequence-controls #delete-sequence{display:flex;flex:1;width:auto;min-width:0;height:34px;margin:0}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-row{display:flex;flex:0 0 auto;width:100%;min-height:0;flex-direction:column;align-items:stretch;gap:8px}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline{order:1;display:flex;flex:0 0 auto;min-width:0;width:100%;flex-wrap:wrap;gap:3px;padding-top:8px;border-top:1px solid #ffffff2e}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline input[type=range]{min-width:30px}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline output{display:inline-flex;font-size:8px}.shell[data-mobile-focus=true][data-focus-playback=open] .transport{order:2;width:100%;justify-content:center;gap:4px;padding-top:8px;border-top:1px solid #ffffff2e}.shell[data-mobile-focus=true][data-focus-playback=open] .transport .icon-button{width:30px}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-options{order:3;display:flex;width:100%;align-items:center;justify-content:center;gap:4px}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-options select{width:58px;min-height:28px;padding:3px 4px;font-size:9px}.shell[data-mobile-focus=true][data-focus-playback=open] .playback-options #loop{display:inline-flex;min-height:28px;padding:3px 4px;font-size:14px}.shell[data-mobile-focus=true][data-panel=actions] .empty{padding:24px 12px 16px;margin-bottom:10px}}#orientation-gate{align-content:center}#orientation-gate-exit{min-height:36px;margin-top:7px;border-color:#fff4;background:#ffffff14;color:#fff}.focus-bottom-actions{display:none}@media(max-width:520px){.board-tools{bottom:37px;width:calc(100% - 28px);gap:4px;flex-direction:column;justify-content:center}.mode-group{width:100%;justify-content:center}.history-tools{flex:0 0 auto}}@media(orientation:landscape){.shell[data-mobile-focus=true] .top-actions{flex-wrap:nowrap}.shell[data-mobile-focus=true] .top-actions>#save-play,.shell[data-mobile-focus=true] .top-actions>#toggle-fullscreen,.shell[data-mobile-focus=true] .top-actions>#toggle-menu{width:36px;min-width:36px;padding:6px;font-size:0}.shell[data-mobile-focus=true] .board-tools{inset:50% 8px auto auto;width:var(--focus-gutter-width);max-width:none;transform:translateY(-50%);flex-direction:column;align-items:stretch;gap:8px}.shell[data-mobile-focus=true] .mode-group{width:100%;max-width:none;position:static;transform:none;display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:4px}.shell[data-mobile-focus=true] .mode-group button{min-width:0;min-height:36px;padding:5px 6px;font-size:8px}.shell[data-mobile-focus=true] .mode-group .icon{width:16px;height:16px}.shell[data-mobile-focus=true] .history-tools{width:100%;justify-content:center;padding:4px;gap:2px}.shell[data-mobile-focus=true] .history-tools button{flex:1 1 0;min-width:0;min-height:36px;padding:5px 4px;font-size:8px}.shell[data-mobile-focus=true] .focus-bottom-actions{position:absolute;right:8px;bottom:8px;z-index:10;display:flex;gap:5px}.shell[data-mobile-focus=true] .focus-bottom-actions button{min-width:52px;min-height:34px;padding:6px 8px;background:#fdfdf7ef;border-color:#dce4d8;color:#415b4b;font-size:10px;box-shadow:0 3px 10px #0003;white-space:nowrap;align-items:center;justify-content:center}.shell[data-mobile-focus=true] .focus-bottom-actions #toggle-focus-playback:after,.shell[data-mobile-focus=true] .focus-bottom-actions #toggle-focus-actions:after{content:none}.shell[data-mobile-focus=true][data-panel=actions] .board-tools{display:none}.shell[data-mobile-focus=true][data-panel=actions] .right-panel{bottom:56px}}@media(orientation:portrait)and (max-width:900px){.shell:not([data-mobile-focus=true]){height:auto;min-height:100dvh;grid-template-rows:68px 47px auto 136px}.shell:not([data-mobile-focus=true]) .workspace{min-height:0}.shell:not([data-mobile-focus=true]) .board-wrap{display:flex;flex-direction:column;height:auto}.shell:not([data-mobile-focus=true]) .board{position:relative;inset:auto;flex:1 1 auto;min-height:clamp(280px,85vw,420px);width:auto;margin:108px 10px 12px}.shell:not([data-mobile-focus=true]) .board-tools{position:static;transform:none;width:calc(100% - 28px);max-width:none;margin:0 auto 37px;flex:0 0 auto;flex-direction:column;align-items:center}}@media(orientation:portrait)and (max-width:520px){.shell:not([data-mobile-focus=true]){grid-template-rows:92px 44px auto 134px}.shell:not([data-mobile-focus=true]) .board{margin:91px 0 12px}}@media(orientation:portrait)and (max-width:900px){.shell:not([data-mobile-focus=true]),.shell:not([data-mobile-focus=true]) .workspace,.shell:not([data-mobile-focus=true]) .board-wrap{width:100%;max-width:100%;min-width:0}}@media(orientation:portrait)and (max-width:600px){.shell:not([data-mobile-focus=true]){grid-template-rows:92px 44px auto 134px}.shell:not([data-mobile-focus=true]) .topbar{min-width:0;gap:6px;padding:14px 16px 0;align-items:flex-start}.shell:not([data-mobile-focus=true]) .brand{width:auto;gap:6px;min-width:0}.shell:not([data-mobile-focus=true]) .brand strong{font-size:20px}.shell:not([data-mobile-focus=true]) .brand small,.shell:not([data-mobile-focus=true]) #save-status{display:none}.shell:not([data-mobile-focus=true]) .document-title{position:absolute;bottom:7px;left:16px;right:16px}.shell:not([data-mobile-focus=true]) #play-name{width:100%;min-height:28px;font-size:12px;padding-block:4px}.shell:not([data-mobile-focus=true]) .top-actions{min-width:0;max-width:100%;margin-left:auto;gap:4px;flex-shrink:1}.shell:not([data-mobile-focus=true]) .top-actions button{min-width:0;flex-shrink:1;min-height:32px;padding:6px 9px;white-space:nowrap}.shell:not([data-mobile-focus=true]) #open-team-hub{width:64px;max-width:64px;overflow:hidden;text-overflow:ellipsis;padding-inline:4px}.shell:not([data-mobile-focus=true]) #video-share-open span,.shell:not([data-mobile-focus=true]) #save-play span{display:none}.shell:not([data-mobile-focus=true]) #video-share-open,.shell:not([data-mobile-focus=true]) #save-play{width:34px;min-width:34px;padding:6px}.shell:not([data-mobile-focus=true]) #toggle-fullscreen{width:32px;min-width:32px;padding:6px;font-size:0}.shell:not([data-mobile-focus=true]) #toggle-fullscreen:after{content:"⛶";font-size:17px;line-height:1}.shell:not([data-mobile-focus=true]) #toggle-menu{width:32px;min-width:32px}}@media(orientation:landscape){.shell[data-mobile-focus=true]{--focus-panel-width:var(--focus-gutter-width)}.shell[data-mobile-focus=true] .board{inset:0 calc(var(--focus-gutter-width) + 8px)}.shell[data-mobile-focus=true] .board-status{left:10px;right:10px}.shell[data-mobile-focus=true] .mode-group:not(:has([data-mode=pass]:not([hidden]))):has(#shoot-action[hidden]) [data-mode=screen],.shell[data-mobile-focus=true] .mode-group:not(:has([data-mode=pass][hidden])):not(:has(#shoot-action[hidden])) #shoot-action{grid-column:1 / -1;justify-self:center}}.mobile-tabs button{align-items:center;justify-content:center}.shell[data-mobile-focus=true] .mobile-tabs button{align-items:center;justify-content:center;gap:0;line-height:1;text-align:center}.shell[data-mobile-focus=true] .mobile-tabs button .icon{flex:0 0 auto;margin:0}#toggle-fullscreen{align-items:center;justify-content:center;gap:0;line-height:1}#toggle-fullscreen:after{content:none!important}#toggle-fullscreen .fullscreen-label{display:none}#toggle-fullscreen .fullscreen-icon{display:grid;place-items:center;flex:0 0 auto;width:17px;height:17px;line-height:1}#toggle-fullscreen .fullscreen-icon .icon{display:block;width:100%;height:100%;margin:0}@keyframes fullscreen-prompt{0%,to{transform:scale(1);box-shadow:0 0 #087f8c66,0 3px 8px #087f8c44}50%{transform:scale(1.04);box-shadow:0 0 0 5px #087f8c00,0 6px 16px #087f8c66}}@media(max-width:800px),(pointer:coarse)and (max-height:800px),(max-width:900px)and (max-height:550px){.shell:not([data-mobile-focus=true]) #toggle-fullscreen{color:#fff;border-color:#087f8c;background:#087f8c;animation:fullscreen-prompt 1.8s ease-in-out infinite;transform-origin:center}.shell:not([data-mobile-focus=true]) #toggle-fullscreen[aria-pressed=true],.shell[data-mobile-focus=true] #toggle-fullscreen{animation:none}}@media(prefers-reduced-motion:reduce){.shell:not([data-mobile-focus=true]) #toggle-fullscreen{animation:none!important}}.timeline{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:5px;row-gap:1px;min-width:0;padding:0;position:static;flex-wrap:initial}.timeline #previous-step{grid-column:1;grid-row:1;width:24px;min-width:24px}.timeline input[type=range]{position:static;grid-column:2;grid-row:1;width:100%;min-width:0;height:20px;min-height:20px}.timeline #next-step{grid-column:3;grid-row:1;width:24px;min-width:24px}.timeline output{grid-column:1 / -1;grid-row:2;justify-self:center;margin:0;line-height:1.2;font-size:9px}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;min-width:0;width:100%;flex:0 0 auto}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline #previous-step{grid-column:1;grid-row:1}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline input[type=range]{position:static;grid-column:2;grid-row:1;width:100%;min-width:0}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline #next-step{grid-column:3;grid-row:1}.shell[data-mobile-focus=true][data-focus-playback=open] .timeline output{display:block;grid-column:1 / -1;grid-row:2;justify-self:center;margin:0;white-space:nowrap}.shell[data-mobile-focus=true]{height:var(--app-viewport-height,100dvh)}@media(orientation:portrait)and (max-width:900px){.shell:not([data-mobile-focus=true]){height:var(--app-viewport-height,100dvh);min-height:0;overflow:hidden;grid-template-rows:84px 36px minmax(0,1fr) 100px}.shell:not([data-mobile-focus=true]) .workspace{height:100%;min-height:0;overflow:hidden}.shell:not([data-mobile-focus=true]) .board-wrap{height:100%;min-height:0;overflow:hidden}.shell:not([data-mobile-focus=true]) .board{flex:1 1 auto;min-height:0;max-height:420px;margin:96px 10px 8px}.shell:not([data-mobile-focus=true]) .board-status{display:none}.shell:not([data-mobile-focus=true]) .board-tools{flex:0 0 auto;width:calc(100% - 20px);gap:4px;margin:0 auto 8px;overflow:visible}.shell:not([data-mobile-focus=true]) .mode-group{gap:1px;padding:3px;width:100%}.shell:not([data-mobile-focus=true]) .mode-group button{min-width:44px;min-height:38px;padding:4px 5px;gap:2px;font-size:8px}.shell:not([data-mobile-focus=true]) .mode-group .icon{width:15px;height:15px}.shell:not([data-mobile-focus=true]) .history-tools{width:100%;padding:3px;gap:3px}.shell:not([data-mobile-focus=true]) .history-tools button{flex:1 1 0;min-width:0;min-height:34px;padding:4px 6px;flex-direction:row;gap:3px;font-size:8px}.shell:not([data-mobile-focus=true]) .history-glyph{width:16px;height:16px;font-size:16px}.shell:not([data-mobile-focus=true]) .playback-deck{min-height:0;padding-inline:10px;grid-template-rows:minmax(0,1fr) 56px}.shell:not([data-mobile-focus=true]) .sequence-tab,.shell:not([data-mobile-focus=true]) .add-sequence{height:40px;min-width:42px}.shell:not([data-mobile-focus=true]) .sequence-tab svg{width:30px;height:30px}.shell:not([data-mobile-focus=true]) .playback-row{min-width:0;gap:8px}}@media(orientation:portrait)and (max-width:600px){.shell:not([data-mobile-focus=true]){grid-template-rows:92px 36px minmax(0,1fr) 100px}.shell:not([data-mobile-focus=true]) .canvas-meta{display:none}.shell:not([data-mobile-focus=true]) .board{margin:72px 0 8px}}@media(orientation:portrait)and (max-width:520px){.shell:not([data-mobile-focus=true]){grid-template-rows:84px 36px minmax(0,1fr) 100px}.shell:not([data-mobile-focus=true]) .board{margin:72px 0 8px}}
