@font-face{font-family:Barlow Condensed;src:url(/fonts/BarlowCondensed-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Barlow Condensed;src:url(/fonts/BarlowCondensed-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Barlow Condensed;src:url(/fonts/BarlowCondensed-Bold.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:IBM Plex Mono;src:url(/fonts/IBMPlexMono-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:IBM Plex Mono;src:url(/fonts/IBMPlexMono-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Public Sans;src:url(/fonts/PublicSans-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Public Sans;src:url(/fonts/PublicSans-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Public Sans;src:url(/fonts/PublicSans-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Public Sans;src:url(/fonts/PublicSans-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--screen: #f3f5f8;--surface: #ffffff;--surface-alt: #edf0f4;--ink: #12161c;--ink-2: #48515e;--ink-3: #7a8390;--rule: #dde1e7;--rule-strong: #c7cdd6;--accent: #d41f27;--accent-ink: #ffffff;--accent-soft: #fbe4e5;--accent-text: #b3141c;--ok: #2f8a4e;--shadow-1: 0 1px 2px rgba(18, 22, 28, .1);--f-display: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;--f-body: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--f-mono: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;color-scheme:light}:root[data-theme=dark]{--screen: #0f1217;--surface: #181c23;--surface-alt: #20252d;--ink: #e8ebf0;--ink-2: #a8b0bb;--ink-3: #737c88;--rule: #262b34;--rule-strong: #343a45;--accent: #f0444a;--accent-ink: #ffffff;--accent-soft: #3a1619;--accent-text: #ff7a7f;--ok: #56b874;--shadow-1: 0 1px 2px rgba(0, 0, 0, .4);color-scheme:dark}@media (prefers-color-scheme: dark){:root[data-theme=system]{--screen: #0f1217;--surface: #181c23;--surface-alt: #20252d;--ink: #e8ebf0;--ink-2: #a8b0bb;--ink-3: #737c88;--rule: #262b34;--rule-strong: #343a45;--accent: #f0444a;--accent-ink: #ffffff;--accent-soft: #3a1619;--accent-text: #ff7a7f;--ok: #56b874;--shadow-1: 0 1px 2px rgba(0, 0, 0, .4);color-scheme:dark}}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--screen);color:var(--ink);font-family:var(--f-body);font-size:15.5px;line-height:1.4;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,select{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.tabular{font-variant-numeric:tabular-nums}#app{min-height:100vh}.app-shell{max-width:520px;margin:0 auto;height:100vh;height:100dvh;background:var(--screen);display:flex;flex-direction:column;position:relative}@media (min-width: 720px) and (max-width: 759px){body{background:#dfe3e9}:root[data-theme=dark] body,:root[data-theme=system] body{background:#05060a}.app-shell{margin-block:24px;height:calc(100vh - 48px);border-radius:24px;overflow:hidden;box-shadow:0 1px 2px #12161c0f,0 24px 60px -20px #12161c59}}.app-column{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;height:100%}.app-main{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width: 760px){body{background:var(--screen)}:root[data-theme=dark] body,:root[data-theme=system] body{background:var(--screen)}.app-shell{max-width:none;width:100%;margin:0;height:100vh;height:100dvh;border-radius:0;box-shadow:none}}@media (min-width: 760px) and (max-width: 1199px){.app-shell{display:flex;flex-direction:column}.app-column{display:contents}.tabs{order:-1;grid-template-columns:repeat(4,minmax(0,220px));justify-content:center;border-top:0;border-bottom:1px solid var(--rule);padding:8px 10px;gap:6px}.tabs button{flex-direction:row;justify-content:center;gap:6px;border-radius:10px;background:var(--surface-alt);padding:8px 0}.tabs button[aria-current=page]{background:var(--surface);box-shadow:var(--shadow-1)}.board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.board-grid-spine{grid-column:1}.board-grid-rest{grid-column:2;display:grid;gap:12px}.lib-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){body{background:var(--screen)}.app-shell--desktop{max-width:none;width:100%;height:100vh;height:100dvh;margin:0;border-radius:0;box-shadow:none;flex-direction:row;align-items:stretch}.app-column{flex:1;min-width:0;display:flex;flex-direction:column;height:100%}.app-column .pbar,.app-column .app-list,.app-column .tape{max-width:1320px;margin-inline:auto;width:100%;box-sizing:border-box}.pbar{position:sticky;top:0;z-index:5;padding:16px 24px 12px}.app-main{padding:0 4px}.app-column .app-list{padding:16px 24px 32px}.seg{max-width:560px;justify-self:start}.pbar-top{justify-content:space-between}.board-grid{display:grid;grid-template-columns:minmax(420px,480px) 1fr;gap:20px;align-items:start}.board-grid-spine{position:sticky;top:0}.board-grid-rest{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;align-content:start}.lib-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.app-column .tape{padding:10px 24px 14px}.switcher{display:none}}.app-list{list-style:none;margin:0;padding:10px 12px 24px;display:grid;gap:12px}.app-list>li:empty{display:none}.pbar{flex:none;padding:6px 14px 10px;background:var(--screen);border-bottom:1px solid var(--rule);display:grid;gap:8px}.pbar-top{display:flex;gap:8px;align-items:center}.seg{flex:1;display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface-alt);border-radius:10px;padding:3px;gap:2px}.seg button{border:0;background:transparent;border-radius:8px;padding:7px 0;font-size:13px;font-weight:600;color:var(--ink-2)}.seg button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-1)}.icon-btn{width:38px;height:38px;border-radius:10px;border:0;background:var(--surface-alt);display:grid;place-items:center;color:var(--ink-2);flex:none}.icon-btn svg{width:19px;height:19px}.patient{display:flex;align-items:baseline;gap:10px;border:0;background:none;padding:2px 0;text-align:left;flex-wrap:wrap;width:100%}.patient .n{font-family:var(--f-display);font-weight:600;font-size:34px;line-height:1;font-variant-numeric:tabular-nums;color:var(--ink)}.patient .u{font-size:14px;color:var(--ink-2);font-weight:500}.patient .dot{width:4px;height:4px;border-radius:50%;background:var(--rule-strong);align-self:center}.est{font-style:normal;font-family:var(--f-mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase;padding:2px 5px;border-radius:4px;background:var(--surface-alt);color:var(--ink-2);align-self:center}.est.measured{background:transparent;box-shadow:inset 0 0 0 1px var(--rule-strong)}.zone{margin-left:auto;align-self:center;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--ink-2);min-width:0}.zone i{width:14px;height:14px;border-radius:3px;box-shadow:inset 0 0 0 1px #0000002e;flex:none}.zone .range{font-weight:400;color:var(--ink-3);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zone .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.switcher{display:flex;gap:6px;align-items:center}.switcher-track{flex:1;display:flex;gap:2px;background:var(--surface-alt);border-radius:10px;padding:3px;overflow-x:auto;scrollbar-width:none}.switcher-track::-webkit-scrollbar{display:none}.board-tab{border:0;background:transparent;border-radius:8px;padding:7px 14px;font-size:14px;font-weight:600;color:var(--ink-2);white-space:nowrap;flex:none}.board-tab[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-1)}.board-add{width:38px;height:38px;border:0;border-radius:10px;background:var(--surface-alt);color:var(--ink-2);display:grid;place-items:center;flex:none}.board-head{display:flex;align-items:center;padding:0 4px;gap:8px}.board-head-title{font-family:var(--f-display);font-size:20px;font-weight:600;margin:0 10px 0 0}.board-head .label{font-family:var(--f-mono);font-size:11px;letter-spacing:.06em;color:var(--ink-3)}.txt-btn{border:0;background:none;color:var(--accent-text);font-weight:600;font-size:14px;padding:6px 4px;margin-left:auto}.board-grid,.board-grid-rest{display:grid;gap:12px}.lib-grid{display:grid;gap:8px;margin-top:8px}.sidebar{display:none}@media (min-width: 1200px){.sidebar{display:flex;flex-direction:column;width:260px;flex:none;height:100%;overflow-y:auto;background:var(--surface);border-right:1px solid var(--rule);padding:18px 14px;gap:18px}.sidebar-brand{font-family:var(--f-display);font-size:22px;font-weight:700;padding:0 6px}.sidebar-nav{list-style:none;margin:0;padding:0;display:grid;gap:2px}.sidebar-nav button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:none;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;color:var(--ink-2)}.sidebar-nav button svg{width:19px;height:19px}.sidebar-nav button[aria-current=page]{background:var(--accent-soft);color:var(--accent-text)}.sidebar-boards{flex:1;min-height:0;display:flex;flex-direction:column;gap:6px}.sidebar-boards-head{display:flex;align-items:center;justify-content:space-between;padding:0 6px}.sidebar-boards-head .label{font-family:var(--f-mono);font-size:11px;letter-spacing:.06em;color:var(--ink-3)}.sidebar-board-list{list-style:none;margin:0;padding:0;display:grid;gap:2px;overflow-y:auto}.sidebar-board-list li{display:flex;align-items:center;gap:4px}.sidebar-board{flex:1;min-width:0;text-align:left;border:0;background:none;border-radius:8px;padding:8px 10px;font-size:14px;font-weight:600;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-board[aria-pressed=true]{background:var(--surface-alt);color:var(--ink)}.sidebar-footer{display:grid;gap:2px;border-top:1px solid var(--rule);padding-top:10px}.sidebar-footer .link-row{border-radius:8px}.sidebar-footer .link-row svg{width:18px;height:18px;flex:none;color:var(--ink-3)}}.spine{background:var(--surface);border-radius:16px;overflow:hidden}.srow{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:stretch}.srow+.srow .sbody,.srow+.srow .sval{border-top:1px solid var(--rule)}.srow+.srow .sletter{border-top:1px solid rgba(255,255,255,.22)}.sletter{display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);font-family:var(--f-display);font-weight:700;font-size:26px;line-height:1}.sbody{padding:10px 0 10px 12px;display:grid;align-content:center;gap:1px;min-width:0}.sname{font-weight:600;font-size:14.5px}.srule{font-family:var(--f-mono);font-size:10.5px;color:var(--ink-3)}.ssub{font-size:12px;color:var(--ink-2)}.sval{padding:10px 14px 10px 10px;display:flex;align-items:center;justify-content:flex-end}.card{background:var(--surface);border-radius:16px;overflow:hidden}.card-h{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 6px 7px 14px}.card-t{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pin{width:34px;height:34px;border:0;background:none;border-radius:8px;display:grid;place-items:center;color:var(--ink-3);flex:none}.pin[aria-pressed=true]{color:var(--accent)}.pin svg{width:20px;height:20px}.row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 14px;border-top:1px solid var(--rule)}.row .l{font-size:14px;font-weight:500}.row .rule{font-family:var(--f-mono);font-size:10.5px;color:var(--ink-3)}.hidden-note{font-size:12.5px;color:var(--ink-2);padding:10px 12px;border-radius:12px;border:1px solid var(--rule-strong);display:grid;gap:6px}.hidden-note .txt-btn{justify-self:start;padding:0;font-size:13px;margin-left:0}.section-label{padding:6px 4px 0;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-3)}.page-title{display:flex;align-items:baseline;gap:8px;padding:0 4px 4px}.page-title h1{font-family:var(--f-display);font-size:24px;font-weight:600;margin:0}.page-title .tag{font-family:var(--f-mono);font-size:11px;letter-spacing:.06em;color:var(--ink-3)}.outline-btn{border:1px solid var(--rule);background:transparent;color:var(--ink);border-radius:12px;padding:13px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.value{display:inline-flex;flex:none;flex-direction:column;align-items:flex-end;gap:2px;max-width:100%}.value .figure{display:inline-flex;flex:none;align-items:baseline;gap:3px;white-space:nowrap}.value .n{flex:none;font-family:var(--f-display);font-weight:600;font-size:25px;line-height:1;color:var(--ink);font-variant-numeric:tabular-nums;transition:color .12s}.value.live .n{color:var(--accent-text)}.value.glove .n{font-size:32px}.value .u{flex:none;font-size:13px;font-weight:500;color:var(--ink-2)}.value.in-spine .n{font-size:30px}.cap-tag{font-family:var(--f-mono);font-size:9px;letter-spacing:.05em;text-transform:uppercase;padding:1px 5px;border-radius:3px;background:var(--accent-soft);color:var(--accent-text)}.tool-card{background:var(--surface);border-radius:16px;overflow:hidden}.tool-h{padding:11px 14px 7px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2)}.gcs-row{padding:10px 14px;border-top:1px solid var(--rule);display:grid;gap:7px}.gcs-row .top{display:flex;justify-content:space-between;gap:8px;font-size:13px}.gcs-row .top span.name{font-weight:600;font-size:13.5px;color:var(--ink)}.gcs-row .top span.score{color:var(--ink-2)}.pips{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px}.pips button{border:0;border-radius:8px;background:var(--surface-alt);padding:8px 0;font-family:var(--f-display);font-size:18px;font-weight:600;color:var(--ink)}.pips button[aria-pressed=true]{background:var(--ink);color:var(--screen)}.gcs-total{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid var(--rule)}.gcs-flag{font-size:13px;font-weight:600;color:var(--accent-text)}.tabs{flex:none;display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border-top:1px solid var(--rule);padding:4px 6px calc(6px + env(safe-area-inset-bottom,0px))}.tabs button{border:0;background:none;display:grid;justify-items:center;gap:2px;padding:6px 0 2px;font-size:10.5px;font-weight:600;color:var(--ink-3)}.tabs svg{width:22px;height:22px}.tabs button[aria-current=page]{color:var(--accent-text)}.tape{flex:none;background:var(--surface);border-top:1px solid var(--rule);padding:8px 10px;display:grid;gap:4px}.tape-read{display:flex;justify-content:space-between;align-items:baseline;padding:0 4px}.tape-read .lbl{font-family:var(--f-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.tape-read .val{font-family:var(--f-display);font-size:18px;font-weight:600;font-variant-numeric:tabular-nums}.tape-row{display:flex;align-items:center;gap:6px}.tape-step{border:0;border-radius:10px;background:var(--surface-alt);width:38px;height:46px;color:var(--ink);display:grid;place-items:center;flex:none}.tape-step svg{width:20px;height:20px}.tape-track{position:relative;overflow:hidden;border-radius:8px;background:var(--screen);touch-action:none;cursor:ew-resize;box-shadow:inset 0 0 0 1px var(--rule);flex:1;height:46px}.tape-track canvas{display:block;width:100%;height:100%}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#080a0e6b;z-index:100}.sheet{position:fixed;left:0;right:0;bottom:0;max-height:88vh;overflow-y:auto;z-index:101;background:var(--screen);border-radius:20px 20px 0 0;padding:8px 14px calc(24px + env(safe-area-inset-bottom,0px));box-shadow:0 -10px 30px #0000002e}@media (min-width: 640px){.sheet{left:50%;right:auto;bottom:auto;top:50%;transform:translate(-50%,-50%);width:min(480px,calc(100vw - 48px));max-height:min(720px,86vh);border-radius:20px}}@media (min-width: 1200px){.sheet{left:auto;right:0;top:0;bottom:0;transform:none;width:min(440px,calc(100vw - 48px));max-height:100%;max-height:100dvh;border-radius:0}}.grab{width:40px;height:5px;border-radius:3px;background:var(--rule-strong);margin:8px auto 0}@media (min-width: 640px){.grab{display:none}}.sheet-h{display:flex;align-items:center;gap:8px;padding:12px 2px 8px}.sheet-h h2{font-family:var(--f-display);font-size:24px;font-weight:600;margin:0;flex:1}.field-label{font-size:12px;font-weight:600;color:var(--ink-2);padding:12px 2px 6px;display:block}.field{width:100%;font:inherit;font-size:16px;padding:12px;border-radius:10px;border:1px solid var(--rule);background:var(--surface);color:var(--ink)}.field:focus-visible{border-color:var(--accent)}.field.numeric{font-family:var(--f-display);font-size:22px;font-weight:600;padding:8px 12px}.field-row{display:flex;gap:8px}.field-row .field{flex:1;min-width:0}select.field{width:108px;flex:none}.sheet-group{border-radius:14px;overflow:hidden;background:var(--surface)}.sheet-group>*+*{border-top:1px solid var(--rule)}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px}.switch-row .text span{display:block}.switch-row .text .label{font-size:14px;font-weight:500;color:var(--ink)}.switch-row .text .hint{font-size:11.5px;color:var(--ink-3)}.sw{width:46px;height:28px;border-radius:14px;border:0;background:var(--rule-strong);position:relative;flex:none}.sw:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .15s}.sw[aria-checked=true]{background:var(--ok)}.sw[aria-checked=true]:after{transform:translate(18px)}.link-row{display:flex;align-items:center;gap:10px;padding:13px 12px 13px 14px;width:100%;border:0;background:none;text-align:left;color:inherit}.link-row .label{font-size:14px;font-weight:500;flex:1}.link-row .meta{font-size:13px;color:var(--ink-3)}.link-row.danger .label{color:var(--accent-text);font-weight:600}.primary-btn{border:0;border-radius:12px;background:var(--accent);color:var(--accent-ink);font-weight:700;font-size:16px;padding:15px;width:100%;margin-top:16px}.primary-btn:disabled{opacity:.5;cursor:default}.error-text{font-size:12.5px;color:var(--accent-text);padding:10px 2px 0;margin:0}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid var(--rule);background:var(--surface);border-radius:999px;padding:7px 12px;font-size:12.5px;font-weight:600;color:var(--ink)}.chip[aria-pressed=true]{background:var(--ink);color:var(--screen);border-color:var(--ink)}.orow{display:flex;align-items:center;gap:8px;padding:10px 6px 10px 14px}.orow .nm{flex:1;font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orow .letter{font-family:var(--f-display);font-weight:700;color:var(--accent-text);width:16px;display:inline-block}.ctrls{display:flex;gap:2px;flex:none}.icon-only{width:34px;height:34px;border:0;border-radius:8px;background:none;color:var(--ink-3);display:grid;place-items:center;flex:none}.icon-only:disabled{opacity:.35}.dialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:111;width:min(360px,calc(100vw - 48px));background:var(--surface);border-radius:16px;padding:18px 18px 14px;box-shadow:0 20px 60px -12px #0006}.dialog h2{font-family:var(--f-display);font-size:20px;font-weight:600;margin:0 0 8px}.dialog-content{font-size:14px;color:var(--ink-2);line-height:1.5}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;flex-wrap:wrap}.dialog-actions button{border:0;background:none;color:var(--ink);font-weight:600;font-size:14px;padding:10px 12px;border-radius:8px}.dialog-actions button.danger{color:var(--accent-text)}.muted{color:var(--ink-3);font-size:12px}.body-text{font-size:13.5px;color:var(--ink-2);line-height:1.5}.share-step{background:var(--surface);border-radius:16px;padding:16px}.share-step-head{display:flex;align-items:center;gap:12px}.share-step-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-soft);color:var(--accent-text);display:grid;place-items:center;flex:none}.share-step-icon svg{width:22px;height:22px}.share-step-title{font-family:var(--f-display);font-size:22px;font-weight:600}.code-display{border:0;border-radius:12px;background:var(--screen);padding:14px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.code-display[data-copied=true]{background:var(--accent-soft)}.code-display .code-text{font-family:var(--f-display);font-size:34px;font-weight:700;letter-spacing:3px;color:var(--ink)}.code-display .code-feedback{font-size:13px;font-weight:500;color:var(--ink-3)}.code-display[data-copied=true] .code-feedback{color:var(--ok);font-weight:700}.share-callout{background:var(--accent-soft);border-radius:12px;padding:12px}.share-callout-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:var(--accent-text)}.share-callout-title svg{width:18px;height:18px}.share-callout p{font-size:14.5px;color:var(--ink);margin:4px 0 0}.checkbox-row{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500}.checkbox-row input{width:20px;height:20px;flex:none}.sync-banner{margin-bottom:10px;padding:12px 14px 10px;border-radius:14px;background:var(--surface-alt)}.sync-banner.tint-accent{background:var(--accent-soft)}.sync-banner-head{display:flex;align-items:flex-start;gap:10px}.sync-banner-head svg{width:22px;height:22px;flex:none;color:var(--ink-2)}.sync-banner.tint-accent .sync-banner-head svg{color:var(--accent-text)}.sync-banner-title{font-size:15px;font-weight:700;margin:0}.sync-banner-body{font-size:13.5px;color:var(--ink-2);margin:2px 0 0}.sync-banner-actions{display:flex;gap:8px;margin-top:10px}.sync-banner-actions button{flex:1}
