:root{--bg: #0c0f16;--bg-2: #0e1117;--surface: #141925;--surface-2: #1a2030;--border: #232b3b;--border-2: #2e3850;--text: #dde4f0;--text-dim: #aab3c5;--muted: #8b96aa;--accent: #6699ff;--accent-2: #22c55e;--gold: #f59e0b;--purple: #a78bfa;--cyan: #38bdf8;--orange: #f97316;--pink: #f472b6;--st-open: #f59e0b;--st-solved: #22c55e;--st-partial: #a78bfa;--st-pending: #38bdf8;--st-invest: #f97316;--st-avslag: #f87171;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--font-serif: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 24px;--sp-6: 32px;--sp-7: 48px;--sp-8: 64px;--r-sm: 4px;--r-md: 8px;--r-lg: 14px;--r-xl: 18px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg)}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{background:var(--surface, #0c1a2c);border:1px solid var(--border, #1e3a5f);border-radius:var(--r-md, 6px);color:var(--text, #eee);padding:8px 12px;outline:none;transition:border-color .15s}input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,select:focus,textarea:focus{border-color:var(--accent, #6699ff)}input::placeholder,textarea::placeholder{color:var(--muted, #999);opacity:.7}input[type=date],input[type=datetime-local],input[type=time]{color-scheme:dark}input[type=checkbox],input[type=radio]{accent-color:var(--accent, #6699ff)}.mono{font-family:var(--font-mono)}.serif{font-family:var(--font-serif);font-weight:700;letter-spacing:-.025em}
