:root{--ground: #0a1c18;--ground-deep: #07130f;--surface: #103029;--surface-mine: #164036;--line: #1e4a40;--line-dim: #16352e;--accent: #2ecae0;--on-accent: #06201c;--warn: #f2a83b;--on-warn: #1a1206;--text: #f2f7f5;--text-bright: #e4f3ef;--text-2: #c7ded8;--text-3: #9fc0b8;--text-4: #7fa69e;--ghost: #3e6a60;--tv-ground: #071512;--tv-row: #0e241e;--placeholder-bg: #0d241f;--placeholder-stripe: rgba(46, 202, 224, .1);--font-display: "Barlow Condensed", "Barlow", system-ui, sans-serif;--font-body: "Barlow", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, Menlo, monospace;--sp-1: 4px;--sp-2: 6px;--sp-3: 8px;--sp-4: 10px;--sp-5: 12px;--sp-6: 14px;--sp-7: 16px;--sp-8: 18px;--sp-9: 24px;--page-pad: 16px;--r-tag: 6px;--r-bar: 8px;--r-chip: 10px;--r-seg: 11px;--r-tile: 12px;--r-pill: 14px;--r-row: 16px;--r-card: 18px;--r-stepper: 24px;--tabbar-h: 84px;--totalbar-h: 56px;--content-max: 430px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:var(--ground);color:var(--text);font-family:var(--font-body);color-scheme:dark;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}body{height:100dvh;overflow:hidden}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent)}button{font-family:inherit;color:inherit;border:none;background:none;cursor:pointer;min-height:48px;min-width:48px}input{font-family:inherit;color:inherit}::-webkit-scrollbar{width:0;height:0}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.phone-frame{position:relative;display:flex;flex-direction:column;width:100%;max-width:var(--content-max);margin:0 auto;height:100dvh;background:var(--ground);overflow:hidden}.app-header{display:flex;align-items:center;gap:var(--sp-5);padding:14px 16px 12px;background:var(--ground-deep);border-bottom:2px solid var(--line);flex-shrink:0}.offline-banner{display:flex;align-items:center;gap:var(--sp-4);padding:9px 16px;background:var(--warn);color:var(--on-warn);font-family:var(--font-body);font-weight:700;font-size:14px;flex-shrink:0}.scroll-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.scroll-spacer{height:108px}.scroll-spacer--with-total{height:164px}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--content-max);height:var(--tabbar-h);display:flex;background:var(--ground-deep);border-top:2px solid var(--line);padding-bottom:env(safe-area-inset-bottom);z-index:20}.tab{flex:1;display:flex;flex-direction:column;align-items:center;min-height:48px;padding:0;position:relative}.tab__indicator{width:100%;height:4px;background:transparent}.tab--active .tab__indicator{background:var(--accent)}.tab__label{margin-top:16px;font-family:var(--font-display);font-weight:800;font-size:17px;letter-spacing:.03em;text-transform:uppercase;color:var(--text-4)}.tab--active .tab__label{color:var(--text)}.total-bar{position:fixed;bottom:var(--tabbar-h);left:50%;transform:translate(-50%);width:100%;max-width:var(--content-max);display:flex;align-items:center;justify-content:space-between;padding:10px 16px;margin-bottom:env(safe-area-inset-bottom);background:var(--ground-deep);border-top:2px solid var(--line);z-index:19}.page{display:flex;flex-direction:column;gap:var(--sp-6);padding:var(--page-pad) var(--page-pad) var(--sp-9)}.pressable:active{opacity:.85}.pressable-outline:active{background:var(--surface-mine)!important}.pressable-text:active,.tab:active .tab__label{opacity:.6}.hole-strip{display:flex;flex-wrap:wrap;gap:var(--sp-2)}.hole-chip{width:36px;height:40px;min-width:36px;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-chip);font-family:var(--font-display);font-weight:800;font-size:18px;background:transparent;border:2px solid var(--line);color:var(--text-4);padding:0}.hole-chip--scored{background:var(--line);border-color:var(--line);color:var(--text)}.hole-chip--current{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.hole-chip:active{opacity:.6}.stepper-btn{width:96px;height:96px;min-width:96px;min-height:96px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-stepper);background:var(--ground-deep);border:2px solid var(--line);font-family:var(--font-display);font-weight:800;font-size:52px;line-height:1;color:var(--text);padding:0}.stepper-btn:active{background:var(--surface-mine)}.segmented{display:flex;gap:4px;padding:4px;background:var(--ground-deep);border-radius:var(--r-pill)}.segment{flex:1;height:50px;min-height:50px;border-radius:var(--r-seg);font-family:var(--font-body);font-weight:800;font-size:16px;letter-spacing:.04em;text-transform:uppercase;background:transparent;color:var(--text-3)}.segment--active{background:var(--accent);color:var(--on-accent)}.segment:active{opacity:.8}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-field{width:100%;height:54px;border-radius:var(--r-pill);background:var(--ground-deep);border:2px solid var(--line);padding:0 var(--sp-7);font-family:var(--font-body);font-weight:600;font-size:17px;color:var(--text)}.search-field::placeholder{color:var(--text-4)}.search-field:focus{outline:none;border-color:var(--accent)}.tv-pip{width:1.6vh;height:1.6vh;border-radius:50%;background:var(--accent);flex-shrink:0;animation:tv-pulse 2s ease-in-out infinite}@keyframes tv-pulse{0%,to{opacity:1}50%{opacity:.25}}body.body-scrollable{height:auto;min-height:100dvh;overflow:auto}
