html,body{max-width:100%;overflow-x:hidden}:root{--ink:#12302e;--teal-900:#0a5f70;--teal-700:#0c92b0;--teal-600:#0c92b0;--teal-300:#7fc9da;--teal-100:#e0f4f7;--teal-200:#86b7c2;--teal-50:#f1fafb;--orange-700:#922c07;--orange-600:#f45c25;--orange-100:#fbe6dc;--paper:#fbfaf7;--white:#fff;--line:#dce8e6;--muted:#5b6e6c;--font-display:"Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:16px;--radius-sm:10px;--shadow:0 8px 24px #0b3d3a14;--shadow-lg:0 20px 48px #0b3d3a24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}img,svg{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-body);letter-spacing:-.015em;color:var(--teal-900);margin:0 0 .5em;font-weight:800;line-height:1.1}h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:800}h2{font-size:clamp(1.9rem,3.4vw,2.6rem)}h3{font-size:1.3rem}p{color:var(--ink);margin:0 0 1em}a{color:inherit}.container{max-width:1180px;margin:0 auto;padding:0 28px}.eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--teal-600);align-items:center;gap:8px;margin-bottom:14px;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--orange-600);width:18px;height:2px;display:inline-block}.lede{color:var(--muted);max-width:620px;font-size:1.18rem}.legal-content h2{margin-top:1.6em;margin-bottom:.4em;font-size:1.3rem}.legal-content h2:first-of-type{margin-top:0}.photo-card{border-radius:var(--radius);width:100%;max-width:100%;box-shadow:var(--shadow);object-fit:cover;display:block}.btn{font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:14px 26px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn-primary{background:var(--orange-600);color:var(--white);box-shadow:0 10px 24px #d85a3047}.btn-primary:hover{background:var(--orange-700);transform:translateY(-1px)}.btn-outline{border-color:var(--teal-600);color:var(--teal-700);background:0 0}.btn-outline:hover{background:var(--teal-100)}.btn-ghost-white{color:var(--white);background:0 0;border-color:#ffffff80}.btn-ghost-white:hover{background:#ffffff1f}.btn:focus-visible{outline:3px solid var(--orange-600);outline-offset:2px}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fbfaf7eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:10px 28px;display:flex}.brand{font-family:var(--font-display);color:var(--teal-900);align-items:center;gap:10px;font-size:1.28rem;font-weight:600;text-decoration:none;display:flex}.brand .brand-safe{color:var(--orange-600)}.brand-mark{flex-shrink:0;width:40px;height:40px}.header-signature{flex-shrink:0;width:165px;height:165px}@media (width<=860px){.header-signature{display:none}}.nav-links{align-items:center;gap:20px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--teal-900);white-space:nowrap;padding:6px 2px;font-size:.96rem;font-weight:600;text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--orange-600)}.nav-links .nav-cta a{color:var(--white)}.nav-links a:hover,.nav-links a.active{border-color:var(--orange-600)}.nav-cta{margin-left:6px}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:6px;display:none}.nav-toggle svg{width:26px;height:26px;color:var(--teal-900)}@media (width<=860px){.nav-toggle{display:block}.nav-links{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:4px;padding:14px 28px 24px;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.nav-links a{width:100%;padding:10px 0}.nav-cta{margin-top:8px;margin-left:0}}.hero{background:radial-gradient(880px 420px at 82% -10%, var(--teal-100), transparent 60%), var(--paper);padding:76px 0 88px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;display:grid}.hero h1{color:var(--teal-900)}.hero h1 .accent{color:var(--orange-600)}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero-stats{flex-wrap:wrap;gap:30px;margin-top:42px;display:flex}.hero-stat b{font-family:var(--font-display);color:var(--teal-700);font-size:1.7rem;display:block}.hero-stat span{color:var(--muted);font-size:.86rem}.signature{aspect-ratio:1;background:var(--teal-900);width:100%;max-width:320px;box-shadow:var(--shadow-lg);border-radius:28px;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.signature svg{width:79%;height:79%}.pulse-ring{transform-origin:50%;animation:2.6s ease-out infinite pulse}.pulse-ring:nth-child(2){animation-delay:.9s}@keyframes pulse{0%{opacity:.9;transform:scale(.85)}70%{opacity:0}to{opacity:0}}@media (prefers-reduced-motion:reduce){.pulse-ring{animation:none}}@media (width<=900px){.hero-grid{grid-template-columns:1fr}.signature{order:-1;max-width:300px}}section{padding:84px 0}.section-tight{padding:56px 0}.section-teal{background:var(--teal-900);color:var(--teal-50)}.section-teal h2,.section-teal h3{color:var(--white)}.section-teal p{color:var(--teal-100)}.section-tint{background:var(--teal-50)}.section-head{max-width:660px;margin-bottom:48px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.stat-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);padding:32px 24px}.stat-card .num{font-family:var(--font-display);color:var(--orange-600);margin-bottom:10px;font-size:3rem;line-height:1}.stat-card p{color:var(--muted);margin:0;font-size:.95rem}@media (width<=760px){.stat-row{grid-template-columns:1fr}}.process-list{border-top:1px solid var(--line);flex-direction:column;display:flex}.process-step{border-bottom:1px solid var(--line);grid-template-columns:64px 1fr;align-items:flex-start;gap:22px;padding:26px 0;display:grid}.step-num{font-family:var(--font-display);color:var(--teal-300);font-size:1.6rem}.process-step h3{margin-bottom:4px}.process-step p{color:var(--muted);margin:0}.icon-circle{background:var(--teal-600);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.icon-circle svg{width:26px;height:26px;color:var(--white)}.icon-circle.orange{background:var(--orange-600)}.value-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.value-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px}.value-card h3{font-size:1.05rem}.value-card p{color:var(--muted);margin:0;font-size:.92rem}@media (width<=900px){.value-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.value-grid{grid-template-columns:1fr}}.quote-block{background:var(--orange-100);border-radius:var(--radius);text-align:center;padding:46px 40px}.quote-block p{font-family:var(--font-body);color:var(--teal-900);margin:0;font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:700}.pricing-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.price-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;max-width:100%;padding:30px 24px;display:flex;position:relative}#paypal-btn-single-device,#paypal-btn-family-starter,#paypal-btn-whole-household,#paypal-btn-follow-up-visit{max-width:100%;overflow:hidden}.price-card.featured{border:2px solid var(--orange-600);box-shadow:var(--shadow-lg)}.price-card .badge{background:var(--orange-600);color:var(--white);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:700;position:absolute;top:-13px;left:24px}.price-card h3{margin-bottom:2px}.price-card .price{font-family:var(--font-display);color:var(--teal-700);margin:10px 0 4px;font-size:2.4rem}.price-card .price small{color:var(--muted);font-size:1rem;font-family:var(--font-body)}.price-card .desc{color:var(--muted);margin-bottom:20px;font-size:.9rem}.price-card ul{flex-grow:1;margin:0 0 24px;padding:0;list-style:none}.price-card li{color:var(--ink);align-items:flex-start;gap:9px;margin-bottom:10px;font-size:.9rem;display:flex}.price-card li svg{width:17px;height:17px;color:var(--teal-600);flex-shrink:0;margin-top:2px}@media (width<=980px){.pricing-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.pricing-grid{grid-template-columns:1fr}}.pay-btn{color:#0b2c4d;cursor:pointer;background:#ffc439;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 18px;font-size:.95rem;font-weight:700;text-decoration:none;transition:filter .15s;display:inline-flex}.pay-btn:hover{filter:brightness(.95)}.pay-btn svg{width:60px;height:16px}.compare-table{border-collapse:collapse;background:var(--white);border-radius:var(--radius);width:100%;box-shadow:var(--shadow);overflow:hidden}.compare-table th,.compare-table td{text-align:center;border-bottom:1px solid var(--line);padding:16px 18px;font-size:.92rem}.compare-table th:first-child,.compare-table td:first-child{text-align:left}.compare-table thead th{background:var(--teal-700);color:var(--white);font-family:var(--font-display);font-size:1rem;font-weight:600}.compare-table thead th.highlight{background:var(--orange-600)}.compare-table .yes{color:#1e8449;font-weight:700}.compare-table .no{color:#b03a2e;font-weight:700}.compare-table tbody tr:last-child td{border-bottom:none}@media (width<=700px){.compare-table{font-size:.8rem}.compare-table th,.compare-table td{padding:10px 8px}}.founder-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:220px 1fr;align-items:center;gap:40px;padding:40px;display:grid}.founder-portrait{background:var(--teal-100);border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;display:flex}.founder-portrait svg{width:52%;height:52%;color:var(--teal-600)}.founder-creds{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.tag-pill{background:var(--teal-100);color:var(--teal-700);border-radius:999px;padding:6px 14px;font-size:.82rem;font-weight:700}@media (width<=720px){.founder-card{text-align:center;grid-template-columns:1fr;padding:32px 24px}.founder-portrait{margin:0 auto}.founder-creds{justify-content:center}}.contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.form-field{margin-bottom:18px}.form-field label{color:var(--teal-900);margin-bottom:6px;font-size:.88rem;font-weight:700;display:block}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-sm);border:1.5px solid var(--line);width:100%;font-family:var(--font-body);background:var(--white);color:var(--ink);padding:12px 14px;font-size:.96rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--teal-600);box-shadow:0 0 0 3px var(--teal-100);outline:none}.form-field textarea{resize:vertical;min-height:100px}.form-note{color:var(--muted);margin-top:10px;font-size:.85rem}.form-status{border-radius:var(--radius-sm);margin-top:14px;padding:12px 16px;font-size:.92rem;display:none}.form-status.show{display:block}.form-status.success{color:#1e6b33;background:#e4f5e8}.form-status.error{color:var(--orange-700);background:#fbe6dc}.device-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:24px;padding:22px}.device-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.checklist{margin-bottom:18px}.checklist-section{margin-bottom:14px}.checklist-section-title{color:var(--teal-600);margin:0 0 6px;font-size:.85rem;font-weight:700}.checklist-item{cursor:pointer;align-items:flex-start;gap:10px;padding:6px 0;font-size:.92rem;display:flex}.checklist-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--teal-600);flex-shrink:0;margin-top:1px}.checklist-item input[type=checkbox]:disabled{opacity:1;cursor:default}.instruction{border-radius:var(--radius-sm);background:var(--orange-100);border:1px solid #f45c254d;margin:16px 0 22px;padding:14px 16px;font-size:.98rem;line-height:1.5}.instruction b{color:var(--orange-700)}.training-layout{grid-template-columns:300px 1fr;align-items:start;gap:32px;margin-top:30px;display:grid}.training-layout>*{min-width:0}@media (width<=760px){.training-layout{grid-template-columns:1fr}.training-phone-col{justify-self:center}}.training-phone-col{justify-content:center;width:100%;display:flex;position:sticky;top:24px}.ph-frame{aspect-ratio:300/620;width:100%;max-width:300px;box-shadow:var(--shadow-lg), inset 0 0 0 1px #ffffff0d;background:linear-gradient(155deg,#2b2b2f,#111113);border-radius:46px;padding:12px;position:relative}.ph-screen{color:#1c1c1e;background:#f2f1f6;border-radius:34px;flex-direction:column;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.ph-screen h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.2rem;font-weight:700}.ph-screen p{color:inherit;margin:0}.ph-screen button{font:inherit;color:inherit}.ph-island{z-index:5;background:#000;border-radius:16px;width:90px;height:26px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.ph-statusbar{flex-shrink:0;justify-content:space-between;align-items:flex-end;height:46px;padding:0 22px 6px;font-size:.78rem;font-weight:600;display:flex}.ph-statusbar-icons{align-items:center;gap:4px;display:flex}.ph-home-indicator{z-index:5;background:#0000008c;border-radius:3px;width:120px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ph-body{flex:1;overflow-y:auto}.ph-navbar{flex-shrink:0;align-items:center;height:44px;padding:0 8px;font-size:1.02rem;font-weight:600;display:flex;position:relative}.ph-back{color:#0a7cff;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:6px 8px;font-size:.98rem;font-weight:500;display:flex}.ph-title{text-align:center;pointer-events:none;font-weight:600;position:absolute;left:0;right:0}.ph-title.large{text-align:left;padding:2px 16px 10px;font-size:1.7rem;font-weight:800;position:static}.ph-group{margin:0 16px 22px}.ph-group-label{color:#8a8a8e;text-transform:uppercase;margin:0 4px 6px;font-size:.75rem}.ph-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 0 0 .5px #e3e2e7}.ph-row{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:11px 12px;display:flex;position:relative}.ph-row.raised{background:#fff;border-radius:12px;box-shadow:0 0 0 .5px #e3e2e7}.ph-row.disabled{cursor:default}.ph-row+.ph-row:before{content:"";background:#e3e2e7;height:.5px;position:absolute;top:0;left:44px;right:0}.ph-row-icon{color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:29px;height:29px;display:flex}.ph-row-label{flex:1;min-width:0}.ph-row-label small{color:#8a8a8e;margin-top:1px;font-size:.78rem;display:block}.ph-chev{color:#c6c6c9;flex-shrink:0}.ph-avatar{background:linear-gradient(155deg, var(--teal-600), var(--teal-900));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;font-weight:700;display:flex}.ph-avatar.small{width:29px;height:29px;font-size:.8rem}.ph-avatar.large{width:76px;height:76px;font-size:1.7rem}.ph-profile{flex-direction:column;align-items:center;gap:8px;padding:10px 0 22px;display:flex}.ph-profile strong{font-size:1.15rem}.ph-muted{color:#8a8a8e;font-size:.85rem}.hint-pulse{position:relative}.hint-pulse:after{content:"";border:2px solid var(--orange-600);pointer-events:none;border-radius:10px;animation:1.6s ease-out infinite ph-pulse;position:absolute;inset:-3px}@keyframes ph-pulse{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(1.14)}}@media (prefers-reduced-motion:reduce){.hint-pulse:after,.ph-spinner{animation:none}}.ph-home{background:linear-gradient(160deg,#7fbfd8,#2e7fa6);flex-direction:column;flex:1;padding:70px 22px 0;display:flex}.ph-app-grid{grid-template-columns:repeat(4,1fr);gap:22px 14px;display:grid}.ph-app{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;padding:0;display:flex}.ph-app-icon{border-radius:13px;width:52px;height:52px}.ph-app span{color:#fff;text-shadow:0 1px 2px #0006;font-size:.68rem}.ph-pad{padding:0 16px 22px}.ph-btn{color:#fff;cursor:pointer;background:#0a7cff;border:none;border-radius:13px;justify-content:center;align-items:center;gap:6px;width:100%;padding:13px 18px;font-size:.98rem;font-weight:600;display:flex}.ph-btn.secondary{color:#0a7cff;background:#e3e2e7}.ph-sheet-backdrop{flex:1;position:relative}.ph-sheet-backdrop:before{content:"";background:#00000040;position:absolute;inset:0}.ph-sheet{background:#fff;border-radius:18px 18px 0 0;padding:18px 16px 26px;position:absolute;bottom:0;left:0;right:0}.ph-sheet-title{color:#8a8a8e;text-align:center;margin:2px 0 10px;font-size:.8rem;font-weight:600}.ph-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:20px 26px;display:flex}.ph-big-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.ph-wheel-row{justify-content:center;gap:6px;margin:14px 0 4px;display:flex}.ph-wheel{width:74px;height:120px;position:relative;overflow:hidden}.ph-w-line{text-align:center;color:#8a8a8e;font-size:.92rem;position:absolute;left:0;right:0}.ph-w-mid{text-align:center;font-size:1.08rem;font-weight:600;position:absolute;top:44px;left:0;right:0}.ph-wheel-band{border-top:.5px solid #e3e2e7;border-bottom:.5px solid #e3e2e7;height:32px;position:absolute;top:44px;left:6px;right:6px}.ph-spinner{border:3px solid #e3e2e7;border-top-color:#0a7cff;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite ph-spin}@keyframes ph-spin{to{transform:rotate(360deg)}}.ph-choice-list{flex-direction:column;gap:12px;padding:6px 16px;display:flex}.ph-choice{text-align:left;cursor:pointer;background:#fff;border:none;border-radius:12px;flex-direction:column;align-items:flex-start;gap:2px;padding:14px 16px;display:flex;box-shadow:0 0 0 .5px #e3e2e7}.ph-choice span{color:#8a8a8e;font-size:.82rem}.ph-choice.disabled{cursor:default}.ph-dots{justify-content:center;gap:14px;margin:22px 0 26px;display:flex}.ph-dot{border:1.5px solid #8a8a8e;border-radius:50%;width:13px;height:13px}.ph-dot.filled{background:#1c1c1e;border-color:#1c1c1e}.ph-keypad{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:auto;margin-bottom:24px;padding:0 30px;display:grid}.ph-key{aspect-ratio:1;cursor:pointer;background:#fff;border:none;border-radius:50%;font-size:1.3rem;font-weight:500;box-shadow:0 0 0 .5px #e3e2e7}.ph-key.ghost{box-shadow:none;cursor:default;background:0 0}.and-screen{color:#1f1f1f;background:#f5f6f8;font-family:Roboto,Segoe UI,Arial,sans-serif}.and-screen h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.15rem;font-weight:500}.and-screen p{color:inherit;margin:0}.and-screen button{font:inherit;color:inherit}.and-punchhole{z-index:5;background:#000;border-radius:50%;width:10px;height:10px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.and-statusbar{flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:10px 20px 0;font-size:.76rem;font-weight:500;display:flex}.and-statusbar-icons{align-items:center;gap:5px;display:flex}.and-nav-gesture{z-index:5;background:#0006;border-radius:3px;width:110px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.and-body{flex:1;overflow-y:auto}.and-appbar{flex-shrink:0;align-items:center;gap:8px;height:56px;padding:0 8px;display:flex}.and-appbar-title{padding:0 8px;font-size:1.15rem;font-weight:500}.and-back{cursor:pointer;color:#1f1f1f;background:0 0;border:none;border-radius:50%;padding:8px;display:flex}.and-list{padding:4px}.and-row{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:16px;width:100%;padding:13px 16px;display:flex}.and-row.disabled{cursor:default}.and-row-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.and-row-label{flex:1;min-width:0;font-size:.94rem}.and-row-label small{color:#5f6368;margin-top:2px;font-size:.78rem;display:block}.and-avatar{color:#fff;background:#4285f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.and-home{background:linear-gradient(160deg,#dce6f2,#b9cbe6);flex-direction:column;flex:1;padding:60px 20px 0;display:flex}.and-app-grid{grid-template-columns:repeat(4,1fr);gap:20px 12px;display:grid}.and-app{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;padding:0;display:flex}.and-app-icon{border-radius:50%;width:48px;height:48px}.and-app span{color:#1f1f1f;font-size:.66rem}.and-pad{margin-top:auto;padding:10px 20px 22px}.and-btn{color:#fff;cursor:pointer;text-transform:none;background:#4285f4;border:none;border-radius:20px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 18px;font-size:.94rem;font-weight:500;display:flex}.and-btn.secondary{color:#1f1f1f;background:#e8eaed}.and-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:20px 30px;display:flex}.and-hero-icon{background:#eef2fb;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.and-muted{color:#5f6368;font-size:.85rem}.and-dashboard-ring{text-align:center;border:10px solid #4285f4;border-color:#4285f4 #4285f4 #e8eaed #e8eaed;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;margin:20px auto 0;display:flex}.and-dashboard-ring span{font-size:1.15rem;font-weight:500}.and-dashboard-ring small{color:#5f6368;font-size:.72rem}.and-choice-list{flex-direction:column;gap:12px;padding:10px 16px;display:flex}.and-choice{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8eaed;border-radius:14px;flex-direction:column;align-items:flex-start;gap:2px;padding:16px;display:flex}.and-choice span{color:#5f6368;font-size:.82rem}.and-choice.disabled{cursor:default;opacity:.6}.and-store-card{align-items:center;gap:14px;margin:16px 20px;display:flex}.and-store-icon{background:linear-gradient(155deg,#4285f4,#34a853);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.and-store-card strong{font-size:.98rem;font-weight:500;display:block}.and-spinner{border:3px solid #e8eaed;border-top-color:#4285f4;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite ph-spin}.and-fake-input{letter-spacing:.3em;background:#fff;border:1px solid #e8eaed;border-radius:10px;margin-top:6px;padding:12px 18px;font-size:1.1rem}.ig-screen{color:#262626;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ig-screen h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.1rem;font-weight:700}.ig-screen p{color:#737373;margin:0;font-size:.88rem}.ig-screen button{font:inherit;color:inherit}.ig-topbar{border-bottom:.5px solid #efefef;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 14px;display:flex}.ig-topbar-title{font-size:1rem;font-weight:700}.ig-icon-btn{cursor:pointer;color:#262626;background:0 0;border:none;padding:6px;display:flex}.ig-feed{flex:1;overflow-y:auto}.ig-post{border-bottom:.5px solid #efefef}.ig-post-head{align-items:center;gap:8px;padding:10px 12px;font-size:.86rem;font-weight:600;display:flex}.ig-post-image{aspect-ratio:1;background:linear-gradient(135deg,#e1d9f0,#f3d6de);width:100%}.ig-ring{background:linear-gradient(135deg,#feda75,#d62976,#962fbf,#4f5bd5);border-radius:50%;flex-shrink:0;padding:2.5px;display:inline-flex}.ig-ring.sm{padding:2px}.ig-ring.lg{padding:3px}.ig-avatar-sm,.ig-avatar-lg{color:#262626;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.ig-avatar-sm{width:28px;height:28px;font-size:.8rem}.ig-avatar-lg{width:74px;height:74px;font-size:1.6rem}.ig-tabbar{border-top:.5px solid #efefef;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 22px;display:flex}.ig-heart{font-size:1.3rem;line-height:1}.ig-avatar-tab{cursor:pointer;background:#e1d9f0;border:1.5px solid #262626;border-radius:50%;width:24px;height:24px;padding:0;font-size:.7rem;font-weight:700}.ig-profile-head{align-items:center;gap:20px;padding:18px 16px;display:flex}.ig-stats{gap:20px;display:flex}.ig-stats div{text-align:center;color:#737373;font-size:.8rem}.ig-stats b{color:#262626;font-size:1rem;display:block}.ig-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.ig-grid-item{aspect-ratio:1;background:linear-gradient(135deg,#ededed,#dadada)}.ig-sheet-row{text-align:left;cursor:pointer;color:#262626;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:13px 4px;font-size:.96rem;display:flex}.ig-sheet-row.disabled{cursor:default;color:#b0b0b0}.ig-list{padding:4px 0}.ig-list-row{text-align:left;cursor:pointer;color:#262626;background:0 0;border:none;border-bottom:.5px solid #efefef;width:100%;padding:14px 16px;font-size:.94rem}button.ig-list-row.disabled,div.ig-list-row.disabled{color:#b0b0b0;cursor:default}.ig-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px 28px;display:flex}.ig-hero-icon{background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ig-badge{color:#fff;letter-spacing:.02em;background:#262626;border-radius:999px;padding:5px 12px;font-size:.76rem;font-weight:700}.ig-pad{margin-top:auto;padding:10px 20px 22px}.ig-btn{color:#fff;cursor:pointer;background:#0095f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:11px 18px;font-size:.94rem;font-weight:700;display:flex}.ig-btn.secondary{color:#262626;background:#efefef}.ig-btn:disabled{opacity:.4;cursor:default}.ig-choice-row{gap:10px;width:100%;display:flex}.ig-pill-btn{color:#fff;cursor:pointer;background:#0095f6;border:none;border-radius:8px;padding:7px 16px;font-size:.84rem;font-weight:700}.ig-switch{text-align:center;color:#fff;background:linear-gradient(160deg,#feda75,#d62976,#4f5bd5);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.ig-switch h2{color:#fff}.ig-switch p{color:#ffffffd9}.ig-switch-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ig-switch .ig-btn{color:#262626;background:#fff;width:auto;padding:12px 22px}.sc-screen{color:#111;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sc-screen h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.1rem;font-weight:800}.sc-screen p{color:#6b6b6b;margin:0;font-size:.88rem}.sc-screen button{font:inherit;color:inherit}.sc-statusbar{flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:10px 20px 0;font-size:.76rem;font-weight:600;display:flex}.sc-camera{background:linear-gradient(#2b2b2b,#0c0c0c);flex-direction:column;flex:1;display:flex}.sc-camera-body{flex-direction:column;flex:1;justify-content:space-between;padding:14px 20px 26px;display:flex}.sc-bitmoji{color:#111;cursor:pointer;background:#fffc00;border:none;border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;width:34px;height:34px;font-weight:800;display:flex}.sc-bitmoji.lg{width:74px;height:74px;font-size:1.6rem}.sc-bitmoji.sm{width:30px;height:30px;font-size:.85rem}.sc-shutter{border:5px solid #fff;border-radius:50%;align-self:center;width:72px;height:72px}.sc-topbar{flex-shrink:0;justify-content:space-between;align-items:center;height:50px;padding:0 14px;display:flex}.sc-topbar-title{font-size:1rem;font-weight:800}.sc-icon-btn{cursor:pointer;color:#111;background:0 0;border:none;padding:6px;display:flex}.sc-profile-head{flex-direction:column;align-items:center;gap:6px;padding:10px 0 24px;display:flex}.sc-profile-head strong{font-size:1.05rem}.sc-muted{color:#6b6b6b;font-size:.84rem}.sc-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px 28px;display:flex}.sc-hero-icon{background:#fffc00;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.sc-list{padding:8px 16px}.sc-list-row{border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:12px 4px;display:flex}.sc-row-label{flex:1;min-width:0;font-size:.94rem;font-weight:600}.sc-row-label small{color:#6b6b6b;margin-top:1px;font-size:.78rem;font-weight:400;display:block}.sc-pad{margin-top:auto;padding:10px 20px 22px}.sc-btn{color:#111;cursor:pointer;background:#fffc00;border:none;border-radius:24px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 18px;font-size:.94rem;font-weight:800;display:flex}.sc-btn.secondary{color:#111;background:#f0f0f0}.sc-btn:disabled{opacity:.4;cursor:default}.sc-pill-btn{color:#fffc00;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:999px;padding:8px 14px;font-size:.8rem;font-weight:700}.sc-choice-row{gap:10px;width:100%;display:flex}.sc-switch{text-align:center;background:#fffc00;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.sc-switch h2{color:#111}.sc-switch p{color:#333}.sc-switch-icon{background:#00000014;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.sc-switch .sc-btn{color:#fffc00;background:#111;width:auto;padding:12px 22px}.tt-screen{color:#fff;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tt-screen h2{color:#fff;letter-spacing:normal;margin:4px 0 0;font-size:1.1rem;font-weight:700}.tt-screen p{color:#a8a8a8;margin:0;font-size:.88rem}.tt-screen button{font:inherit;color:inherit}.tt-statusbar{color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:10px 20px 0;font-size:.76rem;font-weight:600;display:flex}.tt-feed{flex:1;position:relative}.tt-feed-card{background:linear-gradient(155deg,#1a1a1a,#2b2b2b);position:absolute;inset:0}.tt-profile-fab{color:#fff;cursor:pointer;background:linear-gradient(155deg,#fe2c55,#25f4ee);border:2px solid #fff;border-radius:50%;width:44px;height:44px;font-weight:700;position:absolute;bottom:18px;right:18px}.tt-topbar{flex-shrink:0;justify-content:space-between;align-items:center;height:50px;padding:0 12px;display:flex}.tt-topbar-title{font-size:1rem;font-weight:700}.tt-icon-btn{cursor:pointer;color:#fff;background:0 0;border:none;padding:6px;display:flex}.tt-profile-head{flex-direction:column;align-items:center;gap:14px;padding:14px 0 20px;display:flex}.tt-avatar{color:#fff;background:linear-gradient(155deg,#fe2c55,#25f4ee);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.tt-avatar.lg{width:74px;height:74px;font-size:1.6rem}.tt-avatar.sm{width:30px;height:30px;font-size:.85rem}.tt-stats{gap:22px;display:flex}.tt-stats div{text-align:center;color:#a8a8a8;font-size:.78rem}.tt-stats b{color:#fff;font-size:1rem;display:block}.tt-sheet{background:#161616!important}.tt-sheet-row{text-align:left;cursor:pointer;color:#fff;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:13px 4px;font-size:.96rem;display:flex}.tt-sheet-row.disabled{cursor:default;color:#6b6b6b}.tt-list{padding:4px 0}.tt-list-row{text-align:left;cursor:pointer;color:#fff;background:0 0;border:none;border-bottom:.5px solid #232323;width:100%;padding:14px 16px;font-size:.94rem}button.tt-list-row.disabled,div.tt-list-row.disabled{color:#6b6b6b;cursor:default}.tt-row-label{flex:1;min-width:0;font-weight:600}.tt-row-label small{color:#6b6b6b;font-size:.78rem;font-weight:400;display:block}.tt-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px 28px;display:flex}.tt-hero-icon{background:#241417;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.tt-pad{margin-top:auto;padding:10px 20px 22px}.tt-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#fe2c55,#25f4ee);border:none;border-radius:24px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 18px;font-size:.94rem;font-weight:700;display:flex}.tt-btn.secondary{color:#fff;background:#232323}.tt-choice-list{flex-direction:column;gap:12px;padding:10px 16px;display:flex}.tt-choice{text-align:left;cursor:pointer;color:#fff;background:#161616;border:1px solid #262626;border-radius:14px;flex-direction:column;align-items:flex-start;gap:2px;padding:16px;display:flex}.tt-choice span{color:#a8a8a8;font-size:.82rem}.tt-choice.disabled{cursor:default;opacity:.4}.tt-qr{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:130px;height:130px;display:flex}.tt-scanner{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.tt-scanner-frame{border:3px solid #25f4ee;border-radius:16px;width:160px;height:160px;position:relative;overflow:hidden}.tt-scanner-frame:after{content:"";background:#fe2c55;height:3px;animation:1.1s ease-in-out infinite tt-scan;position:absolute;left:0;right:0}@keyframes tt-scan{0%{top:0}50%{top:100%}to{top:0}}@media (prefers-reduced-motion:reduce){.tt-scanner-frame:after{animation:none;top:50%}}.tt-switch{text-align:center;color:#111;background:linear-gradient(160deg,#fe2c55,#25f4ee);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.tt-switch h2{color:#111}.tt-switch p{color:#222}.tt-switch-icon{background:#ffffff59;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.tt-switch .tt-btn{color:#fff;background:#111;width:auto;padding:12px 22px}.rb-screen{color:#1e1e1e;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rb-screen h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.1rem;font-weight:800}.rb-screen p{color:#6e6e6e;margin:0;font-size:.88rem}.rb-screen button{font:inherit;color:inherit}.rb-statusbar{flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:10px 20px 0;font-size:.76rem;font-weight:600;display:flex}.rb-topbar{flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 14px;display:flex}.rb-topbar-title{font-size:1rem;font-weight:800}.rb-wordmark{letter-spacing:-.02em;font-size:1.15rem;font-weight:900}.rb-icon-btn{cursor:pointer;color:#1e1e1e;background:0 0;border:none;padding:6px;display:flex}.rb-grid{flex:1;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px;display:grid;overflow-y:auto}.rb-tile{flex-direction:column;gap:6px;display:flex}.rb-tile-thumb{aspect-ratio:1;background:linear-gradient(135deg,#fbd5d2,#f5a9a0);border-radius:10px}.rb-tile span{font-size:.8rem;font-weight:600}.rb-list{padding:4px 0}.rb-row{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #efefef;align-items:center;width:100%;padding:14px 16px;display:flex}.rb-row.disabled{cursor:default}.rb-row-label{flex:1;font-size:.94rem;font-weight:600}.rb-row-label small{color:#6e6e6e;margin-top:1px;font-size:.78rem;font-weight:400;display:block}.rb-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px 28px;display:flex}.rb-hero-icon{background:#fbeae9;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.rb-badge{color:#fff;letter-spacing:.02em;background:#e2231a;border-radius:999px;padding:5px 12px;font-size:.76rem;font-weight:800}.rb-code{letter-spacing:.06em;font-variant-numeric:tabular-nums;background:#f5f5f5;border-radius:12px;padding:14px 22px;font-size:1.8rem;font-weight:800}.rb-pad{margin-top:auto;padding:10px 20px 22px}.rb-btn{color:#fff;cursor:pointer;background:#e2231a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 18px;font-size:.94rem;font-weight:800;display:flex}.rb-btn.secondary{color:#1e1e1e;background:#f0f0f0}.rb-switch{text-align:center;color:#fff;background:#e2231a;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.rb-switch h2{color:#fff}.rb-switch p{color:#ffffffd9}.rb-switch-icon{background:#fff3;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.rb-switch .rb-btn{color:#e2231a;background:#fff;width:auto;padding:12px 22px}.rb-dots{justify-content:center;gap:14px;margin:20px 0 22px;display:flex}.rb-dot{border:1.5px solid #b0b0b0;border-radius:50%;width:13px;height:13px}.rb-dot.filled{background:#e2231a;border-color:#e2231a}.rb-keypad{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:auto;margin-bottom:24px;padding:0 30px;display:grid}.rb-key{aspect-ratio:1;cursor:pointer;color:#1e1e1e;background:#f5f5f5;border:none;border-radius:50%;font-size:1.3rem;font-weight:600}.rb-key.ghost{cursor:default;background:0 0}.ms-root{color:#201f1e;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ms-root h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.05rem;font-weight:700}.ms-root p{color:#605e5c;margin:0;font-size:.86rem}.ms-root button{font:inherit;color:inherit}.ms-browserbar{flex-shrink:0;align-items:center;gap:10px;padding:40px 14px 10px;display:flex}.ms-urlbar{color:#201f1e;text-overflow:ellipsis;white-space:nowrap;background:#f3f2f1;border-radius:999px;flex:1;padding:7px 14px;font-size:.78rem;overflow:hidden}.ms-page{flex-direction:column;flex:1;padding:6px 18px 18px;display:flex;overflow-y:auto}.ms-header{align-items:center;gap:8px;margin-bottom:14px;font-size:1rem;display:flex}.ms-muted{color:#605e5c;font-size:.88rem}.ms-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.ms-hero-icon{background:#e9f7ec;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.ms-url-chip{background:#f3f2f1;border-radius:8px;padding:10px 16px;font-family:monospace;font-size:.84rem;font-weight:600}.ms-member-card{background:#faf9f8;border:1px solid #edebe9;border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:12px 14px;display:flex}.ms-avatar{color:#fff;background:#0078d4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.ms-row-label{flex:1;min-width:0;font-size:.92rem;font-weight:600}.ms-row-label small{color:#605e5c;font-size:.76rem;font-weight:400;display:block}.ms-choice-list{flex-direction:column;gap:12px;margin-top:6px;display:flex}.ms-choice{text-align:left;cursor:pointer;background:#faf9f8;border:1px solid #edebe9;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:14px 16px;display:flex}.ms-choice span{color:#605e5c;font-size:.8rem}.ms-choice.disabled{cursor:default;opacity:.5}.ms-field-label{color:#605e5c;margin-bottom:6px;font-size:.78rem}.ms-fake-input{background:#faf9f8;border:1px solid #c8c6c4;border-radius:6px;margin-bottom:10px;padding:10px 12px;font-size:.9rem}.ms-link{color:#0078d4;margin-bottom:20px;font-size:.82rem}.ms-pad{margin-top:auto;padding:10px 0 6px}.ms-btn{color:#fff;cursor:pointer;background:#0078d4;border:none;border-radius:4px;justify-content:center;align-items:center;gap:6px;width:100%;padding:11px 18px;font-size:.9rem;font-weight:600;display:flex}.ms-switch{text-align:center;color:#fff;background:#107c10;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.ms-switch h2{color:#fff}.ms-switch p{color:#ffffffd9}.ms-switch-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ms-switch .ms-btn{color:#107c10;background:#fff;width:auto;padding:12px 22px}.xb-screen{color:#fff;background:#0c0c0c;flex-direction:column;flex:1;padding-top:46px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.xb-screen h2{color:#fff;letter-spacing:normal;margin:4px 0 0;font-size:1.1rem;font-weight:700}.xb-screen p{color:#a6a6a6;margin:0;font-size:.86rem}.xb-screen button{font:inherit;color:inherit}.xb-topbar{align-items:center;gap:8px;padding:0 20px 16px;font-weight:700;display:flex}.xb-label{color:#a6a6a6;margin-bottom:14px;padding:0 20px;font-size:.82rem}.xb-profiles{gap:16px;padding:0 20px;display:flex}.xb-profile{cursor:pointer;color:#fff;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;font-size:.82rem;display:flex}.xb-profile.disabled{opacity:.4;cursor:default}.xb-avatar{background:#2a2a2a;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;font-weight:700;display:flex}.xb-avatar.child{background:#107c10}.xb-avatar.lg{border-radius:12px;width:80px;height:80px;font-size:1.9rem}.xb-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:20px 28px;display:flex}.xb-hero-icon{background:#10331a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.xb-pad{margin-top:auto;padding:10px 20px 22px}.xb-btn{color:#fff;cursor:pointer;background:#107c10;border:none;border-radius:4px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 18px;font-size:.94rem;font-weight:700;display:flex}.xb-btn.secondary{background:#2a2a2a}.yt-screen{color:#0f0f0f;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.yt-screen h2{color:inherit;letter-spacing:normal;margin:4px 0 0;font-size:1.1rem;font-weight:700}.yt-screen p{color:#606060;margin:0;font-size:.88rem}.yt-screen button{font:inherit;color:inherit}.yt-statusbar{flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:10px 20px 0;font-size:.76rem;font-weight:600;display:flex}.yt-topbar{flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 14px;display:flex}.yt-topbar-title{font-size:1rem;font-weight:700}.yt-icon-btn{cursor:pointer;color:#0f0f0f;background:0 0;border:none;padding:6px;display:flex}.yt-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px 28px;display:flex}.yt-hero-icon{background:red;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.yt-age-chip{background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.7rem;font-weight:800;display:flex}.yt-pad{margin-top:auto;padding:10px 20px 22px}.yt-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:20px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 18px;font-size:.94rem;font-weight:700;display:flex}.yt-btn.secondary{color:#0f0f0f;background:#f2f2f2}.yt-choice-list{flex-direction:column;gap:12px;padding:10px 16px;display:flex}.yt-choice{text-align:left;cursor:pointer;background:#fff;border:1.5px solid #e5e5e5;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.yt-choice.recommended{background:#fff5f5;border-color:red}.yt-choice.disabled{cursor:default;opacity:.55}.yt-choice strong{font-size:.94rem;display:block}.yt-choice span{color:#606060;font-size:.8rem}.yt-list{padding:8px 16px}.yt-list-row{text-align:left;cursor:pointer;background:#fafafa;border:1px solid #efefef;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.yt-avatar{color:#fff;background:red;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.yt-row-label{flex:1;min-width:0;font-size:.94rem;font-weight:600}.yt-row-label small{color:#606060;font-size:.78rem;font-weight:400;display:block}.yt-toggle-row{background:#fafafa;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-top:6px;padding:12px 16px;display:flex}.yt-toggle{background:#e5e5e5;border-radius:999px;width:40px;height:22px;position:relative}.yt-toggle.on{background:#1fa23a}.yt-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.yt-toggle.on:after{transform:translate(18px)}.contact-info-card{background:var(--teal-900);color:var(--white);border-radius:var(--radius);padding:36px}.contact-info-card h3{color:var(--white)}.contact-row{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.contact-row svg{width:22px;height:22px;color:var(--orange-600);flex-shrink:0;margin-top:2px}.contact-row a{color:var(--teal-100);text-decoration:none}.contact-row a:hover{text-decoration:underline}.map-embed{border-radius:var(--radius-sm);border:1px solid #ffffff26;margin-top:22px;overflow:hidden}.map-embed iframe{border:0;width:100%;height:220px;display:block}.social-row{gap:12px;margin-top:22px;display:flex}.social-row a{width:40px;height:40px;color:var(--white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .15s;display:flex}.social-row a:hover{background:var(--orange-600)}.social-row svg{width:18px;height:18px}.receipt-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);max-width:560px;box-shadow:var(--shadow);margin:0 auto;padding:30px 32px}.receipt-header{border-bottom:2px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.receipt-row{color:var(--ink);border-bottom:1px solid var(--teal-50);justify-content:space-between;padding:8px 0;font-size:.95rem;display:flex}.receipt-row span:first-child{color:var(--muted)}.receipt-row.total{border-bottom:none;border-top:2px solid var(--line);color:var(--teal-700);margin-top:6px;padding-top:14px;font-size:1.1rem;font-weight:800}@media print{.site-header,.site-footer,.no-print,.pricing-grid,.cta-band{display:none!important}section:not(:has(#receipt)){display:none!important}.receipt-card{box-shadow:none;border:1px solid #000;margin:0}}.cta-band{background:var(--teal-900);text-align:center;border-radius:24px;margin:0 28px;padding:56px 48px}.cta-band h2{color:var(--white)}.cta-band p{color:var(--teal-100);max-width:520px;margin:0 auto 28px}.site-footer{background:var(--teal-200);color:var(--teal-100);padding:56px 0 26px;font-size:.9rem}.site-footer,.site-footer p,.site-footer h4,.site-footer span{color:var(--white)!important;font-weight:700!important}.footer-grid{grid-template-columns:1.2fr .8fr .8fr;gap:32px;margin-bottom:40px;display:grid}.footer-brand{font-family:var(--font-display);color:var(--white);align-items:center;gap:10px;margin-bottom:14px;font-size:1.2rem;display:flex}.brand-logo-img{width:auto;height:78px}.footer-logo-img{flex-shrink:0;width:auto;height:42px}.footer-brand svg{width:32px;height:32px}.footer-col h4{color:var(--white);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;font-size:.82rem}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--teal-100);text-decoration:none}.footer-col a:hover{color:var(--white)}.footer-bottom{color:var(--paper);border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:22px;font-size:.8rem;display:flex}.advisor-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:560px;margin:0 auto;overflow:hidden}.advisor-header{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:20px 22px;display:flex}.advisor-messages{box-sizing:border-box;flex-direction:column;gap:10px;width:100%;max-height:320px;padding:18px 22px;display:flex;overflow:hidden auto}.advisor-bubble{overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box;border-radius:14px;max-width:85%;padding:10px 14px;font-size:.92rem;line-height:1.45}.advisor-bubble.assistant{background:var(--teal-50);color:var(--ink);border-bottom-left-radius:4px;align-self:flex-start}.advisor-bubble.user{background:var(--teal-600);color:var(--white);border-bottom-right-radius:4px;align-self:flex-end}.advisor-input-row{border-top:1px solid var(--line);gap:10px;padding:16px 22px;display:flex}.advisor-input-row input{border:1.5px solid var(--line);min-width:0;font-family:var(--font-body);border-radius:999px;flex:1;padding:10px 14px;font-size:16px}.advisor-input-row input:focus{border-color:var(--teal-600);outline:none}.page-hero{background:var(--teal-50);padding:56px 0 20px}.page-hero .eyebrow{margin-bottom:10px}.mt-0{margin-top:0}.text-center{text-align:center}.center-head{margin-left:auto;margin-right:auto}@media (width<=640px){.resource-row{grid-template-columns:1fr!important}.resource-row img{width:100%!important;max-width:100%!important;height:220px!important}}@media (width<=900px){.two-col-hero{grid-template-columns:1fr!important}.value-grid{grid-template-columns:1fr 1fr}.contact-grid,.founder-card{grid-template-columns:1fr}section{padding:60px 0}.hero-grid{grid-template-columns:1fr!important}}@media (width<=640px){.pricing-grid,.value-grid{grid-template-columns:1fr!important}[id^=paypal-btn-]{max-width:100%;overflow:hidden}[id^=paypal-btn-] iframe{max-width:100%!important}}@media (width<=1080px){.header-signature{display:none}}@media (width<=640px){.advisor-card{width:100%;max-width:100%}.advisor-messages{max-height:280px}.advisor-input-row{padding:12px 16px}.advisor-input-row input{font-size:16px}}
