: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}.profile-wrap{position:relative}.profile-trigger{display:inline-flex;max-width:176px;min-height:40px;align-items:center;gap:9px;border:1px solid hsl(var(--border));border-radius:var(--radius);background:#ffffffc7;color:hsl(var(--foreground));padding:4px 9px 4px 4px;cursor:pointer}.profile-trigger-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750}.avatar{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:var(--radius);background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:11px;font-weight:900;letter-spacing:0}.avatar.large{width:42px;height:42px;font-size:13px}.profile-panel{position:absolute;z-index:10;top:calc(100% + 10px);right:0;width:min(312px,calc(100vw - 40px));display:grid;gap:14px;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));box-shadow:0 18px 44px #21181224;padding:14px}.profile-panel-head{display:flex;align-items:center;gap:12px;min-width:0}.profile-name{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800}.profile-email{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--muted-foreground));font-size:12px}.field-label{color:hsl(var(--muted-foreground));font-size:12px;font-weight:700}.text-input{width:100%;min-height:42px;border:1px solid hsl(var(--border));border-radius:var(--radius);background:#ffffffd1;color:hsl(var(--foreground));padding:0 11px;font:inherit;font-size:14px;outline:none}.text-input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .18)}.profile-facts{display:grid;gap:8px}.fact-row{display:grid;gap:4px;border-top:1px solid hsl(var(--border));padding-top:8px}.fact-row span{color:hsl(var(--muted-foreground));font-size:11px;font-weight:700}.fact-row strong{max-height:54px;overflow:auto;color:hsl(var(--foreground));font-size:12px;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.auth-loader-screen{display:grid;place-items:center;background:hsl(var(--background))}.loader-stack{display:grid;justify-items:center;gap:14px;color:hsl(var(--muted-foreground));font-size:13px;font-weight:700}.loader-mark{display:grid;width:52px;height:52px;place-items:center;border-radius:var(--radius);background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 14px 34px #cc5f002e;font-size:14px;font-weight:900;letter-spacing:0}.loader-dots{display:inline-flex;gap:6px}.loader-dots span{width:7px;height:7px;border-radius:999px;background:hsl(var(--primary));animation:loader-pulse .9s ease-in-out infinite}.loader-dots span:nth-child(2){animation-delay:.12s}.loader-dots span:nth-child(3){animation-delay:.24s}@keyframes loader-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}
