:root{--color-bg: #ffffff;--color-fg: #18181b;--color-muted: #71717a;--color-border: #d4d4d8;--color-accent: #3f3f46;--color-theme: #18181b;--space: 1rem;--radius: 6px;color-scheme:light}*{box-sizing:border-box}#root{min-height:100dvh;display:flex;flex-direction:column}body{margin:0;min-height:100dvh;background:var(--color-bg);color:var(--color-fg);font:16px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}main{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space)}.card{width:min(100%,22rem);display:flex;flex-direction:column;gap:var(--space)}.brand{display:flex;align-items:center;gap:.75rem}.brand img{height:2rem;width:auto}.brand h1{margin:0;font-size:1.25rem;font-weight:600}form{display:flex;flex-direction:column;gap:.75rem}label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:var(--color-muted)}input{font:inherit;padding:.5rem .625rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-fg)}input:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}button{font:inherit;padding:.5rem .875rem;border:1px solid var(--color-accent);border-radius:var(--radius);background:var(--color-accent);color:var(--color-bg);cursor:pointer}button.secondary{background:transparent;color:var(--color-fg);border-color:var(--color-border)}button[disabled]{opacity:.6;cursor:default}.error{margin:0;font-size:.875rem;color:#b91c1c}dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:.875rem}dt{color:var(--color-muted)}dd{margin:0;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}footer{padding:var(--space);text-align:center;font-size:.75rem;color:var(--color-muted)}.chrome{display:flex;align-items:center;justify-content:space-between;gap:var(--space);padding:.5rem var(--space);border-bottom:1px solid var(--color-border)}.chrome-brand{font-weight:600}.workspace{flex:1;display:flex;min-height:0}.panel{flex:1 1 0;min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--color-border)}.panel:last-child{border-right:none}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem var(--space);border-bottom:1px solid var(--color-border)}.panel-title{font-size:.8125rem;color:var(--color-muted);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.panel-close{padding:0 .375rem;line-height:1.4;background:transparent;color:var(--color-muted);border-color:transparent}.panel-body{flex:1;min-height:0;overflow:auto;padding:var(--space)}.empty{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space);text-align:center}.muted{margin:0;font-size:.875rem;color:var(--color-muted)}code{font-family:ui-monospace,SFMono-Regular,Cascadia Mono,monospace;font-size:.9em}.panel-context{border-left:1px solid var(--color-border)}.graf{margin:0;display:flex;flex-direction:column;gap:.5rem}.graf-huvud{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space)}.graf-rubrik{font-weight:600}.graf-vaxel{padding:.15rem .5rem;font-size:.85rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-muted);cursor:pointer}.graf-yta{position:relative;width:100%}.graf-yta svg{display:block;touch-action:pan-y}.graf-yta svg:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.graf-rutnat,.graf-harkors{stroke:var(--color-border);stroke-width:1}.graf-linje{fill:none;stroke:var(--color-accent);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.graf-fyllning{fill:var(--color-accent);opacity:.1;stroke:none}.graf-punkt{fill:var(--color-accent);stroke:var(--color-bg);stroke-width:2}.graf-tick{fill:var(--color-muted);font-size:.75rem;font-variant-numeric:tabular-nums}.graf-etikett{fill:var(--color-fg);font-size:.8rem;font-weight:600}.graf-tooltip{position:absolute;pointer-events:none;display:flex;flex-direction:column;padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);font-size:.8rem;line-height:1.3;white-space:nowrap}.graf-tooltip span{color:var(--color-muted)}.graf-tabell{width:100%;border-collapse:collapse;font-size:.9rem}.graf-tabell th,.graf-tabell td{padding:.25rem .5rem;text-align:left;border-bottom:1px solid var(--color-border)}.graf-tabell th{color:var(--color-muted);font-weight:500}.graf-tal{text-align:right;font-variant-numeric:tabular-nums}.graf-tal-stort{margin:0;font-size:2rem;font-weight:600;line-height:1.1}.graf-tal-enhet{font-size:1rem;font-weight:400;color:var(--color-muted)}
