:root{color-scheme:light;--font-sans: "Satoshi", "Avenir Next", "Segoe UI", sans-serif;--font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", serif;--color-ink: #101828;--color-muted: #475467;--color-surface: rgba(255, 255, 255, .88);--color-surface-strong: #ffffff;--color-surface-soft: #f7faf8;--color-line: rgba(16, 24, 40, .08);--color-accent: #00c950;--color-accent-strong: #00943b;--color-accent-soft: rgba(0, 201, 80, .1);--color-ink-soft: #182230;--color-shadow: rgba(16, 24, 40, .09);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4.5rem;--radius-sm: .75rem;--radius-md: 1.25rem;--radius-lg: 2rem;--radius-pill: 999px;--shadow-soft: 0 22px 48px var(--color-shadow);--shadow-card: 0 12px 32px rgba(16, 24, 40, .08);--max-width: 76rem}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;height:100%}body{margin:0;min-height:100%;min-width:320px;font-family:var(--font-sans);color:var(--color-ink);background:radial-gradient(circle at top left,rgba(0,201,80,.14),transparent 24%),radial-gradient(circle at top right,rgba(22,163,74,.08),transparent 28%),linear-gradient(180deg,#fbfffc,#f4f7f5 58%,#eef4f0)}a{color:inherit}img,svg{display:block;max-width:100%}#root{height:100%;isolation:isolate;min-height:100vh}.app-shell{min-height:100vh;padding:1rem 0 2rem}.site-header,.site-main,.site-footer{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header{position:sticky;top:1rem;z-index:20;display:grid;gap:var(--space-4);align-items:center;margin-bottom:var(--space-6);padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.72);border-radius:1.5rem;background:#fffc;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-brand{display:inline-flex;align-items:center;gap:var(--space-3);width:fit-content;text-decoration:none}.site-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:1rem;background:linear-gradient(135deg,var(--color-accent),#40d97e);color:#f7fff9;font-weight:800;box-shadow:0 10px 24px #00c9503d}.site-brand-copy{display:grid;gap:.15rem}.site-brand-copy strong,.footer-brand strong{font-size:1rem}.site-brand-copy span,.footer-brand span{color:var(--color-muted);font-size:.78rem}.site-nav{display:flex;flex-wrap:wrap;gap:.35rem}.site-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.7rem 1rem;border-radius:var(--radius-pill);color:var(--color-muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .14s ease,background-color .14s ease}.site-nav-link:hover,.site-nav-link:focus-visible{color:var(--color-accent-strong);background:var(--color-accent-soft)}.site-header-cta,.hero-secondary-link,.store-button{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);text-decoration:none;font-weight:700;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease}.site-header-cta,.store-button-primary{background:linear-gradient(135deg,var(--color-accent),#21bf63);color:#f6fff8;box-shadow:0 14px 32px #00c95038}.site-header-cta{min-height:2.9rem;padding:.75rem 1.25rem}.site-header-cta:hover,.site-header-cta:focus-visible,.hero-secondary-link:hover,.hero-secondary-link:focus-visible,.store-button:hover,.store-button:focus-visible{transform:translateY(-1px)}.hero-secondary-link{min-height:3.5rem;padding:.95rem 1.35rem;border:1px solid var(--color-line);background:#ffffffdb;color:var(--color-ink);box-shadow:var(--shadow-card)}.site-main{display:grid;gap:var(--space-7);padding-bottom:var(--space-8)}.workspace-shell{display:grid;grid-template-rows:auto minmax(0,1fr);height:100vh;height:100dvh}.workspace-topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);width:min(calc(100% - 2rem),100rem);margin:0 auto;padding:var(--space-4) 0}.workspace-brand{display:inline-flex;align-items:center;gap:var(--space-3);font-weight:700;letter-spacing:.04em;text-decoration:none}.workspace-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.85rem;background:linear-gradient(135deg,var(--color-accent),var(--color-highlight));color:#fff;box-shadow:var(--shadow-card)}.workspace-nav{display:flex;align-items:center;gap:var(--space-3)}.workspace-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.75rem 1rem;border:1px solid var(--color-line);border-radius:var(--radius-pill);background:#ffffffd6;text-decoration:none;box-shadow:var(--shadow-card)}.workspace-main{display:flex;min-height:0;width:min(calc(100% - 2rem),100rem);margin:0 auto;padding:0 0 var(--space-6)}.page-stack,.legal-page,.support-page,.account-page{display:grid;gap:var(--space-7)}.content-card,.section-card,.support-copy,.support-faq,.legal-page,.site-footer{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-section,.feature-section,.use-case-section,.testimonials-section,.final-cta-section,.legal-page,.support-page,.account-page{position:relative}.account-card{display:grid;gap:var(--space-5);padding:var(--space-6)}.account-card-copy{display:grid;gap:var(--space-3)}.auth-card{max-width:36rem;margin:0 auto}.account-form{display:grid;gap:var(--space-4)}.account-form-field{display:grid;gap:var(--space-2);font-weight:600}.account-form-field input{width:100%;min-height:3rem;padding:.85rem 1rem;border:1px solid var(--color-line);border-radius:var(--radius-md);background:#ffffffe6;color:var(--color-ink);font:inherit}.account-action{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.2rem;border:0;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--color-accent),var(--color-accent-strong));color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:var(--shadow-card)}.account-action:disabled{cursor:wait;opacity:.75}.account-action-secondary{border:1px solid var(--color-line);background:#ffffffd6;color:var(--color-ink)}.account-feedback{margin:0;color:var(--color-muted)}.account-feedback-error{color:var(--color-accent-strong);font-weight:600}.workspace-card,.route-status-card{gap:var(--space-6)}.workspace-grid{display:grid;gap:var(--space-4)}.workspace-panel{display:grid;gap:var(--space-4);padding:var(--space-5)}.settings-card{width:100%;gap:var(--space-4);padding:var(--space-5)}.settings-card .workspace-grid{gap:var(--space-3)}.settings-card .workspace-panel{gap:var(--space-3);padding:1.1rem 1.15rem}.workspace-definition-list{display:grid;gap:var(--space-4);margin:0}.settings-card .workspace-definition-list{gap:.9rem}.workspace-definition-list div{display:grid;gap:var(--space-1)}.workspace-definition-list dt{color:var(--color-muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.workspace-definition-list dd{margin:0;word-break:break-word}.settings-card .section-title{font-size:1.05rem;line-height:1.1}.settings-card .workspace-definition-list dt{font-size:.72rem;letter-spacing:.06em}.settings-card .workspace-definition-list dd{font-size:.96rem;line-height:1.35}.workspace-app-page{flex:1;min-height:0;display:flex;flex-direction:column;gap:var(--space-4)}.workspace-state-card{display:grid;place-items:center;min-height:12rem;padding:var(--space-6);border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workspace-frame-shell{flex:1;min-height:0;overflow:hidden;border:1px solid rgba(31,28,22,.12);border-radius:var(--radius-lg);background:#fcf8efeb;box-shadow:inset 0 1px #fff9,var(--shadow-card)}.workspace-iframe{display:block;width:100%;height:100%;min-height:0;border:0;background:#fff}.workspace-settings-page{flex:1;display:grid;min-height:0;place-items:center}.settings-actions{display:flex;justify-content:flex-start}.settings-signout-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.55rem .9rem;border:1px solid var(--color-line);border-radius:999px;background:#ffffffe0;color:var(--color-ink);font:inherit;font-weight:700;line-height:1;cursor:pointer;box-shadow:var(--shadow-card)}.settings-signout-button:disabled{cursor:wait;opacity:.75}.hero-section,.feature-section,.use-case-section,.testimonials-section,.final-cta-section,.support-copy,.support-faq,.legal-page,.site-footer{padding:clamp(1.5rem,3vw,3rem)}.hero-section{display:grid;gap:var(--space-6);overflow:hidden}.hero-section:before,.final-cta-section:before{content:"";position:absolute;inset:-1rem auto auto -1rem;width:10rem;height:10rem;border-radius:50%;background:#00c9501f;filter:blur(22px);pointer-events:none}.hero-copy,.section-heading-group,.final-cta-copy,.support-copy,.legal-header,.footer-intro,.footer-column,.testimonial-meta{display:grid;gap:var(--space-3)}.hero-copy,.final-cta-copy{align-content:start}.hero-eyebrow,.section-eyebrow{margin:0;color:var(--color-accent-strong);font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-title,.section-title,.page-title,.phone-preview-title{margin:0;color:var(--color-ink-soft);font-family:var(--font-display);line-height:.98}.hero-title{max-width:10ch;font-size:clamp(3rem,7vw,5.8rem)}.section-title,.page-title{font-size:clamp(2rem,4vw,3.5rem)}.hero-description,.section-description,.page-intro,.support-copy p,.legal-page p,.faq-answer,.phone-preview-caption,.phone-preview-note p,.feature-card p,.use-case-item p,.testimonial-meta p,.testimonial-quote,.final-cta-copy p,.footer-copy,.footer-meta{margin:0;color:var(--color-muted);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.hero-proof{display:flex;flex-wrap:wrap;gap:.85rem 1.5rem;color:var(--color-muted);font-size:.95rem;font-weight:600}.store-button-group{display:flex;flex-wrap:wrap;gap:var(--space-3)}.store-button{min-width:14.5rem;min-height:3.75rem;padding:.85rem 1.4rem;text-align:left;align-items:flex-start;flex-direction:column;gap:.2rem}.store-button-kicker{opacity:.8;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.store-button-title{font-size:1rem}.phone-preview-wrap{position:relative;display:grid;justify-items:center}.phone-preview{display:grid;gap:var(--space-4)}.phone-shell{position:relative;width:min(100%,22rem);padding:.75rem;border-radius:2.25rem;background:linear-gradient(180deg,#131313,#060606);box-shadow:0 32px 64px #1018283d}.phone-preview-screen{display:grid;gap:var(--space-4);min-height:34rem;padding:1.2rem;border-radius:1.7rem;background:radial-gradient(circle at top right,rgba(0,201,80,.1),transparent 24%),linear-gradient(180deg,#fefefe,#f4f8f5)}.phone-preview-header{display:grid;gap:var(--space-3)}.phone-preview-meta{display:grid;gap:var(--space-2)}.phone-preview-badge{display:inline-flex;width:fit-content;padding:.4rem .75rem;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent-strong);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.phone-preview-title{font-family:var(--font-sans);font-size:1.25rem;font-weight:800;line-height:1.2}.phone-preview-list,.feature-grid,.use-case-grid,.testimonial-grid,.faq-list,.final-cta-list,.legal-sections{display:grid;gap:var(--space-4);margin:0;padding:0}.phone-preview-list,.feature-grid,.use-case-grid,.final-cta-list{list-style:none}.phone-preview-item{display:grid;gap:.45rem;padding:1rem;border-radius:var(--radius-md);background:#ffffffe0;border:1px solid rgba(16,24,40,.06)}.phone-preview-item-accent{background:linear-gradient(135deg,#00c9501f,#fffffff5)}.phone-preview-item-label{color:var(--color-ink);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.phone-preview-item-copy{color:var(--color-muted);line-height:1.6}.phone-preview-note{width:min(100%,18rem);margin-left:auto;padding:1rem 1.1rem;border:1px solid rgba(0,201,80,.16);border-radius:var(--radius-md);background:#ffffffd6;box-shadow:var(--shadow-card)}.feature-section,.use-case-section,.testimonials-section{display:grid;gap:var(--space-5)}.feature-card,.use-case-item,.testimonial-card,.faq-item{display:grid;gap:var(--space-3);padding:var(--space-5)}.feature-card,.use-case-item,.testimonial-card,.faq-item,.support-faq,.support-copy{background:#fffc}.feature-card-title,.use-case-item h3,.testimonial-meta h3,.faq-question,.legal-section h2{margin:0;font-size:1.15rem;line-height:1.35}.feature-card-index{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.9rem;background:var(--color-accent-soft);color:var(--color-accent-strong);font-size:.84rem;font-weight:800}.testimonial-card{align-content:start}.testimonial-quote{color:var(--color-ink-soft);font-size:1.02rem}.testimonial-meta p:last-child{font-size:.92rem}.faq-item{grid-template-columns:1fr}.faq-question,.faq-answer{margin:0}.final-cta-section{display:grid;gap:var(--space-5);overflow:hidden;background:radial-gradient(circle at top right,rgba(0,201,80,.1),transparent 22%),#ffffffe0}.final-cta-note{font-size:.95rem}.final-cta-panel{display:grid;gap:var(--space-4);padding:1.5rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#0f1720,#19222d);box-shadow:inset 0 1px #ffffff14}.final-cta-panel-label{color:#ffffffb8;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.final-cta-list{color:#ffffffeb}.final-cta-list li{position:relative;padding-left:1.35rem;line-height:1.7}.final-cta-list li:before{content:"";position:absolute;top:.68rem;left:0;width:.5rem;height:.5rem;border-radius:50%;background:var(--color-accent)}.support-page,.legal-page{padding:clamp(1.5rem,3vw,3rem);border:1px solid var(--color-line)}.support-email{color:var(--color-accent-strong);font-weight:700}.support-actions{margin-top:var(--space-2)}.legal-meta{display:inline-flex;width:fit-content;padding:.45rem .8rem;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent-strong);font-size:.9rem;font-weight:700}.legal-section{display:grid;gap:var(--space-3);padding:var(--space-5);border:1px solid var(--color-line);border-radius:var(--radius-lg);background:#ffffffc2;box-shadow:var(--shadow-card)}.legal-section ul{margin:0;padding-left:1.2rem;color:var(--color-muted);line-height:1.7}.site-footer{display:grid;gap:var(--space-6)}.footer-grid{display:grid;gap:var(--space-5)}.footer-column h2{margin:0;font-size:.92rem;letter-spacing:.08em;text-transform:uppercase}.footer-nav{display:grid;gap:.75rem}.footer-nav a{color:var(--color-muted);text-decoration:none}.footer-meta{padding-top:var(--space-4);border-top:1px solid var(--color-line)}@media(min-width:48rem){.site-header{grid-template-columns:auto 1fr auto}.site-nav{justify-content:center}.hero-section,.final-cta-section{grid-template-columns:minmax(0,1.08fr) minmax(19rem,.92fr);align-items:center}.feature-grid,.use-case-grid,.testimonial-grid,.faq-list,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-list{align-items:start}.final-cta-copy{max-width:30rem}.store-button-group{flex-direction:row;flex-wrap:wrap}.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:64rem){.site-main{gap:var(--space-7)}.feature-grid,.use-case-grid,.faq-list{grid-template-columns:repeat(3,minmax(0,1fr))}.legal-page,.support-page,.account-card{padding:var(--space-7)}}@media(min-width:72rem){.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.use-case-grid,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr repeat(3,minmax(0,1fr))}.footer-intro{max-width:24rem}}:root{color-scheme:dark;--font-sans: "Work Sans", "Inter", "Avenir Next", "Segoe UI", sans-serif;--font-display: var(--font-sans);--color-ink: #eff0f4;--color-muted: #b3b6bf;--color-surface: #1d1d21;--color-surface-strong: #2e3036;--color-surface-soft: #1f1f21;--color-line: rgba(122, 65, 247, .32);--color-accent: #7a41f7;--color-accent-strong: #9789ff;--color-accent-soft: rgba(122, 65, 247, .14);--color-ink-soft: #ffffff;--color-shadow: rgba(0, 0, 0, .42);--shadow-soft: 4px 4px 40px rgba(16, 16, 16, .6);--shadow-card: 4px 4px 20px rgba(16, 16, 16, .6);--max-width: 1500px}body{color:var(--color-ink);background:#141414}.app-shell{padding:0;background:#141414}.site-header,.site-main,.site-footer{width:100%}.site-header{position:sticky;top:0;display:flex;justify-content:space-between;min-height:6.25rem;margin:0;padding:1.5rem clamp(1.25rem,4.25vw,4rem);border:0;border-bottom:1px solid #000;border-radius:0;background:#141414eb;box-shadow:none}.site-brand{gap:.75rem}.site-brand-mark{display:inline-block;width:2.65rem;height:1.85rem;border-radius:0;background:url(/clawbuddy-mascot.svg) center / contain no-repeat;box-shadow:none}.site-brand-copy strong,.footer-brand strong{color:#fff;font-size:1.05rem;line-height:1.2}.site-nav{align-items:center;gap:clamp(1rem,3vw,3rem);margin-left:auto}.site-nav-link{min-height:auto;padding:0;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:-.01em}.site-nav-link:hover,.site-nav-link:focus-visible{color:var(--color-accent-strong);background:transparent}.site-header-cta,.store-button-primary{background:var(--color-accent);color:#fff;box-shadow:2px 2px 16px #7a41f780}.site-header-cta{min-width:10.5rem;min-height:3.125rem;padding:.75rem 1.25rem;font-size:1rem}.site-main{display:block;padding:0}.page-stack{display:block;gap:0}.content-card,.section-card,.site-footer{border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-section,.feature-section,.product-tour-section,.final-cta-section{padding:clamp(4.5rem,7vw,7.5rem) clamp(1.5rem,10.66vw,10rem)}.hero-section{display:grid;grid-template-columns:1fr;place-items:center;min-height:44rem;padding-top:clamp(5rem,9vw,7.5rem);overflow:visible;background:#141414;z-index:1}.hero-section:before,.final-cta-section:before{content:none}.hero-gradient{position:absolute;bottom:0;left:50%;z-index:0;width:min(58rem,96vw);height:18rem;border-radius:50%;background:radial-gradient(circle,rgba(122,65,247,.42) 0%,rgba(122,65,247,.16) 34%,transparent 68%);filter:blur(40px);clip-path:inset(0);transform:translate(-50%);pointer-events:none}.hero-copy,.section-heading-group,.final-cta-copy{justify-items:center;text-align:center}.hero-copy{position:relative;z-index:2;width:min(100%,58rem);gap:2rem}.hero-title,.section-title,.page-title,.phone-preview-title{color:#fff;font-family:var(--font-display)}.hero-title{display:grid;max-width:none;font-size:clamp(3rem,7.2vw,5rem);font-weight:800;letter-spacing:-.02em;line-height:1;text-shadow:0 0 16px rgba(122,65,247,.2)}.hero-title em{font-style:normal;background:linear-gradient(90deg,#fd5a56,#d248b1 45%,#6e2cff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description,.section-description,.final-cta-copy p,.footer-copy,.footer-meta{color:var(--color-muted)}.hero-description{width:min(100%,56rem);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.4}.store-button-group{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:clamp(1rem,2.66vw,2.5rem)}.store-button{display:grid;grid-template-columns:2.5rem minmax(0,1fr) 2rem;align-items:center;min-width:min(18.75rem,100%);min-height:4.5rem;padding:.75rem;border:1px solid rgba(122,65,247,.9);border-radius:1.5rem;background:#7a41f71f;box-shadow:2px 2px 8px #20202099;gap:.75rem}.store-button-copy{display:grid;gap:.125rem}.store-button-kicker{color:var(--color-accent-strong);font-size:.625rem;font-weight:800;letter-spacing:.1em}.store-button-title{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.2}.store-button-icon,.phone-preview-send{display:inline-grid;place-items:center}.store-button-icon{width:2.5rem;height:2.5rem;color:#fff}.store-button-icon-apple:before{content:"";width:1.25rem;height:1.5rem;border-radius:50% 50% 45% 45%;background:currentColor;transform:skew(-8deg)}.store-button-icon-play:before{content:"";width:0;height:0;border-top:.9rem solid transparent;border-bottom:.9rem solid transparent;border-left:1.35rem solid currentColor}.store-button-arrow{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--color-accent);box-shadow:2px 2px 16px #7a41f780;flex-shrink:0}.store-button-arrow:before{content:none}.hero-mascot{position:absolute;bottom:-1.5rem;left:50%;z-index:10;pointer-events:none;transform:translate(-50%)}.mascot{display:block;object-fit:contain}.mascot-large{width:11.625rem;height:auto}.mascot-small{width:1.8rem;height:auto;flex:0 0 auto}.feature-section,.final-cta-section{background:#1d1d21}.section-heading-group{max-width:64rem;margin:0 auto 2.5rem;gap:.75rem}.section-title{font-size:clamp(2rem,3.2vw,2.125rem);font-weight:800;line-height:1.2}.section-description{font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.4}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;width:min(100%,73.75rem);margin:0 auto}.feature-card{align-content:start;gap:1.5rem;min-height:15.75rem;padding:2rem;border-radius:2rem;background:#2e3036;box-shadow:var(--shadow-card)}.feature-card-title{color:#fff;font-size:1.5rem;line-height:1.2}.feature-card p{color:var(--color-muted);font-size:1rem;line-height:1.5}.feature-badge{display:inline-flex;align-items:center;width:fit-content;gap:.75rem;padding:.5rem .75rem;border:1px solid rgba(122,65,247,.75);border-radius:999px;background:#7a41f71a;color:var(--color-accent-strong);font-size:.85rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.feature-badge-icon,.product-tour-icon{display:inline-grid;place-items:center;color:#fff;background:var(--color-accent);box-shadow:2px 2px 8px #7a41f780}.feature-badge-icon{width:1.5rem;height:1.5rem;border-radius:50%}.feature-badge-icon:before{font-size:.8rem;line-height:1}.product-tour-icon:before{font-size:1.5rem;line-height:1}.feature-badge-gear .feature-badge-icon:before{content:"⚙️"}.feature-badge-note .feature-badge-icon:before{content:"📝"}.feature-badge-bulb .feature-badge-icon:before{content:"💡"}.feature-badge-lock .feature-badge-icon:before{content:"🔒"}.product-tour-section{background:#141414}.product-tour-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,34.875rem);align-items:center;gap:clamp(2.5rem,6vw,6rem);width:min(100%,73.75rem);margin:0 auto}.product-tour-copy{display:grid;align-content:start;gap:2rem}.product-tour-badge{padding-inline:.75rem}.product-tour-list{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.product-tour-card{display:grid;grid-template-columns:3.125rem minmax(0,1fr);gap:1.5rem;align-items:center;padding:1.25rem 1.5rem 1rem;border-radius:2rem;background:#1f1f21;box-shadow:var(--shadow-card)}.product-tour-card-active{border:1px solid rgba(122,65,247,.75);background:linear-gradient(90deg,#7a41f71a,#7a41f71a),#1f1f21;box-shadow:2px 2px 16px #7a41f733,var(--shadow-card)}.product-tour-icon{width:3.125rem;height:3.125rem;border-radius:1rem}.product-tour-icon-cap:before{content:"🎓"}.product-tour-icon-chat:before{content:"💬"}.product-tour-icon-spark:before{content:"💡"}.product-tour-icon-run:before{content:"🏃"}.product-tour-card-copy{display:grid;gap:.25rem}.product-tour-card-copy strong{color:#fff;font-size:1.35rem;line-height:1.2}.product-tour-card-copy span{color:var(--color-muted);line-height:1.5}.phone-preview-wrap,.phone-preview{justify-items:center}.phone-shell{width:19.375rem;padding:.85rem;border:2px solid #fff;border-radius:3rem;background:#0e0e0f;box-shadow:0 24px 56px #0000007a}.phone-preview-screen{position:relative;display:grid;grid-template-rows:auto 1fr auto auto;min-height:36.75rem;padding:1.45rem 1.1rem 1rem;border-radius:2.15rem;background:#141414;overflow:hidden}.phone-preview-dots{display:flex;justify-content:center;gap:.36rem;padding-top:1rem}.phone-preview-dots span{width:.72rem;height:.36rem;border-radius:999px;background:#2e3036}.phone-preview-dots .phone-preview-dot-active{width:1.8rem;background:var(--color-accent);box-shadow:1px 1px 12px #7a41f780}.phone-preview-title{align-self:start;margin-top:1.5rem;font-size:1.25rem;font-weight:800;text-align:center}.phone-preview-message{display:flex;align-items:flex-start;gap:.45rem;align-self:end;margin-bottom:1rem}.phone-preview-message p{margin:0;padding:.55rem .75rem;border-radius:.1rem 1.1rem 1.1rem;background:#2e3036;color:#eff0f4;font-size:.65rem;font-weight:600;line-height:1.4;box-shadow:0 6px 8px #1f1f1f99}.phone-preview-input{display:grid;grid-template-columns:minmax(0,1fr) 2rem;align-items:center;gap:.5rem;padding:.18rem;border-radius:999px;background:#1f1f21;box-shadow:0 12px 30px #0009}.phone-preview-input>span:first-child{padding:.52rem .7rem;border-radius:999px;background:#2e3036;color:#8c8e98;font-size:.65rem;font-weight:700}.phone-preview-send{width:2rem;height:2rem;border-radius:50%;background:#474951;opacity:.35}.phone-preview-send:before{content:"➤";color:#fff;font-size:.75rem}.final-cta-section{display:grid;grid-template-columns:1fr;place-items:center;padding-block:clamp(4rem,7vw,5rem)}.final-cta-copy{width:min(100%,46rem);gap:1rem}.final-cta-copy .store-button-group{margin-top:1rem}.site-footer{display:flex;align-items:center;justify-content:space-between;min-height:5.125rem;padding:1.5rem clamp(1.25rem,4.25vw,4rem);border-bottom:1px solid #000;background:#141414}.footer-intro{display:flex;align-items:center;gap:2.5rem}.footer-copy,.footer-grid{display:none}.footer-meta{padding:0;border:0;color:#fff;font-size:.9rem}.footer-nav{display:flex}.footer-grid{gap:2.5rem}.footer-column h2{display:none}.footer-nav a{color:#fff;font-weight:700;text-decoration:none}.support-page,.account-page,.account-card,.support-copy,.support-faq,.workspace-state-card{background:#1d1d21;color:var(--color-ink)}.legal-page{border:0;border-radius:0;background:#141414;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:clamp(4rem,7vw,6rem) clamp(1.5rem,10.66vw,10rem);color:var(--color-ink)}.legal-header{max-width:73.75rem;margin-inline:auto;margin-bottom:2.5rem}.legal-sections{max-width:73.75rem;margin-inline:auto;gap:1.5rem}.legal-section{background:#2e3036;border:0;border-radius:2rem;box-shadow:var(--shadow-card)}.legal-section h2{color:#fff;font-size:1.15rem;font-weight:700;line-height:1.3}.site-nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;border:0;background:transparent;cursor:pointer}.site-nav-toggle span{display:block;width:1.4rem;height:2px;border-radius:1px;background:#fff}.site-drawer-backdrop{position:fixed;inset:0;z-index:30;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.site-drawer{position:fixed;top:0;right:0;bottom:0;z-index:40;display:flex;flex-direction:column;gap:var(--space-5);width:min(20rem,85vw);padding:var(--space-6);background:#1d1d21;box-shadow:-8px 0 40px #00000080}.site-drawer-close{align-self:flex-end;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:50%;background:#ffffff14;color:#fff;font-size:1rem;cursor:pointer}.site-drawer-nav{display:flex;flex-direction:column;gap:var(--space-4)}.site-drawer-link{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;text-decoration:none}.site-drawer-link:hover{color:var(--color-accent-strong)}.site-drawer-cta{margin-top:auto;text-align:center}@media(max-width:64rem){.site-header{min-height:auto;align-items:center;gap:1rem}.site-nav,.site-header>.site-header-cta{display:none}.site-nav-toggle{display:flex}.feature-grid,.product-tour-grid{grid-template-columns:1fr}.phone-preview-wrap{order:-1}.product-tour-badge,.product-tour-icon{display:none}.product-tour-card{grid-template-columns:1fr}}@media(max-width:48rem){.hero-section,.feature-section,.product-tour-section,.final-cta-section{padding-inline:1rem}.hero-section{min-height:41rem;padding-bottom:10rem}.store-button-group{flex-direction:column}.store-button{width:100%}.feature-grid{grid-template-columns:1fr}.site-footer{flex-direction:column;align-items:center;gap:1.25rem;padding-block:2rem;text-align:center}.site-footer .footer-nav{order:-1;flex-direction:column;align-items:center;gap:1.25rem}.site-footer .footer-meta{color:var(--color-muted)}.phone-shell{width:min(100%,19.375rem)}}
