:root{--bg: #fafafa;--panel: #ffffff;--border: #e5e5e5;--text: #1a1a1a;--muted: #777;--accent: #2563eb;--accent-soft: #eff4ff;--tool-bg: #fff8e6;--tool-border: #f5d27a;--user-bg: #2563eb;--user-fg: #fff;--asst-bg: #f1f3f5;--error: #d6341c;--success: #167a3a}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font:14px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text)}.app{display:flex;height:100vh}.sidebar{width:260px;border-right:1px solid var(--border);background:var(--panel);display:flex;flex-direction:column}.sidebar h1{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;padding:16px 16px 8px}.new-btn{margin:8px;padding:8px 12px;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500}.new-btn:hover{background:#1e4fd1}.channels{flex:1;overflow-y:auto;padding:8px}.channel{padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:4px;font-size:13px;color:#333;transition:background .1s}.channel:hover{background:var(--accent-soft)}.channel.active{background:var(--accent-soft);color:var(--accent);font-weight:500}.channel-title{font-weight:500;margin-bottom:2px}.channel-time{font-size:11px;color:var(--muted)}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{padding:12px 20px;border-bottom:1px solid var(--border);background:var(--panel);font-weight:500;display:flex;justify-content:space-between;align-items:center}.topbar .meta{font-size:12px;color:var(--muted);font-weight:400}.model-picker{min-width:0;display:flex;align-items:center;gap:8px}.model-picker select{max-width:190px;min-width:0;height:30px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#333;font-size:12px;font-weight:600}.model-picker .meta{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.topbar{gap:10px;align-items:flex-start}.model-picker{justify-content:flex-end}.model-picker .meta{display:none}.cold-start-companion-grid{grid-template-columns:1fr}}.messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--muted)}.msg-row{display:flex;max-width:80%}.msg-row.user{align-self:flex-end;justify-content:flex-end}.msg-row.assistant{align-self:flex-start}.msg-row.tool{align-self:stretch;max-width:100%}.system-decoration{align-self:center;max-width:78%;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted);font-size:12px;line-height:1.35;text-align:center;box-shadow:0 1px 2px #00000008}.bubble{padding:10px 14px;border-radius:14px;white-space:pre-wrap;word-wrap:break-word}.msg-row.user .bubble{background:var(--user-bg);color:var(--user-fg);border-bottom-right-radius:4px}.msg-row.assistant .bubble{background:var(--asst-bg);color:var(--text);border-bottom-left-radius:4px}.tool-card{background:var(--tool-bg);border:1px solid var(--tool-border);border-radius:8px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;width:100%}.tool-card .tool-name{font-weight:600;color:#8a5e00}.tool-card .tool-section{margin-top:4px;word-break:break-all;white-space:pre-wrap}.tool-card .tool-args{color:#5a3f00}.tool-card .tool-result{color:#2c5800}.tool-card .pending{color:#999;font-style:italic}.tool-result-collapsed{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.tool-result-toggle{display:block;margin-top:6px;padding:0;border:0;background:transparent;color:#8a5e00;font:inherit;font-weight:600;cursor:pointer}.tool-result-toggle:hover{text-decoration:underline}.a2ui-buttons-card{width:100%;max-width:520px;padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:0 1px 2px #0000000a}.a2ui-buttons-row{display:flex;gap:8px;flex-wrap:wrap}.a2ui-buttons-prompt{margin-bottom:9px;color:var(--text);font-size:14px;line-height:1.45;word-break:break-word}.a2ui-button{min-height:36px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#f8fafc;color:var(--text);cursor:pointer;font:inherit;font-size:13px;font-weight:500;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,opacity .12s ease}.a2ui-button:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.a2ui-button:disabled{cursor:default}.a2ui-button.pending{cursor:wait;opacity:.62}.a2ui-button.selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 30%,transparent),0 4px 12px #2463eb29}.a2ui-button.not-selected{background:#f4f6f8;color:var(--muted);opacity:.56;box-shadow:inset 0 1px 2px #0000000a}.a2ui-buttons-status{margin-top:8px;font-size:12px;color:var(--muted)}.a2ui-buttons-status.error{color:var(--error)}.a2ui-buttons-status.success{color:var(--success)}.a2ui-triggered-tools{margin-top:10px;display:grid;gap:8px}.a2ui-triggered-tool{box-shadow:none}.miniapp-list-card{width:100%;max-width:560px;padding:10px;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:0 1px 2px #0000000a}.miniapp-list-title{margin-bottom:9px;color:var(--text);font-size:14px;font-weight:600;line-height:1.35}.miniapp-list-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,74%);gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding-bottom:2px}.miniapp-list-item{scroll-snap-align:start;display:flex;flex-direction:column;gap:7px;min-height:132px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#f8fafc;color:var(--text);text-decoration:none}.miniapp-list-item:hover{border-color:var(--accent);background:var(--accent-soft)}.miniapp-list-item[aria-disabled=true]{opacity:.58;cursor:default}.miniapp-list-item-top{display:flex;align-items:center;gap:8px}.miniapp-list-item-top span{flex:0 0 auto;width:22px;height:22px;border-radius:999px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.miniapp-list-item-top strong{font-size:14px;line-height:1.25}.miniapp-list-item p,.miniapp-list-item small{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.miniapp-list-item small{color:var(--text)}.composer{border-top:1px solid var(--border);background:var(--panel);padding:12px 20px}.composer-inner{display:flex;gap:8px;align-items:flex-end}.composer textarea{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:14px;resize:none;outline:none;max-height:200px;min-height:42px}.composer textarea:focus{border-color:var(--accent)}.composer button{padding:10px 20px;background:var(--accent);color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:500;height:42px}.composer button:disabled{background:#aaa;cursor:not-allowed}.composer-tools{display:flex;gap:6px;margin-bottom:6px;align-items:center;flex-wrap:wrap}.composer .icon-btn,.icon-btn{background:transparent;border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer;color:#555;height:auto!important}.icon-btn:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.compact-display-toggle{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 8px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#555;font-size:12px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.compact-display-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.compact-display-toggle input{width:14px;height:14px;margin:0;accent-color:var(--accent)}.response-mode-switch{display:inline-flex;align-items:center;gap:2px;margin-left:auto;padding:2px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.composer .response-mode-switch button{height:28px;min-width:46px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:600}.composer .response-mode-switch button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.composer .response-mode-switch button.active{background:var(--accent);color:#fff}.composer .response-mode-switch button:disabled{cursor:not-allowed;opacity:.62}.attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.attachment{position:relative;border:1px solid var(--border);border-radius:8px;overflow:hidden;width:64px;height:64px}.attachment img{width:100%;height:100%;object-fit:cover}.attachment .pending{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3;font-size:10px;color:#555}.attachment .remove{position:absolute;top:2px;right:2px;background:#0009;color:#fff;border:none;width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:11px;line-height:18px;padding:0}.bubble img.inline{max-width:240px;max-height:240px;border-radius:8px;display:block;margin-top:6px}.bubble .md p{margin:0 0 6px}.bubble .md p:last-child{margin-bottom:0}.bubble .md ul,.bubble .md ol{margin:4px 0 4px 18px;padding:0}.bubble .md li{margin:2px 0}.bubble .md h1,.bubble .md h2,.bubble .md h3,.bubble .md h4{margin:8px 0 4px;font-size:14px}.bubble .md strong{font-weight:600}.bubble .md em{font-style:italic}.bubble .md a{color:var(--accent);text-decoration:underline}.bubble .md code{background:#0000000f;padding:1px 5px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.bubble .md pre{background:#1e1e1e;color:#f0f0f0;padding:10px 12px;border-radius:6px;overflow-x:auto;margin:6px 0}.bubble .md pre code{background:transparent;padding:0;color:inherit;font-size:11px}.bubble .md blockquote{border-left:3px solid var(--border);padding-left:8px;margin:6px 0;color:var(--muted)}.bubble .md table{border-collapse:collapse;margin:6px 0;font-size:12px}.bubble .md th,.bubble .md td{border:1px solid var(--border);padding:4px 8px}.bubble .md hr{border:none;border-top:1px solid var(--border);margin:8px 0}.msg-row.user .bubble .md code{background:#ffffff2e;color:inherit}.a2ui-card.everly-a2ui{--ui-primary: #6e78b8;--ui-primary-variant: #9ba8cc;--ui-neutral-0: #09090a;--ui-neutral-1: #101014;--ui-neutral-2: #15151f;--ui-neutral-3: #1c1c29;--ui-ink-1: #ffffff;--ui-ink-2: #bcbccc;--ui-ink-3: #8989a3;--text-1: #ffffff;--text-2: #bcbccc;--text-3: #8989a3;--ink-a04: rgba(255,255,255,.04);--ink-a06: rgba(255,255,255,.06);--ink-a08: rgba(255,255,255,.08);--ink-a10: rgba(255,255,255,.1);--ink-a12: rgba(255,255,255,.12);--ink-a16: rgba(255,255,255,.16);--ink-a22: rgba(255,255,255,.22);--level-info: #bcbccc;--level-success: #58f56d;--level-warn: #eaf558;--level-critical: #58d5f5;--ramp-energy-3: #58f56d;width:100%;background:radial-gradient(circle at 12% 0%,rgba(88,245,193,.12),transparent 34%),linear-gradient(180deg,#1c1c29,#101014);border:1px solid rgba(255,255,255,.08);border-radius:16px;color:var(--text-1);padding:16px;box-shadow:0 18px 36px #0003;overflow:hidden}.a2ui-card.everly-surface-chat-card{border-radius:18px 18px 18px 6px}.a2ui-card.everly-a2ui-missing{background:#15151f;color:var(--text-2);font-size:12px}.everly-card-body.is-muted{opacity:.55;pointer-events:none;transition:opacity .2s}.everly-card-id{display:flex;gap:6px;align-items:baseline;margin-bottom:10px;color:var(--text-3);font-size:10px;letter-spacing:0;text-transform:uppercase}.everly-card-id strong{color:var(--text-2);font-weight:700}.everly-card-rows,.card-renderer{display:flex;flex-direction:column;gap:10px}.everly-row-unknown,.vk-empty{padding:10px 12px;border-radius:10px;background:var(--ink-a06);color:var(--text-3);font-size:12px}.a2ui-card.everly-a2ui .a2ui-status{margin-top:10px;font-size:12px;padding:7px 10px;border-radius:10px;background:var(--ink-a08);color:var(--text-2)}.a2ui-card.everly-a2ui .a2ui-status.success{background:#58f56d1f;color:#97f558}.a2ui-card.everly-a2ui .a2ui-status.error{background:#ff5a4c29;color:#ffb2a8}.vk-header-image{width:100%;background-size:cover;background-position:center;background-color:var(--ink-a06);border-radius:12px;position:relative;overflow:hidden}.vk-header-image-chip,.vk-header-image-badge{position:absolute;top:8px;font-size:9px;font-weight:700;letter-spacing:0;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:#09090ab8;color:var(--text-1)}.vk-header-image-chip{left:8px}.vk-header-image-badge{right:8px;background:#58f56dbf;color:#09090a}.vk-title-row{display:flex;flex-direction:column;gap:3px}.vk-title-row-eyebrow{font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase;color:var(--text-3)}.vk-title-row-main{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.vk-title-row-title{min-width:0;color:var(--text-1);font-size:17px;font-weight:750;line-height:1.2}.vk-title-row-time{flex:0 0 auto;color:var(--text-3);font-size:10px;letter-spacing:0;text-transform:uppercase}.vk-description{color:var(--text-2);font-size:12px;line-height:1.45}.vk-narrative{color:var(--text-1);font-size:12.5px;line-height:1.55}.vk-stat-block{display:flex;flex-direction:column;gap:5px}.vk-stat-block-label,.vk-key-value-label,.vk-macro-card-label,.vk-metric-tile-label{color:var(--text-3);font-size:10px;font-weight:700;letter-spacing:0;text-transform:uppercase}.vk-stat-block-value-row{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.vk-stat-block-value{color:var(--text-1);font-size:30px;font-weight:780;line-height:1}.vk-stat-block-unit{color:var(--text-2);font-size:12px}.vk-stat-block-total{color:var(--text-3);font-size:12px}.vk-stat-block-delta{margin-left:4px;padding:2px 7px;border-radius:7px;background:#eaf5581f;color:var(--level-warn);font-size:10px;font-weight:700}.vk-key-value-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.vk-key-value-cell{min-width:0;padding:9px;border:1px solid var(--ink-a08);border-radius:10px;background:var(--ink-a04)}.vk-key-value-value{color:var(--text-1);font-size:16px;font-weight:750;white-space:nowrap}.vk-key-value-unit{margin-left:2px;color:var(--text-3);font-size:9px}.vk-notes-list{display:flex;flex-direction:column;gap:6px}.vk-notes-row{display:flex;align-items:center;gap:8px;color:var(--text-1);font-size:12px}.vk-notes-row-todo{color:var(--text-3)}.vk-notes-chk{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:10px;font-weight:700}.vk-notes-chk-done{background:#58f56d29;color:var(--level-success)}.vk-notes-chk-todo{background:var(--ink-a08);color:var(--text-3)}.vk-action-row{display:flex;flex-direction:column;gap:7px}.vk-action-row-secondaries,.vk-action-overflow{display:flex;gap:7px}.vk-action-row-secondaries .vk-btn,.vk-action-overflow .vk-btn{flex:1 1 auto}.vk-btn{min-height:34px;border:1px solid var(--ink-a12);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 13px;color:var(--text-1);background:var(--ink-a04);cursor:pointer;font:inherit;font-size:12px;font-weight:650}.vk-btn:hover{filter:brightness(1.08)}.vk-btn-primary{color:var(--ui-neutral-0);background:var(--ui-ink-1)}.vk-btn-secondary,.vk-btn-overflow{color:var(--text-1);background:var(--ink-a06)}.vk-btn-icon{font-size:12px;line-height:1}.vk-multi-ring{width:96px;height:96px;position:relative;margin:2px auto}.vk-multi-ring-track,.vk-macro-card-track{stroke:var(--ink-a10)}.vk-multi-ring-lbl{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--text-1);font-size:16px;font-weight:750}.vk-progress-bar{display:flex;flex-direction:column;gap:6px}.vk-progress-bar-head{display:flex;align-items:baseline;gap:6px;color:var(--text-1);font-size:12px}.vk-progress-bar-head strong{font-size:16px}.vk-progress-bar-target{color:var(--text-3)}.vk-progress-bar-deficit{margin-left:auto;color:var(--level-warn);font-size:10px;font-weight:700}.vk-progress-bar-track{height:7px;border-radius:999px;background:var(--ink-a08);overflow:hidden}.vk-progress-bar-fill{height:100%;border-radius:999px}.vk-macro-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.vk-macro-card{display:flex;flex-direction:column;align-items:center;gap:5px;padding:7px 0}.vk-macro-card-ring{width:58px;height:58px}.vk-macro-card-ring text{fill:var(--text-1);font-size:11px;font-weight:750}.vk-macro-card-unit{fill:var(--text-3);font-size:7px}.vk-meal-photos{display:flex;gap:8px;flex-wrap:wrap}.vk-meal-photo{min-width:58px;display:flex;flex-direction:column;align-items:center;gap:4px}.vk-meal-photo-thumb{width:56px;height:56px;border-radius:11px;background-size:cover;background-position:center;background-color:var(--ink-a08)}.vk-meal-photo-empty{display:flex;align-items:center;justify-content:center;color:var(--text-3);font-size:18px;font-weight:700}.vk-meal-photo-label{color:var(--text-1);font-size:10px;font-weight:650}.vk-meal-photo-time{color:var(--text-3);font-size:9px}.vk-photo-grid{display:grid;gap:4px}.vk-photo-grid-tile{aspect-ratio:1;background-size:cover;background-position:center;background-color:var(--ink-a08);border-radius:8px}.vk-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.vk-metric-tile{min-width:0;text-align:left;padding:10px;border-radius:11px;border:1px solid var(--ink-a08);background:var(--ink-a04);color:var(--text-1)}.vk-metric-tile-value{color:var(--text-1);font-size:16px;font-weight:750}.vk-metric-tile-value sup{margin-left:2px;color:var(--text-3);font-size:9px}.vk-metric-tile-spark{width:100%;height:18px;color:var(--ui-primary-variant)}.vk-sleep-stage{display:flex;flex-direction:column;gap:8px}.vk-sleep-stage-band{display:flex;height:28px;border-radius:999px;overflow:hidden;background:var(--ink-a08)}.vk-sleep-stage-seg{height:100%}.vk-sleep-stage-legend{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:var(--text-3);font-size:10px}.vk-sleep-stage-legend-item{display:inline-flex;align-items:center;gap:4px}.vk-sleep-stage-legend-swatch{width:8px;height:8px;border-radius:2px}.vk-sleep-stage-legend-meta{margin-left:auto}.vk-line-chart{display:flex;flex-direction:column;gap:6px}.vk-line-chart svg{width:100%;height:74px;display:block}.vk-line-chart-ticks{display:flex;justify-content:space-between;color:var(--text-3);font-size:10px}.vk-zone-legend{display:flex;flex-direction:column;gap:6px}.vk-zone-legend-row{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;color:var(--text-2);font-size:12px}.vk-zone-legend-dot{width:8px;height:8px;border-radius:2px}.vk-zone-legend-value{color:var(--text-1);font-weight:700}.vk-list-items{display:flex;flex-direction:column;gap:8px}.vk-list-item{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--ink-a08)}.vk-list-item:last-child{border-bottom:none}.vk-list-item-ico{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:var(--ink-a08);color:var(--text-1)}.vk-list-item-body{min-width:0;flex:1}.vk-list-item-name{color:var(--text-1);font-size:12px;font-weight:650}.vk-list-item-sub{color:var(--text-3);font-size:10.5px}.vk-list-item-btn{border:1px solid var(--ink-a12);border-radius:999px;background:var(--ink-a04);color:var(--text-1);padding:5px 11px;font:inherit;font-size:11px}.auth-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--muted)}.auth-page{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--bg)}.auth-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:32px;width:420px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;gap:14px;box-shadow:0 2px 8px #0000000a}.auth-card h1{margin:0 0 4px;font-size:22px}.auth-tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:8px}.auth-tabs button{flex:1;padding:10px;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:14px;color:#666}.auth-tabs button.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:500}.auth-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#555}.auth-card input,.auth-card textarea{padding:10px;border:1px solid var(--border);border-radius:6px;font-size:14px;font:inherit}.auth-card textarea{resize:vertical;min-height:90px}.auth-card input:focus,.auth-card textarea:focus{outline:none;border-color:var(--accent)}.auth-card .primary{margin-top:4px;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer}.auth-card .primary:disabled{background:#aaa;cursor:not-allowed}.auth-card .secondary-btn{padding:12px;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:8px;font-weight:500;cursor:pointer}.auth-card .secondary-btn:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.auth-card .secondary-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fce8e6;color:var(--error);padding:8px 12px;border-radius:6px;font-size:12px}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px;margin:4px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;background:#fff;color:#444;border:1px solid var(--border);border-radius:8px;font-weight:500;font-size:14px;cursor:pointer}.google-btn:hover:not(:disabled){background:#f7f7f7;border-color:#ccc}.google-btn:disabled{opacity:.5;cursor:not-allowed}.g-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#ea4335,#fbbc05,#34a853,#4285f4);color:#fff;font-weight:700;font-size:12px}.token-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.4}.session-bar{position:absolute;top:8px;right:16px;z-index:100;display:flex;gap:12px;align-items:center;font-size:12px;color:#555;background:#fffffff2;padding:4px 10px;border-radius:6px;border:1px solid var(--border)}.session-provider{margin-left:8px;color:var(--muted);font-size:11px;font-weight:500}.session-bar button{padding:4px 10px;background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:11px;color:#555}.session-bar button:hover{background:var(--accent-soft);color:var(--accent)}.session-bar a{padding:4px 10px;border:1px solid var(--border);border-radius:4px;color:#555;text-decoration:none;font-size:11px}.session-bar a:hover{background:var(--accent-soft);color:var(--accent)}.swagger-page{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.swagger-header{height:58px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid var(--border);background:#fff}.swagger-header h1{margin:0;font-size:16px;line-height:1.2}.swagger-header span{color:var(--muted);font-size:12px}.swagger-actions{display:flex;align-items:center;gap:8px}.swagger-actions button,.swagger-actions a{height:32px;padding:0 12px;display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;background:#fff;color:#333;text-decoration:none;font:inherit;font-size:12px;cursor:pointer}.swagger-actions button:hover:not(:disabled),.swagger-actions a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.swagger-actions button:disabled{opacity:.6;cursor:not-allowed}.swagger-error{margin:12px 24px 0;padding:10px 12px;border:1px solid #f2c1b8;border-radius:6px;background:#fff4f2;color:var(--error)}.swagger-body{flex:1;min-height:0}.swagger-loading{padding:24px;color:var(--muted)}.swagger-page .swagger-ui .topbar{display:none}.workbench{display:grid;grid-template-columns:470px minmax(0,1fr);height:100vh;background:#0f172a}.workbench-h5{display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.workbench-console{background:var(--bg);overflow:hidden;display:flex;flex-direction:column}.skill-call-panel{color:#172033}.skill-call-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.skill-call-panel-head h2{margin:0 0 8px}.skill-call-panel-head>span{color:var(--muted);font-size:12px;white-space:nowrap}.skill-call-list{display:flex;flex-direction:column;gap:10px}.skill-call-empty{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px;min-height:160px;border:1px dashed var(--border);border-radius:8px;background:#f8fafc;padding:24px;text-align:center}.skill-call-turn{border:1px solid var(--border);border-radius:8px;background:#fff;padding:10px;box-shadow:0 1px 2px #0f172a0a}.skill-call-turn-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.skill-call-turn-head strong{font-size:12px;color:#111827}.skill-call-turn-head span{color:var(--muted);font-size:11px}.skill-call-user{margin-top:6px;padding:6px 8px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:11px;line-height:1.35}.skill-call-section-label{margin-top:9px;margin-bottom:5px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0;color:#64748b}.skill-call-chips{display:flex;flex-wrap:wrap;gap:5px}.skill-call-chip{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;border:1px solid #cbd5e1;padding:2px 7px;font-size:11px;color:#334155;background:#fff}.skill-call-chip.skill{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.skill-call-tools{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.skill-call-tools li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-height:28px;border:1px solid #f5d27a;border-radius:6px;background:#fff8e6;padding:4px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.skill-call-tools li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5a3f00}.skill-call-tools li em{font-style:normal;color:#8a5e00;font-size:10px}.skill-call-muted{color:var(--muted);font-size:11px}.skill-call-exposed{color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.45;word-break:break-word}.phone-shell{filter:drop-shadow(0 18px 40px rgba(0,0,0,.55))}.phone-frame{width:390px;height:800px;background:#1c1c1e;border:9px solid #1c1c1e;border-radius:48px;position:relative;overflow:hidden;display:flex;flex-direction:column}.phone-status{height:36px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-size:13px;font-weight:600;color:#111;position:relative;flex:0 0 auto}.ps-time{letter-spacing:.02em;min-width:50px}.ps-island{position:absolute;left:50%;top:6px;transform:translate(-50%);width:96px;height:26px;background:#000;border-radius:14px}.ps-icons{display:flex;gap:6px;align-items:center;font-size:11px}.ps-signal{letter-spacing:-1px;font-size:9px}.ps-battery{display:inline-block;width:22px;height:11px;border:1px solid #111;border-radius:3px;padding:1px;position:relative}.ps-battery:after{content:"";position:absolute;right:-3px;top:3px;width:2px;height:5px;background:#111;border-radius:1px}.ps-batt-fill{display:block;height:100%;width:80%;background:#111;border-radius:1px}.phone-viewport{flex:1;overflow:hidden;background:var(--bg);display:flex;flex-direction:column;position:relative}.phone-home{height:22px;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.phone-home:after{content:"";width:130px;height:4px;background:#111;border-radius:2px}.h5-bottom-tabs{height:56px;background:#fff;border-top:1px solid var(--border);display:flex;align-items:stretch;flex:0 0 auto}.h5-bottom-tabs.gallery-mode{background:linear-gradient(180deg,#13111ad1,#13111a 36%);border-top-color:#ffffff0d}.h5-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:transparent;border:none;cursor:pointer;color:#888;font-size:11px;padding:0;position:relative}.h5-tab.active{color:var(--accent)}.h5-bottom-tabs.gallery-mode .h5-tab{color:#ffffff75}.h5-bottom-tabs.gallery-mode .h5-tab.active{color:#fff}.h5-tab-icon{width:24px;height:24px;line-height:1;position:relative;display:block}.h5-tab-icon:before,.h5-tab-icon:after{content:"";position:absolute;display:block}.tab-icon-chat:before{top:3px;right:2px;bottom:5px;left:2px;border:2px solid currentColor;border-radius:7px}.tab-icon-chat:after{left:7px;bottom:2px;width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-35deg)}.tab-icon-feed:before,.tab-icon-feed:after{left:4px;right:4px;height:3px;border-radius:3px;background:currentColor;box-shadow:0 7px 0 currentColor,0 14px 0 currentColor}.tab-icon-feed:before{top:3px}.tab-icon-feed:after{display:none}.tab-icon-gallery{display:grid;grid-template-columns:repeat(2,8px);grid-template-rows:repeat(2,8px);gap:4px;place-content:center}.tab-icon-gallery:before{position:static;width:8px;height:8px;border-radius:2px;background:currentColor;box-shadow:12px 0 0 currentColor,0 12px 0 currentColor,12px 12px 0 currentColor}.h5-tab-label{font-size:10px}.h5-tab-badge{position:absolute;top:-2px;right:-10px;min-width:14px;height:14px;background:var(--error);color:#fff;border-radius:8px;padding:0 4px;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center}.h5-tab-body{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.console{display:flex;flex-direction:column;height:100%}.console-header{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border-bottom:1px solid var(--border);overflow-x:auto}.console-tab{padding:6px 12px;border-radius:6px;background:transparent;border:1px solid transparent;cursor:pointer;font-size:12px;color:#555;white-space:nowrap}.console-tab:hover{background:var(--accent-soft)}.console-tab.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:500}.console-body{flex:1;overflow:auto;padding:16px}.console-section{background:#fff;border:1px solid var(--border);border-radius:10px;padding:16px;margin-bottom:16px}.console-section h2{margin:0 0 8px;font-size:16px}.console-section h3{margin:0 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#666}.console-section .muted{color:var(--muted);font-size:12px}.reset-block{padding:12px 0;border-top:1px solid var(--border)}.reset-block:first-of-type{border-top:0;padding-top:4px}.reset-target{margin:8px 0 10px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:#f8fafc;color:#555;font-size:12px;word-break:break-word}.cold-start-session-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.cold-start-session-head strong,.cold-start-session-head span{display:block}.cold-start-session-head strong{color:#111827;font-size:15px}.cold-start-session-head span,.cold-start-session-head label{color:var(--muted);font-size:12px}.cold-start-session-head label{display:inline-flex;gap:6px;align-items:center;white-space:nowrap}.cold-start-session-actions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}.cold-start-session-actions button{padding:7px 10px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;font-size:12px}.cold-start-session-actions button:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent)}.cold-start-session-actions button:disabled{color:#999;cursor:not-allowed}.cold-start-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:0 0 12px}.cold-start-control-row input,.cold-start-control-grid select{width:100%;min-width:0;border:1px solid var(--border);border-radius:6px;background:#fff;color:#111827;font-size:12px}.cold-start-control-row input,.cold-start-control-grid select{height:32px;padding:0 8px}.cold-start-control-row button{padding:7px 10px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;font-size:12px}.cold-start-control-row button:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent)}.cold-start-control-grid{display:grid;gap:10px;padding:12px 0;border-top:1px solid var(--border)}.cold-start-companion-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-top:0}.cold-start-control-grid:first-of-type{border-top:0}.cold-start-control-grid label{display:grid;gap:5px;color:var(--muted);font-size:11px}.cold-start-prompt-box{display:grid;gap:6px;margin:0 0 12px;color:var(--muted);font-size:11px}.cold-start-prompt-box textarea{width:100%;min-height:92px;resize:vertical;border:1px solid var(--border);border-radius:6px;padding:8px;background:#fff;color:#111827;font-size:12px;line-height:1.45}.cold-start-prompt-box textarea:focus{outline:none;border-color:var(--accent)}.cold-start-status-ok{margin-top:8px;color:#047857;font-size:12px}.cold-start-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.cold-start-meta div{min-width:0;padding:8px;border:1px solid var(--border);border-radius:6px;background:#f8fafc}.cold-start-meta span,.cold-start-meta strong{display:block;min-width:0;word-break:break-word}.cold-start-meta span{color:var(--muted);font-size:10px}.cold-start-meta strong{margin-top:3px;color:#111827;font-size:11px;font-weight:600}.cold-start-steps{display:grid;gap:8px;margin-top:12px}.cold-start-step{padding:10px;border:1px solid var(--border);border-left:4px solid #cbd5e1;border-radius:8px;background:#f8fafc}.cold-start-step>div{display:flex;justify-content:space-between;gap:8px}.cold-start-step strong{min-width:0;color:#111827;font-size:12px;word-break:break-word}.cold-start-step span,.cold-start-step small{color:var(--muted);font-size:11px}.cold-start-step em{display:inline-block;margin-top:6px;color:#374151;font-size:12px;font-style:normal}.cold-start-step.status-completed{border-left-color:#16a34a}.cold-start-step.status-running{border-left-color:#2563eb}.cold-start-step.status-failed{border-left-color:#dc2626}.cold-start-step.status-degraded{border-left-color:#f59e0b}.cold-start-step.status-skipped{border-left-color:#94a3b8}.cold-start-health-sync{margin-top:12px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fff}.cold-start-health-sync strong,.cold-start-health-sync span{display:block;font-size:12px}.cold-start-health-sync span{color:var(--muted)}.cold-start-health-sync div{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:3px;margin-top:8px}.cold-start-health-sync i{height:8px;border-radius:999px;background:#cbd5e1}.cold-start-health-sync i.completed{background:#16a34a}.cold-start-health-sync i.partial{background:#f59e0b}.btn-row{display:flex;gap:8px;flex-wrap:wrap}.btn-primary{padding:8px 14px;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px}.btn-primary:hover:not(:disabled){background:#1e4fd1}.btn-primary:disabled{background:#aaa;cursor:not-allowed}.btn-secondary{padding:8px 14px;background:#fff;color:#333;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:13px}.btn-secondary:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent)}.btn-danger{padding:8px 14px;background:#fff;color:var(--error);border:1px solid #f5b5af;border-radius:6px;cursor:pointer;font-size:13px}.btn-danger:hover{background:#fce8e6}.console-input{height:34px;padding:0 10px;border:1px solid var(--border);border-radius:6px;font:inherit;font-size:13px}.health-index-panel{margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.health-index-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:10px 0}.health-index-count,.health-index-note{color:var(--muted);font-size:12px}.health-index-note{margin-top:6px}.health-index-card-filter{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0;padding:8px 10px;border:1px solid #bfd3ff;border-radius:8px;background:#f5f8ff;color:#24457a;font-size:12px}.health-index-card-filter code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700}.health-index-list{display:grid;gap:6px;margin-top:10px}.health-index-row{border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.health-index-row.error{border-color:#f5b5af}.health-index-row.highlighted{border-color:#3b6eea;box-shadow:0 0 0 2px #3b6eea1f}.health-index-row summary{display:flex;align-items:center;gap:8px;padding:8px 10px;cursor:pointer;font-size:12px}.health-index-name{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600;color:#222}.health-index-meta{color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:1px 7px}.health-index-meta.match{color:#2554bd;border-color:#bfd3ff;background:#edf3ff}.health-index-status{margin-left:auto;color:var(--muted)}.health-index-row.ok .health-index-status{color:#2f7d32}.health-index-row.error .health-index-status{color:var(--error)}.health-index-row pre{margin:0;padding:10px;border-top:1px solid var(--border);background:#f7f7f7;overflow:auto;font-size:11px}.h5-sdui-card-focusable{cursor:pointer}.rule-toolbar{margin:14px 0 16px;padding:12px;border:1px solid #dbe4f0;border-radius:8px;background:#f8fbff}.rule-toolbar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.rule-toolbar-head h3{margin:0;color:#344054}.rule-toolbar-meta{margin-top:2px;color:var(--muted);font-size:12px}.rule-refresh{flex:0 0 auto;height:32px;padding:0 12px}.rule-toolbar-error,.rule-toolbar-note{margin:8px 0;padding:8px 10px;border-radius:6px;font-size:12px}.rule-toolbar-error{color:var(--error);background:#fff4f2;border:1px solid #f2c1b8}.rule-toolbar-note{color:#5f4b13;background:#fff8e1;border:1px solid #f0d177}.rule-card-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.rule-card-tabs button{flex:0 0 auto;height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #d0d7e2;border-radius:999px;background:#fff;color:#475467;font:inherit;font-size:12px;cursor:pointer}.rule-card-tabs button.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);font-weight:600}.rule-card-tabs button span{color:var(--muted);font-size:11px}.rule-trigger-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.rule-card-panel{border:1px solid #e3e8ef;border-radius:8px;background:#fff;overflow:hidden}.rule-card-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:9px 10px;border-bottom:1px solid #eef2f6}.rule-card-panel-head strong{font-size:13px}.rule-card-panel-head span{color:var(--muted);font-size:12px}.rule-trigger-empty{padding:10px;color:var(--muted);font-size:12px}.rule-trigger-row{padding:10px;border-bottom:1px solid #f1f4f8}.rule-trigger-row:last-child{border-bottom:none}.rule-trigger-row.disabled{opacity:.68}.rule-trigger-top{display:flex;align-items:center;gap:8px;min-width:0}.rule-trigger-top strong{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.rule-kind,.rule-state{flex:0 0 auto;padding:2px 7px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase}.rule-kind{color:#344054;background:#eef2f6}.kind-scheduled{color:#075985;background:#e0f2fe}.kind-event{color:#166534;background:#dcfce7}.kind-data_rule{color:#7c2d12;background:#ffedd5}.kind-reserved{color:#52525b;background:#f4f4f5}.rule-state{color:#475467;background:#f2f4f7}.rule-trigger-row.enabled .rule-state{color:#14532d;background:#dcfce7}.rule-trigger-detail{margin-top:6px;color:#344054;font-size:12px;line-height:1.45}.rule-trigger-facts{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.rule-trigger-facts span{min-width:0;max-width:100%;overflow-wrap:anywhere;padding:2px 6px;border-radius:5px;background:#f6f8fb;color:#475467;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.rule-trigger-source{margin-top:7px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;overflow-wrap:anywhere}.rule-log-debug{margin-top:14px;padding-top:12px;border-top:1px solid #dbe4f0}.rule-log-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.rule-log-head h3{margin:0;color:#344054}.rule-log-filters{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:8px;align-items:end}.rule-log-filters label{display:flex;flex-direction:column;gap:4px;min-width:0;color:#475467;font-size:11px;font-weight:650}.rule-log-filters label.wide{grid-column:span 2}.rule-log-filters input,.rule-log-filters select{width:100%;height:32px;min-width:0;padding:0 8px;border:1px solid #d0d7e2;border-radius:6px;background:#fff;color:#1f2937;font:inherit;font-size:12px}.rule-log-check{min-height:32px;flex-direction:row!important;align-items:center;gap:7px!important}.rule-log-check input{width:14px;height:14px}.rule-log-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.rule-log-row{padding:10px;border:1px solid #e3e8ef;border-radius:8px;background:#fff}.rule-log-row-top{display:flex;align-items:center;gap:8px;min-width:0}.rule-log-row-top strong{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.rule-log-row-top span:last-child{flex:0 0 auto;color:var(--muted);font-size:11px}.rule-log-status{flex:0 0 auto;padding:2px 7px;border-radius:999px;background:#eef2f6;color:#344054;font-size:10px;font-weight:700;text-transform:uppercase}.status-matched{color:#166534;background:#dcfce7}.status-skipped{color:#52525b;background:#f4f4f5}.status-success{color:#075985;background:#e0f2fe}.status-error{color:#991b1b;background:#fee2e2}.rule-log-message{margin-top:6px;color:#344054;font-size:12px;line-height:1.45}.rule-log-error,.rule-log-metadata pre{margin:8px 0 0;max-height:180px;overflow:auto;padding:8px;border-radius:6px;white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.45}.rule-log-error{color:#991b1b;background:#fff1f1;border:1px solid #fecaca}.rule-log-metadata{margin-top:7px;color:#475467;font-size:12px}.rule-log-metadata summary{cursor:pointer}.rule-log-metadata pre{color:#344054;background:#f6f8fb;border:1px solid #e3e8ef}.rule-log-more{margin-top:10px}.session-bar{position:absolute;top:12px;right:18px;z-index:100}.h5-feed-header{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fff;border-bottom:1px solid var(--border);flex:0 0 auto}.h5-feed-header-main{display:flex;align-items:center;gap:10px}.h5-feed-title{font-size:16px;font-weight:600}.h5-feed-mode-switch{display:inline-flex;padding:2px;border-radius:999px;background:#eef2ff}.h5-feed-mode-switch button{height:24px;padding:0 10px;border:none;border-radius:999px;background:transparent;color:#6b7280;font-size:11px;font-weight:600;cursor:pointer}.h5-feed-mode-switch button.active{background:#fff;color:#1d4ed8;box-shadow:0 1px 2px #0f172a14}.h5-icon-btn{width:32px;height:32px;border-radius:50%;background:transparent;border:none;cursor:pointer;font-size:16px;color:#555}.h5-icon-btn:hover{background:var(--accent-soft)}.h5-feed-scroll{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px;background:var(--bg)}.h5-feed-empty{text-align:center;color:var(--muted);padding:40px 16px;font-size:13px;line-height:1.6}.h5-feed-empty.error{color:var(--error)}.h5-feed-card{background:#fff;border:1px solid var(--border);border-radius:12px;cursor:pointer;overflow:hidden}.h5-feed-meta{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:11px;color:var(--muted);border-bottom:1px solid #f0f0f0}.h5-feed-scene{font-weight:500;color:#333}.h5-feed-time{margin-left:auto}.h5-feed-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.h5-feed-dismiss{width:22px;height:22px;padding:0;border:none;background:transparent;cursor:pointer;color:#999;font-size:12px;border-radius:50%}.h5-feed-dismiss:hover{background:#fce8e6;color:var(--error)}.h5-feed-card-body{padding:12px}.h5-feed-card-body .a2ui-card:not(.everly-a2ui){border:none;padding:0;box-shadow:none}.h5-feed-card-body .a2ui-card.everly-a2ui{margin:0}.h5-feed-more{height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#555;cursor:pointer;font:inherit;font-size:13px}.h5-feed-more:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.h5-feed-more:disabled{opacity:.6;cursor:not-allowed}.gallery-screen{--gallery-bg: #14111b;--gallery-panel: #111018;--gallery-panel-soft: #302d38;--gallery-line: rgba(255,255,255,.12);--gallery-text: #f7f3e8;--gallery-muted: #aaa39a;--gallery-blue: #828dd0;flex:1;min-height:0;display:flex;flex-direction:column;background:radial-gradient(circle at 50% 100%,rgba(71,52,110,.32),transparent 32%),linear-gradient(180deg,#14131c,#16131d 58%,#121019);color:var(--gallery-text);overflow:hidden}.gallery-week-row{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:0 0 12px;color:var(--gallery-muted);font-size:12px;font-weight:800;letter-spacing:.18em}.gallery-week-row i{height:1px;background:#ffffff24}.gallery-scroll{flex:1;min-height:0;overflow-y:auto;padding:0 24px 28px}.gallery-masonry{column-count:3;column-gap:7px}.gallery-tile{width:100%;break-inside:avoid;margin:0 0 7px;border-radius:16px;overflow:hidden;border:1px solid var(--gallery-line)}.gallery-tile.metric{min-height:102px;padding:22px 12px 14px;background:var(--gallery-panel);display:flex;flex-direction:column;justify-content:flex-end}.gallery-tile.metric.soft{background:var(--gallery-panel-soft)}.gallery-tile.metric.blue{background:#222139}.gallery-metric-value{font-size:32px;line-height:.95;font-weight:800;letter-spacing:0}.gallery-metric-value small{margin-left:3px;color:var(--gallery-muted);font-size:13px;font-weight:800}.gallery-metric-label{margin-top:10px;color:var(--gallery-muted);font-size:10px;font-weight:800;letter-spacing:.14em;overflow-wrap:anywhere}.gallery-metric-label span{margin:0 3px}.gallery-tile.photo{height:164px;position:relative;border:none;background:#24202c}.gallery-tile.photo.tall{height:198px}.gallery-tile.photo.short{height:132px}.gallery-tile.photo img{width:100%;height:100%;display:block;object-fit:cover}.gallery-tile.photo:after{content:"";position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.62))}.gallery-tile.photo figcaption{position:absolute;left:12px;right:9px;bottom:12px;z-index:1;color:#f8f4e8;text-shadow:0 1px 9px rgba(0,0,0,.65);display:flex;gap:6px;flex-wrap:wrap;align-items:baseline;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;overflow-wrap:anywhere}.gallery-state{margin-top:80px;padding:0 28px;color:var(--gallery-muted);text-align:center;font-size:13px;line-height:1.6}.gallery-state.error{color:#ffb3aa}.h5-sdui-stack{display:flex;flex-direction:column;gap:12px}.h5-sdui-summary{display:flex;gap:8px;flex-wrap:wrap;font-size:11px;color:#6b7280}.h5-sdui-summary span{padding:4px 8px;border-radius:999px;background:#fffc;border:1px solid rgba(203,213,225,.7)}.h5-sdui-card{border-radius:20px;padding:14px;border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 40px #0f172a14;color:#0f172a;background:radial-gradient(circle at top right,rgba(255,255,255,.86),transparent 44%),linear-gradient(165deg,#fffffff5,#f1f5f9eb)}.h5-sdui-card.tone-danger{background:radial-gradient(circle at top right,rgba(255,255,255,.7),transparent 42%),linear-gradient(155deg,#fff4f0,#ffe4dc 56%,#fffaf5)}.h5-sdui-card.tone-warn{background:radial-gradient(circle at top right,rgba(255,255,255,.72),transparent 40%),linear-gradient(155deg,#fff9ef,#ffefc7 58%,#fffdf8)}.h5-sdui-card.tone-calm{background:radial-gradient(circle at top right,rgba(255,255,255,.72),transparent 40%),linear-gradient(155deg,#f3fbff,#dff4ff 56%,#f8fdff)}.h5-sdui-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:11px}.h5-sdui-topline-left{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.h5-sdui-topline-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.h5-sdui-badge{padding:5px 10px;border-radius:999px;background:#0f172a14;color:#0f172a;font-weight:700;letter-spacing:.02em}.h5-sdui-source-badge{padding:4px 8px;border-radius:999px;font-weight:700;letter-spacing:.01em}.h5-sdui-source-badge.source-real{background:#0478571f;color:#065f46}.h5-sdui-source-badge.source-mixed{background:#b453091f;color:#92400e}.h5-sdui-source-badge.source-synthetic{background:#7f1d1d1a;color:#991b1b}.h5-sdui-time{color:#0f172a94}.h5-sdui-heading{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.h5-sdui-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ffffff9e;font-size:22px;box-shadow:inset 0 1px #fffc}.h5-sdui-copy h3{margin:0;font-size:17px;line-height:1.2}.h5-sdui-copy p{margin:6px 0 0;color:#0f172ab8;font-size:13px;line-height:1.5}.h5-sdui-score,.h5-sdui-inline-stat{margin-top:14px;display:flex;align-items:baseline;justify-content:space-between;padding:10px 12px;border-radius:14px;background:#ffffff85}.h5-sdui-score span,.h5-sdui-inline-stat span{font-size:11px;color:#0f172a8c;text-transform:uppercase;letter-spacing:.04em}.h5-sdui-score strong,.h5-sdui-inline-stat strong{font-size:22px;line-height:1}.h5-sdui-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.h5-sdui-metric{padding:10px 10px 11px;border-radius:14px;background:#ffffff85}.h5-sdui-metric span{display:block;font-size:11px;color:#0f172a94;margin-bottom:4px}.h5-sdui-metric strong{font-size:14px;line-height:1.2}.h5-sdui-metric.tone-warning strong{color:#b45309}.h5-sdui-metric.tone-good strong{color:#047857}.h5-sdui-checklist{display:flex;flex-direction:column;gap:8px;margin-top:14px}.h5-sdui-check{display:grid;grid-template-columns:10px minmax(0,1fr);gap:8px;font-size:13px;color:#0f172ac7}.h5-sdui-buttons{display:flex;gap:8px;margin-top:14px}.h5-sdui-btn{height:34px;padding:0 14px;border:none;border-radius:999px;background:#0f172a14;color:#0f172a;font:inherit;font-size:12px;font-weight:600}.h5-sdui-contract-actions{margin-top:14px}.h5-sdui-buttons.contract-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:8px}.h5-sdui-buttons.contract-actions.primary-row{grid-template-columns:1fr;margin-top:0}.h5-sdui-buttons.contract-actions.secondary-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.h5-sdui-buttons.contract-actions .h5-sdui-btn{width:100%;background:#ffffff14;color:#f8fbff;border:1px solid rgba(255,255,255,.08)}.h5-contract-action-prompt{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:10px 12px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.h5-contract-action-prompt span{color:#f8fbffe6;font-size:12px;font-weight:700}.h5-contract-action-prompt small{color:#e5ecf7a8;font-size:12px}.h5-sdui-btn.primary{background:#ffffff24;color:#f8fbff}.h5-sdui-contract-stack{display:flex;flex-direction:column;gap:14px}.h5-sdui-contract-bottoms{display:flex;flex-direction:column;gap:10px;margin-top:2px}.h5-sdui-card-list{display:flex;flex-direction:column;gap:8px}.h5-sdui-card-list-head{display:flex;justify-content:space-between;align-items:center;color:#e5ecf7ad;font-size:11px}.h5-sdui-card-list-head strong{color:#f8fbffdb;font-size:11px;font-weight:700}.h5-sdui-card-list-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(86%,1fr);gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.h5-sdui-card-list-track::-webkit-scrollbar{display:none}.h5-sdui-card-list-track>div{scroll-snap-align:center;opacity:.72}.h5-sdui-card-list-track>div.active{opacity:1}.h5-sdui-card-list-track .h5-sdui-card{min-height:100%}.h5-sdui-card-placeholder{min-height:180px;display:flex;align-items:center;justify-content:center}.h5-sdui-card-placeholder span{color:#e5ecf7a8;font-size:12px;font-weight:700}.h5-sdui-card-list-controls{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:10px;align-items:center}.h5-sdui-card-list-controls button{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff14;color:#f8fbff;font-size:22px;line-height:1}.h5-sdui-card-list-controls button:disabled{opacity:.34}.h5-sdui-card-list-controls input[type=range]{width:100%;accent-color:#5eead4}.h5-contract-empty-rows{padding:12px;border-radius:14px;background:#ffffff0f;border:1px dashed rgba(255,255,255,.12)}.h5-contract-empty-rows strong,.h5-contract-empty-rows span{display:block}.h5-contract-empty-rows strong{color:#f8fbff;font-size:13px}.h5-contract-empty-rows span{margin-top:4px;color:#e5ecf79e;font-size:11px}.h5-sdui-contract-copy{margin-bottom:0}.h5-sdui-contract-eyebrow{margin-bottom:6px;font-size:11px;color:#e5ecf7a8;text-transform:uppercase;letter-spacing:.08em}.h5-sdui-contract-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.h5-sdui-contract-title-row h3{margin:0;font-size:17px;line-height:1.2}.h5-sdui-contract-title-row span{font-size:12px;color:#e5ecf7a8;white-space:nowrap}.h5-sdui-card.timeline-card{background:radial-gradient(circle at top left,rgba(66,94,161,.22),transparent 34%),radial-gradient(circle at top right,rgba(92,244,200,.12),transparent 28%),linear-gradient(180deg,#060b15,#09111f 48%,#0e1728);border:1px solid rgba(255,255,255,.08);color:#eff4fb;box-shadow:0 26px 64px #03081373,inset 0 1px #ffffff0a}.h5-sdui-card.timeline-card .h5-sdui-time,.h5-sdui-card.timeline-card .h5-sdui-copy p{color:#e5ecf7bd}.h5-sdui-card.timeline-card .h5-sdui-copy h3,.h5-sdui-card.timeline-card .h5-sdui-badge{color:#f7fbff}.timeline-copy{margin-bottom:14px}.h5-sdui-timeline-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.h5-sdui-timeline-metric{padding:12px 12px 11px;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.h5-sdui-timeline-metric span{display:block;margin-bottom:4px;font-size:11px;color:#dee6f3a8;text-transform:uppercase;letter-spacing:.04em}.h5-sdui-timeline-metric strong{font-size:15px;color:#f6fbff}.h5-sdui-timeline-shell{margin:0 -6px}.h5-sdui-timeline-chart{width:100%;height:auto;display:block}.h5-sdui-timeline-footer{display:flex;justify-content:space-between;gap:12px;margin-top:10px;font-size:12px;color:#dde6f2ad}.h5-sdui-card.stress-card{background:radial-gradient(circle at top left,rgba(72,196,255,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(90,242,198,.12),transparent 28%),linear-gradient(180deg,#08111a,#0c1521 48%,#101927);border:1px solid rgba(255,255,255,.08);color:#eff4fb;box-shadow:0 24px 56px #0308136b,inset 0 1px #ffffff0a}.h5-sdui-card.stress-card .h5-sdui-time,.h5-sdui-card.stress-card .h5-sdui-copy p{color:#e5ecf7bd}.h5-sdui-card.stress-card .h5-sdui-copy h3,.h5-sdui-card.stress-card .h5-sdui-badge{color:#f7fbff}.h5-sdui-card.sleep-card{background:radial-gradient(circle at top left,rgba(125,211,252,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(94,234,212,.1),transparent 28%),linear-gradient(180deg,#07101c,#0c1523 48%,#101a2a);border:1px solid rgba(255,255,255,.08);color:#eff4fb;box-shadow:0 24px 56px #0308136b,inset 0 1px #ffffff0a}.h5-sdui-card.sleep-card .h5-sdui-time,.h5-sdui-card.sleep-card .h5-sdui-copy p{color:#e5ecf7bd}.h5-sdui-card.sleep-card .h5-sdui-copy h3,.h5-sdui-card.sleep-card .h5-sdui-badge{color:#f7fbff}.h5-sdui-card.motion-card{background:radial-gradient(circle at top left,rgba(251,113,133,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(56,189,248,.12),transparent 28%),linear-gradient(180deg,#101019,#141624 48%,#171b29);border:1px solid rgba(255,255,255,.08);color:#eff4fb;box-shadow:0 24px 56px #0308136b,inset 0 1px #ffffff0a}.h5-sdui-card.motion-card .h5-sdui-time,.h5-sdui-card.motion-card .h5-sdui-copy p{color:#e5ecf7bd}.h5-sdui-card.motion-card .h5-sdui-copy h3,.h5-sdui-card.motion-card .h5-sdui-badge{color:#f7fbff}.h5-sdui-card.food-card{background:radial-gradient(circle at top left,rgba(255,152,84,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(250,204,21,.12),transparent 28%),linear-gradient(180deg,#16100d,#1c1511 48%,#251b16);border:1px solid rgba(255,255,255,.08);color:#eff4fb;box-shadow:0 24px 56px #130a036b,inset 0 1px #ffffff0a}.h5-sdui-card.food-card .h5-sdui-time,.h5-sdui-card.food-card .h5-sdui-copy p{color:#f0e8e0bd}.h5-sdui-card.food-card .h5-sdui-copy h3,.h5-sdui-card.food-card .h5-sdui-badge{color:#fff9f2}.h5-sdui-food-progress{display:flex;flex-direction:column;gap:8px;margin-top:8px}.h5-sdui-food-progress-track{height:12px;border-radius:999px;background:#ffffff14;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.h5-sdui-food-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#fb923c,#facc15)}.h5-sdui-food-progress-copy{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#f4eee6cc}.h5-sdui-food-progress-copy strong{color:#fff8ef}.h5-sdui-food-goals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.h5-sdui-food-goal{min-width:0;padding:12px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.h5-sdui-food-goal-top{display:flex;justify-content:space-between;gap:10px;align-items:baseline;margin-bottom:10px}.h5-sdui-food-goal-top span{min-width:0;color:#f0e8e0b3;font-size:11px;text-transform:uppercase;letter-spacing:.04em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h5-sdui-food-goal-top strong{flex:0 0 auto;color:#fff8ef;font-size:15px}.h5-sdui-food-goal-top small{margin-left:2px;color:#f0e8e0b3;font-size:10px}.h5-sdui-food-goal em{display:block;margin-top:7px;color:#f0e8e09e;font-size:11px;font-style:normal}.h5-sdui-food-macros{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.h5-sdui-food-macro{padding:12px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.h5-sdui-food-macro-top{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.h5-sdui-food-macro-top span{font-size:11px;color:#f0e8e0a8;text-transform:uppercase;letter-spacing:.04em}.h5-sdui-food-macro-top strong{font-size:16px;color:#fff8ef}.h5-sdui-food-macro-track{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.h5-sdui-food-macro-fill{height:100%;border-radius:999px}.h5-sdui-food-macro-fill.tone-success,.h5-sdui-food-macro-fill.tone-good{background:linear-gradient(90deg,#34d399,#5eead4)}.h5-sdui-food-macro-fill.tone-primary{background:linear-gradient(90deg,#60a5fa,#38bdf8)}.h5-sdui-food-macro-fill.tone-warn{background:linear-gradient(90deg,#fb923c,#f97316)}.h5-sdui-motion-rings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px}.h5-sdui-motion-ring{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 6px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.h5-sdui-motion-ring-svg{width:88px;height:88px;overflow:visible}.h5-sdui-motion-ring-track,.h5-sdui-motion-ring-progress{fill:none;stroke-width:10}.h5-sdui-motion-ring-track{stroke:#ffffff14}.h5-sdui-motion-ring-progress{transform:rotate(-90deg);transform-origin:48px 48px;stroke-linecap:round}.h5-sdui-motion-ring-copy{display:flex;flex-direction:column;align-items:center;gap:2px}.h5-sdui-motion-ring-copy span{font-size:12px;color:#f4f8ffb8;text-transform:uppercase;letter-spacing:.04em}.h5-sdui-motion-ring-copy strong{font-size:14px;color:#f8fbff}.h5-sdui-stress-annotations{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.h5-sdui-stress-annotation{padding:6px 10px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);font-size:12px;color:#f4f8ffd1}.h5-sdui-timeline-chart .stress-threshold{stroke-width:2;stroke-dasharray:8 8}.h5-sdui-timeline-chart .stress-threshold.low{stroke:#5eead459}.h5-sdui-timeline-chart .stress-threshold.high{stroke:#fb923c75}.h5-sdui-sleep-legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.h5-sdui-sleep-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#f4f8ffd1}.h5-sdui-sleep-legend-dot{width:10px;height:10px;border-radius:999px;flex:0 0 auto}.h5-contract-alert{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;padding:12px;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.h5-contract-alert.tone-warn,.h5-contract-alert.tone-critical{background:#fb923c29;border-color:#fb923c38}.h5-contract-alert-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;font-weight:800}.h5-contract-alert strong,.h5-contract-comparison-cell strong,.h5-contract-kv-cell strong,.h5-contract-list-items strong{display:block;color:#f8fbff}.h5-contract-alert span,.h5-contract-description p,.h5-contract-notes div,.h5-contract-list-items small{color:#e5ecf7bd}.h5-contract-comparison,.h5-contract-kv-row,.h5-contract-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.h5-contract-comparison-cell,.h5-contract-kv-cell,.h5-contract-stat-block,.h5-contract-metric-grid>div{min-width:0;padding:12px;border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.06)}.h5-contract-comparison-cell span,.h5-contract-kv-cell span,.h5-contract-stat-block>span,.h5-contract-metric-grid small{display:block;margin-bottom:5px;color:#e5ecf7a3;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.h5-contract-comparison-cell small,.h5-contract-kv-cell small,.h5-contract-stat-block small,.h5-contract-metric-grid em{margin-left:3px;color:#e5ecf7a8;font-size:11px;font-style:normal}.h5-contract-first-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.h5-contract-first-report-grid>div{min-width:0;padding:14px;border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.06)}.h5-contract-first-report-grid span{display:block;margin-bottom:7px;color:#e5ecf7a3;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.h5-contract-first-report-grid strong{display:block;color:#f8fbff;font-size:20px;line-height:1.1;overflow-wrap:anywhere}.h5-contract-first-report-grid em{display:inline-flex;gap:5px;align-items:center;margin-top:8px;color:#e5ecf7b8;font-size:11px;font-style:normal}.h5-contract-first-report-grid i{font-style:normal}.h5-contract-first-report-grid .tone-success{border-color:#54f56f3d}.h5-contract-first-report-grid .tone-warn{border-color:#facc1542}.h5-contract-first-report-grid .tone-critical{border-color:#fb718547}.h5-contract-first-report-grid .tone-info{border-color:#58e5f53d}.h5-contract-first-report-grid .tone-success em{color:#8cf25f}.h5-contract-first-report-grid .tone-warn em{color:#eaf558}.h5-contract-first-report-grid .tone-critical em{color:#fb7185}.h5-contract-first-report-grid .tone-info em{color:#58e5f5}.h5-contract-comparison-cell em{display:inline-flex;margin-top:8px;padding:4px 8px;border-radius:999px;background:#ffffff14;color:#e5ecf7b8;font-size:11px;font-style:normal}.h5-contract-header-image{min-height:170px;border-radius:18px;background-size:cover;background-position:center;position:relative;overflow:hidden}.h5-contract-header-image span,.h5-contract-header-image strong,.h5-contract-map span{position:absolute;left:12px;bottom:12px;padding:6px 10px;border-radius:999px;background:#050a12b8;color:#f8fbff;font-size:12px}.h5-contract-stat-block strong{display:inline-flex;align-items:baseline;color:#f8fbff;font-size:30px;line-height:1}.h5-contract-stat-block em,.h5-contract-stat-block p{margin:5px 0 0;color:#e5ecf7ad;font-style:normal}.h5-contract-stat-block b{margin-left:8px;padding:3px 8px;border-radius:999px;background:#5eead424;color:#99f6e4;font-size:12px}.h5-contract-notes{display:flex;flex-direction:column;gap:8px}.h5-contract-notes div{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:center}.h5-contract-notes span{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14}.h5-contract-notes .done span{background:#5eead429;color:#99f6e4}.h5-contract-progress,.h5-contract-audio-scrubber{display:flex;flex-direction:column;gap:8px}.h5-contract-progress-copy,.h5-contract-audio-scrubber p,.h5-contract-inline-stats{display:flex;justify-content:space-between;gap:12px;color:#e5ecf7b8;font-size:12px}.h5-contract-progress-copy strong{color:#f8fbff;font-size:16px}.h5-contract-progress-copy b{margin-left:auto;color:#fdba74}.h5-contract-progress-track,.h5-contract-audio-scrubber>div{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.h5-contract-progress-track>div,.h5-contract-audio-scrubber>div>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#5eead4)}.h5-contract-progress-track>.tone-warn{background:linear-gradient(90deg,#fb923c,#f97316)}.h5-contract-progress-track>.tone-critical{background:linear-gradient(90deg,#fb7185,#ef4444)}.h5-contract-meal-photos,.h5-contract-tags{display:flex;gap:10px;flex-wrap:wrap}.h5-contract-meal-photos>div{width:76px;text-align:center}.h5-contract-meal-photos .thumb{width:64px;height:64px;margin:0 auto 6px;border-radius:16px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-color:#ffffff14}.h5-contract-meal-photos strong,.h5-contract-meal-photos em{display:block;color:#f8fbffe6;font-size:11px;font-style:normal}.h5-contract-meal-photos em{color:#e5ecf79e}.h5-contract-photo-grid{display:grid;gap:6px}.h5-contract-photo-grid span{aspect-ratio:1;border-radius:12px;background-size:cover;background-position:center;background-color:#ffffff14}.h5-contract-tags span{padding:7px 10px;border-radius:999px;background:#ffffff14;color:#f8fbffd1;font-size:12px}.h5-contract-tags .selected{background:#5eead42e;color:#ccfbf1}.h5-contract-list-items{display:flex;flex-direction:column;gap:8px}.h5-contract-list-items>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07)}.h5-contract-list-items>div:last-child{border-bottom:0}.h5-contract-list-items .icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14}.h5-contract-list-items button{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;background:#ffffff14;color:#f8fbff}.h5-contract-line-chart svg{width:100%;height:130px;display:block}.h5-contract-line-chart path{fill:none;stroke:#5eead4;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.h5-contract-line-chart path.tone-warn{stroke:#facc15}.h5-contract-line-chart path.area{fill:#5eead41a;stroke:none}.h5-contract-line-chart path.tone-critical+circle,.h5-contract-line-chart circle.tone-critical{fill:#fb7185}.h5-contract-line-chart circle.dot{stroke:#f8fbffe0;stroke-width:2}.h5-contract-line-chart>div{display:flex;justify-content:space-between;color:#e5ecf79e;font-size:11px}.h5-contract-bar-chart{height:150px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(18px,1fr);align-items:end;gap:8px}.h5-contract-bar-chart span{height:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:6px}.h5-contract-bar-chart i{width:100%;max-width:34px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#38bdf8,#5eead4)}.h5-contract-bar-chart em{color:#e5ecf79e;font-size:10px;font-style:normal}.h5-contract-activity-bars{width:min(100%,286px);min-height:156px;margin:2px auto 0;padding:2px 0 26px;display:grid;grid-auto-flow:column;grid-auto-columns:20px;justify-content:center;align-items:end;gap:12px;position:relative}.h5-contract-activity-bars:after{content:"";position:absolute;left:10px;right:10px;bottom:0;border-bottom:1px dashed rgba(255,255,255,.12)}.h5-contract-activity-bars span{height:118px;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:10px}.h5-contract-activity-bars i{width:18px;min-height:10px;display:block;border-radius:9px 9px 2px 2px;background:#ffffff9e;box-shadow:inset 0 1px #ffffff57}.h5-contract-activity-bars .highlight i{background:#f7f7f4;box-shadow:0 0 18px #ffffff29,inset 0 1px #ffffff80}.h5-contract-activity-bars em{height:16px;color:#b2b2c9c7;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;line-height:1;font-style:normal}.h5-contract-zone-legend{display:flex;flex-direction:column;gap:8px}.h5-contract-zone-legend>div{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:8px;align-items:center;color:#e5ecf7bd}.h5-contract-zone-legend .dot{width:10px;height:10px;border-radius:3px;background:#38bdf8}.h5-contract-zone-legend .dot.tone-critical{background:#fb7185}.h5-contract-zone-legend .dot.tone-warn{background:#fb923c}.h5-contract-zone-legend .dot.tone-success{background:#54f56f}.h5-contract-zone-legend .dot.tone-info{background:#58e5f5}.h5-contract-zone-legend .dot.tone-primary{background:#9aa7ff}.h5-contract-zone-legend .dot.tone-energy,.h5-contract-zone-legend .dot.tone-energy-3{background:#eaf558}.h5-contract-zone-legend em{color:#f8fbff;font-style:normal}.h5-contract-metric-grid.compact{grid-template-columns:1fr}.h5-contract-metric-grid>div{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center}.h5-contract-metric-grid>div>span{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14}.h5-contract-metric-grid svg{width:100%;height:20px;margin-top:4px;color:#5eead4}.h5-contract-metric-grid path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}.h5-contract-map{min-height:190px;border-radius:20px;overflow:hidden;position:relative;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),#0c1725;background-size:34px 34px}.h5-contract-map img,.h5-contract-map svg{width:100%;height:190px;display:block;object-fit:cover}.h5-contract-map path{fill:none;stroke:#5eead4;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.h5-contract-map circle{stroke:#f8fbffe6;stroke-width:3}.h5-contract-map .route-start{fill:#38bdf8}.h5-contract-map .route-end{fill:#5eead4}.h5-contract-inline-stats{justify-content:flex-start;flex-wrap:wrap}.h5-contract-inline-stats>div{display:inline-flex;align-items:baseline;gap:4px}.h5-contract-inline-stats strong{color:#f8fbff}.h5-contract-inline-stats em{color:#e5ecf79e;font-style:normal}.h5-contract-audio-art{height:190px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#38bdf83d,#5eead41f)}.h5-contract-audio-art span,.h5-contract-audio-art i,.h5-contract-audio-art b{width:18px;border-radius:999px;background:#f8fbffc7}.h5-contract-audio-art span{height:70px}.h5-contract-audio-art i{height:116px}.h5-contract-audio-art b{height:88px}.h5-contract-audio-transport{display:flex;justify-content:center;gap:12px}.h5-contract-audio-transport button{width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff14;color:#f8fbff}.h5-contract-audio-transport button.primary{width:52px;height:52px;background:#f8fbff2e}.h5-sdui-buttons.contract-actions.overflow-row,.h5-sdui-buttons.contract-actions.audio-row{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}.h5-contract-video{min-height:170px;border-radius:20px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(255,255,255,.16);background:linear-gradient(135deg,#fb718529,#38bdf81f)}.h5-contract-video img{width:100%;height:190px;object-fit:cover}.h5-contract-video>span{width:54px;height:54px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff24}.h5-contract-video div{position:absolute;left:12px;right:12px;bottom:12px;padding:10px;border-radius:14px;background:#050a12ad}.h5-contract-video strong,.h5-contract-video small{display:block}.h5-contract-video small{color:#e5ecf7ad}.h5-contract-unknown{padding:12px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.h5-contract-unknown code{display:block;margin-top:6px;max-height:80px;overflow:auto;color:#e5ecf7a8;font-size:11px}.h5-sdui-stack{gap:18px;color:#f4f7fb}.h5-sdui-summary{color:#f4f7fb94}.h5-sdui-summary span{background:#ffffff0a;border-color:#ffffff14}.h5-sdui-card,.h5-sdui-card.timeline-card,.h5-sdui-card.stress-card,.h5-sdui-card.sleep-card,.h5-sdui-card.motion-card,.h5-sdui-card.food-card{border-radius:18px;background:linear-gradient(180deg,#ffffff06,#fff0),#070809;border:1px solid rgba(255,255,255,.075);color:#f7f9fc;box-shadow:0 20px 52px #00000061,inset 0 1px #ffffff09}.h5-sdui-card.hero{padding:16px}.h5-sdui-card.stress-card{--hero-accent: #5df2c8}.h5-sdui-card.sleep-card{--hero-accent: #5fa8ff}.h5-sdui-card.motion-card{--hero-accent: #54f56f}.h5-sdui-card.food-card{--hero-accent: #78f575}.h5-sdui-topline{margin-bottom:16px}.h5-sdui-badge{padding:0;border-radius:0;background:transparent;color:#f7f9fc;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;letter-spacing:0;text-transform:lowercase}.h5-sdui-source-badge{padding:0;background:transparent!important;color:#b7bbcdd1!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.h5-sdui-time{color:#e7ebf36b;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px}.h5-feed-dismiss{background:#ffffff0d;border-color:#ffffff14;color:#f4f7fbad}.h5-sdui-contract-stack{gap:12px}.h5-sdui-contract-eyebrow{color:#b7bbcdd1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.12em}.h5-sdui-contract-title-row{align-items:flex-start}.h5-sdui-contract-title-row h3{color:#f8f9fb;font-size:17px;font-weight:760;letter-spacing:0}.h5-sdui-contract-title-row span,.h5-sdui-contract-copy p,.h5-contract-description p{color:#e7ebf3ad}.timeline-copy{margin-bottom:4px}.h5-sdui-timeline-metrics{gap:8px;margin:4px 0 10px}.h5-sdui-timeline-metric{padding:9px 10px;border-radius:10px;background:#ffffff09;border-color:#ffffff0e}.h5-sdui-timeline-metric span,.h5-contract-comparison-cell span,.h5-contract-kv-cell span,.h5-contract-stat-block>span,.h5-contract-metric-grid small,.h5-sdui-food-goal-top span,.h5-sdui-food-macro-top span,.h5-sdui-motion-ring-copy span{letter-spacing:0}.h5-sdui-buttons.contract-actions{margin-top:10px}.h5-sdui-buttons.contract-actions .h5-sdui-btn{height:34px;border-radius:12px;background:#ffffff0f;border-color:#ffffff14;color:#f7f9fcdb}.h5-sdui-btn.primary{background:#ffffff21;color:#fff}.h5-contract-action-prompt,.h5-contract-alert,.h5-contract-comparison-cell,.h5-contract-kv-cell,.h5-contract-stat-block,.h5-contract-metric-grid>div,.h5-sdui-food-macro{border-radius:12px;background:#ffffff0a;border-color:#ffffff0f}.h5-sdui-timeline-shell{margin:0}.h5-sdui-timeline-chart{overflow:visible}.h5-sdui-timeline-chart .stress-threshold.low,.h5-sdui-timeline-chart .stress-threshold.high{stroke:#ffffff29}.h5-sdui-stress-annotations{margin-top:8px}.h5-sdui-stress-annotation{padding:5px 8px;border-radius:10px;background:#ffffff0b;border-color:#ffffff0f;color:#e7ebf3a8;font-size:11px}.h5-sdui-sleep-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;margin-bottom:10px}.h5-sdui-sleep-summary span,.h5-sdui-sleep-summary small{display:block;color:#e7ebf39e;font-size:11px}.h5-sdui-sleep-summary strong{display:block;color:#f8f9fb;font-size:31px;line-height:1.05;margin:4px 0}.h5-sdui-sleep-summary-side{min-width:110px;display:grid;gap:8px;text-align:right}.h5-sdui-sleep-summary-side strong{color:#6ef0bb;font-size:16px}.h5-sdui-sleep-legend{gap:8px}.h5-sdui-sleep-legend-item{font-size:11px;color:#e7ebf39e}.h5-sdui-motion-rings{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;align-items:center;margin-top:0}.h5-sdui-motion-ring-cluster{display:grid;place-items:center;min-height:150px}.h5-sdui-motion-ring-cluster-svg{width:136px;height:136px;overflow:visible}.h5-sdui-motion-ring-track,.h5-sdui-motion-ring-progress{fill:none;stroke-width:8}.h5-sdui-motion-ring-track{stroke:#ffffff1f}.h5-sdui-motion-ring-progress{transform:rotate(-92deg);transform-origin:66px 66px;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(84,245,111,.26))}.h5-sdui-motion-ring-list{display:grid;gap:8px}.h5-sdui-motion-ring-list>div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:8px;align-items:center;color:#e7ebf3ad;font-size:12px}.h5-sdui-motion-ring-list span{width:10px;height:10px;border-radius:999px}.h5-sdui-motion-ring-list strong{color:#f8f9fb;font-size:12px}.h5-sdui-motion-ring-list em{color:#e7ebf394;font-style:normal;white-space:nowrap}.h5-contract-multi-ring{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}.h5-contract-multi-ring-item{min-width:0;display:grid;justify-items:center;gap:7px;padding:8px 4px}.h5-contract-multi-ring-svg{width:86px;height:86px;overflow:visible}.h5-contract-multi-ring-track,.h5-contract-multi-ring-progress{fill:none;stroke-width:8}.h5-contract-multi-ring-track{stroke:#ffffff1c}.h5-contract-multi-ring-progress{transform:rotate(-90deg);transform-origin:48px 48px;stroke-linecap:round;filter:drop-shadow(0 0 7px rgba(88,245,111,.18))}.h5-contract-multi-ring-svg text{fill:#f8f9fb;font-size:18px;font-weight:760}.h5-contract-multi-ring-copy{display:grid;gap:2px;text-align:center}.h5-contract-multi-ring-copy span{color:#e7ebf3b8;font-size:11px;line-height:1.1}.h5-contract-multi-ring-copy strong{color:#e7ebf394;font-size:10px;font-weight:600;line-height:1.15}.h5-sdui-food-goals{display:flex;flex-direction:column;gap:12px;margin-top:0;padding:14px;border-radius:16px;background:#ffffff06;border:1px solid rgba(255,255,255,.07)}.h5-sdui-food-goal{padding:0;border:0;border-radius:0;background:transparent}.h5-sdui-food-goal-top{margin-bottom:5px}.h5-sdui-food-goal-top span{color:#e7ebf3b8;font-size:12px;text-transform:none}.h5-sdui-food-goal-top strong{color:#f7f9fcd6;font-size:12px}.h5-sdui-food-goal em{margin-top:4px;color:#e7ebf394;font-size:11px;text-align:right}.h5-sdui-food-macro-track,.h5-sdui-food-progress-track,.h5-contract-progress-track,.h5-contract-audio-scrubber>div{height:8px;background:#ffffff13;border:0}.h5-sdui-food-macro-fill,.h5-sdui-food-progress-fill,.h5-contract-progress-track>div,.h5-contract-audio-scrubber>div>span{background:linear-gradient(90deg,#8cf25f,#58e5f5);box-shadow:0 0 10px #58e5f538}.h5-sdui-food-macro-fill.tone-success,.h5-sdui-food-macro-fill.tone-good{background:linear-gradient(90deg,#8cf25f,#58f5a5)}.h5-sdui-food-macro-fill.tone-primary{background:linear-gradient(90deg,#9aa7ff,#58e5f5)}.h5-sdui-food-macro-fill.tone-warn{background:linear-gradient(90deg,#eaf558,#58e5f5)}.h5-sdui-food-macro-fill.tone-info{background:linear-gradient(90deg,#58e5f5,#9aa7ff)}.h5-sdui-food-macro-fill.tone-target_range{background:linear-gradient(90deg,#8cf25f,#eaf558)}.h5-sdui-food-macros{gap:8px}.h5-contract-line-chart svg{height:92px}.h5-contract-line-chart path{stroke:#58f56f;stroke-width:3}.h5-contract-line-chart path.tone-critical{stroke:#fb7185}.h5-contract-line-chart path.tone-warn{stroke:#eaf558}.h5-contract-line-chart path.tone-info{stroke:#58e5f5}.h5-contract-line-chart path.tone-primary{stroke:#9aa7ff}.h5-contract-line-chart path.tone-energy,.h5-contract-line-chart path.tone-energy-3{stroke:#eaf558}.h5-contract-line-chart path.area{fill:#58f56f2e}.h5-contract-line-chart.single-point path.area{fill:#fb71851a}.h5-contract-line-chart circle.dot{fill:#58f56f}.h5-contract-line-chart circle.dot.tone-critical{fill:#fb7185}.h5-contract-line-chart circle.dot.tone-info{fill:#58e5f5}.h5-contract-line-chart circle.dot.tone-primary{fill:#9aa7ff}.h5-contract-bar-chart{height:112px;padding-top:6px;border-top:1px dashed rgba(255,255,255,.12)}.h5-contract-bar-chart i{max-width:12px;border-radius:4px;background:linear-gradient(180deg,#58f56f,#eaf558)}.h5-contract-activity-bars{min-height:168px}.h5-contract-activity-bars i{background:#ffffffa3}.h5-contract-activity-bars .highlight i{background:#f6f6f2}.h5-contract-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.h5-contract-metric-grid>div{grid-template-columns:1fr;justify-items:center;text-align:center}.h5-contract-metric-grid>div>span{background:transparent;color:var(--hero-accent, #58f56f)}.h5-contract-tags span,.h5-contract-list-items .icon,.h5-contract-list-items button{border-radius:10px}@media(max-width:430px){.h5-sdui-motion-rings{grid-template-columns:1fr}.h5-sdui-motion-ring-list{grid-template-columns:repeat(3,minmax(0,1fr))}.h5-sdui-motion-ring-list>div{grid-template-columns:10px minmax(0,1fr)}.h5-sdui-motion-ring-list em{grid-column:2}.h5-sdui-sleep-summary{grid-template-columns:1fr}.h5-sdui-sleep-summary-side{text-align:left}.h5-contract-multi-ring{grid-template-columns:repeat(3,minmax(0,1fr))}.h5-contract-multi-ring-svg{width:76px;height:76px}}.preset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin-top:8px}.preset-card{text-align:left;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px 12px;cursor:pointer;font-family:inherit;transition:background .1s,border-color .1s}.preset-card:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent)}.preset-card:disabled{opacity:.5;cursor:not-allowed}.preset-label{font-size:13px;font-weight:500;margin-bottom:4px}.preset-summary{font-size:11px;color:var(--muted);line-height:1.4}.kv-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:8px}.kv-table th,.kv-table td{padding:6px 10px;text-align:left;vertical-align:top;border-bottom:1px solid #f0f0f0}.kv-table th{font-weight:500;font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.04em}.kv-table input{padding:4px 6px;border:1px solid var(--border);border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:11px;width:100%}.kv-table button{margin-right:4px;padding:4px 8px;font-size:11px}.kv-table code{font-size:11px;word-break:break-all}.hk-sim{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;max-width:1100px;margin:0 auto;width:100%}.hk-section{background:#fff;border:1px solid var(--border);border-radius:10px;padding:16px 20px}.hk-section h2{margin:0 0 6px;font-size:18px}.hk-section h3{margin:0 0 10px;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#666}.hk-section.error{background:#fce8e6;color:var(--error);border-color:#f5b5af}.hk-section .muted{color:var(--muted);font-size:13px}.hk-controls{display:flex;gap:24px;flex-wrap:wrap;align-items:center}.hk-controls label{display:inline-flex;gap:6px;align-items:center;font-size:13px;color:#444}.hk-controls input[type=number]{width:56px;padding:4px 6px;border:1px solid var(--border);border-radius:4px}.hk-controls button{padding:8px 14px;background:#fff;color:#333;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:13px;margin-left:8px}.hk-controls button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.hk-controls button.danger{color:var(--error);border-color:#f5b5af}.hk-controls button:hover:not(:disabled){background:var(--accent-soft)}.hk-controls button.primary:hover:not(:disabled){background:#1e4fd1}.hk-controls button:disabled{opacity:.4;cursor:not-allowed}.hk-row{display:flex;gap:32px;flex-wrap:wrap;font-size:13px}.hk-row code{font-size:12px}.hk-result{width:100%;border-collapse:collapse;font-size:13px}.hk-result th,.hk-result td{padding:6px 12px;text-align:left;border-bottom:1px solid #f0f0f0}.hk-result th{font-weight:500;color:#666;font-size:11px;text-transform:uppercase}.hk-pool{display:flex;flex-direction:column;gap:4px;max-height:400px;overflow-y:auto;font-size:12px}.hk-sample{display:grid;grid-template-columns:80px 1fr 160px 70px;gap:12px;padding:6px 10px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#fafafa;align-items:center}.hk-sample.is-new{background:#e9f4ff;border-left:3px solid var(--accent)}.hk-kind{font-size:10px;text-transform:uppercase;color:#888;font-weight:600}.hk-name{color:#222}.hk-ts{color:#666;font-size:11px}.hk-uuid{color:#999;font-size:11px}.hk-section .error{color:var(--error);font-size:12px}.tabs{display:flex;border-bottom:1px solid var(--border)}.tab{flex:1;padding:12px;text-align:center;cursor:pointer;font-size:13px;color:#666;border-bottom:2px solid transparent}.tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:500}.drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2563eb14;border:2px dashed var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--accent);font-weight:500;pointer-events:none;z-index:10}.status-line{padding:6px 12px;font-size:12px;color:var(--muted);font-style:italic;min-height:20px}.status-line.error{color:var(--error);font-style:normal}
