@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-black: #000000;--card-1: #121212;--card-2: #171717;--card-3: #1d1d1d;--text-primary: #ffffff;--text-secondary: #888888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-black);color:var(--text-primary);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}.t-hero{font-size:72px;font-weight:800;letter-spacing:-.04em;line-height:1.1}.t-heading{font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:1.1}.t-section{font-size:38px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.t-body{font-size:21px;font-weight:400;color:var(--text-secondary);line-height:1.6;max-width:650px}.spacer-sm{height:40px}.spacer-md{height:80px}.spacer-lg{height:200px}.gradient-text{background:linear-gradient(180deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.phone-frame{position:relative;height:850px;width:max-content;border-radius:40px;background:var(--bg-black);border:12px solid #222;box-shadow:0 0 0 1px #333,0 30px 60px #000c;overflow:hidden;display:flex;justify-content:center;align-items:center}.phone-frame img{height:100%;width:auto;display:block}.markdown-content h1,.markdown-content h2,.markdown-content h3{color:var(--text-primary);margin-top:32px;margin-bottom:16px;font-weight:600}.markdown-content p{margin-bottom:16px}.markdown-content ul,.markdown-content ol{margin-bottom:16px;padding-left:24px}.markdown-content li{margin-bottom:8px}.markdown-content blockquote{border-left:4px solid var(--text-secondary);padding-left:16px;margin-left:0;margin-bottom:16px;font-style:italic}.story-section{width:100%}@media (max-width: 900px){.t-hero{font-size:48px}.t-heading{font-size:36px}.t-section{font-size:28px}.t-body{font-size:18px}.phone-frame{height:60vh;border-width:6px;border-radius:24px}.story-section{padding:60px 16px!important}}
