:root{--radius: 12px;--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary-foreground: 0 0% 100%;--secondary-foreground: 0 0% 100%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 201 96% 32%}.dark,[data-theme=dark]{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 201 96% 32%}:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground))}*{box-sizing:border-box}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground))}button{font:inherit}.topolo-starter-login{min-height:100vh;display:grid;place-items:center;padding:32px;background:hsl(var(--background))}.topolo-starter-login__panel{width:min(100%,440px);border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));padding:28px}.topolo-starter-login__panel h1,.topolo-starter-workspace h2{margin:0 0 12px;font-size:24px;line-height:1.2}.topolo-starter-login__panel p,.topolo-starter-workspace p{margin:0;color:hsl(var(--muted-foreground));line-height:1.55}.topolo-starter-login__panel button{margin-top:24px;width:100%;min-height:44px;border:0;border-radius:var(--radius);color:hsl(var(--primary-foreground));background:hsl(var(--ring));cursor:pointer}.topolo-starter-workspace{display:grid;gap:18px;min-width:0;width:100%;max-width:min(100%,calc(100vw - 56px));overflow-x:clip}.topolo-starter-workspace>*{min-width:0}.topolo-starter-card{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:20px;background:hsl(var(--card));color:hsl(var(--card-foreground))}
