:root{--bg:#f7f7f8;--panel:#fff;--text:#1d2125;--muted:#6b7280;--border:#e5e7eb;--accent:#2563eb;--accent-weak:#dbeafe;--danger:#b91c1c;--radius:14px;--shadow:0 2px 10px #0000000f;--left-pane:200px;--orange:#fdba74}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f7f7f8;background:var(--bg);color:#1d2125;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}.app-root{grid-gap:16px;display:grid;gap:16px;grid-template-columns:200px 1fr;grid-template-columns:var(--left-pane) 1fr;height:100vh;overflow:hidden;padding:8px}.tr.six{display:grid!important;grid-template-columns:100px repeat(5,minmax(0,1fr))!important}.tr.five{grid-gap:8px;grid-template-columns:80px repeat(4,minmax(0,1fr))}.tr.five,.tr.four{align-items:stretch;display:grid;gap:8px}.tr.four{grid-gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.left-pane{background:#fff;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 2px 10px #0000000f;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px;height:calc(100vh - 16px);overflow:hidden;padding:16px}.app-title{font-size:22px;letter-spacing:.2px;margin:0}.group{display:flex;flex-direction:column;gap:8px}.group-title{color:#6b7280;color:var(--muted);font-size:14px;letter-spacing:.08em;margin:0;text-transform:uppercase}.big-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;cursor:pointer;display:inline-flex;font-size:16px;gap:10px;justify-content:center;padding:12px 10px;touch-action:manipulation;transition:transform .02s ease-in-out,background .15s ease;width:100%}.big-btn:active{transform:scale(.98)}.big-btn:hover{background:#fafafa}.big-btn.warn{background:#fffbeb;border-color:#facc15}.emoji{font-size:22px}.mini-info{display:flex;flex-direction:column;gap:10px}.stat-row{align-items:center;display:flex;font-size:14px;gap:8px}.stat-row strong{color:#2563eb;color:var(--accent)}.summary{display:flex;flex-direction:column;gap:8px}.summary-row{display:flex;gap:8px;justify-content:space-between}.summary-chip{background:#fff;flex:1 1;text-align:center}.summary-chip,.summary-timer{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;font-size:14px;padding:6px 10px}.summary-timer{font-feature-settings:"tnum";background:#dbeafe;background:var(--accent-weak);color:#2563eb;color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}.tiny-actions{margin-top:auto}.ghost{background:#0000;border:1px dashed #e5e7eb;border:1px dashed var(--border);border-radius:10px;color:#6b7280;color:var(--muted);cursor:pointer;padding:12px;width:100%}.right-pane{grid-gap:12px;display:grid;gap:12px;grid-template-rows:auto 1fr auto;height:calc(100vh - 16px);min-width:0;overflow:hidden}.right-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:8px 4px}.right-count{color:#6b7280;color:var(--muted);font-size:12px}.date-nav{align-items:center;display:flex;gap:8px}.pill{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:14px;padding:8px 12px}.pill.today{background:#dbeafe;background:var(--accent-weak);border-color:#2563eb;border-color:var(--accent)}.date-label{font-weight:600}.log-list{background:#fff;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 2px 10px #0000000f;box-shadow:var(--shadow);max-height:100%;min-height:0;overflow:auto;padding:8px}.table{display:block;width:100%}.thead{background:#fff;background:var(--panel);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);box-shadow:0 2px 4px #0000001a;margin:-8px -8px 0;position:-webkit-sticky;position:sticky;top:-8px;z-index:100}.tr.six{grid-gap:8px;align-items:stretch;display:grid;gap:8px;grid-template-columns:repeat(6,1fr)}.td,.th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);overflow:hidden;padding:12px 4px;text-overflow:ellipsis;white-space:nowrap}.thead .th{color:#6b7280;color:var(--muted);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.tbody .row{border-radius:10px;cursor:pointer}.tbody .row:hover{background:#fafafa}.tbody .row.selected{background:#dbeafe;background:var(--accent-weak);outline:1px solid #2563eb;outline:1px solid var(--accent)}.col{min-width:0}.time-col{align-items:center;display:flex;justify-content:center}.time-label{font-feature-settings:"tnum";color:#6b7280;color:var(--muted);font-size:14px;font-variant-numeric:tabular-nums;font-weight:600}.cell{display:flex;flex-wrap:wrap;gap:6px}.chip{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;display:inline-flex;font-size:14px;justify-content:center;min-height:32px;min-width:32px;padding:6px}.chip-emoji{font-size:18px;line-height:1}.detail{background:#fff;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);box-shadow:0 2px 10px #0000000f;box-shadow:var(--shadow);padding:12px}.detail-title{font-size:16px;margin:0 0 8px}.detail-card{display:flex;flex-direction:column;gap:10px}.detail-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.detail-label{color:#6b7280;color:var(--muted);font-size:12px}.detail-value{font-weight:600}.detail-time-control,.time-display{align-items:center;display:flex;gap:8px}.edit-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:16px;padding:4px;transition:background-color .15s}.edit-btn:hover{background:#f7f7f8;background:var(--bg)}.time-edit{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.time-input{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:14px;padding:6px 8px}.time-edit-actions{display:flex;gap:6px}.save-btn{background:#2563eb;background:var(--accent);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.save-btn:hover{filter:brightness(.95)}.cancel-btn{background:#6b7280;background:var(--muted);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.cancel-btn:hover{filter:brightness(.95)}.detail-actions{display:flex;gap:8px;justify-content:space-between}.danger{background:#b91c1c;background:var(--danger);border:none;border-radius:10px;color:#fff;cursor:pointer;padding:10px 12px}.danger:hover{filter:brightness(.98)}.empty{color:#6b7280;color:var(--muted);font-size:14px;padding:12px;text-align:center}.overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.overlay-card{background:#111827;border-radius:16px;box-shadow:0 10px 40px #00000059;color:#fff;padding:24px;text-align:center;width:min(680px,92vw)}.overlay-elapsed{font-size:72px;font-weight:700;letter-spacing:.02em;margin-bottom:8px}.overlay-text{font-size:20px;line-height:1.4;margin-bottom:16px}.overlay-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.overlay-primary{background:#10b981;border:none;border-radius:12px;color:#06281f;cursor:pointer;font-size:16px;padding:14px 18px}.overlay-primary:hover{filter:brightness(.98)}.overlay-secondary{background:#374151;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;padding:14px 18px}.overlay-secondary:hover{filter:brightness(.98)}.overlay-tertiary{background:#6b7280;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;padding:14px 18px}.overlay-tertiary:hover{filter:brightness(.98)}@media (max-width:900px){.app-root{grid-template-columns:1fr;grid-template-rows:auto auto}.left-pane{order:1}.right-pane{order:2}}.big-btn.inside,.chip.inside{background:#fff;border-color:#e5e7eb;border-color:var(--border);color:#1d2125;color:var(--text)}.big-btn.inside:hover{background:#fafafa}.split-btn{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;overflow:hidden;width:100%}.split-btn,.split-btn .half{background:#fff;display:flex}.split-btn .half{align-items:center;border:none;cursor:pointer;flex:1 1 50%;font-size:18px;gap:8px;justify-content:center;padding:14px 10px}.split-btn .half:active{transform:scale(.98)}.split-btn .half.left{background:#fff;border-right:1px solid #e5e7eb;border-right:1px solid var(--border);color:#1d2125;color:var(--text)}.split-btn .half.left:hover{background:#fafafa}.split-btn .half.right.outside{background:#fdba74;background:var(--orange);color:#000}.split-btn .half.right.outside:hover{filter:brightness(.98)}.split-text{white-space:nowrap}.btn-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}.chip.outside{background:#fdba74;background:var(--orange);border-color:#f97316;color:#000}.row-wrap{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border)}.tbody .row{border-bottom:none}.row-footer.training{display:flex;flex-wrap:wrap;gap:6px;padding:6px 8px 8px}.tchip{align-items:center;background:#f5f3ff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;display:inline-flex;font-size:14px;gap:6px;padding:4px 8px}.tchip-emoji{font-size:18px}.tchip-label{text-transform:capitalize}.sheet-overlay{align-items:flex-end;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.sheet{background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -10px 30px #00000026;max-width:720px;padding:12px 16px 16px;width:100%}.sheet-handle{background:#e5e7eb;border-radius:999px;height:5px;margin:6px auto 8px;width:44px}.sheet-title{font-size:16px;margin:0 0 10px;text-align:center}.training-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.tg-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:10px}.tg-btn:active{transform:scale(.98)}.tg-emoji{font-size:22px;line-height:1}.tg-label{font-size:14px;margin-top:6px}.sheet-cancel{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;cursor:pointer;margin-top:10px;padding:12px;width:100%}@media (max-width:420px){.training-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.summary-chip.outside{background:#fdba74;background:var(--orange);border-color:#f97316;color:#000}.detail-location-control{align-items:center;display:flex;gap:12px}.toggle-label{color:#1d2125;color:var(--text);font-size:14px;font-weight:500}.toggle-switch{background:#e5e7eb;border-radius:12px;cursor:pointer;height:24px;position:relative;transition:background-color .2s;width:48px}.toggle-switch.inside{background:#10b981}.toggle-switch.outside{background:#fdba74;background:var(--orange)}.toggle-slider{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:20px;left:2px;position:absolute;top:2px;transition:transform .2s;width:20px}.toggle-switch.outside .toggle-slider{transform:translateX(24px)}.detail-input,.detail-select{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:14px;padding:6px 8px}.detail-select{min-width:120px}.detail-input{text-align:center;width:80px}.detail-result-control{display:flex;gap:6px}.result-btn{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;color:#1d2125;color:var(--text);cursor:pointer;font-size:14px;padding:6px 12px;transition:all .15s}.result-btn:hover{background:#f7f7f8;background:var(--bg)}.result-btn.active{box-shadow:0 2px 4px #0000001a;font-weight:600}.result-btn.active:first-child{background:#10b981;border-color:#059669;color:#fff}.result-btn.active:nth-child(2){background:#f59e0b;border-color:#d97706;color:#fff}.result-btn.active:last-child{background:#dc2626;border-color:#b91c1c;color:#fff}.training-chip{font-size:12px;min-height:28px;min-width:28px;padding:4px 6px}.training-chip .chip-emoji{font-size:12px;line-height:1}
/*# sourceMappingURL=main.be4bc108.css.map*/