@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Patrick+Hand&family=Playfair+Display:wght@400;500;600&display=swap');

:root{font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171717;background:#f7f5f2;line-height:1.5;--ink:#171717;--muted:#77736f;--cream:#f7f5f2;--paper:#fffefa;--line:#dedbd6;--blush:#e9c8d5;--rose:#b66b87;--lav:#d8d0df;--gold:#b39a73}
*{box-sizing:border-box}
html{min-height:100%;background:var(--cream)}
body{margin:0;min-height:100vh;background:#f7f5f2;color:var(--ink)}
a{color:inherit}

/* =========================================================
   REALIES HQ LANDING PAGE ONLY
   These styles are intentionally scoped to .hero so they
   cannot redesign Terms, Privacy, Dashboard, or Verify pages.
========================================================= */
.hero{min-height:100vh;display:flex;justify-content:center;padding:25px;background:radial-gradient(circle at 82% 12%,rgba(216,208,223,.45),transparent 28%),radial-gradient(circle at 8% 88%,rgba(233,200,213,.28),transparent 30%),#f7f5f2;position:relative;overflow:hidden}
.hero-card{width:min(1100px,100%);min-height:calc(100vh - 50px);padding:34px 55px 28px;background:#fffefa;border:1px solid rgba(23,23,23,.09);border-radius:2px;box-shadow:0 24px 70px rgba(30,24,27,.09);position:relative;overflow:hidden;display:flex;flex-direction:column;text-align:left}
.hero-card:before{content:"";position:absolute;width:520px;height:520px;right:-280px;top:-260px;border-radius:50%;background:#eee6eb;opacity:.55;pointer-events:none}
.hero-card:after{content:"♡";position:absolute;right:45px;bottom:30px;font-family:"Patrick Hand",cursive;font-size:28px;color:var(--rose);opacity:.6;transform:rotate(-8deg);pointer-events:none}
.hero-card .topbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:26px;border-bottom:1px solid var(--line);position:relative;z-index:2}
.hero-card .brand{font-size:11px;font-weight:600;letter-spacing:.24em}
.hero-card .nav-links{display:flex;gap:25px}
.hero-card .nav-links a{margin:0;color:var(--muted);text-decoration:none;font-size:10px;text-transform:uppercase;letter-spacing:.15em}
.hero-card .nav-links a:hover{color:var(--ink)}
.hero-card .hero-content{max-width:760px;margin:auto 0;padding:90px 0 85px;position:relative;z-index:1}
.hero-card .eyebrow{display:block;margin-bottom:22px;font-size:10px;font-weight:600;letter-spacing:.25em;color:var(--rose)}
.hero-card h1{margin:0;font-family:"Playfair Display",Georgia,serif;font-size:clamp(75px,12vw,150px);line-height:.78;font-weight:400;letter-spacing:-.065em;color:var(--ink)}
.hero-card .hero-subtitle{margin:38px 0 34px;font-family:"Playfair Display",Georgia,serif;font-size:21px;line-height:1.55;color:#675d62}
.hero-card .actions{display:flex;align-items:center;gap:28px}
.hero-card .button{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:15px 28px;background:var(--ink);color:#fff;text-decoration:none;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;transition:background .25s ease,transform .25s ease;margin:0;border-radius:0}
.hero-card .button:hover{background:var(--rose);transform:translateY(-2px)}
.hero-card .discord-link{color:var(--ink);text-decoration:none;font-size:11px;letter-spacing:.08em;border-bottom:1px solid var(--ink);padding-bottom:4px}
.hero-card .discord-link span{margin-left:7px}
.hero-card .discord-link:hover{color:var(--rose);border-color:var(--rose)}
.hero-card .divider{height:1px;background:var(--line)}
.hero-card .verification-intro{display:grid;grid-template-columns:90px 1fr;gap:35px;max-width:760px;padding:55px 0;border-bottom:1px solid var(--line)}
.hero-card .section-number{font-family:"Patrick Hand",cursive;font-size:24px;color:var(--rose)}
.hero-card .section-label{display:block;margin-bottom:10px;font-size:9px;font-weight:600;letter-spacing:.22em;color:var(--rose)}
.hero-card .verification-intro h2,.hero-card .discord-section h2{margin:0 0 15px;font-family:"Playfair Display",Georgia,serif;font-size:38px;line-height:1;font-weight:400}
.hero-card .verification-intro p{max-width:620px;margin:0;color:var(--muted);font-size:13px;line-height:1.9}
.hero-card .text-link{display:inline-block;margin-top:22px;color:var(--ink);text-decoration:none;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:5px}
.hero-card .text-link span{margin-left:8px;font-size:15px}
.hero-card .discord-section{display:flex;justify-content:space-between;align-items:center;padding:65px 0;border-bottom:1px solid var(--line)}
.hero-card .circle-arrow{width:75px;height:75px;border:1px solid var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);text-decoration:none;font-size:22px;transition:background .25s ease,color .25s ease,transform .25s ease}
.hero-card .circle-arrow:hover{background:var(--ink);color:#fff;transform:rotate(8deg)}
.hero-card footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:25px;color:#aaa1a5;font-size:8px;letter-spacing:.17em;text-transform:uppercase}
.hero-card footer a{color:inherit;text-decoration:none}
.hero-card footer a:hover{color:var(--ink)}

/* =========================================================
   SHARED NON-LANDING UI
========================================================= */
.card{background:rgba(255,254,250,.88);border:1px solid rgba(23,23,23,.1);border-radius:2px;box-shadow:0 24px 70px rgba(30,24,27,.09);padding:30px}
.badge{display:inline-block;border:1px solid #c9c4bd;border-radius:999px;padding:7px 12px;font-size:10px;letter-spacing:.18em;font-weight:700;color:#55514d;background:rgba(255,255,255,.55)}
.button{display:inline-block;border:1px solid #171717;border-radius:999px;background:#171717;color:#fff;text-decoration:none;padding:12px 20px;font-weight:700;margin-top:12px;cursor:pointer}.button:hover{background:#333}.secondary{background:transparent;color:#171717}.muted{color:var(--muted);font-size:13px}
.container{width:min(1120px,calc(100% - 32px));margin:40px auto}.container h1{margin:10px 0 6px;font-family:"Playfair Display",Georgia,serif;font-weight:400;font-size:42px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;margin-top:22px}.stats{grid-template-columns:repeat(3,1fr)}.stat small{display:block;color:#77736f}.stat strong{display:block;font-size:38px;margin-top:8px}.server-title{display:flex;justify-content:space-between;align-items:center;gap:20px}.server-title h2{margin:0 0 4px;font-family:"Playfair Display",Georgia,serif;font-weight:400}.settings{display:grid;gap:12px;margin-top:20px}.settings label{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f0ede9;padding:12px;border-radius:2px;color:#3f3b38}.settings input[type=number],.settings input:not([type]){width:220px;max-width:50%;background:#fff;color:#171717;border:1px solid #cbc6c0;border-radius:2px;padding:9px}
.nav{height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 28px;border-bottom:1px solid rgba(23,23,23,.1);background:rgba(248,246,243,.84);backdrop-filter:blur(12px)}.nav a{margin-left:18px;color:#55514d}

/* Verification page: scoped so it does not affect legal pages */
.narrow{max-width:680px}.narrow .card{padding:46px 42px;position:relative;overflow:hidden}.narrow .card:before{content:"";position:absolute;inset:-180px -120px auto auto;width:360px;height:360px;background:radial-gradient(circle,rgba(216,208,223,.55),transparent 68%);pointer-events:none}.narrow .badge{position:relative;z-index:1}.narrow h1{position:relative;z-index:1;font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,8vw,62px);font-weight:400;letter-spacing:-.045em;line-height:1.02;margin:18px 0 10px}.narrow> .card>p:not(.muted){position:relative;z-index:1;color:#77716c;font-size:15px;max-width:520px}.narrow .risk{margin:30px 0 20px;padding:0;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:1px;background:#dcd7d2;border:1px solid #dcd7d2;border-radius:2px;overflow:hidden}.narrow .risk>*{padding:18px 16px;background:rgba(255,254,250,.94)}.narrow .risk strong{font-family:"Patrick Hand",cursive;font-size:23px;font-weight:400}.narrow .risk span{font-size:10px;letter-spacing:.14em;color:#8a837e}.narrow .low{border-color:#d7d0ca}.narrow .medium{border-color:#cdbfa8}.narrow .high,.narrow .critical{border-color:#d5b0bd}.narrow .check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.narrow .check-grid div{background:#f1eeeb;border:1px solid #e1ddd8;border-radius:2px;padding:16px 12px;text-align:center;color:#817a75;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.narrow .check-grid b{display:block;margin-top:7px;color:#262321;font-family:"Patrick Hand",cursive;font-size:19px;font-weight:400;letter-spacing:0;text-transform:none}.narrow .muted{color:#96908b;font-size:11px;line-height:1.7}.narrow .card:has(.check-grid) .muted{margin-top:22px;padding-top:18px;border-top:1px solid #e5e1dc}.narrow .risk.low strong:last-child{color:#62866d}.narrow .risk.medium strong:last-child{color:#a07d45}.narrow .risk.high strong:last-child,.narrow .risk.critical strong:last-child{color:#a15d70}

/* =========================================================
   LEGAL PAGES — COMPLETELY ISOLATED FROM LANDING DESIGN
========================================================= */
.legal-page{width:min(920px,calc(100% - 32px));margin:42px auto 70px}.legal-card{background:#fff;border:1px solid #ddd8d3;border-radius:6px;box-shadow:0 16px 45px rgba(30,24,27,.07);padding:54px 64px}.legal-card .badge{margin-bottom:12px}.legal-card h1{font-family:"Playfair Display",Georgia,serif;font-size:52px;line-height:1.05;font-weight:400;letter-spacing:-.035em;margin:10px 0 10px;color:#201d1f}.legal-card .legal-meta{font-size:12px;color:#77736f;margin:0 0 34px}.legal-card .legal-intro{padding:22px 24px;margin-bottom:36px;background:#f7f4f1;border-left:3px solid var(--rose);color:#514b4e}.legal-card .legal-intro>strong{font-size:12px;letter-spacing:.12em}.legal-card h2{font-family:"Playfair Display",Georgia,serif;font-size:27px;line-height:1.25;font-weight:500;color:#292427;margin:38px 0 12px;padding-top:4px}.legal-card h3{font-family:"Playfair Display",Georgia,serif;font-size:20px;font-weight:500;color:#342d31;margin:28px 0 9px}.legal-card p,.legal-card li{font-family:"DM Sans",system-ui,sans-serif;font-size:14px;line-height:1.85;color:#5f595d}.legal-card ul,.legal-card ol{padding-left:24px;margin:8px 0 18px}.legal-card li{margin:5px 0}.legal-card strong{color:#3d363a}.legal-card a{color:#9b5873;text-decoration:underline;text-underline-offset:3px}.legal-card .legal-section-note{font-size:12px;color:#8b8388}.legal-card hr{border:0;border-top:1px solid #e4dfdb;margin:38px 0}.legal-card .legal-footer{margin-top:50px;padding-top:20px;border-top:1px solid #e4dfdb;color:#91898d;font-size:11px;line-height:1.7}

@media(max-width:700px){.hero{padding:10px}.hero-card{min-height:calc(100vh - 20px);padding:24px 22px 22px}.hero-card .topbar{padding-bottom:20px}.hero-card .nav-links{gap:13px}.hero-card .nav-links a{font-size:8px}.hero-card .hero-content{padding:70px 0}.hero-card h1{font-size:clamp(65px,20vw,100px)}.hero-card .hero-subtitle{font-size:18px;margin-top:30px}.hero-card .actions{flex-direction:column;align-items:flex-start;gap:20px}.hero-card .button{width:100%}.hero-card .verification-intro{grid-template-columns:45px 1fr;gap:15px;padding:42px 0}.hero-card .verification-intro h2,.hero-card .discord-section h2{font-size:30px}.hero-card .discord-section{padding:48px 0}.hero-card .circle-arrow{width:58px;height:58px;flex-shrink:0}.hero-card footer{flex-wrap:wrap;line-height:1.8}.stats,.narrow .check-grid,.narrow .risk{grid-template-columns:1fr}.narrow .card{padding:34px 22px}.narrow h1{font-size:47px}.narrow .check-grid div{display:flex;justify-content:space-between;align-items:center;text-align:left}.narrow .check-grid b{margin-top:0}.legal-page{width:min(100% - 20px,920px);margin:20px auto 45px}.legal-card{padding:34px 22px}.legal-card h1{font-size:40px}.legal-card h2{font-size:24px}.legal-card p,.legal-card li{font-size:13px;line-height:1.75}.legal-card .legal-intro{padding:18px}.nav{padding:0 16px}}
