*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f7f8fa;color:#1b1b1f}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e3e5e8}.topbar h1{font-size:1.1rem;margin:0}.topbar .user{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#555}.dashboard{max-width:1320px;margin:0 auto;padding:1.5rem}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.dashboard-header h2{margin:0;font-size:1.75rem}.structured-editor{--se-bg:#f5f2ea;--se-panel:#fffdf8;--se-node:var(--se-panel);--se-ink:#18202b;--se-muted:#687386;--se-line:#d9d4c8;--se-accent:#b94d28;height:100vh;display:flex;flex-direction:column;background:var(--se-bg);color:var(--se-ink);overflow:hidden}.structured-editor.theme-dark{--se-bg:#0e141c;--se-panel:#151d28;--se-ink:#edf2f7;--se-muted:#9aa8ba;--se-line:#2c394a;--se-accent:#f28b5b}.structured-header{min-height:58px;display:flex;align-items:center;gap:16px;padding:8px 14px;border-bottom:1px solid var(--se-line);background:var(--se-panel)}.structured-back{color:var(--se-accent);font-weight:700}.structured-header .structured-back{border:0;padding:4px;background:transparent}.structured-title{min-width:180px;display:flex;flex-direction:column}.structured-title span,.structured-pane-title span{color:var(--se-muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.structured-actions{margin-left:auto;display:flex;align-items:center;gap:6px}.structured-actions button,.structured-canvas-tools button,.structured-inspector button{border:1px solid var(--se-line);background:var(--se-panel);color:var(--se-ink);border-radius:6px;padding:6px 9px}.save-indicator{min-width:62px;font-size:12px;color:var(--se-muted)}.save-indicator.error,.save-indicator.conflict{color:#c73737;font-weight:700}.structured-conflict,.last-valid-banner{padding:8px 14px;background:#fff0cb;color:#5d4010;border-bottom:1px solid #dfbd68;font-size:13px}.structured-split{flex:1;min-height:0;display:grid;grid-template-columns:minmax(360px,42%) minmax(500px,58%)}.structured-source,.structured-canvas-pane{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--se-panel)}.structured-source{border-right:1px solid var(--se-line)}.structured-source .cm-theme{flex:1;min-height:0;overflow:auto}.structured-source .cm-editor{height:100%;font-size:13px}.structured-pane-title{height:37px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--se-line)}.structured-diagnostics{max-height:116px;overflow:auto;border-top:1px solid var(--se-line);padding:6px;display:flex;flex-direction:column;gap:3px}.structured-diagnostics button{text-align:left;border:0;background:transparent;color:var(--se-ink);font-size:12px}.structured-diagnostics .error{color:#c93b3b}.structured-diagnostics .warning{color:#a56813}.structured-diagnostics .valid{color:#2d8055;font-size:12px;padding:3px 6px}.structured-canvas-tools{min-height:42px;display:flex;align-items:center;gap:6px;padding:6px 10px;border-bottom:1px solid var(--se-line)}.structured-canvas-tools input{width:220px;padding:6px 9px;border:1px solid var(--se-line);border-radius:6px;background:var(--se-panel);color:var(--se-ink)}.structured-canvas-tools span{font-size:12px;color:var(--se-muted)}.structured-canvas{flex:1;min-height:0;overflow:auto;background-color:var(--se-bg);background-image:radial-gradient(var(--se-line) 1px,transparent 1px);background-size:22px 22px}.structured-graph,.mermaid-output{position:relative;transform-origin:0 0;transition:transform .12s ease}.mermaid-output{padding:30px;width:max-content;min-width:100%}.mermaid-output svg{max-width:none}.structured-edges{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none}.structured-edges path{fill:none;stroke:var(--se-muted);stroke-width:1.5;opacity:.55}.structured-mermaid-selected{filter:drop-shadow(0 0 5px var(--se-accent));outline:3px solid var(--se-accent);outline-offset:3px}.structured-edges path.relationship{stroke:var(--se-accent);stroke-width:2.5;stroke-dasharray:7 4;opacity:.9}.structured-mermaid-match{filter:drop-shadow(0 0 6px #e6b936)}.mermaid-collapsed{margin:24px;padding:24px;border:1px dashed var(--se-accent);border-radius:10px;color:var(--se-ink);background:var(--se-panel)}.structured-node{position:absolute;width:220px;min-height:72px;padding:11px 12px 9px 34px;border:1px solid var(--se-line);border-left:4px solid var(--se-accent);border-radius:9px;background:var(--se-node);box-shadow:0 4px 14px #161e2d14;cursor:pointer;overflow:hidden}.structured-node.selected{outline:3px solid color-mix(in srgb,var(--se-accent) 45%,transparent)}.structured-node.match{box-shadow:0 0 0 3px #e6b936}.structured-node div{display:flex;align-items:baseline;gap:8px}.structured-node strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.structured-node span{color:var(--se-muted);font-family:ui-monospace,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.structured-node small{display:block;margin-top:8px;color:var(--se-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-collapse{position:absolute;left:8px;top:10px;width:19px;height:19px;padding:0;border:1px solid var(--se-line);border-radius:4px;background:var(--se-bg);color:var(--se-ink)}.structured-inspector{min-height:53px;display:flex;align-items:center;gap:7px;padding:7px 10px;border-top:1px solid var(--se-line);background:var(--se-panel)}.structured-inspector div{min-width:160px;display:flex;flex-direction:column}.structured-inspector code{color:var(--se-muted);font-size:11px}.structured-inspector>span{color:var(--se-muted);font-size:11px;max-width:280px}.ai-context-disclosure{padding:6px 8px;color:#4f5e70;background:#eef3f7;border-radius:5px;font-size:11px;line-height:1.35}.structured-diff-modal{width:min(1180px,94vw);max-width:none}.structured-diff-modal header{padding:18px 20px 10px}.structured-diff-modal h2,.structured-diff-modal p{margin:0 0 5px}.structured-diff{display:grid;grid-template-columns:1fr 1fr;gap:1px;max-height:65vh;overflow:hidden;background:#cad1d9;border-block:1px solid #cad1d9}.structured-diff section{min-width:0;padding:10px;background:#f8fafc}.structured-diff pre{height:56vh;margin:8px 0 0;overflow:auto;padding:12px;color:#dce6ef;background:#101820;font:12px/1.5 ui-monospace,monospace;white-space:pre}@media(max-width:900px){.structured-split{grid-template-columns:1fr;grid-template-rows:46% 54%}.structured-source{border-right:0;border-bottom:1px solid var(--se-line)}.structured-actions button:nth-of-type(n+4){display:none}}.workspace-tabs{display:inline-flex;gap:.2rem;padding:.25rem;margin:0;background:#e9edf4;border-radius:10px}.workspace-tabs button{border-color:transparent;background:transparent;color:#596273;font-weight:600}.workspace-tabs button.active{color:#263a94;background:#fff;border-color:#dce2ff;box-shadow:0 1px 2px #19254814}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;min-height:2rem;padding:.35rem .55rem;border:1px solid #dce2eb;border-radius:8px;background:#fff;color:#52606f;font-size:.95rem;font-weight:600}.breadcrumbs button{border:0;padding:0;color:#344ba6;background:transparent;text-decoration:underline}.workspace-toolbar{margin-bottom:1.25rem;border:1px solid #dfe4ec;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #1d27410a}.workspace-toolbar-top,.workspace-toolbar-bottom{display:flex;align-items:center;gap:.7rem;padding:.7rem .8rem}.workspace-toolbar-top{justify-content:space-between;background:#f8f9fc;border-bottom:1px solid #e4e8f0}.workspace-context{display:flex;min-width:0;align-items:center;gap:.75rem}.workspace-toolbar .create-buttons{justify-content:flex-end;flex-wrap:wrap}.workspace-toolbar-bottom{flex-wrap:wrap}.folder-row td{background:#fcfcff}.folder-thumb{display:inline-flex;align-items:center;justify-content:center;position:relative;width:84px;height:60px;border-radius:6px;overflow:hidden;background:linear-gradient(145deg,#fff9e6,#fff1bd)}.folder-thumb svg{width:96px;height:72px;filter:drop-shadow(0 2px 2px rgba(158,105,0,.18))}.folder-tab{fill:#f6c84e}.folder-body{fill:#f2ae2e}.folder-up-icon{position:absolute;width:24px;height:24px;padding:3px;border-radius:999px;color:#725000;background:#ffffffd1;box-shadow:0 1px 3px #68480033}.folder-card .folder-thumb{width:100%;height:104px}.folder-card .folder-thumb svg{width:140px;height:105px}.folder-badge,.badge.source{margin-left:.35rem;background:#eef2ff;color:#4356a1}.folder-card{background:#fcfcff}.folder-row.drop-active td,.folder-card.drop-active{background:#fff6d7;outline:2px dashed #d99400;outline-offset:-3px}.parent-folder-row td,.parent-folder-card{background:#fffbef}.folder-card-main{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;padding:0;border:0;background:transparent;text-align:left}.folder-card-main:hover,.thumb-button:hover{background:transparent}.link-title svg{width:15px;height:15px;margin-right:.25rem;vertical-align:-2px}.draggable-drawing{cursor:grab}.draggable-drawing:active{cursor:grabbing}.draggable-drawing.moving{opacity:.45}.thumb-button{padding:0;border:0;background:transparent;text-align:left}.thumb-button .thumb{display:block}.dashboard-sub{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}.create-buttons{display:flex;gap:.5rem;flex-shrink:0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.card{background:#fff;border:1px solid #e3e5e8;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .15s}.card:hover{box-shadow:0 2px 8px #00000014}.card .title{font-weight:600;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .meta{font-size:.78rem;color:#777}.card .actions{display:flex;gap:.4rem;margin-top:.25rem}.badge{display:inline-block;font-size:.7rem;padding:.1rem .45rem;border-radius:999px;background:#eef1ff;color:#3f51b5;width:fit-content}.badge.view{background:#fff4e5;color:#b26a00}.badge.kind{background:#eef7ee;color:#2e7d32}button{font:inherit;border:1px solid #d0d3d8;background:#fff;border-radius:6px;padding:.35rem .75rem;cursor:pointer}button:hover{background:#f2f3f5}button.primary{background:#3f51b5;border-color:#3f51b5;color:#fff}button.primary:hover{background:#35449a}button.danger{color:#b3261e}button.small{font-size:.8rem;padding:.2rem .5rem}input[type=text],select{font:inherit;border:1px solid #d0d3d8;border-radius:6px;padding:.35rem .6rem}.editor-page{display:flex;flex-direction:column;height:100vh}.editor-bar{display:flex;align-items:center;gap:.75rem;padding:.4rem .75rem;background:#fff;border-bottom:1px solid #e3e5e8}.editor-bar .title-input{font-weight:600;border:1px solid transparent;background:transparent;border-radius:6px;padding:.25rem .5rem;min-width:200px}.editor-bar .title-input:hover,.editor-bar .title-input:focus{border-color:#d0d3d8;background:#fff}.save-status{font-size:.8rem;color:#777;margin-left:auto}.editor-body{flex:1;min-height:0;display:flex}.canvas-wrap{flex:1;min-height:0;min-width:0}.slides-wys{flex:1;min-width:0;display:flex}.slides-source-flyout{width:34%;min-width:280px;max-width:520px;display:flex;flex-direction:column;border-right:1px solid #e3e5e8;background:#fcfcfd}.slides-source-head{display:flex;justify-content:space-between;align-items:center;padding:.35rem .5rem .35rem .85rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888;border-bottom:1px solid #e3e5e8}.slides-source-head button{font-size:.75rem;padding:.1rem .4rem;border-color:transparent;background:transparent}.wys-film{flex:none;width:172px;overflow-y:auto;padding:.6rem .6rem 1rem;display:flex;flex-direction:column;gap:.55rem;background:#f4f5f7;border-right:1px solid #e3e5e8}.wys-film-ops{position:sticky;top:0;z-index:2;display:flex;gap:.2rem;justify-content:center;background:#f4f5f7;padding-bottom:.15rem}.wys-film-ops button{font-size:.8rem;padding:.15rem .4rem;border-color:transparent;background:transparent}.wys-film-ops button:hover{border-color:#d0d3d8;background:#fff}.wys-thumb{position:relative;flex:none;width:146px;aspect-ratio:16 / 9;border:2px solid #d5d8dd;border-radius:4px;overflow:hidden;cursor:pointer;background:var(--r-background-color, #fff)}.wys-thumb:hover{border-color:#9db8e8}.wys-thumb.active{border-color:#4c8bf5;box-shadow:0 0 0 1px #4c8bf5}.wys-thumb-bg,.wys-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover;pointer-events:none}.wys-thumb-stage.reveal{position:absolute;top:0;left:0;width:1280px;height:720px;transform-origin:top left;pointer-events:none;padding:40px 60px;box-sizing:border-box;align-content:center;text-align:center;overflow:hidden;background:transparent}.wys-thumb-num{position:absolute;bottom:2px;right:4px;font-size:.65rem;color:#666;background:#ffffffd9;border-radius:3px;padding:0 3px;pointer-events:none}.wys-main{flex:1;min-width:0;display:flex;flex-direction:column}.wys-canvas{flex:1;min-height:0;min-width:0;display:flex;align-items:center;justify-content:center;background:#e9ebee;overflow:hidden}.wys-stage-box{position:relative;flex:none;box-shadow:0 2px 14px #0000002e}.wys-stage.reveal{position:absolute;top:0;left:0;width:1280px;height:720px;transform-origin:top left;overflow:hidden;background:var(--r-background-color, #fff);touch-action:auto}.wys-slide{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.wys-slide.content-align-top{justify-content:flex-start}.wys-slide.content-align-bottom{justify-content:flex-end}.wys-thumb-stage.content-align-top{justify-content:flex-start}.wys-thumb-stage.content-align-bottom{justify-content:flex-end}.wys-thumb-stage.content-align-middle{justify-content:center}.wys-thumb-stage.content-align-top,.wys-thumb-stage.content-align-middle,.wys-thumb-stage.content-align-bottom{display:flex;flex-direction:column}.wys-stage .ProseMirror{width:100%;max-height:100%;box-sizing:border-box;padding:40px 60px;outline:none;overflow:hidden;text-align:center;white-space:pre-wrap}.wys-stage .ProseMirror ul,.wys-stage .ProseMirror ol,.wys-thumb-stage ul,.wys-thumb-stage ol{list-style:none;padding-left:0}.wys-stage .ProseMirror li>p{margin:0}.wys-stage .ProseMirror ol,.wys-thumb-stage ol{counter-reset:li-counter}.wys-stage .ProseMirror ol>li,.wys-thumb-stage ol>li{counter-increment:li-counter}.wys-stage .ProseMirror ul>li>p:first-child:before,.wys-thumb-stage ul>li:before{content:"•  "}.wys-stage .ProseMirror ul ul>li>p:first-child:before,.wys-thumb-stage ul ul>li:before{content:"◦  "}.wys-stage .ProseMirror ol>li>p:first-child:before,.wys-thumb-stage ol>li:before{content:counter(li-counter) ".  "}.wys-stage .ProseMirror img{max-width:100%;max-height:480px;margin:0 auto}.wys-stage .ProseMirror img.ProseMirror-selectednode{outline:3px solid #4c8bf5}.wys-stage .ProseMirror table{margin:0 auto}.slide-layout,.reveal .slides [data-slide-layout]{display:grid;width:100%;gap:clamp(24px,3vw,56px);align-items:center;text-align:left}.slide-layout--two-column,.reveal .slides [data-slide-layout=two-column]{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}.slide-layout--two-column[data-layout-ratio="1:1"],.reveal .slides [data-slide-layout=two-column][data-layout-ratio="1:1"]{grid-template-columns:repeat(2,minmax(0,1fr))}.slide-layout--two-column[data-layout-ratio="5:7"],.reveal .slides [data-slide-layout=two-column][data-layout-ratio="5:7"]{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.slide-layout--three-column,.reveal .slides [data-slide-layout=three-column]{grid-template-columns:repeat(3,minmax(0,1fr))}.slide-layout[data-layout-align=top],.reveal .slides [data-slide-layout][data-layout-align=top]{align-items:start}.slide-layout[data-layout-align=bottom],.reveal .slides [data-slide-layout][data-layout-align=bottom]{align-items:end}.reveal .slides>section[data-content-align=top],.reveal .slides>section>section[data-content-align=top]{top:0!important}.reveal .slides>section[data-content-align=bottom],.reveal .slides>section>section[data-content-align=bottom]{top:auto!important;bottom:0}.slide-layout__region,.reveal .slides [data-slide-region]{min-width:0}.slide-layout__region>:first-child,.reveal .slides [data-slide-region]>:first-child{margin-top:0}.slide-layout__region>:last-child,.reveal .slides [data-slide-region]>:last-child{margin-bottom:0}.slide-layout img,.reveal .slides [data-slide-layout] img{display:block;width:100%;max-height:510px;margin:0;object-fit:contain}.slide-chart{width:min(100%,760px);margin:.5em auto;text-align:left}.slide-chart h3{margin:0 0 .35em;font-size:.78em}.slide-chart-svg{display:block;width:100%;max-height:340px;overflow:visible}.slide-chart-svg line{stroke:currentColor;stroke-width:2;opacity:.35}.slide-chart-svg text{fill:currentColor;font-size:17px}.slide-chart-donut{display:flex;align-items:center;gap:1.5em}.slide-chart-donut svg{width:min(48%,320px)}.slide-chart-donut text{fill:currentColor;font-size:18px}.slide-chart-donut .slide-chart-total{font-size:28px;font-weight:700}.slide-chart-legend{display:grid;gap:.45em}.slide-chart-legend span{display:flex;align-items:center;gap:.5em;font-size:.65em}.slide-chart-legend i{width:.8em;height:.8em;border-radius:50%}.slide-chart-kpi{display:grid;justify-items:center;gap:.1em;padding:.7em}.slide-chart-kpi strong{font-size:2.5em;line-height:1}.slide-chart-kpi span{font-size:.72em}.slide-chart--editor{padding:16px;border:1px solid #aec6ef;border-radius:8px;background:#4c8bf50f;cursor:pointer}.slide-chart-editor-head{margin-bottom:.45em;font-size:.82em;font-weight:700}.slide-chart-editor-bars{display:flex;height:180px;align-items:flex-end;gap:10px;padding:0 8px;border-bottom:2px solid currentColor;opacity:.9}.slide-chart-editor-bar{flex:1;min-width:14px;border-radius:5px 5px 0 0}.slide-chart-editor-labels{margin-top:.5em;overflow:hidden;color:#526273;font-size:.58em;text-overflow:ellipsis;white-space:nowrap}.slide-chart-editor-line{display:block;width:100%;height:180px;border-bottom:2px solid currentColor}.slide-chart-editor-donut{display:grid;width:170px;height:170px;margin:0 auto;place-items:center;border-radius:50%;background:conic-gradient(#4c8bf5 0,#4c8bf5 35%,#6e56cf 35%,#6e56cf 62%,#d87624 62%,#d87624 81%,#1c9c7a 81%,#1c9c7a)}.slide-chart-editor-donut:before{grid-area:1 / 1;width:102px;height:102px;border-radius:50%;background:#fff;content:""}.slide-chart-editor-donut span{z-index:1;grid-area:1 / 1;font-size:1.35em;font-weight:700}.slide-chart-editor-kpi{display:grid;justify-items:center;padding:1.1em 0;font-size:2.5em;font-weight:700;line-height:1}.slide-chart-editor-kpi span{margin-top:.35em;color:#526273;font-size:.3em;font-weight:500}.chart-modal{width:min(560px,calc(100vw - 2rem))}.chart-modal textarea{resize:vertical}.chart-modal .settings-field{display:grid;gap:.35rem;padding:.5rem 1rem}.chart-modal .settings-field span{color:#465467;font-size:.8rem;font-weight:700}.chart-modal .settings-field small{color:#667085;font-size:.75rem}.chart-help{margin:.85rem 1rem .4rem;padding:.75rem;border-left:3px solid #4c8bf5;background:#f3f7fe;color:#40506a;font-size:.78rem;line-height:1.4}.chart-help strong{color:#273142}.chart-help ol{margin:.35rem 0 0 1.25rem;padding:0}.chart-help code{padding:.05rem .2rem;border-radius:3px;background:#e4ebf7}.chart-type-picker{margin:.65rem 1rem;padding:0;border:0}.chart-type-picker legend{margin-bottom:.4rem;color:#465467;font-size:.8rem;font-weight:700}.chart-type-picker>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.chart-type-picker button{display:grid;gap:.18rem;min-height:60px;padding:.45rem;border-color:#d9dde4;background:#fff;color:#273142;text-align:left}.chart-type-picker button:hover,.chart-type-picker button.active{border-color:#4c8bf5;background:#eef4ff}.chart-type-picker small{color:#667085;font-size:.67rem;line-height:1.2}@media(max-width:520px){.chart-type-picker>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.template-modal{width:min(760px,calc(100vw - 2rem))}.template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:1rem}.template-card{display:grid;gap:.3rem;min-height:82px;padding:.85rem;border:1px solid #d9dde4;border-radius:7px;background:#fff;color:#273142;text-align:left}.template-card:hover{border-color:#79a6ed;background:#f5f8fd}.template-card span{color:#667085;font-size:.8rem;line-height:1.35}@media(max-width:520px){.template-grid{grid-template-columns:1fr}.slide-chart-donut{gap:.7em}}.wys-stage .ProseMirror .slide-layout__region{min-height:76px;padding:8px;border:1px dashed #aeb6c2}.wys-stage .ProseMirror .slide-layout__region:focus-within{border-color:#9db8e8;background:#4c8bf50a}.layout-warning{align-self:center;max-width:170px;color:#ad4e00;font-size:.7rem;line-height:1.2}.layout-ratio-picker{display:inline-flex;align-items:center;gap:.18rem;padding:.1rem .2rem;border:1px solid #d9dde4;border-radius:4px;background:#f7f8fa}.layout-ratio-picker>span{padding:0 .2rem;color:#667085;font-size:.68rem;font-weight:700}.layout-ratio-picker button{min-width:2.2rem;padding:.15rem .22rem;border-color:transparent;background:transparent;font-size:.68rem}.layout-ratio-picker button.active{border-color:#79a6ed;background:#e7f0ff}.layout-alignment-picker{display:inline-flex;align-items:center;gap:.18rem;padding:.1rem .2rem;border:1px solid #d9dde4;border-radius:4px;background:#f7f8fa}.layout-alignment-picker>span{padding:0 .2rem;color:#667085;font-size:.68rem;font-weight:700}.layout-alignment-picker button{padding:.15rem .22rem;border-color:transparent;background:transparent;font-size:.68rem}.layout-alignment-picker button.active{border-color:#79a6ed;background:#e7f0ff}.slide-alignment-picker{display:inline-flex;align-items:center;gap:.18rem;padding:.1rem .2rem;border:1px solid #d9dde4;border-radius:4px;background:#f7f8fa}.slide-alignment-picker>span{padding:0 .2rem;color:#667085;font-size:.68rem;font-weight:700}.slide-alignment-picker button{padding:.15rem .22rem;border-color:transparent;background:transparent;font-size:.68rem}.slide-alignment-picker button.active{border-color:#79a6ed;background:#e7f0ff}.quality-modal{width:min(560px,calc(100vw - 2rem))}.quality-issues{display:grid;gap:.5rem;max-height:min(52vh,460px);overflow-y:auto;padding:.85rem 1rem}.quality-issue{display:grid;grid-template-columns:auto 1fr;gap:.18rem .55rem;width:100%;padding:.65rem .75rem;border:1px solid #d9dde4;border-left-width:4px;border-radius:5px;background:#fff;color:#273142;text-align:left}.quality-issue:hover{background:#f5f8fd}.quality-issue.error{border-left-color:#c23a2b}.quality-issue.warning{border-left-color:#b47712}.quality-issue span{grid-row:span 2;align-self:center;color:#667085;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.quality-issue strong{font-size:.84rem}.quality-issue small{color:#667085;font-size:.78rem}.version-modal{width:min(620px,calc(100vw - 2rem))}.version-empty{margin:1rem;color:#667085}.version-list{max-height:min(52vh,460px);overflow-y:auto;border-top:1px solid #e3e5e8}.version-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #e3e5e8}.version-row div{min-width:0}.version-row strong,.version-row small{display:block}.version-row small{margin-top:.2rem;color:#667085;font-size:.77rem}.wys-stage .ProseMirror .selectedCell{outline:2px solid #4c8bf5;outline-offset:-2px}.wys-stage .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#aab0b8;float:left;height:0;pointer-events:none}.md-sep{width:1px;align-self:stretch;margin:.15rem;background:#e3e5e8}.md-toolbar button.active,.editor-bar button.toggled{background:#e3ecfd;border-color:#9db8e8}.md-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.4rem .5rem;border-bottom:1px solid #e3e5e8;background:#fff}.md-toolbar button{font-size:.75rem;padding:.2rem .45rem;border-color:transparent;background:#fff}.md-toolbar button:hover{border-color:#d0d3d8;background:#f2f3f5}.slides-source{flex:1;min-height:0;resize:none;border:none;outline:none;padding:1rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.85rem;line-height:1.5;background:#fcfcfd}.slides-notes{flex:none;height:128px;border-top:1px solid #e3e5e8;background:#fff;display:flex;flex-direction:column}.slides-notes-input{flex:1;min-height:0;border:none;outline:none;resize:none;padding:0 .85rem .6rem;font:inherit;font-size:.88rem;line-height:1.5;background:#fff}.slides-notes-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888;padding:.4rem .85rem .2rem}.reveal .slides ul,.reveal .slides ol{list-style:none;padding-left:0}.reveal .slides ol{counter-reset:li-counter}.reveal .slides ul>li:before{content:"•  "}.reveal .slides ul ul>li:before{content:"◦  "}.reveal .slides ol>li{counter-increment:li-counter}.reveal .slides ol>li:before{content:counter(li-counter) ".  "}.reveal .slides .slide-cols{display:flex;gap:1em;align-items:flex-start;text-align:left}.reveal .slides .slide-cols>div{flex:1;min-width:0}.present-page{position:fixed;top:0;right:0;bottom:0;left:0}.present-page .reveal{width:100%;height:100%}.speaker-page{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:1rem;padding:1rem;box-sizing:border-box;background:#131a26;color:#edf2fa}.speaker-stage{position:relative;min-width:0;min-height:0;overflow:hidden;border:1px solid #3a4558;border-radius:8px;background:#090d14}.speaker-current-deck.reveal{width:100%;height:100%}.speaker-sidebar{display:flex;min-height:0;flex-direction:column;gap:.8rem}.speaker-timing{display:grid;grid-template-columns:1fr auto;gap:.3rem .7rem;align-items:center;padding:.75rem;border:1px solid #3a4558;border-radius:8px;background:#202a3a}.speaker-timing span{color:#b8c4d8;font-size:.8rem}.speaker-timing strong{font-variant-numeric:tabular-nums;font-size:1.35rem}.speaker-timing button{grid-column:1 / -1}.speaker-notes,.speaker-next{min-height:0;padding:.8rem;border:1px solid #3a4558;border-radius:8px;background:#202a3a}.speaker-notes{flex:1 1 auto;overflow-y:auto}.speaker-next{flex:0 1 34%;overflow:hidden}.speaker-notes h2,.speaker-next h2{margin:0 0 .5rem;color:#8fb8ff;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.speaker-notes p{margin:0;color:#edf2fa;white-space:pre-wrap;line-height:1.55}.speaker-next>div{color:#edf2fa;font-size:.82rem;line-height:1.35}.speaker-next :is(h1,h2,h3){margin:0 0 .45rem;color:#edf2fa;font-size:1rem}.speaker-next p{margin:0 0 .4rem}.speaker-next img{max-width:100%;max-height:150px}.speaker-controls{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}@media(max-width:820px){.speaker-page{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:.65rem;padding:.65rem}.speaker-sidebar{display:grid;grid-template-columns:1fr 1fr}.speaker-timing,.speaker-controls{grid-column:1 / -1}.speaker-notes,.speaker-next{max-height:23vh}}.slides-logo{position:absolute;height:auto;z-index:40;pointer-events:none}.slides-logo-size-small{width:7%;min-width:42px;max-width:160px}.slides-logo-size-medium{width:12%;min-width:64px;max-width:300px}.slides-logo-size-large{width:18%;min-width:96px;max-width:460px}.slides-logo-bottom-right{bottom:2.5%;right:2%}.slides-logo-bottom-left{bottom:2.5%;left:2%}.slides-logo-top-right{top:2.5%;right:2%}.slides-logo-top-left{top:2.5%;left:2%}.theme-modal{width:min(860px,94vw);max-height:88vh;overflow-y:auto}.theme-list{display:flex;flex-direction:column;gap:.4rem}.theme-list-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;border:1px solid #e3e5e8;border-radius:6px;background:#fcfcfd}.theme-list-name{flex:1;min-width:0;display:flex;flex-direction:column}.theme-list-owner{font-size:.75rem;color:#888}.theme-form{display:flex;gap:1.25rem;align-items:flex-start}.theme-form-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.theme-form-fields .menu-row{padding:.15rem 0}.theme-form-fields input[type=text]{flex:1;min-width:0}.theme-section{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-top:.6rem;border-bottom:1px solid #eceef1;padding-bottom:.15rem}.theme-color-field{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem}.theme-color-controls{display:flex;align-items:center;gap:.35rem}.theme-swatch{width:42px;height:26px;padding:0;border:1px solid #d0d3d8;border-radius:4px;cursor:pointer}.theme-swatch.unset{background:repeating-linear-gradient(45deg,#f1f3f5,#f1f3f5 5px,#dee2e6 5px,#dee2e6 10px)}.theme-color-default{font-size:.72rem;color:#999}.color-popover{position:absolute;top:calc(100% + 4px);right:0;z-index:30;width:216px;background:#fff;border:1px solid #d0d3d8;border-radius:8px;box-shadow:0 6px 24px #00000029;padding:.5rem}.color-popover-head{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:.4rem}.color-popover-head button{font-size:.75rem;padding:.05rem .35rem;border-color:transparent;background:transparent}.color-popover-head button:hover{border-color:#d0d3d8;background:#f2f3f5}.color-popover-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-bottom:.45rem}.color-cell{aspect-ratio:1;padding:0;border:1px solid rgba(0,0,0,.15);border-radius:4px;cursor:pointer}.color-cell.active{outline:2px solid #4c8bf5;outline-offset:1px}.color-popover-row{display:flex;align-items:center;gap:.35rem}.color-popover-row input[type=color]{width:34px;height:26px;padding:0 2px;border:1px solid #d0d3d8;border-radius:4px;background:#fff;cursor:pointer;flex:none}.color-hex{flex:1;min-width:0;font-family:ui-monospace,Consolas,monospace;font-size:.78rem;padding:.2rem .3rem}.color-popover-row button{font-size:.72rem;padding:.2rem .4rem;flex:none}.theme-gen{display:flex;flex-direction:column;gap:.35rem;padding:.5rem;border:1px solid #e3e5e8;border-radius:6px;background:#fcfcfd}.theme-gen textarea{resize:vertical;font:inherit;font-size:.82rem;padding:.35rem .45rem}.theme-gen-actions{display:flex;gap:.4rem}.theme-gen-actions button{font-size:.78rem}.theme-image-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem}.theme-image-set{display:flex;align-items:center;gap:.5rem}.theme-image-set img{max-height:34px;max-width:90px;border:1px solid #e3e5e8;border-radius:4px;background:#f0f1f3}.theme-preview-wrap{flex:1;min-width:0;position:sticky;top:0}.theme-sample{position:relative;aspect-ratio:16 / 9;border:1px solid #d5d8dd;border-radius:6px;overflow:hidden;background:#fff;background-size:cover;background-position:center;padding:1.2rem;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#222}.theme-sample h1{font-size:1.5rem;margin:0 0 .3rem}.theme-sample h2{font-size:1.1rem;margin:0 0 .4rem}.theme-sample p{font-size:.85rem;margin:.15rem 0}.theme-preview-note{font-size:.75rem;color:#888;margin-top:.5rem}.image-modal-preview{display:flex;justify-content:center;background:repeating-conic-gradient(#eee,#eee 25%,#fff 0%,#fff 50%) 0 0 / 16px 16px;border:1px solid #e3e5e8;border-radius:8px;padding:.5rem}.image-modal-preview img{max-width:100%;max-height:200px;object-fit:contain}.image-modal-name{font-size:.8rem;color:#777;margin:.5rem 0;word-break:break-all}.image-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem}.gen-prompt{width:100%;font:inherit;font-size:.9rem;border:1px solid #d0d3d8;border-radius:6px;padding:.45rem .6rem;resize:vertical}.image-gallery-modal{width:min(560px,92vw)}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem;max-height:50vh;overflow-y:auto}.image-gallery-item{position:relative;display:flex;flex-direction:column;gap:.3rem;padding:.4rem;border:1px solid #e3e5e8;border-radius:8px;background:#fff;cursor:pointer}.image-gallery-delete{position:absolute;top:3px;right:3px;width:20px;height:20px;padding:0;font-size:.65rem;line-height:1;border-radius:50%;background:#fff;z-index:1}.image-gallery-delete:hover{background:#fde7e9;color:#b3261e}.image-gallery-item:hover{border-color:#3f51b5;background:#f7f8ff}.image-gallery-item img{width:100%;height:76px;object-fit:cover;border-radius:5px;background:repeating-conic-gradient(#eee,#eee 25%,#fff 0%,#fff 50%) 0 0 / 12px 12px}.image-gallery-item span{font-size:.7rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar-menu{position:relative}.toolbar-menu-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;background:#fff;border:1px solid #d0d3d8;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:.35rem;display:flex;flex-direction:column;gap:2px;z-index:60}.toolbar-menu-panel .menu-item{border:none;border-radius:6px;background:#fff;text-align:left;width:100%;padding:.45rem .6rem;font-size:.88rem}.toolbar-menu-panel .menu-item:hover{background:#f2f3f5}.toolbar-menu-panel .menu-item svg{width:15px;height:15px;margin-right:.4rem;vertical-align:-2px}.menu-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.85rem;padding:.3rem .6rem;white-space:nowrap}.menu-row select{max-width:150px;font-size:.85rem}.ai-panel{width:380px;flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid #e3e5e8;background:#fff}.ai-panel-header{display:flex;flex-direction:column;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #e3e5e8}.ai-panel-title-row{display:flex;align-items:center;gap:.5rem}.ai-panel-title-row strong{flex:1}.ai-mode-toggle{display:inline-flex;border:1px solid #d0d3d8;border-radius:6px;overflow:hidden}.ai-mode-toggle button{border:none;border-radius:0;font-size:.78rem;padding:.25rem .6rem;background:#fff}.ai-mode-toggle button.active{background:#3f51b5;color:#fff}.ai-panel-controls{display:flex;gap:.5rem}.ai-panel-controls select{flex:1;min-width:0;font-size:.85rem}.ai-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.ai-hint{color:#777;font-size:.85rem}.ai-msg{max-width:95%;font-size:.88rem;line-height:1.4}.ai-msg.user{align-self:flex-end}.ai-msg.user .ai-msg-text{background:#eef1ff;border-radius:10px 10px 2px;padding:.45rem .7rem}.ai-msg.assistant .ai-msg-text{background:#f2f3f5;border-radius:10px 10px 10px 2px;padding:.45rem .7rem;white-space:pre-wrap}.ai-artifact{margin-top:.4rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.ai-error{color:#b3261e;font-size:.82rem}.ai-msg-images{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.3rem}.ai-msg-images img{max-width:130px;max-height:100px;border-radius:6px;border:1px solid #e3e5e8;object-fit:cover}.ai-attachments{display:flex;gap:.4rem;flex-wrap:wrap;padding:.5rem .6rem 0}.ai-attachment{position:relative}.ai-attachment img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #d0d3d8}.ai-attachment button{position:absolute;top:-6px;right:-6px;width:18px;height:18px;padding:0;font-size:.6rem;line-height:1;border-radius:50%;background:#fff}.ai-input-row{display:flex;gap:.5rem;padding:.6rem;border-top:1px solid #e3e5e8}.ai-input-row textarea{flex:1;font:inherit;font-size:.88rem;border:1px solid #d0d3d8;border-radius:6px;padding:.4rem .6rem;resize:none}.settings-field{margin-bottom:1rem}.settings-field label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem}.conflict-banner{background:#fde7e9;color:#8a1c22;padding:.5rem 1rem;display:flex;align-items:center;gap:1rem;font-size:.9rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:10px;padding:1.25rem;width:min(440px,92vw);max-height:80vh;overflow:auto}.modal h2{margin:0 0 .75rem;font-size:1rem}.share-row{display:flex;align-items:center;gap:.5rem;padding:.35rem 0}.share-row .who{flex:1;overflow:hidden}.share-row .who .name{font-size:.9rem}.share-row .who .email{font-size:.75rem;color:#777}.typeahead{position:relative}.typeahead-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d0d3d8;border-radius:6px;margin-top:2px;z-index:10;max-height:200px;overflow:auto}.typeahead-results button{display:block;width:100%;text-align:left;border:none;border-radius:0;padding:.45rem .6rem}.empty-state,.loading{text-align:center;color:#777;padding:3rem 1rem}.route-loading{min-height:100vh;display:grid;place-items:center}.controls-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;background:#fff;border:1px solid #e3e5e8;border-radius:10px;padding:.6rem .75rem;margin-bottom:1rem}.search-box{position:relative;flex:1 1 240px;min-width:180px}.search-box .search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:#9aa0aa;pointer-events:none}.search-box input[type=search]{width:100%;font:inherit;border:1px solid #d0d3d8;border-radius:8px;padding:.45rem .6rem .45rem 2rem}.sort-select,.rows-select{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#555}.sort-select select,.rows-select select{border-radius:8px}.dir-toggle,.type-tabs,.view-toggle{display:inline-flex;gap:.25rem;background:#f2f3f5;border-radius:8px;padding:.2rem}.dir-toggle button,.type-tabs button,.view-toggle button{border:1px solid transparent;background:transparent;border-radius:6px;padding:.3rem .6rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:#555}.dir-toggle button.active,.type-tabs button.active,.view-toggle button.active{background:#fff;border-color:#c7ccff;color:#3f51b5;box-shadow:0 1px 2px #0000000f}.table-card{background:#fff;border:1px solid #e3e5e8;border-radius:10px;overflow:hidden}.drawings-table{width:100%;border-collapse:collapse}.drawings-table thead th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#6b7280;font-weight:600;padding:.75rem 1rem;border-bottom:1px solid #e3e5e8;background:#fafbfc}.drawings-table tbody td{padding:.75rem 1rem;border-bottom:1px solid #eef0f2;vertical-align:middle;font-size:.85rem;color:#444}.drawings-table tbody tr:last-child td{border-bottom:none}.drawings-table tbody tr:hover{background:#fafbff}.name-cell{display:flex;align-items:center;gap:.85rem}.thumb{width:84px;height:60px;border-radius:6px;border:1px solid #e3e5e8;object-fit:contain;object-position:center;background:#f5f6f8;flex-shrink:0;cursor:pointer}.thumb-placeholder{display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600;color:#7a828e;background:#f5f6f8;cursor:pointer}.thumb-placeholder.excalidraw{color:#2e7d32;background:#eef7ee}.thumb-placeholder.drawio{color:#b26a00;background:#fff4e5}.thumb-placeholder.slides{color:#8a6d00;background:#fff8dd}.name-text{min-width:0}.name-line{display:flex;align-items:center;gap:.4rem}.link-title{border:none;background:transparent;padding:0;font-weight:600;font-size:.95rem;color:#1b1b1f;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-title:hover{color:#3f51b5;background:transparent;text-decoration:underline}.name-desc{font-size:.8rem;color:#555;margin-top:.1rem}.name-desc.muted{color:#9aa0aa;font-style:italic}.by-line{font-size:.78rem;color:#8a909a;margin-top:.1rem}.badge.kind.excalidraw{background:#eef7ee;color:#2e7d32}.badge.kind.drawio{background:#fff4e5;color:#b26a00}.badge.kind.slides{background:#fff8dd;color:#8a6d00}.row-actions{display:inline-flex;gap:.35rem;justify-content:flex-end}.actions-col{text-align:right;width:1%;white-space:nowrap}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e3e5e8;border-radius:8px;background:#fff;color:#555}.icon-btn:hover{background:#f2f3f5;color:#1b1b1f}.icon-btn.danger{color:#b3261e}.icon-btn.danger:hover{background:#fde7e9}.star-btn{border:none;background:transparent;padding:.1rem;color:#c2c6cf;display:inline-flex;align-items:center}.star-btn:hover{background:transparent;color:#e6b800}.star-btn.on{color:#f2b600}.pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem;font-size:.85rem;color:#6b7280}.pagination-nav{display:inline-flex;align-items:center;gap:.4rem}.page-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px}.page-btn:disabled{opacity:.4;cursor:default}.page-current{min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#3f51b5;color:#fff;border-radius:8px;padding:0 .5rem}.card-thumb{cursor:pointer;border-radius:6px;overflow:hidden;border:1px solid #e3e5e8;background:#fff;aspect-ratio:4 / 3}.card-thumb .thumb{width:100%;height:100%;border:none;border-radius:0}.card-body{display:flex;flex-direction:column;gap:.3rem}.card-badges{display:flex;gap:.35rem;flex-wrap:wrap}.card-actions{margin-top:.25rem;justify-content:flex-start}.share-modal,.edit-modal{width:min(500px,94vw)}.share-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.share-modal-head h2{margin:0;font-size:1.15rem}.share-modal-sub{margin:.15rem 0 0;font-size:.85rem;color:#6b7280;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-add{display:flex;gap:.5rem;align-items:flex-start}.perm-select{border-radius:8px;flex-shrink:0}.share-hint{font-size:.75rem;color:#8a909a;margin:.5rem 0 0}.share-error{color:#b3261e;font-size:.85rem;margin:.5rem 0 0}.share-list{margin-top:1rem}.share-list-head{display:flex;align-items:center;gap:.4rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#8a909a;font-weight:600;margin-bottom:.35rem}.count-pill{background:#eef1ff;color:#3f51b5;border-radius:999px;padding:0 .4rem;font-size:.7rem}.share-empty{color:#8a909a;font-size:.9rem;padding:.5rem 0}.avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#eef1ff;color:#3f51b5;font-size:.8rem;font-weight:600;flex-shrink:0}.avatar.sm{width:26px;height:26px;font-size:.7rem}.ta-name{display:flex;flex-direction:column;line-height:1.2}.ta-email{color:#8a909a;font-size:.75rem}.typeahead-results button{display:flex;align-items:center;gap:.5rem}.share-modal-foot{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.edit-modal textarea{width:100%;font:inherit;border:1px solid #d0d3d8;border-radius:6px;padding:.45rem .6rem;resize:vertical}.edit-modal input[type=text]{width:100%}.import-modal{max-width:480px}.import-picker{width:100%;display:grid;gap:.25rem;text-align:left;margin-top:1rem;padding:1rem;border:1px dashed #8c9ceb;border-radius:10px;color:#31438e;background:#f7f8ff}.import-picker span{color:#687084;font-size:.82rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}.folder-share-note,.delete-folder-copy{margin:-.2rem 0 .9rem;color:#667085;font-size:.88rem;line-height:1.45}.delete-choice{display:flex;gap:.65rem;align-items:flex-start;margin-top:.6rem;padding:.7rem;border:1px solid #e1e4ea;border-radius:8px;cursor:pointer}.delete-choice:has(input:checked){border-color:#8da0f4;background:#f5f7ff}.delete-choice span{display:grid;gap:.15rem;font-size:.88rem}.delete-choice small{color:#697386;line-height:1.35}.sso-settings input[type=text],.sso-settings input[type=password]{width:100%}.sso-settings .field-hint{font-size:.75rem;color:#8a909a;margin-top:.25rem}.sso-actions{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.sso-msg{font-size:.85rem;color:#666}.sso-ok{color:#2e7d32;font-size:.85rem}.settings-field input[type=password]{font:inherit;border:1px solid #d0d3d8;border-radius:6px;padding:.35rem .6rem}.settings-field input[type=search]{font:inherit;border:1px solid #d0d3d8;border-radius:6px;padding:.35rem .6rem;width:min(100%,320px)}.admin-users{width:100%;border-collapse:collapse;font-size:.9rem}.admin-users th,.admin-users td{padding:.5rem .6rem;border-bottom:1px solid #e3e5e8;text-align:left;vertical-align:middle}.admin-users th{font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#666}.admin-users tbody tr:hover{background:#f7f8fa}.auth-page,.setup-page{min-height:100vh;display:grid;place-items:start center;padding:4rem 1.25rem;background:linear-gradient(145deg,#edf4f6,#f8f7f2 55%,#e7eef9)}.auth-card,.setup-card{width:min(100%,760px);background:#fff;border:1px solid #dbe1e5;border-radius:12px;box-shadow:0 18px 48px #1b333f1f;padding:2rem}.auth-card{width:min(100%,460px)}.auth-card h1,.setup-card h1{margin-top:0}.auth-card label,.setup-card label{display:grid;gap:.35rem;margin:.75rem 0;font-size:.9rem;font-weight:600}.auth-card input,.setup-card input:not([type=checkbox]){width:100%;border:1px solid #c7d0d8;border-radius:6px;padding:.55rem .65rem;font:inherit;font-weight:400}.button-link{display:inline-block;text-decoration:none;margin:.75rem 0}.breakglass-login{margin-top:1.25rem;border-top:1px solid #e3e5e8;padding-top:1rem}.breakglass-login summary{cursor:pointer;font-size:.9rem}.setup-step{border-top:1px solid #e3e5e8;padding:1.25rem 0}.setup-step h2{margin:0 0 .4rem;font-size:1.1rem}.setup-step h3{margin-bottom:0;font-size:1rem}.s3-form{margin-top:1rem;padding:.25rem 1rem 1rem;border:1px solid #dbe1e5;border-radius:8px}@media(max-width:600px){.topbar{padding:.7rem .9rem}.topbar .user span{display:none}.dashboard{padding:1rem .75rem}.dashboard-header{flex-direction:column}.workspace-toolbar-top,.workspace-toolbar-bottom,.workspace-context{align-items:stretch;flex-direction:column}.workspace-tabs,.breadcrumbs{width:100%}.workspace-tabs button{flex:1}.workspace-toolbar .create-buttons{justify-content:flex-start}.create-buttons{width:100%;flex-wrap:wrap}.drawings-table thead{display:none}.drawings-table,.drawings-table tbody,.drawings-table tr,.drawings-table td{display:block;width:100%}.drawings-table tr{padding:.75rem;border-bottom:1px solid #eef0f2}.drawings-table tbody td{padding:.2rem 0;border:0}.drawings-table td.actions-col{margin-top:.35rem;text-align:left}.row-actions{flex-wrap:wrap;justify-content:flex-start}.editor-bar{flex-wrap:wrap;gap:.4rem}.editor-bar .title-input{min-width:0;flex:1 1 150px}.save-status{width:100%;margin-left:0}.auth-page,.setup-page{padding:1.25rem .75rem}.auth-card,.setup-card{padding:1.25rem}}
