*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-background: #1a1e2c;--color-background-secondary: #202531;--color-background-card: #272d3d;--color-background-card-hover: #2e3549;--color-surface: #364058;--color-border: #364058;--color-border-focus: #e4447c;--color-accent: #e4447c;--color-accent-hover: #ef6090;--color-accent-text: #ffffff;--color-accent-secondary: #3968a6;--color-accent-secondary-hover: #4577b2;--color-text: #f4f6fb;--color-text-secondary: #9dbadc;--color-text-muted: #4b5d7e;--color-success: #71bd8e;--color-warning: #facc15;--color-error: #f87171;--color-error-bg: rgba(248, 113, 113, .12);--color-success-bg: rgba(113, 189, 142, .12);--color-nav-bg: #202531;--color-nav-border: #364058;--color-input-bg: #1a1e2c;--color-shadow: 0 1px 4px rgba(0,0,0,.4);--color-shadow-lg: 0 8px 32px rgba(0,0,0,.5);--color-badge-active: rgba(113, 189, 142, .15);--color-badge-expired: rgba(228, 68, 124, .15);--color-badge-trial: rgba(57, 104, 166, .2);--color-session-run: #e4447c;--color-session-bike: #3968a6;--color-session-swim: #9dbadc;--color-session-rest: #4b5d7e;--color-selection-border: #4577b2;--color-selection-bg: rgba(69, 119, 178, .12);--color-graph-planned: #4577b2;--color-graph-planned-fill: rgba(69, 119, 178, .18);--color-graph-completed: #e4447c;--color-graph-completed-fill: rgba(228, 68, 124, .18);--color-graph-grid: rgba(54, 64, 88, .6);--color-graph-text: #4b5d7e}html,body{min-height:100vh;background-color:var(--color-background);color:var(--color-text)}body{margin:0}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}input,textarea,select{font-family:inherit;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-border-focus)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-surface);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.session-html-content p{margin-bottom:8px}.session-html-content p:last-child{margin-bottom:0}.session-html-content a{color:var(--color-accent);text-decoration:none;font-weight:500}.session-html-content a:hover{text-decoration:underline;color:var(--color-accent-hover)}.session-html-content ul,.session-html-content ol{padding-left:18px;margin-bottom:8px}.session-html-content li{margin-bottom:4px}body{margin:0;min-width:320px;min-height:100vh}
