:root{--font-size:16px;--font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--background:linear-gradient(135deg,#0c2556 0%,#081a38 50%,#040f20 100%);--background-solid:#0c2556;--foreground:#e8ebf0;--card:#0f1e34;--card-foreground:#e8ebf0;--popover:#0f1e34;--popover-foreground:#e8ebf0;--primary:#d4a533;--primary-foreground:#0a1628;--secondary:#1a2d4a;--secondary-foreground:#e8ebf0;--muted:#1a2d4a;--muted-foreground:#7a8ba5;--accent:#c59427;--accent-foreground:#0a1628;--destructive:#dc2626;--destructive-foreground:#fff;--border:#d4a53326;--input:#d4a5331a;--input-background:#0f1e34;--switch-background:#1a2d4a;--font-weight-medium:600;--font-weight-normal:400;--ring:#d4a533;--chart-1:#d4a533;--chart-2:#c59427;--chart-3:#b8841f;--chart-4:#a97418;--chart-5:#9a6512;--radius:.5rem}.dark{--background:linear-gradient(135deg,#0c2556 0%,#081a38 50%,#040f20 100%);--background-solid:#0c2556;--foreground:#e8ebf0;--card:#0f1e34;--card-foreground:#e8ebf0;--popover:#0f1e34;--popover-foreground:#e8ebf0;--primary:#d4a533;--primary-foreground:#0a1628;--secondary:#1a2d4a;--secondary-foreground:#e8ebf0;--muted:#1a2d4a;--muted-foreground:#7a8ba5;--accent:#c59427;--accent-foreground:#0a1628;--destructive:#dc2626;--destructive-foreground:#fff;--border:#d4a53326;--input:#d4a5331a;--ring:#d4a533;--font-weight-medium:600;--font-weight-normal:400;--chart-1:#d4a533;--chart-2:#c59427;--chart-3:#b8841f;--chart-4:#a97418;--chart-5:#9a6512}@layer base{*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-family)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.3}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.4}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.4}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}@keyframes sparkle{0%,to{opacity:.75;background-position:0%}50%{opacity:1;background-position:100%}}.animate-sparkle{background-size:200% 200%;animation:3s ease-in-out infinite sparkle}}.profile-progress{appearance:none;background-color:var(--secondary);border-radius:999px;width:100%;height:.5rem;overflow:hidden}.profile-progress::-webkit-progress-bar{background-color:var(--secondary);border-radius:999px}.profile-progress::-webkit-progress-value{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px;transition:width .5s}.profile-progress::-moz-progress-bar{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px;transition:width .5s}
