:root,.dark{--color-bg-primary: #05070a;--color-bg-secondary: rgb(15 23 42);--color-bg-tertiary: rgb(30 41 59);--color-bg-card: rgba(15 23 42 / .5);--color-text-primary: #ffffff;--color-text-secondary: rgb(203 213 225);--color-text-muted: rgb(148 163 184);--color-text-dim: rgb(100 116 139);--color-border-primary: rgb(51 65 85);--color-border-secondary: rgb(30 41 59);--color-accent: rgb(251 191 36);--color-accent-bg: rgba(251 191 36 / .1);--color-accent-border: rgba(251 191 36 / .3)}.light{--color-bg-primary: rgb(248 250 252);--color-bg-secondary: #ffffff;--color-bg-tertiary: rgb(241 245 249);--color-bg-card: rgba(255 255 255 / 1);--color-text-primary: rgb(15 23 42);--color-text-secondary: rgb(51 65 85);--color-text-muted: rgb(100 116 139);--color-text-dim: rgb(148 163 184);--color-border-primary: rgb(226 232 240);--color-border-secondary: rgb(241 245 249);--color-accent: rgb(217 119 6);--color-accent-bg: rgb(255 251 235);--color-accent-border: rgb(253 230 138)}html{transition:background-color .2s ease,color .2s ease}body{background-color:var(--color-bg-primary);color:var(--color-text-primary)}.dark ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track{background:#1e293b}.dark ::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:#475569}.light ::-webkit-scrollbar{width:8px;height:8px}.light ::-webkit-scrollbar-track{background:#f1f5f9}.light ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.light ::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::selection{background:#fbbf244d;color:#fff}.light ::selection{background:#fbbf2466;color:#0f172a}.dark *:focus-visible{outline:2px solid rgba(251 191 36 / .5);outline-offset:2px}.light *:focus-visible{outline:2px solid rgba(217 119 6 / .5);outline-offset:2px}.gold-text{background:linear-gradient(to right,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c,#bf953f);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shine 8s linear infinite}@keyframes shine{to{background-position:200% center}}.gold-divider{height:1px;background:linear-gradient(to right,transparent,#bf953f,transparent);width:150px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-entrance{animation:fadeInUp 1.5s cubic-bezier(.16,1,.3,1) forwards}.dark .glass-card{background:#0f172a80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(51 65 85 / .5)}.light .glass-card{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(226 232 240 / 1)}.dark input,.dark textarea,.dark select{background-color:#1e293b;border-color:#334155;color:#fff}.dark input::placeholder,.dark textarea::placeholder{color:#64748b}.dark input:focus,.dark textarea:focus,.dark select:focus{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.light input,.light textarea,.light select{background-color:#fff;border-color:#e2e8f0;color:#0f172a}.light input::placeholder,.light textarea::placeholder{color:#94a3b8}.light input:focus,.light textarea:focus,.light select:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061a}
