:root{--background:#fff;--foreground:#121212;--muted:#f4f4f4;--muted-foreground:#6d6d6d;--amber-500:#f59e0b}[data-theme=dark]{--background:#171717;--foreground:#fff5ed;--muted:#272727;--muted-foreground:#b0b0b0}html,body{background-color:var(--background);height:100%;color:var(--foreground);margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}#root{height:100%}.flex{display:flex}.h-full{height:100%}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.p-8{padding:2rem}.p-4{padding:1rem}.text-center{text-align:center}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted-foreground{color:var(--muted-foreground)}.text-amber-500{color:var(--amber-500)}.rounded{border-radius:.25rem}.bg-muted{background-color:var(--muted)}.px-1{padding-left:.25rem;padding-right:.25rem}.size-8{width:2rem;height:2rem}.size-6{width:1.5rem;height:1.5rem}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.border-2{border-width:2px}.border-muted-foreground\/30{border-color:#6d6d6d4d}.border-t-transparent{border-top-color:#0000}.rounded-full{border-radius:9999px}.w-full{width:100%}.size-full{width:100%;height:100%}.h-dvh{height:100dvh}.flex-1{flex:1}.max-h-screen{max-height:100vh}.max-w-full{max-width:100%}.max-w-\[100vw\]{max-width:100vw}.min-h-0{min-height:0}
