:root{font-family:Space Grotesk,SF Pro Text,Inter,sans-serif;line-height:1.5;font-weight:400;color:#111;background:#f5f5f0;--bg: #f5f5f0;--surface: #fff;--text: #111;--muted: #555;--border: #111;--shadow: #111;--accent: #111;--button-bg: #111;--button-text: #fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{color:#fff;background:#0a0a0a;--bg: #0a0a0a;--surface: #161616;--text: #fff;--muted: #fff;--border: #fff;--shadow: rgba(255, 255, 255, .15);--accent: #fff;--button-bg: #fff;--button-text: #0a0a0a}}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;gap:1.75rem;padding:1.5rem 1.25rem 3rem;max-width:520px;margin:0 auto}.brand{display:flex;align-items:center;gap:.6rem}.brand-icon{width:40px;height:40px;border-radius:10px;overflow:hidden}.brand-icon img{width:100%;height:100%;object-fit:cover}.brand-name{font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.hero{text-align:left}.hero h1{margin:0;font-size:2.5rem;line-height:1.08;letter-spacing:-.035em;font-weight:700}.highlight{text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:4px}.hero-sub{margin:1.25rem 0 0;font-size:1.05rem;color:var(--muted);line-height:1.6}.cta{margin-top:.25rem}.button-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.5rem;font-size:1.05rem;font-weight:700;font-family:inherit;text-decoration:none;color:var(--button-text);background:var(--button-bg);border:3px solid var(--border);border-radius:14px;box-shadow:5px 5px 0 var(--shadow);transition:transform .12s ease,box-shadow .12s ease;cursor:pointer}.button-cta:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--shadow)}.button-cta:active{transform:translate(4px,4px);box-shadow:1px 1px 0 var(--shadow)}.problems{display:flex;flex-direction:column;gap:.75rem}.problem-card{background:var(--surface);border:3px solid var(--border);border-radius:14px;padding:1.1rem 1.2rem;box-shadow:4px 4px 0 var(--shadow)}.problem-card h3{margin:0 0 .3rem;font-size:1.05rem;font-weight:700}.problem-card p{margin:0;font-size:.92rem;color:var(--muted);line-height:1.5}.divider{display:flex;align-items:center;gap:.75rem}.divider-line{flex:1;height:3px;background:var(--border)}.divider-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--text);white-space:nowrap}.solution-section{background:var(--border);color:var(--bg);border:3px solid var(--border);border-radius:14px;padding:1.5rem 1.2rem;box-shadow:5px 5px 0 var(--shadow)}.solution-section h2{margin:0 0 .4rem;font-size:1.2rem;font-weight:700;color:var(--bg)}.solution-section p{margin:0;font-size:.95rem;color:var(--bg);opacity:.85;line-height:1.55}.reveal{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}.section-label{margin:0 0 .75rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.usecases{display:flex;flex-direction:column}.usecase-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.usecase-list li{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface);border:3px solid var(--border);border-radius:12px;padding:.85rem 1rem;box-shadow:3px 3px 0 var(--shadow);font-size:.95rem;line-height:1.45}.usecase-num{flex-shrink:0;width:28px;height:28px;display:grid;place-items:center;font-size:.8rem;font-weight:700;border:2px solid var(--border);border-radius:8px}.howto{display:flex;flex-direction:column}.howto-steps{display:flex;flex-direction:column;gap:.75rem}.howto-step{display:flex;align-items:flex-start;gap:.85rem;background:var(--surface);border:3px solid var(--border);border-radius:14px;padding:1.1rem 1.2rem;box-shadow:4px 4px 0 var(--shadow)}.step-num{flex-shrink:0;width:32px;height:32px;display:grid;place-items:center;font-size:.9rem;font-weight:700;background:var(--border);color:var(--bg);border-radius:9px}.howto-step h3{margin:0 0 .2rem;font-size:1rem;font-weight:700}.howto-step p{margin:0;font-size:.9rem;color:var(--muted);line-height:1.5}.footer{text-align:center;padding-top:.5rem;color:var(--muted);font-size:.8rem}.footer p{margin:0}@media(min-width:640px){.page{max-width:600px;padding:2.5rem 1.5rem 3.5rem;gap:2rem}.hero h1{font-size:3.25rem}.button-cta{width:auto;display:inline-flex}.problems{flex-direction:row}.problem-card{flex:1}}
