:root{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#111;color:#f5f5f5}body{margin:0;min-height:100vh}.app-shell{min-height:100vh;padding:24px;box-sizing:border-box;background-color:#181818}.app-header{margin-bottom:16px}.split-layout{display:flex;gap:16px;align-items:stretch}.panel{background-color:#1f1f1f;border-radius:8px;padding:16px;box-sizing:border-box;border:1px solid #2a2a2a;min-height:320px}.log-form{display:flex;flex-direction:column;gap:16px;margin-top:16px}.form-field{display:flex;flex-direction:column;gap:8px}.option-group{display:flex;gap:12px;flex-wrap:wrap}.option-group label{display:inline-flex;align-items:center;gap:4px}.form-submit{align-self:flex-start;padding:8px 16px;border-radius:4px;border:1px solid #2a2a2a;background:#2d2d2d;color:#9e9e9e}.form-submit:disabled{opacity:.7}.panel--form{flex:0 0 40%}.panel--dashboard{flex:1}.today-log{margin-top:8px;display:flex;flex-direction:column;gap:12px}.today-log__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.undo-button{background:#2d2d2d;border:1px solid #3a3a3a;color:#f5f5f5;padding:6px 12px;border-radius:4px;cursor:pointer}.undo-button:disabled{opacity:.5;cursor:not-allowed}.table-wrapper{overflow-x:auto}.today-log__table{width:100%;border-collapse:collapse;font-size:.9rem}.today-log__table th,.today-log__table td{border-bottom:1px solid #2a2a2a;padding:8px;text-align:left}.today-log__table th{font-weight:600;color:#dcdcdc}.today-log__table td{color:#f0f0f0;white-space:nowrap}.empty-state{color:#a0a0a0;margin:0}.placeholder-text{color:#8c8c8c;margin-top:16px}.orientation,.legend{margin-top:16px;background-color:#202020;border:1px solid #2a2a2a;border-radius:6px;padding:12px}.orientation h3,.legend h3{margin-top:0}.legend dl{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.legend dt{font-weight:600}.legend dd{margin:4px 0 0;color:#d1d1d1}.export-section{margin-top:24px;padding:16px;border:1px solid #2a2a2a;border-radius:6px;background-color:#1c1c1c}.export-actions{display:flex;gap:12px;flex-wrap:wrap}.export-actions button{background:#2d2d2d;border:1px solid #3a3a3a;color:#f5f5f5;padding:6px 16px;border-radius:4px;cursor:pointer}.export-actions button:disabled{opacity:.6;cursor:not-allowed}.import-section{margin-top:16px;padding:16px;border:1px solid #2a2a2a;border-radius:6px;background-color:#1c1c1c}.import-section button{background:#2d2d2d;border:1px solid #3a3a3a;color:#f5f5f5;padding:6px 16px;border-radius:4px;cursor:pointer}.import-section button:disabled{opacity:.6;cursor:not-allowed}.import-status{margin-top:8px;color:#dcdcdc}.insights-section{margin-top:16px;padding:16px;border:1px solid #2a2a2a;border-radius:6px;background-color:#1c1c1c;color:#dcdcdc;display:flex;flex-direction:column;gap:8px}.insights-section h3,.insights-section p{margin:0}.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}.scope-tabs{margin-top:12px;display:inline-flex;gap:8px;border-bottom:1px solid #303030}.scope-tabs button{background:transparent;border:none;color:#9ea3af;padding:6px 12px;cursor:pointer;border-radius:4px 4px 0 0}.scope-tabs button.active{color:#f5f5f5;font-weight:600;border-bottom:2px solid #5a8dee}.scope-tabs button:focus-visible{outline:2px solid #8ab4ff;outline-offset:2px}.stats-placeholder{margin-top:24px;border-top:1px solid #2a2a2a;padding-top:16px}.stats-placeholder h3{margin:0 0 12px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:0}.stats-grid div{background-color:#232323;border:1px solid #2f2f2f;border-radius:6px;padding:12px;display:flex;flex-direction:column;gap:4px}.stats-grid div strong{font-size:1.6rem;font-weight:600;letter-spacing:.5px}.stats-grid dt{font-size:.8rem;color:#a8a8a8;margin-bottom:4px}.stats-grid dd{margin:0;color:#f5f5f5;font-size:1.1rem}.stats-grid dd.stat-value{font-size:2rem;font-weight:700}.stats-grid dd.stat-text{font-weight:500;font-size:1.1rem}@media(max-width:768px){.split-layout{flex-direction:column}.panel--form,.panel--dashboard{flex:1 1 auto}}
