*,*:before,*:after{box-sizing:border-box}:root{color-scheme:light;--bg: #fafafa;--bg-soft: #fff4f3;--text: #1a1a1a;--text-muted: #6b534f;--border: #e8c4c0;--accent: #c71302;--accent-hover: #a10f02;--accent-soft: #fdd9d6;--secondary: #8b0e00;--secondary-soft: #fdecea;--sky: #a2d2ff;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--shadow: 0 18px 50px rgba(199, 19, 2, .12);--shadow-soft: 0 8px 24px rgba(199, 19, 2, .08);--max-width: 72rem;--font: "M PLUS Rounded 1c", system-ui, sans-serif;--radius-lg: 1.75rem;--radius-md: 1rem;--radius-sm: 999px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0d0d0d;--bg-soft: #141414;--text: #f5f5f5;--text-muted: #a8a8a8;--border: #2a2a2a;--accent: #c71302;--accent-hover: #e83524;--accent-soft: #3d1510;--secondary: #9a1a0a;--secondary-soft: #1a1210;--sky: #7eb8ff;--surface: rgba(20, 20, 20, .82);--surface-strong: #141414;--shadow: 0 18px 50px rgba(0, 0, 0, .45);--shadow-soft: 0 8px 24px rgba(0, 0, 0, .28)}}[data-theme=light]{color-scheme:light;--bg: #fafafa;--bg-soft: #fff4f3;--text: #1a1a1a;--text-muted: #6b534f;--border: #e8c4c0;--accent: #c71302;--accent-hover: #a10f02;--accent-soft: #fdd9d6;--secondary: #8b0e00;--secondary-soft: #fdecea;--sky: #a2d2ff;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--shadow: 0 18px 50px rgba(199, 19, 2, .12);--shadow-soft: 0 8px 24px rgba(199, 19, 2, .08)}[data-theme=dark]{color-scheme:dark;--bg: #0d0d0d;--bg-soft: #141414;--text: #f5f5f5;--text-muted: #a8a8a8;--border: #2a2a2a;--accent: #c71302;--accent-hover: #e83524;--accent-soft: #3d1510;--secondary: #9a1a0a;--secondary-soft: #1a1210;--sky: #7eb8ff;--surface: rgba(20, 20, 20, .82);--surface-strong: #141414;--shadow: 0 18px 50px rgba(0, 0, 0, .45);--shadow-soft: 0 8px 24px rgba(0, 0, 0, .28)}html{font-family:var(--font);background:var(--bg);color:var(--text)}body{margin:0;min-height:100dvh;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}.page{position:relative;display:flex;flex-direction:column;min-height:100dvh;overflow:clip}.page:before,.page:after{content:"";position:fixed;inset:auto;border-radius:50%;pointer-events:none;z-index:0;filter:blur(60px)}.page:before{top:-8rem;right:-6rem;width:22rem;height:22rem;background:#c713022e}.page:after{bottom:10rem;left:-8rem;width:20rem;height:20rem;background:#8b0e001f}.page>*{position:relative;z-index:1}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.container--wide{width:min(100% - 2rem,calc(var(--max-width) + 4rem))}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.site-header a.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--text);text-decoration:none;font-weight:800;font-size:1.125rem}.app-icon{display:block;border-radius:22%;box-shadow:0 8px 20px #c7130238}.app-icon--header{width:2.25rem;height:2.25rem}.site-main{flex:1;padding:1rem 0 4rem}.site-main--home{padding-top:.5rem}.site-footer{padding:1.5rem 0 2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.site-footer nav{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--accent);font-size:.8125rem;font-weight:700;box-shadow:var(--shadow-soft)}.hero{display:grid;gap:2.5rem;align-items:center;padding:1rem 0 3rem}@media(min-width:900px){.hero{grid-template-columns:1.05fr .95fr;gap:3rem;padding:2rem 0 4rem}}.hero__content{text-align:center}@media(min-width:900px){.hero__content{text-align:left}}.hero__brand{display:flex;justify-content:center;margin-bottom:1.5rem}@media(min-width:900px){.hero__brand{justify-content:flex-start}}.app-icon-stage{position:relative;display:inline-flex}.app-icon-stage__glow{position:absolute;inset:-18%;border-radius:30%;background:radial-gradient(circle,#c713026b,#c7130200 72%);filter:blur(14px);animation:float 5s ease-in-out infinite}.app-icon-stage__icon{position:relative;width:clamp(5.5rem,18vw,7rem);height:clamp(5.5rem,18vw,7rem);border-radius:22%;box-shadow:0 20px 45px #c7130247,0 0 0 1px #ffffff1f;animation:float 4s ease-in-out infinite}.hero h1{margin:0;font-size:clamp(2.5rem,7vw,4rem);line-height:1.05;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent),var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.hero .tagline{margin:1rem 0 1.75rem;color:var(--text-muted);font-size:clamp(1.05rem,2.5vw,1.25rem);max-width:34rem}@media(min-width:900px){.hero .tagline{margin-inline:0}}.hero__visual{display:flex;justify-content:center;position:relative}.hero__sparkle{position:absolute;font-size:1.25rem;opacity:.85;animation:float 4s ease-in-out infinite}.hero__sparkle--one{top:8%;left:10%}.hero__sparkle--two{top:18%;right:8%;animation-delay:1s}.hero__sparkle--three{bottom:12%;left:18%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.actions{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:1.5rem}@media(min-width:900px){.actions{align-items:flex-start}}.store-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem}@media(min-width:900px){.store-links{justify-content:flex-start}}.store-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:180px;height:52px;flex-shrink:0;line-height:0;border-radius:.5rem;transition:transform .15s ease,opacity .15s ease}.store-badge:hover{transform:translateY(-2px);opacity:.88}.store-badge__img{display:block;width:180px;height:52px}.store-badge--app-store .store-badge__img{position:absolute;inset:0}.store-badge--app-store .store-badge__img--light,[data-theme=dark] .store-badge--app-store .store-badge__img--dark{opacity:0}[data-theme=dark] .store-badge--app-store .store-badge__img--light{opacity:1}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .store-badge--app-store .store-badge__img--dark{opacity:0}:root:not([data-theme=light]) .store-badge--app-store .store-badge__img--light{opacity:1}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-strong);color:var(--text);font:inherit;font-size:.9375rem;font-weight:700;text-decoration:none;box-shadow:var(--shadow-soft);transition:transform .15s ease,box-shadow .15s ease,border-color .15s}.btn:hover{transform:translateY(-2px);border-color:var(--accent-soft);color:var(--text);box-shadow:var(--shadow)}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--secondary));border-color:transparent;color:#fff}.btn-primary:hover{color:#fff}.phone-frame{position:relative;width:min(100%,17rem)}.phone-frame--featured{width:min(100%,19rem)}.phone-frame__shell{position:relative;padding:.65rem;border-radius:2.2rem;background:linear-gradient(160deg,var(--surface-strong),var(--secondary-soft));border:2px solid var(--border);box-shadow:var(--shadow)}.phone-frame__notch{position:absolute;top:.95rem;left:50%;transform:translate(-50%);width:28%;height:.55rem;border-radius:var(--radius-sm);background:#4a30401f;z-index:2}.phone-frame__screen{overflow:hidden;border-radius:1.7rem;background:var(--bg-soft);aspect-ratio:390 / 844}.phone-frame__screen img{width:100%;height:100%;object-fit:cover}.phone-frame__shine{position:absolute;inset:8% 10% auto auto;width:28%;height:18%;border-radius:50%;background:#ffffff59;filter:blur(8px);pointer-events:none}.showcase{padding:1rem 0 2rem}.showcase__intro{text-align:center;max-width:38rem;margin:0 auto 2rem}.showcase__intro h2{margin:1rem 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.showcase__intro p{margin:0;color:var(--text-muted)}.showcase__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem}.showcase__shot{width:min(100%,11rem);border-radius:1.25rem;box-shadow:var(--shadow-soft)}.prose{max-width:42rem}.prose h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);background:linear-gradient(135deg,var(--accent),var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.prose .updated{margin:0 0 2rem;color:var(--text-muted);font-size:.875rem}.prose h2{margin:2rem 0 .75rem;font-size:1.125rem;color:var(--text)}.prose p{margin:0 0 1rem;color:var(--text-muted)}.prose h3{margin:1.25rem 0 .5rem;font-size:1rem;color:var(--text)}.prose ul{margin:0 0 1rem;padding-left:1.25rem;color:var(--text-muted)}.prose li{margin-bottom:.5rem}.prose li strong{color:var(--text)}.prose hr{margin:2rem 0;border:0;border-top:1px solid var(--border)}.prose table{width:100%;margin:0 0 1rem;border-collapse:collapse;font-size:.875rem}.prose th,.prose td{padding:.65rem .75rem;border:1px solid var(--border);text-align:left;vertical-align:top}.prose th{color:var(--text);background:var(--surface)}.prose td{color:var(--text-muted)}.prose pre{margin:0 0 1rem;padding:.85rem 1rem;overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface)}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;color:var(--text)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .15s ease,border-color .15s}.theme-toggle:hover{transform:translateY(-1px);border-color:var(--accent-soft)}.theme-toggle svg{width:1.125rem;height:1.125rem}.theme-toggle .icon{display:none}html:not([data-theme]) .theme-toggle .icon-system,html[data-theme=light] .theme-toggle .icon-light,html[data-theme=dark] .theme-toggle .icon-dark{display:block}
