@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--font-body: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", monospace;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--crema: #C19A6B;--crema-dim: rgba(193, 154, 107, .12);--crema-glow: 0 0 18px rgba(193, 154, 107, .15);--matcha: #556B2F;--matcha-dim: rgba(85, 107, 47, .15);--berry: #8B4513;--berry-dim: rgba(139, 69, 19, .12);--chocolate: #D2691E;--slate: #7db3d4;--slate-dim: rgba(125, 179, 212, .1)}[data-theme=dark]{color-scheme:dark;--bg-root: #261815;--bg-surface: #2A1E1B;--bg-panel: #332723;--bg-elevated: #3E2723;--bg-input: #221A17;--bg-hover: rgba(78, 52, 46, .5);--border: rgba(193, 154, 107, .14);--border-active: rgba(210, 170, 120, .4);--border-subtle: rgba(193, 154, 107, .07);--ink: #FDF8F5;--ink-secondary: #D5BDAF;--ink-muted: #B0937E;--ink-faint: #7D6355;--shadow-panel: 0 8px 32px rgba(0, 0, 0, .5);--editor-bg: #1C1412;--pdf-bg: #FDF8F5;--matcha: #7A9E50;--matcha-dim: rgba(122, 158, 80, .15);--berry: #D4714A;--berry-dim: rgba(212, 113, 74, .14)}[data-theme=light]{color-scheme:light;--bg-root: #FDF8F5;--bg-surface: #F5EBE0;--bg-panel: #EDE0D4;--bg-elevated: #E3D5CA;--bg-input: #FDF8F5;--bg-hover: rgba(193, 154, 107, .15);--border: rgba(62, 39, 35, .15);--border-active: rgba(141, 110, 99, .45);--border-subtle: rgba(62, 39, 35, .08);--ink: #3E2723;--ink-secondary: #5D4037;--ink-muted: #795548;--ink-faint: #A1887F;--shadow-panel: 0 8px 32px rgba(62, 39, 35, .1);--editor-bg: #FFFCF9;--pdf-bg: #fff;--crema: #6D4C41;--crema-dim: rgba(109, 76, 65, .1);--crema-glow: 0 0 18px rgba(109, 76, 65, .1);--matcha: #4A7023;--matcha-dim: rgba(74, 112, 35, .1);--berry: #B5451B;--berry-dim: rgba(181, 69, 27, .1);--slate: #2E5078;--slate-dim: rgba(46, 80, 120, .08)}*,*:before,*:after{box-sizing:border-box;margin:0}html,body,#root{height:100%}body{font-family:var(--font-body);font-size:13px;color:var(--ink);background:var(--bg-root);-webkit-font-smoothing:antialiased;overflow:hidden}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");z-index:9999}button,textarea,input{font:inherit;color:inherit}button{cursor:pointer}body.is-resizing iframe,body.is-resizing textarea{pointer-events:none!important}.app-shell{display:grid;grid-template-rows:auto 1fr;height:100vh;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 12px;height:36px;background:var(--bg-surface);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;flex-shrink:0}.topbar__brand{display:flex;align-items:center;gap:8px;border:none;background:transparent;padding:2px 6px;border-radius:var(--radius-sm);transition:background .1s}.topbar__brand:hover{background:var(--bg-hover)}.topbar__mark{width:20px;height:20px;border-radius:3px;background:linear-gradient(135deg,#c19a6b,#3e2723);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#fdf8f5;line-height:1;flex-shrink:0}.topbar__title{font-size:12px;font-weight:700;letter-spacing:0;color:var(--crema)}.topbar__right{display:flex;align-items:center;gap:6px}.theme-toggle{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;font-size:13px;line-height:1;color:var(--ink-muted);transition:all .1s}.theme-toggle:hover{background:var(--bg-hover);color:var(--crema);border-color:var(--crema)}.layout{display:flex;height:100%;overflow:hidden}.resize-handle--v{width:5px;flex-shrink:0;cursor:col-resize;background:var(--border-subtle);transition:background .12s}.resize-handle--v:hover{background:var(--crema);opacity:.5}.resize-handle--h{height:4px;flex-shrink:0;cursor:row-resize;background:var(--border-subtle);transition:background .15s}.resize-handle--h:hover{background:var(--crema);opacity:.5}.resize-handle--horizontal{height:4px;flex-shrink:0;cursor:row-resize;background:var(--border-subtle);transition:background .15s}.resize-handle--horizontal:hover{background:var(--crema);opacity:.5}.left-panel{display:flex;flex-direction:column;background:var(--bg-surface);overflow:hidden;flex-shrink:0}.left-panel__files{overflow-y:auto;flex-shrink:0}.left-panel__files::-webkit-scrollbar{width:3px}.left-panel__files::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:2px}.left-panel__chat{flex:1;overflow:hidden;display:flex;flex-direction:column}.file-manager{display:flex;flex-direction:column;height:100%;overflow:hidden}.file-manager__header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;flex-shrink:0}.file-manager__label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:0;color:var(--ink-faint)}.fm-add-wrapper{position:relative}.file-manager__hidden-input{display:none}.file-manager__add{border:1px dashed var(--border);background:transparent;color:var(--ink-faint);width:18px;height:18px;border-radius:3px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .1s}.file-manager__add:hover{border-color:var(--crema);color:var(--crema)}.fm-dropdown{position:absolute;top:100%;right:0;margin-top:2px;min-width:100px;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-panel);z-index:50;overflow:hidden}.fm-dropdown__item{display:block;width:100%;padding:5px 8px;border:none;background:transparent;text-align:left;font-size:11px;color:var(--ink-secondary);transition:background 80ms}.fm-dropdown__item:hover{background:var(--bg-hover);color:var(--ink)}.fm-dropdown__item:disabled{opacity:.55;cursor:not-allowed}.fm-dropdown__item:disabled:hover{background:transparent;color:var(--ink-secondary)}.file-manager__create{padding:2px 8px 6px}.file-manager__input{width:100%;padding:3px 6px;border:1px solid var(--border-active);border-radius:3px;background:var(--bg-input);font-family:var(--font-mono);font-size:11px;outline:none}.file-manager__tree{flex:1;overflow-y:auto;padding:0 4px 4px}.file-manager__tree::-webkit-scrollbar{width:3px}.file-manager__tree::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:2px}.fm-row{display:flex;align-items:center;gap:6px;width:100%;padding:4px 6px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;text-align:left;font-size:11px;transition:background 80ms,border-color 80ms}.fm-row:hover{background:var(--bg-hover)}.fm-row--active{background:var(--bg-elevated);border-color:var(--border-active);box-shadow:var(--crema-glow)}.fm-row__icon{width:5px;height:5px;border-radius:50%;flex-shrink:0;background:var(--ink-faint)}.fm-row__icon--tex{background:var(--crema)}.fm-row__icon--lean{background:var(--matcha)}.fm-row__icon--graph{background:var(--slate)}.fm-row__icon--png,.fm-row__icon--jpg,.fm-row__icon--svg{background:var(--berry)}.fm-row__name{font-family:var(--font-mono);font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag{display:inline-flex;padding:1px 5px;border-radius:3px;font-family:var(--font-mono);font-size:8px;font-weight:500;background:var(--bg-elevated);color:var(--ink-muted);border:1px solid var(--border-subtle)}.tag--auto{color:var(--slate);background:var(--slate-dim)}.status-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:3px;font-family:var(--font-mono);font-size:9px;font-weight:600}.status-pill:before{content:"";width:4px;height:4px;border-radius:50%;flex-shrink:0}.status-pill--synced,.status-pill--verified{background:var(--matcha-dim);color:var(--matcha)}.status-pill--synced:before,.status-pill--verified:before{background:var(--matcha)}.status-pill--dirty,.status-pill--running{background:var(--crema-dim);color:var(--crema)}.status-pill--dirty:before,.status-pill--running:before{background:var(--crema)}.status-pill--compiling{background:var(--crema-dim);color:var(--crema)}.status-pill--compiling:before{background:var(--crema);animation:pulse 1s ease-in-out infinite}.status-pill--checking{background:var(--slate-dim);color:var(--slate)}.status-pill--checking:before{background:var(--slate);animation:pulse 1s ease-in-out infinite}.status-pill--idle{background:var(--bg-elevated);color:var(--ink-faint)}.status-pill--idle:before{background:var(--ink-faint)}.status-pill--blocked,.status-pill--failed{background:var(--berry-dim);color:var(--berry)}.status-pill--blocked:before,.status-pill--failed:before{background:var(--berry)}.workspace{display:flex;flex-direction:column;overflow:hidden;background:var(--bg-surface);flex:1;min-width:0}.workspace__header{display:flex;align-items:center;justify-content:space-between;padding:0 10px;height:42px;border-bottom:1px solid var(--border);flex-shrink:0;gap:8px}.workspace__context{min-width:136px;max-width:220px;display:flex;flex-direction:column;justify-content:center;gap:2px;overflow:hidden;border-right:1px solid var(--border-subtle);padding-right:10px;flex-shrink:0}.workspace__project-name,.workspace__project-path{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace__project-name{font-size:11px;font-weight:700;color:var(--ink)}.workspace__project-path{font-family:var(--font-mono);font-size:10px;color:var(--ink-faint)}.workspace__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.tab-strip{display:flex;gap:0;height:100%;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden}.tab-strip::-webkit-scrollbar{height:2px}.tab-strip::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:2px}.tab{display:flex;align-items:center;padding:0 10px;border:none;background:transparent;font-family:var(--font-mono);font-size:11px;font-weight:500;color:var(--ink-muted);border-bottom:2px solid transparent;transition:color 80ms,border-color 80ms;height:100%;white-space:nowrap}.tab:hover{color:var(--ink-secondary);background:var(--bg-hover)}.tab--active{color:var(--crema);border-bottom-color:var(--crema)}.selection-bar__text{font-size:10px;color:var(--ink-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.selection-bar__text--active{color:var(--ink-secondary)}.action-button{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border:1px solid var(--border);border-radius:3px;background:var(--bg-elevated);font-size:10px;font-weight:600;font-family:var(--font-mono);color:var(--ink-muted);white-space:nowrap;transition:all 80ms}.action-button:hover{border-color:var(--ink-faint);color:var(--ink);background:var(--bg-hover)}.action-button--provider{min-width:118px;justify-content:center}.action-button--primary{border-color:var(--border-active);background:var(--crema-dim);color:var(--crema)}.action-button--primary:hover{border-color:var(--crema);box-shadow:var(--crema-glow)}.action-button--build{border-color:#7bc67e40;background:var(--matcha-dim);color:var(--matcha)}.action-button--build:hover{border-color:var(--matcha)}.action-button:disabled{opacity:.3;pointer-events:none}.connection-indicator{width:7px;height:7px;border-radius:50%;flex-shrink:0}.connection-indicator--online{background:var(--matcha);box-shadow:0 0 10px #7bc67e59}.connection-indicator--offline{background:var(--berry);box-shadow:0 0 10px #e0707040}.code-editor{flex:1;display:flex;flex-direction:column;overflow:hidden}.code-editor__meta{display:flex;align-items:center;justify-content:space-between;padding:2px 10px;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.code-editor__language{font-family:var(--font-mono);font-size:9px;font-weight:600;color:var(--ink-faint);text-transform:uppercase;letter-spacing:0}.code-editor__stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.code-editor__stats span{font-family:var(--font-mono);font-size:9px;color:var(--ink-faint)}.code-editor__frame{flex:1;overflow:hidden;background:var(--editor-bg, var(--bg-root));min-height:0}.code-editor__surface,.code-editor__surface .cm-editor,.code-editor__surface .cm-scroller{height:100%}.code-editor__surface .cm-editor{background:var(--editor-bg, var(--bg-root))}.code-editor__surface .cm-focused{outline:none}.code-editor__surface .cm-activeLine{background:#c19a6b0d}.code-editor__surface .cm-activeLineGutter{color:var(--crema);background:#c19a6b0f}.code-editor__surface .cm-selectionBackground,.code-editor__surface .cm-content ::selection{background:#c19a6b40!important}.code-editor__surface .cm-cursor{border-left-color:var(--crema)}.code-editor__surface .cm-tooltip{border:1px solid var(--border-active);border-radius:var(--radius-md);background:color-mix(in srgb,var(--bg-panel) 92%,black 8%);color:var(--ink);box-shadow:var(--shadow-panel);overflow:hidden}.code-editor__surface .cm-tooltip-autocomplete ul{font-family:var(--font-mono);font-size:11px}.code-editor__surface .cm-tooltip-autocomplete li{padding:4px 8px;border-bottom:1px solid var(--border-subtle)}.code-editor__surface .cm-tooltip-autocomplete li:last-child{border-bottom:none}.code-editor__surface .cm-tooltip-autocomplete li[aria-selected=true]{background:var(--crema-dim);color:var(--ink)}.code-editor__surface .cm-lean-tooltip{max-width:480px;padding:10px 12px}.code-editor__surface .cm-lean-tooltip__section+.cm-lean-tooltip__section{margin-top:10px;padding-top:10px;border-top:1px solid var(--border-subtle)}.code-editor__surface .cm-lean-tooltip__title{margin-bottom:6px;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase;color:var(--ink-faint)}.code-editor__surface .cm-lean-tooltip__body{margin:0;font-family:var(--font-mono);font-size:11px;line-height:1.5;color:var(--ink);white-space:pre-wrap}.code-editor__surface .cm-completionIcon{opacity:.75}.code-editor__surface .cm-lintRange-error{background:linear-gradient(to top,#d4714a59,#d4714a59) 0 calc(100% - 2px) / 100% 2px no-repeat}.code-editor__surface .cm-lintRange-warning{background:linear-gradient(to top,#c19a6b59,#c19a6b59) 0 calc(100% - 2px) / 100% 2px no-repeat}.code-editor__surface .cm-lintPoint:after{border-bottom-color:var(--berry)}.code-editor__surface .cm-diagnostic{font-family:var(--font-body);font-size:11px}.code-editor__surface .cm-diagnostic-error{border-left:3px solid var(--berry)}.code-editor__surface .cm-diagnostic-warning{border-left:3px solid var(--crema)}.code-editor__surface .cm-panels{background:var(--bg-panel);color:var(--ink-secondary);border-bottom:1px solid var(--border)}.code-editor__surface .cm-search{padding:6px 8px;gap:6px;font-family:var(--font-body)}.code-editor__surface .cm-search input,.code-editor__surface .cm-search button,.code-editor__surface .cm-search label{font-size:11px}.code-editor__surface .cm-search input{min-width:0;padding:4px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--ink)}.code-editor__surface .cm-search button{padding:4px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--ink-secondary)}.code-editor__surface .cm-search button:hover{border-color:var(--border-active);color:var(--ink)}.code-editor__surface .cm-search input:focus{outline:none;border-color:var(--border-active)}.assistant-panel{display:flex;flex-direction:column;overflow:hidden;background:var(--bg-surface);height:100%}.assistant-panel__header{display:flex;align-items:center;justify-content:space-between;padding:0 8px;height:28px;border-bottom:1px solid var(--border-subtle);border-top:1px solid var(--border-subtle);flex-shrink:0}.panel-title{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600}.panel-title__icon{width:4px;height:4px;border-radius:50%}.panel-title__icon--violet{background:var(--slate)}.assistant-panel__thread{flex:1;overflow-y:auto;padding:6px 8px;display:flex;flex-direction:column;gap:4px}.assistant-panel__thread::-webkit-scrollbar{width:3px}.assistant-panel__thread::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:2px}.message{padding:5px 7px;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);font-size:11px;line-height:1.45;animation:slideUp .15s ease both}.message__head{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:2px}.message__meta{display:flex;flex-direction:column;gap:1px;min-width:0}.message__head strong{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:0}.message__timestamp{font-family:var(--font-mono);font-size:9px;color:var(--ink-faint)}.message p{margin:0;color:var(--ink-secondary);white-space:pre-wrap;word-break:break-word}.message--assistant{background:var(--crema-dim);border-color:#e8b7690f}.message--assistant .message__head strong{color:var(--crema)}.message--tool{background:var(--slate-dim);border-color:#7db3d40f}.message--tool .message__head strong{color:var(--slate)}.message--user{background:var(--bg-elevated)}.message--user .message__head strong{color:var(--ink-secondary)}.message__sources{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.message__source-link{color:var(--crema);text-decoration:none;font-family:var(--font-mono);font-size:9px}.message__source-link:hover{text-decoration:underline}.assistant-panel__prompts{display:flex;flex-wrap:wrap;gap:3px;padding:4px 8px;border-top:1px solid var(--border-subtle);flex-shrink:0}.prompt-chip{padding:2px 6px;border:1px dashed var(--border);border-radius:3px;background:transparent;color:var(--ink-faint);font-size:9px;transition:all 80ms;white-space:normal;line-height:1.35;text-align:left;flex:1 1 140px;max-width:100%}.prompt-chip:hover{border-color:var(--ink-muted);color:var(--ink-secondary);background:var(--bg-hover);border-style:solid}.assistant-panel__composer{display:flex;gap:4px;padding:6px 8px;border-top:1px solid var(--border-subtle);background:var(--bg-panel);flex-shrink:0;align-items:flex-end}.assistant-panel__composer textarea{flex:1;min-height:28px;max-height:64px;resize:none;padding:4px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);font-size:11px;line-height:1.4;outline:none}.assistant-panel__composer textarea:focus{border-color:var(--border-active)}.assistant-panel__composer textarea::placeholder{color:var(--ink-faint)}.submit-button{padding:4px 10px;border:1px solid var(--border-active);border-radius:var(--radius-sm);background:var(--crema-dim);color:var(--crema);font-size:10px;font-weight:700;font-family:var(--font-mono);transition:all .1s;flex-shrink:0}.submit-button:hover{background:#e8b76933;border-color:var(--crema);box-shadow:var(--crema-glow)}.submit-button:disabled{opacity:.5;cursor:wait}.chip-row{display:flex;flex-wrap:wrap;gap:3px}.preview-workspace{display:flex;flex-direction:column;overflow:hidden;background:var(--bg-surface);height:100%;border-left:1px solid var(--border)}.preview-workspace__header{display:flex;align-items:center;padding:0 8px;height:32px;border-bottom:1px solid var(--border);flex-shrink:0}.zoom-bar{display:flex;align-items:center;gap:2px;flex-shrink:0}.zoom-bar__btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--ink-muted);font-size:13px;font-weight:600;line-height:1;transition:all 80ms}.zoom-bar__btn:hover{border-color:var(--crema);color:var(--ink);background:var(--bg-hover)}.zoom-bar__btn:disabled{opacity:.3;pointer-events:none}.zoom-bar__download{margin-left:4px;font-size:12px}.zoom-bar__value{font-family:var(--font-mono);font-size:9px;color:var(--ink-muted);min-width:32px;text-align:center}.preview-fill{flex:1;display:flex;flex-direction:column;overflow:hidden}.preview-fill__zoom-wrap{flex:1;overflow:auto;position:relative;display:flex;justify-content:center;align-items:flex-start;padding:8px;background:color-mix(in srgb,var(--pdf-bg, white) 92%,var(--bg-surface) 8%)}.preview-fill__scroll{flex:1;overflow-y:auto;padding:8px}.preview-fill__scroll--pdf{position:relative;padding:12px;background:color-mix(in srgb,var(--pdf-bg, white) 92%,var(--bg-surface) 8%)}.preview-fill__overlay{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:2;padding:6px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--bg-panel) 96%,black 4%);color:var(--ink-muted);font-family:var(--font-mono);font-size:10px}.preview-fill__overlay--error{color:var(--berry);border-color:#d4714a59}.pdf-preview{min-height:100%;display:flex;flex-direction:column;align-items:center}.pdf-preview__page{background:#fff;box-shadow:0 8px 24px #0000001f}.pdf-preview__canvas{display:block}.preview-fill__scroll::-webkit-scrollbar{width:3px}.preview-fill__scroll::-webkit-scrollbar-thumb{background:var(--ink-faint);border-radius:2px}.preview-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink-faint);font-size:12px;line-height:1.6;padding:20px}.preview-empty strong{color:var(--crema)}.log-view{display:flex;flex-direction:column;gap:6px;height:100%}.log-view__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.log-view__meta{font-family:var(--font-mono);font-size:9px;color:var(--ink-faint)}.log-view__error{font-size:11px;color:var(--berry);line-height:1.4}.log-view__pre{margin:0;padding:8px;border-radius:var(--radius-md);background:var(--bg-root);border:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:10px;line-height:1.5;color:var(--ink-muted);white-space:pre-wrap;word-break:break-word;overflow:auto}.log-view__pre--fill{flex:1}.graph-panel{display:flex;flex-direction:column;gap:8px}.graph-shell{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--editor-bg, var(--bg-root))}.graph-shell__svg{width:100%;height:auto;display:block}.graph-shell__bg{fill:var(--editor-bg, var(--bg-root))}.graph-shell__node-label{fill:#fff;font-family:var(--font-mono);font-size:10px;font-weight:600}.graph-shell__edge-label{fill:var(--ink-faint);font-family:var(--font-mono);font-size:8px;text-anchor:middle}.graph-panel__insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:4px}.graph-panel__insight{padding:5px 6px;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border-subtle)}.graph-panel__insight .eyebrow{display:block;margin-bottom:2px}.graph-panel__insight p{margin:0;font-size:10px;color:var(--ink-muted);line-height:1.3}.settings-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:24px;background:#0e0b07cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.settings-modal__card{width:min(640px,100%);display:grid;gap:12px;padding:14px;border-radius:8px;border:1px solid var(--border);background:var(--bg-panel);box-shadow:var(--shadow-panel)}.settings-modal__header,.settings-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.settings-modal__title{font-size:14px;font-weight:600;margin:0}.settings-modal__subtitle{margin-top:3px;font-size:11px;color:var(--ink-muted)}.settings-section{display:grid;gap:10px;padding:12px 0;border-top:1px solid var(--border-subtle)}.settings-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.settings-section__title{margin:0;font-size:12px;font-weight:600}.settings-section__subtitle{margin:4px 0 0;font-size:11px;color:var(--ink-muted);max-width:420px}.settings-section__error{margin:0;font-size:11px;color:var(--danger)}.oauth-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-elevated)}.oauth-card__meta{display:grid;gap:4px}.oauth-card__meta strong{font-size:12px}.oauth-card__meta span{font-size:11px;color:var(--ink-muted)}.oauth-card__actions{display:flex;gap:8px;flex-wrap:wrap}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.settings-field{display:grid;gap:4px}.settings-field--full{grid-column:1 / -1}.settings-field span{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:0;color:var(--ink-faint)}.settings-field input,.settings-field select{width:100%;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-input);color:var(--ink);padding:7px 8px;outline:none}.settings-field input:focus,.settings-field select:focus{border-color:var(--border-active)}.settings-status{display:grid;gap:4px;padding:8px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-elevated)}.settings-status p{margin:0;font-size:11px;color:var(--ink-muted)}.settings-note{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-subtle)}.settings-note p{margin:0;font-size:11px;color:var(--ink-muted)}.eyebrow{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:0;color:var(--ink-faint)}@keyframes slideUp{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.loading-screen{display:grid;place-items:center;height:100%;background:var(--bg-root)}.loading-screen__card{display:grid;gap:10px;min-width:240px;padding:16px;border-radius:var(--radius-lg);background:var(--bg-panel);border:1px solid var(--border);box-shadow:var(--shadow-panel)}.loading-screen__card p{color:var(--ink-secondary);line-height:1.5}.error-banner{position:fixed;right:12px;bottom:12px;z-index:100;max-width:400px;padding:8px 10px;border-radius:var(--radius-md);background:#7f1d1de6;border:1px solid rgba(224,112,112,.3);color:#fde8e8;font-size:11px;box-shadow:var(--shadow-panel)}@media(max-width:900px){.left-panel,.resize-handle--v{display:none}}.file-manager__project{position:relative;padding:8px 8px 6px;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.file-manager__project-switch{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);color:var(--ink-secondary);font-family:var(--font-body);font-size:12px;font-weight:500;transition:border-color .12s,box-shadow .12s,background .12s;text-align:left}.file-manager__project-switch:hover{border-color:var(--crema);background:var(--bg-panel)}.file-manager__project-switch--open{border-color:var(--crema);box-shadow:var(--crema-glow)}.file-manager__project-mark{flex-shrink:0;width:24px;height:24px;display:grid;place-items:center;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--crema),var(--chocolate));color:#fdf8f5;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:0}.file-manager__project-stack{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.file-manager__project-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-weight:600;line-height:1.2}.file-manager__project-sub{font-family:var(--font-mono);font-size:9px;letter-spacing:0;text-transform:lowercase;color:var(--ink-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-manager__project-caret{color:var(--ink-faint);font-size:9px;flex-shrink:0;transition:transform .14s}.file-manager__project-switch--open .file-manager__project-caret{transform:rotate(180deg);color:var(--crema)}.fm-dropdown--project{right:8px;left:8px;min-width:0;top:calc(100% + 4px);padding:6px;border-radius:var(--radius-md)}.fm-dropdown__summary{display:grid;gap:2px;padding:8px;margin-bottom:4px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-elevated)}.fm-dropdown__summary span{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:0;color:var(--ink-faint)}.fm-dropdown__summary strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--ink)}.fm-dropdown__summary small{font-size:10px;color:var(--ink-muted)}.fm-dropdown__section-label{padding:4px 8px 2px;font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:0;text-transform:uppercase;color:var(--ink-faint)}.fm-dropdown__project-list{display:flex;flex-direction:column;gap:2px;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.fm-project-empty{padding:10px 8px;font-size:11px;color:var(--ink-faint)}.fm-project-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;text-align:left;color:var(--ink-secondary);transition:background 90ms,border-color 90ms,color 90ms}.fm-project-item:hover{background:var(--bg-hover);color:var(--ink)}.fm-project-item--active{background:var(--crema-dim);border-color:var(--border-subtle);color:var(--ink)}.fm-project-item__mark{flex-shrink:0;width:20px;height:20px;display:grid;place-items:center;border-radius:4px;background:var(--bg-elevated);color:var(--ink-muted);font-family:var(--font-mono);font-size:10px;font-weight:700;border:1px solid var(--border-subtle)}.fm-project-item--active .fm-project-item__mark{background:var(--crema);color:#fdf8f5;border-color:var(--crema)}.fm-project-item__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.fm-project-item__name{font-size:11px;font-weight:600;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.fm-project-item__sub{font-family:var(--font-mono);font-size:9px;color:var(--ink-faint);letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-project-item--active .fm-project-item__sub{color:var(--crema)}.fm-project-item__check{flex-shrink:0;padding:2px 5px;border-radius:3px;background:var(--crema-dim);border:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:8px;text-transform:uppercase;color:var(--crema);line-height:1}.fm-dropdown__note{margin:4px 6px 2px;padding:7px 8px;border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--ink-faint);font-size:10px;line-height:1.4}.fm-dropdown__item--active{color:var(--crema);background:var(--crema-dim)}.fm-dropdown__item--danger{color:var(--berry)}.fm-dropdown__item--danger:hover{background:var(--berry-dim);color:var(--berry)}.fm-dropdown__item--create{color:var(--crema)}.fm-dropdown__item--create:hover{background:var(--crema-dim);color:var(--crema)}.fm-dropdown__icon{display:inline-grid;place-items:center;width:14px;font-family:var(--font-mono);font-size:11px;color:currentColor;opacity:.8;margin-right:2px}.fm-dropdown--project .fm-dropdown__item{display:flex;align-items:center;gap:2px;border-radius:var(--radius-sm);padding:6px 8px}.fm-dropdown__divider{height:1px;background:var(--border-subtle);margin:4px 2px}.modal--danger:before{background:linear-gradient(90deg,transparent,var(--berry) 22%,var(--berry) 78%,transparent);opacity:.7}.action-button--danger{border-color:var(--berry)!important;background:var(--berry)!important;color:#fdf8f5!important}.action-button--danger:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 0 0 3px var(--berry-dim)}.project-dialog__body{display:flex;flex-direction:column;gap:14px}.project-dialog__field{display:flex;flex-direction:column;gap:6px}.project-dialog__label{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:0;text-transform:uppercase;color:var(--ink-muted);display:flex;flex-direction:column;gap:2px}.project-dialog__label code{font-family:var(--font-mono);font-size:11px;padding:1px 6px;border-radius:3px;background:var(--bg-elevated);color:var(--crema);border:1px solid var(--border-subtle);text-transform:none;letter-spacing:0}.project-dialog__hint{font-family:var(--font-body);font-size:10px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--ink-faint);line-height:1.4}.project-dialog__hint code{display:inline-block;padding:0 4px;margin:0 1px;background:var(--bg-elevated);border-radius:2px;font-size:10px;color:var(--ink-muted);border:none}.project-dialog__input{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--ink);font-family:var(--font-body);font-size:13px;outline:none;transition:border-color .1s,box-shadow .1s}.project-dialog__input:focus{border-color:var(--crema);box-shadow:var(--crema-glow)}.project-dialog__input--mono{font-family:var(--font-mono);font-size:12px}.project-dialog__input--invalid{border-color:var(--berry)}.project-dialog__input--invalid:focus{border-color:var(--berry);box-shadow:0 0 0 3px var(--berry-dim)}.project-dialog__preview{font-family:var(--font-mono);font-size:10px;color:var(--ink-faint);padding:2px 0}.project-dialog__preview strong{color:var(--crema);font-weight:600}.project-dialog__slug-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-elevated)}.project-dialog__slug-card>div{min-width:0;display:grid;gap:2px}.project-dialog__slug-label{font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:0;text-transform:uppercase;color:var(--ink-faint)}.project-dialog__link-button{flex-shrink:0;padding:5px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--crema);font-size:11px;font-weight:600}.project-dialog__link-button:hover{background:var(--crema-dim);border-color:var(--crema)}.project-dialog__error{font-family:var(--font-mono);font-size:10px;color:var(--berry);line-height:1.4}.project-dialog__danger{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid var(--berry);border-radius:var(--radius-md);background:var(--berry-dim)}.project-dialog__danger-text{margin:0;font-size:12px;line-height:1.5;color:var(--ink)}.project-dialog__danger-text strong{color:var(--berry);font-family:var(--font-mono);font-size:11px;padding:1px 6px;border-radius:3px;background:#00000026}.fm-row{cursor:pointer;-webkit-user-select:none;user-select:none}.fm-row__chevron{display:inline-block;width:10px;text-align:center;color:var(--ink-faint);font-size:12px;transition:transform .12s;flex-shrink:0}.fm-row__chevron--open{transform:rotate(90deg);color:var(--ink-muted)}.fm-row__icon--new{background:var(--slate)}.fm-row__icon--md{background:var(--matcha)}.fm-row__icon--json,.fm-row__icon--yml,.fm-row__icon--yaml{background:var(--chocolate)}.fm-row__icon--toml{background:var(--berry)}.fm-row__rename{flex:1;min-width:0;padding:1px 4px;border:1px solid var(--border-active);border-radius:3px;background:var(--bg-input);font-family:var(--font-mono);font-size:11px;outline:none;color:var(--ink)}.fm-empty{display:flex;flex-direction:column;gap:4px;padding:12px;font-size:11px;color:var(--ink-faint);line-height:1.35}.fm-empty strong{color:var(--ink-muted);font-size:11px}.fm-empty span{color:var(--ink-faint)}.fm-import-error{margin:4px;padding:7px 8px;border:1px solid var(--berry);border-radius:var(--radius-sm);background:var(--berry-dim);color:var(--berry);font-size:11px;line-height:1.35}.fm-contextmenu{position:fixed;min-width:140px;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-panel);z-index:200;padding:4px 0;display:flex;flex-direction:column}.fm-contextmenu button{display:block;width:100%;padding:5px 10px;border:none;background:transparent;text-align:left;font-size:11px;color:var(--ink-secondary);cursor:pointer}.fm-contextmenu button:hover{background:var(--bg-hover);color:var(--ink)}.fm-contextmenu__danger{color:var(--berry)}.tab{display:inline-flex;align-items:center;gap:6px}.tab__name{pointer-events:none}.tab__close{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;font-size:12px;line-height:1;color:var(--ink-faint);cursor:pointer}.tab__close:hover{background:var(--bg-hover);color:var(--berry)}.workspace__empty{flex:1;display:grid;place-items:center;color:var(--ink-faint);font-size:12px}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at top,#100a089e,#100a08d1);-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);animation:modal-fade-in .14s ease-out}[data-theme=light] .modal-overlay{background:radial-gradient(ellipse at top,#3e27232e,#3e27236b)}.modal{position:relative;width:min(520px,100%);max-height:min(85vh,720px);display:flex;flex-direction:column;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-panel),0 0 0 1px var(--border-subtle) inset,var(--crema-glow);overflow:hidden;animation:modal-scale-in .18s cubic-bezier(.2,.9,.25,1.1)}.modal:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--crema) 22%,var(--crema) 78%,transparent);opacity:.55;pointer-events:none}.modal--wide{width:min(960px,100%);max-width:960px;max-height:85vh}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px 14px;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.modal__title{margin:0 0 4px;font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:0;color:var(--crema)}.modal__subtitle{margin:0;font-size:11px;line-height:1.5;color:var(--ink-muted);max-width:56ch}.modal__close{flex-shrink:0;width:26px;height:26px;display:grid;place-items:center;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--ink-faint);font-size:18px;line-height:1;transition:all .1s}.modal__close:hover{background:var(--bg-hover);color:var(--berry);border-color:var(--border)}.modal__close:focus-visible{outline:none;border-color:var(--crema);box-shadow:var(--crema-glow)}.modal__body{flex:1;min-height:0;padding:14px 18px 18px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-active) transparent}.modal__body::-webkit-scrollbar{width:8px}.modal__body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.modal__body::-webkit-scrollbar-thumb:hover{background:var(--border-active)}.modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px 16px;border-top:1px solid var(--border-subtle);flex-shrink:0}.modal__skeleton{display:flex;flex-direction:column;gap:8px;padding:6px 0}.modal__skeleton-row{height:36px;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--bg-elevated) 0%,var(--bg-hover) 50%,var(--bg-elevated) 100%);background-size:200% 100%;animation:modal-shimmer 1.4s ease-in-out infinite}.modal__skeleton-row:nth-child(2){width:88%;animation-delay:.12s}.modal__skeleton-row:nth-child(3){width:70%;animation-delay:.24s}@keyframes modal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.action-button--accent{border-color:var(--matcha)!important;color:var(--matcha)!important;background:var(--matcha-dim)!important}.sync-review__body{display:flex;flex-direction:column;gap:14px;padding:4px 0}.sync-review__empty{padding:20px;color:var(--ink-muted);font-size:12px;text-align:center}.sync-review__resolved{font-size:11px;color:var(--ink-muted)}.sync-review__resolved summary{cursor:pointer;padding:6px 0}.sync-proposal{border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;background:var(--bg-panel);display:flex;flex-direction:column;gap:10px}.sync-proposal--done{flex-direction:row;align-items:center;gap:8px;padding:6px 10px;background:transparent}.sync-proposal__header{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-secondary)}.sync-proposal__kind{text-transform:uppercase;font-family:var(--font-mono);font-size:9px;letter-spacing:0;color:var(--slate);padding:2px 6px;border:1px solid var(--border-subtle);border-radius:3px}.sync-proposal__title{font-weight:600;color:var(--ink)}.sync-proposal__confidence{margin-left:auto;font-family:var(--font-mono);font-size:9px;padding:2px 6px;border-radius:3px;text-transform:uppercase}.sync-proposal__confidence--high{color:var(--matcha);background:var(--matcha-dim)}.sync-proposal__confidence--medium{color:var(--crema);background:var(--crema-dim)}.sync-proposal__confidence--low{color:var(--berry);background:var(--berry-dim)}.sync-proposal__rationale{margin:0;font-size:11px;color:var(--ink-muted);line-height:1.5;font-style:italic}.sync-proposal__columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sync-proposal__column{display:flex;flex-direction:column;gap:4px}.sync-proposal__label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:0;color:var(--ink-faint)}.sync-proposal__pre,.sync-proposal__textarea{font-family:var(--font-mono);font-size:11px;line-height:1.5;color:var(--ink);background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;min-height:120px;max-height:260px;overflow:auto;white-space:pre-wrap;word-break:break-word;resize:vertical}.sync-proposal__pre--original{opacity:.8;background:transparent}.sync-proposal__textarea:focus{outline:none;border-color:var(--border-active);box-shadow:var(--crema-glow)}.sync-proposal__actions{display:flex;justify-content:flex-end;gap:8px}.sync-proposal__status{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;padding:2px 6px;border-radius:3px}.sync-proposal__status--applied{color:var(--matcha);background:var(--matcha-dim)}.sync-proposal__status--dismissed{color:var(--ink-faint);background:var(--bg-hover)}.sync-proposal__status--failed{color:var(--berry);background:var(--berry-dim)}.auth-gate{min-height:100vh;display:grid;place-items:center;background:linear-gradient(180deg,color-mix(in srgb,var(--bg-panel) 52%,transparent),transparent 42%),var(--bg-root);padding:24px}.auth-gate__card{width:min(392px,100%);display:flex;flex-direction:column;gap:13px;padding:28px 26px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-panel);box-shadow:var(--shadow-panel)}.auth-gate__brand{display:flex;align-items:center;gap:8px;margin-bottom:4px}.auth-gate__title{font-family:var(--font-mono);font-size:14px;font-weight:600;letter-spacing:0;color:var(--ink-secondary)}.auth-gate__mode{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:3px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-input)}.auth-gate__mode-button{height:30px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--ink-muted);font-size:11px;font-weight:700}.auth-gate__mode-button:hover{color:var(--ink);background:var(--bg-hover)}.auth-gate__mode-button--active{border-color:var(--border);background:var(--bg-elevated);color:var(--crema);box-shadow:var(--crema-glow)}.auth-gate__heading{margin:0;font-size:17px;font-weight:600;color:var(--ink)}.auth-gate__subtitle{margin:0 0 8px;font-size:12px;line-height:1.55;color:var(--ink-muted)}.auth-gate__field{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--ink-faint);text-transform:uppercase;letter-spacing:0;font-weight:600}.auth-gate__field input{padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--ink);font-family:var(--font-mono);font-size:12px;outline:none;letter-spacing:0;text-transform:none;font-weight:400}.auth-gate__field input:focus{border-color:var(--border-active);box-shadow:var(--crema-glow)}.auth-gate__help{margin-top:1px;color:var(--ink-faint);font-size:10px;line-height:1.35;text-transform:none;letter-spacing:0;font-weight:400}.auth-gate__error{padding:8px 10px;border-radius:var(--radius-sm);background:var(--berry-dim);color:var(--berry);font-size:11px;font-family:var(--font-mono)}.auth-gate__switch{background:none;border:none;padding:6px;color:var(--ink-muted);font-size:11px;text-align:center;cursor:pointer}.auth-gate__switch:hover{color:var(--crema)}.auth-gate__footnote{margin:-2px 0 0;color:var(--ink-faint);font-size:11px;line-height:1.45;text-align:center}.topbar__user{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 10px;border:1px solid var(--border);border-radius:99px;background:var(--bg-elevated);margin-left:4px}.topbar__user-name{font-family:var(--font-mono);font-size:11px;color:var(--ink-secondary);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__user-logout{border:none;background:transparent;color:var(--ink-faint);cursor:pointer;font-size:12px;line-height:1;padding:2px 4px}.topbar__user-logout:hover{color:var(--berry)}.workspace__header{position:relative}.workspace__presence{position:absolute;right:160px;top:50%;transform:translateY(-50%);display:inline-flex;gap:-2px;pointer-events:none}.workspace__presence-chip{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:2px solid var(--bg-surface);margin-left:-6px;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#fff;pointer-events:auto}.workspace__live{font-family:var(--font-mono);font-size:10px;color:var(--matcha);margin-right:6px;letter-spacing:0}.modal__title-accent{font-family:var(--font-mono);font-size:12px;padding:2px 7px;margin-left:4px;border-radius:4px;background:var(--crema-dim);color:var(--crema);border:1px solid var(--border-subtle);letter-spacing:0;vertical-align:1px}.modal__error{margin-top:12px;padding:8px 10px;border:1px solid var(--berry);border-radius:var(--radius-sm);background:var(--berry-dim);color:var(--berry);font-family:var(--font-mono);font-size:11px;line-height:1.45}.collab-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.collab-empty{padding:18px 12px;border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--ink-muted);font-size:11px;text-align:center;font-style:italic}.collab-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-surface);transition:border-color .12s,background .12s}.collab-row:hover{border-color:var(--border)}.collab-row--owner{border-color:var(--crema);background:var(--crema-dim)}.collab-row--danger{border-color:var(--berry);background:var(--berry-dim)}.collab-row strong{display:block;font-family:var(--font-body);font-weight:600;font-size:12px;color:var(--ink);line-height:1.3}.collab-row__identity{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.collab-row__email{font-family:var(--font-mono);font-size:10px;color:var(--ink-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collab-avatar{flex-shrink:0;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--bg-elevated);color:var(--ink-secondary);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:0;border:1px solid var(--border-subtle)}.collab-avatar--owner{background:linear-gradient(135deg,var(--crema),var(--chocolate));color:#fdf8f5;border-color:var(--crema);box-shadow:var(--crema-glow)}.collab-row__role{flex-shrink:0;font-family:var(--font-mono);font-size:9px;text-transform:uppercase;letter-spacing:0;padding:3px 7px;border-radius:99px;background:var(--bg-elevated);color:var(--ink-secondary);border:1px solid var(--border-subtle)}.collab-row__role--owner{background:var(--crema-dim);color:var(--crema);border-color:var(--crema)}.collab-row__role--editor{background:var(--matcha-dim);color:var(--matcha);border-color:#7a9e5059}.collab-row__role--viewer{background:var(--slate-dim);color:var(--slate);border-color:#7db3d44d}.collab-row__remove{flex-shrink:0;padding:4px 8px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--ink-faint);font-family:var(--font-mono);font-size:10px;text-transform:lowercase;transition:all .1s}.collab-row__remove:hover{color:var(--berry);border-color:var(--berry);background:var(--berry-dim)}.collab-row__confirm{display:flex;gap:4px;flex-shrink:0}.collab-row__confirm-yes,.collab-row__confirm-no{padding:4px 8px;border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:10px;text-transform:lowercase;transition:all .1s}.collab-row__confirm-yes{border:1px solid var(--berry);background:var(--berry);color:#fdf8f5}.collab-row__confirm-yes:hover:not(:disabled){filter:brightness(1.12)}.collab-row__confirm-yes:disabled{opacity:.5;pointer-events:none}.collab-row__confirm-no{border:1px solid var(--border);background:transparent;color:var(--ink-muted)}.collab-row__confirm-no:hover:not(:disabled){color:var(--ink);border-color:var(--ink-faint)}.collab-invite{margin-top:16px;padding-top:14px;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:6px}.collab-invite__label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:0;color:var(--ink-faint)}.collab-invite__row{display:flex;gap:6px;align-items:stretch}.collab-invite__input,.collab-invite__select{padding:7px 9px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--ink);font-family:var(--font-mono);font-size:11px;outline:none;transition:border-color .1s,box-shadow .1s}.collab-invite__input{flex:1;min-width:0}.collab-invite__input:focus,.collab-invite__select:focus{border-color:var(--crema);box-shadow:var(--crema-glow)}.collab-invite__input--invalid{border-color:var(--berry)}.collab-invite__input--invalid:focus{border-color:var(--berry);box-shadow:0 0 0 3px var(--berry-dim)}.collab-invite__hint{margin:0;font-size:10px;color:var(--ink-muted);line-height:1.45}.cm-ySelection{background-color:#c19a6b26}.cm-ySelectionCaret{position:relative;border-left:1px solid currentColor;border-right:1px solid currentColor;border-top:1px solid currentColor;border-bottom:1px solid currentColor;margin-left:-1px;margin-right:-1px;pointer-events:none}.cm-ySelectionCaretDot{border-radius:50%;width:4px;height:4px;top:-3px;left:-2px;background-color:inherit;position:absolute}.cm-ySelectionInfo{position:absolute;top:-1.05em;left:-1px;font-size:.65em;font-family:var(--font-mono);font-weight:600;line-height:normal;-webkit-user-select:none;user-select:none;color:#fff;padding:2px 4px;z-index:100;opacity:0;transition:opacity .3s ease-in-out;white-space:nowrap}.cm-ySelectionCaret:hover>.cm-ySelectionInfo,.cm-ySelectionInfo:hover{opacity:1}
