:root{--theme-accent:#ff6033;--theme-primary:#26396a;--theme-secondary:#98d7e4;--theme-text:#293035;--theme-muted:#67747e;--theme-border:#dcdfE5;--theme-surface:#ffffff;--theme-background:#f8fafc;--theme-danger:#b42318;--theme-radius:16px;font-family:Lato,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--theme-text);background:var(--theme-background)}:root[data-theme=untis-reference]{--theme-accent:#ff6033;--theme-primary:#26396a;--theme-secondary:#98d7e4;--theme-text:#293035;--theme-muted:#67747e;--theme-border:#dcdfE5}:root[data-theme=slate]{--theme-accent:#52606d;--theme-primary:#1f2933;--theme-secondary:#cbd2d9;--theme-text:#1f2933;--theme-muted:#616e7c;--theme-border:#d9e2ec}*{box-sizing:border-box}body{margin:0;background:var(--theme-background);color:var(--theme-text)}a{color:inherit}main{max-width:1120px;margin:0 auto;padding:48px 24px}.card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--theme-radius);padding:24px;box-shadow:0 1px 2px rgb(0 0 0/.04)}.muted{color:var(--theme-muted)}.grid{display:grid;grid-gap:16px;gap:16px}