@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&family=Manrope:wght@600;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#f3f0df;background:#0c1713;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 70% 20%,#29483a,#0c1713 55%)}h1,h2{font-family:Manrope,sans-serif;margin:.2rem 0 1rem}h1{font-size:clamp(2.5rem,8vw,6rem)}.landing{min-height:100vh;display:grid;align-content:center;padding:10vw;max-width:950px}.landing>p:not(.eyebrow){font-size:clamp(1.1rem,2vw,1.5rem);max-width:38rem;color:#c6d0c6}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#b8d67d;font-size:.75rem}.button,button{display:inline-block;border:0;border-radius:999px;background:#d5ef9c;color:#11251e;padding:.8rem 1.2rem;font-weight:700;text-decoration:none;cursor:pointer}.auth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:auto;padding:6vh 5vw}.auth-grid section{background:#15271fdd;padding:2rem;border:1px solid #ffffff18;border-radius:24px}label{display:grid;gap:.35rem;margin:1rem 0;color:#c6d0c6}input{padding:.8rem;border-radius:10px;border:1px solid #ffffff30;background:#0d1a15}.errors{color:#ffb4a8}.world-shell{min-height:100vh;padding:3vw;display:grid;grid-template-rows:auto 1fr auto;gap:1rem}.world-shell header{display:flex;justify-content:space-between;align-items:center}.world-shell h1{font-size:clamp(1.5rem,4vw,3rem)}.world-placeholder{min-height:55vh;border-radius:30px;background:linear-gradient(145deg,#567f55,#243f31 65%,#173326);display:grid;place-items:center;box-shadow:inset 0 0 70px #0005}.world-placeholder span{background:#0c1713aa;padding:1rem;border-radius:12px}.world-shell nav{display:flex;gap:.7rem;align-items:center;justify-content:center;flex-wrap:wrap}.world-shell nav a{padding:.7rem;color:#c6d0c6}@media(max-width:600px){.world-shell{padding:1rem}.world-shell header{align-items:start}.world-placeholder{min-height:65vh}}
