@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-deep: #000000;--bg-card: #000000;--bg-input: #0a0a0a;--border: #1a1a1a;--border-focus: #f5a623;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-muted: #888;--accent: #f5a623;--accent-glow: rgba(245, 166, 35, .3);--charity-green: #4ade80;--charity-glow: rgba(74, 222, 128, .2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,system-ui,-apple-system,sans-serif;background:var(--bg-deep);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.header{text-align:center;margin-bottom:2.5rem;max-width:600px}.hero-logo{width:120px;height:120px;object-fit:contain;margin-bottom:.5rem}@media(min-width:601px){.hero-logo{width:160px;height:160px}}@media(min-width:1201px){.hero-logo{width:200px;height:200px}}.title{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.title .accent{color:#e8a898}.subtitle{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.charity-badge{display:inline-flex;align-items:center;gap:.4rem;margin-top:.75rem;padding:.35rem .85rem;border-radius:100px;background:var(--charity-glow);border:1px solid var(--charity-green);color:var(--charity-green);font-size:.8rem;font-weight:500}.form-card{width:100%;max-width:540px;background:var(--bg-card);border:1px solid #ffffff;border-radius:12px;padding:2rem;margin-bottom:2rem}.form-card h2{font-size:1.15rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.fact-group{margin-bottom:1.25rem}.fact-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.4rem}.fact-label .num{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--border);color:var(--text-primary);font-size:.75rem;font-weight:600}.fact-input{width:100%;background:var(--bg-input);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:.95rem;transition:border-color .2s;resize:vertical;min-height:60px}.fact-input::placeholder{color:var(--text-muted)}.fact-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-glow)}.hint{font-size:.75rem;color:var(--text-muted);margin-top:.3rem;font-style:italic}.submit-btn{width:100%;padding:.9rem;border:none;border-radius:8px;background:var(--accent);color:#fff;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.submit-btn:hover:not(:disabled){background:#e03030;transform:translateY(-1px);box-shadow:0 4px 20px var(--accent-glow)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.loading-container{width:100%;max-width:540px;text-align:center;padding:3rem 2rem}.loading-icon{font-size:3rem;margin-bottom:1rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.loading-text{font-size:1.1rem;color:var(--text-secondary)}.loading-subtext{font-size:.85rem;color:var(--text-muted);margin-top:.5rem}.roast-card{width:100%;max-width:600px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem}.roast-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.roast-header h2{font-size:1.15rem;font-weight:600}.roast-time{font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--text-muted)}.roast-text{font-size:1.05rem;line-height:1.8;white-space:pre-line;color:var(--text-primary)}.roast-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.action-btn{flex:1;padding:.7rem;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}.action-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.action-btn.primary:hover{background:#e03030}.error-card{width:100%;max-width:540px;background:var(--bg-card);border:1px solid #4a2020;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem}.error-card p{color:var(--accent);margin-bottom:1rem}.name-input{min-height:unset;resize:none}.queue-display{width:100%;max-width:540px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.queue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.queue-header h3{font-size:.95rem;font-weight:600;color:var(--text-primary)}.queue-count{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--accent);background:var(--accent-glow);padding:.2rem .6rem;border-radius:100px}.queue-list{display:flex;flex-direction:column;gap:.35rem}.queue-item{display:flex;align-items:center;gap:.75rem;padding:.4rem .6rem;border-radius:6px;background:var(--bg-input);transition:background .2s}.queue-item.roasting{background:var(--accent-glow);border:1px solid var(--accent)}.queue-position{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-muted);min-width:28px}.queue-name{flex:1;font-size:.85rem;color:var(--text-secondary)}.queue-amount{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--charity-green)}.queue-more{text-align:center;font-size:.75rem;color:var(--text-muted);padding:.3rem;font-style:italic}.cut-section{margin:1.25rem 0;padding:1.25rem;border:1px solid var(--border);border-radius:10px;background:var(--bg-input)}.cut-title{font-size:.95rem;font-weight:600;color:var(--accent);margin-bottom:.25rem}.cut-subtitle{font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem}.slider-row{display:flex;align-items:center;gap:.75rem}.slider-label{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.cut-slider{flex:1;-webkit-appearance:none;appearance:none;height:6px;border-radius:3px;background:var(--border);outline:none}.cut-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid var(--bg-deep);box-shadow:0 0 8px var(--accent-glow)}.slider-cost{margin-top:.5rem;font-size:.85rem;color:var(--text-secondary);text-align:center}.slider-total{color:var(--accent);font-weight:600}.tier-badge{margin-top:.5rem;text-align:center;font-size:.75rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.donation-section{margin-bottom:1rem}.donation-display{display:flex;align-items:baseline;gap:.75rem;padding:.75rem 1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:8px}.donation-amount{font-size:1.5rem;font-weight:700;color:var(--charity-green)}.donation-min{font-size:.75rem;color:var(--text-muted)}.wall-optin{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid #b8860b;border-radius:8px;background:#b8860b14;cursor:pointer;transition:background .2s}.wall-optin:hover{background:#b8860b26}.wall-optin input[type=checkbox]{margin-top:.15rem;accent-color:#b8860b}.wall-optin-text{font-size:.85rem;color:var(--text-primary)}.wall-optin-text strong{color:#daa520}.wall-optin-hint{display:block;font-size:.7rem;color:var(--text-muted);margin-top:.15rem}.submit-hint{text-align:center;font-size:.7rem;color:var(--text-muted);margin-top:.4rem}.queue-status-card{width:100%;max-width:540px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:center;margin-bottom:2rem}.queue-status-card h2{font-size:1.15rem;font-weight:600;margin-bottom:1.5rem}.position-display{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem}.position-number{font-family:JetBrains Mono,monospace;font-size:3rem;font-weight:700;color:var(--accent)}.position-label{font-size:.85rem;color:var(--text-muted)}.position-info{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem}.position-info.up-next{color:var(--charity-green);font-weight:600}.queue-status-hint{font-size:.75rem;color:var(--text-muted);font-style:italic}.wall-of-heroes{width:100%;max-width:600px;text-align:center;padding:2rem 1rem;margin-bottom:1rem}.wall-title{font-size:1.3rem;font-weight:700;color:#daa520;margin-bottom:.25rem;letter-spacing:.02em}.wall-subtitle{font-size:.8rem;color:var(--text-muted);margin-bottom:1.25rem}.heroes-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.hero-card{display:flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:#b8860b1a;border:1px solid #b8860b;border-radius:100px}.hero-name{font-size:.8rem;font-weight:500;color:#daa520}.hero-amount{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--text-muted)}.mid-graphic{text-align:center;padding:1rem 0}.mid-graphic-img{width:100px;height:auto;opacity:.9}.footer{margin-top:auto;padding:2rem 1rem;text-align:center}.footer p{font-size:.8rem;color:var(--text-muted);line-height:1.6}.footer a{color:var(--charity-green);text-decoration:none}.footer .tagline{font-size:.85rem;color:var(--text-secondary);margin-top:.5rem;font-style:italic}@media(max-width:600px){.app{padding:1.5rem 1rem}.title{font-size:1.5rem}.form-card,.roast-card,.queue-status-card{padding:1.5rem}.roast-actions{flex-direction:column}.position-number{font-size:2.5rem}.slider-row{gap:.5rem}}.header-link{display:block;color:inherit;text-decoration:none}.header-compact{margin-bottom:1.5rem}.header-compact .hero-logo{width:70px;height:70px;margin-bottom:.25rem}.header-compact .title{font-size:1.25rem}.email-capture{width:100%;max-width:600px;margin:0 auto 2rem;padding:1.75rem 1.5rem;background:linear-gradient(180deg,#f5a62314,#f5a62300);border:1px solid rgba(245,166,35,.3);border-radius:14px}.email-capture-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.email-capture-title{font-size:1.15rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;color:var(--text-primary)}.email-capture-sub{font-size:.85rem;color:var(--text-secondary);line-height:1.55;margin-bottom:1.25rem}.email-capture-form{display:flex;gap:.5rem;flex-wrap:wrap}.email-capture-input{flex:1 1 220px;min-width:0;padding:.7rem .85rem;background:var(--bg-input);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:.9rem;transition:border-color .15s}.email-capture-input:focus{outline:none;border-color:var(--border-focus)}.email-capture-input:disabled{opacity:.6;cursor:not-allowed}.email-capture-btn{flex:0 0 auto;padding:.7rem 1.15rem;background:var(--accent);color:#000;border:none;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:filter .15s}.email-capture-btn:hover:not(:disabled){filter:brightness(1.1)}.email-capture-btn:disabled{opacity:.7;cursor:not-allowed}.email-capture-msg{margin-top:.75rem;font-size:.82rem;line-height:1.5}.email-capture-msg-ok{color:var(--charity-green)}.email-capture-msg-error{color:#ff6b6b}.email-capture-msg-sending{color:var(--text-muted)}.sample-roast{width:100%;max-width:600px;margin:0 auto 2rem}.sample-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e8a898;margin-bottom:.6rem;text-align:center}.sample-card{padding:1.5rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:14px}.sample-persona{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1rem;flex-wrap:wrap}.sample-persona-name{font-size:1rem;font-weight:600;color:var(--text-primary)}.sample-persona-label{font-size:.72rem;color:var(--text-muted);font-style:italic}.sample-facts{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.4rem}.sample-facts li{display:flex;gap:.6rem;align-items:flex-start;font-size:.82rem;color:var(--text-secondary);line-height:1.45}.sample-fact-num{flex:0 0 1.3rem;height:1.3rem;border-radius:50%;background:#f5a6231f;color:var(--accent);font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-top:.05rem}.sample-fact-text{flex:1}.sample-play{width:100%;display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;background:#f5a62314;border:1px solid rgba(245,166,35,.4);border-radius:10px;color:var(--text-primary);font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.sample-play:hover{background:#f5a62324;border-color:#f5a623b3}.sample-play.playing{background:#f5a6232e;border-color:var(--accent)}.sample-play-icon{flex:0 0 2rem;width:2rem;height:2rem;border-radius:50%;background:var(--accent);color:#000;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.sample-play-label{flex:1;font-size:.9rem;font-weight:600;text-align:left}.sample-play-meta{flex:0 0 auto;font-size:.72rem;color:var(--text-muted);font-family:JetBrains Mono,monospace}.sample-transcript{margin-top:1.25rem;padding:1rem;background:var(--bg-input);border-radius:10px;border-left:2px solid #e8a898}.sample-transcript p{font-size:.88rem;line-height:1.65;color:var(--text-secondary);margin-bottom:.8rem}.sample-transcript p:last-child{margin-bottom:0;color:#e8a898}.sample-note{margin-top:1rem;font-size:.72rem;color:var(--text-muted);text-align:center;font-style:italic}.doc-page{width:100%;max-width:720px;margin:0 auto;padding:0 .5rem}.doc-header{margin-bottom:2.5rem;text-align:left}.doc-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.doc-title{font-size:2rem;font-weight:700;line-height:1.15;margin-bottom:.85rem;color:var(--text-primary)}.doc-sub{font-size:.98rem;line-height:1.65;color:var(--text-secondary)}.doc-section{margin-bottom:2.5rem}.doc-section h2{font-size:1.1rem;font-weight:600;letter-spacing:.02em;margin-bottom:1rem;color:var(--text-primary);border-bottom:1px solid var(--border);padding-bottom:.5rem}.doc-section p{font-size:.92rem;line-height:1.7;color:var(--text-secondary);margin-bottom:.85rem}.doc-section p:last-child{margin-bottom:0}.doc-section em{color:var(--text-primary);font-style:italic}.doc-section strong{color:var(--text-primary);font-weight:600}.doc-section a{color:var(--accent);text-decoration:none;border-bottom:1px dotted var(--accent)}.doc-section a:hover{border-bottom-style:solid}.doc-section-muted{padding:1.25rem;background:var(--bg-input);border-radius:10px;border-left:2px solid var(--text-muted)}.doc-section-muted h2{border-bottom:none;padding-bottom:0;margin-bottom:.6rem}.doc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.doc-list li{font-size:.9rem;line-height:1.6;color:var(--text-secondary);padding-left:1.1rem;position:relative}.doc-list li:before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:600}.doc-muted{color:var(--text-muted);font-size:.85rem}.rule-card{display:flex;gap:1.1rem;padding:1.25rem;background:var(--bg-input);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.rule-card:last-child{margin-bottom:0}.rule-num{flex:0 0 2.25rem;font-family:JetBrains Mono,monospace;font-size:1.4rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.rule-body{flex:1}.rule-body h3{font-size:1rem;font-weight:600;margin-bottom:.35rem;color:var(--text-primary)}.rule-body p{font-size:.88rem;line-height:1.6;color:var(--text-secondary);margin-bottom:0}.press-fact{display:flex;gap:1rem;padding:1.1rem 1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:10px;margin-bottom:.85rem}.press-fact-num{flex:0 0 2rem;font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:700;color:#e8a898}.press-fact h3{font-size:.98rem;font-weight:600;margin-bottom:.35rem;color:var(--text-primary)}.press-fact p{font-size:.88rem;line-height:1.6;color:var(--text-secondary);margin-bottom:0}.press-founder{padding:1.1rem;background:var(--bg-input);border:1px solid var(--border);border-radius:10px;margin-bottom:.85rem}.press-founder h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.press-founder p{font-size:.88rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.6rem}.press-founder-asset{font-size:.78rem;color:var(--text-muted);font-style:italic;padding-top:.6rem;border-top:1px dashed var(--border)}.press-quote{font-size:1.25rem;font-weight:500;font-style:italic;color:#e8a898;text-align:center;padding:1.25rem 1rem;line-height:1.4;border-left:2px solid var(--accent);background:#e8a8980d;border-radius:4px}.footer-nav{margin-top:1rem;font-size:.78rem;color:var(--text-muted);display:flex;gap:.6rem;justify-content:center;align-items:center;flex-wrap:wrap}.footer-nav a{color:var(--text-muted);text-decoration:none;border-bottom:1px dotted transparent;transition:color .15s,border-color .15s}.footer-nav a:hover{color:var(--accent);border-bottom-color:var(--accent)}.footer-sep{color:var(--border)}@media(max-width:600px){.doc-title{font-size:1.5rem}.email-capture{padding:1.25rem 1rem}.email-capture-form{flex-direction:column}.email-capture-input,.email-capture-btn{width:100%}.rule-card,.press-fact{flex-direction:column;gap:.4rem}.sample-play{flex-wrap:wrap}.sample-play-meta{flex:1 0 100%;text-align:right;padding-left:2.9rem}}
