@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;700&family=Geist+Mono:wght@400;500;700&display=swap";:root{--bg: #0d0d0d;--fg: #fffdf6;--muted: rgba(255, 253, 246, .52);--field: rgba(255, 255, 255, .05);--field-border: rgba(255, 255, 255, .1);--button: rgba(255, 255, 255, .12);--button-hover: rgba(255, 255, 255, .2);--danger: #ff8282}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-height:100%}body{background:radial-gradient(circle at 68% 82%,rgba(255,253,246,.06),transparent 30%),var(--bg);color:var(--fg);font-family:Geist,system-ui,sans-serif;overflow:hidden}.texture-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.04;background-size:290px 290px;background-repeat:repeat;background-position:0 0}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:#0d0d0d;opacity:1;transition:opacity .76s ease;pointer-events:none}.page-loader.is-hidden{opacity:0}.page{height:100dvh;min-height:100dvh;padding:0;overflow:hidden}.hero{min-height:100dvh;height:100dvh;display:grid;grid-template-columns:minmax(240px,420px) minmax(320px,420px) minmax(300px,420px);align-items:stretch;justify-content:space-between;gap:0;padding:27px}.brand-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.brand-title{margin:0;display:flex;flex-direction:column;text-transform:uppercase;font-family:Geist,system-ui,sans-serif;font-size:clamp(2rem,3vw,3rem);line-height:.83}.brand-byline{margin:.35rem 0 0;text-transform:uppercase;letter-spacing:.12rem;font-size:.7rem;font-family:Geist Mono,Menlo,monospace}.center-column{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem}.book-media-wrap{width:237px;aspect-ratio:1;border:1px solid rgba(255,253,246,.4);overflow:hidden}.book-media{width:100%;height:100%;object-fit:cover}.lead-form{width:237px;display:flex;flex-direction:column;gap:.7rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.field input{width:100%;height:34px;border-radius:8px;border:1px solid var(--field-border);background:var(--field);color:var(--fg);font-family:Geist,system-ui,sans-serif;font-size:.85rem;text-align:center}.field input::placeholder{color:#fffdf659}.consent-row{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.54rem;line-height:1.25;color:#fffdf699;font-family:Geist,system-ui,sans-serif;width:100%}.consent-row span{opacity:.6}.consent-row input{margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:13px;height:13px;border:none;border-radius:999px;background:#fffdf673;display:inline-grid;place-content:center;cursor:pointer}.consent-row input:before{content:"";display:block;width:6px;height:3px;border-left:1.6px solid #0d0d0d;border-bottom:1.6px solid #0d0d0d;transform:translateY(-.5px) rotate(-45deg) scale(0);transform-origin:center;transition:transform .14s ease}.consent-row input:checked{background:#fffdf6a6}.consent-row input:checked:before{transform:translateY(-.5px) rotate(-45deg) scale(1)}.download-button{width:100%;height:35px;border-radius:8px;border:0;background:var(--button);color:var(--fg);font-family:Geist,system-ui,sans-serif;font-size:1.02rem;cursor:pointer;transition:background .18s ease}.download-button:hover:enabled{background:var(--button-hover)}.download-button:disabled{cursor:not-allowed;opacity:.5}.success-message,.error-message{margin:0;font-size:.72rem;line-height:1.4;font-family:Geist,system-ui,sans-serif}.error-message{color:var(--danger)}.text-column{display:grid;grid-template-rows:1fr auto auto;gap:1rem;width:100%;max-width:420px;min-height:0;height:100%;align-self:stretch;justify-self:end}.text-content{border:0;background:transparent;color:inherit;text-align:justify;text-transform:uppercase;font-family:Geist Mono,Menlo,monospace;letter-spacing:.55em;font-size:.73rem;line-height:1.62;opacity:.9;cursor:pointer;display:flex;flex-direction:column;justify-content:end;align-items:stretch;padding:0;min-height:0;overflow:hidden;transition:opacity .22s ease}.text-content.is-transitioning{opacity:.78}.text-title,.text-body{margin:0}.text-title{font-weight:700}.text-body{font-weight:400}.progress-row{display:flex;align-items:center;gap:.5rem}.progress-track{flex:1;height:1px;border-radius:99px;background:#fffdf61f;overflow:hidden}.progress-fill{height:100%;background:#fffdf694;transition:width 90ms linear}.pause-toggle{width:22px;height:22px;border:0;background:transparent;color:#fffdf69e;cursor:pointer;display:grid;place-items:center;opacity:.72;transition:opacity .18s ease}.pause-toggle:hover{opacity:1}.pause-icon,.play-icon{display:inline-block}.pause-icon{width:8px;height:10px;border-left:2px solid currentColor;border-right:2px solid currentColor}.play-icon{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid currentColor}.timing-label{margin:0;color:var(--muted);font-size:.65rem;font-family:Geist Mono,Menlo,monospace;justify-self:end}.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:1100px){body{overflow:auto}.hero{min-height:100dvh;height:auto;grid-template-columns:1fr;justify-items:center;gap:2rem;padding:2rem 1rem}.brand-column{align-items:center}.brand-title{text-align:center;align-items:center}.brand-byline{text-align:center}.text-column{width:100%;max-width:360px;min-height:0;max-height:calc(100dvh - 540px);grid-template-rows:auto 1fr auto;justify-self:center}.text-content{justify-content:flex-start;text-align:justify;align-items:stretch;max-height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.text-content::-webkit-scrollbar{display:none}.text-title,.text-body{width:100%}.page{padding:0;height:auto;overflow:visible}}@media(max-width:1280px)and (min-width:1101px){.hero{grid-template-columns:minmax(220px,340px) minmax(280px,420px) minmax(260px,420px);gap:1rem;justify-content:center}.text-column{justify-self:center}.text-content{text-align:justify}}
