*,:after,:before{box-sizing:border-box}*{margin:0}:root{color-scheme:light;--color-primary:#1f6b4f;--color-primary-hover:#18563f;--color-primary-soft:#e9f2ee;--color-accent:#1f6b4f;--color-accent-soft:#e9f2ee;--color-deep-neutral:#171717;--color-background:#f7f7f5;--color-surface:#ffffff;--color-surface-subtle:#f1f1ee;--color-text-primary:#171717;--color-text-secondary:#6b6b68;--color-text-tertiary:#999996;--color-border:#e2e2de;--color-border-strong:#cfcfc9;--color-focus:#2563eb;--color-positive:#16865c;--color-positive-soft:#eaf4ef;--color-warning:#b7790a;--color-warning-soft:#f8f1e5;--color-negative:#c84545;--color-negative-soft:#f8eaea;--color-info:#47677a;--color-info-soft:#e8eff2;--font-sans:"Inter","Noto Sans TC",-apple-system,BlinkMacSystemFont,"PingFang TC","Microsoft JhengHei","Segoe UI",sans-serif;--font-numeric:"Inter","SFMono-Regular","Roboto Mono",ui-monospace,monospace;--font-size-2xs:0.6875rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.375rem;--font-size-2xl:1.625rem;--font-size-3xl:2rem;--font-size-display:2.5rem;--line-height-tight:1.2;--line-height-heading:1.35;--line-height-body:1.6;--line-height-ui:1.4;--font-weight-regular:400;--font-weight-medium:550;--font-weight-semibold:650;--font-weight-bold:750;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-xs:2px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-round:999px;--border-subtle:1px solid var(--color-border);--border-default:1px solid var(--color-border-strong);--border-strong:1px solid #b8b8b2;--shadow-xs:none;--shadow-sm:none;--shadow-focus:none;--content-width:76rem;--content-width-reading:45rem;--mobile-padding:1rem;--desktop-padding:2rem;--touch-target:2.75rem;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--duration-fast:120ms;--duration-normal:200ms;--ease-standard:cubic-bezier(0.2,0,0,1);--bg:var(--color-background);--fg:var(--color-text-primary);--muted:var(--color-text-secondary);--faint:var(--color-text-tertiary);--line:var(--color-border);--line-strong:var(--color-border-strong);--card:var(--color-surface);--green:var(--color-positive);--green-bg:var(--color-positive-soft);--yellow:var(--color-warning);--yellow-bg:var(--color-warning-soft);--red:var(--color-negative);--accent:var(--color-primary);--dropdown:var(--color-surface)}html{min-width:20rem;-webkit-text-size-adjust:100%}body,html{background:var(--color-background)}body{min-height:100vh;font-family:var(--font-sans);font-size:var(--font-size-md);line-height:var(--line-height-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;color:var(--color-text-primary)}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}::selection{color:var(--color-surface);background:var(--color-primary)}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.wrap{width:min(100%,var(--content-width-reading));margin-inline:auto;padding:calc(var(--space-8) + var(--safe-top)) calc(var(--mobile-padding) + var(--safe-right)) calc(var(--space-20) + var(--safe-bottom)) calc(var(--mobile-padding) + var(--safe-left))}.num,.ticker{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1,tabular-nums lining-nums}.ticker{font-family:var(--font-numeric);font-weight:var(--font-weight-semibold)}.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}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex:none}.dot-green{background:var(--green)}.dot-yellow{background:var(--yellow)}.dot-none{background:var(--faint)}.dot-pending{background:#756f91}.row{display:flex;align-items:center;gap:14px;padding:15px 4px;border-top:1px solid var(--line);transition:background var(--duration-fast) var(--ease-standard)}.row:hover{background:rgba(23,33,43,.04);border-radius:var(--radius-lg)}.row-tkr{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1}.row-tkr .name{font-weight:650;font-size:1.02rem}.row-tkr .sub{font-size:.72rem;color:var(--faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.row-score{font-weight:750;font-size:1.4rem;min-width:42px;text-align:right}.row-meta{display:flex;flex-direction:column;align-items:flex-end;min-width:68px;gap:2px}.row-meta .fall{font-size:.82rem;color:var(--red);font-weight:600}.row-meta .streak{font-size:.72rem;color:var(--muted);white-space:nowrap}.pill{font-size:.72rem;font-weight:600;padding:2px 9px;border-radius:999px}.pill-green{background:var(--green-bg);color:var(--green)}.pill-yellow{background:var(--yellow-bg);color:var(--yellow)}.star{min-width:var(--touch-target);min-height:var(--touch-target);border:0;background:transparent;cursor:pointer;font-size:1.15rem;line-height:1;padding:var(--space-2);flex:none}.muted{color:var(--muted)}.faint{color:var(--faint)}@media (min-width:48rem){.wrap{padding-inline:calc(var(--desktop-padding) + var(--safe-left))}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}