:root,[data-atom-skin=default]{--atom-color-bg: #f5f6f8;--atom-color-bg-raised: #ffffff;--atom-color-bg-inset: #eef0f3;--atom-color-border: #e2e5ea;--atom-color-border-strong: #c9cedb;--atom-color-text: #1a202c;--atom-color-text-dim: #5f6b7c;--atom-color-accent: #e87722;--atom-color-accent-soft: rgb(232 119 34 / .1);--atom-color-good: #16a34a;--atom-color-warn: #d97706;--atom-color-bad: #dc2626;--atom-radius-md: 10px;--atom-radius-sm: 8px;--atom-font-sans: "Open Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--bg: var(--atom-color-bg);--bg-raised: var(--atom-color-bg-raised);--bg-inset: var(--atom-color-bg-inset);--border: var(--atom-color-border);--border-strong: var(--atom-color-border-strong);--text: var(--atom-color-text);--text-dim: var(--atom-color-text-dim);--accent: var(--atom-color-accent);--accent-soft: var(--atom-color-accent-soft);--good: var(--atom-color-good);--warn: var(--atom-color-warn);--bad: var(--atom-color-bad);--radius: var(--atom-radius-md)}.atom-surface{font-family:var(--atom-font-sans);color:var(--atom-color-text)}[data-atom-skin=dark]{--atom-color-bg: #0d1117;--atom-color-bg-raised: #161c26;--atom-color-bg-inset: #10151d;--atom-color-border: #2a3342;--atom-color-border-strong: #3d4a5f;--atom-color-text: #e6ebf2;--atom-color-text-dim: #93a1b5;--atom-color-accent: #5aa9ff;--atom-color-accent-soft: rgba(90, 169, 255, .14);--atom-color-good: #3fca7c;--atom-color-warn: #e6b34d;--atom-color-bad: #ef6a6a;--bg: var(--atom-color-bg);--bg-raised: var(--atom-color-bg-raised);--bg-inset: var(--atom-color-bg-inset);--border: var(--atom-color-border);--border-strong: var(--atom-color-border-strong);--text: var(--atom-color-text);--text-dim: var(--atom-color-text-dim);--accent: var(--atom-color-accent);--accent-soft: var(--atom-color-accent-soft);--good: var(--atom-color-good);--warn: var(--atom-color-warn);--bad: var(--atom-color-bad)}[data-atom-skin=high-contrast]{--atom-color-bg: #000000;--atom-color-bg-raised: #0a0a0a;--atom-color-bg-inset: #000000;--atom-color-border: #ffffff;--atom-color-border-strong: #ffff00;--atom-color-text: #ffffff;--atom-color-text-dim: #e0e0e0;--atom-color-accent: #00ffff;--atom-color-accent-soft: rgba(0, 255, 255, .2);--atom-color-good: #00ff66;--atom-color-warn: #ffcc00;--atom-color-bad: #ff4444;--bg: var(--atom-color-bg);--bg-raised: var(--atom-color-bg-raised);--bg-inset: var(--atom-color-bg-inset);--border: var(--atom-color-border);--border-strong: var(--atom-color-border-strong);--text: var(--atom-color-text);--text-dim: var(--atom-color-text-dim);--accent: var(--atom-color-accent);--accent-soft: var(--atom-color-accent-soft);--good: var(--atom-color-good);--warn: var(--atom-color-warn);--bad: var(--atom-color-bad)}.auth-modal-overlay{align-items:center;padding:16px}.auth-modal{width:min(440px,100%);max-height:min(90vh,720px);display:flex;flex-direction:column;background:var(--shell-raised-bg);border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg);box-shadow:var(--shell-shadow-sm);overflow:hidden}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 0;flex-shrink:0}.auth-modal-header h2{margin:0;font-size:20px;font-weight:600;letter-spacing:-.02em}.auth-modal-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);cursor:pointer}.auth-modal-close:hover{color:var(--shell-text);border-color:var(--shell-border-strong)}.auth-modal-body{flex:1;min-height:0;display:flex;flex-direction:column;padding:20px 24px 24px;overflow:hidden}.auth-stepper{margin-bottom:20px;flex-shrink:0}.auth-stepper-list{list-style:none;margin:0;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.auth-stepper-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;position:relative}.auth-stepper-item:not(:last-child):after{content:"";position:absolute;top:14px;left:calc(50% + 16px);right:calc(-50% + 16px);height:1px;background:var(--shell-border)}.auth-stepper-item--completed:not(:last-child):after{background:var(--shell-text)}.auth-stepper-node{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:12px;font-weight:600;position:relative;z-index:1}.auth-stepper-item--active .auth-stepper-node{background:var(--shell-status-active);color:#fff;border:none}.auth-stepper-item--completed .auth-stepper-node{background:var(--shell-text);color:var(--shell-raised-bg);border:none}.auth-stepper-item--upcoming .auth-stepper-node{background:var(--shell-raised-bg);color:var(--shell-text-muted);border:1px solid var(--shell-border-strong)}.auth-stepper-label{font-size:11px;color:var(--shell-text-muted);text-align:center;line-height:1.3}.auth-stepper-item--active .auth-stepper-label{color:var(--shell-text);font-weight:500}.auth-slides{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;position:relative}.auth-slides-track{display:flex;align-items:flex-start;transition:transform .32s cubic-bezier(.4,0,.2,1)}.auth-slide{flex:0 0 100%;min-width:0;display:flex;flex-direction:column;gap:14px}.auth-slide-title{margin:0;font-size:15px;font-weight:600}.auth-slide-desc{margin:-6px 0 0;font-size:13px;line-height:1.5;color:var(--shell-text-muted)}.auth-radio-stack{display:flex;flex-direction:column;gap:10px}.auth-modal-body>.atom-note-error{flex-shrink:0;margin:0 0 8px}.auth-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0;margin-top:12px;padding-top:12px;border-top:1px solid var(--shell-border)}.auth-actions-row{display:flex;gap:10px}.auth-actions-row .atom-btn{flex:1}.auth-provision-list{list-style:none;margin:0;padding:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);overflow:hidden}.auth-provision-list li{display:flex;align-items:center;gap:10px;padding:12px 14px;font-size:13px;border-bottom:1px solid var(--shell-border)}.auth-provision-list li:last-child{border-bottom:none}.auth-spinner{width:18px;height:18px;border:2px solid var(--shell-border);border-top-color:var(--shell-text);border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-confirm-thanks{color:var(--shell-text)}.auth-slide .auth-spinner{margin-top:12px}@media(max-width:480px){.auth-modal-header,.auth-modal-body{padding-left:18px;padding-right:18px}.auth-stepper-label{font-size:10px}}.atom-marketing{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--shell-main-bg);color:var(--shell-text)}.atom-marketing-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg)}.atom-marketing-brand{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:600;letter-spacing:-.02em;color:inherit;text-decoration:none}.atom-marketing-brand-mark{width:28px;height:28px;border-radius:var(--shell-radius-sm);background:var(--shell-cta-bg);color:var(--shell-cta-text);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.atom-marketing-nav-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.atom-marketing-main{flex:1;width:min(960px,100%);margin:0 auto;padding:48px 24px 64px}.atom-marketing-hero{text-align:center;max-width:640px;margin:0 auto 56px}.atom-marketing-hero h1{margin:0 0 16px;font-size:clamp(32px,5vw,44px);font-weight:600;letter-spacing:-.03em;line-height:1.1}.atom-marketing-hero p{margin:0 0 28px;font-size:17px;line-height:1.55;color:var(--shell-text-muted)}.atom-marketing-hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.atom-marketing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.atom-marketing-card{background:var(--shell-raised-bg);border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg);padding:24px}.atom-marketing-card h2{margin:0 0 8px;font-size:18px;font-weight:600;letter-spacing:-.02em}.atom-marketing-card p{margin:0 0 16px;font-size:14px;line-height:1.55;color:var(--shell-text-muted)}.atom-marketing-card ul{margin:0 0 16px;padding-left:18px;font-size:14px;line-height:1.6;color:var(--shell-text-muted)}.atom-marketing-card a{color:var(--shell-text);font-weight:500}.atom-marketing-card a:hover{text-decoration:underline;text-underline-offset:3px}.atom-marketing-code{display:block;margin:0 0 16px;padding:12px 14px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg);font-family:var(--shell-font-mono);font-size:13px;overflow-x:auto}.atom-marketing-footer{padding:28px 24px;border-top:1px solid var(--shell-border);text-align:center;font-size:13px;color:var(--shell-text-muted)}.atom-marketing-footer-tagline{margin:0 0 8px}.atom-marketing-footer-pricing{margin:0 0 16px;font-size:12px}.atom-marketing-footer-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.atom-marketing-footer-links a{color:var(--shell-text);text-decoration:none}.atom-marketing-footer-links a:hover{text-decoration:underline;text-underline-offset:3px}.atom-beta-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--shell-radius-full);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:var(--shell-status-active);color:#fff}.atom-beta-badge--large{padding:6px 14px;font-size:12px}.atom-marketing-eyebrow{margin:0 0 12px;font-size:13px;font-weight:500;color:var(--shell-text-muted)}.atom-lead{margin:0 0 24px;font-size:17px;line-height:1.6;color:var(--shell-text-muted)}.atom-marketing-section{margin-bottom:48px}.atom-marketing-section h2{margin:0 0 16px;font-size:22px;font-weight:600;letter-spacing:-.02em}.atom-marketing-callout{padding:28px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg);background:var(--shell-raised-bg)}.atom-marketing-callout p{margin:0 0 12px;line-height:1.65;color:var(--shell-text-muted)}.atom-marketing-callout p:last-child{margin-bottom:0}.atom-steps-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.atom-step-card{padding:20px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg);background:var(--shell-raised-bg)}.atom-step-num{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:var(--shell-text);color:var(--shell-raised-bg);font-size:13px;font-weight:600;margin-bottom:12px}.atom-step-card h3{margin:0 0 8px;font-size:16px}.atom-step-card p{margin:0;font-size:14px;line-height:1.55;color:var(--shell-text-muted)}.atom-pricing-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;border:1px solid var(--shell-border-strong);border-radius:var(--shell-radius-lg);background:var(--shell-inset-bg)}.atom-pricing-banner h2{margin:0 0 8px}.atom-pricing-banner p{margin:0;font-size:14px;line-height:1.55;color:var(--shell-text-muted);max-width:52ch}.atom-nav-dropdown{position:relative}.atom-nav-dropdown summary{list-style:none;cursor:pointer}.atom-nav-dropdown summary::-webkit-details-marker{display:none}.atom-nav-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;padding:6px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-raised-bg);box-shadow:var(--shell-shadow-sm);z-index:20}.atom-nav-dropdown-menu a,.atom-nav-dropdown-menu button{display:block;width:100%;padding:10px 12px;border:none;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text);font:inherit;font-size:13px;text-align:left;text-decoration:none;cursor:pointer}.atom-nav-dropdown-menu a:hover,.atom-nav-dropdown-menu button:hover{background:var(--shell-hover-bg)}.atom-page h1{margin:0 0 16px;font-size:clamp(28px,4vw,36px);font-weight:600;letter-spacing:-.03em}.atom-legal section{margin-top:28px}.atom-legal h2{margin:0 0 10px;font-size:18px}.atom-legal p,.atom-legal ul{margin:0 0 12px;line-height:1.6;color:var(--shell-text-muted)}.atom-screenshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:28px 0 40px}.atom-screenshot-frame{margin:0}.atom-screenshot-placeholder{display:flex;align-items:center;justify-content:center;min-height:180px;border:1px dashed var(--shell-border-strong);border-radius:var(--shell-radius-lg);background:var(--shell-inset-bg);color:var(--shell-text-subtle);font-size:13px}.atom-screenshot-frame figcaption{margin-top:10px;font-size:13px;color:var(--shell-text-muted);line-height:1.5}.atom-inline-link{padding:0;border:none;background:none;color:var(--shell-text);font:inherit;font-weight:500;text-decoration:underline;cursor:pointer}.atom-demo-page{max-width:620px;margin:0 auto}.atom-demo-status-list li{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.atom-demo-status-detail{display:block;font-size:12px;color:var(--shell-text-muted);margin-top:2px}.atom-demo-status-label{font-size:12px;color:var(--shell-text-muted)}.atom-demo-explainer{margin-top:40px;padding-top:28px;border-top:1px solid var(--shell-border)}.atom-demo-explainer h2{margin:0 0 12px;font-size:18px}.atom-demo-explainer ol{margin:0;padding-left:20px;line-height:1.65;color:var(--shell-text-muted)}.atom-demo-status-list{list-style:none;margin:20px 0;padding:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);overflow:hidden}.atom-demo-status-list li{display:flex;align-items:center;gap:10px;padding:12px 14px;font-size:13px;border-bottom:1px solid var(--shell-border)}.atom-demo-status-list li:last-child{border-bottom:none}@media(max-width:720px){.atom-marketing-grid,.atom-steps-row,.atom-screenshot-grid{grid-template-columns:1fr}.atom-pricing-banner{flex-direction:column;align-items:flex-start}.atom-marketing-nav{padding:12px 16px}.atom-marketing-main{padding:32px 16px 48px}}@media(max-width:480px){.atom-marketing-nav-links .atom-btn-ghost:not(.atom-marketing-nav-cta){display:none}}:root,[data-atom-skin=default]{--shell-sidebar-bg: #ffffff;--shell-main-bg: #f5f5f5;--shell-raised-bg: #ffffff;--shell-inset-bg: #fafafa;--shell-border: #e0e0e0;--shell-border-strong: #cccccc;--shell-text: #000000;--shell-text-muted: #666666;--shell-text-subtle: #999999;--shell-cta-bg: #000000;--shell-cta-text: #ffffff;--shell-cta-hover: #1a1a1a;--shell-status-active: #e87722;--shell-status-active-soft: rgb(232 119 34 / .12);--shell-accent: var(--shell-status-active);--shell-accent-hover: #f0923a;--shell-accent-soft: var(--shell-status-active-soft);--shell-accent-border: rgb(232 119 34 / .35);--shell-accent-text: #ffffff;--shell-success: #16a34a;--shell-success-soft: rgb(22 163 74 / .1);--shell-warn: #d97706;--shell-warn-soft: rgb(217 119 6 / .1);--shell-danger: #dc2626;--shell-hover-bg: rgb(0 0 0 / .04);--shell-hover-bg-strong: rgb(0 0 0 / .06);--shell-shadow-sm: 0 1px 2px rgb(0 0 0 / .06);--shell-overlay: rgb(0 0 0 / .45)}[data-atom-skin=dark]{--shell-sidebar-bg: #000000;--shell-main-bg: #0a0a0a;--shell-raised-bg: #141414;--shell-inset-bg: #000000;--shell-border: #1f1f1f;--shell-border-strong: #333333;--shell-text: #ffffff;--shell-text-muted: #999999;--shell-text-subtle: #666666;--shell-cta-bg: #ffffff;--shell-cta-text: #000000;--shell-cta-hover: #e5e5e5;--shell-status-active: #e87722;--shell-status-active-soft: rgb(232 119 34 / .18);--shell-accent: var(--shell-status-active);--shell-accent-hover: #f0923a;--shell-accent-soft: var(--shell-status-active-soft);--shell-accent-border: rgb(232 119 34 / .45);--shell-accent-text: #000000;--shell-success: #34d399;--shell-success-soft: rgb(52 211 153 / .12);--shell-warn: #fbbf24;--shell-warn-soft: rgb(251 191 36 / .12);--shell-danger: #f87171;--shell-hover-bg: rgb(255 255 255 / .04);--shell-hover-bg-strong: rgb(255 255 255 / .06);--shell-shadow-sm: 0 1px 2px rgb(0 0 0 / .4);--shell-overlay: rgb(0 0 0 / .65)}[data-atom-skin=high-contrast]{--shell-sidebar-bg: #000000;--shell-main-bg: #000000;--shell-raised-bg: #0a0a0a;--shell-inset-bg: #000000;--shell-border: #ffffff;--shell-border-strong: #ffff00;--shell-text: #ffffff;--shell-text-muted: #e0e0e0;--shell-text-subtle: #cccccc;--shell-cta-bg: #ffffff;--shell-cta-text: #000000;--shell-cta-hover: #e5e5e5;--shell-status-active: #e87722;--shell-accent: var(--shell-status-active);--shell-accent-hover: #f0923a;--shell-accent-soft: rgb(232 119 34 / .2);--shell-accent-border: #e87722;--shell-accent-text: #000000;--shell-success: #00ff66;--shell-success-soft: rgb(0 255 102 / .15);--shell-warn: #ffcc00;--shell-warn-soft: rgb(255 204 0 / .15);--shell-danger: #ff4444;--shell-hover-bg: rgb(255 255 255 / .08);--shell-hover-bg-strong: rgb(255 255 255 / .12);--shell-shadow-sm: none;--shell-overlay: rgb(0 0 0 / .75)}:root{--shell-radius: 8px;--shell-radius-sm: 6px;--shell-radius-lg: 12px;--shell-radius-full: 9999px;--shell-sidebar-width: 248px;--shell-font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--shell-font-mono: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace}.shell,.atom-marketing,.atom-auth-modal{--bg: var(--shell-main-bg);--bg-raised: var(--shell-raised-bg);--bg-inset: var(--shell-inset-bg);--border: var(--shell-border);--border-strong: var(--shell-border-strong);--text: var(--shell-text);--text-dim: var(--shell-text-muted);--text-muted: var(--shell-text-muted);--accent: var(--shell-status-active);--accent-soft: var(--shell-status-active-soft);--good: var(--shell-success);--warn: var(--shell-warn);--bad: var(--shell-danger);--radius: var(--shell-radius);--radius-sm: var(--shell-radius-sm);font-family:var(--shell-font);color:var(--shell-text);background:var(--shell-main-bg)}@media(prefers-reduced-motion:reduce){.shell *,.atom-marketing *,.atom-auth-modal *{animation-duration:.01ms!important;transition-duration:.01ms!important}}.atom-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 18px;border-radius:var(--shell-radius-sm);font-family:inherit;font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.atom-btn:disabled{opacity:.45;cursor:not-allowed}.atom-btn-primary{background:var(--shell-cta-bg);color:var(--shell-cta-text);border:1px solid var(--shell-cta-bg)}.atom-btn-primary:hover:not(:disabled){background:var(--shell-cta-hover);border-color:var(--shell-cta-hover)}.atom-btn-secondary{background:transparent;color:var(--shell-text);border:1px solid var(--shell-border-strong)}.atom-btn-secondary:hover:not(:disabled){background:var(--shell-hover-bg)}.atom-btn-ghost{background:transparent;color:var(--shell-text-muted);border:1px solid transparent;min-height:36px;padding:0 12px}.atom-btn-ghost:hover:not(:disabled){color:var(--shell-text);background:var(--shell-hover-bg)}.atom-btn-icon{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0;background:transparent;border:1px solid transparent;border-radius:var(--shell-radius-sm);color:var(--shell-text-muted);cursor:pointer}.atom-btn-icon:hover:not(:disabled){color:var(--shell-text);background:var(--shell-hover-bg);border-color:var(--shell-border)}.atom-btn:focus-visible,.atom-field input:focus-visible,.atom-field select:focus-visible,.atom-field textarea:focus-visible{outline:2px solid var(--shell-status-active);outline-offset:2px}.atom-field{display:flex;flex-direction:column;gap:6px;font-size:14px}.atom-field-label{font-size:13px;font-weight:500;color:var(--shell-text)}.atom-field-label-row{display:inline-flex;align-items:center;gap:6px}.atom-field-hint-trigger{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:1px solid var(--shell-border);border-radius:50%;background:transparent;color:var(--shell-text-muted);cursor:pointer;flex-shrink:0}.atom-field-hint-trigger:hover,.atom-field-hint-trigger:focus-visible{color:var(--shell-text);border-color:var(--shell-border-strong)}.atom-field-hint-popover{max-width:min(320px,calc(100vw - 32px));margin:0;padding:14px 16px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-raised-bg);box-shadow:var(--shell-shadow-sm);font-size:13px;line-height:1.55;color:var(--shell-text-muted)}.atom-field-hint-popover p{margin:0 0 10px}.atom-field-hint-popover p:last-child{margin-bottom:0}.atom-field-hint-popover a{color:var(--shell-text)}.atom-field-hint-popover code{font-family:var(--shell-font-mono);font-size:.88em}.atom-field input,.atom-field select,.atom-field textarea{width:100%;background:var(--shell-raised-bg);border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);color:var(--shell-text);padding:10px 12px;font:inherit;transition:border-color .15s ease}.atom-field input::placeholder{color:var(--shell-text-subtle)}.atom-field input:hover:not(:disabled){border-color:var(--shell-border-strong)}.atom-radio-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-raised-bg);cursor:pointer;transition:border-color .15s ease,background .15s ease}.atom-radio-card:hover{border-color:var(--shell-border-strong);background:var(--shell-inset-bg)}.atom-radio-card.is-selected{border-color:var(--shell-text);background:var(--shell-inset-bg)}.atom-radio-card.is-disabled{opacity:.55;cursor:not-allowed}.atom-radio-card.is-disabled input{cursor:not-allowed}.atom-radio-card input{margin-top:3px;accent-color:var(--shell-text)}.atom-radio-card strong{display:block;font-size:14px;margin-bottom:2px}.atom-radio-card span{font-size:13px;color:var(--shell-text-muted);line-height:1.4}.atom-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.atom-status-dot--ready{background:var(--shell-text)}.atom-status-dot--pending{background:transparent;border:1px solid var(--shell-border-strong)}.atom-note{margin:0;font-size:13px;line-height:1.5;color:var(--shell-text-muted)}.atom-note-error{color:var(--shell-danger)}.atom-note code{font-family:var(--shell-font-mono);font-size:12px}.chrome-approve,.chrome-decline{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:var(--shell-radius-sm);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.chrome-approve{background:var(--shell-cta-bg);color:var(--shell-cta-text);border:1px solid var(--shell-cta-bg)}.chrome-approve:hover:not(:disabled){background:var(--shell-cta-hover);border-color:var(--shell-cta-hover)}.chrome-decline{background:transparent;color:var(--shell-text);border:1px solid var(--shell-border-strong)}.chrome-decline:hover:not(:disabled){background:var(--shell-hover-bg)}.chrome-approve:disabled,.chrome-decline:disabled{opacity:.45;cursor:not-allowed}.chrome-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.chrome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--shell-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.shell-frame{flex:1;display:flex;min-height:0;min-width:0}.shell-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--shell-main-bg)}.shell-main-body{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.shell-main-header{flex:none;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg)}.shell-main-header-primary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px;min-height:52px}.shell-main-header-secondary{display:flex;align-items:center;gap:12px;padding:6px 20px 8px;border-top:1px solid var(--shell-border);background:var(--shell-inset-bg)}.shell-main-header-start{display:flex;align-items:center;gap:12px;min-width:0}.shell-main-header-titles{min-width:0}.shell-main-header-title{margin:0;font-size:15px;line-height:1.25;font-weight:600;color:var(--shell-text)}.shell-main-header-subtitle{margin:2px 0 0;font-size:12px;line-height:1.35;color:var(--shell-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(560px,55vw)}.shell-main-header-meta{display:flex;align-items:center;gap:14px;flex-shrink:0}.shell-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--shell-text-muted);white-space:nowrap}.shell-meta-item-warn{color:var(--shell-warn)}.shell-meta-dot{width:7px;height:7px;border-radius:var(--shell-radius-full);background:var(--shell-text-subtle);flex:none}.shell-meta-dot-good{background:var(--shell-success)}.shell-meta-dot-warn{background:var(--shell-warn)}.shell-meta-toggle{padding:0;border:none;background:transparent;color:var(--shell-text-muted);font-size:12px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;transition:color .12s ease,text-decoration-color .12s ease}.shell-meta-toggle:hover,.shell-meta-toggle.is-on{color:var(--shell-text);text-decoration-color:var(--shell-border-strong)}.shell-meta-toggle:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px;border-radius:2px}.shell-toolbar-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-subtle)}.shell-segmented{display:inline-flex;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);overflow:hidden;background:var(--shell-raised-bg)}.shell-segmented button{padding:5px 12px;border:none;border-right:1px solid var(--shell-border);background:transparent;color:var(--shell-text-muted);font-size:12px;font-weight:500;cursor:pointer}.shell-segmented button:last-child{border-right:none}.shell-segmented button:hover{color:var(--shell-text);background:var(--shell-hover-bg)}.shell-segmented button.is-active{color:var(--shell-cta-text);background:var(--shell-cta-bg)}.shell-segmented button:focus-visible{outline:2px solid var(--shell-accent);outline-offset:-2px;z-index:1}.shell-mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg);color:var(--shell-text-muted);cursor:pointer}.shell-mobile-nav-toggle:hover{color:var(--shell-text);border-color:var(--shell-border-strong)}.shell-mobile-nav-toggle:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px}.shell-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#00000080}.shell-sidebar-backdrop.is-open{display:block}.shell-sidebar{flex:none;width:var(--shell-sidebar-width);height:100%;border-right:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.shell-sidebar-inner{display:flex;flex-direction:column;height:100%;padding:14px 10px 12px;overflow:hidden}.shell-sidebar-brand{display:flex;align-items:center;gap:10px;padding:2px 8px 14px;margin-bottom:6px}.shell-sidebar-brand-name{font-size:15px;font-weight:600;color:var(--shell-text);letter-spacing:-.01em}.shell-sidebar-nav{flex:1;min-height:0;overflow-y:auto}.shell-sidebar-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.shell-sidebar-nav-item,.shell-sidebar-footer-item{position:relative;display:flex;align-items:center;width:100%;padding:7px 10px;border:none;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);font-size:13px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .1s ease,color .1s ease}.shell-sidebar-nav-item:hover,.shell-sidebar-footer-item:hover{background:var(--shell-hover-bg);color:var(--shell-text)}.shell-sidebar-nav-item.is-active{background:var(--shell-hover-bg-strong);color:var(--shell-text)}.shell-sidebar-nav-item.is-active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:var(--shell-radius-full);background:var(--shell-accent)}.shell-sidebar-nav-item:focus-visible,.shell-sidebar-footer-item:focus-visible{outline:2px solid var(--shell-accent);outline-offset:1px}.shell-sidebar-nav-icon{flex:none;color:inherit;opacity:.85}.shell-sidebar-nav-label{margin-left:10px;flex:1;min-width:0}.shell-sidebar-badge{flex:none;min-width:18px;height:18px;padding:0 5px;border-radius:var(--shell-radius-full);background:var(--shell-accent-soft);color:var(--shell-accent);font-size:10px;font-weight:600;line-height:18px;text-align:center}.shell-sidebar-badge-warn{background:var(--shell-warn-soft);color:var(--shell-warn)}.shell-sidebar-footer{flex:none;margin-top:auto;padding-top:10px;border-top:1px solid var(--shell-border)}.shell-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid transparent;border-radius:var(--shell-radius-sm);font-family:var(--shell-font);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.shell-btn-primary{padding:10px 18px;background:var(--shell-accent);color:var(--shell-accent-text);border-color:var(--shell-accent-border)}.shell-btn-primary:hover:not(:disabled){background:var(--shell-accent-hover)}.shell-btn-primary:focus-visible{outline:2px solid var(--shell-text);outline-offset:2px}.shell-btn-secondary{padding:8px 14px;background:transparent;border-color:var(--shell-border-strong);color:var(--shell-text)}.shell-btn-secondary:hover{background:var(--shell-hover-bg)}.shell-btn:disabled{opacity:.45;cursor:not-allowed}.shell-panel-view{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--shell-main-bg)}.shell-panel-view>.panel-view{flex:1;min-height:0}.shell-panel-view--inset{background:var(--shell-main-bg)}@media(max-width:900px){.shell-mobile-nav-toggle{display:inline-flex}.shell-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-100%);transition:transform .18s ease;box-shadow:var(--shell-shadow-sm)}.shell-sidebar.is-open{transform:translate(0)}.shell-main-header-meta{display:none}}@media(min-width:901px){.shell-sidebar-backdrop{display:none!important}}.panel-view{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--shell-main-bg)}.panel-toolbar{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 20px;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg);min-height:44px}.panel-toolbar-meta{font-size:12px;color:var(--shell-text-muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-toolbar-meta code{font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;color:var(--shell-text)}.panel-toolbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.panel-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.panel-body-scroll{flex:1;min-height:0;overflow:auto;padding:20px}.panel-content{max-width:680px}.panel-content-wide{max-width:720px}.panel-master-detail{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);min-height:0;flex:1}.panel-list{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.panel-list-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-bottom:1px solid var(--shell-border);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--shell-text-subtle)}.panel-list-scroll{list-style:none;margin:0;padding:6px;overflow-y:auto;flex:1}.panel-detail{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--shell-main-bg);overflow:hidden}.panel-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg)}.panel-detail-identity{display:flex;align-items:center;gap:10px;min-width:0}.panel-detail-title{display:block;font-size:14px;font-weight:600;color:var(--shell-text);line-height:1.3}.panel-detail-subtitle{display:block;margin-top:2px;font-size:12px;color:var(--shell-text-muted);line-height:1.35}.panel-detail-subtitle.is-warn{color:var(--shell-warn)}.panel-detail-subtitle.is-secure{color:var(--shell-success)}.panel-detail-actions{display:flex;gap:6px;flex-shrink:0}.panel-empty{padding:24px 16px;font-size:13px;color:var(--shell-text-muted);line-height:1.5}.panel-empty.comms-no-selection{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:320px;margin:0 auto}.panel-empty strong{display:block;color:var(--shell-text);font-size:14px;margin-bottom:6px}.panel-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:1px solid transparent;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text);text-align:left;cursor:pointer;transition:background-color .1s ease,border-color .1s ease}.panel-row:hover{background:var(--shell-hover-bg)}.panel-row.is-selected{background:var(--shell-hover-bg-strong);border-color:var(--shell-accent-border)}.panel-row:focus-visible{outline:2px solid var(--shell-accent);outline-offset:1px}.panel-avatar{flex:none;width:32px;height:32px;border-radius:var(--shell-radius-full);display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--shell-accent);background:var(--shell-accent-soft);border:1px solid var(--shell-accent-border)}.panel-avatar-lg{width:36px;height:36px;font-size:12px}.panel-row-body{flex:1;min-width:0}.panel-row-title{display:block;font-size:13px;font-weight:500;color:var(--shell-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-row-meta{display:block;margin-top:2px;font-size:11px;color:var(--shell-text-subtle);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-btn{padding:6px 12px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-raised-bg);color:var(--shell-text);font-size:12px;font-weight:500;cursor:pointer}.panel-btn:hover:not(:disabled){border-color:var(--shell-border-strong);background:var(--shell-hover-bg)}.panel-btn.is-active{border-color:var(--shell-accent-border);background:var(--shell-accent-soft);color:var(--shell-accent)}.panel-btn:disabled{opacity:.45;cursor:not-allowed}.panel-btn:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px}.panel-btn-ghost{padding:4px 8px;border:none;background:transparent;color:var(--shell-text-muted);font-size:12px;cursor:pointer}.panel-btn-ghost:hover{color:var(--shell-text)}.panel-btn-primary{background:var(--shell-accent);color:var(--shell-accent-text);border-color:var(--shell-accent-border)}.panel-btn-primary:hover:not(:disabled){background:var(--shell-accent-hover)}.panel-btn-danger{border-color:#f8717159;color:var(--shell-danger)}.panel-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0}.panel-btn-icon svg{width:16px;height:16px}.panel-btn-icon.panel-btn-danger:hover:not(:disabled){border-color:#f871718c;background:#f8717114}.panel-input,.panel-textarea,.panel-select{display:block;width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg);color:var(--shell-text);font-size:13px;font-family:inherit}.panel-input:focus,.panel-textarea:focus,.panel-select:focus{outline:none;border-color:var(--shell-accent-border);box-shadow:0 0 0 1px var(--shell-accent)}.panel-textarea{resize:vertical;min-height:72px}.panel-search-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 20px;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg)}.panel-search-bar .panel-input{flex:1;min-width:160px}.panel-search-bar .panel-select{width:auto;min-width:120px}.discover-results{list-style:none;margin:0;padding:0}.discover-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 16px;align-items:center;padding:12px 20px;border-bottom:1px solid var(--shell-border)}.discover-row:hover{background:var(--shell-hover-bg)}.discover-row-main{min-width:0}.discover-row-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px;font-weight:600;color:var(--shell-text)}.discover-kind{display:inline-flex;padding:2px 8px;border-radius:var(--shell-radius-full);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--shell-accent);background:var(--shell-accent-soft);border:1px solid var(--shell-accent-border)}.discover-row-meta{margin-top:4px;font-size:12px;color:var(--shell-text-muted);line-height:1.4}.discover-row-actions{display:flex;gap:6px;flex-shrink:0}.panel-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--shell-border)}.panel-section:last-child{border-bottom:none;margin-bottom:0}.panel-section h3,.shell-profile-group h3{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--shell-text-subtle)}.shell-profile-group{margin-bottom:20px}.shell-profile-group h3{margin-top:8px}.shell-profile-record{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);padding:10px 12px;margin-bottom:8px;background:var(--shell-raised-bg);font-size:13px}.shell-profile-record.guarded{border-left:3px solid var(--shell-warn)}.shell-profile-record.proposal{border-left:3px solid var(--shell-accent)}.shell-profile-record-main{display:flex;flex-direction:column;gap:4px;min-width:0}.shell-profile-record-label{font-weight:600;display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--shell-text)}.shell-profile-badge{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--shell-warn);border:1px solid rgb(230 179 77 / .35);border-radius:var(--shell-radius-full);padding:1px 7px}.shell-profile-badge-tier{text-transform:lowercase;color:var(--shell-accent);border-color:var(--shell-accent-border)}.shell-profile-badge-tier.tier-constraint{color:var(--shell-danger);border-color:#f8717159}.shell-profile-badge-tier.tier-taste{color:var(--shell-text-muted);border-color:var(--shell-border)}.shell-profile-badge-weight{text-transform:none;letter-spacing:0;font-size:10px;color:var(--shell-text-muted);border-color:var(--shell-border)}.shell-profile-badge-guarded-hint{color:var(--shell-text-subtle);border-color:var(--shell-border);text-transform:none}.shell-profile-record-value{color:var(--shell-text);line-height:1.45;overflow-wrap:anywhere}.shell-profile-context-tags,.shell-profile-evidence-note,.shell-profile-proposal-reason{font-size:11px;color:var(--shell-text-muted);line-height:1.4}.shell-profile-record-actions{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.shell-profile-record-actions button{padding:4px 10px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);font-size:11px;cursor:pointer}.shell-profile-record-actions button:hover{color:var(--shell-text);border-color:var(--shell-border-strong)}.shell-profile-guarded{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--shell-text-muted);align-self:center}.shell-profile-empty{font-size:13px;color:var(--shell-text-muted);margin:0}.shell-profile-wipe{margin-top:8px}.panel-section-note{margin:0 0 12px;font-size:12px;line-height:1.55;color:var(--shell-text-muted);max-width:56ch}.panel-form-grid{display:grid;gap:10px}.panel-form-grid-2{grid-template-columns:100px minmax(0,1fr)}.panel-form-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.panel-form-field{display:flex;flex-direction:column;gap:4px}.panel-form-label{font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--shell-text-subtle)}.attestation-list{display:flex;flex-direction:column;gap:10px}.attestation{border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);padding:12px 14px;background:var(--shell-raised-bg);font-size:13px}.attestation-approved{border-left:3px solid var(--shell-success)}.attestation-declined{border-left:3px solid var(--shell-danger)}.attestation-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-subtle)}.attestation-title{font-size:14px;font-weight:600;color:var(--shell-text);margin-bottom:10px}.attestation-terms{margin:0;display:grid;grid-template-columns:minmax(100px,140px) minmax(0,1fr);gap:4px 12px;font-size:12px;line-height:1.45}.attestation-terms>div{display:contents}.attestation-terms dt{color:var(--shell-text-muted);text-transform:capitalize}.attestation-terms dd{margin:0;color:var(--shell-text);overflow-wrap:anywhere}.attestation-hash{margin-top:10px;font-family:var(--font-mono, ui-monospace, monospace);font-size:11px;color:var(--shell-text-subtle)}.comms-thread-area{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.comms-thread-area--split{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr)}.comms-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.comms-messages--pane{border-left:1px solid var(--shell-border)}.comms-empty-thread{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;max-width:380px;margin:0 auto;color:var(--shell-text-muted);font-size:13px;line-height:1.5}.comms-empty-thread strong{display:block;color:var(--shell-text);font-size:14px;margin-bottom:8px}.comms-empty-thread p{margin:0}.comms-empty-thread em{font-style:normal;color:var(--shell-accent)}.comms-compose{flex:none;border-top:1px solid var(--shell-border);padding:12px 16px;background:var(--shell-raised-bg);display:flex;flex-direction:column;gap:8px;--comms-compose-height: 88px}.comms-compose-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;align-items:center;justify-content:flex-end}.comms-compose-row .panel-input{flex:1;min-width:160px}.comms-contact-search{display:block;padding:8px 12px 0}.comms-contact-search .panel-input{width:100%}.comms-peer-subname{display:block;font-size:12px;color:var(--shell-muted-fg)}.comms-pane-tabs{display:flex;gap:0;flex-shrink:0;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg);padding:0 12px}.comms-pane-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:10px 14px;font-size:13px;font-weight:500;color:var(--shell-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.comms-pane-tab.is-active{color:var(--shell-text);border-bottom-color:var(--shell-text)}.comms-contact-pane{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:20px}.comms-contact-actions{display:flex;flex-wrap:wrap;gap:8px}.comms-contact-section-title{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-subtle)}.comms-schedule-suggest{flex:none;display:flex;align-items:center;gap:10px;padding:8px 16px;border-top:1px solid var(--shell-border);background:var(--shell-sidebar-bg);font-size:12px;color:var(--shell-text-muted)}.comms-schedule-suggest span{flex:1}.comms-inline-module{flex:none;position:relative;border-top:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.comms-inline-module-close{position:absolute;top:6px;right:8px;z-index:1}.shell-comms-ttt-board{display:grid;grid-template-columns:repeat(3,40px);gap:4px;margin-top:8px}.shell-comms-ttt-cell{width:40px;height:40px;font-size:18px;font-weight:600;border:1px solid var(--shell-border);border-radius:6px;background:var(--shell-raised-bg);cursor:pointer}.shell-comms-ttt-cell:disabled{cursor:default;opacity:.85}.shell-comms-shared-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.shell-comms-shared-list li label{display:flex;align-items:center;gap:8px;font-size:14px}.shell-comms-list-done{text-decoration:line-through;opacity:.65}.comms-module-error{margin:0;padding:8px 16px;font-size:12px;color:var(--shell-warn)}flex: none; border-top: 1px solid var(--shell-border); background: var(--shell-sidebar-bg); padding: 10px 16px 12px; display: flex; flex-direction: column; gap: 8px; } .comms-schedule-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--shell-text)}.comms-schedule-card-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--shell-text-muted);font-size:16px;line-height:1;cursor:pointer;padding:2px 6px}.comms-schedule-card-close:hover{color:var(--shell-text)}.comms-schedule-card-fields{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.comms-schedule-card-fields .panel-input{flex:1;min-width:120px}.comms-schedule-card-fields .comms-schedule-duration{flex:0 1 110px;min-width:90px}.comms-compose-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.comms-compose-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:transparent;padding:6px 12px;font-size:12px;color:var(--shell-text-muted);cursor:pointer}.comms-compose-toggle.is-active,.comms-compose-toggle:hover{color:var(--shell-text);border-color:var(--shell-border-strong)}.comms-advanced{flex:none;border-bottom:1px solid var(--shell-border);padding:10px 16px;background:var(--shell-sidebar-bg);max-height:220px;overflow-y:auto}.comms-advanced-block{margin-bottom:8px}.comms-advanced-block summary{cursor:pointer;font-size:12px;font-weight:600;color:var(--shell-text)}.comms-disclosure-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.comms-disclosure-list label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--shell-text);cursor:pointer}.comms-disclosure-guarded{color:var(--shell-warn)}.comms-empty-inline{margin:0;font-size:12px;color:var(--shell-text-muted)}.comms-setup-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.comms-setup-card-head h3{margin:0}.comms-inline-row{display:flex;gap:8px;align-items:center}.comms-inline-row .panel-input{flex:1}.comms-preview{margin-top:10px;padding:10px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg);font-size:12px;display:flex;flex-direction:column;gap:4px}.comms-preview code{font-size:11px;color:var(--shell-text-subtle);overflow-wrap:anywhere}.comms-token-field{width:100%;margin-top:8px;box-sizing:border-box}.comms-toast{flex:none;margin:0;padding:8px 20px;font-size:12px;color:var(--shell-accent);background:var(--shell-accent-soft);border-top:1px solid var(--shell-accent-border)}.shell-comms-msg{display:flex;flex-direction:column;gap:4px;max-width:85%;font-size:13px}.shell-comms-msg-out{align-self:flex-end}.shell-comms-msg-text{padding:8px 12px;border-radius:var(--shell-radius-sm);background:var(--shell-raised-bg);border:1px solid var(--shell-border);line-height:1.45}.shell-comms-msg-text p{margin:4px 0 0}.shell-comms-msg-out .shell-comms-msg-text{background:var(--shell-accent-soft);border-color:var(--shell-accent-border)}.shell-comms-msg time{font-size:10px;color:var(--shell-text-subtle);padding:0 4px}.shell-comms-msg-out time{text-align:right}.shell-comms-coord{margin-bottom:8px;padding:12px 14px;border-radius:var(--shell-radius-sm);border:1px solid var(--shell-border);background:var(--shell-raised-bg);max-width:420px}.shell-comms-coord-out{background:var(--shell-accent-soft);border-color:var(--shell-accent-border);margin-left:auto}.shell-comms-coord-head strong{font-size:13px;color:var(--shell-text)}.shell-comms-coord-meta{margin:0 0 8px;font-size:12px;color:var(--shell-text-muted)}.shell-comms-coord-slots button{padding:4px 10px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg);color:var(--shell-text);font-size:11px;cursor:pointer}.shell-comms-coord-slots button:hover:not(:disabled){border-color:var(--shell-accent-border);color:var(--shell-accent)}.shell-comms-coord-rsvp button{padding:4px 10px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg);font-size:11px;cursor:pointer}.shell-comms-coord time{display:block;font-size:11px;color:var(--shell-text-subtle)}.comms-setup{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;padding:12px 20px;border-bottom:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.comms-setup-card{border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);padding:14px;background:var(--shell-raised-bg)}.comms-setup-card h3{margin:0 0 8px;font-size:13px;font-weight:600}.comms-hint{margin:0 0 10px;font-size:12px;color:var(--shell-text-muted);line-height:1.45}.comms-inline-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.comms-status-error{margin:0;padding:8px 20px;font-size:12px;color:var(--shell-danger);background:#f8717114;border-bottom:1px solid rgb(248 113 113 / .2)}.rooms-module-frame{width:100%;min-height:240px;height:min(40vh,320px);border:0;flex:none;border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg)}.rooms-scene-details{flex:none;border-top:1px solid var(--shell-border);background:var(--shell-sidebar-bg);padding:0 12px 8px}.rooms-scene-details summary{padding:8px 4px;cursor:pointer;font-size:12px;font-weight:600;color:var(--shell-text-muted);list-style:none}.rooms-scene-details summary::-webkit-details-marker{display:none}.rooms-scene-note{margin:0 4px 8px;font-size:11px;line-height:1.45;color:var(--shell-text-subtle);max-width:52ch}.rooms-scene{flex:none;border-bottom:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.rooms-detail{display:flex;flex-direction:column;min-height:0}.rooms-head-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.rooms-attendance{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--shell-text-muted)}.rooms-attendance-label{white-space:nowrap}.rooms-thread-grid{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr);flex:1;min-height:0;overflow:hidden}.rooms-members{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.rooms-members-head{padding:8px 10px;font-size:11px;font-weight:600;color:var(--shell-text-muted);border-bottom:1px solid var(--shell-border)}.rooms-members-list{list-style:none;margin:0;padding:6px;overflow:auto;flex:1}.rooms-member-row{position:relative}.rooms-member-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 8px;border:0;border-radius:var(--shell-radius-sm);background:transparent;color:inherit;text-align:left;cursor:pointer}.rooms-member-trigger:hover{background:#0000000a}.rooms-member-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rooms-member-badge{font-size:10px;color:var(--shell-text-muted)}.rooms-member-menu{display:flex;flex-direction:column;gap:4px;padding:4px 8px 8px}.rooms-empty-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.rooms-empty-list,.rooms-empty-detail{padding:16px}.rooms-chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.rooms-chat-layout{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.rooms-chat-head{flex:none;padding:8px 12px}.rooms-messages{flex:1;min-height:0;overflow-y:auto;padding:12px 16px;gap:8px}.rooms-msg .shell-comms-msg-text p{margin:2px 0 0;font-size:13px}.rooms-msg time{font-size:10px}.rooms-compose{flex:none;padding:8px 12px;border-top:1px solid var(--shell-border)}.rooms-compose-input{min-height:2.5rem;max-height:6rem}.rooms-venue{display:none}.rooms-view .panel-master-detail{min-height:0;flex:1}.rooms-detail{min-height:0}.discover-dm-btn{display:inline-flex;align-items:center;gap:6px}.discover-dm-icon{font-size:14px;line-height:1}.rooms-activity-bar{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px;border-bottom:1px solid var(--shell-border);background:var(--shell-sidebar-bg)}.rooms-activity-bar .panel-btn{font-size:11px}.rooms-mobile-tabs,.rooms-mobile-back,.rooms-mobile-head-start{display:none}.discover-chat-results{margin-top:8px}.discover-chat-more{margin:8px 0 0}.feed-discover-bundle{margin:0 20px 16px;padding:12px;border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-raised-bg)}@media(max-width:800px){.panel-master-detail{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.panel-list{max-height:200px;border-right:none;border-bottom:1px solid var(--shell-border)}.comms-thread-area--split{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.comms-messages--pane{border-left:none;border-top:1px solid var(--shell-border)}.discover-row{grid-template-columns:1fr}.discover-row-actions{justify-content:flex-start}.rooms-view .panel-list{max-height:none;flex:1;min-height:0}.rooms-view.rooms-has-selection .panel-list{display:none}.rooms-view.rooms-has-selection.rooms-list-open{position:relative}.rooms-view.rooms-has-selection.rooms-list-open .panel-list{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;max-height:none;background:var(--shell-main-bg)}.rooms-view.rooms-has-selection.rooms-list-open .rooms-detail{visibility:hidden}.rooms-view.rooms-has-selection .panel-master-detail{grid-template-rows:minmax(0,1fr)}.rooms-mobile-head-start{display:flex;align-items:flex-start;gap:8px;min-width:0;flex:1}.rooms-mobile-back{display:inline-flex;flex-shrink:0}.rooms-mobile-tabs{display:flex;gap:4px;padding:0 12px 8px;border-bottom:1px solid var(--shell-border);background:var(--shell-raised-bg);flex-shrink:0}.rooms-mobile-tab{flex:1;padding:8px 10px;border:1px solid transparent;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);font:inherit;font-size:12px;font-weight:600;cursor:pointer}.rooms-mobile-tab.is-active{color:var(--shell-text);background:var(--shell-inset-bg);border-color:var(--shell-border)}.rooms-chat-head{flex-wrap:wrap;gap:8px}.rooms-chat-head .rooms-attendance-label{display:none}.rooms-chat-head .panel-detail-subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rooms-head-actions{width:100%;justify-content:flex-end}.rooms-thread-grid{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);min-height:0}.rooms-thread-grid.rooms-pane-chat .rooms-members,.rooms-thread-grid.rooms-pane-members .rooms-chat-layout{display:none}.rooms-thread-grid.rooms-pane-members .rooms-members{max-height:none;border-right:none;border-bottom:none;flex:1;min-height:0}.rooms-members-list{flex:1;min-height:0}.rooms-messages,.rooms-compose{padding:8px 12px}.rooms-scene-details{flex-shrink:0}}.atom-pair{flex:1;min-height:0;display:flex;flex-direction:column;gap:12px;width:100%}.atom-pair-columns{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.atom-pane{display:flex;flex-direction:column;min-height:0;min-width:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg, 12px);background:var(--shell-raised-bg);overflow:hidden}.atom-pane--alice{border-top:3px solid var(--shell-text)}.atom-pane--bob{border-top:3px solid var(--shell-status-active, #e87722)}.atom-pane-header{flex:none;padding:14px 18px;border-bottom:1px solid var(--shell-border);background:var(--shell-inset-bg)}.atom-pane-title{display:block;font-size:16px;font-weight:600;letter-spacing:-.02em}.atom-pane-meta{display:block;margin-top:4px;font-size:12px;color:var(--shell-text-muted)}.atom-pane-body{flex:1;min-height:0;display:flex;flex-direction:column}.atom-pane-form{flex:none;padding:16px;border-bottom:1px solid var(--shell-border)}.atom-pane-thread{flex:1;min-height:0;display:flex;flex-direction:column}.atom-pane-thread--full{flex:1;min-height:0}.atom-pane-thread-label{flex:none;margin:0;padding:12px 16px 8px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--shell-text-subtle)}.atom-pane-thread-scroll{flex:1;min-height:0;overflow-y:auto;padding:0 16px 16px;display:flex;flex-direction:column;gap:10px}.atom-pane-empty{margin:0;padding:24px 8px;font-size:13px;color:var(--shell-text-muted);text-align:center;line-height:1.5}.atom-pair-note{flex:none;margin:0;padding:10px 14px;font-size:13px;color:var(--shell-warn);border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);background:var(--shell-inset-bg)}@media(max-width:800px){.atom-pair-columns{grid-template-columns:1fr}}.demo-tag{display:inline-flex;margin-left:8px;padding:2px 8px;border-radius:var(--shell-radius-full, 9999px);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:var(--shell-status-active, #e87722);color:#fff;vertical-align:middle}.atom-app-stage{padding:20px 24px}.atom-app--demo .atom-app-stage{padding:24px 32px;display:flex;align-items:stretch;justify-content:center}.demo-session-frame{flex:1;width:100%;max-width:1120px;min-height:0;display:flex;flex-direction:column;margin:0 auto}.demo-instructions-dialog{margin:auto;padding:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg, 12px);background:var(--shell-raised-bg);color:var(--shell-text);width:min(440px,calc(100vw - 48px));max-height:calc(100dvh - 48px)}.demo-instructions-dialog::backdrop{background:#00000080}.demo-instructions-dialog-inner{padding:28px 28px 24px}.demo-instructions-dialog-inner h2{margin:0 0 16px;font-size:20px;font-weight:600;letter-spacing:-.02em}.demo-instructions-steps{margin:0 0 24px;padding-left:20px;font-size:14px;line-height:1.55;color:var(--shell-text-muted)}.demo-instructions-steps li+li{margin-top:8px}.demo-instructions-actions{margin:0;display:flex;justify-content:flex-end}@media(max-width:800px){.atom-app--demo .atom-app-stage{padding:16px}}@media(min-width:960px){.atom-app-header.site-header{padding-left:32px;padding-right:32px}}.atom-app{--atom-header-h: 56px;--atom-dock-h: 56px;--atom-chat-max: 720px;--atom-shell-max: 1120px;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--shell-main-bg);color:var(--shell-text)}.atom-app-header{position:sticky;top:0;z-index:20;min-height:var(--atom-header-h);flex-shrink:0}.atom-app-tabs{display:none;align-items:center;gap:4px;flex:1;justify-content:center;min-width:0}.atom-app-header-end{display:flex;align-items:center;gap:8px;flex-shrink:0}.atom-app-status{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--shell-text-muted)}.atom-status-dot{width:8px;height:8px;border-radius:50%;background:var(--shell-border-strong)}.atom-status-dot--active{background:var(--shell-status-active)}.atom-nav-item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:none;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);font:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease}.atom-nav-item:hover:not(:disabled){background:var(--shell-hover-bg);color:var(--shell-text)}.atom-nav-item.is-active{background:var(--shell-inset-bg);color:var(--shell-text);box-shadow:inset 0 -2px 0 var(--shell-text)}.atom-nav-item.is-locked{opacity:.35;cursor:not-allowed}.atom-nav-icon{width:18px;height:18px;flex-shrink:0}.atom-app-logout{font-size:13px}.atom-nav-badge{min-width:18px;height:18px;padding:0 5px;border-radius:var(--shell-radius-full);background:var(--shell-inset-bg);border:1px solid var(--shell-border-strong);font-size:10px;font-weight:600;line-height:18px}.atom-nav-badge--warn{border-color:var(--shell-warn);color:var(--shell-warn)}.atom-app-settings-label{display:none}.atom-app-menu-trigger,.atom-app-log-trigger{display:inline-flex}.atom-app-log-trigger.is-active{background:var(--shell-inset-bg);color:var(--shell-text)}.atom-demo-banner{display:none}.atom-app-header.site-header{display:flex;justify-content:center;padding-left:24px;padding-right:24px}.atom-app-header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;max-width:min(1120px,100%);min-height:var(--atom-header-h)}.atom-app-content{width:100%;max-width:var(--atom-shell-max);flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.atom-app-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.atom-app-stage{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;width:100%}.atom-app-content>.shell-feed,.atom-app-content>.shell-panel-view,.atom-app-content>.panel-view{flex:1;min-height:0;width:100%;overflow:hidden;box-sizing:border-box}.atom-app-content>.shell-feed{max-width:var(--atom-chat-max);overflow-y:auto;align-self:center}.atom-app .shell-panel-view{display:flex;flex-direction:column;min-height:0}.atom-app-composer{flex-shrink:0;border-top:1px solid var(--shell-border);background:var(--shell-raised-bg);display:flex;justify-content:center;width:100%}.atom-app-composer>.shell-composer{width:100%;max-width:var(--atom-chat-max);box-sizing:border-box;border-top:none}.atom-app-dock{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid var(--shell-border);background:var(--shell-raised-bg);flex-shrink:0}.atom-dock-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;border:none;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);font:inherit;font-size:10px;cursor:pointer}.atom-dock-item.is-active{color:var(--shell-text);background:var(--shell-hover-bg)}.atom-dock-item.is-locked{opacity:.35}.atom-menu-dialog{margin:auto;padding:0;border:1px solid var(--shell-border);border-radius:var(--shell-radius-lg);background:var(--shell-raised-bg);color:var(--shell-text);width:min(360px,92vw);max-height:min(80dvh,520px)}.atom-menu-dialog::backdrop{background:#00000073}.atom-menu-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--shell-border);margin:0}.atom-menu-dialog-nav{display:flex;flex-direction:column;gap:4px;padding:10px}.atom-menu-dialog-nav .atom-nav-item{width:100%;justify-content:flex-start}.comms-workspace{flex:1;min-height:0;display:flex;flex-direction:column}.comms-workspace .comms-main{display:flex;flex-direction:column;flex:1;min-height:0}.comms-workspace .comms-sidebar{display:none}.comms-workspace .comms-conversation{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.comms-contacts-dialog{margin:0;padding:0;border:none;width:min(400px,100%);max-width:none;max-height:85dvh;position:fixed;bottom:0;left:0;right:0;border-radius:var(--shell-radius-lg) var(--shell-radius-lg) 0 0;background:var(--shell-raised-bg);color:var(--shell-text)}.comms-contacts-dialog::backdrop{background:#00000073}.comms-contacts-dialog-inner{display:flex;flex-direction:column;max-height:85dvh}.comms-contacts-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--shell-border)}.comms-contacts-dialog .panel-list-scroll{flex:1;overflow-y:auto;padding:8px}.comms-peer-bar{gap:12px}.comms-open-contacts{flex-shrink:0}.atom-app .shell-frame,.atom-app .shell-sidebar,.atom-app .shell-main-header{display:none}.atom-app .panel-view,.atom-app .comms-view{flex:1;min-height:0;border:none;background:transparent}.atom-app .panel-toolbar{padding:10px 16px}@media(min-width:960px){.atom-app-tabs{display:flex}.atom-app-dock,.atom-app-log-trigger{display:none}.atom-app-settings-label{display:inline}.comms-contacts-dialog{margin:auto;width:min(420px,92vw);max-height:min(70dvh,640px);position:relative;bottom:auto;left:auto;right:auto;border-radius:var(--shell-radius-lg);border:1px solid var(--shell-border)}}@media(min-width:1200px){.comms-workspace .comms-sidebar{display:flex;flex-direction:column;width:min(320px,28vw);border-right:1px solid var(--shell-border);flex-shrink:0}.comms-workspace .comms-main{flex-direction:row}.comms-workspace .comms-open-contacts{display:none}}.shell{--shell-accent: var(--shell-status-active, #e87722)}.shell-sidebar-brand-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.shell-sidebar-brand-mark{width:28px;height:28px;border-radius:var(--shell-radius-sm, 6px);background:var(--shell-cta-bg);color:var(--shell-cta-text);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.shell-sidebar-nav-item.is-active:before{background:var(--shell-text)}.shell-sidebar-nav-item.is-active{background:var(--shell-inset-bg)}.shell-sidebar-nav-item{gap:8px}.shell-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.shell-status-dot--active{background:var(--shell-status-active, #e87722)}.shell-sidebar-badge{background:var(--shell-inset-bg);color:var(--shell-text);border:1px solid var(--shell-border-strong)}.shell-btn-primary,.panel-btn-primary,.shell-composer .shell-btn-primary,.chrome-approve,.atom-button{background:var(--shell-cta-bg)!important;color:var(--shell-cta-text)!important;border-color:var(--shell-cta-bg)!important}.shell-btn-primary:hover:not(:disabled),.panel-btn-primary:hover:not(:disabled),.chrome-approve:hover:not(:disabled),.atom-button:hover:not(:disabled){background:var(--shell-cta-hover)!important;border-color:var(--shell-cta-hover)!important}.panel-row.is-selected{border-color:var(--shell-text);background:var(--shell-inset-bg)}.panel-btn.is-active{border-color:var(--shell-text);background:var(--shell-inset-bg);color:var(--shell-text)}.panel-avatar{color:var(--shell-text);background:var(--shell-inset-bg);border-color:var(--shell-border-strong)}.shell-profile-record.proposal{border-left-color:var(--shell-text)}.shell-meta-dot-good{background:var(--shell-status-active, #e87722)}.shell-nav-dialog{margin:0;padding:0;border:none;max-width:none;max-height:none;width:min(300px,92vw);height:100%;position:fixed;top:0;left:0;background:var(--shell-sidebar-bg);color:var(--shell-text)}.shell-nav-dialog::backdrop{background:#00000073}.shell-nav-dialog-inner{display:flex;flex-direction:column;height:100%;padding:14px 10px 12px}.shell-nav-dialog-close{position:absolute;top:12px;right:12px;padding:8px 12px;border:1px solid var(--shell-border-strong);border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text);font:inherit;font-size:13px;cursor:pointer}.shell-sidebar--desktop{display:flex}.shell-nav-dialog{display:none}@media(max-width:900px){.shell-sidebar--desktop{display:none}.shell-nav-dialog[open]{display:flex;flex-direction:column}.shell-frame{flex-direction:column}.panel-master-detail{grid-template-columns:1fr}.panel-list{border-right:none;border-bottom:1px solid var(--shell-border);max-height:40vh}}@media(min-width:901px){.shell-nav-dialog{display:none!important}}.shell-sidebar-nav-item:focus-visible,.shell-btn:focus-visible,.panel-btn:focus-visible,.panel-row:focus-visible{outline:2px solid var(--shell-text);outline-offset:2px}:root{--text-muted: var(--atom-color-text-dim, #666666);--on-accent: #ffffff;--warn-soft: rgba(217, 119, 6, .12);--chrome: #000000;--radius: var(--atom-radius-md, 8px);--radius-sm: var(--atom-radius-sm, 6px);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--font-mono: var(--shell-font-mono);font-family:var(--shell-font)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}#root,.shell{height:100vh;display:flex;flex-direction:column}.shell-empty-note{margin-top:18px;font-size:12px;color:var(--shell-text-muted);max-width:48ch;line-height:1.5}@media(max-width:640px){.shell-suggestions{grid-template-columns:1fr}}.settings-overlay{align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto}.settings-dialog{background:var(--bg-raised);border:1px solid var(--border-strong);border-radius:var(--shell-radius-lg);width:min(480px,calc(100vw - 40px));max-height:calc(100vh - 40px);margin:auto;display:flex;flex-direction:column;box-shadow:var(--shell-shadow-sm);overflow:hidden}.settings-dialog--sections{width:min(920px,calc(100vw - 24px));max-height:min(720px,calc(100vh - 24px))}.settings-dialog-layout{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.settings-nav{display:flex;flex-direction:row;gap:6px;padding:0 16px 12px;overflow-x:auto;flex-shrink:0;border-bottom:1px solid var(--border);scrollbar-width:thin}.settings-nav-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;text-align:left;white-space:nowrap;flex-shrink:0}.settings-nav-item:hover{background:var(--bg-inset);color:var(--text)}.settings-nav-item.is-active{background:color-mix(in srgb,var(--accent) 10%,var(--bg-inset));border-color:color-mix(in srgb,var(--accent) 35%,var(--border));color:var(--text)}.settings-nav-label{font-size:13px;font-weight:600}.settings-nav-hint{font-size:11px;color:var(--text-dim)}.settings-nav-item.is-active .settings-nav-hint{color:var(--text-muted)}.settings-panel{display:flex;flex-direction:column;gap:14px;min-height:0}.settings-panel-head{display:flex;flex-direction:column;gap:4px}.settings-panel-head h3{margin:0;font-size:16px;font-weight:600}.settings-panel-desc{margin:0;font-size:12px;color:var(--text-dim);line-height:1.45}.settings-panel-fields{display:flex;flex-direction:column;gap:10px}.settings-hint,.settings-panel-fields .settings-note:first-child{margin-top:0}.settings-kv{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;margin:0;font-size:13px}.settings-kv dt{margin:0;color:var(--text-muted);font-weight:600}.settings-kv dd{margin:0}.settings-advanced{border:1px solid var(--border);border-radius:8px;padding:0;background:var(--bg-inset)}.settings-advanced summary{padding:10px 12px;cursor:pointer;font-size:13px;font-weight:600;color:var(--text-muted);list-style:none}.settings-advanced summary::-webkit-details-marker{display:none}.settings-advanced-body{display:flex;flex-direction:column;gap:10px;padding:0 12px 12px;border-top:1px solid var(--border)}.settings-error{color:#c0392b}@media(min-width:720px){.settings-dialog-layout{flex-direction:row}.settings-nav{flex-direction:column;width:200px;padding:12px 0 12px 12px;overflow-x:hidden;overflow-y:auto;border-bottom:none;border-right:1px solid var(--border)}.settings-nav-item{width:100%;white-space:normal}.settings-nav-hint{white-space:normal}.settings-dialog-body{padding-top:12px}.settings-panel-head{display:none}}.settings-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 24px 12px;flex-shrink:0}.settings-dialog-header h2{margin:0;font-size:18px}.settings-close{background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;font-size:20px;line-height:1;min-width:32px;min-height:32px;padding:0}.settings-close:hover{border-color:var(--border-strong);color:var(--text)}.settings-dialog-body{overflow-y:auto;padding:0 24px;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.settings-dialog-footer{flex-shrink:0;padding:12px 24px 18px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-dialog-footer-end{display:flex;align-items:center;gap:8px;margin-left:auto}.settings-logout{margin-right:auto}.settings-intent-note{margin:0;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--accent) 12%,var(--bg-inset));border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border));font-size:13px;line-height:1.45;color:var(--text)}.settings-saved-key{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:10px 12px;border-radius:8px;background:var(--bg-inset);border:1px solid var(--border)}.settings-saved-key-label{font-size:12px;font-weight:600;color:var(--text-muted);width:100%}.settings-saved-key-value{flex:1;font-size:13px;font-family:var(--font-mono, ui-monospace, monospace)}.settings-saved-key-change{font-size:12px;padding:4px 10px;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer}.settings-saved-key-change:hover{border-color:var(--accent);color:var(--accent)}.settings-section-first{border-top:none;padding-top:0}.settings-dialog h2{margin:0;font-size:18px}.settings-note{margin:0;font-size:12px;color:var(--text-dim);line-height:1.5}.settings-revocations{display:flex;flex-direction:column;gap:4px}.settings-revocations-list{margin:0;padding-left:1.25rem;font-size:12px;color:var(--text-dim)}.settings-revocations-list code{font-size:11px}.settings-registry-store{display:flex;flex-direction:column;gap:6px;margin-top:8px}.settings-registry-catalog{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.settings-registry-catalog-item{padding:8px 10px;border:1px solid var(--border);border-radius:6px;display:flex;flex-direction:column;gap:4px;font-size:12px}.settings-registry-catalog-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.settings-registry-price{font-size:11px;color:var(--text-dim);white-space:nowrap}.settings-registry-publisher{font-size:11px;color:var(--text-dim);word-break:break-all}.settings-registry-purchase{font-size:11px;color:var(--accent)}.settings-registry-error{color:#c0392b}.settings-registry-meta{margin:0;font-size:11px;color:var(--text-dim);display:flex;align-items:center;gap:8px}.module-rating-display{letter-spacing:1px;color:var(--accent)}.module-rating-input{display:inline-flex;gap:2px}.module-rating-star{border:none;background:transparent;padding:0 2px;font-size:18px;line-height:1;color:var(--text-dim);cursor:pointer}.module-rating-star-on{color:var(--accent)}.settings-registry-feedback{margin-top:4px}.settings-registry-feedback-form{display:flex;flex-direction:column;gap:6px;margin-top:6px}.settings-section{border-top:1px solid var(--border);padding-top:12px;display:flex;flex-direction:column;gap:10px}.settings-section h3{margin:0;font-size:14px;font-weight:600}.settings-section-actions{margin-top:4px}.settings-section code{font-size:11px}.shell-log-toggle{background:transparent;border:1px solid var(--border);color:var(--text-dim);border-radius:999px;padding:6px 14px;cursor:pointer;display:flex;gap:8px;align-items:center}.shell-log-toggle:hover{border-color:var(--border-strong);color:var(--text)}.shell-log-count{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:1px 8px;font-size:12px}.shell-body{flex:1;display:flex;min-height:0;min-width:0}.shell-main-body--comms{background:var(--shell-sidebar-bg)}.shell-main-body--personal-demo .shell-feed{display:none}.first-run-dialog{max-width:560px}.first-run-actions{display:flex;flex-direction:column;gap:10px;margin-top:12px}.first-run-status-list{list-style:none;margin:12px 0;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-inset)}.first-run-status-list li{padding:8px 12px;font-size:13px;border-bottom:1px solid var(--border)}.first-run-status-list li:last-child{border-bottom:none}.first-run-steps{margin:8px 0 0;padding-left:18px}.personal-demo-walkthrough{flex:1;min-width:0;padding:24px;overflow-y:auto;background:var(--bg)}.personal-demo-walkthrough-head h2{margin:0 0 8px;font-size:22px}.personal-demo-steps{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.personal-demo-steps li{border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;background:var(--bg-raised)}.personal-demo-steps li.is-done{border-color:color-mix(in srgb,var(--good) 40%,var(--border))}.personal-demo-step-num{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-inset);font-size:12px;font-weight:700;margin-right:8px}.personal-demo-step-body strong{font-size:14px}.personal-demo-step-copy{margin:8px 0 0;font-size:13px;color:var(--text-dim);line-height:1.5}.personal-demo-step-hint{margin:8px 0 0;font-size:12px;color:var(--text-dim)}.personal-demo-step-success{color:var(--good)}.personal-demo-prompt{margin:10px 0;padding:10px 12px;border-radius:var(--radius-sm, 8px);background:var(--bg-inset);font-size:13px}.personal-demo-note{margin-top:12px;font-size:12px;color:var(--accent)}.personal-demo-calendar-preview{margin-top:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm, 8px);background:var(--bg-inset)}.personal-demo-calendar-list{list-style:none;margin:8px 0 0;padding:0}.personal-demo-calendar-list li{padding:6px 0;font-size:12px;border-bottom:1px solid var(--border)}.personal-demo-calendar-list li:last-child{border-bottom:none}.shell-feed{flex:1;min-height:0;overflow-y:auto;padding:28px 24px 24px;display:flex;flex-direction:column;gap:14px;width:100%;align-self:center}.shell-empty{max-width:560px;padding:0;text-align:left}.shell-empty h1{font-size:22px;line-height:1.25;font-weight:600;margin:0 0 10px;color:var(--shell-text)}.shell-empty p{color:var(--shell-text-muted);line-height:1.6;font-size:14px;margin:0;max-width:48ch}.shell-suggestions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px;max-width:560px}.shell-suggestions button{background:var(--shell-raised-bg);border:1px solid var(--shell-border);color:var(--shell-text);padding:10px 12px;border-radius:var(--shell-radius-sm);font-size:13px;font-weight:500;line-height:1.35;text-align:left;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.shell-suggestions button:hover{border-color:var(--shell-accent-border);background:var(--shell-accent-soft)}.shell-suggestions button:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px}.feed-user{align-self:flex-end;background:var(--shell-accent-soft);border:1px solid var(--shell-accent-border);color:var(--shell-text);padding:10px 14px;border-radius:var(--shell-radius);max-width:min(480px,88%);font-size:14px;line-height:1.5}.feed-agent{align-self:flex-start;color:var(--shell-text-muted);padding:2px 0;max-width:min(620px,92%);font-size:14px;line-height:1.6}.feed-surface{align-self:stretch;border:1px solid var(--shell-border);border-radius:var(--shell-radius);background:var(--shell-raised-bg);overflow:hidden}.feed-surface-degraded{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--shell-warn);border:1px solid rgb(251 191 36 / .35);border-radius:var(--shell-radius-sm);padding:2px 8px;margin:10px 10px 0;background:var(--shell-warn-soft)}.feed-busy{color:var(--shell-text-muted);font-size:13px;padding:4px 0;animation:pulse 1.4s infinite}@keyframes pulse{50%{opacity:.4}}.shell-composer{flex:none;padding:12px 24px 16px;border-top:1px solid var(--shell-border);background:var(--shell-raised-bg);display:flex;justify-content:center;width:100%;box-sizing:border-box}.shell-composer-inner{display:flex;gap:10px;align-items:stretch;width:100%;max-width:720px;margin-inline:auto}.shell-composer input{flex:1;min-width:0;display:block;width:100%;background:var(--shell-inset-bg);border:1px solid var(--shell-border);border-radius:var(--shell-radius-sm);color:var(--shell-text);padding:11px 14px;font-size:14px;transition:border-color .16s ease,box-shadow .16s ease}.shell-composer input::placeholder{color:var(--shell-text-subtle)}.shell-composer input:hover{border-color:var(--shell-border-strong)}.shell-composer input:focus{outline:none;border-color:var(--shell-accent-border);box-shadow:0 0 0 1px var(--shell-accent)}.shell-composer input:disabled{opacity:.55;cursor:not-allowed}.shell-composer .shell-btn-primary{flex:none;align-self:stretch;min-width:84px}.atom-surface{display:flex;flex-direction:column;gap:10px}.atom-node{display:contents}.atom-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.atom-card-header{padding:14px 18px 0;display:flex;flex-direction:column;gap:2px}.atom-card-title{font-weight:600;font-size:16px}.atom-card-subtitle{color:var(--text-dim);font-size:13px}.atom-card-body{padding:14px 18px 18px;display:flex;flex-direction:column;gap:12px}.atom-text{margin:0;line-height:1.55}.atom-heading{margin:0}.atom-list{margin:0;padding-left:22px;line-height:1.7}.atom-table-wrap{overflow-x:auto}.atom-table{border-collapse:collapse;width:100%;font-size:14px}.atom-table th,.atom-table td{text-align:left;padding:8px 12px;border-bottom:1px solid var(--border)}.atom-table th{color:var(--text-dim);font-weight:500}.atom-choice{display:flex;flex-direction:column;gap:8px}.atom-choice-option{text-align:left;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:12px 16px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:border-color .12s}.atom-choice-option:hover:not(:disabled){border-color:var(--accent)}.atom-choice-option.selected{border-color:var(--accent);background:var(--accent-soft)}.atom-choice-option:disabled:not(.selected){opacity:.45}.atom-choice-form{border:none;padding:0;margin:0}.atom-choice-legend{font-size:13px;color:var(--text-dim);padding:0 0 6px}.atom-choice-option-input{flex-direction:row;align-items:flex-start;gap:10px;cursor:pointer}.atom-choice-option-input input{margin-top:3px;accent-color:var(--accent)}.atom-choice-option-input:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.atom-choice-option-body{display:flex;flex-direction:column;gap:4px}.atom-choice-label{font-weight:600;display:flex;align-items:center;gap:10px}.atom-choice-recommended{font-size:11px;font-weight:500;color:var(--good);border:1px solid rgba(63,202,124,.4);border-radius:4px;padding:1px 6px}.atom-choice-description{color:var(--text-dim);font-size:13px}.atom-choice-detail{font-size:13px;color:var(--accent)}.atom-form-fields{border:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:10px}.atom-field{display:flex;flex-direction:column;gap:4px;font-size:13px}.atom-field input{background:var(--bg-inset);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:9px 12px}.atom-field-checkbox{flex-direction:row;align-items:center;gap:8px}.shell-registry-error{color:var(--danger, #f85149);cursor:help}.atom-button{background:var(--shell-cta-bg);color:var(--shell-cta-text);border:none;border-radius:var(--shell-radius-sm);padding:9px 18px;font-weight:600;cursor:pointer;align-self:flex-start}.atom-button-secondary{background:transparent;color:var(--accent);border:1px solid var(--accent)}.atom-status{font-size:13px;padding:8px 12px;border-radius:8px;border:1px solid var(--border);color:var(--text-dim)}.atom-status-success{color:var(--good);border-color:#3fca7c59}.atom-status-warn{color:var(--warn);border-color:#e6b34d59}.atom-status-error{color:var(--bad);border-color:#ef6a6a59}.atom-progress-track{height:6px;border-radius:999px;background:var(--bg-inset);overflow:hidden}.atom-progress-bar{height:100%;background:var(--accent);border-radius:999px}.atom-progress-bar.indeterminate{width:35%;animation:slide 1.2s infinite}@keyframes slide{0%{margin-left:-35%}to{margin-left:100%}}.atom-chart svg{width:100%;height:auto;background:var(--bg-inset);border-radius:8px}.atom-chart-series{stroke-width:2.5}.atom-chart-series-0{stroke:var(--accent);color:var(--accent)}.atom-chart-series-1{stroke:var(--good);color:var(--good)}.atom-chart-series-2{stroke:var(--warn);color:var(--warn)}.atom-chart-series-3{stroke:var(--bad);color:var(--bad)}.atom-chart-legend{display:flex;gap:14px;margin-top:6px;font-size:12px}.atom-stack{display:flex;gap:10px}.atom-stack-vertical{flex-direction:column}.atom-stack-horizontal{flex-direction:row;flex-wrap:wrap}.atom-disclosure{border:1px solid var(--border);border-radius:8px;padding:10px 14px}.atom-disclosure summary{cursor:pointer;color:var(--text-dim)}.atom-disclosure-body{padding-top:10px}.atom-image img{max-width:100%;border-radius:8px}.atom-fallback{border:1px dashed var(--border-strong);border-radius:8px;padding:10px 14px;font-size:13px}.atom-fallback-header{display:flex;align-items:center;gap:8px;color:var(--text-dim)}.atom-fallback-badge{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--warn);border:1px solid rgba(230,179,77,.4);border-radius:4px;padding:1px 6px}.atom-fallback-data{margin:8px 0 0;background:var(--bg-inset);border-radius:6px;padding:10px;overflow-x:auto;font-size:12px;color:var(--text-dim)}.atom-substitution-notice{font-size:11px;color:var(--warn);margin-bottom:4px}.atom-module{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-inset)}.atom-module-badge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);padding:6px 10px;border-bottom:1px solid var(--border);background:var(--bg-raised)}.atom-module-frame{display:block;width:100%;min-height:280px;border:none;background:transparent}.shell-log-toggle.active{border-color:var(--accent);color:var(--accent)}.chrome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.chrome-dialog{background:var(--shell-raised-bg);border:1px solid var(--shell-border-strong);border-radius:var(--shell-radius);width:min(480px,100%);box-shadow:var(--shell-shadow-sm);overflow:hidden}.chrome-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--shell-border)}.chrome-dialog-eyebrow{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-accent)}.chrome-dialog-header h2{margin:0;font-size:17px;line-height:1.3;font-weight:600;color:var(--shell-text)}.chrome-dialog-close{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-text-muted);cursor:pointer}.chrome-dialog-close:hover{background:var(--shell-hover-bg);color:var(--shell-text)}.chrome-dialog-close:focus-visible{outline:2px solid var(--shell-accent);outline-offset:2px}.chrome-dialog-body{padding:16px}.chrome-terms{margin:0;display:flex;flex-direction:column;gap:10px}.chrome-terms>div{display:flex;justify-content:space-between;gap:16px;font-size:14px;line-height:1.5}.chrome-terms dt{color:var(--shell-text-muted);text-transform:capitalize}.chrome-terms dd{margin:0;text-align:right;color:var(--shell-text)}.chrome-dialog-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px;border-top:1px solid var(--shell-border)}.chrome-footnote{margin:0;padding:0 16px 16px;font-size:12px;line-height:1.5;color:var(--shell-text-muted)}.chrome-footnote-error{color:var(--shell-danger);padding-top:0}.shell-profile{flex:1;min-width:0;min-height:0;background:transparent;overflow:hidden;padding:0;max-width:none}.profile-panel-layout{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;width:100%}.profile-panel-body{flex:1;min-height:0;padding:16px 20px 24px}.profile-panel-content{max-width:640px}.profile-nav{flex-shrink:0;border-bottom:1px solid var(--border);background:var(--shell-raised-bg, var(--bg-inset))}@media(min-width:720px){.profile-panel-layout{flex-direction:row}.profile-nav{flex-direction:column;width:200px;padding:12px 0 12px 12px;overflow-x:hidden;overflow-y:auto;border-bottom:none;border-right:1px solid var(--border)}.profile-nav .settings-nav-item{width:100%;white-space:normal}.profile-panel-body{padding-top:12px}.profile-panel-content .settings-panel-head{display:none}}.shell-profile h2{margin:0 0 6px;font-size:16px}.shell-profile-note{font-size:12px;color:var(--text-dim);line-height:1.5}.shell-profile-add{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--border);border-radius:8px;margin-bottom:14px}.shell-profile-add input[type=text],.shell-profile-add input:not([type]),.shell-profile-add textarea{background:var(--bg-inset);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:8px 10px;font-size:13px;width:100%;font:inherit}.shell-profile-textarea{min-height:4.5rem;resize:vertical}.shell-profile-context-list{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:8px}.shell-profile-context-list li{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-inset);font-size:13px}.shell-profile-context-list li span{color:var(--text-dim);line-height:1.45;white-space:pre-wrap}.shell-profile-add-row{display:flex;gap:10px;align-items:center}.shell-profile-add-row input:not([type=checkbox]){flex:1}.shell-profile-guarded{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--warn);white-space:nowrap}.shell-profile-empty{color:var(--text-dim);font-size:13px}.shell-profile-proposals{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.shell-profile-proposals h3{margin:0 0 4px;font-size:13px;color:var(--accent)}.shell-profile-proposals-note{margin:0 0 10px;font-size:12px;color:var(--text-muted)}.shell-profile-record.proposal{border-color:color-mix(in srgb,var(--accent) 40%,var(--border))}.shell-profile-proposal-reason{display:block;font-size:11px;color:var(--text-muted);margin-top:4px}.shell-log-count-proposal{background:var(--accent);color:#0b1220}.shell-profile-group h3{margin:14px 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.shell-profile-record{display:flex;justify-content:space-between;gap:8px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;margin-bottom:6px;font-size:13px}.shell-profile-record.guarded{border-left:3px solid var(--warn)}.shell-profile-record-main{display:flex;flex-direction:column;gap:2px;min-width:0}.shell-profile-record-label{font-weight:600;display:flex;align-items:center;gap:8px}.shell-profile-badge{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--warn);border:1px solid rgba(230,179,77,.4);border-radius:4px;padding:1px 5px}.shell-profile-badge-weight{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,var(--border));text-transform:none;letter-spacing:0;font-size:11px}.shell-profile-badge-tier{text-transform:lowercase;letter-spacing:.04em;font-size:10px}.shell-profile-badge-tier.tier-constraint{color:#e07a7a;border-color:#e07a7a73}.shell-profile-badge-tier.tier-preference{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.shell-profile-badge-tier.tier-taste{color:var(--muted);border-color:color-mix(in srgb,var(--muted) 45%,var(--border))}.shell-profile-badge-guarded-hint{color:var(--warn);border-color:color-mix(in srgb,var(--warn) 45%,var(--border));text-transform:none;letter-spacing:0;font-size:10px}.shell-profile-context-tags{display:block;font-size:11px;color:var(--accent);margin-top:4px}.shell-profile-evidence-note{display:block;font-size:11px;color:var(--text-muted);margin-top:4px}.shell-profile-record-value{color:var(--text-dim);overflow-wrap:anywhere}.shell-profile-record-actions{display:flex;flex-direction:column;gap:4px;flex:none}.shell-profile-record-actions button{background:transparent;border:1px solid var(--border);color:var(--text-dim);border-radius:5px;font-size:11px;padding:2px 8px;cursor:pointer}.shell-profile-record-actions button:hover{border-color:var(--border-strong);color:var(--text)}.shell-profile-wipe{margin-top:14px;background:transparent;border:1px solid rgba(239,106,106,.4);color:var(--bad);border-radius:8px;padding:8px 14px;cursor:pointer;font-size:13px}.shell-attestations{flex:1;min-width:0;background:var(--bg-raised);overflow-y:auto;padding:24px;max-width:960px}.shell-attestations h2{margin:0 0 6px;font-size:16px}.shell-attestations-note{font-size:12px;color:var(--text-dim);line-height:1.5}.shell-attestations-empty{color:var(--text-dim);font-size:13px}.attestation{border:1px solid var(--border);border-radius:8px;padding:12px;margin-top:12px;font-size:13px}.attestation-approved{border-left:3px solid var(--good)}.attestation-declined{border-left:3px solid var(--bad)}.attestation-head{display:flex;justify-content:space-between;color:var(--text-dim);font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.attestation-title{font-weight:600;margin-bottom:8px}.attestation-terms{margin:0;display:flex;flex-direction:column;gap:4px;font-size:12px}.attestation-hash{margin-top:8px;font-family:Consolas,monospace;font-size:11px;color:var(--text-dim)}.shell-comms{width:min(560px,48vw);flex:none;border-left:1px solid var(--border);background:var(--bg-raised);overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.shell-comms h2{margin:0;font-size:16px}.shell-comms h3{margin:0 0 6px;font-size:13px}.shell-comms-note,.shell-comms-hint,.shell-comms-meta{font-size:12px;color:var(--text-dim);line-height:1.45;margin:0}.shell-comms-error{font-size:12px;color:var(--bad);margin:0}.shell-comms-action-note{color:var(--accent)}.shell-comms-config,.shell-comms-add{border:1px solid var(--border);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.shell-comms-config-row{display:flex;gap:8px}.shell-comms-config-row input{flex:1;background:var(--bg-inset);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:8px 10px;font-size:13px}.shell-comms-add textarea,.shell-comms-token{width:100%;background:var(--bg-inset);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:8px 10px;font-size:12px;font-family:Consolas,monospace;resize:vertical}.shell-comms-actions{display:flex;gap:8px;flex-wrap:wrap}.shell-comms-actions button{background:var(--bg-inset);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:6px 12px;font-size:12px;cursor:pointer}.shell-comms-actions button:hover:not(:disabled){border-color:var(--border-strong)}.shell-comms-actions button:disabled{opacity:.5;cursor:not-allowed}.shell-comms-preview{display:flex;flex-direction:column;gap:4px;font-size:12px;padding:8px;border-radius:6px;background:var(--accent-soft)}.shell-comms-layout{display:grid;grid-template-columns:140px 1fr;gap:10px;min-height:220px;flex:1}.shell-comms-contacts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.shell-comms-contacts li{display:flex;gap:4px;align-items:stretch}.shell-comms-contacts li>button:first-child{flex:1;text-align:left;background:var(--bg-inset);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.shell-comms-contacts li>button:first-child.active{border-color:var(--accent);background:var(--accent-soft)}.shell-comms-contact-name{font-size:12px;font-weight:600}.shell-comms-contact-did{font-size:10px;color:var(--text-dim);font-family:Consolas,monospace}.shell-comms-badge{font-size:9px;color:var(--good);font-weight:600}.shell-comms-remove{background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-dim);width:28px;cursor:pointer}.shell-comms-thread{border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;min-height:200px;overflow:hidden}.shell-comms-thread-head{padding:8px 10px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:2px;font-size:12px}.shell-comms-thread-head span{color:var(--text-dim);font-size:11px}.shell-comms-disclosure{padding:8px 10px;border-bottom:1px solid var(--border);max-height:140px;overflow-y:auto}.shell-comms-disclosure h4{margin:0 0 4px;font-size:12px}.shell-comms-disclosure-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.shell-comms-disclosure-list label{font-size:12px}.shell-comms-disclosure-guarded{color:var(--warn);font-size:11px}.shell-comms-messages{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.shell-comms-msg{max-width:85%;display:flex;flex-direction:column;gap:2px}.shell-comms-msg-in{align-self:flex-start}.shell-comms-msg-out{align-self:flex-end;text-align:right}.shell-comms-msg-text{background:var(--bg-inset);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.4}.shell-comms-msg-out .shell-comms-msg-text{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.shell-comms-msg time{font-size:10px;color:var(--text-dim)}.shell-comms-msg-warning{background:#e6b34d1f;border:1px solid rgba(230,179,77,.45);border-radius:8px;padding:6px 10px;font-size:11px;line-height:1.4;color:var(--warn)}.shell-comms-compose{display:flex;gap:8px;padding:8px;border-top:1px solid var(--border)}.shell-comms-compose input{flex:1;background:var(--bg-inset);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:8px 10px;font-size:13px}.shell-comms-empty{font-size:12px;color:var(--text-dim);padding:8px;margin:0;list-style:none}.shell-comms-coordination-organizer{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.shell-comms-coordination-organizer h4{margin:0 0 4px;font-size:12px}.shell-comms-coord{margin-bottom:8px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg)}.shell-comms-coord-out{background:color-mix(in srgb,var(--accent) 10%,var(--bg))}.shell-comms-coord-head{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.shell-comms-coord-head strong{font-size:12px}.shell-comms-coord-meta{margin:0 0 8px;font-size:12px;color:var(--text-dim)}.shell-comms-coord-slots{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:6px}.shell-comms-coord-slots li{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.shell-comms-coord-rsvp{display:flex;gap:6px;margin-bottom:6px}.shell-comms-coord time{display:block;font-size:11px;color:var(--text-dim)}.comms-toolbar{flex:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border);background:var(--bg-raised)}.comms-toolbar-title h2{margin:0;font-size:18px;font-weight:650}.comms-toolbar-sub{margin:4px 0 0;font-size:12px;color:var(--text-dim)}.comms-toolbar-actions{display:flex;gap:8px}.comms-toolbar-actions button{background:var(--bg-raised);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);padding:8px 14px;font-size:13px;cursor:pointer}.comms-main--demo{display:flex;flex-direction:column;min-height:0}.atom-field-label{font-size:12px;color:var(--text-dim)}
