:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f6f8;--chart-surface:#fff;--chart-trad:#2a78d6;--chart-sport:#eb6834;--chart-boulder:#1baf7a;--chart-ice:#eda100;--chart-other:#898781;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:var(--bg,#f5f6f8);color:#1c1e21;margin:0}main{max-width:1400px;margin:0 auto;padding:1rem}header{align-items:baseline;gap:.75rem;display:flex}h1{margin:.25rem 0;font-size:1.5rem}.count{color:#666;margin:0}.status{text-align:center;color:#666;padding:2rem}.status.error{color:#b00020}.toolbar{grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin:1rem 0 0;display:grid}.toolbar-group{flex-wrap:wrap;gap:.5rem;display:flex}.toolbar-group-center{justify-self:center}.toolbar-group-right{justify-self:end}.toolbar button{font:inherit;cursor:pointer;background:#eee;border:1px solid #bbb;border-radius:6px;padding:.4rem .85rem}.toolbar button:hover:not(:disabled){background:#e2e2e2}.toolbar button:disabled{cursor:not-allowed;opacity:.55}.filters{flex-wrap:wrap;align-items:end;gap:.75rem;margin:1rem 0;display:flex}.filters label{color:#666;flex-direction:column;font-size:.75rem;display:flex}.filters select,.filters .search{font:inherit;background:#fff;border:1px solid #bbb;border-radius:6px;min-width:8rem;padding:.35rem .5rem}.filters .search{flex:16rem;min-width:16rem}.filters .reset{font:inherit;cursor:pointer;background:#eee;border:1px solid #bbb;border-radius:6px;padding:.35rem .75rem}.table-wrap{background:#fff;border:1px solid #ddd;border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.85rem}th{text-align:left;white-space:nowrap;z-index:1;background:#eceef1;position:sticky;top:0}th .sortable{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:0;align-items:center;gap:.25rem;padding:.5rem .6rem;font-weight:600;display:flex}th .sortable.active{color:#1a5fb4}.arrow{font-size:.7em}td{vertical-align:top;border-top:1px solid #e8e8e8;padding:.4rem .6rem}td.date{white-space:nowrap}td.loc{max-width:22rem}td.notes{white-space:normal;word-break:break-word;max-width:22rem}tbody tr:hover{background:#f4f8ff}.row-actions{white-space:nowrap;gap:.25rem;display:flex}.row-edit,.row-delete{color:#888;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;display:flex}.row-edit:hover{color:#1a5fb4;background:#1a5fb414;border-color:#1a5fb4}.row-delete:hover{color:#b3261e;background:#b3261e14;border-color:#b3261e}.empty{text-align:center;color:#888;padding:2rem}.load-sample{font:inherit;cursor:pointer;background:#eee;border:1px solid #bbb;border-radius:6px;padding:.3rem .7rem}.load-sample:hover{background:#e2e2e2}a{color:#1a5fb4;text-decoration:none}a:hover{text-decoration:underline}.external-icon{vertical-align:-.05em;margin-left:.2em;display:inline-block}.modal-overlay{z-index:10;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;width:100%;max-width:34rem;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #00000040}.modal.modal-wide{max-width:68rem}.modal-header{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-header h2{margin:0;font-size:1.15rem}.modal-close{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0;padding:.25rem;font-size:1.25rem;line-height:1}.modal form,.modal-content{padding:1.25rem}.modal-body{line-height:1.5}.modal-body p{margin:0}.modal-body ol{margin:0;padding-left:1.25rem}.modal-body li+li{margin-top:.5rem}.modal-grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem;display:grid}.modal-grid label{color:#666;flex-direction:column;gap:.25rem;font-size:.75rem;display:flex}.modal-grid label.span-2{grid-column:span 2}.modal-grid input,.modal-grid select,.modal-grid textarea{font:inherit;color:inherit;background:#fff;border:1px solid #bbb;border-radius:6px;padding:.35rem .5rem}.modal-grid textarea{resize:vertical}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.modal-actions button{font:inherit;color:#fff;cursor:pointer;background:#1a5fb4;border:1px solid #bbb;border-radius:6px;padding:.45rem 1rem}.modal-actions button:hover{background:#164e94}.modal-actions button.danger{color:inherit;background:#eee}.modal-actions button.danger:hover,.modal-actions button.danger:focus{color:#fff;background:#b3261e}:is(.modal-actions:has(button.danger:hover) button.secondary,.modal-actions:has(button.danger:focus) button.secondary){color:inherit;background:#eee}.stats-toggles{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.discipline-toggle{font:inherit;cursor:pointer;color:#999;background:0 0;border:1.5px solid #ccc;border-radius:999px;padding:.35rem .9rem;font-weight:600}.discipline-toggle.active{background:var(--discipline-color);color:#fff;border-color:var(--discipline-color)}.discipline-toggle.bar-trad{--discipline-color:var(--chart-trad)}.discipline-toggle.bar-sport{--discipline-color:var(--chart-sport)}.discipline-toggle.bar-boulder{--discipline-color:var(--chart-boulder)}.discipline-toggle.bar-ice{--discipline-color:var(--chart-ice)}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stats-kpi{grid-column:1}.stats-year{grid-column:2}.stats-month{grid-column:1/-1}.stats-grade{grid-column:1}.stats-boulder{grid-column:2}.chart-panel{background:var(--chart-surface);border:1px solid #ddd;border-radius:8px;height:100%;padding:1rem}.chart-panel h3{color:#52514e;margin:0 0 .75rem;font-size:.9rem}.chart-empty{color:#888;text-align:center;margin:0;padding:2rem 0}.stats-table{border-collapse:collapse;width:100%;font-size:.85rem}.stats-table th,.stats-table td{text-align:right;font-variant-numeric:tabular-nums;padding:.3rem .5rem}.stats-table th:first-child,.stats-table td:first-child{text-align:left;font-variant-numeric:normal}.stats-table thead th{font-variant-numeric:normal;border-bottom:1px solid #ddd}.bar-chart{gap:1px;width:100%;min-height:200px;display:flex}.bar-col{flex-direction:column;flex:1 1 0;align-items:center;min-width:0;display:flex}.bar-total{color:#666;white-space:nowrap;height:1rem;font-size:.62rem}.bar-stack{width:100%;max-width:18px;height:140px;position:relative}.bar-seg{position:absolute;left:0;right:0}.bar-seg-top{border-radius:4px 4px 0 0}.bar-seg-gap{border-top:2px solid var(--chart-surface)}.bar-trad{background:var(--chart-trad)}.bar-sport{background:var(--chart-sport)}.bar-boulder{background:var(--chart-boulder)}.bar-ice{background:var(--chart-ice)}.bar-other{background:var(--chart-other)}.bar-label{color:#666;white-space:nowrap;margin-top:.35rem;font-size:.62rem}.bar-chart.rotate-labels .bar-label{writing-mode:vertical-rl;max-height:4.5rem;transform:rotate(180deg)}.chart-legend{color:#666;flex-wrap:wrap;gap:.25rem .9rem;margin-top:.75rem;font-size:.75rem;display:flex}.legend-item{align-items:center;gap:.35rem;display:inline-flex}.legend-swatch{border-radius:2px;width:10px;height:10px;display:inline-block}@media (width<=48rem){.stats-grid{grid-template-columns:1fr}.stats-kpi,.stats-year,.stats-month,.stats-grade,.stats-boulder{grid-column:1}.toolbar{flex-wrap:wrap;justify-content:center;display:flex}.toolbar-group-center,.toolbar-group-right{justify-self:auto}}@media (width<=30rem){.modal-grid{grid-template-columns:1fr}.modal-grid label.span-2{grid-column:span 1}}@media (prefers-color-scheme:dark){:root{--bg:#17181c;--chart-surface:#1d1e24;--chart-trad:#3987e5;--chart-sport:#d95926;--chart-boulder:#199e70;--chart-ice:#c98500;--chart-other:#898781}body{color:#e5e7eb}.count,.status,.filters label{color:#9ca3af}.filters select,.filters .search{color:inherit;background:#26272d;border-color:#3c3f47}.filters .reset,.toolbar button{color:inherit;background:#2c2e35;border-color:#3c3f47}.toolbar button:hover:not(:disabled){background:#33353d}.load-sample{color:inherit;background:#2c2e35;border-color:#3c3f47}.load-sample:hover{background:#33353d}.table-wrap{background:#1d1e24;border-color:#2c2e35}.row-edit,.row-delete{color:#9ca3af;border-color:#3c3f47}.row-edit:hover{color:#6cb2ff;background:#6cb2ff1a;border-color:#6cb2ff}.row-delete:hover{color:#ff8a80;background:#ff8a801a;border-color:#ff8a80}th{background:#26272d}th .sortable.active{color:#6cb2ff}td{border-top-color:#2c2e35}tbody tr:hover{background:#242a36}a{color:#6cb2ff}.modal{background:#1d1e24}.modal-header{border-bottom-color:#2c2e35}.modal-grid label{color:#9ca3af}.modal-grid input,.modal-grid select,.modal-grid textarea{background:#26272d;border-color:#3c3f47}.modal-actions button.danger{color:inherit;background:#2c2e35}.modal-actions button.danger:hover,.modal-actions button.danger:focus{color:#fff;background:#b3261e}:is(.modal-actions:has(button.danger:hover) button.secondary,.modal-actions:has(button.danger:focus) button.secondary){color:inherit;background:#2c2e35}.chart-panel{border-color:#2c2e35}.chart-panel h3{color:#c3c2b7}.discipline-toggle{color:#9ca3af;border-color:#3c3f47}.chart-empty,.bar-total,.bar-label,.chart-legend{color:#9ca3af}.stats-table thead th{border-bottom-color:#2c2e35}}
