.tf-shell{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);min-height:100%}.tf-skip{position:absolute;left:-9999px;z-index:100}.tf-skip:focus{left:var(--space-md);top:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-sheet)}.tf-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-lg) var(--space-md);background:var(--surface);border-right:var(--hairline-w) solid var(--hairline);overflow-y:auto}.tf-brand{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-sm) var(--space-lg)}.tf-brand__mark{width:30px;height:30px;border-radius:9px;background:var(--primary);color:var(--primary-fg);display:grid;place-items:center;font-weight:700}.tf-brand__name{font-size:var(--t-h3);font-weight:600;letter-spacing:-.2px}.tf-nav{display:flex;flex-direction:column;gap:2px}.tf-nav__label{font-size:var(--t-caption);color:var(--muted-light);text-transform:uppercase;letter-spacing:.5px;padding:var(--space-lg) var(--space-sm) var(--space-xs)}.tf-nav__item{display:flex;align-items:center;gap:var(--space-md);padding:9px var(--space-sm);border-radius:var(--radius-sm);font-size:var(--t-desc);color:var(--muted);text-decoration:none;transition:background-color .12s ease,color .12s ease}.tf-nav__item:hover{background:var(--cell-pressed);color:var(--text);text-decoration:none}.tf-nav__item.is-active{background:var(--cell-pressed);color:var(--primary);font-weight:600}.tf-nav__icon{width:20px;text-align:center;font-size:15px;flex:0 0 auto}.tf-nav__theme{margin-top:auto;width:100%}.tf-main{min-width:0;padding:var(--space-xl) var(--space-xl) 64px}.tf-main__inner{max-width:var(--content-max);margin:0 auto}.tf-page__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap;margin-bottom:var(--space-xl)}.tf-page__title{font-size:var(--t-h1);font-weight:700;letter-spacing:-.3px}.tf-page__sub{font-size:var(--t-desc);color:var(--muted);margin-top:2px}.tf-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,360px);gap:var(--space-xl);align-items:start}@media (max-width: 1180px){.tf-split{grid-template-columns:minmax(0,1fr)}}.tf-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-lg)}.tf-tabbar{display:none}@media (max-width: 900px){.tf-shell{grid-template-columns:minmax(0,1fr)}.tf-sidebar{display:none}.tf-main{padding:var(--space-lg) var(--space-lg) calc(64px + var(--space-lg))}.tf-tabbar{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(5,1fr);background:var(--surface);border-top:var(--hairline-w) solid var(--hairline);z-index:40}.tf-tabbar__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:9px 0;font-size:18px;color:var(--muted-light);text-decoration:none}.tf-tabbar__item.is-active{color:var(--primary)}.tf-tabbar__item:hover{text-decoration:none}.tf-tabbar__label{font-size:var(--t-caption)}}.tf-group{margin:0 0 var(--space-xl)}.tf-group__title{font-size:var(--t-footnote);color:var(--muted-light);padding:0 var(--cell-pad-x) var(--space-sm);text-transform:uppercase;letter-spacing:.4px}.tf-group__body{background:var(--surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.tf-group--flush .tf-group__body{border-radius:0;box-shadow:none}.tf-group__footer{font-size:var(--t-footnote);color:var(--muted-light);padding:var(--space-sm) var(--cell-pad-x) 0;line-height:18px}.tf-group__body>*+*{border-top:var(--hairline-w) solid var(--hairline)}.tf-group--inset-text .tf-group__body>*+*{border-top:0;position:relative}.tf-group--inset-text .tf-group__body>*+*:before{content:"";position:absolute;top:0;left:var(--cell-pad-x);right:0;border-top:var(--hairline-w) solid var(--hairline)}.tf-group--inset-icon .tf-group__body>*+*:before{left:calc(var(--cell-pad-x) + var(--cell-icon-well) + var(--cell-gap))}.tf-cell{display:flex;align-items:center;gap:var(--cell-gap);width:100%;min-height:var(--cell-min-h);padding:var(--cell-pad-y) var(--cell-pad-x);text-align:left;background:var(--surface);color:var(--text);transition:background-color .12s ease}.tf-cell--dense{min-height:var(--cell-min-h-dense)}.tf-cell--center{justify-content:center}.tf-cell--tappable:hover,.tf-cell--tappable:active{background:var(--cell-pressed)}.tf-cell--disabled{opacity:.45;pointer-events:none}.tf-cell--destructive .tf-cell__title{color:var(--error)}.tf-cell__icon{flex:0 0 var(--cell-icon-well);width:var(--cell-icon-well);height:var(--cell-icon-well);display:grid;place-items:center;border-radius:6px;font-size:var(--cell-icon);line-height:1}.tf-cell__body{flex:1 1 auto;min-width:0}.tf-cell__title{font-size:var(--t-body);line-height:var(--lh-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tf-cell__desc{font-size:var(--t-desc);line-height:var(--lh-desc);color:var(--muted);margin-top:1px}.tf-cell__value{flex:0 0 auto;font-size:var(--t-body);color:var(--muted);text-align:right}.tf-cell__chevron{flex:0 0 auto;color:var(--muted-light);font-size:18px;line-height:1}.tf-grid{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;display:grid;grid-template-columns:repeat(var(--grid-cols, 4),minmax(0,1fr))}@media (min-width: 720px){.tf-grid{--grid-cols: 6}}@media (min-width: 1080px){.tf-grid{--grid-cols: 8}}.tf-grid__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:18px var(--space-sm);color:var(--text);transition:background-color .12s ease;box-shadow:var(--hairline-w) 0 0 0 var(--hairline) inset,0 var(--hairline-w) 0 0 var(--hairline) inset}.tf-grid__item:hover{background:var(--cell-pressed)}.tf-grid__item--spacer{pointer-events:none}.tf-grid__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:22px;color:#fff}.tf-grid__label{font-size:var(--t-footnote);text-align:center;line-height:16px}.tf-grid__sub{font-size:var(--t-caption);color:var(--muted-light);text-align:center}.tf-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;font-size:var(--t-caption);font-weight:600;line-height:1;color:#fff}.tf-badge--error{background:var(--error)}.tf-badge--brand{background:var(--primary)}.tf-badge--accent{background:var(--accent)}.tf-badge--neutral{background:var(--border);color:var(--muted)}.tf-badge--dot{min-width:8px;width:8px;height:8px;padding:0;border-radius:4px}.tf-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);min-height:var(--touch-min);padding:0 var(--space-xl);border-radius:var(--radius-sm);font-size:var(--t-body);font-weight:500;transition:background-color .12s ease,opacity .12s ease}.tf-btn--primary{background:var(--primary);color:var(--primary-fg)}.tf-btn--primary:hover{background:var(--primary-mid)}.tf-btn--default{background:var(--surface);color:var(--text);border:var(--hairline-w) solid var(--border)}.tf-btn--default:hover{background:var(--cell-pressed)}.tf-btn--ghost{background:transparent;color:var(--primary)}.tf-btn--ghost:hover{background:var(--cell-pressed)}.tf-btn--warn{background:var(--error);color:#fff}.tf-btn--block{width:100%}.tf-btn--sm{min-height:34px;padding:0 var(--space-md);font-size:var(--t-desc)}.tf-btn:disabled{opacity:.45;cursor:not-allowed}.tf-search{display:flex;align-items:center;gap:var(--space-sm);height:40px;padding:0 var(--space-md);border-radius:var(--radius-sm);background:var(--surface);border:var(--hairline-w) solid var(--border)}.tf-search:focus-within{border-color:var(--primary)}.tf-search__icon{color:var(--muted-light);flex:0 0 auto}.tf-search__input{flex:1 1 auto;min-width:0;border:0;outline:0;background:transparent;font-size:var(--t-desc)}.tf-search__clear{color:var(--muted-light);padding:4px;line-height:1}.tf-empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:56px var(--space-xl);text-align:center}.tf-empty--compact{padding:var(--space-xl)}.tf-empty__icon{font-size:40px;color:var(--muted-light);line-height:1}.tf-empty__title{font-size:var(--t-h3);font-weight:600}.tf-empty__msg{font-size:var(--t-desc);color:var(--muted);max-width:42ch;line-height:var(--lh-desc)}.tf-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--backdrop);display:grid;z-index:50;animation:tf-fade .14s ease}.tf-scrim--center{place-items:center;padding:var(--space-xl)}.tf-scrim--bottom{place-items:end center}.tf-sheet{background:var(--sheet-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sheet);width:min(560px,100%);max-height:min(84vh,900px);display:flex;flex-direction:column;animation:tf-rise .18s cubic-bezier(.2,.8,.2,1)}.tf-sheet--wide{width:min(960px,100%)}.tf-sheet--full{width:min(1180px,100%);max-height:92vh}.tf-sheet__head{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--cell-pad-x);border-bottom:var(--hairline-w) solid var(--hairline);flex:0 0 auto}.tf-sheet__title{flex:1 1 auto;font-size:var(--t-h3);font-weight:600}.tf-sheet__sub{font-size:var(--t-caption);color:var(--muted)}.tf-sheet__close{color:var(--muted);font-size:22px;line-height:1;padding:4px}.tf-sheet__body{flex:1 1 auto;overflow-y:auto;padding:var(--space-lg) var(--cell-pad-x)}.tf-sheet__foot{flex:0 0 auto;display:flex;gap:var(--space-md);justify-content:flex-end;padding:var(--space-md) var(--cell-pad-x);border-top:var(--hairline-w) solid var(--hairline)}@keyframes tf-fade{0%{opacity:0}}@keyframes tf-rise{0%{opacity:0;transform:translateY(12px)}}.tf-spinner{width:20px;height:20px;border:2px solid var(--hairline);border-top-color:var(--primary);border-radius:50%;animation:tf-spin .7s linear infinite}.tf-center{display:grid;place-items:center;padding:56px var(--space-xl)}@keyframes tf-spin{to{transform:rotate(360deg)}}.tf-chip{display:inline-flex;align-items:center;gap:5px;padding:5px var(--space-md);border-radius:6px;background:var(--bg);color:var(--muted);font-size:var(--t-footnote);white-space:nowrap}.tf-chip--active{background:var(--primary);color:var(--primary-fg);font-weight:600}.tf-chip--button:hover{background:var(--border-faint)}.tf-chip--active.tf-chip--button:hover{background:var(--primary-mid)}.ac-search{width:min(420px,100%)}.ac-top{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--space-xl);align-items:start;margin-bottom:var(--space-xl)}@media (max-width: 900px){.ac-top{grid-template-columns:minmax(0,1fr)}}.ac-ink{background:var(--ink);color:var(--ink-fg);border-radius:var(--radius-md);padding:var(--space-xl);min-height:208px;display:flex;flex-direction:column;justify-content:center;gap:var(--space-xs)}.ac-ink__label{font-size:var(--t-caption);color:var(--ink-muted);text-transform:uppercase;letter-spacing:.6px}.ac-ink__code{font-size:34px;font-weight:700;letter-spacing:-.5px;line-height:1.15;word-break:break-all}.ac-ink__lettered{font-size:var(--t-h3);color:var(--primary-muted);font-weight:600}.ac-ink__where{font-size:var(--t-desc);color:var(--ink-muted);line-height:var(--lh-desc);margin-top:var(--space-sm)}.ac-ink__actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-lg)}.ac-ink .tf-btn--default{background:#f3fbf824;border-color:#f3fbf838;color:var(--ink-fg)}.ac-ink .tf-btn--default:hover{background:#f3fbf838}.ac-ink .tf-btn--ghost{color:var(--ink-fg)}.ac-ink .tf-btn--ghost:hover{background:#f3fbf81f}.ac-ink__loading{display:flex;align-items:center;gap:var(--space-md);color:var(--ink-muted);font-size:var(--t-desc)}.ac-ink__loading .tf-spinner{border-color:#f3fbf840;border-top-color:var(--ink-fg)}.ac-ink__failTitle{font-size:var(--t-h3);font-weight:600}.ac-ink__failMsg{font-size:var(--t-desc);color:var(--ink-muted);line-height:var(--lh-desc);margin-top:var(--space-xs);max-width:44ch}.ad-bar{display:flex;gap:var(--space-md);align-items:stretch;margin-bottom:var(--space-md)}.ad-bar .tf-search{flex:1 1 auto;height:auto;min-height:var(--touch-min)}@media (max-width: 720px){.ad-bar{flex-wrap:wrap}.ad-bar .tf-search{flex-basis:100%}}.ad-examples{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-xl)}.ad-examples__label{font-size:var(--t-footnote);color:var(--muted-light)}.ad-ink{background:var(--ink);color:var(--ink-fg);border-radius:var(--radius-md);padding:var(--space-xl);margin-bottom:var(--space-xl)}.ad-ink__label{display:flex;align-items:baseline;gap:var(--space-sm);flex-wrap:wrap;font-size:var(--t-caption);color:var(--ink-muted);text-transform:uppercase;letter-spacing:.6px}.ad-ink__type{text-transform:none;letter-spacing:0;color:var(--primary-muted)}.ad-ink__code{font-size:32px;font-weight:700;line-height:1.2;letter-spacing:-.5px;margin-top:var(--space-xs);word-break:break-all}.ad-ink__alt{font-size:var(--t-h3);font-weight:600;color:var(--primary-muted)}.ad-ink__where{font-size:var(--t-desc);color:var(--ink-muted);line-height:var(--lh-desc);margin-top:var(--space-md)}.ad-ink__actions{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-lg)}.ad-ink .tf-btn--default{background:#f3fbf824;border-color:#f3fbf838;color:var(--ink-fg)}.ad-ink .tf-btn--default:hover{background:#f3fbf838}.ad-ink .tf-btn--ghost{color:var(--ink-fg)}.ad-ink .tf-btn--ghost:hover{background:#f3fbf81f}.ev-filters{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-xl)}.ev-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column}.ev-card__img{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--bg)}.ev-card__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:3px}.ev-card__cat{align-self:flex-start;font-size:var(--t-caption);text-transform:uppercase;letter-spacing:.5px;color:var(--primary);margin-bottom:var(--space-xs)}.ev-card__title{font-size:var(--t-h3);font-weight:600;line-height:1.3}.ev-card__when{font-size:var(--t-desc);color:var(--text);margin-top:var(--space-xs)}.ev-card__where{font-size:var(--t-footnote);color:var(--muted)}.ev-card__addr{font-size:var(--t-footnote);margin-top:var(--space-sm)}.ev-card__price{font-size:var(--t-desc);font-weight:600;margin-top:var(--space-sm)}.im-filters{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-xl)}.im-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden}.im-card__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--bg)}.im-card__img--none{display:grid;place-items:center;font-size:32px;color:var(--muted-light)}.im-card__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:3px}.im-card__price{font-size:var(--t-h3);font-weight:700}.im-card__title{font-size:var(--t-desc);font-weight:600;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.im-card__meta{font-size:var(--t-footnote);color:var(--muted)}.im-card__where{font-size:var(--t-footnote);color:var(--muted-light)}.im-card__addr{font-size:var(--t-caption);margin-top:var(--space-sm)}.im-more{display:grid;place-items:center;padding:var(--space-xl) 0}.mu-weeks{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-lg)}.mu-table__wrap{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow-x:auto}.mu-table{width:100%;border-collapse:collapse;font-size:var(--t-desc)}.mu-table thead th{text-align:left;font-size:var(--t-caption);font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--muted-light);padding:var(--space-md) var(--space-md);border-bottom:var(--hairline-w) solid var(--hairline);white-space:nowrap}.mu-table tbody tr{border-top:var(--hairline-w) solid var(--hairline);cursor:pointer;transition:background-color .12s ease}.mu-table tbody tr:first-child{border-top:0}.mu-table tbody tr:hover{background:var(--cell-pressed)}.mu-table td{padding:var(--space-sm) var(--space-md);vertical-align:middle}.mu-c-rank{width:52px;text-align:center;font-weight:600;color:var(--muted)}.mu-c-rank.is-top{color:var(--primary);font-size:var(--t-h3)}.mu-c-move{width:46px;text-align:center;font-size:11px;color:var(--muted-light)}.mu-c-move.is-up{color:var(--primary)}.mu-c-move.is-down{color:var(--error)}.mu-c-move.is-new{color:var(--accent)}.mu-delta{display:block;font-size:9px;color:var(--muted-light)}.mu-c-num{width:84px;text-align:right;color:var(--muted);white-space:nowrap}.mu-c-act{width:28px;text-align:right;color:var(--muted-light);font-size:18px}.mu-track{display:flex;align-items:center;gap:var(--space-md);min-width:0}.mu-art{width:40px;height:40px;border-radius:4px;background:var(--bg);flex:0 0 auto;object-fit:cover}.mu-art--none{display:grid;place-items:center;color:var(--muted-light)}.mu-track__text{min-width:0}.mu-track__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mu-track__artist{font-size:var(--t-footnote);color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 720px){.mu-table thead{display:none}.mu-c-num:nth-of-type(5),.mu-c-num:nth-of-type(6),.mu-table thead .mu-c-num:nth-of-type(2),.mu-table thead .mu-c-num:nth-of-type(3){display:none}.mu-c-act{display:none}}.mu-method{font-size:var(--t-desc);line-height:21px;color:var(--muted)}.mu-section{font-size:var(--t-footnote);color:var(--muted-light);text-transform:uppercase;letter-spacing:.4px;margin:var(--space-xl) 0 var(--space-sm)}.mu-weights,.mu-links{display:flex;gap:var(--space-sm);flex-wrap:wrap}.mu-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-sm)}.mu-stat{background:var(--bg);border-radius:6px;padding:var(--space-md) var(--space-sm);text-align:center}.mu-stat__value{font-size:var(--t-h3);font-weight:600}.mu-stat__label{font-size:var(--t-caption);color:var(--muted-light);margin-top:2px}.mu-contrib{display:flex;align-items:center;gap:var(--space-md);padding:5px 0}.mu-contrib__name{width:84px;font-size:var(--t-footnote);color:var(--muted)}.mu-bar{flex:1 1 auto;height:6px;border-radius:3px;background:var(--bg);overflow:hidden}.mu-bar__fill{display:block;height:100%;border-radius:3px;background:var(--primary)}.mu-contrib__pts{width:46px;text-align:right;font-size:var(--t-footnote)}:root{--bg: #EEF3F0;--surface: #FFFFFF;--border: #D5E2DB;--border-faint: #E4EEE9;--primary: #046C54;--primary-mid: #035A46;--primary-dark: #024336;--primary-fg: #FFFFFF;--primary-muted: #5FBF9F;--accent: #E8923A;--text: #042F26;--muted: #4F655C;--muted-light: #84968E;--error: #B91C1C;--error-bg: #FEF2F2;--hero-from: #D4EBE2;--hero-mid: #E3F1EB;--hero-to: #EEF3F0;--hero-fg: #042F26;--hero-muted: rgba(4, 47, 38, .62);--ink: #024336;--ink-fg: #F3FBF8;--ink-muted: rgba(243, 251, 248, .68);--hairline: rgba(4, 47, 38, .1);--cell-pressed: #E8EFEB;--placeholder: rgba(4, 47, 38, .32);--backdrop: rgba(0, 0, 0, .55);--sheet-surface: #FFFFFF;--link: #3F5C7A;--hairline-w: 1px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-xxl: 32px;--cell-min-h: 56px;--cell-min-h-dense: 48px;--cell-pad-x: 16px;--cell-pad-y: 12px;--cell-gap: 12px;--cell-icon: 22px;--cell-icon-well: 28px;--touch-min: 44px;--t-h1: 22px;--t-h2: 20px;--t-h3: 17px;--t-body: 17px;--t-desc: 14px;--t-footnote: 13px;--t-caption: 11px;--lh-body: 24px;--lh-desc: 20px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-num: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--sidebar-w: 232px;--sidebar-w-collapsed: 64px;--topbar-h: 56px;--content-max: 1180px;--shadow-sheet: 0 8px 32px rgba(4, 47, 38, .14);--shadow-card: 0 1px 2px rgba(4, 47, 38, .06)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #06110D;--surface: #0E1A16;--border: #1F2F28;--border-faint: #15221C;--primary: #2BB889;--primary-mid: #3CC99A;--primary-dark: #7FD4BC;--primary-fg: #042F26;--primary-muted: #5BB89A;--text: #E8F2ED;--muted: #8A9A92;--muted-light: #5A6B63;--error: #F87171;--error-bg: #2A1515;--hero-from: #0A1F18;--hero-mid: #0C1713;--hero-to: #06110D;--hero-fg: #E8F2ED;--hero-muted: rgba(232, 242, 237, .62);--ink: #0F3D30;--hairline: rgba(232, 242, 237, .12);--cell-pressed: #16231E;--placeholder: rgba(232, 242, 237, .3);--backdrop: rgba(0, 0, 0, .68);--sheet-surface: #152220;--link: #8FA9C4;--shadow-sheet: 0 8px 32px rgba(0, 0, 0, .5);--shadow-card: 0 1px 2px rgba(0, 0, 0, .3)}}:root[data-theme=dark]{--bg: #06110D;--surface: #0E1A16;--border: #1F2F28;--border-faint: #15221C;--primary: #2BB889;--primary-mid: #3CC99A;--primary-dark: #7FD4BC;--primary-fg: #042F26;--primary-muted: #5BB89A;--text: #E8F2ED;--muted: #8A9A92;--muted-light: #5A6B63;--error: #F87171;--error-bg: #2A1515;--hero-from: #0A1F18;--hero-mid: #0C1713;--hero-to: #06110D;--hero-fg: #E8F2ED;--hero-muted: rgba(232, 242, 237, .62);--ink: #0F3D30;--hairline: rgba(232, 242, 237, .12);--cell-pressed: #16231E;--placeholder: rgba(232, 242, 237, .3);--backdrop: rgba(0, 0, 0, .68);--sheet-surface: #152220;--link: #8FA9C4;--shadow-sheet: 0 8px 32px rgba(0, 0, 0, .5);--shadow-card: 0 1px 2px rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);font-size:var(--t-body);line-height:var(--lh-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,p,figure{margin:0}ul,ol{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select{font:inherit;color:inherit}input::placeholder,textarea::placeholder{color:var(--placeholder)}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:3px}.tnum{font-variant-numeric:tabular-nums}.mono{font-family:var(--font-num)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
