html,body{height:100%;margin:0}body{background-color:var(--surface-canvas, #0A0D12)}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:2000;padding:.5rem 1rem;border-radius:var(--radius-md, 8px);background-color:var(--surface-overlay, #1a1f29);color:var(--text-primary, #fff);font-family:var(--font-ui, Inter, system-ui, sans-serif);font-size:var(--text-sm, .875rem);text-decoration:none;box-shadow:var(--shadow-lg);transform:translateY(-200%)}.skip-link:focus{transform:none}.error-screen{box-sizing:border-box;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;background-color:var(--surface-canvas, #0A0D12);font-family:var(--font-ui, Inter, system-ui, sans-serif);-webkit-font-smoothing:antialiased}.error-screen *,.error-screen *:before,.error-screen *:after{box-sizing:border-box}.error-screen-card{width:100%;max-width:26rem;padding:2.5rem 2rem;text-align:center;background-color:var(--surface-panel, #10141A);border:1px solid var(--border-subtle, #1E232B);border-radius:var(--radius-lg, 10px);box-shadow:var(--shadow-lg, 0 12px 32px rgba(0, 0, 0, .65))}.error-screen-badge{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 1.25rem;border-radius:var(--radius-full, 9999px);background-color:var(--status-danger-subtle, rgba(255, 77, 94, .15));color:var(--status-danger, #FF4D5E)}.error-screen-title{margin:0 0 .5rem;font-size:var(--text-xl, 18px);font-weight:600;letter-spacing:-.01em;color:var(--text-primary, #E9EBEE)}.error-screen-text{margin:0 0 1.75rem;font-size:var(--text-md, 13px);line-height:1.6;color:var(--text-secondary, #AFB4BC)}.error-screen-actions{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center}.error-screen-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 1rem;border:1px solid var(--border-default, #2A303A);border-radius:var(--radius-md, 6px);background-color:var(--surface-raised, #171B22);color:var(--text-primary, #E9EBEE);font-family:inherit;font-size:var(--text-sm, 12px);font-weight:500;text-decoration:none;cursor:pointer;transition:background-color var(--duration-fast, .1s) var(--ease, ease),border-color var(--duration-fast, .1s) var(--ease, ease)}.error-screen-button:hover{background-color:var(--surface-hover, #1C212A);border-color:var(--border-strong, #3A414D)}.error-screen-button:focus-visible{outline:none;box-shadow:var(--shadow-focus, 0 0 0 3px rgba(249, 88, 79, .45))}.error-screen-button--primary{border-color:transparent;background-color:var(--accent, #F9584F);color:var(--accent-on, #1A0705);font-weight:600}.error-screen-button--primary:hover{border-color:transparent;background-color:var(--accent-hover, #FB6E66)}#root{width:100%;height:100%;margin:auto}input,textarea,select{color-scheme:inherit}.recharts-wrapper text{font-family:var(--font-ui);font-size:var(--text-xs);fill:var(--text-muted)}.recharts-cartesian-grid line{stroke:var(--border-subtle)}.recharts-cartesian-axis-line,.recharts-cartesian-axis-tick-line{stroke:var(--border-default)}.recharts-legend-item-text{color:var(--text-secondary)!important;font-size:var(--text-xs)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
