@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&display=swap";@layer base{*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0c1520;color:#f0e6d3;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}select,input,textarea,button{font-family:DM Sans,sans-serif}textarea{width:100%;box-sizing:border-box;resize:vertical;overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;min-height:150px;max-height:500px;line-height:1.6;display:block;font-family:DM Sans,sans-serif}input[type=text],input[type=password],input[type=email]{width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;display:block;font-family:DM Sans,sans-serif}html{scroll-behavior:auto}select option{background:#172740;color:#f0e6d3}details summary{list-style:none}details summary::-webkit-details-marker{display:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d4a84333;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#d4a84366}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-up{animation:fadeUp .3s ease-out both}
