:root{--bg:#fdfaf6;--surface:#fff;--surface-alt:#f7f3ee;--border:#e8e0d6;--border-light:#f0eae2;--text:#1a1612;--text-sec:#6b6158;--text-tert:#9b9189;--accent:#c4642a;--accent-soft:#f4e6db;--accent-hover:#a8531f;--green:#2d7a4f;--green-soft:#e2f0e8;--blue:#2563eb;--blue-soft:#e8f0fe;--anthro:#cc785c;--anthro-soft:#f9ede7;--gpt:#10a37f;--gpt-soft:#e3f5ee;--dark:#1a1612}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fadeUp .55s ease-out both}.animate-d1{animation-delay:.06s}.animate-d2{animation-delay:.12s}.animate-d3{animation-delay:.18s}.animate-d4{animation-delay:.24s}.animate-d5{animation-delay:.32s}.animate-d6{animation-delay:.42s}.animate-d7{animation-delay:.52s}.animate-spin{animation:spin 1s linear infinite}.animate-float{animation:float 2.5s ease-in-out infinite}.animate-slide-up{animation:slideUp .35s ease-out both}.animate-fade-in{animation:fadeIn .3s ease-out both}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tert)}button:focus-visible,input:focus{outline:2px solid var(--accent);outline-offset:2px}button{cursor:pointer}