:root{--background: 42 100% 97%;--foreground: 25 26% 11%;--card: 0 0% 100%;--card-foreground: 25 26% 11%;--primary: 33 100% 50%;--primary-foreground: 24 92% 10%;--secondary: 38 64% 91%;--secondary-foreground: 24 32% 17%;--muted: 38 48% 92%;--muted-foreground: 28 16% 42%;--border: 34 34% 83%;--ring: 33 100% 50%;--radius: 8px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.shell{min-height:100dvh;color:hsl(var(--foreground));background:linear-gradient(180deg,#fff9eb,#ffecd1 52%,#ffdec2)}.mobile-stage{min-height:100dvh;width:100%;overflow:hidden;background:hsl(var(--background))}.screen{min-height:100dvh;display:flex;flex-direction:column;padding:20px}.login-screen{justify-content:space-between}.topbar,.dashboard-header{display:flex;align-items:center;justify-content:space-between}.dashboard-header{border-bottom:1px solid hsl(var(--border));padding-bottom:16px}.brand-mark{display:grid;width:44px;height:44px;place-items:center;border-radius:var(--radius);background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 10px 26px #cc5f002e;font-size:13px;font-weight:800;letter-spacing:0}.brand-mark.small{width:36px;height:36px;font-size:11px}.pill{border:1px solid hsl(var(--border));border-radius:999px;background:#ffffffb3;color:hsl(var(--muted-foreground));padding:5px 12px;font-size:12px;font-weight:600}.login-main{display:grid;gap:28px}.copy-stack{display:grid;gap:12px}.eyebrow{width:max-content;border-radius:999px;background:hsl(var(--primary) / .18);color:hsl(var(--primary-foreground));padding:5px 12px;font-size:12px;font-weight:800}h1{margin:0;max-width:420px;font-size:40px;line-height:1.05;font-weight:720;letter-spacing:0;text-wrap:balance}p{margin:0}.copy-stack p{max-width:360px;color:hsl(var(--muted-foreground));font-size:16px;line-height:1.7}.footer-note{color:hsl(var(--muted-foreground));font-size:12px}.card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px #2118120a}.card-header{display:grid;gap:7px;padding:20px 20px 14px}.card-title{margin:0;font-size:18px;line-height:1;font-weight:700}.card-description{color:hsl(var(--muted-foreground));font-size:14px}.card-content{padding:0 20px 20px}.button{min-height:44px;border:0;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;cursor:pointer;font-size:14px;font-weight:750;transition:background .16s ease,opacity .16s ease,transform .16s ease}.button:disabled{cursor:not-allowed;opacity:.55}.button-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button-default:hover:not(:disabled){background:#eb7900}.button-ghost{background:transparent;color:hsl(var(--foreground))}.button-ghost:hover{background:hsl(var(--secondary))}.button-symbol{display:grid;width:22px;height:22px;place-items:center;border-radius:6px;background:hsl(var(--primary-foreground));color:hsl(var(--primary));font-size:9px;font-weight:900}.button-symbol{width:auto;padding:0 12px}.button-size-sm{min-height:36px}.full-width{width:100%}.identity{display:flex;align-items:center;gap:12px}.identity-title{font-size:14px;font-weight:750}.identity-subtitle{margin-top:2px;color:hsl(var(--muted-foreground));font-size:12px}.dashboard-screen{gap:20px}.empty-state{flex:1;display:grid;place-content:center;justify-items:center;gap:12px;text-align:center}.empty-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:var(--radius);background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:13px;font-weight:900}.empty-state h1{font-size:25px}.empty-state p{max-width:290px;color:hsl(var(--muted-foreground));font-size:14px;line-height:1.6}.scope-note{color:hsl(var(--muted-foreground));font-size:11px}@media(min-width:768px){.shell{display:grid;place-items:stretch center;padding:0}.mobile-stage{aspect-ratio:.618 / 1;min-height:100dvh;height:100dvh;width:auto;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));border-radius:0;box-shadow:none}.screen{min-height:100%;padding:24px}}.button-size-icon{min-height:40px;min-width:40px;padding:0 12px}
