.dash{--surface-1: #ffffff;--surface-2: #f6f6f4;--page: #f4f4f2;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #767570;--gridline: #e6e5e0;--baseline: #c9c8c1;--border: rgba(11, 11, 11, .1);--series-1: #2a78d6;--good: #0ca30c;--good-ink: #006300;--warn: #fab219;--warn-ink: #8a5a00;--bad: #d03b3b;--bad-ink: #b02525;--radius: 12px;--radius-sm: 8px;color-scheme:light;background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;min-height:100%;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}@media (prefers-color-scheme: dark){:root:where(:not([data-theme=light])) .dash{color-scheme:dark;--surface-1: #1a1a19;--surface-2: #212120;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--series-1: #3987e5;--good-ink: #0ca30c;--warn-ink: #fab219;--bad-ink: #e66767}}:root[data-theme=dark] .dash{color-scheme:dark;--surface-1: #1a1a19;--surface-2: #212120;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--series-1: #3987e5;--good-ink: #0ca30c;--warn-ink: #fab219;--bad-ink: #e66767}.strong{font-weight:650}.warn-text{color:var(--warn-ink)}.dash-head{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:space-between}.dash-head h1{margin:0;font-size:1.5rem;font-weight:680;letter-spacing:-.02em}.dash-sub{margin:.25rem 0 0;color:var(--text-secondary);font-size:.875rem}.dash-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.segmented{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px}.segmented button{border:0;background:transparent;color:var(--text-secondary);font:inherit;font-size:.8125rem;padding:.375rem .625rem;border-radius:6px;cursor:pointer}.segmented button.on{background:var(--surface-1);color:var(--text-primary);font-weight:600;box-shadow:0 1px 2px #00000014}.custom-range{display:inline-flex;gap:.375rem;align-items:center;font-size:.8125rem;color:var(--text-muted)}.custom-range input{font:inherit;color:var(--text-primary);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3125rem .5rem}.btn{font:inherit;font-size:.8125rem;font-weight:550;padding:.4375rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-1);color:var(--text-primary);cursor:pointer}.btn:hover:not(:disabled){background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:default}.btn-quiet{background:transparent}.btn-primary{background:var(--series-1);border-color:var(--series-1);color:#fff}.menu-wrap{display:inline-flex;gap:.25rem}.banner{border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;display:flex;gap:.75rem;align-items:center;justify-content:space-between;border:1px solid var(--border)}.banner-error{background:color-mix(in srgb,var(--bad) 12%,var(--surface-1));color:var(--bad-ink)}.banner-warn{background:color-mix(in srgb,var(--warn) 16%,var(--surface-1));color:var(--warn-ink)}.hero{display:grid;grid-template-columns:minmax(260px,1fr) 2fr;gap:1rem}.hero-score,.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.hero-score{display:flex;flex-direction:column;gap:.25rem}.hero-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600}.hero-value{font-size:3.5rem;line-height:1;font-weight:700;letter-spacing:-.03em}.hero-unit{font-size:1.5rem;font-weight:600;margin-left:.125rem}.hero-meta{display:flex;gap:.5rem;align-items:center;margin-top:.375rem}.hero-explain{margin:.625rem 0 0;font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.tile{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.25rem}.tile-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tile-value{font-size:1.625rem;font-weight:680;letter-spacing:-.02em}.tile-sub{font-size:.75rem;color:var(--text-muted)}.chip{display:inline-flex;align-items:center;gap:.3125rem;font-size:.75rem;font-weight:600;padding:.1875rem .5rem;border-radius:999px;border:1px solid var(--border)}.chip-glyph{font-size:.625rem}.chip-hit{color:var(--good-ink);background:color-mix(in srgb,var(--good) 14%,var(--surface-1))}.chip-close{color:var(--warn-ink);background:color-mix(in srgb,var(--warn) 20%,var(--surface-1))}.chip-miss{color:var(--bad-ink);background:color-mix(in srgb,var(--bad) 12%,var(--surface-1))}.chip-empty{color:var(--text-muted);background:var(--surface-2)}.delta{display:inline-flex;align-items:center;gap:.1875rem;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.delta-good{color:var(--good-ink)}.delta-bad{color:var(--bad-ink)}.delta-flat,.delta-none{color:var(--text-muted);font-weight:500}.card-head{margin-bottom:1rem}.card-head h2{margin:0;font-size:1rem;font-weight:650;letter-spacing:-.01em}.card-note{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-secondary);line-height:1.5;max-width:70ch}.card-quiet{background:var(--surface-2)}.card-empty{color:var(--text-muted)}.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.table-scroll{overflow-x:auto}.data-table th,.data-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--gridline);vertical-align:middle}.data-table thead th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--baseline);white-space:nowrap}.data-table thead th.num{text-align:right}.data-table tbody th{font-weight:600}.row-unscored{opacity:.78}.iv-label{display:block;font-weight:620}.iv-blurb{display:block;font-size:.75rem;color:var(--text-muted);font-weight:400;margin-top:.125rem}.bullet-col{width:30%;min-width:160px}.meter-col{width:140px;min-width:120px}.bullet{padding:.25rem 0}.bullet-track{position:relative;height:10px;background:var(--surface-2);border-radius:999px}.bullet-p90{position:absolute;inset-block:0;left:0;border-radius:999px;opacity:.22}.bullet-fill{position:absolute;inset-block:1px;left:0;border-radius:999px;min-width:4px}.bullet-target{position:absolute;top:-3px;bottom:-3px;width:2px;background:var(--text-primary);outline:2px solid var(--surface-1);border-radius:1px}.bullet-empty{font-size:.75rem;color:var(--text-muted)}.meter{display:flex;align-items:center;gap:.5rem}.meter-track{flex:1;height:6px;background:var(--surface-2);border-radius:999px;overflow:hidden;min-width:40px}.meter-fill{height:100%;border-radius:999px}.meter-value{font-size:.8125rem;font-weight:650;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.meter-glyph{font-size:.5625rem}.hourly{display:flex;flex-direction:column;gap:.75rem}.hourly-plot{display:flex;flex-direction:column;gap:.375rem}.plot-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.hourly-bars{display:flex;align-items:flex-end;gap:2px;height:76px;border-bottom:1px solid var(--baseline)}.hourly-col{flex:1;height:100%;display:flex;align-items:flex-end;justify-content:center;min-width:8px}.hourly-bar{width:100%;max-width:44px;border-radius:4px 4px 0 0;min-height:2px}.hourly-bar-volume{background:var(--series-1)}.hourly-axis{display:flex;gap:2px}.hourly-tick{flex:1;min-width:8px;text-align:center;font-size:.625rem;color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden}.legend{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.875rem;font-size:.75rem;color:var(--text-secondary)}.legend-item{display:inline-flex;align-items:center;gap:.3125rem}.legend-swatch{width:10px;height:10px;border-radius:3px}.note-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}.note-list li{display:grid;grid-template-columns:auto 1fr 80px auto;gap:.625rem;align-items:center;font-size:.8125rem}.note-emoji{font-size:1rem}.note-text{color:var(--text-primary)}.note-bar{height:6px;background:var(--surface-2);border-radius:999px;overflow:hidden}.note-bar-fill{display:block;height:100%;border-radius:999px}.note-bar-bad{background:var(--bad)}.note-bar-good{background:var(--good)}.note-rate{font-variant-numeric:tabular-nums;font-weight:650;min-width:2.25rem;text-align:right}.worst-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.worst-list li{border-bottom:1px solid var(--gridline);padding-bottom:.875rem}.worst-list li:last-child{border-bottom:0;padding-bottom:0}.worst-head{display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline}.worst-breaches{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.375rem}.breach{display:inline-flex;align-items:center;gap:.3125rem;font-size:.75rem;font-weight:550;padding:.1875rem .5rem;border-radius:6px;color:var(--bad-ink);background:color-mix(in srgb,var(--bad) 10%,var(--surface-1))}.quality-list{margin:0;padding-left:1.125rem;font-size:.8125rem;color:var(--text-secondary);line-height:1.7}.dash-loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;color:var(--text-muted)}.spinner{width:24px;height:24px;border:2px solid var(--gridline);border-top-color:var(--series-1);border-radius:50%;animation:dash-spin .7s linear infinite}@keyframes dash-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:2s}}.modal.modal-wide{max-width:660px;width:100%}.modal-head{margin-bottom:1rem}.modal-head h2{margin:0 0 .375rem}.field{display:flex;flex-direction:column;gap:.3125rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600}.field select{font:inherit;font-weight:400;padding:.5rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-1);color:var(--text-primary)}.targets-list{display:flex;flex-direction:column;gap:.875rem;max-height:50vh;overflow-y:auto;padding-right:.25rem}.target-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding-bottom:.875rem;border-bottom:1px solid var(--gridline)}.target-row:last-of-type{border-bottom:0;padding-bottom:0}.target-unscored{opacity:.55}.target-info{display:flex;flex-direction:column;gap:.125rem}.target-name{font-size:.875rem;font-weight:620;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.target-blurb{font-size:.75rem;color:var(--text-muted)}.pill{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.0625rem .375rem;border-radius:999px;background:var(--surface-2);color:var(--text-muted)}.pill-accent{background:color-mix(in srgb,var(--series-1) 16%,var(--surface-1));color:var(--series-1)}.target-input{display:flex;align-items:center;gap:.625rem;flex:0 0 auto}.target-input input[type=range]{width:132px;accent-color:var(--series-1)}.target-number{width:68px;font:inherit;font-size:.8125rem;font-variant-numeric:tabular-nums;text-align:right;padding:.3125rem .375rem;border-radius:6px;border:1px solid var(--border);background:var(--surface-1);color:var(--text-primary)}.target-human{font-size:.75rem;color:var(--text-muted);min-width:4rem}.modal-actions{display:flex;gap:.5rem;align-items:center;margin-top:1.25rem}.modal-actions .spacer{flex:1}.modal-foot{margin:.75rem 0 0}@media (max-width: 900px){.hero{grid-template-columns:1fr}}@media (max-width: 640px){.dash{padding:1rem}.dash-head{align-items:stretch}.dash-controls{width:100%}.hero-value{font-size:2.75rem}.bullet-col{min-width:120px}.target-row{grid-template-columns:1fr;align-items:start}}*,*:before,*:after{box-sizing:border-box}:root{--surface-1: #ffffff;--surface-2: #f6f6f4;--page: #f2f2f0;--text-primary: #0b0b0b;--text-secondary: #52514e;--text-muted: #767570;--gridline: #e6e5e0;--baseline: #c9c8c1;--border: rgba(11, 11, 11, .1);--series-1: #2a78d6;--good: #0ca30c;--good-ink: #006300;--warn: #fab219;--warn-ink: #8a5a00;--bad: #d03b3b;--bad-ink: #b02525;--radius: 12px;--radius-sm: 8px;color-scheme:light}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--surface-1: #1a1a19;--surface-2: #212120;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--series-1: #3987e5;--good-ink: #0ca30c;--warn-ink: #fab219;--bad-ink: #e66767}}:root[data-theme=dark]{color-scheme:dark;--surface-1: #1a1a19;--surface-2: #212120;--page: #0d0d0d;--text-primary: #ffffff;--text-secondary: #c3c2b7;--text-muted: #898781;--gridline: #2c2c2a;--baseline: #383835;--border: rgba(255, 255, 255, .1);--series-1: #3987e5;--good-ink: #0ca30c;--warn-ink: #fab219;--bad-ink: #e66767}html,body,#root{height:100%;margin:0}body{background:var(--page);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}.app{min-height:100%;display:flex;flex-direction:column}.muted{color:var(--text-muted)}.small{font-size:.8125rem}.grow{flex:1}.num{text-align:right;font-variant-numeric:tabular-nums}.nowrap{white-space:nowrap}.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}.boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--text-muted)}.spinner{width:26px;height:26px;border:2px solid var(--gridline);border-top-color:var(--series-1);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:2.5s}}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface-1);border-bottom:1px solid var(--border);flex-wrap:wrap}.brand h1{margin:0;font-size:1rem;font-weight:680;letter-spacing:-.01em}.brand span{font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.tabs,.segmented{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px}.tabs button,.segmented button{border:0;background:transparent;color:var(--text-secondary);font:inherit;font-size:.8125rem;padding:.4375rem .75rem;border-radius:6px;cursor:pointer;min-height:36px}.tabs button.on,.segmented button.on{background:var(--surface-1);color:var(--text-primary);font-weight:620;box-shadow:0 1px 2px #00000014}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.location-select,.board-bar input[type=date],.field select,.field input,.modal input{font:inherit;font-size:.875rem;color:var(--text-primary);background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .625rem;min-height:40px}.icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--surface-2);color:var(--text-secondary);font:inherit;font-weight:650;cursor:pointer}.offline{font-size:.6875rem;font-weight:650;text-transform:uppercase;letter-spacing:.05em;color:var(--warn-ink);background:color-mix(in srgb,var(--warn) 20%,var(--surface-1));padding:.1875rem .5rem;border-radius:999px}.board{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem}.board-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.hint{font-size:.8125rem;color:var(--text-muted)}.primary-btn,.ghost,.row-delete,.sort-btn{font:inherit;cursor:pointer}.primary-btn{background:var(--series-1);color:#fff;border:1px solid var(--series-1);border-radius:var(--radius-sm);padding:.625rem 1rem;font-size:.9375rem;font-weight:620;min-height:44px}.primary-btn:disabled{opacity:.45;cursor:default}.ghost{background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.5rem .75rem;font-size:.8125rem;font-weight:550;min-height:40px}.ghost:hover{background:var(--surface-2)}.ghost-danger{color:var(--bad-ink)}.ghost.armed{background:color-mix(in srgb,var(--bad) 14%,var(--surface-1));color:var(--bad-ink);border-color:var(--bad);font-weight:650}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1rem}.empty{text-align:center;padding:4rem 1rem;color:var(--text-muted)}.empty h3{margin:0 0 .375rem;color:var(--text-primary);font-size:1.0625rem}.empty p{margin:0;font-size:.875rem}.abandoned-section h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .75rem}.gcard{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.875rem}.gcard-abandoned{opacity:.72}.gcard-head{display:flex;gap:1rem;justify-content:space-between;align-items:flex-start}.gcard-id h3{margin:0;font-size:1.0625rem;font-weight:660;letter-spacing:-.01em}.gcard-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.tag{font-size:.6875rem;color:var(--text-muted);background:var(--surface-2);padding:.125rem .4375rem;border-radius:999px}.gcard-clocks{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;text-align:right}.live-timer{display:flex;flex-direction:column}.live-timer-value{font-size:1rem;font-weight:650;font-variant-numeric:tabular-nums;line-height:1.1}.live-timer-lg .live-timer-value{font-size:1.75rem;letter-spacing:-.02em}.live-timer-label{font-size:.6875rem;color:var(--text-muted);white-space:nowrap}.timeline{list-style:none;margin:0;padding:.5rem 0 0;display:flex;gap:2px}.tl-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.25rem;opacity:.42}.tl-done{opacity:1}.tl-skipped{opacity:.6}.tl-current .tl-name{font-weight:700}.tl-dot{width:24px;height:24px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;font-size:.75rem;border:1px solid var(--border)}.tl-skipped .tl-dot{border-style:dashed;color:var(--text-muted)}.tl-current .tl-dot{outline:2px solid var(--text-primary);outline-offset:2px}.tl-name{font-size:.5625rem;color:var(--text-secondary);text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-time{font-size:.625rem;font-variant-numeric:tabular-nums;color:var(--text-muted);min-height:.875rem;white-space:nowrap}.gcard-actions{display:flex;flex-direction:column;gap:.5rem}.advance{display:flex;align-items:center;gap:.75rem;width:100%;border:0;border-radius:var(--radius);padding:.875rem 1rem;color:#fff;cursor:pointer;font:inherit;text-align:left;min-height:60px}.advance:disabled{opacity:.6;cursor:default}.advance-icon{font-size:1.25rem}.advance-text{display:flex;flex-direction:column;flex:1}.advance-text strong{font-size:1rem;font-weight:660}.advance-text small{font-size:.75rem;opacity:.85}.advance-arrow{font-size:1.125rem;opacity:.8}.gcard-secondary{display:flex;flex-wrap:wrap;gap:.375rem}.gcard-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.8125rem;background:var(--surface-2);border-radius:var(--radius-sm);padding:.625rem .75rem;color:var(--text-secondary)}.gcard-banner-done{color:var(--good-ink);background:color-mix(in srgb,var(--good) 10%,var(--surface-1))}.gcard-toggle{background:transparent;border:0;border-top:1px solid var(--gridline);padding:.625rem 0 0;color:var(--text-muted);font:inherit;font-size:.8125rem;cursor:pointer;text-align:left}.gcard-details{display:flex;flex-direction:column;gap:.875rem}.prompts-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:620}.prompt-chips{display:flex;flex-wrap:wrap;gap:.3125rem;margin-top:.375rem}.prompt-chip{font-size:.6875rem;color:var(--text-secondary);background:var(--surface-2);border-radius:999px;padding:.1875rem .5rem}.note-tabs{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.25rem}.note-tabs button{flex:0 0 auto;font:inherit;font-size:.75rem;border:1px solid var(--border);background:var(--surface-1);color:var(--text-secondary);border-radius:999px;padding:.375rem .625rem;cursor:pointer;min-height:34px}.note-tabs button.on{background:var(--text-primary);color:var(--surface-1);border-color:var(--text-primary)}.note-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.375rem}.note-btn{display:flex;align-items:center;gap:.4375rem;font:inherit;font-size:.8125rem;text-align:left;border:1px solid var(--border);background:var(--surface-1);color:var(--text-primary);border-radius:var(--radius-sm);padding:.5rem .625rem;cursor:pointer;min-height:44px}.note-btn:active{transform:scale(.98)}.note-positive{border-left:3px solid var(--good)}.note-negative{border-left:3px solid var(--bad)}.note-neutral{border-left:3px solid var(--baseline)}.note-custom{display:flex;gap:.375rem}.note-custom input{flex:1}.note-custom button{font:inherit;font-size:.8125rem;border-radius:var(--radius-sm);border:1px solid var(--series-1);background:var(--series-1);color:#fff;padding:0 .875rem;cursor:pointer;min-height:40px}.note-custom button:disabled{opacity:.4}.note-custom .ghost{background:transparent;color:var(--text-secondary);border-color:var(--border)}.note-history h4{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-secondary)}.note-history-group{border-top:1px solid var(--gridline);padding:.5rem 0}.note-history-head{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.note-row{display:flex;gap:.5rem;font-size:.8125rem;padding:.125rem 0}.note-cat{font-size:.625rem;font-weight:650;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;min-width:5.5rem}.note-photos{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.375rem}.note-photos img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid var(--border)}.table-scroll{overflow-x:auto;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius)}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--gridline);white-space:nowrap}.data-table thead th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:620;border-bottom:1px solid var(--baseline);position:sticky;top:0;background:var(--surface-1);z-index:1}.data-table thead th.num,.data-table td.num{text-align:right}.data-table tbody tr:last-child th,.data-table tbody tr:last-child td{border-bottom:0}.data-table tr.clickable{cursor:pointer}.data-table tr.clickable:hover{background:var(--surface-2)}.sort-btn{background:none;border:0;padding:0;font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;font-weight:inherit;display:inline-flex;gap:.1875rem;align-items:center}.sort-caret{font-size:.5625rem}.row-delete{background:none;border:0;color:var(--text-muted);font-size:1.125rem;line-height:1;padding:.25rem .5rem;border-radius:6px}.row-delete:hover{color:var(--bad-ink);background:color-mix(in srgb,var(--bad) 10%,var(--surface-1))}.toast-stack{position:fixed;top:.75rem;right:.75rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;max-width:min(360px,calc(100vw - 1.5rem))}.toast{display:flex;align-items:center;gap:.5rem;background:var(--surface-1);border:1px solid var(--border);border-left:3px solid var(--good);border-radius:var(--radius-sm);padding:.625rem .75rem;font-size:.8125rem;box-shadow:0 6px 20px #0000001f;animation:toast-in .16s ease-out}.toast-error{border-left-color:var(--bad);color:var(--bad-ink)}.toast-msg{flex:1}.toast-x{background:none;border:0;cursor:pointer;color:var(--text-muted);font-size:1.125rem;line-height:1;padding:0 .25rem}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:var(--surface-1);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.modal h2{margin:0;font-size:1.125rem;font-weight:660}.modal p{margin:0;font-size:.875rem}.field{display:flex;flex-direction:column;gap:.3125rem;font-size:.8125rem;font-weight:600}.field span{color:var(--text-secondary)}.field input,.field select{font-weight:400}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.shortcuts{margin:0;display:flex;flex-direction:column;gap:.5rem}.shortcuts>div{display:flex;gap:.75rem;align-items:center}.shortcuts dt{margin:0}.shortcuts dd{margin:0;font-size:.875rem;color:var(--text-secondary)}kbd{display:inline-block;min-width:26px;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;background:var(--surface-2);border:1px solid var(--border);border-bottom-width:2px;border-radius:5px;padding:.1875rem .375rem}@media (max-width: 720px){.topbar{gap:.625rem;padding:.625rem .75rem}.brand span{display:none}.tabs{order:3;width:100%}.tabs button{flex:1}.topbar-right{margin-left:auto}.location-select{max-width:44vw}.board{padding:.75rem}.card-grid{grid-template-columns:1fr}.gcard-head{flex-direction:column;gap:.625rem}.gcard-clocks{flex-direction:row;align-items:baseline;gap:1rem;text-align:left;width:100%}.advance{min-height:68px}.note-grid{grid-template-columns:1fr 1fr}.toast-stack{left:.75rem;right:.75rem;max-width:none}}
