@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink: #18191a; --paper: #f4f0e8; --muted: #706d65; --coral: #ff5b47; --lime: #c7f36b; --line: rgba(24,25,26,.16); --mono: 'DM Mono', monospace; --display: 'Space Grotesk', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--display); }
body::selection { background: var(--lime); }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
.site-header, .section-shell { width: min(1160px, calc(100% - 64px)); margin: auto; }
.site-header { height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-accent { color: var(--coral); }
.brand-mark { display: grid; grid-template-columns: repeat(2, 6px); gap: 3px; width: 22px; height: 22px; padding: 5px; transform: rotate(45deg); background: var(--ink); }
.brand-mark i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.nav-links { display: flex; gap: 32px; color: var(--muted); font-size: 13px; }
.nav-links a:hover, .text-link:hover, .site-footer a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; padding: 15px 21px; font: 600 13px var(--display); cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--coral); }
.button-coral { color: var(--ink); background: var(--coral); }
.button-coral:hover { background: var(--lime); }
.button-small { padding: 11px 15px; font-size: 12px; }
.hero { min-height: 620px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }
.eyebrow { margin: 0 0 22px; color: var(--muted); font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,91,71,.15); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(62px, 8vw, 108px); line-height: .88; letter-spacing: -.09em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-intro { max-width: 400px; color: var(--muted); font-size: 17px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 13px; font-weight: 600; }
.hero-meta { display: flex; gap: 20px; margin-top: 72px; color: var(--muted); font: 10px var(--mono); }
.hero-meta span::before { content: '—'; margin-right: 6px; color: var(--coral); }
.hero-stage { position: relative; height: 500px; display: grid; place-items: center; overflow: hidden; }
.hero-stage::before { content: ''; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: var(--lime); }
.orbit { position: absolute; border: 1px solid rgba(24,25,26,.28); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 470px; height: 170px; }
.orbit-two { width: 360px; height: 500px; transform: rotate(32deg); }
.hero-die { position: relative; z-index: 1; width: 240px; height: 240px; display: grid; place-items: center; color: var(--paper); background: var(--coral); box-shadow: 22px 25px 0 var(--ink); transform: rotate(13deg); font: 700 60px var(--display); }
.hero-die::before, .hero-die::after { content: ''; position: absolute; width: 24px; height: 24px; border: 4px solid var(--paper); }
.hero-die::before { top: 25px; left: 25px; border-right: 0; border-bottom: 0; }
.hero-die::after { right: 25px; bottom: 25px; border-left: 0; border-top: 0; }
.hero-die b { position: absolute; bottom: 25px; left: 28px; font-size: 20px; }
.floating-note { position: absolute; z-index: 2; font: 10px var(--mono); letter-spacing: .07em; }
.note-top { top: 75px; right: 35px; transform: rotate(-8deg); }
.note-bottom { bottom: 67px; left: 35px; transform: rotate(7deg); }
.roller-section { padding: 104px 0 120px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: 54px; letter-spacing: -.07em; line-height: .9; }
.section-heading > p:last-child { width: 270px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.roller-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; }
.roller-panel, .history-panel { min-height: 410px; padding: 25px; border: 1px solid var(--ink); background: #ebe6dc; }
.history-panel { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.panel-topline { display: flex; justify-content: space-between; color: var(--muted); font: 10px var(--mono); letter-spacing: .06em; }
.history-panel .panel-topline { color: #99958c; }
.mono { font-family: var(--mono); }
.expression-row { display: flex; gap: 10px; margin-top: 58px; }
input { width: 100%; min-width: 0; padding: 15px 17px; border: 1px solid var(--ink); outline: none; color: var(--ink); background: var(--paper); font: 500 19px var(--mono); }
input:focus { box-shadow: 4px 4px 0 var(--lime); }
.roll-button { min-width: 112px; }
.input-help { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.chip-link { border: 0; border-bottom: 1px solid var(--muted); padding: 0; color: var(--ink); background: transparent; font: 12px var(--mono); cursor: pointer; }
.result-area { margin-top: 64px; padding-top: 17px; border-top: 1px solid var(--line); }
.result-label { margin-bottom: 6px; color: var(--muted); font: 10px var(--mono); }
.result-number { font-size: 87px; font-weight: 700; letter-spacing: -.1em; line-height: .95; }
.result-detail { margin: 15px 0 0; color: var(--muted); font: 12px var(--mono); }
.result-detail span { margin: 0 6px; color: var(--coral); }
.history-list { display: flex; flex-direction: column; gap: 0; min-height: 235px; margin: 25px 0 0; padding: 0; list-style: none; }
.history-item { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(244,240,232,.18); font: 12px var(--mono); }
.history-item strong { color: var(--lime); font-weight: 500; }
.history-empty { color: #8c8981; font-size: 12px; padding-top: 22px; }
.fairness-callout { display: flex; gap: 12px; padding-top: 19px; border-top: 1px solid rgba(244,240,232,.18); color: #aaa69d; font-size: 11px; line-height: 1.45; }
.fairness-callout p { margin: 0; }
.fairness-callout strong { color: var(--paper); font-weight: 500; }
.callout-icon { color: var(--coral); font-size: 17px; }
.how-section { padding: 0 0 120px; }
.compact-heading { display: block; }
.compact-heading h2 { margin-top: 0; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle { min-height: 220px; padding: 25px 28px 0 0; border-right: 1px solid var(--line); }
.principle + .principle { padding-left: 28px; }
.principle:last-child { border: 0; }
.principle-number { color: var(--coral); font: 11px var(--mono); }
.principle h3 { margin: 48px 0 12px; font-size: 22px; letter-spacing: -.04em; }
.principle p { max-width: 270px; color: var(--muted); font-size: 13px; line-height: 1.5; }
code { color: var(--coral); font: 500 .95em var(--mono); }
.discord-section { padding-bottom: 80px; }
.discord-card { display: flex; justify-content: space-between; align-items: end; padding: 49px; background: var(--coral); }
.discord-card .eyebrow { color: var(--ink); }
.discord-card h2 { margin: 0; font-size: 51px; line-height: .9; letter-spacing: -.07em; }
.discord-cta { max-width: 260px; }
.discord-cta p { font-size: 14px; line-height: 1.5; }
.site-footer { display: flex; justify-content: space-between; padding: 22px 0 35px; color: var(--muted); font: 10px var(--mono); }
.site-footer a { color: var(--ink); }
.reveal { animation: rise .8s both; }
.reveal-delay { animation-delay: .15s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 760px) { .site-header, .section-shell { width: min(100% - 34px, 540px); } .site-header { height: 74px; } .nav-links { display: none; } .button-small { padding: 9px 10px; } .hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding: 80px 0 70px; gap: 28px; } h1 { font-size: 70px; } .hero-meta { margin-top: 47px; gap: 9px; font-size: 8px; } .hero-stage { height: 310px; } .hero-stage::before { width: 240px; height: 240px; } .hero-die { width: 155px; height: 155px; box-shadow: 14px 16px 0 var(--ink); font-size: 40px; } .hero-die::before, .hero-die::after { width: 15px; height: 15px; border-width: 3px; } .hero-die::before { top: 17px; left: 17px; } .hero-die::after { right: 17px; bottom: 17px; } .hero-die b { bottom: 18px; left: 18px; font-size: 14px; } .orbit-one { width: 300px; height: 110px; } .orbit-two { width: 230px; height: 330px; } .note-top { top: 22px; right: 8px; } .note-bottom { bottom: 23px; left: 8px; } .roller-section { padding: 75px 0 82px; } .section-heading { display: block; } .section-heading h2 { font-size: 48px; margin-bottom: 17px; } .section-heading > p:last-child { width: auto; } .roller-grid { grid-template-columns: 1fr; } .roller-panel, .history-panel { min-height: 380px; padding: 20px; } .expression-row { margin-top: 42px; } .result-area { margin-top: 55px; } .result-number { font-size: 72px; } .how-section { padding-bottom: 85px; } .principles { grid-template-columns: 1fr; } .principle, .principle + .principle { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); } .principle h3 { margin: 25px 0 8px; } .discord-card { display: block; padding: 30px; } .discord-card h2 { font-size: 42px; margin-bottom: 38px; } .discord-cta { max-width: none; } .site-footer { gap: 15px; flex-wrap: wrap; } }
