.dash{background:var(--surface);flex-direction:column;height:100%;display:flex}.dash-topbar{background:var(--canvas);border-bottom:1px solid var(--hairline);flex:none;align-items:center;gap:16px;height:60px;padding:0 20px;display:flex}.dash-body{flex:1;min-height:0;display:flex}.dash-sidebar{background:var(--canvas);border-right:1px solid var(--hairline);flex-direction:column;flex:none;gap:20px;width:248px;padding:20px 16px;display:flex;overflow-y:auto}.dash-main{flex-direction:column;flex:1;gap:24px;min-width:0;padding:28px 32px 32px;display:flex;overflow-y:auto}.dash-cta{flex:1}.dash-nav-item{border-radius:var(--radius-3);width:100%;font:400 13px/1.4 var(--font-chrome);color:var(--text-body);text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease);background:0 0;border:none;align-items:center;gap:10px;padding:9px 10px;display:flex}.dash-nav-item:hover{background:var(--surface-sunken)}.dash-nav-item.is-active{background:var(--surface-sunken);color:var(--text-heading);font-weight:500}.dash-nav-item:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.dash-nav-count{color:var(--text-caption);margin-left:auto;font-size:12px}.dash-section-label{font:600 11px/1.4 var(--font-chrome);letter-spacing:.5px;text-transform:uppercase;color:var(--text-tertiary);padding:0 10px}.dash-thumb{background:radial-gradient(circle, var(--hairline) 1px, transparent 1px) 0 0 / 12px 12px, var(--surface-soft);border-bottom:1px solid var(--hairline-soft);border-top-left-radius:15px;border-top-right-radius:15px;position:relative;overflow:hidden}.dash-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;display:grid}.dash-folder-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.dash-row{border-bottom:1px solid var(--hairline-soft);cursor:pointer;transition:background var(--dur-fast) var(--ease);align-items:center;gap:14px;padding:10px 16px;display:flex}.dash-row:hover{background:var(--surface-sunken)}.dash-row:last-child{border-bottom:none}.dash-row:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}.dash-row .dash-thumb{border-radius:6px}.notif-bell{position:relative}.notif-dot{background:var(--brand-blue);width:7px;height:7px;box-shadow:0 0 0 2px var(--canvas);border-radius:50%;position:absolute;top:5px;right:5px}.notif-head{font:600 11px/1.4 var(--font-chrome);letter-spacing:.5px;text-transform:uppercase;color:var(--text-tertiary);padding:8px 10px 6px}.notif-empty{font:400 13px/1.45 var(--font-chrome);color:var(--text-caption);margin:0;padding:4px 10px 12px}.notif-list{max-height:380px;margin:0;padding:0;list-style:none;overflow-y:auto}.notif-row+.notif-row{border-top:1px solid var(--hairline-soft)}.notif-action,.notif-static{border-radius:var(--radius-3);width:100%;font:400 13px/1.45 var(--font-chrome);color:var(--text-body);text-align:left;background:0 0;border:none;padding:8px 10px;display:block}.notif-action{cursor:pointer;transition:background var(--dur-fast) var(--ease)}.notif-action:hover{background:var(--surface-sunken)}.notif-action:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}.notif-text{display:block}.notif-when{color:var(--text-caption);margin-top:2px;font-size:12px;display:block}.notif-row.is-unread .notif-action,.notif-row.is-unread .notif-static{box-shadow:inset 2px 0 0 var(--brand-blue)}.notif-row.is-unread .notif-text{color:var(--text-heading);font-weight:500}.dash-trash-row{border-bottom:1px solid var(--hairline-soft);align-items:center;gap:14px;padding:10px 16px;display:flex}.dash-trash-row:last-child{border-bottom:none}.dash-trash-row .dash-thumb{border-radius:6px}.dash-preview-row{border:none;border-bottom:1px solid var(--hairline-soft);width:100%;font:inherit;text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease);background:0 0;align-items:center;gap:14px;padding:10px 18px;display:flex}.dash-preview-row:hover{background:var(--surface-sunken)}.dash-preview-row:last-child{border-bottom:none}.dash-preview-row:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}.dash-preview-row .dash-thumb{border-radius:6px}.tint-dot{border-radius:50%;flex:none;width:14px;height:14px;box-shadow:inset 0 0 0 1px #00000029}.tint-flyout{gap:6px;padding:8px;display:flex}.tint-swatch{cursor:pointer;width:20px;height:20px;transition:transform var(--dur-fast) var(--ease);border:2px solid #0000;border-radius:50%;padding:0;box-shadow:inset 0 0 0 1px #00000029}.tint-swatch:hover{transform:scale(1.12)}.tint-swatch.is-selected{border-color:var(--ink)}.tint-swatch:focus-visible{outline:2px solid var(--border-focus);outline-offset:1px}.dash-card-actions{opacity:0;transition:opacity var(--dur-fast) var(--ease)}.card:hover .dash-card-actions,.card:focus-within .dash-card-actions,.dash-row:hover .dash-card-actions,.dash-row:focus-within .dash-card-actions,.dash-card-actions.is-fav,.dash-card-actions.is-open{opacity:1}.fav-star.is-fav{color:var(--brand-yellow)}.fav-star.is-fav:hover{color:var(--brand-yellow-deep)}.dash-error{border:1px solid var(--status-error);border-radius:var(--radius-3);background:var(--status-error-soft);color:var(--status-error);font:400 13px/1.4 var(--font-chrome);justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:10px 12px;display:flex}.dash-title-link{color:inherit;border-radius:var(--radius-1);text-decoration:none}.dash-title-link:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}:root{--ink-deep:#050038;--ink:#1c1c1e;--charcoal:#2c2c34;--slate:#555a6a;--steel:#6b6f7e;--stone:#8e91a0;--muted:#a5a8b5;--canvas:#fff;--surface:#f7f8fa;--surface-soft:#fafbfc;--hairline:#e0e2e8;--hairline-soft:#eef0f3;--hairline-strong:#c7cad5;--brand-yellow:#ffd02f;--brand-yellow-deep:#fcb900;--brand-blue:#4262ff;--blue-pressed:#2a41b6;--note-yellow:#ffd02f;--note-rose:#ffd8f4;--note-coral:#ffc6c6;--note-teal:#c3faf5;--note-orange:#ffe6cd;--note-blue:#dfe4ff;--primary:var(--ink);--on-primary:#fff;--text-heading:var(--ink);--text-title:var(--ink-deep);--text-body:var(--charcoal);--text-secondary:var(--slate);--text-tertiary:var(--steel);--text-caption:var(--stone);--text-disabled:var(--muted);--text-link:var(--brand-blue);--surface-card:var(--canvas);--surface-sunken:var(--surface);--border-default:var(--hairline);--border-quiet:var(--hairline-soft);--border-input:var(--hairline-strong);--border-focus:var(--brand-blue);--status-error:#c0392b;--status-error-soft:#fdefec;--status-warn:#b26a00;--status-warn-soft:#fff7e8;--status-ok:#00b473;--status-ok-soft:#e6f7f0;--radius-1:4px;--radius-2:6px;--radius-3:8px;--radius-4:12px;--radius-5:16px;--radius-pill:999px;--shadow-1:#0500380a 0px 1px 2px 0px;--shadow-2:#0500380f 0px 4px 12px 0px;--shadow-3:#05003814 0px 12px 32px -4px;--shadow-4:#0500381f 0px 16px 48px -8px;--scrim:#05003866;--ease:cubic-bezier(.4, 0, .2, 1);--dur-fast:.15s;--dur:.2s;--font-chrome:"Figtree", system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, monospace}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/inter-latin-400-normal.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:block;src:url(/fonts/inter-latin-600-normal.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:block;src:url(/fonts/inter-latin-700-normal.woff2)format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:block;src:url(/fonts/inter-latin-400-italic.woff2)format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:block;src:url(/fonts/inter-latin-700-italic.woff2)format("woff2")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/figtree-latin-400-normal.woff2)format("woff2")}@font-face{font-family:Figtree;font-style:normal;font-weight:500;font-display:block;src:url(/fonts/figtree-latin-500-normal.woff2)format("woff2")}@font-face{font-family:Figtree;font-style:normal;font-weight:600;font-display:block;src:url(/fonts/figtree-latin-600-normal.woff2)format("woff2")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:block;src:url(/fonts/figtree-latin-700-normal.woff2)format("woff2")}*{box-sizing:border-box}button{padding:0}html,body,#root{height:100%;margin:0}body{font-family:var(--font-chrome);color:var(--text-body);background:var(--surface);overscroll-behavior:none}h1,h2,h3,h4,h5{color:var(--text-heading);font-weight:600}.btn{border-radius:var(--radius-pill);font:500 13px/1.2 var(--font-chrome);white-space:nowrap;cursor:pointer;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:6px;display:inline-flex}.btn--md{height:32px;padding:0 16px}.btn--sm{height:28px;padding:0 12px}.btn--primary{background:var(--primary);color:var(--on-primary)}.btn--primary:hover{background:var(--charcoal)}.btn--primary:active{background:var(--ink-deep)}.btn--primary:disabled{background:var(--hairline);color:var(--text-disabled);cursor:default}.btn--secondary{background:var(--canvas);border-color:var(--hairline-strong);color:var(--ink)}.btn--secondary:hover{background:var(--surface)}.btn--secondary:active{background:var(--hairline-soft)}.btn--secondary:disabled{color:var(--text-disabled);border-color:var(--hairline);background:var(--canvas);cursor:default}.btn--danger{background:var(--status-error);color:var(--on-primary)}.btn--danger:hover{background:#a93226}.btn--danger:disabled{background:var(--hairline);color:var(--text-disabled);cursor:default}.btn--ghost{border-radius:var(--radius-3);color:var(--slate);background:0 0}.btn--ghost:hover{background:var(--surface);color:var(--ink)}.btn--ghost:active{background:var(--hairline-soft)}.btn--ghost:disabled{color:var(--text-disabled);cursor:default;background:0 0}.brand-block--deep{fill:var(--ink-deep)}.brand-block--mid{fill:var(--muted)}.brand-wordmark{font:700 48px var(--font-chrome);letter-spacing:-1.44px;fill:var(--ink-deep)}.iconbtn{border-radius:var(--radius-3);color:var(--slate);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.iconbtn--md{width:32px;height:32px}.iconbtn--sm{width:28px;height:28px}.iconbtn:hover{background:var(--surface);color:var(--ink)}.iconbtn:active{background:var(--hairline-soft)}.iconbtn.is-active{background:var(--hairline-soft);color:var(--ink)}.iconbtn:disabled{color:var(--text-disabled);cursor:default;background:0 0}.iconbtn.iconbtn--avatar{background:var(--hairline-soft);border-radius:var(--radius-pill)}.iconbtn.iconbtn--avatar:hover{background:var(--hairline);color:var(--ink)}.iconbtn.iconbtn--avatar:active,.iconbtn.iconbtn--avatar.is-active{background:var(--hairline-strong);color:var(--ink)}.iconbtn.iconbtn--avatar.iconbtn--photo{background:0 0;padding:0;position:relative;overflow:hidden}.iconbtn.iconbtn--avatar.iconbtn--photo:after{content:"";border-radius:inherit;border:1px solid var(--hairline-strong);pointer-events:none;transition:border-color var(--dur-fast) var(--ease);position:absolute;inset:0}.iconbtn.iconbtn--avatar.iconbtn--photo:hover:after,.iconbtn.iconbtn--avatar.iconbtn--photo:active:after,.iconbtn.iconbtn--avatar.iconbtn--photo.is-active:after{border-color:var(--stone)}.iconbtn.iconbtn--avatar.iconbtn--photo:hover,.iconbtn.iconbtn--avatar.iconbtn--photo:active,.iconbtn.iconbtn--avatar.iconbtn--photo.is-active{background:0 0}.iconbtn__photo{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.tbtn{border-radius:var(--radius-3);min-width:30px;height:30px;font:500 13px/1.2 var(--font-chrome);color:var(--ink);white-space:nowrap;cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:0 8px;display:inline-flex}.tbtn:hover{background:var(--surface)}.tbtn:active{background:var(--hairline-soft)}.tbtn.is-active{background:var(--hairline-soft);color:var(--ink);font-weight:600}.tbtn--danger{color:var(--status-error)}.tbtn--danger:hover{background:var(--status-error-soft)}.tbtn--wide{min-width:52px}.tbtn:disabled{color:var(--text-disabled);cursor:default;background:0 0}.tbtn-swatch{border-radius:50%;flex:none;width:16px;height:16px;box-shadow:inset 0 0 0 1px #00000029}.tbtn__count{font:400 12px/1.2 var(--font-chrome);color:var(--text-caption)}.picker-header{--picker-pad-x:4px;padding:2px var(--picker-pad-x) 3px;border-bottom:1px solid var(--hairline-soft);-webkit-user-select:none;user-select:none;flex:none;align-items:center;gap:2px;display:flex}.picker-header__title{min-width:0;font:600 12px/1.2 var(--font-chrome);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.picker-top{--picker-pad-x:10px;padding:10px var(--picker-pad-x) 8px;border-bottom:1px solid var(--hairline-soft);flex:none}.picker-rail,.picker-flush{--rail-pad-x:6px}.picker-flush{--picker-gutter:calc(var(--rail-pad-x) + var(--picker-flush-l) / 2)}.picker-flush>.picker-header,.picker-flush>.picker-top{margin-left:calc(-1 * var(--picker-flush-l));margin-right:calc(-1 * var(--picker-flush-r));padding-left:var(--picker-gutter);padding-right:calc(var(--picker-pad-x) + var(--picker-flush-r))}.picker-flush .picker-rail{margin-left:calc(-1 * var(--picker-flush-l));padding-left:var(--picker-gutter);padding-right:var(--picker-gutter)}.picker-flush .tabs--compact{padding-left:0}.picker-rail{scrollbar-width:none;padding:8px var(--rail-pad-x);border-right:1px solid var(--hairline-soft);flex-direction:column;flex:none;gap:4px;display:flex;overflow-y:auto}.rail-btn{width:32px;height:32px;color:var(--slate);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.rail-btn:hover{background:var(--surface)}.rail-btn:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.rail-btn.is-active{background:var(--primary);color:var(--on-primary)}.tooltip-host{display:inline-flex;position:relative}.tooltip-bubble{z-index:2;pointer-events:none;white-space:nowrap;border-radius:var(--radius-2);background:var(--primary);color:var(--on-primary);font:500 12px/1.3 var(--font-chrome);box-shadow:var(--shadow-2);padding:5px 8px;position:absolute;top:50%;transform:translateY(-50%)}.tooltip-bubble--right{left:calc(100% + 8px)}.tooltip-bubble--left{right:calc(100% + 8px)}.picker-head{height:36px;font:500 14px/18px var(--font-chrome);color:var(--text-heading);align-items:baseline;gap:6px;padding:10px 2px 8px;display:flex}.picker-head__count{font:400 12px/1.3 var(--font-chrome);color:var(--text-caption)}.picker-scroll{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--hairline-strong) transparent;overflow-y:auto}.picker-scroll::-webkit-scrollbar{width:10px}.picker-scroll::-webkit-scrollbar-track{background:0 0}.picker-scroll::-webkit-scrollbar-thumb{background:var(--hairline-strong);background-clip:padding-box;border:3px solid #0000;border-radius:5px}.picker-heading{z-index:1;background:var(--canvas);height:28px;padding:8px 2px 4px;line-height:16px;position:sticky;top:0}.picker-note{padding:10px 2px 2px}.ptile{border:1px solid var(--hairline);border-radius:var(--radius-3);background:var(--canvas);cursor:pointer;transition:border-color var(--dur-fast) var(--ease);flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden}.ptile__preview{background:var(--surface);color:var(--slate);flex:none;justify-content:center;align-items:center;display:flex}.ptile:hover{border-color:var(--brand-blue)}.ptile:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.ptile.is-selected{border-color:var(--brand-blue);box-shadow:inset 0 0 0 1px var(--brand-blue)}.ptile:disabled{cursor:default;opacity:.45}.ptile:disabled:hover{border-color:var(--hairline)}.gel{border:1px solid var(--hairline);border-radius:var(--radius-3);background:var(--canvas);transition:border-color var(--dur-fast) var(--ease);margin-bottom:6px}.gel__row{align-items:center;gap:6px;padding:6px 8px;display:flex}.gel__add{text-align:left;cursor:pointer;background:0 0;border:none;flex:1;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.gel:has(.gel__add:hover){border-color:var(--brand-blue)}.gel__add:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-2)}.gel__add:disabled{cursor:default;opacity:.45}.gel:has(.gel__add:disabled:hover){border-color:var(--hairline)}.gel__thumb{background:var(--surface);width:46px;height:30px;color:var(--slate);border-radius:3px;flex:none;justify-content:center;align-items:center;display:flex}.gel__body{flex-direction:column;gap:1px;min-width:0;display:flex}.gel__name{font:500 12px/1.3 var(--font-chrome);color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gel__meta{font:400 11px/1.2 var(--font-chrome);color:var(--text-caption)}.gel__rename{border:1px solid var(--brand-blue);border-radius:var(--radius-2);background:var(--canvas);min-width:0;font:500 12px/1.3 var(--font-chrome);color:var(--ink);flex:1;padding:4px 6px}.gel__rename:focus,.gel__rename:focus-visible{outline:none}.gel__confirm{border-top:1px solid var(--hairline-soft);margin-top:2px;padding:8px 10px}.gel__confirm-text{font:400 12px/1.4 var(--font-chrome);color:var(--text-secondary);margin-bottom:8px}.gel__confirm-acts{flex-wrap:wrap;gap:6px;display:flex}.gel.is-confirming{border-color:var(--hairline-strong)}.ptile__label{border-top:1px solid var(--hairline-soft);height:43px;font:400 12px/16px var(--font-chrome);color:var(--text-body);text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-pack:center;padding:5px 6px;display:-webkit-box;overflow:hidden}.ptile__count{border-radius:var(--radius-pill);background:var(--brand-blue);min-width:16px;height:16px;color:var(--on-primary);font:600 11px/1 var(--font-chrome);justify-content:center;align-items:center;padding:0 4px;display:inline-flex;position:absolute;top:4px;right:4px}.card{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-5);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease)}.card--interactive{cursor:pointer}.card--interactive:hover{border-color:var(--hairline-strong);box-shadow:var(--shadow-2)}.card--interactive:active{background:var(--surface-soft)}.input{border:1px solid var(--border-input);border-radius:var(--radius-3);background:var(--canvas);height:32px;font:400 13px/1.4 var(--font-chrome);color:var(--ink);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);padding:0 10px}.input::placeholder{color:var(--muted)}.input:focus,.input:focus-visible{border-color:var(--border-focus);box-shadow:0 0 0 1px var(--border-focus);outline:none}.input-quiet{border-radius:var(--radius-2);font:400 13px/1.4 var(--font-chrome);color:var(--ink);background:0 0;border:1px solid #0000;padding:5px 8px}.input-quiet:focus,.input-quiet:focus-visible{border-color:var(--border-input);background:var(--canvas);outline:none}.link-btn{color:var(--text-link);font:400 13px/1.4 var(--font-chrome);border-radius:var(--radius-2);cursor:pointer;background:0 0;border:none;padding:8px}.link-btn:hover{text-decoration:underline}.link-btn:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.link-btn:disabled{color:var(--text-caption);cursor:default}.link-btn:disabled:hover{text-decoration:none}.link-btn--quiet{color:var(--text-secondary)}.search{align-items:center;display:inline-flex;position:relative}.search>svg{color:var(--stone);pointer-events:none;position:absolute;left:10px}.search>.input{width:100%;padding-left:32px;padding-right:28px}.search>.input::-webkit-search-cancel-button{appearance:none}.search>.search__clear{position:absolute;right:4px}.badge{border-radius:var(--radius-pill);font:600 11px/1.4 var(--font-chrome);background:var(--surface-sunken);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.badge--ok{background:var(--status-ok-soft);color:#007a4f}.badge--warn{background:var(--status-warn-soft);color:var(--status-warn)}.badge--error{background:var(--status-error-soft);color:var(--status-error)}.menu{background:var(--canvas);border:1px solid var(--border-default);border-radius:var(--radius-4);min-width:180px;box-shadow:var(--shadow-3);z-index:40;padding:4px;position:absolute}.menu-item{border-radius:var(--radius-3);width:100%;font:400 13px/1.4 var(--font-chrome);color:var(--ink);text-align:left;white-space:nowrap;cursor:pointer;transition:background var(--dur-fast) var(--ease);background:0 0;border:none;align-items:center;gap:8px;padding:7px 10px;display:flex}.menu-item:hover{background:var(--surface)}.menu-item:disabled{color:var(--text-disabled);cursor:default;background:0 0}.menu-item--danger{color:var(--status-error)}.menu-item--danger:hover{background:var(--status-error-soft)}.menu-row{width:100%;font:400 13px/1.4 var(--font-chrome);color:var(--ink);white-space:nowrap;align-items:center;gap:10px;padding:4px 10px;display:flex}.menu-row__label{text-align:left;flex:1}.menu-sep{background:var(--border-quiet);height:1px;margin:4px 6px}.menu-heading{font:600 11px/1.4 var(--font-chrome);letter-spacing:.06em;text-transform:uppercase;color:var(--text-caption)}.menu-note{font:400 12px/1.4 var(--font-chrome);color:var(--text-caption)}.menu-hint{color:var(--text-caption);margin-left:auto;padding-left:16px;font-size:12px}.folder-tint{border-radius:2px;flex:none;width:8px;height:8px;display:inline-block}.folder-opt-lead{width:14px;color:var(--text-caption);flex:none;justify-content:center;align-items:center;display:inline-flex}.folder-flyout{z-index:1;background:var(--canvas);border:1px solid var(--border-default);border-radius:var(--radius-4);box-shadow:var(--shadow-3);padding:4px;position:absolute;top:-4px}.folder-search{color:var(--text-caption);border-bottom:1px solid var(--border-quiet);align-items:center;gap:6px;padding:6px 10px;display:flex}.folder-search input{min-width:0;font:400 13px/1.4 var(--font-chrome);color:var(--ink);background:0 0;border:none;outline:none;flex:1}.folder-search input::placeholder{color:var(--text-caption)}.folder-opt-list{max-height:320px;overflow-y:auto}.folder-opt-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.account-email{font:400 12px/1.4 var(--font-chrome);color:var(--text-caption);text-overflow:ellipsis;white-space:nowrap;max-width:240px;padding:6px 10px;overflow:hidden}.account-name{font:500 13px/1.4 var(--font-chrome);color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap;max-width:240px;padding:6px 10px 0;overflow:hidden}.account-name+.account-email{padding-top:2px}.swatch{border-radius:var(--radius-1);flex:none;width:16px;height:16px}.swatch--round{border-radius:50%}.swatch-none{width:16px;height:16px;color:var(--text-tertiary);flex:none;justify-content:center;align-items:center;display:inline-flex}.dragrow{position:relative}.dragrow.is-dragging{opacity:.4}.drag-handle{width:20px;height:28px;color:var(--text-disabled);cursor:grab;touch-action:none;border-radius:var(--radius-2);transition:color var(--dur-fast) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.dragrow:hover .drag-handle{color:var(--text-tertiary)}.drag-handle:focus-visible{color:var(--ink)}.drag-handle:active,.drag-handle.is-dragging{cursor:grabbing;color:var(--ink)}.drag-caret{background:var(--border-focus);pointer-events:none;border-radius:1px;height:2px;position:absolute;left:6px;right:6px}.drag-caret--above{top:-1px}.drag-caret--below{bottom:-1px}.swatch-row{flex-wrap:wrap;gap:6px;padding:6px 10px 10px 36px;display:flex}.swatch-btn{cursor:pointer;outline-offset:2px;width:20px;height:20px;transition:outline-color var(--dur-fast) var(--ease);border:none;border-radius:50%;outline:2px solid #0000;padding:0}.swatch-btn:hover,.swatch-btn:focus-visible{outline-color:var(--border-input)}.swatch-btn.is-selected{outline-color:var(--border-focus)}.swatch-input{cursor:pointer;appearance:none;background:0 0;border:none;border-radius:50%;flex:none;width:20px;height:20px;padding:0;overflow:hidden;box-shadow:inset 0 0 0 1px #00000029}.swatch-input::-webkit-color-swatch-wrapper{padding:0}.swatch-input::-webkit-color-swatch{border:none;border-radius:50%}.swatch-input::-moz-color-swatch{border:none;border-radius:50%}.switch{font:400 13px/1.4 var(--font-chrome);color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:inline-flex}.switch__label{text-align:left;white-space:nowrap;flex:1}.switch__track{background:var(--hairline-strong);border-radius:var(--radius-pill);width:34px;height:20px;transition:background var(--dur-fast) var(--ease);flex:none;position:relative}.switch.is-on .switch__track{background:var(--brand-blue)}.switch__thumb{background:var(--canvas);width:16px;height:16px;transition:transform var(--dur-fast) var(--ease);border-radius:50%;position:absolute;top:2px;left:2px}.switch.is-on .switch__thumb{transform:translate(14px)}.switch:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-3)}.switch--menu{border-radius:var(--radius-3);width:100%;padding:7px 10px}.switch--menu:hover{background:var(--surface)}.seg{background:var(--surface-sunken);border-radius:var(--radius-pill);gap:2px;padding:2px;display:inline-flex}.seg__opt{border-radius:var(--radius-pill);height:26px;font:500 13px/1.2 var(--font-chrome);color:var(--steel);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.seg__opt:hover{color:var(--ink)}.seg__opt.is-selected{background:var(--canvas);color:var(--ink);box-shadow:var(--shadow-1)}.seg--menu .seg__opt{justify-content:center;min-width:34px;height:22px;padding:0 10px}.modal-overlay{background:var(--scrim);z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--canvas);border-radius:var(--radius-5);max-width:92vw;max-height:84vh;box-shadow:var(--shadow-4);flex-direction:column;display:flex}.modal:focus-visible{outline:none}.hud-panel{background:var(--canvas);border:1px solid var(--border-default);border-radius:var(--radius-4);box-shadow:var(--shadow-2);-webkit-user-select:none;user-select:none;z-index:20;gap:2px;padding:4px;display:flex;position:absolute}.hud-panel--discs{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:8px;padding:0}.tbtn--disc{background:var(--canvas);border:1px solid var(--hairline-strong);border-radius:var(--radius-pill);min-width:30px;box-shadow:var(--shadow-1);padding:0}.tbtn--disc:hover{background:var(--surface)}.tbtn--disc:active{background:var(--hairline-soft)}.tbtn--disc:disabled{background:var(--canvas);border-color:var(--hairline);box-shadow:none}.hud-sep{background:var(--hairline);align-self:stretch;width:1px;margin:4px 2px}.ed-shell{height:100%;display:flex}.ed-canvas-col{flex:1;min-width:0;position:relative}.ed-sidepanel{border:0;border-left:1px solid var(--hairline);height:100%;box-shadow:none;border-radius:0;flex-direction:column;flex:none;gap:0;padding:0;position:static}.comment-panel{flex-direction:column;height:100%;min-height:0;display:flex}.comment-panel__title{color:var(--text-heading);flex:1;padding-left:8px;font-size:13px;font-weight:500}.comment-panel__list{flex-direction:column;flex:1;gap:6px;min-height:0;padding:8px;display:flex;overflow-y:auto}.comment-panel__hint{color:var(--text-tertiary);margin:8px 4px;font-size:12.5px;line-height:1.5}.comment-thread{text-align:left;background:var(--surface-card);border:1px solid var(--hairline-soft);border-radius:var(--radius-3);cursor:pointer;font:inherit;color:inherit;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.comment-thread:hover{border-color:var(--hairline)}.comment-thread.is-active{border-color:var(--brand-blue)}.comment-thread__meta{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.comment-thread__author{color:var(--text-body);font-size:12.5px;font-weight:500}.comment-thread__time{color:var(--text-caption);font-size:11.5px}.comment-thread__body{color:var(--text-body);white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.45}.comment-thread__count{color:var(--text-tertiary);font-size:11.5px}.comment-filter{border-bottom:1px solid var(--hairline-soft);flex:none;padding:6px 8px;display:flex}.comment-thread__main{cursor:pointer;flex-direction:column;gap:4px;display:flex}.comment-thread__main:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-1)}.comment-thread.is-resolved .comment-thread__body{color:var(--text-tertiary)}.comment-thread__tags{align-items:center;gap:8px;display:flex}.comment-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--status-ok);background:var(--status-ok-soft);border-radius:999px;padding:1px 6px;font-size:11px;font-weight:600}.comment-thread__gone{color:var(--text-caption);font-size:11.5px;font-style:italic}.comment-thread__actions{gap:4px;margin:2px 0 0 -6px;display:flex}.comment-reply{border-top:1px solid var(--hairline-soft);flex-direction:column;gap:3px;padding-top:8px;display:flex}.comment-del{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-1);visibility:hidden;background:0 0;border:0;align-items:center;margin-left:auto;padding:2px;display:inline-flex}.comment-reply:hover .comment-del,.comment-del:focus-visible{visibility:visible}.comment-del:hover{color:var(--status-error)}.comment-reply-composer{border-top:1px solid var(--hairline-soft);align-items:flex-end;gap:6px;padding-top:8px;display:flex}.comment-composer__input--reply{resize:none;flex:1;min-height:32px}.comment-composer{border-bottom:1px solid var(--hairline-soft);flex-direction:column;flex:none;gap:8px;padding:10px 12px;display:flex}.comment-composer__input{font:inherit;color:var(--text-body);border:1px solid var(--border-input);border-radius:var(--radius-2);resize:vertical;min-height:62px;padding:8px 10px;font-size:13px;line-height:1.45}.comment-composer__input:focus-visible{outline:2px solid var(--border-focus);outline-offset:-1px}.comment-composer__row{justify-content:flex-end;gap:8px;display:flex}.ed-float{pointer-events:none;z-index:30;justify-content:space-between;align-items:flex-start;gap:16px;display:flex;position:absolute;top:16px;left:16px;right:16px}.ed-float__cluster{pointer-events:auto;align-items:center;gap:6px;max-width:calc(50% - 8px);padding:6px;position:static}.ed-float__rule{width:1px;height:var(--brand-mark);background:var(--hairline);flex:none;margin:0 3px}.ed-float [data-region=header] .iconbtn{width:calc(var(--brand-mark) + 5px);height:calc(var(--brand-mark) + 5px)}.ed-float .iconbtn:not(:disabled){color:var(--ink)}.ed-float__hint{color:var(--text-disabled);white-space:nowrap;padding:0 4px;font-size:12px}.ed-title{border-radius:var(--radius-2);min-width:0;max-width:260px;font:600 16px/1.2 var(--font-chrome);color:var(--text-title);cursor:text;transition:background var(--dur-fast) var(--ease);background:0 0;border:1px solid #0000;align-items:center;gap:7px;padding:2px 8px;display:inline-flex}.ed-title:hover{background:var(--surface)}.ed-title__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ed-title-input{width:260px;font:600 16px/1.2 var(--font-chrome);color:var(--text-title);padding:2px 8px}.drag-ghost{background:var(--canvas);border:1px solid var(--border-default);border-radius:var(--radius-3);box-shadow:var(--shadow-3);font:500 12px/1.4 var(--font-chrome);pointer-events:none;align-items:center;gap:6px;padding:6px 10px;display:flex}.drag-ghost__count{border-radius:var(--radius-pill);background:var(--brand-blue);color:var(--on-primary);font:600 11px/1.4 var(--font-chrome);padding:1px 7px}.empty-cta{border:2px dashed var(--hairline-strong);border-radius:var(--radius-5);width:280px;height:140px;color:var(--slate);font:500 15px/1.2 var(--font-chrome);cursor:pointer;transition:border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;justify-content:center;align-items:center;gap:8px;display:inline-flex}.empty-cta:hover{border-color:var(--stone);color:var(--ink)}.toast{z-index:110;background:var(--ink);color:var(--on-primary);border-radius:var(--radius-3);font:400 13px/1.4 var(--font-chrome);box-shadow:var(--shadow-3);pointer-events:none;padding:10px 16px}@keyframes drag-ants{0%{stroke-dashoffset:var(--dash-period)}to{stroke-dashoffset:0}}.drag-placeholder{animation:.7s linear infinite drag-ants}@media (prefers-reduced-motion:reduce){.drag-placeholder{animation:none}}.auth{background:var(--surface);justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex}.auth-card{background:var(--canvas);border:1px solid var(--border-default);border-radius:var(--radius-5);width:100%;max-width:360px;box-shadow:var(--shadow-2);gap:14px;padding:28px;display:grid}.auth-title{font:500 18px/1.3 var(--font-chrome);color:var(--text-heading);margin:0 0 2px}.auth-lede{font:400 13px/1.5 var(--font-chrome);color:var(--text-body);margin:0}.auth-field{font:500 13px/1.4 var(--font-chrome);color:var(--text-heading);gap:4px;display:grid}.auth-hint{font:400 12px/1.4 var(--font-chrome);color:var(--text-caption)}.tabs{border-bottom:1px solid var(--hairline-soft);gap:18px;margin:0 -18px 4px;padding:0 18px;display:flex}.tab{font:500 13px/1.4 var(--font-chrome);color:var(--text-caption);cursor:pointer;white-space:nowrap;transition:color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);background:0 0;border:none;padding:8px 0 9px;box-shadow:inset 0 -2px #0000}.tab:hover{color:var(--ink)}.tab.is-selected{color:var(--ink);box-shadow:inset 0 -2px 0 var(--brand-blue)}.tabs--compact{border-bottom:none;flex:1;gap:12px;min-width:0;margin:0;padding:0 4px}.tab--compact{padding:6px 0 5px;font-size:12px}.modal-title{font:500 18px/1.3 var(--font-chrome);color:var(--text-heading);margin:0}.profile-field{gap:6px;display:grid}.profile-row{align-items:center;gap:10px;display:flex}.profile-actions{gap:6px;display:flex}.profile-avatar{border-radius:var(--radius-pill);background:var(--hairline-soft);width:64px;height:64px;color:var(--ink);flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-foot{border-top:1px solid var(--hairline-soft);justify-content:flex-end;padding:14px 18px;display:flex}.profile-note{border-radius:var(--radius-3);background:var(--status-ok-soft);color:var(--text-body);font:400 13px/1.4 var(--font-chrome);margin:0;padding:8px 10px}.auth-error{border-radius:var(--radius-3);background:var(--status-error-soft);color:var(--status-error);font:400 13px/1.4 var(--font-chrome);margin:0;padding:8px 10px}.auth-error .link-btn{color:inherit;font:inherit;padding:0;text-decoration:underline}.auth-alt{text-align:center;font:400 13px/1.4 var(--font-chrome);color:var(--text-body);margin:0}.auth-alt+.auth-alt{margin-top:-8px}.ed-canvas:focus-visible{outline:none}.ed-canvas.is-key-focus{outline:2px solid var(--border-focus);outline-offset:-2px}.ed-tpl-well:focus-visible{outline:none}.ed-tpl-well.is-key-focus{outline:2px solid var(--border-focus);outline-offset:-2px}.btn:focus-visible,.iconbtn:focus-visible,.tbtn:focus-visible,.menu-item:focus-visible,.seg__opt:focus-visible,.card--interactive:focus-visible,.tab:focus-visible,.empty-cta:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.ed-titlestack{flex-direction:column;align-items:flex-start;gap:0;min-width:0;display:flex}.ed-status{min-height:15px;font:400 11px/1.35 var(--font-chrome);color:var(--text-caption);white-space:nowrap;align-items:center;gap:6px;padding:0 8px;display:inline-flex}.ed-status--bad{color:var(--status-error)}.ed-status__action{font:500 11px/1.35 var(--font-chrome);color:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.ed-status__action:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}
