@layer components{.shell-layout{grid-template-columns:56px 1fr;min-height:100vh;display:grid}@media (max-width:768px){.shell-layout{grid-template-columns:1fr}}.shell-content{flex-direction:column;height:100vh;display:flex;overflow:hidden}.shell-topbar{align-items:center;gap:var(--shell-spacing-lg);padding:var(--shell-spacing-md) var(--shell-spacing-xl);border-bottom:1px solid var(--shell-color-border);background:var(--shell-color-app-bg);flex-shrink:0;height:48px;display:flex}.shell-topbar-brand{align-items:center;gap:var(--shell-spacing-sm);color:var(--shell-color-brand);font-size:.875rem;font-weight:600;display:flex}.shell-topbar-title{color:var(--shell-color-text-muted);flex:1;min-width:0;margin:0;font-size:.9rem;font-weight:500}.shell-announcement-banner{border-bottom:1px solid var(--shell-color-border);background:var(--shell-announcement-bg);color:var(--shell-announcement-text);flex-shrink:0;align-items:center;height:36px;display:flex;overflow:hidden}.shell-announcement-marquee{will-change:transform;align-items:center;width:max-content;animation:shell-announcement-marquee 28s linear infinite;display:flex}.shell-announcement-item{white-space:nowrap;align-items:center;gap:10px;min-width:max-content;padding:0 18px;font-size:.825rem;font-weight:500;line-height:1;display:inline-flex}.shell-announcement-megaphone{opacity:.95;justify-content:center;align-items:center;display:inline-flex}.shell-announcement-content,.shell-announcement-content .shell-markdown{margin:0;display:inline}.shell-announcement-content .shell-markdown blockquote,.shell-announcement-content .shell-markdown li,.shell-announcement-content .shell-markdown ol,.shell-announcement-content .shell-markdown p,.shell-announcement-content .shell-markdown ul{margin:0;padding:0;display:inline}.shell-announcement-content a{color:inherit;text-decoration:underline}.shell-announcement-gif-overlay{z-index:1200;background:rgba(2,6,23,.72);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.shell-announcement-gif-modal{background:#000;border-radius:14px;max-width:min(1100px,95vw);max-height:85vh;overflow:hidden;box-shadow:0 24px 60px rgba(2,6,23,.45)}.shell-announcement-gif-image{object-fit:contain;width:100%;height:auto;max-height:85vh;display:block}.shell-deploy{align-items:center;display:flex;position:relative}.shell-deploy-pill{border-radius:var(--shell-radius-full);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background var(--shell-transition-fast),border-color var(--shell-transition-fast),transform var(--shell-transition-fast);white-space:nowrap;background:none;border:1px solid;align-items:center;gap:8px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.shell-deploy-pill--open,.shell-deploy-pill:hover{transform:translateY(-1px)}.shell-deploy-pill--default{color:var(--shell-color-brand);background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.3)}.shell-deploy-pill--info{color:var(--shell-color-info);background:rgba(14,165,233,.1);border-color:rgba(14,165,233,.3)}.shell-deploy-pill--success{color:var(--shell-color-positive);background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.3)}.shell-deploy-pill--warning{color:var(--shell-color-warning);background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.3)}.shell-deploy-pill--error{color:var(--shell-color-negative);background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3)}[data-theme=dark] .shell-deploy-pill--default{background:rgba(129,140,248,.15);border-color:rgba(129,140,248,.35)}[data-theme=dark] .shell-deploy-pill--info{background:rgba(56,189,248,.15);border-color:rgba(56,189,248,.35)}[data-theme=dark] .shell-deploy-pill--success{background:rgba(52,211,153,.15);border-color:rgba(52,211,153,.35)}[data-theme=dark] .shell-deploy-pill--warning{background:rgba(251,146,60,.15);border-color:rgba(251,146,60,.35)}[data-theme=dark] .shell-deploy-pill--error{background:hsla(0,91%,71%,.15);border-color:hsla(0,91%,71%,.35)}.shell-deploy-pill-dot{opacity:.9;background:currentColor;border-radius:999px;flex-shrink:0;width:8px;height:8px}.shell-deploy-pill-dot--info{animation:shell-deploy-pulse 1.8s ease-in-out infinite}.shell-deploy-pill-chevron{opacity:.7;transition:transform var(--shell-transition-fast)}.shell-deploy-pill-chevron--open{transform:rotate(180deg)}.shell-deploy-menu{border-radius:var(--shell-radius-xl);border:1px solid var(--shell-color-border);background:var(--shell-color-surface-elevated);box-shadow:var(--shell-shadow-lg);padding:var(--shell-spacing-md);z-index:55;gap:var(--shell-spacing-md);width:min(420px,100vw - 32px);display:grid;position:absolute;top:calc(100% + 10px);right:0}.shell-deploy-menu-header{justify-content:space-between;align-items:flex-start;gap:var(--shell-spacing-md);display:flex}.shell-deploy-menu-title{color:var(--shell-color-text);font-size:.9rem;font-weight:600}.shell-deploy-menu-subtitle{color:var(--shell-color-text-muted);margin-top:4px;font-size:.8rem}.shell-deploy-status-tag{border-radius:var(--shell-radius-full);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid transparent;justify-content:center;align-items:center;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.shell-deploy-status-tag--default{color:var(--shell-color-brand);background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.28)}.shell-deploy-status-tag--info{color:var(--shell-color-info);background:rgba(14,165,233,.12);border-color:rgba(14,165,233,.28)}.shell-deploy-status-tag--success{color:var(--shell-color-positive);background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.28)}.shell-deploy-status-tag--warning{color:var(--shell-color-warning);background:rgba(249,115,22,.12);border-color:rgba(249,115,22,.28)}.shell-deploy-status-tag--error{color:var(--shell-color-negative);background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.28)}.shell-deploy-callout{justify-content:space-between;align-items:center;gap:var(--shell-spacing-md);border-radius:var(--shell-radius-lg);border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);padding:10px 12px;display:flex}.shell-deploy-callout-text{color:var(--shell-color-text);font-size:.813rem;line-height:1.45}.shell-deploy-action{border:1px solid var(--shell-color-brand);background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);border-radius:var(--shell-radius-lg);cursor:pointer;transition:background var(--shell-transition-fast);flex-shrink:0;padding:7px 11px;font-size:.75rem;font-weight:600}.shell-deploy-action:hover{background:var(--shell-surface-brand-soft)}.shell-deploy-message{color:var(--shell-color-text-muted);font-size:.78rem;line-height:1.45}.shell-deploy-summary{gap:var(--shell-spacing-sm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.shell-deploy-summary-item{border-radius:var(--shell-radius-lg);border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);gap:4px;padding:10px 12px;display:grid}.shell-deploy-summary-label{letter-spacing:.04em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.7rem;font-weight:700}.shell-deploy-summary-value{color:var(--shell-color-text);font-size:.8rem;line-height:1.4}.shell-deploy-highlight{border-radius:var(--shell-radius-lg);border:1px solid var(--shell-color-border);background:linear-gradient(135deg,rgba(15,23,42,.06),rgba(15,23,42,.02));gap:6px;padding:12px;display:grid}[data-theme=dark] .shell-deploy-highlight{background:linear-gradient(135deg,rgba(148,163,184,.08),rgba(15,23,42,.24))}.shell-deploy-highlight-label{letter-spacing:.04em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.7rem;font-weight:700}.shell-deploy-highlight-body{color:var(--shell-color-text);flex-wrap:wrap;gap:8px;font-size:.8rem;display:flex}.shell-deploy-activity-header{justify-content:space-between;align-items:center;gap:var(--shell-spacing-sm);color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;display:flex}.shell-deploy-activity-list{gap:8px;display:grid}.shell-deploy-activity-item{border-radius:var(--shell-radius-lg);border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:inherit;transition:border-color var(--shell-transition-fast),transform var(--shell-transition-fast);gap:6px;padding:10px 12px;text-decoration:none;display:grid}.shell-deploy-activity-item:hover{border-color:var(--shell-color-brand);transform:translateY(-1px)}.shell-deploy-activity-bottomline,.shell-deploy-activity-topline{justify-content:space-between;align-items:center;gap:var(--shell-spacing-sm);display:flex}.shell-deploy-activity-topline{color:var(--shell-color-text);font-size:.82rem}.shell-deploy-activity-bottomline{color:var(--shell-color-text-muted);font-size:.76rem}.shell-deploy-activity-state{border-radius:var(--shell-radius-full);letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent;flex-shrink:0;justify-content:center;align-items:center;padding:2px 8px;font-size:.66rem;font-weight:700;display:inline-flex}.shell-deploy-activity-state--building,.shell-deploy-activity-state--queued{color:var(--shell-color-info);background:rgba(14,165,233,.12);border-color:rgba(14,165,233,.28)}.shell-deploy-activity-state--ready{color:var(--shell-color-positive);background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.28)}.shell-deploy-activity-state--canceled,.shell-deploy-activity-state--error{color:var(--shell-color-negative);background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.28)}.shell-deploy-activity-state--unknown{color:var(--shell-color-brand);background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.28)}.shell-deploy-empty{border-radius:var(--shell-radius-lg);border:1px dashed var(--shell-color-border);color:var(--shell-color-text-muted);text-align:center;padding:16px 12px;font-size:.8rem}@keyframes shell-deploy-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes shell-announcement-marquee{0%{transform:translateX(100vw)}to{transform:translateX(calc(-50% - 100vw))}}@media (max-width:1200px){.shell-topbar-title{display:none}}@media (max-width:900px){.shell-topbar{gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm) var(--shell-spacing-md);overflow-x:auto}.shell-deploy-menu{left:0;right:auto}.shell-deploy-summary{grid-template-columns:1fr}.shell-time-pill{min-width:132px}.shell-announcement-modal{max-height:94vh}.shell-announcement-row{grid-template-columns:1fr}}.shell-time{align-items:center;display:flex;position:relative}.shell-time-pill{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-full);cursor:pointer;transition:all var(--shell-transition-fast);flex-direction:column;align-items:flex-start;min-width:160px;padding:6px 10px;line-height:1.1;display:flex}.shell-time-pill:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-soft)}.shell-time-pill--open{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak)}.shell-time-pill-clock{font-size:.813rem;font-weight:600}.shell-time-pill-zone{color:var(--shell-color-text-muted);font-size:.7rem}.shell-time-menu{border-radius:var(--shell-radius-xl);border:1px solid var(--shell-color-border);background:var(--shell-color-surface-elevated);box-shadow:var(--shell-shadow-lg);padding:var(--shell-spacing-md);z-index:50;width:300px;position:absolute;top:calc(100% + 10px);right:0}.shell-time-menu-title{color:var(--shell-color-text);margin-bottom:var(--shell-spacing-sm);font-size:.813rem;font-weight:600}.shell-time-menu-options{margin-bottom:var(--shell-spacing-md);grid-template-columns:1fr;gap:6px;display:grid}.shell-time-menu-option{text-align:left;border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-lg);cursor:pointer;transition:all var(--shell-transition-fast);padding:8px 10px;font-size:.813rem}.shell-time-menu-option:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-soft)}.shell-time-menu-option.active{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak);color:var(--shell-color-brand)}.shell-time-menu-custom{gap:var(--shell-spacing-sm);display:grid}.shell-time-menu-input{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-lg);width:100%;padding:8px 10px;font-size:.813rem}.shell-time-menu-actions{gap:var(--shell-spacing-sm);justify-content:flex-end;display:flex}.shell-time-menu-action{border:1px solid var(--shell-color-brand);background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);border-radius:var(--shell-radius-lg);cursor:pointer;transition:all var(--shell-transition-fast);padding:8px 12px;font-size:.813rem}.shell-time-menu-action.secondary{border-color:var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text)}.shell-time-menu-action:hover{background:var(--shell-surface-brand-soft)}.shell-announcement-trigger{border-radius:var(--shell-radius-full);border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);cursor:pointer;transition:all var(--shell-transition-fast);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.shell-announcement-trigger:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-soft);color:var(--shell-color-brand);transform:translateY(-1px)}.shell-announcement-trigger:active{transform:translateY(0)}.shell-notification{align-items:center;display:flex;position:relative}.shell-notification-trigger{border-radius:var(--shell-radius-full);border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);cursor:pointer;transition:all var(--shell-transition-fast);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:relative}.shell-notification-trigger--open,.shell-notification-trigger:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-soft);color:var(--shell-color-brand);transform:translateY(-1px)}.shell-notification-badge{background:var(--shell-color-negative);color:#fff;border:1px solid var(--shell-color-app-bg);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.63rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.shell-notification-menu{border-radius:var(--shell-radius-xl);border:1px solid var(--shell-color-border);background:var(--shell-color-surface-elevated);box-shadow:var(--shell-shadow-lg);z-index:65;grid-template-rows:auto auto 1fr;width:min(420px,100vw - 28px);max-height:min(72vh,620px);display:grid;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.shell-notification-menu-header{border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.shell-notification-menu-title{color:var(--shell-color-text);font-size:.88rem;font-weight:600}.shell-notification-menu-subtitle{color:var(--shell-color-text-muted);margin-top:2px;font-size:.75rem}.shell-notification-menu-action{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-md);cursor:pointer;transition:all var(--shell-transition-fast);white-space:nowrap;padding:6px 10px;font-size:.74rem;font-weight:500}.shell-notification-menu-action:hover:not(:disabled){border-color:var(--shell-color-brand);color:var(--shell-color-brand);background:var(--shell-surface-brand-soft)}.shell-notification-menu-action:disabled{opacity:.5;cursor:not-allowed}.shell-notification-empty{border-bottom:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);padding:16px 14px;font-size:.8rem}.shell-notification-list{gap:0;display:grid;overflow-y:auto}.shell-notification-item{border:0;border-bottom:1px solid var(--shell-color-border);text-align:left;cursor:pointer;transition:background var(--shell-transition-fast);background:none;gap:4px;padding:11px 14px 12px;display:grid}.shell-notification-item:last-child{border-bottom:0}.shell-notification-item:hover{background:var(--shell-surface-brand-faint)}.shell-notification-item.unread{background:linear-gradient(90deg,var(--shell-surface-brand-faint),transparent)}.shell-notification-item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.shell-notification-kind{letter-spacing:.03em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.68rem;font-weight:700}.shell-notification-time{color:var(--shell-color-text-muted);white-space:nowrap;font-size:.72rem}.shell-notification-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.shell-notification-title{color:var(--shell-color-text);font-size:.82rem;font-weight:600;line-height:1.3}.shell-notification-unread-dot{background:var(--shell-color-negative);border-radius:50%;flex-shrink:0;width:8px;height:8px}.shell-notification-body{color:var(--shell-color-text-muted);margin:0;font-size:.77rem;line-height:1.45}.shell-user-pill{align-items:center;gap:var(--shell-spacing-sm);border-radius:var(--shell-radius-full);background:var(--shell-surface-brand-weak);border:1px solid var(--shell-border-brand-soft);color:var(--shell-color-brand);cursor:pointer;transition:all var(--shell-transition-fast);margin-left:auto;padding:6px 14px;font-size:.813rem;font-weight:500;display:flex}.shell-user-pill:hover{background:var(--shell-surface-brand-soft);border-color:var(--shell-border-brand-strong);transform:translateY(-1px)}.shell-user-pill:active{transform:translateY(0)}[data-theme=dark] .shell-user-pill{background:var(--shell-surface-brand-soft);border-color:var(--shell-border-brand-soft)}[data-theme=dark] .shell-user-pill:hover{background:var(--shell-surface-brand-strong);border-color:var(--shell-border-brand-strong)}.shell-account-modal-backdrop{z-index:calc(var(--shell-z-modal) + 24);background:rgba(2,6,23,.36);justify-content:flex-end;align-items:flex-start;padding:64px 20px 20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.shell-account-modal{border-radius:var(--shell-radius-xl);border:1px solid var(--shell-color-border);background:var(--shell-color-surface-elevated);box-shadow:var(--shell-shadow-lg);width:min(360px,100vw - 32px);overflow:hidden}.shell-account-modal-header{border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.shell-account-modal-header h2{color:var(--shell-color-text);margin:0 0 3px;font-size:.98rem}.shell-account-modal-header p{color:var(--shell-color-text-muted);margin:0;font-size:.8rem}.shell-account-modal-close{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-md);cursor:pointer;width:28px;height:28px;font-size:1rem;line-height:1}.shell-account-modal-close:disabled{opacity:.6;cursor:not-allowed}.shell-account-modal-body{gap:10px;padding:14px 16px 16px;display:grid}.shell-account-modal-action{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-md);text-align:left;cursor:pointer;transition:all var(--shell-transition-fast);padding:10px 12px;font-size:.86rem;font-weight:500}.shell-account-modal-action:hover:not(:disabled){border-color:var(--shell-border-brand-strong);background:var(--shell-surface-brand-faint);color:var(--shell-color-brand)}.shell-account-modal-action:disabled{opacity:.65;cursor:not-allowed}.shell-account-modal-action-danger{color:var(--shell-color-negative);border-color:rgba(239,68,68,.35)}.shell-account-modal-action-danger:hover:not(:disabled){color:var(--shell-color-negative);background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.6)}.shell-account-modal-feedback{margin:4px 0 0;font-size:.78rem}.shell-announcement-modal-backdrop{z-index:calc(var(--shell-z-modal) + 20);background:rgba(2,6,23,.45);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.shell-announcement-modal{border-radius:var(--shell-radius-xl);border:1px solid var(--shell-color-border);background:var(--shell-color-surface-elevated);box-shadow:var(--shell-shadow-lg);grid-template-rows:auto 1fr auto;width:min(860px,100%);max-height:min(92vh,760px);display:grid;overflow:hidden}.shell-announcement-modal-header{border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.shell-announcement-modal-header h2{color:var(--shell-color-text);margin:0 0 4px;font-size:1.05rem}.shell-announcement-modal-header p{color:var(--shell-color-text-muted);margin:0;font-size:.82rem}.shell-announcement-modal-close{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-md);cursor:pointer;width:30px;height:30px;font-size:1.1rem;line-height:1}.shell-announcement-modal-body{gap:14px;padding:16px 18px;display:grid;overflow-y:auto}.shell-announcement-modal-footer{border-top:1px solid var(--shell-color-border);justify-content:flex-end;gap:10px;padding:14px 18px;display:flex}.shell-announcement-modal-footer button{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);border-radius:var(--shell-radius-md);cursor:pointer;transition:all var(--shell-transition-fast);padding:8px 14px}.shell-announcement-modal-footer button:last-child{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak);color:var(--shell-color-brand)}.shell-announcement-modal-footer button:hover:not(:disabled){transform:translateY(-1px)}.shell-announcement-modal-footer button:disabled{opacity:.55;cursor:not-allowed}.shell-announcement-toggle{color:var(--shell-color-text);align-items:center;gap:8px;font-size:.85rem;display:inline-flex}.shell-announcement-field{gap:8px;display:grid}.shell-announcement-field label{color:var(--shell-color-text-muted);font-size:.8rem;font-weight:600}.shell-announcement-editor{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);padding:10px 12px;line-height:1.4}.shell-announcement-field-meta{color:var(--shell-color-text-muted);justify-content:space-between;align-items:center;font-size:.74rem;display:flex}.shell-announcement-counter{color:var(--shell-color-text-muted);font-weight:600}.shell-announcement-counter--over{color:var(--shell-color-negative)}.shell-announcement-swatch-grid{flex-wrap:wrap;gap:8px;display:flex}.shell-announcement-swatch{border-radius:var(--shell-radius-md);cursor:pointer;transition:all var(--shell-transition-fast);border:1px solid transparent;padding:6px 10px;font-size:.78rem;font-weight:600}.shell-announcement-swatch--active{box-shadow:0 0 0 2px rgba(var(--shell-color-brand-rgb),.4);transform:translateY(-1px)}.shell-announcement-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.shell-announcement-field input[type=datetime-local],.shell-announcement-user-search{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-surface-neutral-weak);color:var(--shell-color-text);padding:8px 10px;font-size:.8rem}.shell-announcement-audience-options{color:var(--shell-color-text);flex-wrap:wrap;gap:14px;font-size:.82rem;display:flex}.shell-announcement-audience-options label{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.shell-announcement-picker{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);background:var(--shell-surface-neutral-hint);gap:8px;padding:10px;display:grid}.shell-announcement-picker label{color:var(--shell-color-text);align-items:center;gap:8px;font-size:.8rem;display:flex}.shell-announcement-user-list{gap:6px;max-height:180px;padding-right:2px;display:grid;overflow-y:auto}.shell-announcement-empty{text-align:center;padding:10px 0}.shell-announcement-empty,.shell-announcement-muted{color:var(--shell-color-text-muted);font-size:.78rem}.shell-announcement-error{color:var(--shell-color-negative);margin:0;font-size:.82rem}.shell-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.shell-sidebar-trigger{z-index:1000;cursor:pointer;width:8px;height:100vh;position:fixed;top:0;left:0}.shell-icon-rail{background:var(--shell-gradient-sidebar);border-right:1px solid var(--shell-color-border);padding:var(--shell-spacing-md);align-items:center;gap:var(--shell-spacing-md);flex-direction:column;height:100vh;transition:transform .25s ease-in-out,opacity .25s ease-in-out;display:flex;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto}.shell-icon-rail--autohide{z-index:1001;opacity:0;box-shadow:var(--shell-shadow-lg);position:fixed;top:0;left:0;transform:translateX(-100%)}.shell-icon-rail--autohide.shell-icon-rail--visible{opacity:1;transform:translateX(0)}.shell-layout--autohide{grid-template-columns:1fr}[data-theme=light] .shell-icon-rail{border-right-color:var(--shell-color-border-strong);background:linear-gradient(#f8fafc,#f1f5f9)}.shell-rail-brand{padding:var(--shell-spacing-sm);color:var(--shell-color-brand)}.shell-rail-nav{align-items:center;gap:var(--shell-spacing-xs);flex-direction:column;flex:1;display:flex}.shell-rail-item{border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);transition:background var(--shell-transition-fast),color var(--shell-transition-fast);justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.shell-rail-item:hover{background:var(--shell-surface-brand-faint);color:var(--shell-color-text)}[data-theme=light] .shell-rail-item:hover{background:var(--shell-surface-brand-weak)}.shell-rail-item.active{background:var(--shell-surface-brand-soft);color:var(--shell-color-brand)}.shell-rail-item.disabled{opacity:.4;cursor:not-allowed}.shell-rail-badge{background:var(--shell-color-negative);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:600;display:flex;position:absolute;top:2px;right:2px}.shell-rail-footer{padding-top:var(--shell-spacing-md);margin-top:auto}.shell-rail-divider{background:var(--shell-color-border);margin:var(--shell-spacing-sm) 0;width:24px;height:1px}[data-theme=light] .shell-rail-divider{background:var(--shell-color-border-strong)}.shell-rail-favorite{cursor:grab}.shell-rail-favorite:active{cursor:grabbing}.shell-rail-favorite.dragging{opacity:.5}.shell-rail-favorite.drag-over{background:var(--shell-surface-brand-strong)}.shell-rail-add-favorite{position:relative}.shell-rail-add-btn{cursor:pointer;color:var(--shell-color-text-muted);opacity:.5;transition:opacity var(--shell-transition-fast);background:none;border:none}.shell-rail-add-btn:hover{opacity:1}.shell-rail-dropdown{left:calc(100% + var(--shell-spacing-sm));background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);box-shadow:var(--shell-shadow-lg);padding:var(--shell-spacing-xs);z-index:100;min-width:200px;max-height:300px;position:absolute;top:0;overflow-y:auto}.shell-rail-dropdown-item{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm) var(--shell-spacing-md);color:var(--shell-color-text);text-align:left;border-radius:var(--shell-radius-md);cursor:pointer;transition:background var(--shell-transition-fast);background:none;border:none;width:100%;font-size:.875rem;display:flex}.shell-rail-dropdown-item:hover{background:var(--shell-surface-brand-weak)}.shell-rail-dropdown-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.shell-rail-dropdown-icon svg{width:16px;height:16px}.shell-rail-dropdown-empty{padding:var(--shell-spacing-md);color:var(--shell-color-text-muted);text-align:center;font-size:.813rem}.shell-add-favorite-modal{border:1px solid var(--shell-surface-neutral-strong);border-radius:var(--shell-radius-lg);background:#1e293b;flex-direction:column;min-width:240px;max-width:300px;max-height:400px;display:flex;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.4)}[data-theme=light] .shell-add-favorite-modal{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.15)}.shell-add-favorite-modal-header{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border);color:var(--shell-color-text);justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.shell-add-favorite-modal-close{color:var(--shell-color-text-muted);cursor:pointer;border-radius:var(--shell-radius-sm);transition:background var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border:none;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.shell-add-favorite-modal-close:hover{background:var(--shell-surface-brand-weak);color:var(--shell-color-text)}.shell-add-favorite-modal-content{padding:var(--shell-spacing-sm);flex:1;overflow-y:auto}.shell-add-favorite-modal-item{align-items:center;gap:var(--shell-spacing-md);padding:var(--shell-spacing-sm) var(--shell-spacing-md);color:var(--shell-color-text);text-align:left;border-radius:var(--shell-radius-md);cursor:pointer;transition:background var(--shell-transition-fast);background:none;border:none;width:100%;font-size:.875rem;display:flex}.shell-add-favorite-modal-item:hover{background:var(--shell-surface-brand-weak)}.shell-add-favorite-modal-icon{color:var(--shell-color-text-muted);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.shell-add-favorite-modal-icon svg{width:20px;height:20px}.shell-add-favorite-modal-empty{padding:var(--shell-spacing-lg);color:var(--shell-color-text-muted);text-align:center;font-size:.813rem}.pulse-fab{background:linear-gradient(135deg,var(--shell-color-accent),var(--shell-color-brand));color:var(--shell-color-text-inverse);cursor:pointer;z-index:12000;transition:transform var(--shell-transition-fast),box-shadow var(--shell-transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.4rem;font-weight:700;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 12px 26px rgba(15,23,42,.35)}.pulse-fab:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(15,23,42,.45)}.pulse-fab:active{transform:translateY(1px)}.pulse-fab-icon{font-size:1.4rem;line-height:1;display:block}.shell-layout:has(.dashboard-add-widget-fab) .pulse-fab{right:96px}@media (max-width:768px){.shell-layout{--shell-mobile-rail-height:72px}.shell-sidebar-trigger{display:none}.shell-icon-rail{min-height:var(--shell-mobile-rail-height);padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-right:none;border-top:1px solid var(--shell-color-border);z-index:1100;flex-direction:row;align-items:center;gap:8px;height:auto;position:fixed;top:auto;bottom:0;left:0;right:0;overflow-x:auto;overflow-y:hidden;box-shadow:0 -8px 20px rgba(2,6,23,.25)}.shell-icon-rail--autohide,.shell-icon-rail--autohide.shell-icon-rail--visible{opacity:1;top:auto;bottom:0;left:0;right:0;transform:translateY(0)}.shell-rail-nav{flex-direction:row;flex:auto;align-items:center;gap:4px;min-width:max-content}.shell-rail-item{flex:none;width:44px;height:44px}.shell-rail-divider{flex:none;width:1px;height:24px;margin:0 6px}.shell-rail-footer{flex:none;margin-top:0;padding-top:0}.shell-content .shell-main{padding-bottom:calc(var(--shell-spacing-lg) + var(--shell-mobile-rail-height) + env(safe-area-inset-bottom))}}.pulse-palette-overlay{-webkit-backdrop-filter:blur(14px) saturate(135%);backdrop-filter:blur(14px) saturate(135%);z-index:12010;background:radial-gradient(circle at top,rgba(15,23,42,.78),rgba(2,6,23,.94));justify-content:center;align-items:flex-start;padding:10vh 24px 24px;animation:pulse-fade-in .18s ease-out;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.pulse-palette-overlay--drawer{-webkit-backdrop-filter:none;backdrop-filter:none;background:none;justify-content:stretch;align-items:flex-end;padding:24px 20px 0}.pulse-palette{background:color-mix(in srgb,var(--shell-color-surface-alt) 94%,var(--shell-color-app-bg) 6%);border:1px solid var(--shell-color-border);border-radius:20px;flex-direction:column;width:min(720px,94vw);animation:pulse-rise-in .2s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(2,6,23,.45)}.pulse-palette:not(.pulse-palette--drawer){background:color-mix(in srgb,var(--shell-color-surface-alt) 98%,var(--shell-color-app-bg) 2%)}.pulse-palette--drawer{border-radius:22px 22px 0 0;width:min(1320px,100vw - 40px);height:min(76vh,880px);max-height:min(76vh,880px);margin:0 auto}.pulse-palette--resizing{transition:none;animation:none}.pulse-palette-resize-handle{z-index:8;touch-action:none;background:none;border:none;padding:0;position:absolute}.pulse-palette-resize-handle:focus-visible{outline:2px solid var(--shell-color-primary);outline-offset:-2px}.pulse-palette-resize-handle--top{cursor:ns-resize;height:14px;top:0;left:24px;right:24px}.pulse-palette-resize-handle--top:after{content:"";background:rgba(148,163,184,.7);border-radius:999px;width:60px;height:4px;position:absolute;top:4px;left:50%;transform:translateX(-50%)}.pulse-palette-resize-handle--left{cursor:ew-resize;width:12px;top:18px;bottom:0;left:0}.pulse-palette-resize-handle--right{cursor:ew-resize;width:12px;top:18px;bottom:0;right:0}.pulse-palette-resize-handle--corner{cursor:nesw-resize;width:22px;height:22px;top:0;right:0}.pulse-palette-resize-handle--corner:after{content:"";border-top:2px solid rgba(148,163,184,.8);border-right:2px solid rgba(148,163,184,.8);border-top-right-radius:4px;width:10px;height:10px;position:absolute;top:6px;right:6px}.pulse-palette-close{color:var(--shell-color-text-muted);cursor:pointer;transition:background var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.pulse-palette-close:hover{color:var(--shell-color-text);background:var(--shell-surface-neutral-weak)}.pulse-palette-target{border-bottom:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-hint);align-items:center;gap:12px;padding:12px 22px;font-size:.85rem;display:flex}.pulse-palette-target-label{text-transform:uppercase;letter-spacing:.08em;color:var(--shell-color-text-muted);font-size:.7rem}.pulse-palette-target-value{color:var(--shell-color-text);flex:1;font-weight:600}.pulse-palette-target-action{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);letter-spacing:.08em;text-transform:uppercase;background:none;border-radius:999px;padding:4px 10px;font-size:.7rem}.pulse-palette-input-row{align-items:center;gap:12px;padding:18px 22px 12px;display:flex}.pulse-palette-input{color:var(--shell-color-text);background:none;border:none;outline:none;flex:1;font-size:1.1rem;font-weight:600}.pulse-palette-input::placeholder{color:var(--shell-color-text-muted);font-weight:500}.pulse-palette-hint{text-transform:uppercase;letter-spacing:.12em;color:var(--shell-color-text-muted);font-size:.7rem}.pulse-palette-results{flex-direction:column;gap:6px;max-height:320px;padding:8px 18px 12px;display:flex;overflow-y:auto}.pulse-palette-preview{border-top:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-hint);padding:14px 22px 8px}.pulse-palette-preview-title{text-transform:uppercase;letter-spacing:.14em;color:var(--shell-color-text-muted);margin-bottom:8px;font-size:.7rem}.pulse-palette-preview-body{flex-direction:column;gap:6px;display:flex}.pulse-palette-preview-name{color:var(--shell-color-text);font-size:.95rem;font-weight:600}.pulse-palette-preview-description{color:var(--shell-color-text-muted);font-size:.85rem}.pulse-palette-preview-examples{flex-direction:column;gap:6px;display:flex}.pulse-palette-preview-example{color:var(--shell-color-text-inverse);white-space:nowrap;text-overflow:ellipsis;background:rgba(15,23,42,.4);border-radius:8px;padding:6px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;overflow:hidden}[data-theme=light] .pulse-palette-preview-example{color:var(--shell-color-text);background:rgba(148,163,184,.2)}.pulse-palette-preview-empty{color:var(--shell-color-text-muted);font-size:.85rem}.pulse-palette-item{color:var(--shell-color-text);cursor:pointer;transition:background var(--shell-transition-fast),border var(--shell-transition-fast);background:none;border:1px solid transparent;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:12px 14px;display:flex}.pulse-palette-item.active,.pulse-palette-item:hover{background:var(--shell-surface-brand-weak);border-color:var(--shell-border-brand-soft)}.pulse-palette-item-main{text-align:left;flex-direction:column;gap:4px;display:flex}.pulse-palette-item-label{font-size:1rem;font-weight:600}.pulse-palette-item-description{color:var(--shell-color-text-muted);font-size:.82rem}.pulse-palette-item-kind{text-transform:uppercase;letter-spacing:.12em;color:var(--shell-color-text-muted);font-size:.7rem}.pulse-palette-empty{color:var(--shell-color-text-muted);text-align:center;padding:18px;font-size:.85rem}.pulse-slash-menu{background:var(--shell-color-surface-elevated);border:1px solid var(--shell-color-border);color:var(--shell-color-text);z-index:12020;border-radius:14px;width:min(320px,86vw);position:fixed;overflow:hidden;box-shadow:0 18px 40px rgba(2,6,23,.45)}.pulse-slash-filter{border-bottom:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-hint);padding:10px 12px 8px}.pulse-slash-input{color:var(--shell-color-text);background:none;border:none;outline:none;width:100%;font-size:.85rem;font-weight:600}.pulse-slash-input::placeholder{color:var(--shell-color-text-muted);font-weight:500}.pulse-slash-list{flex-direction:column;gap:6px;max-height:320px;padding:6px 10px 8px;display:flex;overflow-y:auto}.pulse-slash-section{flex-direction:column;gap:4px;display:flex}.pulse-slash-section-title{text-transform:uppercase;letter-spacing:.14em;color:var(--shell-color-text-muted);padding:6px 6px 2px;font-size:.65rem}.pulse-slash-item{color:var(--shell-color-text);cursor:pointer;text-align:left;transition:background var(--shell-transition-fast),border var(--shell-transition-fast);background:none;border:1px solid transparent;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.pulse-slash-item.active,.pulse-slash-item:hover{background:var(--shell-surface-brand-weak);border-color:var(--shell-border-brand-soft)}.pulse-slash-item-main{flex-direction:column;gap:2px;display:flex}.pulse-slash-item-label{font-size:.9rem;font-weight:600}.pulse-slash-item-description{color:var(--shell-color-text-muted);font-size:.75rem}.pulse-slash-item-hint{color:var(--shell-color-text-muted);white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.7rem}.pulse-slash-empty{color:var(--shell-color-text-muted);padding:12px 8px;font-size:.8rem}.pulse-slash-footer{color:var(--shell-color-text-muted);border-top:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-hint);padding:8px 12px 10px;font-size:.7rem}.rich-text-input{white-space:pre-wrap}.rich-text-input[contenteditable=true]:empty:before{content:attr(data-placeholder);color:var(--shell-color-text-muted);pointer-events:none}.rich-text-input[contenteditable=false]{opacity:.6;cursor:not-allowed}.shell-markdown{flex-direction:column;gap:.45rem;display:flex}.shell-markdown h1,.shell-markdown h2,.shell-markdown h3{margin:0;line-height:1.2}.shell-markdown h1{font-size:1.35rem;font-weight:700}.shell-markdown h2{font-size:1.15rem;font-weight:700}.shell-markdown h3{font-size:1rem;font-weight:700}.shell-markdown p{margin:0}.shell-markdown ol,.shell-markdown ul{margin:0;padding-left:1.35rem}.shell-markdown li{margin:.2rem 0}.shell-markdown li.shell-markdown-task{align-items:center;gap:.5rem;display:flex}.shell-markdown li.shell-markdown-task input{margin:0}.shell-markdown blockquote{border-left:3px solid var(--shell-color-border);color:var(--shell-color-text-muted);margin:0;padding-left:.85rem}.shell-markdown code{background:rgba(148,163,184,.2);border-radius:6px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85em}.shell-markdown pre{color:var(--shell-color-text-inverse);background:rgba(15,23,42,.55);border-radius:10px;margin:0;padding:12px 14px;overflow-x:auto}[data-theme=light] .shell-markdown pre{color:var(--shell-color-text);background:rgba(148,163,184,.18)}.shell-markdown pre code{font-variant-ligatures:none;-moz-tab-size:2;tab-size:2;background:none;padding:0;font-size:.85em}.shell-markdown pre code .token.cdata,.shell-markdown pre code .token.comment,.shell-markdown pre code .token.doctype,.shell-markdown pre code .token.prolog{color:#94a3b8}.shell-markdown pre code .token.punctuation{color:#cbd5f5}.shell-markdown pre code .token.constant,.shell-markdown pre code .token.deleted,.shell-markdown pre code .token.property,.shell-markdown pre code .token.symbol,.shell-markdown pre code .token.tag{color:#fca5a5}.shell-markdown pre code .token.boolean,.shell-markdown pre code .token.number{color:#fda4af}.shell-markdown pre code .token.attr-name,.shell-markdown pre code .token.builtin,.shell-markdown pre code .token.char,.shell-markdown pre code .token.inserted,.shell-markdown pre code .token.selector,.shell-markdown pre code .token.string{color:#86efac}.shell-markdown pre code .token.entity,.shell-markdown pre code .token.operator,.shell-markdown pre code .token.url,.shell-markdown pre code .token.variable{color:#e2e8f0}.shell-markdown pre code .token.atrule,.shell-markdown pre code .token.attr-value,.shell-markdown pre code .token.keyword{color:#7dd3fc}.shell-markdown pre code .token.class-name,.shell-markdown pre code .token.function{color:#facc15}.shell-markdown pre code .token.important,.shell-markdown pre code .token.regex{color:#c4b5fd}[data-theme=light] .shell-markdown pre code .token.cdata,[data-theme=light] .shell-markdown pre code .token.comment,[data-theme=light] .shell-markdown pre code .token.doctype,[data-theme=light] .shell-markdown pre code .token.prolog{color:#64748b}[data-theme=light] .shell-markdown pre code .token.punctuation{color:#475569}[data-theme=light] .shell-markdown pre code .token.constant,[data-theme=light] .shell-markdown pre code .token.deleted,[data-theme=light] .shell-markdown pre code .token.property,[data-theme=light] .shell-markdown pre code .token.symbol,[data-theme=light] .shell-markdown pre code .token.tag{color:#b91c1c}[data-theme=light] .shell-markdown pre code .token.boolean,[data-theme=light] .shell-markdown pre code .token.number{color:#be185d}[data-theme=light] .shell-markdown pre code .token.attr-name,[data-theme=light] .shell-markdown pre code .token.builtin,[data-theme=light] .shell-markdown pre code .token.char,[data-theme=light] .shell-markdown pre code .token.inserted,[data-theme=light] .shell-markdown pre code .token.selector,[data-theme=light] .shell-markdown pre code .token.string{color:#15803d}[data-theme=light] .shell-markdown pre code .token.entity,[data-theme=light] .shell-markdown pre code .token.operator,[data-theme=light] .shell-markdown pre code .token.url,[data-theme=light] .shell-markdown pre code .token.variable{color:#1f2937}[data-theme=light] .shell-markdown pre code .token.atrule,[data-theme=light] .shell-markdown pre code .token.attr-value,[data-theme=light] .shell-markdown pre code .token.keyword{color:#2563eb}[data-theme=light] .shell-markdown pre code .token.class-name,[data-theme=light] .shell-markdown pre code .token.function{color:#b45309}[data-theme=light] .shell-markdown pre code .token.important,[data-theme=light] .shell-markdown pre code .token.regex{color:#6d28d9}.shell-markdown-toggle{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-hint);border-radius:10px;padding:8px 12px}.shell-markdown-toggle-summary{cursor:pointer;color:var(--shell-color-text);font-weight:600}.shell-markdown-toggle-body{margin-top:8px}.pulse-palette--chat{flex-direction:row;width:min(960px,96vw);max-height:85vh;display:flex}.pulse-palette--dragging-files{box-shadow:0 0 0 2px color-mix(in srgb,var(--shell-color-brand) 45%,transparent),0 28px 64px rgba(0,0,0,.34)}.pulse-sidebar{background:var(--shell-surface-neutral-hint);border-right:1px solid var(--shell-color-border);flex-direction:column;width:0;min-width:0;transition:width .22s,min-width .22s;display:flex;overflow:hidden}.pulse-sidebar--open{width:280px;min-width:280px}.pulse-sidebar-header{justify-content:space-between;align-items:center;gap:8px;padding:16px 14px 10px;display:flex}.pulse-sidebar-title{text-transform:uppercase;letter-spacing:.1em;color:var(--shell-color-text-muted);font-size:.72rem;font-weight:700}.pulse-sidebar-new-btn{border:1px solid var(--shell-color-border);color:var(--shell-color-text);cursor:pointer;transition:background var(--shell-transition-fast),border-color var(--shell-transition-fast);background:none;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:.72rem;font-weight:600;display:flex}.pulse-sidebar-new-btn:hover{background:var(--shell-surface-brand-weak);border-color:var(--shell-border-brand-soft)}.pulse-sidebar-search{padding:0 14px 10px}.pulse-sidebar-search-input{border:1px solid var(--shell-color-border);background:color-mix(in srgb,var(--shell-color-surface-alt) 94%,var(--shell-color-app-bg) 6%);color:var(--shell-color-text);transition:border-color var(--shell-transition-fast);border-radius:8px;outline:none;width:100%;padding:7px 10px;font-size:.78rem}.pulse-sidebar-search-input:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--shell-color-brand) 12%,transparent)}.pulse-sidebar-list{flex-direction:column;flex:1;gap:2px;padding:0 8px 14px;display:flex;overflow-y:auto}.pulse-sidebar-empty{text-align:center;color:var(--shell-color-text-muted);padding:20px 10px;font-size:.78rem}.pulse-sidebar-empty--error{color:var(--shell-color-negative)}.pulse-sidebar-item{text-align:left;color:var(--shell-color-text);cursor:pointer;transition:background var(--shell-transition-fast);background:none;border:none;border-radius:8px;flex-direction:column;gap:2px;width:100%;padding:8px 10px;display:flex}.pulse-sidebar-item:hover{background:var(--shell-surface-brand-weak)}.pulse-sidebar-item--active{background:color-mix(in srgb,var(--shell-color-brand) 12%,transparent)}.pulse-sidebar-item-question{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.pulse-sidebar-item-time{color:var(--shell-color-text-muted);font-size:.66rem}.pulse-sidebar-load-more{color:var(--shell-color-text-muted);cursor:pointer;text-align:center;transition:background var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border:none;border-radius:6px;padding:8px;font-size:.72rem;font-weight:600}.pulse-sidebar-load-more:hover:not(:disabled){background:var(--shell-surface-brand-weak);color:var(--shell-color-text)}.pulse-sidebar-load-more:disabled{opacity:.5;cursor:not-allowed}.pulse-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.pulse-topbar{border-bottom:1px solid var(--shell-color-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.pulse-topbar-left{align-items:center;gap:10px;min-width:0;display:flex}.pulse-topbar-brand{letter-spacing:.02em;color:var(--shell-color-text);font-size:.95rem;font-weight:700}.pulse-topbar-context{background:color-mix(in srgb,var(--shell-color-brand) 8%,transparent);border:1px solid color-mix(in srgb,var(--shell-color-brand) 22%,var(--shell-color-border));border-radius:999px;align-items:center;gap:8px;min-width:0;padding:5px 10px;display:flex}.pulse-topbar-context-scope{letter-spacing:.08em;text-transform:uppercase;color:var(--shell-color-brand);flex-shrink:0;font-size:.63rem;font-weight:700}.pulse-topbar-context-trail{text-overflow:ellipsis;white-space:nowrap;color:var(--shell-color-text);min-width:0;font-size:.74rem;font-weight:600;overflow:hidden}.pulse-topbar-history-btn{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);cursor:pointer;transition:background var(--shell-transition-fast),border-color var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:.72rem;font-weight:600;display:flex}.pulse-topbar-history-btn:hover{background:var(--shell-surface-neutral-weak);border-color:var(--shell-border-brand-soft);color:var(--shell-color-text)}.pulse-topbar-history-btn--active{background:color-mix(in srgb,var(--shell-color-brand) 10%,transparent);border-color:var(--shell-color-brand);color:var(--shell-color-text)}.pulse-topbar-new-chat{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);cursor:pointer;transition:background var(--shell-transition-fast),border-color var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border-radius:7px;align-items:center;gap:4px;padding:4px 10px;font-size:.72rem;font-weight:600;display:flex}.pulse-topbar-new-chat:hover{background:var(--shell-surface-brand-weak);border-color:var(--shell-border-brand-soft);color:var(--shell-color-text)}.pulse-topbar-right{align-items:center;gap:8px;display:flex}.pulse-topbar-mode-btn{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);cursor:pointer;transition:background var(--shell-transition-fast),border-color var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border-radius:7px;align-items:center;gap:5px;padding:5px 10px;font-size:.72rem;font-weight:600;display:flex}.pulse-topbar-mode-btn:hover{background:var(--shell-surface-brand-weak);border-color:var(--shell-border-brand-soft);color:var(--shell-color-text)}.pulse-topbar-mode-btn.active{background:color-mix(in srgb,var(--shell-color-brand) 10%,transparent);border-color:var(--shell-color-brand);color:var(--shell-color-text)}.pulse-palette-kbd{background:var(--shell-surface-neutral-weak);color:var(--shell-color-text-muted);letter-spacing:.04em;border-radius:5px;padding:2px 7px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.68rem;font-weight:500}.pulse-commands-panel{flex:1;overflow-y:auto}.pulse-chat-area{flex-direction:column;flex:auto;padding:24px 28px;display:flex;overflow-y:auto}.pulse-empty-state{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:32px 16px;display:flex}.pulse-empty-context{border:1px solid var(--shell-color-border);background:linear-gradient(180deg,color-mix(in srgb,var(--shell-color-brand) 5%,transparent),transparent);border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:760px;padding:14px 16px;display:flex}.pulse-empty-context-label{letter-spacing:.1em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.68rem;font-weight:700}.pulse-empty-context-title{color:var(--shell-color-text);text-align:center;font-size:.86rem;font-weight:650}.pulse-empty-context-facts{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.pulse-empty-context-fact{background:var(--shell-surface-neutral-weak);border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);border-radius:999px;padding:5px 10px;font-size:.72rem}.pulse-empty-icon{color:var(--shell-color-text-muted);opacity:.5;margin-bottom:4px}.pulse-empty-title{color:var(--shell-color-text);margin:0;font-size:1.15rem;font-weight:700}.pulse-empty-subtitle{color:var(--shell-color-text-muted);text-align:center;max-width:400px;margin:0 0 12px;font-size:.85rem;line-height:1.45}.pulse-suggestion-grid{grid-template-columns:repeat(2,1fr);gap:8px;width:100%;max-width:480px;display:grid}.pulse-suggestion-card{text-align:left;border:1px solid var(--shell-color-border);color:var(--shell-color-text);cursor:pointer;transition:border-color var(--shell-transition-fast),background var(--shell-transition-fast),transform .12s ease;background:none;border-radius:12px;padding:12px 14px;font-size:.82rem;line-height:1.35}.pulse-suggestion-card:hover{border-color:var(--shell-border-brand-soft);background:var(--shell-surface-brand-weak);transform:translateY(-1px)}.pulse-ai-thread{flex-direction:column;gap:18px;display:flex}.pulse-ai-turn{width:100%;animation:pulse-msg-in .2s ease-out;display:flex}@keyframes pulse-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pulse-ai-turn--user{justify-content:flex-end}.pulse-ai-turn--assistant{justify-content:flex-start}.pulse-ai-user-bubble{background:linear-gradient(135deg,color-mix(in srgb,var(--shell-color-brand) 15%,var(--shell-color-surface-elevated)),color-mix(in srgb,var(--shell-color-accent) 8%,var(--shell-color-surface-elevated)));border:1px solid color-mix(in srgb,var(--shell-color-brand) 22%,var(--shell-color-border));color:var(--shell-color-text);white-space:pre-wrap;word-break:break-word;border-radius:18px 18px 4px;max-width:min(80%,560px);padding:10px 14px;font-size:.9rem;line-height:1.5}.pulse-ai-user-attachments{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;max-width:360px;margin-bottom:8px;display:grid}.pulse-ai-user-attachment{object-fit:cover;background:var(--shell-color-surface-elevated);width:100%;height:88px}.pulse-ai-user-attachment,.pulse-ai-user-attachment-fallback{border:1px solid color-mix(in srgb,var(--shell-color-brand) 20%,var(--shell-color-border));border-radius:10px}.pulse-ai-user-attachment-fallback{background:color-mix(in srgb,var(--shell-color-brand) 8%,var(--shell-color-surface-elevated));justify-content:center;align-items:center;min-height:48px;padding:8px;display:flex}.pulse-ai-user-attachment-name{color:var(--shell-color-text);text-align:center;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.25;display:-webkit-box;overflow:hidden}.pulse-ai-turn-surface{border:1px solid var(--shell-color-border);background:color-mix(in srgb,var(--shell-color-surface-alt) 92%,var(--shell-color-app-bg) 8%);border-radius:18px 18px 18px 4px;width:100%;max-width:min(90%,680px);padding:14px 16px;position:relative}.pulse-model-badge{background:var(--shell-surface-neutral-weak);border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);letter-spacing:.02em;white-space:nowrap;z-index:1;transition:color var(--shell-transition-fast);border-radius:6px;align-items:center;gap:4px;padding:3px 8px 3px 6px;font-size:.64rem;font-weight:600;line-height:1;display:flex;position:absolute;top:10px;right:12px}.pulse-model-badge:hover{color:var(--shell-color-text)}.pulse-model-badge-icon{opacity:.7;flex-shrink:0}.pulse-model-badge-label{text-overflow:ellipsis;overflow:hidden}.pulse-composer{border-top:1px solid var(--shell-color-border);background:color-mix(in srgb,var(--shell-color-surface-alt) 96%,var(--shell-color-app-bg) 4%);flex-direction:column;flex-shrink:0;gap:8px;padding:14px 20px 12px;display:flex}.pulse-composer--dragging{background:color-mix(in srgb,var(--shell-color-brand) 6%,var(--shell-color-surface-elevated))}.pulse-ai-attachment-input{display:none}.pulse-composer-attachments{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.pulse-composer-attach-chip{flex-shrink:0;position:relative}.pulse-composer-attach-thumb{object-fit:cover;border:1px solid var(--shell-color-border);background:var(--shell-color-surface-elevated);border-radius:10px;width:52px;height:52px}.pulse-composer-attach-remove{background:var(--shell-color-surface-elevated);color:var(--shell-color-text-muted);cursor:pointer;transition:color var(--shell-transition-fast),background var(--shell-transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.pulse-composer-attach-remove:hover:not(:disabled){background:var(--shell-color-negative);color:#fff}.pulse-composer-attach-remove:disabled{opacity:.4;cursor:not-allowed}.pulse-ai-attachment-error{border:1px solid color-mix(in srgb,var(--shell-color-negative) 25%,var(--shell-color-border));background:color-mix(in srgb,var(--shell-color-negative) 9%,transparent);color:var(--shell-color-negative);border-radius:9px;padding:7px 9px;font-size:.74rem}.pulse-composer-input-row{border:1px solid var(--shell-color-border);background:var(--shell-surface-neutral-hint);transition:border-color var(--shell-transition-fast),box-shadow var(--shell-transition-fast);border-radius:14px;align-items:center;gap:8px;padding:6px 6px 6px 12px;display:flex}.pulse-composer-input-row:focus-within{border-color:var(--shell-color-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--shell-color-brand) 12%,transparent)}.pulse-composer-icon-btn{color:var(--shell-color-text-muted);cursor:pointer;transition:color var(--shell-transition-fast),background var(--shell-transition-fast);background:none;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pulse-composer-icon-btn:hover:not(:disabled){color:var(--shell-color-text);background:var(--shell-surface-neutral-weak)}.pulse-composer-icon-btn--recording{background:color-mix(in srgb,var(--shell-color-negative) 14%,transparent);color:var(--shell-color-negative)}.pulse-composer-icon-btn--recording:hover:not(:disabled){background:color-mix(in srgb,var(--shell-color-negative) 22%,transparent);color:var(--shell-color-negative)}.pulse-composer-icon-btn:disabled{opacity:.4;cursor:not-allowed}.pulse-composer-input{color:var(--shell-color-text);background:none;border:none;outline:none;flex:1;min-width:0;font-size:.95rem;font-weight:500}.pulse-composer-input::placeholder{color:var(--shell-color-text-muted);font-weight:400}.pulse-composer-input:disabled{opacity:.6}.pulse-composer-send{background:var(--shell-surface-neutral-weak);color:var(--shell-color-text-muted);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .18s,color .18s,transform .12s;display:flex}.pulse-composer-send--ready{background:linear-gradient(135deg,var(--shell-color-accent),var(--shell-color-brand));color:var(--shell-color-text-inverse)}.pulse-composer-send--ready:hover{transform:scale(1.04)}.pulse-composer-send--stop{background:color-mix(in srgb,var(--shell-color-brand) 16%,var(--shell-surface-neutral-weak));color:var(--shell-color-text)}.pulse-composer-send--stop:hover{transform:scale(1.04)}.pulse-composer-send:disabled{opacity:.45;cursor:not-allowed}.pulse-composer-meta{align-items:center;gap:6px;padding:0 4px;display:flex}.pulse-composer-model-select,.pulse-composer-provider-select,.pulse-composer-reasoning-select{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;outline:none;padding:2px 0;font-size:.7rem;font-weight:500}.pulse-composer-model-select:hover,.pulse-composer-provider-select:hover,.pulse-composer-reasoning-select:hover{color:var(--shell-color-text)}.pulse-composer-model-select:disabled,.pulse-composer-provider-select:disabled,.pulse-composer-reasoning-select:disabled{opacity:.5;cursor:not-allowed}.pulse-composer-meta-sep{color:var(--shell-color-text-muted);opacity:.4;font-size:.68rem}.pulse-composer-meta-hint{color:var(--shell-color-text-muted);opacity:.5;margin-left:auto;font-size:.66rem}.pulse-ai-loading{color:var(--shell-color-text-muted);align-items:center;gap:12px;padding:20px 0;font-size:.85rem;display:flex}.pulse-ai-spinner{border:2px solid var(--shell-color-border);border-top-color:var(--shell-color-brand);border-radius:50%;width:18px;height:18px;animation:pulse-spin .65s linear infinite}.pulse-ai-spinner--small{border-width:1.5px;width:16px;height:16px}.pulse-ai-loading-stop{color:var(--shell-color-text-muted);cursor:pointer;transition:background var(--shell-transition-fast),color var(--shell-transition-fast);background:none;border:none;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.pulse-ai-loading-stop:hover{background:var(--shell-surface-neutral-weak);color:var(--shell-color-text)}.pulse-ai-spinner-stop-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.pulse-ai-spinner-stop-wrap--small{width:16px;height:16px}.pulse-ai-spinner-stop-wrap--medium{width:18px;height:18px}.pulse-ai-spinner--stop{position:absolute;top:0;bottom:0;left:0;right:0}.pulse-ai-spinner-stop-glyph{z-index:1;background:currentColor;border-radius:1px;width:6px;height:6px}@keyframes pulse-spin{to{transform:rotate(1turn)}}.pulse-ai-error{background:color-mix(in srgb,var(--shell-color-negative) 8%,transparent);color:var(--shell-color-negative);border-radius:12px;padding:12px 14px;font-size:.88rem}.pulse-ai-results{flex-direction:column;gap:18px;display:flex}.pulse-ai-confidence{align-items:center;display:flex}.pulse-ai-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.pulse-ai-badge--high{background:color-mix(in srgb,var(--shell-color-positive) 14%,transparent);color:var(--shell-color-positive)}.pulse-ai-badge--medium{background:color-mix(in srgb,var(--shell-color-warning) 14%,transparent);color:var(--shell-color-warning)}.pulse-ai-badge--low{background:color-mix(in srgb,var(--shell-color-negative) 14%,transparent);color:var(--shell-color-negative)}.pulse-ai-lead{color:var(--shell-color-text);white-space:pre-wrap;font-size:.92rem;line-height:1.65}.pulse-ai-lead--formatted{white-space:normal}.pulse-ai-lead--formatted .shell-markdown{gap:.65rem}.pulse-ai-prompt-options{flex-wrap:wrap;gap:10px;display:flex}.pulse-ai-prompt-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid color-mix(in srgb,var(--shell-accent) 24%,rgba(15,23,42,.08));background:color-mix(in srgb,var(--shell-accent) 10%,hsla(0,0%,100%,.94));color:var(--shell-accent);cursor:pointer;border-radius:999px;padding:9px 14px;font-size:.84rem;font-weight:600;line-height:1.2;transition:background .12s,border-color .12s,transform .12s,opacity .12s}.pulse-ai-prompt-option:hover:not(:disabled){background:color-mix(in srgb,var(--shell-accent) 16%,hsla(0,0%,100%,.98));border-color:color-mix(in srgb,var(--shell-accent) 38%,rgba(15,23,42,.12));transform:translateY(-1px)}.pulse-ai-prompt-option:disabled{opacity:.58;cursor:default;transform:none}.pulse-ai-result-attachments{gap:10px;display:grid}.pulse-ai-result-attachment{color:inherit;background:hsla(0,0%,100%,.92);border:1px solid rgba(15,23,42,.1);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:transform .12s,border-color .12s,background .12s;display:flex}.pulse-ai-result-attachment:hover{border-color:color-mix(in srgb,var(--shell-accent) 28%,rgba(15,23,42,.12));background:color-mix(in srgb,var(--shell-accent) 6%,hsla(0,0%,100%,.96));transform:translateY(-1px)}.pulse-ai-result-attachment-icon{background:color-mix(in srgb,var(--shell-accent) 12%,rgba(15,23,42,.04));color:var(--shell-accent);letter-spacing:.08em;text-transform:uppercase;border-radius:10px;justify-content:center;align-items:center;min-width:44px;height:34px;font-size:.67rem;font-weight:700;display:inline-flex}.pulse-ai-result-attachment-copy{gap:3px;min-width:0;display:grid}.pulse-ai-result-attachment-name{color:var(--shell-color-text);overflow-wrap:anywhere;font-size:.9rem;font-weight:600;line-height:1.35}.pulse-ai-result-attachment-meta{color:var(--shell-color-text-muted);font-size:.76rem}.pulse-ai-email-draft{border:1px solid color-mix(in srgb,var(--shell-accent) 12%,rgba(15,23,42,.08));background:color-mix(in srgb,var(--shell-accent) 4%,hsla(0,0%,100%,.96));border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.pulse-ai-email-draft-grid{gap:10px;display:grid}.pulse-ai-email-row{gap:6px;display:grid}.pulse-ai-email-label{letter-spacing:.08em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.7rem;font-weight:600}.pulse-ai-email-value{color:var(--shell-color-text);white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.5}.pulse-ai-email-value--subject{font-weight:600}.pulse-ai-email-input,.pulse-ai-email-textarea{color:var(--shell-color-text);font:inherit;background:hsla(0,0%,100%,.96);border:1px solid rgba(15,23,42,.12);border-radius:12px;outline:none;width:100%;padding:10px 12px}.pulse-ai-email-input:focus,.pulse-ai-email-textarea:focus{border-color:color-mix(in srgb,var(--shell-accent) 48%,rgba(15,23,42,.16));box-shadow:0 0 0 3px color-mix(in srgb,var(--shell-accent) 14%,transparent)}.pulse-ai-email-textarea{resize:vertical;min-height:220px;line-height:1.55}.pulse-ai-email-body-wrap{gap:8px;display:grid}.pulse-ai-email-body{white-space:pre-wrap;word-break:break-word;color:var(--shell-color-text);padding:2px 0;font-size:.9rem;line-height:1.6}.pulse-ai-email-actions{flex-wrap:wrap;gap:10px;display:flex}.pulse-ai-email-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;border-radius:999px;padding:10px 16px;font-size:.84rem;font-weight:600;transition:transform .12s,opacity .12s,background .12s}.pulse-ai-email-btn:hover:not(:disabled){transform:translateY(-1px)}.pulse-ai-email-btn:disabled{opacity:.58;cursor:default;transform:none}.pulse-ai-email-btn--approve{background:color-mix(in srgb,var(--shell-accent) 88%,#fff);color:#fff}.pulse-ai-email-btn--secondary{color:var(--shell-color-text);background:hsla(0,0%,100%,.94);border:1px solid rgba(15,23,42,.1)}.pulse-ai-history-meta{color:var(--shell-color-text-muted);font-size:.72rem}.pulse-ai-section{flex-direction:column;gap:8px;display:flex}.pulse-ai-section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--shell-color-text-muted);margin:0;font-size:.68rem;font-weight:600}.pulse-ai-section--muted{opacity:.7}.pulse-ai-cause{border:1px solid var(--shell-color-border);cursor:pointer;transition:background var(--shell-transition-fast);border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.pulse-ai-cause:hover{background:var(--shell-surface-neutral-hint)}.pulse-ai-cause-rank{color:var(--shell-color-text-muted);min-width:22px;padding-top:1px;font-size:.78rem;font-weight:700}.pulse-ai-cause-body{flex:1}.pulse-ai-cause-text{color:var(--shell-color-text);font-size:.88rem;line-height:1.4}.pulse-ai-cause-disprove{color:var(--shell-color-text-muted);margin-top:6px;font-size:.75rem;font-style:italic}.pulse-ai-evidence-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.pulse-ai-evidence-card{border:1px solid var(--shell-color-border);transition:border-color var(--shell-transition-fast);border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.pulse-ai-evidence-card:hover{border-color:var(--shell-border-brand-soft)}.pulse-ai-evidence-label{color:var(--shell-color-text-muted);letter-spacing:.02em;font-size:.72rem}.pulse-ai-evidence-value{color:var(--shell-color-text);font-size:1.05rem;font-weight:700}.pulse-ai-direction{margin-right:3px}.pulse-ai-evidence-meta{align-items:center;gap:6px;margin-top:4px;display:flex}.pulse-ai-fresh-tag{border-radius:999px;padding:1px 7px;font-size:.65rem;font-weight:500}.pulse-ai-fresh--healthy{background:color-mix(in srgb,var(--shell-color-positive) 12%,transparent);color:var(--shell-color-positive)}.pulse-ai-fresh--stale{background:color-mix(in srgb,var(--shell-color-warning) 12%,transparent);color:var(--shell-color-warning)}.pulse-ai-source-toggle{color:var(--shell-color-brand);cursor:pointer;background:none;border:none;margin-left:auto;padding:0;font-size:.65rem}.pulse-ai-source-toggle:hover{text-decoration:underline}.pulse-ai-source-detail{color:var(--shell-color-text-muted);border-top:1px solid var(--shell-color-border);flex-direction:column;gap:3px;margin-top:4px;padding-top:8px;font-size:.68rem;display:flex}.pulse-ai-query-text{background:var(--shell-surface-neutral-weak);white-space:pre;border-radius:6px;padding:4px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.68rem;overflow-x:auto}.pulse-ai-action{border:1px solid var(--shell-color-border);border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.pulse-ai-action-priority{color:var(--shell-color-brand);min-width:22px;padding-top:1px;font-size:.72rem;font-weight:700}.pulse-ai-action-text{color:var(--shell-color-text);font-size:.88rem;font-weight:600}.pulse-ai-action-impact{color:var(--shell-color-positive);margin-top:3px;font-size:.78rem}.pulse-ai-bullets{color:var(--shell-color-text-muted);margin:0;padding-left:18px;font-size:.82rem;line-height:1.55}@keyframes pulse-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-rise-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.pulse-fab{right:18px;bottom:calc(var(--shell-mobile-rail-height, 72px) + 18px + env(safe-area-inset-bottom));width:48px;height:48px}.pulse-palette{border-radius:16px}.pulse-palette--chat{width:98vw;max-height:90vh}.pulse-palette-overlay--drawer{padding:16px 12px 0}.pulse-palette--drawer{border-radius:18px 18px 0 0;width:calc(100vw - 24px);height:82vh;max-height:82vh}.pulse-palette-resize-handle--top{left:18px;right:18px}.pulse-palette-resize-handle--left,.pulse-palette-resize-handle--right{width:10px}.pulse-palette-resize-handle--corner{width:18px;height:18px}.pulse-sidebar--open{z-index:10;width:260px;min-width:260px;height:100%;position:absolute;box-shadow:8px 0 24px rgba(0,0,0,.25)}.pulse-suggestion-grid{grid-template-columns:1fr}.pulse-topbar-context{display:none}}.shell-main{background:var(--shell-gradient-main),var(--shell-color-app-bg);padding:var(--shell-spacing-lg);flex:1;overflow-y:auto}[data-theme=light] .shell-main{background:var(--shell-gradient-main),#fff}.shell-hero{margin-bottom:var(--shell-spacing-2xl)}.shell-hero h1{margin:var(--shell-spacing-md) 0;letter-spacing:-.02em;color:var(--shell-color-text);font-size:2rem;font-weight:700}.shell-hero p{color:var(--shell-color-text-muted);max-width:720px;margin:0;line-height:1.6}.shell-grid{gap:var(--shell-spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.shell-section-title{margin:0 0 var(--shell-spacing-lg);color:var(--shell-color-text);font-size:1.125rem;font-weight:600}}