@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,Arial,sans-serif;color:#201713;background:#fbf8f2;--wine:#671015;--gold:#a9773e;--line:#dfcfbc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#fbf8f2;color:#201713;-webkit-font-smoothing:antialiased}button,a{font:inherit}button{cursor:pointer}.nav{height:92px;padding:0 clamp(28px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#150b06;color:#fff;position:relative;z-index:3}.brand{display:flex;flex-direction:column;text-decoration:none;color:#e9d4ac;letter-spacing:.14em;font:700 27px/.8 Cormorant Garamond,serif}.brand small{font:600 10px Inter,sans-serif;letter-spacing:.52em;margin:10px 0 0 17px}.nav nav{display:flex;gap:38px}.nav nav a,.footer-links a{color:inherit;text-decoration:none;font-size:14px}.nav-actions{display:flex;align-items:center;gap:18px}.link-button{border:0;background:none;color:inherit;padding:11px 12px}.primary,.outline{border-radius:5px;padding:14px 24px;font-weight:600}.primary{background:linear-gradient(135deg,#7d181d,#550a0e);border:1px solid #9a4344;color:#fff}.outline{background:transparent;border:1px solid #9e6767;color:#681217}.hero{min-height:610px;background-image:linear-gradient(90deg,#070301d6,#07030170 42%,#0703010a 72%),url(/assets/nardora-hero.png);background-size:cover;background-position:center;display:flex;align-items:center;padding:56px clamp(28px,6vw,90px);color:#fff}.hero-copy{max-width:650px}.hero h1,.section h2,.account h2,.game-copy h3,.modal h2{font-family:Cormorant Garamond,serif}.hero h1{font-size:clamp(50px,5.2vw,76px);line-height:.98;margin:0 0 28px}.hero p{max-width:500px;font-size:18px;line-height:1.65;color:#eee3da}.large{font-size:17px;margin-top:12px}.large span{margin-left:28px}.section{padding:64px clamp(24px,4vw,54px);max-width:1440px;margin:auto}.section-title{text-align:center;margin-bottom:36px}.section-title h2{font-size:42px;margin:0}.section-title i{display:block;width:76px;height:1px;background:var(--gold);margin:12px auto}.game-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.game-card img{width:100%;aspect-ratio:1.48;object-fit:cover;border-radius:7px}.game-card:first-child img{object-position:68% center}.game-copy{padding:18px 12%}.game-copy h3{font-size:40px;margin:0 0 8px}.game-copy p{line-height:1.65;min-height:52px;color:#4b3e37}.community{display:grid;grid-template-columns:.9fr 1.15fr;gap:80px;align-items:center}.community-copy h2{font-size:42px;margin:0 0 20px}.community-copy p{line-height:1.7;color:#4f433b}.trust{display:flex;margin:42px 0 30px}.trust span{flex:1;text-align:center;font-weight:600;line-height:1.45;border-right:1px solid var(--line)}.trust span:last-child{border:0}.chat{background:#fffaf4;border:1px solid var(--line);border-radius:10px;padding:24px}.chat h3{border-bottom:1px solid var(--line);padding-bottom:16px;margin:0 0 14px}.message{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:9px 0}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ddd0c2;font-weight:700}.message b{font-size:13px}.message p{font-size:13px;margin:4px 0}.message time{font-size:11px;color:#8c796a}.chat-lock{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:13px;border:1px solid var(--line);border-radius:8px}.chat-lock span{font-weight:600;font-size:14px}.account{margin:20px auto 72px;padding:48px;max-width:1330px;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:1.1fr 1fr;gap:26px 60px}.account h2{font-size:38px;margin:0 0 12px}.account p{line-height:1.65}.account-flow{display:flex;align-items:center;justify-content:space-around;color:#5d3b28;font:600 19px Cormorant Garamond,serif}.account-note{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;text-align:center;color:#7b5033}.account-actions{grid-column:1/-1;display:flex;justify-content:center;gap:18px}footer{background:#160c07;color:#eadfce;padding:38px clamp(28px,5vw,76px);display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}footer .footer-links{display:flex;justify-content:flex-end;gap:30px}footer>small{grid-column:1/-1;border-top:1px solid #4c392b;padding-top:18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0805b3;display:grid;place-items:center;z-index:20;padding:20px}.modal{width:min(440px,100%);background:#fffaf4;border-radius:12px;padding:36px;position:relative;box-shadow:0 30px 80px #0008}.modal h2{font-size:36px;margin:0 0 6px}.modal label{display:block;font-size:13px;font-weight:700;margin:26px 0 14px}.modal input{display:block;width:100%;padding:14px;margin-top:8px;border:1px solid var(--line);border-radius:6px}.modal>.primary{width:100%;margin:8px 0}.modal>.link-button{width:100%;color:#672126}.close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px;color:#6d5b50}.toast{position:fixed;right:24px;bottom:24px;background:#231711;color:#fff;padding:15px 20px;border-radius:8px;box-shadow:0 8px 30px #0004;z-index:30}@media(max-width:850px){.nav{height:auto;min-height:76px}.nav nav{display:none}.nav-actions .link-button{display:none}.brand{font-size:21px}.hero{min-height:570px;background-position:62% center}.hero h1{font-size:48px}.game-grid,.community,.account{grid-template-columns:1fr}.game-copy{padding:18px 0 32px}.community{gap:40px}.account{margin-inline:20px;padding:28px}.account-flow{flex-wrap:wrap;gap:16px}.account-note,.account-actions{grid-column:1}.account-actions{flex-direction:column}footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start!important;flex-wrap:wrap}footer>small{grid-column:1}.chat-lock{align-items:flex-start;flex-direction:column}}.game-card:first-child img{object-position:100% center}
