@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--color-brand-primary:#1e8fd5;--color-brand-primary-hover:#155fa0;--color-brand-primary-soft:rgba(30,143,213,.08);--color-brand-primary-glow:rgba(30,143,213,.18);--color-text-primary:#0b1220;--color-text-strong:#1a2740;--color-text-muted:#6b94c8;--color-text-faint:#a8b4c8;--color-surface-page:#ffffff;--color-surface-subtle:#f7f9fc;--color-surface-dark:#0b1220;--color-surface-dark-raised:#1a2740;--color-border-subtle:rgba(11,18,32,.07);--color-border-inverse:rgba(255,255,255,.07);--color-state-success:#1e9e6b;--color-state-success-soft:rgba(30,158,107,.08);--color-state-danger:#c0392b;--color-state-danger-soft:rgba(192,57,43,.07);--font-display:"Instrument Serif",Georgia,serif;--font-body:"Plus Jakarta Sans",system-ui,sans-serif;--font-mono:"DM Mono",monospace;--radius-xs:3px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--shadow-soft:0 1px 5px rgba(11,18,32,.12);--shadow-brand:0 4px 16px rgba(30,143,213,.28);--motion-fast:.15s;--motion-medium:.22s;--ink:var(--color-text-primary);--ink2:var(--color-text-strong);--muted:var(--color-text-muted);--faint:var(--color-text-faint);--blue:var(--color-brand-primary);--blue-d:var(--color-brand-primary-hover);--blue-pale:var(--color-brand-primary-soft);--blue-glow:var(--color-brand-primary-glow);--green:var(--color-state-success);--green-pale:var(--color-state-success-soft);--red:var(--color-state-danger);--red-pale:var(--color-state-danger-soft);--rule:var(--color-border-subtle);--rule-dark:var(--color-border-inverse);--bg:var(--color-surface-subtle);--white:var(--color-surface-page);--serif:var(--font-display);--sans:var(--font-body);--mono:var(--font-mono)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-surface-page);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}.nav{display:flex;align-items:center;justify-content:space-between;padding:0 60px;height:64px;background:#f8fafdeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-subtle);position:sticky;top:0;z-index:200}.nav-brand{display:flex;align-items:center;gap:11px;text-decoration:none}.brand-logo{display:block;width:52px;height:52px;flex-shrink:0}.nav-wordmark{font-family:var(--font-mono);font-size:15px;font-weight:500;letter-spacing:.08em;color:var(--color-text-primary);text-transform:uppercase}.nav-divider{width:1px;height:18px;background:var(--color-border-subtle);margin:0 28px}.nav-links{display:flex;gap:28px;list-style:none}.nav-links a{font-size:12.5px;font-weight:400;color:var(--color-text-muted);text-decoration:none;letter-spacing:.02em;transition:color var(--motion-fast)}.nav-links a:hover{color:var(--color-text-primary)}.nav-right{display:flex;align-items:center;gap:16px}.nav-ghost{font-size:12.5px;color:var(--color-text-muted);text-decoration:none;padding:7px 14px;border-radius:var(--radius-sm);transition:background var(--motion-fast),color var(--motion-fast)}.nav-ghost:hover{background:#0b12200d;color:var(--color-text-primary)}.nav-btn{font-size:12.5px;font-weight:500;color:#fff;background:var(--color-brand-primary);padding:8px 18px;border-radius:var(--radius-sm);text-decoration:none;transition:background var(--motion-fast),transform .1s;letter-spacing:.01em}.nav-btn:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.hero{min-height:92vh;display:grid;grid-template-columns:1fr 480px;align-items:center;padding:0 60px;gap:0;border-bottom:1px solid var(--color-border-subtle);background:var(--color-surface-page);position:relative;overflow:hidden}.hero-bg-line{position:absolute;right:480px;top:0;bottom:0;width:1px;background:var(--color-border-subtle)}.hero-grid-accent{position:absolute;right:0;top:0;width:480px;bottom:0;background:var(--color-surface-subtle);display:flex;align-items:center;justify-content:center;padding:48px 40px}.hero-left{padding-right:80px;position:relative;z-index:1}.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:40px}.hero-kicker-dot{width:6px;height:6px;border-radius:50%;background:var(--color-brand-primary);animation:breathe 2.4s ease-in-out infinite}.hero-h1{font-family:var(--font-display);font-size:clamp(52px,5.5vw,76px);line-height:1.02;letter-spacing:-2px;color:var(--ink);margin-bottom:32px;font-weight:400}.hero-sub{font-size:16px;font-weight:300;color:var(--color-text-muted);line-height:1.75;max-width:420px;margin-bottom:52px;letter-spacing:.01em}.hero-actions{display:flex;align-items:center;gap:20px}.btn-hero{font-size:13.5px;font-weight:500;color:#fff;background:var(--color-text-primary);padding:13px 28px;border-radius:var(--radius-md);text-decoration:none;transition:background var(--motion-fast),transform .1s;letter-spacing:.01em}.btn-hero:hover{background:var(--color-text-strong);transform:translateY(-1px)}.hero-link{font-size:13px;color:var(--color-text-muted);text-decoration:none;display:flex;align-items:center;gap:6px;transition:color var(--motion-fast);letter-spacing:.01em}.hero-link:hover{color:var(--color-text-primary)}.hero-link-arrow{font-size:14px;transition:transform .15s}.hero-link:hover .hero-link-arrow{transform:translate(3px)}.mockup-wrap{width:100%;position:relative}.mockup-label{font-family:var(--mono);font-size:10px;font-weight:500;color:var(--faint);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.app-shell{background:var(--color-surface-page);border:1px solid var(--rule);border-radius:12px;overflow:hidden;box-shadow:0 2px 32px #0b122014,0 0 0 .5px #0b12200f}.app-titlebar{height:38px;background:#f3f5f8;border-bottom:1px solid var(--color-border-subtle);display:flex;align-items:center;padding:0 14px;gap:6px}.tbar-dot{width:9px;height:9px;border-radius:50%}.app-body{display:grid;grid-template-columns:52px 1fr}.app-sidebar{background:#f7f9fb;border-right:1px solid var(--rule);display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:18px}.sb-icon{width:28px;height:28px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.sb-icon svg{width:14px;height:14px;stroke:var(--faint);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.sb-icon.active svg{stroke:var(--blue)}.sb-icon.active{background:var(--blue-glow)}.app-main{padding:16px}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.day-title{font-size:12px;font-weight:500;color:var(--ink);letter-spacing:.01em}.day-sub{font-size:10.5px;color:var(--faint)}.slot-row{display:grid;grid-template-columns:36px 1fr;margin-bottom:3px}.slot-time{font-family:var(--mono);font-size:9.5px;color:var(--faint);padding-top:4px}.slot-evt{border-radius:5px;padding:6px 8px;border-left:2px solid transparent;transition:opacity .15s;cursor:default}.slot-evt:hover{opacity:.85}.slot-evt.blue{background:#1e8fd517;border-color:var(--color-brand-primary)}.slot-evt.navy{background:#1a27400f;border-color:var(--ink2)}.slot-evt.empty{background:#f3f5f8;border-color:#dde2ea}.evt-name{font-size:11px;font-weight:500;color:var(--color-text-primary)}.evt-info{font-size:9.5px;color:var(--color-text-muted);margin-top:1px}.slot-evt.empty .evt-name{color:var(--faint);font-weight:400}.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:12px;border-top:1px solid var(--rule);padding-top:12px}.s-card{background:#f3f5f8;border-radius:var(--radius-sm);padding:8px 10px}.s-lbl{font-family:var(--mono);font-size:9px;color:var(--faint);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.s-val{font-size:15px;font-weight:500;color:var(--ink);letter-spacing:-.3px}.s-delta{font-size:9px;color:#3a9e6a;margin-top:1px}.scroll-cue{position:absolute;bottom:36px;left:60px;display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}.scroll-line{width:32px;height:1px;background:var(--faint)}.stat-bar{border-bottom:1px solid var(--color-border-subtle);background:var(--color-surface-page);display:flex;align-items:stretch;overflow:hidden}.stat-bar-item{flex:1;padding:28px 36px;border-right:1px solid var(--rule);transition:background .2s}.stat-bar-item:last-child{border-right:none}.stat-bar-item:hover{background:var(--color-surface-subtle)}.sb-num{font-family:var(--font-display);font-size:36px;line-height:1;letter-spacing:-1px;color:var(--ink);margin-bottom:6px}.sb-num span{color:var(--color-brand-primary)}.sb-lbl{font-size:12px;color:var(--color-text-muted);letter-spacing:.01em}.sec{padding:100px 60px}.sec-kicker{font-family:var(--mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:20px;display:flex;align-items:center;gap:10px}.sec-kicker:after{content:"";flex:0 0 28px;height:1px;background:var(--color-brand-primary);opacity:.5}.sec-h{font-family:var(--font-display);font-size:clamp(32px,3.2vw,48px);line-height:1.1;letter-spacing:-1.2px;color:var(--ink);margin-bottom:18px;font-weight:400}.sec-sub{font-size:15px;color:var(--color-text-muted);line-height:1.75;max-width:480px;font-weight:300}.valor-layout{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;margin-top:72px;border-top:1px solid var(--rule)}.valor-col-rule{background:var(--color-border-subtle)}.valor-col{padding:40px 36px}.valor-col:hover{background:#1e8fd506}.valor-n{font-family:var(--font-mono);font-size:11px;color:var(--faint);letter-spacing:.1em;margin-bottom:28px}.valor-t{font-size:15px;font-weight:500;color:var(--ink);margin-bottom:10px;line-height:1.3}.valor-d{font-size:13px;color:var(--color-text-muted);line-height:1.7}.produto-sec{background:var(--color-text-primary);color:var(--white);padding:0;display:grid;grid-template-columns:1fr 1fr;min-height:600px}.prod-left{padding:100px 70px;border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;justify-content:center}.prod-right{display:flex;align-items:center;justify-content:center;padding:60px 48px;background:#ffffff05}.prod-badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-primary);background:#1e8fd51a;border:1px solid rgba(30,143,213,.2);padding:5px 12px;border-radius:4px;margin-bottom:28px}.prod-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--color-brand-primary);animation:breathe 2.4s ease-in-out infinite}.prod-h{font-family:var(--font-display);font-size:clamp(32px,3vw,48px);font-weight:400;letter-spacing:-1px;color:#fff;line-height:1.08;margin-bottom:18px}.prod-sub{font-size:14.5px;color:#ffffff7a;line-height:1.75;margin-bottom:36px;font-weight:300}.prod-feats{display:flex;flex-direction:column;gap:11px;margin-bottom:40px}.feat{display:flex;align-items:center;gap:12px;font-size:13.5px;color:#ffffffa6}.feat-dot{width:4px;height:4px;border-radius:50%;background:var(--color-brand-primary);flex-shrink:0}.btn-prod{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#fff;background:var(--color-brand-primary);padding:12px 24px;border-radius:7px;text-decoration:none;transition:background var(--motion-fast),transform .1s;align-self:flex-start}.btn-prod:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.dark-app{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.dark-bar{background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06);padding:10px 14px;display:flex;align-items:center;gap:6px}.dark-dot{width:7px;height:7px;border-radius:50%}.dark-body{padding:16px}.dk-appt{border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:8px;border-left:2px solid}.dk-appt.a{background:#1e8fd51a;border-color:var(--color-brand-primary)}.dk-appt.b{background:#ffffff0d;border-color:#fff3}.dk-appt.c{background:#3a9e6a1a;border-color:#3a9e6a}.dk-nm{font-size:12px;font-weight:500;color:#fff}.dk-inf{font-size:10.5px;color:#ffffff61;margin-top:2px}.dk-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.dk-s{background:#ffffff0a;border-radius:var(--radius-sm);padding:10px 12px}.dk-sv{font-size:18px;font-weight:500;color:#fff;letter-spacing:-.5px}.dk-sl{font-family:var(--mono);font-size:9px;color:#ffffff4d;text-transform:uppercase;letter-spacing:.08em;margin-top:1px}.vert-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:72px;border:1px solid var(--rule);border-radius:4px;overflow:hidden}.vert-item{padding:44px 48px;border-right:1px solid var(--rule);border-bottom:1px solid var(--color-border-subtle);position:relative;transition:background .2s;display:flex;gap:24px}.vert-item:nth-child(2n){border-right:none}.vert-item:nth-child(3),.vert-item:nth-child(4){border-bottom:none}.vert-item:hover{background:#1e8fd506}.vert-item.lead:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--color-brand-primary)}.vert-n{font-family:var(--mono);font-size:22px;font-weight:500;color:#0b122014;letter-spacing:-.5px;flex-shrink:0;padding-top:2px}.vert-tag{font-family:var(--mono);font-size:9.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:3px;display:inline-block;margin-bottom:10px}.tag-live{background:#3a9e6a1a;color:#2a8050}.tag-soon{background:var(--blue-glow);color:var(--color-brand-primary)}.tag-plan{background:#0b12200d;color:var(--color-text-muted)}.vert-name{font-size:18px;font-weight:500;color:var(--ink);margin-bottom:8px;letter-spacing:-.3px}.vert-desc{font-size:13px;color:var(--color-text-muted);line-height:1.65}.empresa-sec{background:var(--color-surface-page);border-top:1px solid var(--rule);border-bottom:1px solid var(--color-border-subtle)}.empresa-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:0}.empresa-rule{background:var(--color-border-subtle)}.empresa-left,.empresa-right{padding:100px 60px}.pull-quote{font-family:var(--font-display);font-size:24px;line-height:1.45;color:var(--ink);letter-spacing:-.4px;font-weight:400;margin-bottom:32px}.pull-quote em{font-style:italic;color:var(--color-brand-primary)}.body-text{font-size:14px;color:var(--color-text-muted);line-height:1.8;font-weight:300;margin-bottom:20px}.emp-stats{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:auto}.emp-s{padding:32px 0;border-top:1px solid var(--rule)}.emp-s:nth-child(odd){padding-right:32px;border-right:1px solid var(--rule)}.emp-s:nth-child(2n){padding-left:32px}.emp-num{font-family:var(--font-display);font-size:40px;letter-spacing:-1.5px;color:var(--ink);line-height:1;margin-bottom:6px}.emp-num span{color:var(--color-brand-primary)}.emp-lbl{font-size:12px;color:var(--color-text-muted);line-height:1.5;letter-spacing:.01em}.cultura-sec{background:var(--color-surface-subtle)}.cultura-list{margin-top:72px}.cultura-row{display:grid;grid-template-columns:80px 1fr 1fr;padding:36px 0;border-top:1px solid var(--rule);align-items:start;gap:0;transition:background .2s}.cultura-row:last-child{border-bottom:1px solid var(--color-border-subtle)}.cultura-row:hover{background:#1e8fd506;margin:0 -60px;padding:36px 60px}.c-idx{font-family:var(--mono);font-size:12px;color:var(--faint);letter-spacing:.08em;padding-top:2px}.c-title{font-size:16px;font-weight:500;color:var(--ink);letter-spacing:-.2px;padding-right:48px}.c-desc{font-size:13.5px;color:var(--color-text-muted);line-height:1.72;font-weight:300}.cta-sec{background:var(--color-text-primary);padding:120px 60px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:80px}.cta-h{font-family:var(--font-display);font-size:clamp(36px,4vw,58px);color:#fff;font-weight:400;line-height:1.05;letter-spacing:-1.5px;margin-bottom:16px}.cta-h em{font-style:italic;color:var(--color-brand-primary)}.cta-sub{font-size:15px;color:#fff6;font-weight:300;max-width:460px}.cta-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end;flex-shrink:0}.btn-cta-main{font-size:13.5px;font-weight:500;color:#fff;background:var(--color-brand-primary);padding:14px 32px;border-radius:var(--radius-md);text-decoration:none;transition:background var(--motion-fast),transform .1s;white-space:nowrap}.btn-cta-main:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.btn-cta-ghost{font-size:12.5px;color:#fff6;text-decoration:none;letter-spacing:.02em;transition:color var(--motion-fast);text-align:right}.btn-cta-ghost:hover{color:#ffffffbf}.footer{background:var(--color-text-strong);border-top:1px solid rgba(255,255,255,.06);padding:36px 60px;display:flex;justify-content:space-between;align-items:center}.foot-brand{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:13px;font-weight:500;color:#ffffff40;letter-spacing:.1em;text-transform:uppercase}.foot-logo{display:block;width:42px;height:42px;opacity:.95;flex-shrink:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.f1{animation:fadeUp .65s ease both}.f2{animation:fadeUp .65s .1s ease both}.f3{animation:fadeUp .65s .2s ease both}.f4{animation:fadeUp .65s .3s ease both}.f5{animation:fadeUp .65s .38s ease both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}@media(max-width:900px){.nav{padding:0 24px}.nav-links,.nav-ghost{display:none}.hero{grid-template-columns:1fr;padding:60px 24px;min-height:auto;gap:48px}.hero-bg-line,.hero-grid-accent{display:none}.hero-left{padding-right:0}.stat-bar{flex-direction:column}.stat-bar-item{border-right:none;border-bottom:1px solid var(--color-border-subtle)}.sec{padding:64px 24px}.valor-layout{grid-template-columns:1fr}.valor-col-rule{display:none}.produto-sec,.empresa-grid{grid-template-columns:1fr}.prod-left{padding:64px 28px}.prod-right{padding:32px 28px}.empresa-rule{display:none}.empresa-left,.empresa-right{padding:64px 28px}.vert-layout{grid-template-columns:1fr}.vert-item{border-right:none!important}.vert-item:nth-child(3){border-bottom:1px solid var(--color-border-subtle)!important}.cultura-row{grid-template-columns:1fr;gap:12px;padding:28px 0}.cultura-row:hover{margin:0;padding:28px 0}.cta-sec{grid-template-columns:1fr;gap:48px;padding:80px 24px}.cta-actions{align-items:flex-start}.footer{padding:28px 24px;flex-direction:column;gap:12px;text-align:center}}.go-beauty{--gb-ink:#111827;--gb-muted:#64748b;--gb-soft:#eef5fb;--gb-line:rgba(17,24,39,.09);--gb-blue:#0b6fae;--gb-navy:#0d1726;background:#fbfcfd;color:var(--gb-ink);font-family:var(--font-body)}.gb-nav{position:sticky;top:0;z-index:400;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:0 clamp(20px,5vw,72px);background:#fbfcfde0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--gb-line)}.gb-brand{display:flex;align-items:center;gap:10px;color:var(--gb-ink);text-decoration:none;font-family:var(--font-mono);font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.gb-logo{width:36px;height:36px;display:block;flex-shrink:0}.gb-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:var(--gb-navy);color:#fff;font-family:var(--font-display);font-size:20px;letter-spacing:0}.gb-brand small{color:var(--gb-blue);padding:4px 8px;border:1px solid rgba(30,143,213,.18);border-radius:999px;background:#1e8fd512}.gb-navlinks{display:flex;align-items:center;gap:22px}.gb-navlinks a{color:var(--gb-muted);text-decoration:none;font-size:13px;font-weight:500}.gb-navlinks a:hover{color:var(--gb-ink)}.gb-navlinks .gb-navcta{color:#fff;background:var(--gb-blue);padding:10px 16px;border-radius:999px}.gb-eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gb-blue);margin-bottom:18px}.gb-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0 22px}.gb-primary,.gb-secondary,.gb-price-card a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700}.gb-primary,.gb-price-card.featured a{color:#fff;background:var(--gb-blue);box-shadow:0 16px 34px #1e8fd538}.gb-secondary,.gb-price-card a{color:var(--gb-ink);background:#fff;border:1px solid var(--gb-line)}.gb-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gb-price-card{padding:28px;background:#fff;border:1px solid var(--gb-line);border-radius:26px;box-shadow:0 16px 34px #1118270a}.gb-price-card.featured{border-color:#1e8fd573;box-shadow:0 22px 50px #1e8fd521}.gb-price-card>span{display:inline-block;color:var(--gb-blue);font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}.gb-price-card h3{font-size:38px;letter-spacing:-.06em;margin-bottom:12px}.gb-price-card h3 small{color:var(--gb-muted);font-size:14px;letter-spacing:0;font-weight:400}.gb-price-card ul{list-style:none;display:grid;gap:9px;margin:22px 0 24px}.gb-price-card li:before{content:"";display:inline-block;width:6px;height:6px;margin-right:9px;border-radius:50%;background:var(--gb-blue)}.gb-price-card.assisted{background:var(--gb-navy);color:#fff}.gb-price-card.assisted h3,.gb-price-card.assisted span{color:#fff}.gb-price-card.assisted p,.gb-price-card.assisted li{color:#ffffff8c}.gb-price-card.assisted a{color:#fff;border-color:#ffffff1f;background:#ffffff14}.gb-hero{min-height:calc(100vh - 68px);display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:48px;align-items:center;padding:clamp(56px,8vw,104px) clamp(20px,5vw,72px);background:radial-gradient(circle at 85% 15%,rgba(30,143,213,.12),transparent 34%),linear-gradient(135deg,#fff,#f7fbff 54%,#eef5fb)}.gb-hero-copy{max-width:680px}.gb-hero h1,.gb-section h2,.gb-final h2{font-family:var(--font-display);font-weight:400;letter-spacing:-.045em;color:var(--gb-ink)}.gb-hero h1{font-size:clamp(48px,6vw,84px);line-height:.97;max-width:780px;margin-bottom:24px}.gb-hero-copy>p:not(.gb-eyebrow),.gb-section-head>p,.gb-split>div>p,.gb-final>p{color:var(--gb-muted);font-size:17px;line-height:1.75;max-width:620px}.gb-trust{display:flex;flex-wrap:wrap;gap:8px;color:#53657c;font-size:12px}.gb-trust span{padding:7px 10px;background:#ffffffb8;border:1px solid var(--gb-line);border-radius:999px}.gb-board{position:relative;background:#0d1726f5;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:26px;box-shadow:0 34px 90px #0d172647;overflow:hidden}.gb-board:before{content:"";position:absolute;inset:-120px -90px auto auto;width:280px;height:280px;background:radial-gradient(circle,rgba(30,143,213,.28),transparent 68%)}.gb-board-head,.gb-slot,.gb-metrics{position:relative;z-index:1}.gb-board-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}.gb-board-head span{display:block;font-family:var(--font-mono);font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#ffffff61;margin-bottom:5px}.gb-board-head strong{font-family:var(--font-display);font-size:32px;font-weight:400}.gb-board-head em{color:#9de6c6;background:#2dd48a1a;border:1px solid rgba(45,212,138,.22);border-radius:999px;padding:6px 10px;font-style:normal;font-size:12px}.gb-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.gb-metrics div{padding:14px;border-radius:16px;background:#ffffff0e;border:1px solid rgba(255,255,255,.07)}.gb-metrics strong{display:block;font-size:26px;letter-spacing:-.04em}.gb-metrics span{color:#ffffff6b;font-size:11px}.gb-schedule{display:grid;gap:10px}.gb-slot{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:18px}.gb-slot time{font-family:var(--font-mono);color:#8fd5ff;font-size:12px}.gb-slot strong,.gb-slot span{display:block}.gb-slot strong{font-size:14px;margin-bottom:2px}.gb-slot span{color:#ffffff6b;font-size:12px}.gb-slot em{color:#ffffffb8;font-style:normal;font-size:11px;white-space:nowrap}.gb-note{position:relative;z-index:1;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);color:#ffffff6b;font-size:12px;line-height:1.6}.gb-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gb-line);border-bottom:1px solid var(--gb-line);background:#fff}.gb-strip article{padding:28px clamp(20px,3vw,36px);border-right:1px solid var(--gb-line)}.gb-strip article:last-child{border-right:0}.gb-strip strong,.gb-card strong,.gb-flow-row strong{display:block;color:var(--gb-ink);font-size:15px;margin-bottom:8px}.gb-strip p,.gb-card p,.gb-flow-row p,.gb-price-card p,.gb-price-card li{color:var(--gb-muted);font-size:13px;line-height:1.65}.gb-section{padding:clamp(72px,8vw,112px) clamp(20px,5vw,72px)}.gb-split{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);gap:70px;align-items:start;background:#fbfcfd}.gb-section h2,.gb-final h2{font-size:clamp(36px,4.4vw,62px);line-height:1.02;margin-bottom:18px}.gb-flow{border:1px solid var(--gb-line);border-radius:24px;background:#fff;overflow:hidden}.gb-flow-row{display:grid;grid-template-columns:74px 1fr;gap:18px;padding:24px;border-bottom:1px solid var(--gb-line)}.gb-flow-row:last-child{border-bottom:0}.gb-flow-row>span{font-family:var(--font-mono);color:var(--gb-blue);font-size:12px;letter-spacing:.12em}.gb-settings,.gb-pricing{background:#fff;border-top:1px solid var(--gb-line)}.gb-section-head{max-width:760px;margin:0 auto 46px;text-align:center}.gb-section-head .gb-eyebrow{justify-content:center}.gb-section-head p{margin-left:auto;margin-right:auto}.gb-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gb-card{padding:24px;border:1px solid var(--gb-line);border-radius:22px;background:linear-gradient(180deg,#fff,#f7fbff)}.gb-final{text-align:center;padding:clamp(78px,9vw,128px) clamp(20px,5vw,72px);background:radial-gradient(circle at 50% 0%,rgba(30,143,213,.16),transparent 42%),var(--gb-navy)}.gb-final h2,.gb-final .gb-eyebrow{color:#fff}.gb-final p{margin:0 auto 30px;color:#ffffff94}.gb-launch{position:relative;overflow:hidden;padding:clamp(84px,9vw,132px) clamp(20px,5vw,72px);background:radial-gradient(circle at 20% 18%,rgba(30,143,213,.18),transparent 28%),radial-gradient(circle at 80% 0%,rgba(157,230,198,.12),transparent 24%),linear-gradient(180deg,#0b1320,#101b2d);color:#fff}.gb-launch:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 88%);pointer-events:none}.gb-launch-head{position:relative;z-index:1;max-width:860px;margin:0 auto 42px;text-align:center}.gb-launch-head h2{font-family:var(--font-display);font-size:clamp(40px,4.8vw,68px);line-height:1;letter-spacing:-.045em;margin-bottom:18px}.gb-launch-head .gb-eyebrow{color:#9fd9ff}.gb-launch-head p{color:#ffffffa8;font-size:17px;line-height:1.8;margin:0 auto;max-width:720px}.gb-launch-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gb-launch-card{position:relative;min-height:240px;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;box-shadow:0 22px 60px #0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gb-launch-card:before{content:"";position:absolute;left:24px;right:24px;top:0;height:2px;background:linear-gradient(90deg,#1e8fd500,#1e8fd5d9,#1e8fd500)}.gb-launch-card strong{display:block;font-size:22px;line-height:1.15;margin:18px 0 12px}.gb-launch-card p{color:#ffffffa3;font-size:14px;line-height:1.75}.gb-launch-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);color:#cfe9ff;font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.gb-launch-card.active{background:linear-gradient(180deg,#1e8fd538,#ffffff0d);border-color:#1e8fd557;transform:translateY(-10px);box-shadow:0 28px 80px #1e8fd538}.gb-launch-card.active .gb-launch-badge{background:#9de6c61f;border-color:#9de6c633;color:#bff0d7}@media(max-width:980px){.gb-navlinks a:not(.gb-navcta){display:none}.gb-hero,.gb-split{grid-template-columns:1fr}.gb-board{max-width:620px}.gb-strip,.gb-cards,.gb-price-grid,.gb-launch-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.gb-nav{padding:12px 18px;gap:12px}.gb-brand{font-size:12px}.gb-logo{width:32px;height:32px}.gb-brand small{display:none}.gb-navcta{padding:9px 12px!important}.gb-hero{padding:48px 18px;gap:34px}.gb-hero h1{font-size:44px}.gb-actions,.gb-primary,.gb-secondary,.gb-price-card a{width:100%}.gb-metrics,.gb-strip,.gb-cards,.gb-price-grid,.gb-launch-grid{grid-template-columns:1fr}.gb-strip article{border-right:0;border-bottom:1px solid var(--gb-line)}.gb-slot{grid-template-columns:48px 1fr}.gb-slot em{grid-column:2}.gb-section{padding:64px 18px}.gb-flow-row{grid-template-columns:1fr;padding:22px}.gb-launch{padding:68px 18px}.gb-launch-card{min-height:auto}.gb-launch-card.active{transform:none}}.gb-booking-shell>.gb-eyebrow,.gb-booking-shell>h1,.gb-booking-shell>p:not(.gb-booking-link),.gb-booking-link{margin-left:24px;margin-right:24px}.gb-booking-shell>h1{margin-top:12px;color:var(--gb-ink);font-size:30px;line-height:1.1;letter-spacing:0}.gb-booking-shell>p:not(.gb-booking-link){margin-top:10px;color:var(--gb-muted);font-size:14px;line-height:1.55}.gb-booking-link{display:inline-flex;margin-top:14px!important;padding:7px 10px;border:1px solid var(--gb-line);border-radius:999px;background:#fff;color:var(--gb-blue)!important;font-size:12px!important;font-weight:800}.gb-booking-page{display:grid;place-items:start center;padding:12px 0 24px;background:#eef0f3;color:#020817}.gb-booking-shell{width:min(322px,calc(100vw - 52px));max-width:322px;min-height:calc(100svh - 24px);overflow:hidden;border:1px solid #dfe3ea;border-radius:16px;background:#fff;box-shadow:0 20px 54px #0f172a14}.gb-booking-flow{min-height:calc(100svh - 24px);padding-bottom:74px;background:#fff}.gb-booking-topbar{min-height:43px;padding:8px 12px;border-bottom:1px solid #dde2ea;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.gb-booking-topbar--step-0{grid-template-columns:minmax(0,1fr) auto;gap:10px}.gb-booking-topbar--step-0 .gb-booking-topbar__logo{grid-column:1}.gb-booking-topbar--step-0 .gb-booking-topbar__center{display:none}.gb-booking-topbar--step-0 small{grid-column:2;display:block;color:#9ca3af;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.gb-booking-topbar:not(.gb-booking-topbar--step-0){grid-template-columns:34px minmax(0,1fr) 34px}.gb-booking-topbar:not(.gb-booking-topbar--step-0) .gb-booking-topbar__logo,.gb-booking-topbar:not(.gb-booking-topbar--step-0) small{display:none}.gb-booking-topbar:not(.gb-booking-topbar--step-0) .gb-booking-topbar__center{grid-column:2}.gb-booking-topbar>button{width:25px;height:25px;border-color:#dfe3ea;border-radius:9px;color:#64748b;font-size:14px}.gb-booking-topbar>.gb-booking-topbar__logo{min-width:54px;display:flex;align-items:center;justify-items:initial;gap:4px;justify-self:start;color:#2f72bb;font-size:18px;font-weight:900;letter-spacing:-.06em;line-height:1;white-space:nowrap}.gb-booking-topbar>.gb-booking-topbar__logo img{width:28px;height:28px;display:block;flex:0 0 auto}.gb-booking-topbar__logo b{display:none}.gb-booking-topbar__center span{color:#98a2b3;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.gb-booking-topbar__center div{gap:3px}.gb-booking-topbar__center i{width:10px;height:2px;background:#d8dde6}.gb-booking-topbar__center i.active{width:16px;background:#2b73bd}.gb-booking-step{padding:16px 13px 8px}.gb-booking-step--intro{padding-top:14px}.gb-booking-tenantHero{gap:10px;margin-bottom:10px}.gb-booking-tenantHero__mark{width:38px;height:38px;border-color:#aacdf0;border-radius:12px;background:#e7f1fc;color:#2b73bd;font-size:16px;letter-spacing:0}.gb-booking-tenantHero h1{font-size:13px;font-weight:900}.gb-booking-tenantHero p{margin-top:2px;color:#2b73bd;font-size:8.5px;font-weight:650}.gb-booking-summary{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.gb-booking-summary span{min-height:20px;padding:0 8px;border:0;border-radius:999px;background:#f3f6f8;color:#64748b;font-size:7.5px;font-weight:800}.gb-booking-summary span:first-child{background:#fae9c9;color:#9a5b08}.gb-booking-summary span:last-child{background:#dff7ea;color:#08724d}.gb-booking-sep{margin-bottom:12px;border-top-color:#e9edf2}.gb-booking-sectionLabel{margin-bottom:9px!important;color:#9ca3af!important;font-size:7px!important;font-weight:800;letter-spacing:.12em;line-height:1;text-transform:uppercase}.gb-booking-options{gap:8px}.gb-booking-card{min-height:56px;gap:9px;padding:8px 9px;border:1px solid #dfe4eb;border-radius:9px;background:#fff}.gb-booking-card.selected{border-color:#2b73bd;background:#eaf4ff;box-shadow:0 0 0 1px #2b73bd0d}.gb-booking-service__image,.gb-booking-resource__avatar{width:32px;height:32px;border-radius:9px;font-size:11px}.gb-booking-resource__avatar{border-width:1px;border-radius:50%}.gb-booking-service__image svg,.gb-booking-resource__avatar svg{width:15px;height:15px}.gb-booking-card__body{gap:2px}.gb-booking-card strong{font-size:9.5px;font-weight:900}.gb-booking-card small,.gb-booking-resource__bio{max-width:166px;overflow:hidden;color:#738099;font-size:7.8px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gb-booking-card em{padding:1px 5px;border:0;border-radius:999px;background:#e7f1fc;color:#2b73bd;font-size:6.5px;font-weight:900}.gb-booking-resource .gb-booking-card__row em{margin-left:auto;background:#fde9c7;color:#9a5b08;font-size:8px}.gb-booking-card__meta{margin-top:1px}.gb-booking-card__meta span{font-size:7.5px;font-weight:750}.gb-booking-card__meta span:before{content:"◷ "}.gb-booking-card__meta b{color:#031a35;font-size:10px;font-weight:950}.gb-booking-stepHead--compact{margin-bottom:12px}.gb-booking-calendar__strip{display:grid;grid-auto-flow:column;grid-auto-columns:48px;gap:7px;overflow-x:auto;padding:2px 1px 8px;scroll-snap-type:x proximity}.gb-booking-calendar__strip button{min-height:58px;display:grid;align-content:center;justify-items:center;gap:4px;border:1px solid #e5e7eb;border-radius:13px;background:#fff;color:#111827;box-shadow:none;scroll-snap-align:start}.gb-booking-calendar__strip button:hover{border-color:#b5d4f4;background:#f9fafb}.gb-booking-calendar__strip button.selected{border-color:#2b6cb0;background:#2b6cb0;color:#fff;box-shadow:0 6px 16px #2b6cb02e}.gb-booking-calendar__strip span{color:inherit;opacity:.72;font-size:10px;font-weight:750;text-transform:lowercase}.gb-booking-calendar__strip strong{font-size:15px;font-weight:800}.gb-booking-slots-section{margin-top:10px}.gb-booking-slots{grid-template-columns:repeat(3,minmax(0,1fr))}.gb-booking-slots button{min-height:44px;padding:0 6px}.gb-booking-slots button span{display:none}.gb-booking-stepHead{margin-bottom:14px}.gb-booking-stepHead h1{color:#020817;font-size:18px;font-weight:950}.gb-booking-stepHead p{color:#475569;font-size:8.5px;font-weight:650}.gb-booking-calendar{margin-top:20px}.gb-booking-calendar__head{margin-bottom:10px}.gb-booking-calendar h3,.gb-booking-slots-section h3{color:#020817;font-size:10px;font-weight:950}.gb-booking-calendar__head button{width:24px;height:24px;border:1px solid #e4e8ef;border-radius:50%;background:#fff;color:#64748b;font-size:12px}.gb-booking-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px 8px;padding:4px 2px 12px;border:0;border-radius:0;background:#fff}.gb-booking-calendar__grid>span{display:grid;place-items:center;color:#8b96a8;font-size:7px;font-weight:900}.gb-booking-calendar__grid button,.gb-booking-calendar__grid i{width:27px;height:27px;display:grid;place-items:center;justify-self:center;border:0;border-radius:50%;background:transparent;color:#020817;font-size:9px;font-weight:850}.gb-booking-calendar__grid button:disabled{color:#c8ced8}.gb-booking-calendar__grid button.selected{border:1px solid #2b73bd;background:#2b73bd;color:#fff;box-shadow:none}.gb-booking-slots-section{margin-top:8px}.gb-booking-slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.gb-booking-slots button{min-height:38px;border:1px solid #dfe4eb;border-radius:7px;background:#fff}.gb-booking-slots strong{color:#020817;font-size:9.5px;font-weight:950}.gb-booking-slots button.selected{border-color:#2b73bd;background:#2b73bd}.gb-booking-slots button.selected strong{color:#fff}.gb-booking-brand{display:flex;align-items:center;height:30px;margin-bottom:18px}.gb-booking-brand img{width:42px;height:42px;display:block;flex:0 0 auto}.gb-booking-status{display:grid;gap:5px;margin:14px 0;padding:14px;border:1px solid var(--gb-line);border-radius:14px;background:#fff;box-shadow:0 2px 7px #0b122014}.gb-booking-status strong{color:var(--gb-ink);font-size:14px}.gb-booking-status span{color:var(--gb-muted);font-size:13px;line-height:1.55}.gb-booking-status__action{justify-self:start;min-height:38px;margin-top:7px;padding:0 13px;border:1px solid rgba(11,18,32,.12);border-radius:999px;background:#fff;color:var(--gb-ink);font-weight:900;cursor:pointer}.gb-booking-status.success,.gb-booking-status--final.success{border-color:#1e9e6b3d;background:#1e9e6b14}.gb-booking-status.danger{border-color:#c0392b38;background:#c0392b12}.gb-booking-error{margin:8px 24px 0!important;color:#b42318!important;font-size:13px!important;font-weight:800}.gb-booking-final-summary{display:grid;gap:8px;margin:10px 0 0}.gb-booking-final-summary div{display:grid;gap:3px}.gb-booking-final-summary dt{color:#64748b;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gb-booking-final-summary dd{margin:0;color:#020817;font-size:13px;font-weight:850}.gb-booking-next-step{color:#475569!important;font-size:12px!important}.gb-booking-success{min-height:calc(100vh - 76px);display:flex;flex-direction:column;justify-content:center;padding:44px 24px 32px}.gb-booking-success__icon{width:64px;height:64px;display:grid;place-items:center;margin:24px 0;border-radius:999px;background:#1e9e6b1a;color:var(--gb-green);font-size:18px;font-weight:900}.gb-booking-success p{max-width:310px;margin:12px 0 0;color:#5f6472;font-size:14px;line-height:1.65}.gb-booking-success p strong{color:var(--gb-ink)}.gb-booking-success__summary{display:grid;gap:1px;overflow:hidden;margin:28px 0 24px;border:1px solid rgba(11,18,32,.08);border-radius:14px;background:#0b122014}.gb-booking-success__summary div{padding:13px;background:#fff}.gb-booking-success__summary dt{margin:0 0 5px;color:#7a8496;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gb-booking-success__summary dd{margin:0;color:var(--gb-ink);font-size:14px;font-weight:800;line-height:1.4}.gb-booking-success__primary,.gb-booking-success__secondary{width:100%;min-height:52px;border:1px solid transparent;border-radius:14px;font:inherit;font-weight:800;cursor:pointer}.gb-booking-success__primary{background:#25d366;color:#fff;box-shadow:0 8px 22px #25d36633}.gb-booking-success__secondary{margin-top:10px;background:#fff;color:#8a93a3}.gb-booking-review{display:grid;gap:0;overflow:hidden;margin-bottom:14px;border:1px solid #dfe4eb;border-radius:10px;background:#fff}.gb-booking-review__hero{min-height:50px;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto auto;gap:2px 9px!important;padding:10px 12px!important;background:#2b73bd;color:#fff}.gb-booking-review__hero>span{grid-row:1 / 3;width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#ffffff24}.gb-booking-review__hero svg{width:15px;height:15px}.gb-booking-review__hero p{margin:0;color:#dbeafe;font-size:7.5px;font-weight:800}.gb-booking-review__hero strong{color:#fff!important;font-size:10px!important;font-weight:950!important}.gb-booking-review div:not(.gb-booking-review__hero){min-height:38px;padding:0 12px;border-top:1px solid #edf0f4}.gb-booking-review span{color:#475569;font-size:8px;font-weight:800}.gb-booking-review div:not(.gb-booking-review__hero) strong{color:#020817;font-size:9px}.gb-booking-review div:last-child strong{color:#004b91;font-size:14px}.gb-booking-fields{gap:11px}.gb-booking-field span{color:#64748b;font-size:7.5px;font-weight:900;letter-spacing:.12em}.gb-booking-field input,.gb-booking-field textarea{min-height:36px;border:1px solid #dfe4eb;border-radius:8px;background:#f8fafc;font-size:10px}.gb-booking-help{display:none}.gb-booking-check{color:#005a8c;font-size:8px;font-weight:850}.gb-booking-sticky{width:min(322px,calc(100vw - 52px));padding:8px 10px 10px;border-top:1px solid #edf0f4}.gb-booking-sticky button{min-height:50px;border-radius:9px;background:#2b73bd;box-shadow:0 4px 12px #2b73bd2e}.gb-booking-sticky button:disabled{background:#e2e7ef;color:#9aa4b2}.gb-booking-sticky strong{font-size:10px;font-weight:950}.gb-booking-sticky small{font-size:7px;font-weight:800}.gb-booking-sticky b{font-size:18px}@media(max-width:559px){.gb-booking-page{padding:0;overflow-x:hidden}.gb-booking-shell,.gb-booking-flow,.gb-booking-topbar,.gb-booking-step{width:100%;max-width:100%}.gb-booking-topbar small{display:none}.gb-booking-topbar{grid-template-columns:38px 70px minmax(0,1fr) auto}}@media(min-width:560px){.gb-booking-page{padding:32px 16px 64px}.gb-booking-shell{min-height:auto;overflow:hidden;border-radius:28px}.gb-booking-flow{min-height:720px}.gb-booking-sticky{position:sticky;left:auto;width:100%;transform:none}}@media(max-width:380px){.gb-booking-topbar{grid-template-columns:36px 66px minmax(0,1fr) auto;padding-inline:12px}.gb-booking-topbar small{display:none}.gb-booking-calendar__grid button,.gb-booking-calendar__grid i{width:34px;height:34px}}@media(max-width:640px){.gb-booking-page{padding:48px 18px;place-items:start}.gb-booking-shell h1{font-size:38px}.gb-booking-fields,.gb-booking-final-summary{grid-template-columns:1fr}}.nav{display:flex;align-items:center;justify-content:space-between;padding:0 60px;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-subtle);position:sticky;top:0;z-index:200}.nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-wordmark{font-family:var(--mono);font-size:14px;font-weight:500;letter-spacing:.08em;color:var(--color-text-primary);text-transform:uppercase}.nav-tag{font-family:var(--mono);font-size:9px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:#1e8fd514;color:var(--color-brand-primary);border:1px solid rgba(30,143,213,.2);padding:2px 8px;border-radius:3px}.nav-cta{font-size:13px;font-weight:500;color:#fff;background:var(--color-brand-primary);padding:9px 22px;border-radius:var(--radius-sm);text-decoration:none;transition:background var(--motion-fast),transform .1s}.nav-cta:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.hero{min-height:96vh;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;border-bottom:1px solid var(--color-border-subtle);position:relative;overflow:hidden}.hero-left{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:var(--color-surface-page);border-right:1px solid var(--rule);position:relative}.hero-right{background:var(--color-text-primary);display:flex;align-items:center;justify-content:center;padding:60px 52px;position:relative;overflow:hidden}.hero-right:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 30%,rgba(30,143,213,.15) 0%,transparent 65%)}.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:36px}.hero-kicker-dot{width:5px;height:5px;border-radius:50%;background:var(--color-brand-primary);animation:breathe 2.4s ease-in-out infinite}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-h1{font-family:var(--font-display);font-size:clamp(48px,5vw,72px);line-height:1.02;letter-spacing:-2px;color:var(--ink);font-weight:400;margin-bottom:24px}.hero-h1 em{font-style:italic;color:var(--color-brand-primary)}.hero-sub{font-size:15.5px;font-weight:300;color:var(--color-text-muted);line-height:1.75;max-width:400px;margin-bottom:16px}.pain-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:44px;margin-top:8px}.pain-tag{font-size:12px;color:var(--color-text-muted);background:var(--color-surface-subtle);border:1px solid var(--rule);padding:4px 10px;border-radius:20px;display:inline-flex;align-items:center;gap:5px}.pain-tag:before{content:"×";color:#c0392b;font-size:11px;font-weight:600}.hero-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.hero-input{flex:1;min-width:200px;font-family:var(--sans);font-size:13.5px;padding:13px 16px;border:1.5px solid var(--rule);border-radius:var(--radius-md);background:var(--color-surface-page);color:var(--ink);outline:none;transition:border-color .15s}.hero-input:focus{border-color:var(--color-brand-primary)}.hero-input::placeholder{color:var(--faint)}.hero-btn{font-size:13.5px;font-weight:600;color:#fff;background:var(--color-brand-primary);padding:13px 26px;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background var(--motion-fast),transform .1s;white-space:nowrap;font-family:var(--sans)}.hero-btn:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.hero-trust{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--faint)}.hero-trust-dot{width:4px;height:4px;border-radius:50%;background:var(--green)}.phone-mockup{width:100%;max-width:340px;position:relative;z-index:1}.phone-label{font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:#fff3;margin-bottom:14px;text-align:center}.phone-shell{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;box-shadow:0 32px 80px #00000080,0 0 0 .5px #ffffff0d}.phone-topbar{height:36px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 14px;gap:5px}.ph-dot{width:8px;height:8px;border-radius:50%}.phone-content{padding:20px}.ph-greeting{font-size:11px;color:#ffffff4d;margin-bottom:4px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em}.ph-today{font-family:var(--font-display);font-size:22px;color:#fff;margin-bottom:20px;font-style:italic}.ph-appt{background:#ffffff0d;border-radius:var(--radius-md);padding:10px 12px;margin-bottom:8px;border-left:2px solid var(--blue);display:flex;justify-content:space-between;align-items:center}.ph-appt.green{border-left-color:#2a9e6a}.ph-appt.dim{border-left-color:#fff3;opacity:.6}.ph-appt-l .ph-name{font-size:12.5px;font-weight:500;color:#fff}.ph-appt-l .ph-svc{font-size:10.5px;color:#ffffff59;margin-top:2px}.ph-appt-r{text-align:right}.ph-time{font-family:var(--mono);font-size:10px;color:#fff6}.ph-price{font-size:12.5px;font-weight:500;color:#fffc;margin-top:1px}.ph-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.ph-s{background:#ffffff0a;border-radius:var(--radius-md);padding:10px 8px;text-align:center}.ph-sv{font-size:18px;font-weight:500;color:#fff;letter-spacing:-.5px}.ph-sl{font-family:var(--mono);font-size:8.5px;color:#ffffff40;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.ph-sd{font-size:9px;color:#2a9e6a;margin-top:1px}.notif-bubble{position:absolute;top:-16px;right:-16px;background:var(--color-brand-primary);color:#fff;border-radius:12px;padding:8px 14px;font-size:11.5px;font-weight:500;box-shadow:0 8px 24px #1e8fd566;animation:float 3s ease-in-out infinite;z-index:2;white-space:nowrap}.notif-bubble:before{content:"💬 "}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.proof-bar{background:var(--color-surface-subtle);border-bottom:1px solid var(--color-border-subtle);display:flex;align-items:center;justify-content:center;gap:48px;padding:20px 60px;flex-wrap:wrap}.proof-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted)}.proof-icon{font-size:15px}.proof-item strong{color:var(--ink);font-weight:600}.dor-sec{padding:100px 60px;background:var(--color-surface-page);border-bottom:1px solid var(--color-border-subtle)}.dor-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:72px;border:1px solid var(--rule);border-radius:var(--radius-md);overflow:hidden}.dor-before{background:#c0392b08;border-right:1px solid var(--rule)}.dor-after{background:#2a9e6a08}.dor-head{padding:24px 36px;border-bottom:1px solid var(--color-border-subtle);display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.dor-head.before{color:#c0392b}.dor-head.after{color:var(--green)}.dor-items{padding:8px 0}.dor-item{display:flex;align-items:flex-start;gap:14px;padding:18px 36px;border-bottom:1px solid var(--color-border-subtle)}.dor-item:last-child{border-bottom:none}.dor-ico{width:28px;height:28px;border-radius:var(--radius-sm);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;margin-top:1px}.dor-ico.red{background:#c0392b14}.dor-ico.grn{background:#2a9e6a1a}.dor-txt .dor-title{font-size:14px;font-weight:500;color:var(--ink);margin-bottom:3px}.dor-txt .dor-desc{font-size:12.5px;color:var(--color-text-muted);line-height:1.6}.feat-sec{padding:100px 60px;background:var(--color-surface-subtle);border-bottom:1px solid var(--color-border-subtle)}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:72px;border:1px solid var(--rule);border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface-page)}.feat-card{padding:44px 36px;border-right:1px solid var(--rule);border-bottom:1px solid var(--color-border-subtle);transition:background .2s;position:relative}.feat-card:nth-child(3n){border-right:none}.feat-card:nth-child(4),.feat-card:nth-child(5),.feat-card:nth-child(6){border-bottom:none}.feat-card:hover{background:var(--color-surface-subtle)}.feat-card.highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--color-brand-primary)}.feat-num{font-family:var(--mono);font-size:10px;color:var(--faint);letter-spacing:.08em;margin-bottom:20px}.feat-icon{font-size:26px;margin-bottom:16px;display:block}.feat-title{font-size:16px;font-weight:500;color:var(--ink);margin-bottom:10px;letter-spacing:-.2px}.feat-desc{font-size:13px;color:var(--color-text-muted);line-height:1.7}.feat-tag{display:inline-block;margin-top:14px;font-family:var(--mono);font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:3px}.tag-new{background:var(--blue-glow);color:var(--color-brand-primary)}.tag-hot{background:#2a9e6a1a;color:var(--green)}.planos-sec{padding:100px 60px;background:var(--color-surface-page);border-bottom:1px solid var(--color-border-subtle)}.planos-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:72px;max-width:760px}.plano-card{border:1.5px solid var(--rule);border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s;position:relative}.plano-card:hover,.plano-card.featured{border-color:var(--color-brand-primary);box-shadow:0 8px 32px var(--blue-glow)}.plano-card.upcoming{border-style:dashed;background:#ffffff94}.plano-badge{position:absolute;top:18px;right:18px;font-family:var(--mono);font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:var(--color-brand-primary);color:#fff;padding:3px 10px;border-radius:3px}.plano-badge.muted{background:#0b12200f;color:var(--color-text-muted)}.plano-head{padding:36px 36px 28px;border-bottom:1px solid var(--color-border-subtle)}.plano-name{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:6px}.plano-target{font-size:13px;color:var(--faint);margin-bottom:20px}.plano-price{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.plano-brl{font-size:18px;font-weight:500;color:var(--color-text-primary)}.plano-val{font-family:var(--font-display);font-size:42px;letter-spacing:-2px;color:var(--ink);line-height:1}.plano-period{font-size:13px;color:var(--color-text-muted);font-weight:300}.plano-annual{font-size:11.5px;color:var(--green);margin-top:4px;display:flex;align-items:center;gap:4px}.plano-annual:before{content:"↓"}.plano-annual.muted{color:var(--color-text-muted)}.plano-annual.muted:before{content:"·"}.plano-body{padding:28px 36px}.plano-feats{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.plano-feats li{font-size:13px;color:var(--color-text-muted);display:flex;align-items:flex-start;gap:10px;line-height:1.5}.plano-feats li:before{content:"✓";color:var(--green);font-weight:600;flex-shrink:0;margin-top:1px}.plano-feats li.dim:before{content:"—";color:var(--faint)}.plano-feats li.dim{color:var(--faint)}.btn-plano{width:100%;padding:13px;border-radius:var(--radius-md);border:none;cursor:pointer;font-size:13.5px;font-weight:600;font-family:var(--sans);transition:background var(--motion-fast),transform .1s}.btn-plano.primary{background:var(--color-brand-primary);color:#fff}.btn-plano.primary:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.btn-plano.secondary{background:var(--color-surface-subtle);color:var(--ink);border:1.5px solid var(--rule)}.btn-plano.secondary:hover{border-color:var(--color-brand-primary);transform:translateY(-1px)}.planos-note{margin-top:24px;font-size:12.5px;color:var(--faint);display:flex;align-items:center;gap:6px}.planos-note:before{content:"🔒";font-size:11px}.how-sec{padding:100px 60px;background:var(--color-text-primary);border-bottom:1px solid rgba(255,255,255,.05)}.how-sec .sec-kicker{color:var(--color-brand-primary)}.how-sec .sec-h{color:#fff}.how-sec .sec-sub{color:#fff6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:72px;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);overflow:hidden}.step{padding:48px 40px;border-right:1px solid rgba(255,255,255,.07);position:relative}.step:last-child{border-right:none}.step-n{font-family:var(--font-mono);font-size:11px;color:#fff3;letter-spacing:.08em;margin-bottom:32px}.step-icon{font-size:28px;margin-bottom:16px;display:block}.step-title{font-size:17px;font-weight:500;color:#fff;margin-bottom:10px;letter-spacing:-.3px}.step-desc{font-size:13px;color:#fff6;line-height:1.7}.step-connector{position:absolute;top:48px;right:-1px;width:22px;height:22px;background:var(--color-brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;z-index:1;transform:translate(50%)}.step:last-child .step-connector{display:none}.social-sec{padding:100px 60px;background:var(--color-surface-subtle);border-bottom:1px solid var(--color-border-subtle)}.social-grid{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:0;margin-top:72px}.social-rule{background:var(--color-border-subtle)}.testimonial{padding:40px 44px;transition:background .2s}.testimonial:hover{background:var(--color-surface-page)}.test-stars{color:#f59e0b;font-size:13px;letter-spacing:2px;margin-bottom:16px}.test-quote{font-family:var(--font-display);font-size:17px;color:var(--ink);line-height:1.55;letter-spacing:-.2px;margin-bottom:20px;font-weight:400}.test-quote em{font-style:italic;color:var(--color-brand-primary)}.test-author{display:flex;align-items:center;gap:12px}.test-avatar{width:38px;height:38px;border-radius:50%;background:var(--blue-glow);border:1px solid rgba(30,143,213,.2);display:flex;align-items:center;justify-content:center;font-size:15px}.test-name{font-size:13.5px;font-weight:500;color:var(--color-text-primary)}.test-role{font-size:11.5px;color:var(--faint);margin-top:1px}.faq-sec{padding:100px 60px;background:var(--color-surface-page);border-bottom:1px solid var(--color-border-subtle);display:grid;grid-template-columns:320px 1fr;gap:80px;align-items:start}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--color-border-subtle)}.faq-q{width:100%;border:0;background:transparent;text-align:left;font-family:var(--font-body);padding:22px 0;font-size:14.5px;font-weight:500;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color var(--motion-fast)}.faq-q:hover{color:var(--color-brand-primary)}.faq-arrow{font-size:14px;color:var(--faint);transition:transform .2s;flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(45deg);color:var(--color-brand-primary)}.faq-a{display:none;font-size:13.5px;color:var(--color-text-muted);line-height:1.75;padding-bottom:22px;font-weight:300}.faq-item.open .faq-a{display:block}.cta-final{background:var(--color-text-primary);padding:120px 60px;text-align:center;position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(30,143,213,.12) 0%,transparent 60%);pointer-events:none}.cta-final .sec-kicker{justify-content:center;color:var(--color-brand-primary)}.cta-final .sec-kicker:after{display:none}.cta-h-final{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);font-weight:400;color:#fff;letter-spacing:-2px;line-height:1.05;margin-bottom:20px}.cta-h-final em{font-style:italic;color:var(--color-brand-primary)}.cta-sub-final{font-size:15px;color:#fff6;font-weight:300;margin-bottom:48px;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-form-final{display:flex;max-width:440px;margin:0 auto 16px;gap:10px}.cta-input-final{flex:1;font-family:var(--sans);font-size:13.5px;padding:14px 18px;background:#ffffff0f;border:1.5px solid rgba(255,255,255,.1);border-radius:var(--radius-md);color:#fff;outline:none;transition:border-color .15s}.cta-input-final::placeholder{color:#ffffff40}.cta-input-final:focus{border-color:var(--color-brand-primary)}.cta-btn-final{font-size:14px;font-weight:600;color:#fff;background:var(--color-brand-primary);padding:14px 28px;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background var(--motion-fast),transform .1s;font-family:var(--sans);white-space:nowrap}.cta-btn-final:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.cta-final-trust{font-size:12px;color:#fff3;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.footer{background:var(--color-text-strong);border-top:1px solid rgba(255,255,255,.06);padding:32px 60px;display:flex;justify-content:space-between;align-items:center}.foot-brand{font-family:var(--mono);font-size:13px;font-weight:500;color:#ffffff40;letter-spacing:.1em;text-transform:uppercase}.foot-text{font-family:var(--mono);font-size:10.5px;color:#fff3;letter-spacing:.04em}.foot-copy{font-family:var(--mono);font-size:10px;color:#ffffff2e;letter-spacing:.04em}.foot-links{display:flex;gap:24px}.foot-links a{font-size:11px;color:#fff3;text-decoration:none;letter-spacing:.02em}.foot-links a:hover{color:#ffffff80}@media(max-width:900px){.nav{padding:0 20px}.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:64px 24px 48px}.hero-right{padding:40px 24px}.dor-sec,.feat-sec,.planos-sec,.social-sec,.cta-final,.how-sec{padding:64px 24px}.dor-grid{grid-template-columns:1fr}.dor-before{border-right:none;border-bottom:1px solid var(--color-border-subtle)}.feat-grid{grid-template-columns:1fr}.feat-card{border-right:none!important;border-bottom:1px solid var(--color-border-subtle)}.feat-card:last-child{border-bottom:none}.planos-grid,.steps{grid-template-columns:1fr}.step{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}.step:last-child{border-bottom:none}.step-connector{display:none}.social-grid{grid-template-columns:1fr}.social-rule{display:none}.faq-sec{grid-template-columns:1fr;gap:48px;padding:64px 24px}.footer{flex-direction:column;gap:16px;padding:24px;text-align:center}.foot-links{justify-content:center}.proof-bar{gap:20px;padding:16px 24px}.cta-form-final{flex-direction:column}}.beauty-page{background:var(--color-surface-page);color:var(--ink)}.beauty-page .nav{height:58px;padding:0 56px;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:300}.beauty-page .nav-wordmark{font-size:14px;letter-spacing:.1em}.beauty-page .brand-logo{width:50px;height:50px}.beauty-page .nav-pill{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:var(--blue-pale);color:var(--color-brand-primary);border:1px solid rgba(30,143,213,.18);padding:3px 10px;border-radius:20px}.beauty-page .nav-link{font-size:13px;color:var(--color-text-muted);text-decoration:none;padding:6px 14px;border-radius:var(--radius-sm)}.beauty-page .nav-link:hover{color:var(--ink);background:var(--color-surface-subtle)}.beauty-page .nav-cta{font-size:13px;font-weight:600;color:#fff;background:var(--color-brand-primary);padding:9px 22px;border-radius:7px;text-decoration:none}.beauty-page .hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);min-height:94vh;align-items:stretch;padding:0;border-bottom:1px solid var(--color-border-subtle)}.beauty-page .hero-left{padding:80px 56px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--rule);min-width:0}.beauty-page .hero-right{background:var(--color-text-primary);display:flex;align-items:center;justify-content:center;padding:56px 48px;position:relative;overflow:hidden;min-width:0}.beauty-page .hero-right:after,.beauty-page .cta-final:before{content:"";position:absolute;pointer-events:none}.beauty-page .hero-right:after{top:-120px;right:-120px;width:400px;height:400px;background:radial-gradient(circle,rgba(30,143,213,.14) 0%,transparent 70%)}.beauty-page .hero-h1{font-size:clamp(46px,5vw,68px);line-height:1.03;margin-bottom:20px}.beauty-page .hero-sub{max-width:520px;margin-bottom:20px}.beauty-page .hero-readiness{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:620px;margin-bottom:26px}.beauty-page .hero-readiness span{min-height:54px;display:flex;align-items:center;padding:11px 12px;border:1px solid rgba(30,143,213,.14);border-radius:var(--radius-md);background:#1e8fd50e;color:var(--color-text-primary);font-size:12px;line-height:1.35;font-weight:600}.beauty-page .pain-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:36px}.beauty-page .chip{font-size:12px;color:var(--color-text-muted);background:var(--color-surface-subtle);border:1px solid var(--rule);padding:5px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:5px}.beauty-page .chip-x{color:var(--red);font-weight:700;font-size:11px}.beauty-page .hero-cta-block{display:flex;flex-direction:column;gap:12px}.beauty-page .hero-cta-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.beauty-page .btn-primary,.beauty-page .calc-cta,.beauty-page .cta-btn-final{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;background:var(--color-brand-primary);padding:14px 30px;border-radius:var(--radius-md);text-decoration:none;border:none;cursor:pointer;font-family:var(--sans);box-shadow:0 4px 16px #1e8fd547}.beauty-page .btn-primary:hover,.beauty-page .calc-cta:hover,.beauty-page .cta-btn-final:hover{background:var(--color-brand-primary-hover);transform:translateY(-1px)}.beauty-page .btn-ghost{font-size:13.5px;color:var(--color-text-muted);text-decoration:none;display:flex;align-items:center;gap:5px}.beauty-page .btn-ghost:hover{color:var(--color-text-primary)}.beauty-page .phone-mockup{width:min(100%,360px);position:relative;z-index:1}.beauty-page .phone-label{color:#ffffff3d;text-align:center}.beauty-page .phone-shell{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:14px}.beauty-page .proof-bar{background:var(--color-surface-page);border-bottom:1px solid var(--color-border-subtle);padding:18px 56px}.beauty-page .proof-inner{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center}.beauty-page .proof-intro{padding:0}.beauty-page .proof-intro span{display:block;font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:8px}.beauty-page .proof-intro strong{display:block;font-size:13px;font-weight:600;color:var(--ink);line-height:1.45;letter-spacing:-.2px}.beauty-page .proof-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.beauty-page .proof-item{display:grid;grid-template-columns:10px 1fr;column-gap:10px;align-items:start;padding:13px 14px;border:1px solid var(--rule);border-radius:var(--radius-md);background:#f7f9fcc7;position:relative}.beauty-page .proof-icon{display:block;width:6px;height:6px;margin-top:6px;border-radius:50%;background:var(--color-brand-primary);box-shadow:0 0 0 4px #1e8fd517}.beauty-page .proof-item strong{display:block;font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.35;margin-bottom:2px;letter-spacing:-.15px;grid-column:2}.beauty-page .proof-item small{display:block;font-size:11px;color:var(--color-text-muted);line-height:1.5;grid-column:2}.beauty-page .cta-final{padding:120px 56px}.beauty-page .cta-final:before{inset:0;background:radial-gradient(ellipse at 50% -20%,rgba(30,143,213,.14) 0%,transparent 60%)}.beauty-page .cta-btn-final{position:relative;z-index:1;margin-bottom:16px;padding:16px 40px;font-size:15px}.beauty-page .cta-final-trust span{display:flex;align-items:center;gap:5px}.beauty-page .cta-final-trust span:before{content:"✓";color:#1e8fd5b3}.beauty-page .footer{background:var(--color-text-strong);padding:26px 56px;border-top:1px solid rgba(255,255,255,.06)}.beauty-page .foot-brand{gap:8px;font-size:11px;color:#ffffff47}.beauty-page .foot-links{gap:18px}.beauty-page .foot-links a{font-size:10.5px;color:#ffffff38}.beauty-page .foot-copy{font-family:var(--mono);font-size:9.5px;letter-spacing:.04em;color:#ffffff2e}.beauty-page .calc-sec{background:var(--color-text-primary);padding:88px 56px;border-bottom:1px solid rgba(255,255,255,.05)}.beauty-page .calc-inner{width:min(100%,1080px);margin:0 auto;display:grid;grid-template-columns:minmax(280px,.86fr) minmax(420px,1.14fr);gap:64px;align-items:center}.beauty-page .calc-sec .sec-h{color:#fff}.beauty-page .calc-sec .sec-sub{color:#fff6}.beauty-page .calc-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:28px}.beauty-page .calc-market-note{margin-top:22px;max-width:420px;font-size:12px;color:#ffffff52;line-height:1.65;border-left:2px solid rgba(30,143,213,.55);padding-left:14px}.beauty-page .calc-size-block{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.07)}.beauty-page .calc-label.size-title{margin-bottom:12px}.beauty-page .size-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.beauty-page .size-option{min-height:98px;padding:13px 11px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);background:#ffffff09;color:#ffffffb8;cursor:pointer;text-align:left;font-family:var(--sans);transition:border-color .15s,background .15s,transform .1s}.beauty-page .size-option:hover,.beauty-page .size-option.active{border-color:#1e8fd5a6;background:#1e8fd51c}.beauty-page .size-option.active{box-shadow:0 0 0 1px #1e8fd533 inset}.beauty-page .size-option span,.beauty-page .size-option strong,.beauty-page .size-option small{display:block}.beauty-page .size-option span{font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:8px}.beauty-page .size-option strong{font-size:18px;color:#fff;letter-spacing:-.4px;margin-bottom:4px}.beauty-page .size-option small{font-size:10.5px;color:#ffffff57;line-height:1.35}.beauty-page .calc-row{display:block;margin-bottom:20px}.beauty-page .calc-label{font-size:12px;font-weight:500;color:#ffffff80;margin-bottom:8px;display:flex;justify-content:space-between;gap:16px}.beauty-page .calc-label strong{font-family:var(--mono);font-size:12px;color:var(--color-brand-primary)}.beauty-page .calc-slider{appearance:none;width:100%;height:4px;border-radius:4px;background:#ffffff1a;outline:none}.beauty-page .calc-slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-brand-primary);box-shadow:0 0 0 3px #1e8fd540}.beauty-page .calc-result{background:#1e8fd51f;border:1px solid rgba(30,143,213,.25);border-radius:10px;padding:20px 24px;margin:20px 0}.beauty-page .calc-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}.beauty-page .calc-mini-grid div{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);padding:12px;color:#ffffff52;font-size:11px;line-height:1.35}.beauty-page .calc-mini-grid span{display:block;color:#fff;font-size:16px;font-weight:600;letter-spacing:-.3px;margin-bottom:2px}.beauty-page .calc-result-label{font-family:var(--mono);font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.beauty-page .calc-result-val{font-family:var(--font-display);font-size:36px;color:#fff;letter-spacing:-1px}.beauty-page .calc-result-sub{font-size:12px;color:#ffffff59;margin-top:6px;line-height:1.5}.beauty-page .dor-sec,.beauty-page .feat-sec,.beauty-page .how-sec,.beauty-page .planos-sec,.beauty-page .social-sec,.beauty-page .faq-sec{padding:104px 56px}.beauty-page .dor-grid,.beauty-page .feat-grid,.beauty-page .steps{width:min(100%,1180px);margin-top:64px;margin-left:auto;margin-right:auto;border-radius:10px}.beauty-page .feat-sec,.beauty-page .planos-sec,.beauty-page .faq-sec{background:var(--color-surface-subtle)}.beauty-page .dor-sec,.beauty-page .how-sec,.beauty-page .social-sec{background:var(--color-surface-page)}.beauty-page .how-sec .sec-h{color:var(--color-text-primary)}.beauty-page .how-sec .sec-sub{color:var(--color-text-muted)}.beauty-page .steps{border:1px solid var(--rule)}.beauty-page .step{border-right:1px solid var(--rule)}.beauty-page .step:hover{background:var(--color-surface-subtle)}.beauty-page .step-n{color:var(--faint)}.beauty-page .step-title{color:var(--color-text-primary)}.beauty-page .step-desc{color:var(--color-text-muted)}.beauty-page .faq-sticky{position:sticky;top:80px}.beauty-page .faq-start{font-size:13.5px;font-weight:600;color:var(--color-brand-primary);text-decoration:none}.beauty-page .reveal{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}.beauty-page .toggle-wrap{display:flex;align-items:center;justify-content:center;gap:10px;margin:40px 0 48px;flex-wrap:wrap}.beauty-page .planos-sec>.sec-kicker{justify-content:center}.beauty-page .planos-sec>.sec-h,.beauty-page .planos-sec>.sec-sub{text-align:center;margin-left:auto;margin-right:auto}.beauty-page .billing-toggle{display:inline-grid;grid-template-columns:1fr 1fr;gap:3px;padding:4px;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:#ffffffc7;box-shadow:0 1px 2px #0b12200a}.beauty-page .billing-option{min-width:86px;padding:8px 14px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-muted);cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:600;line-height:1;transition:background var(--motion-fast),color var(--motion-fast),box-shadow .15s,transform .15s}.beauty-page .billing-option:hover{color:var(--color-text-primary);background:#0b122009}.beauty-page .billing-option.active{color:var(--color-text-primary);background:var(--color-surface-page);box-shadow:var(--shadow-soft);transform:translateY(-1px);animation:billing-select .18s ease-out}.beauty-page .toggle-badge{font-family:var(--font-mono);font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:var(--color-state-success-soft);color:var(--color-state-success);border:1px solid rgba(30,158,107,.14);padding:5px 9px;border-radius:var(--radius-sm);opacity:0;transform:translate(-6px) scale(.96);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.beauty-page .toggle-wrap.annual .toggle-badge{opacity:1;transform:translate(0) scale(1);animation:savings-pop .22s ease-out}.beauty-page .toggle-wrap.annual .billing-option.active{color:#106947;box-shadow:0 1px 8px #1e9e6b29}@keyframes billing-select{0%{transform:translateY(0) scale(.98)}to{transform:translateY(-1px) scale(1)}}@keyframes savings-pop{0%{opacity:0;transform:translate(-6px) scale(.96)}70%{opacity:1;transform:translate(1px) scale(1.02)}to{opacity:1;transform:translate(0) scale(1)}}.beauty-page .planos-grid{width:min(100%,1180px);margin-top:0;max-width:1180px;margin-left:auto;margin-right:auto;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);grid-template-columns:none;gap:16px;overflow-x:auto;overflow-y:visible;padding:12px 4px 22px;scroll-snap-type:x proximity;scroll-padding-inline:4px;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.beauty-page .planos-grid::-webkit-scrollbar{height:8px}.beauty-page .planos-grid::-webkit-scrollbar-thumb{background:#1e8fd538;border-radius:999px}.beauty-page .plano-card{background:var(--color-surface-page)}.beauty-page .plano-card{scroll-snap-align:start}.beauty-page .plano-card.featured{transform:translateY(-8px)}.beauty-page .plano-card:hover{transform:translateY(-6px)}.beauty-page .plano-card.featured:hover{transform:translateY(-10px)}.beauty-page .plano-head{padding:28px 22px 22px}.beauty-page .plano-body{padding:22px}.beauty-page .plano-badge{top:14px;right:14px;font-size:8px;padding:3px 8px}.beauty-page .plano-target{min-height:38px;margin-bottom:16px}.beauty-page .plano-val{font-size:36px}.beauty-page .plano-period{font-size:12px}.beauty-page .plano-feats{gap:9px;margin-bottom:22px}.beauty-page .plano-feats li{font-size:12.5px}.beauty-page .plano-annual.hidden{visibility:hidden}.beauty-page .planos-note{width:min(100%,960px);margin:32px auto 0;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;padding:16px 18px;border:1px solid var(--rule);border-radius:18px;background:linear-gradient(135deg,#ffffffd1,#1e8fd50f);color:var(--color-text-muted);font-size:12px;line-height:1.45;box-shadow:0 14px 40px #0b12200d}.beauty-page .planos-note:before{display:none}.beauty-page .planos-note span{font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-primary);padding:5px 8px;border-radius:999px;background:#1e8fd514;border:1px solid rgba(30,143,213,.12)}.beauty-page .planos-note strong{font-size:12.5px;color:var(--ink);font-weight:600;white-space:nowrap}.beauty-page .planos-note small{font-size:12px;color:var(--color-text-muted);line-height:1.45}.beauty-page .btn-plano{display:flex;align-items:center;justify-content:center;text-decoration:none}@media(max-width:1180px){.beauty-page .planos-grid{width:100%;max-width:none;grid-auto-columns:calc((100% - 32px) / 3)}}@media(max-width:900px){.beauty-page .planos-grid{grid-auto-columns:calc((100% - 16px)/2)}}@media(max-width:640px){.beauty-page .planos-grid{grid-auto-columns:min(86vw,340px);padding-left:0;padding-right:18px}}@media(max-width:960px){.beauty-page .nav{padding:0 20px}.beauty-page .nav-link{display:none}.beauty-page .hero{grid-template-columns:1fr;min-height:auto}.beauty-page .hero-left{padding:56px 24px 40px;border-right:none}.beauty-page .hero-right{padding:40px 24px}.beauty-page .calc-inner,.beauty-page .faq-sec{grid-template-columns:1fr;gap:40px}.beauty-page .calc-left,.beauty-page .calc-left .sec-sub,.beauty-page .calc-market-note{max-width:640px}.beauty-page .dor-sec,.beauty-page .feat-sec,.beauty-page .how-sec,.beauty-page .planos-sec,.beauty-page .social-sec,.beauty-page .cta-final,.beauty-page .calc-sec{padding:64px 24px}.beauty-page .proof-bar{padding:18px 24px}.beauty-page .proof-inner{grid-template-columns:1fr;gap:16px}.beauty-page .proof-items{grid-template-columns:1fr 1fr}.beauty-page .faq-sticky{position:static}}@media(max-width:720px){.beauty-page .nav{height:auto;min-height:58px;padding:10px 16px;gap:10px}.beauty-page .nav-brand{min-width:0}.beauty-page .nav-wordmark{font-size:12px}.beauty-page .brand-logo{width:42px;height:42px}.beauty-page .nav-pill{font-size:8px;padding:2px 7px}.beauty-page .nav-cta{padding:8px 12px;font-size:12px;white-space:nowrap}.beauty-page .hero-left{padding:42px 20px 34px}.beauty-page .hero-right{display:none}.beauty-page .hero-h1{font-size:clamp(40px,13vw,54px);letter-spacing:-1.4px}.beauty-page .hero-sub{font-size:15px;line-height:1.65}.beauty-page .hero-readiness{grid-template-columns:1fr;gap:7px}.beauty-page .hero-readiness span{min-height:auto}.beauty-page .pain-chips{display:none}.beauty-page .hero-cta-row{align-items:stretch}.beauty-page .btn-primary,.beauty-page .btn-ghost,.beauty-page .calc-cta,.beauty-page .cta-btn-final{width:100%}.beauty-page .btn-ghost{justify-content:center}.beauty-page .notif-bubble{top:-12px;right:8px;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis}.beauty-page .phone-shell{border-radius:12px}.beauty-page .ph-strip{grid-template-columns:1fr}.beauty-page .proof-bar{justify-content:flex-start}.beauty-page .proof-bar{padding:18px 20px}.beauty-page .proof-items,.beauty-page .calc-inner{grid-template-columns:1fr}.beauty-page .calc-card{padding:24px 18px}.beauty-page .size-options{grid-template-columns:1fr 1fr}.beauty-page .size-option{min-height:92px}.beauty-page .calc-label{align-items:flex-start}.beauty-page .calc-result-val{font-size:32px}.beauty-page .calc-mini-grid{grid-template-columns:1fr}.beauty-page .dor-grid,.beauty-page .feat-grid,.beauty-page .steps,.beauty-page .planos-grid,.beauty-page .social-grid{width:100%}.beauty-page .dor-item,.beauty-page .dor-head{padding:18px 20px}.beauty-page .feat-card,.beauty-page .step,.beauty-page .testimonial,.beauty-page .plano-head,.beauty-page .plano-body{padding-left:20px;padding-right:20px}.beauty-page .planos-grid{max-width:none}.beauty-page .planos-note{grid-template-columns:1fr;align-items:start}.beauty-page .planos-note strong{white-space:normal}.beauty-page .toggle-wrap{justify-content:flex-start}.beauty-page .social-grid{margin-top:48px}.beauty-page .faq-q{font-size:14px}.beauty-page .cta-final-trust{align-items:flex-start;justify-content:flex-start;text-align:left}.beauty-page .footer{padding:22px 20px}.beauty-page .foot-links{gap:14px;flex-wrap:wrap}}.loginflow{min-height:100vh;display:grid;grid-template-columns:437px minmax(0,1fr);padding:0;background:#cfeaff;color:#050b16;overflow-x:hidden}.loginflow__panel{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding:66px 46px;border:0;border-radius:0;background:#fff;box-shadow:none}.loginflow__brand{display:inline-flex;align-items:center;gap:10px;margin:0 0 50px;color:#1f95df;font-size:22px;font-weight:800;line-height:1;letter-spacing:0}.loginflow__brandMark{width:22px;height:22px;display:block;flex-shrink:0;border-radius:6px}.loginflow__intro{display:grid;gap:12px;margin:0 0 34px}.loginflow__intro h1{margin:0;color:#050b16;font-size:30px;font-weight:800;line-height:1.08;letter-spacing:0}.loginflow__intro span{max-width:320px;color:#536176;font-size:14px;line-height:1.55}.loginflow__form{display:grid;gap:0}.loginflow__form label{margin:0 0 8px;color:#050b16;font-size:13px;font-weight:700;line-height:1.2}.loginflow__form input{width:100%;height:44px;min-height:44px;margin:0 0 18px;padding:0 13px;border:1px solid #dde3ea;border-radius:5px;background:#fff;color:#050b16;font-size:14px;box-shadow:none}.loginflow__form input::placeholder{color:#9aa5b8}.loginflow__form input:focus{border-color:#2398dd;box-shadow:0 0 0 3px #2398dd1f;outline:0}.loginflow__password{position:relative;display:block;margin:0}.loginflow__password input{padding-right:46px}.loginflow__password button{position:absolute;right:12px;top:0;width:28px;height:44px;min-height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:0;background:transparent;color:#98a2b3;box-shadow:none}.loginflow__password button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.loginflow__forgot{justify-self:end;margin:2px 0 18px;color:#168ad6;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none}.loginflow__form>button[type=submit]{width:100%;min-height:48px;margin:0;border:0;border-radius:5px;background:#2698da;color:#fff;font-size:15px;font-weight:800;box-shadow:0 8px 16px #2698da47}.loginflow__form>button[type=submit]:hover:not(:disabled){background:#188ed3}.loginflow__links{display:flex;justify-content:center;align-items:center;gap:4px;margin:26px 0 0;color:#536176;font-size:14px;line-height:1.4}.loginflow__links a{color:#168ad6;font-size:14px;font-weight:500;text-decoration:none}.loginflow__context{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:26px;padding:48px;background:#cfeaff;overflow:hidden;text-align:center}.loginflow__context:before{display:none}.loginflow__context>.loginflow__icon{width:62px;height:62px;color:#1f95df;transform:translateY(-22px)}.loginflow__icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.loginflow__contextCopy{display:grid;justify-items:center;gap:14px;max-width:560px;transform:translateY(-22px)}.loginflow__contextCopy h2{max-width:620px;margin:0;color:#0f73bd;font-size:29px;font-weight:800;line-height:1.15;letter-spacing:0}.loginflow__contextCopy span{max-width:360px;color:#096ebb;font-size:17px;line-height:1.5}.loginflow__result{margin:14px 0 0;padding:12px 14px;border:1px solid #dde3ea;border-radius:5px;background:#fff;box-shadow:none}.loginflow__result--muted:before{display:none}.loginflow__links a:focus-visible,.loginflow__forgot:focus-visible,.loginflow__password button:focus-visible{outline:3px solid rgba(35,152,221,.24);outline-offset:3px}@media(max-width:820px){.loginflow{grid-template-columns:1fr;min-height:100dvh;background:#fff}.loginflow__panel{min-height:auto;padding:38px 24px 30px}.loginflow__brand{margin-bottom:42px}.loginflow__context{min-height:auto;padding:36px 24px 52px}.loginflow__context>.loginflow__icon{width:54px;height:54px;transform:none}.loginflow__contextCopy{transform:none}.loginflow__contextCopy h2{font-size:25px}.loginflow__contextCopy span{font-size:15px}}.authgate{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f8fafc;color:#020817}.authgate__panel{width:min(420px,100%);display:grid;gap:24px;padding:28px;border:1px solid #e5e9f0;border-radius:18px;background:#fff;box-shadow:0 18px 45px #0f172a14}.authgate__brand{display:flex;align-items:center;gap:12px;color:#020817}.authgate__brandMark{width:36px;height:36px;display:block;flex-shrink:0;border-radius:9px}.authgate__brand strong{font-size:18px}.authgate__copy{display:grid;gap:8px}.authgate__copy h1{margin:0;color:#020817;font-size:24px;line-height:1.2}.authgate__copy p{margin:0;color:#536176;font-size:15px;line-height:1.55}.authgate__action{min-height:44px;display:grid;place-items:center;border-radius:12px;background:#030712;color:#f8fafc;font-weight:760;text-decoration:none}.authshell{grid-template-columns:240px minmax(0,1fr);background:#f7f8fa;color:#020817}.authshell__sidebar{width:240px;padding:18px 12px 20px;background:#f8f9fb;border-right:1px solid #e6e9ee;box-shadow:none}.authshell__brand{height:38px;margin:0 0 34px;padding:0 10px;gap:12px;color:#020817;font-size:16px;font-weight:650;letter-spacing:0}.authshell__brandMark{width:33px;height:33px;display:block;flex-shrink:0;border-radius:8px}.authshell__sidebar nav{display:flex;flex:1;flex-direction:column;gap:28px}.authshell__navgroup{display:grid;gap:4px}.authshell__navgroup--primary{border-bottom:0;padding-bottom:0}.authshell__navgroup--utility{margin-top:auto}.authshell__navbutton{min-height:39px;grid-template-columns:22px minmax(0,1fr);gap:10px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#536176;box-shadow:none}.authshell__navbutton:hover,.authshell__navbutton.authshell__navitem--active,.authshell .authshell__navbutton.authshell__navitem--active,.authshell .authshell__navbutton.authshell__navitem--active:hover{background:#eef0f4;color:#020817;box-shadow:none}.authshell__navbutton i,.authshell .authshell__navbutton.authshell__navitem--active i{width:20px;height:20px;border-radius:0;background:transparent;color:#98a2b3}.authshell__navbutton:hover i,.authshell__navbutton.authshell__navitem--active i,.authshell .authshell__navbutton.authshell__navitem--active i{color:#020817}.authshell__navbutton b{color:inherit;font-size:15px;font-weight:500}.authshell__sidebarLogout{min-height:39px;margin:6px 0 0;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#ff2a2a;font-size:15px;font-weight:500;box-shadow:none}.authshell__sidebarLogout:hover{background:#fff1f1}.authshell__main{min-height:100vh;padding:0;border-top-left-radius:28px;background:#fefefe;box-shadow:inset 1px 0 #eef1f5}.authshell__topbar{position:sticky;top:0;z-index:20;min-height:76px;display:grid;grid-template-columns:34px minmax(280px,402px) minmax(0,1fr);align-items:center;gap:16px;margin:0;padding:0 34px 0 38px;background:#fefefef2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.authshell__topbarActions{position:relative;min-width:0;display:block}.authshell__sidebarToggle{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#98a2b3}.authshell__search{width:100%;min-width:0;height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 12px;border:0;border-radius:13px;background:#f7f7f8;color:#98a2b3}.authshell__search input{width:100%;min-width:0;min-height:0;padding:0;border:0;border-radius:0;outline:0;background:transparent;color:#020817;font-size:15px;cursor:pointer}.authshell__search input::placeholder{color:#697386}.authshell__search kbd{color:#c4cad3;font-family:inherit;font-size:13px;font-weight:650}.authshell__commandPalette{position:absolute;top:50px;left:0;width:min(402px,calc(100vw - 40px));display:grid;gap:4px;padding:8px;border:1px solid #e4e8ef;border-radius:16px;background:#fefefe;box-shadow:0 18px 45px #0f172a1f}.authshell__commandPalette button{min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:11px;background:transparent;color:#020817;text-align:left}.authshell__commandPalette button:hover,.authshell__commandPalette button:focus-visible{background:#f1f3f6;outline:0}.authshell__commandPalette span{font-size:14px;font-weight:650}.authshell__commandPalette small{color:#8b95a5;font-size:12px}.authshell__topbarMeta{display:flex;align-items:center;justify-content:flex-end;gap:18px}.authshell__linkPill{height:33px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:0;border-radius:10px;background:#f7f7f8;color:#344054;font-size:14px;font-weight:700;text-decoration:none}.authshell__linkPill:hover{background:#eef0f4}.authshell__iconPill,.authshell__avatar{position:relative;width:31px;height:31px;min-height:31px;display:grid;place-items:center;border:0;border-radius:999px;background:#f1f3f6;color:#667085;box-shadow:0 1px 2px #10182814}.authshell__iconPill--whatsapp:after{content:"";position:absolute;right:2px;bottom:2px;width:8px;height:8px;border:2px solid #f1f3f6;border-radius:999px;background:#9aa3b2}.authshell__iconPill--whatsapp.is-connected:after{background:#16a66a}.authshell__iconPill--whatsapp.is-disconnected:after{background:#9aa3b2}@media(max-width:980px){.authshell{display:block;overflow:auto}.authshell__sidebar{position:static;width:auto;min-height:auto;border-right:0;border-bottom:1px solid #e6e9ee}.authshell__sidebar nav{flex-direction:row;overflow-x:auto}.authshell__navgroup{display:flex;min-width:max-content}.authshell__main{border-radius:0}.authshell__topbar{grid-template-columns:34px minmax(0,1fr);padding:10px 18px}.authshell__topbarMeta{grid-column:1/-1;justify-content:flex-start}.authshell__saas{padding:22px 18px 44px}.authshell__metricGrid,.authshell__saasMainGrid{grid-template-columns:1fr}.authshell--drawerOpen .authshell__main,.authshell--drawerOpen .authshell__sidebar{filter:none}.authshell__utilityDrawer{width:100vw}}@media(min-width:981px){.authshell__sidebarLogout{display:grid}}.authshell__utilityDrawer{position:fixed;z-index:50;top:0;right:0;width:min(380px,100vw);height:100vh;display:grid;grid-template-rows:56px minmax(0,1fr);border-left:1px solid #e7ebf0;background:#fefefe;box-shadow:-24px 0 60px #0f172a1f}.authshell__utilityDrawer header{display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #edf0f3}.authshell__utilityDrawer h2{margin:0;color:#020817;font-size:16px;font-weight:760}.authshell__utilityDrawer header button{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#98a2b3;font-size:24px;line-height:1}.authshell__drawerBody{min-height:0;display:grid;align-content:start;gap:16px;padding:24px;overflow:auto}.authshell__drawerIcon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #dde4ef;border-radius:15px;background:#f7f9fc;color:#8b95a5}.authshell__drawerIcon--blue{background:#eef6ff;color:#1677ff}.authshell__drawerIcon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.authshell__drawerBody h3{margin:8px 0 0;color:#020817;font-size:20px;line-height:1.2}.authshell__drawerBody p{margin:0;color:#536176;font-size:15px;line-height:1.55}.authshell__drawerPrimary,.authshell__drawerSecondary{width:100%;min-height:44px;display:grid;place-items:center;border:0;border-radius:12px;background:#030712;color:#f8fafc;font:inherit;font-size:14px;font-weight:760;text-decoration:none}.authshell__drawerPrimary--blue{background:#2395dc}.authshell__drawerSecondary{border:1px solid #dde4ef;background:#fefefe;color:#020817}.authshell__drawerNote{color:#8b95a5;font-size:12px;line-height:1.45}.authshell__drawerBody--list{gap:10px}.authshell__notificationItem{display:grid;gap:4px;padding:14px;border:1px solid #edf0f3;border-radius:14px;background:#f9fafb}.authshell__notificationItem strong{color:#020817;font-size:14px}.authshell__notificationItem span{color:#536176;font-size:13px;line-height:1.45}.authshell__linkField,.authshell__slugField{display:grid;gap:8px;color:#020817;font-size:12px;font-weight:700}.authshell__linkField input,.authshell__slugField input{width:100%;height:46px;border:1px solid #dde4ef;border-radius:12px;background:#f8fafc;color:#020817;font:inherit;font-size:15px}.authshell__linkField input{padding:0 14px}.authshell__slugField div{display:grid;grid-template-columns:76px minmax(0,1fr);overflow:hidden;border:1px solid #dde4ef;border-radius:12px;background:#f8fafc}.authshell__slugField small{display:grid;place-items:center;border-right:1px solid #dde4ef;color:#536176;font-size:15px;font-weight:500}.authshell__slugField input{border:0;border-radius:0;padding:0 12px}.authshell__linkPreview{display:grid;gap:10px;padding:16px;border:1px solid #edf0f3;border-radius:16px;background:#f8fafc}.authshell__linkPreview>span{color:#536176;font-size:13px}.authshell__linkPreview div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid #edf0f3;border-radius:12px;background:#fefefe}.authshell__linkPreview strong{min-width:0;overflow:hidden;color:#1268ff;font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.authshell__linkPreview button{min-height:34px;border:0;border-radius:9px;background:#f1f3f6;color:#344054;font-weight:700}.authshell__profileSummary{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #edf0f3;border-radius:16px;background:#f8fafc}.authshell__profileSummary>span{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:#eef0f4;color:#536176}.authshell__profileSummary svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.authshell__profileSummary strong,.authshell__profileSummary small{display:block}.authshell__profileSummary strong{color:#020817;font-size:15px}.authshell__profileSummary small{margin-top:2px;color:#697386;font-size:13px}.authshell__bottomNav,.authshell__mobileBrand,.authshell__quickActions{display:none}.authshell__moreMenu{display:grid;gap:8px}.authshell__moreMenu button{width:100%;min-height:44px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;border:1px solid #edf0f3;border-radius:12px;background:#fff;color:#020817;font:inherit;font-size:14px;font-weight:700;text-align:left}.authshell__moreMenu button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.authshell__moreMenu button.is-active{background:#f1f3f6}.authshell__moreMenu .authshell__moreLogout{color:#d92d20}@media(max-width:820px){.authshell{min-height:100dvh;height:auto;display:block;padding-bottom:82px;overflow-x:hidden;overflow-y:auto;background:#f7f8fa}.authshell__sidebar{display:none}.authshell__main{min-height:100dvh;height:auto;overflow:visible;border-radius:0;box-shadow:none;background:#f7f8fa}.authshell__topbar{min-height:96px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;margin:0;padding:18px 24px 16px;border-bottom:1px solid #e6e9ee;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.authshell__sidebarToggle,.authshell__topbarMeta{display:none}.authshell__topbarActions{display:block;grid-column:2;grid-row:1;width:100%}.authshell__mobileBrand{display:flex;grid-column:1;grid-row:1;align-items:center;justify-content:center;min-width:0}.authshell__mobileBrandMark{width:42px;height:42px;display:block;flex:0 0 auto;border-radius:10px}.authshell__mobileBrand strong,.authshell__mobileBrand div{display:none}.authshell__mobileBrand button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #d9dee7;border-radius:9px;background:#fff;color:#344054}.authshell__mobileBrand button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.authshell__search{height:50px;grid-template-columns:22px minmax(0,1fr);gap:12px;padding:0 18px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;box-shadow:0 10px 26px #0f172a0a}.authshell__search svg{width:20px;height:20px}.authshell__search input{font-size:16px}.authshell__search kbd,.authshell__commandPalette{display:none}.authshell__saas{min-height:auto;padding:12px 14px 22px}.authshell__saasHero{margin:0 0 12px}.authshell__saasHero p{font-size:19px}.authshell__saasHero span{font-size:12px}.authshell__metricGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 12px}.authshell__metricCard{min-height:96px;align-content:start;gap:5px;padding:12px;border-radius:12px}.authshell__metricCard p,.authshell__metricCard span{font-size:11px}.authshell__metricCard strong{overflow-wrap:anywhere;font-size:22px;line-height:1.1}.authshell__metricCard:nth-child(4) strong{font-size:13px;line-height:1.25}.authshell__quickActions{display:grid;gap:8px;margin:0 0 14px}.authshell__quickActions p{margin:0;color:#667085;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.authshell__quickActions div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.authshell__quickActions button{min-width:0;min-height:66px;display:grid;justify-items:center;align-content:center;gap:5px;padding:8px 4px;border:1px solid #edf0f3;border-radius:12px;background:#fff;color:#526071;font:inherit;font-size:10px;font-weight:700}.authshell__quickActions button span{width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:#f1f3f6;color:#020817;font-size:15px;line-height:1}.authshell__saasMainGrid{grid-template-columns:1fr;gap:16px}.authshell__rightRail{display:none}.authshell__bottomNav{position:fixed;left:0;right:0;bottom:0;z-index:40;height:70px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #e6e9ee;background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.authshell__bottomNav button{min-width:0;display:grid;justify-items:center;align-content:center;gap:3px;border:0;border-radius:12px;background:transparent;color:#8b95a5;font:inherit;font-size:10px;font-weight:700}.authshell__bottomNav button.is-active{color:#1d9e75}.authshell__bottomNav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.authshell__utilityDrawer{width:100vw}}.authshell__form{max-width:860px;margin-bottom:20px}.authshell__form label{display:block;margin-bottom:8px;color:#334155;font-size:13px;font-weight:700}.authshell__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.authshell__controls input{min-width:0;min-height:46px;padding:0 14px;border:1px solid rgba(17,24,39,.14);border-radius:8px;background:#fff;color:#111827;font:inherit;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.authshell__controls button{min-height:46px;padding:0 18px;border:0;border-radius:8px;background:#0b6fae;color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:background var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1)}.authshell__logout{min-height:34px;padding:0 12px;border:1px solid rgba(15,23,42,.16);border-radius:999px;background:#fff;color:#0f172a;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background var(--motion-fast) ease,border-color var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1)}.authshell__logout:hover:not(:disabled){background:#f1f5f9;border-color:#0f172a47}.authshell__logout:disabled{cursor:progress;opacity:.72}.authshell__controls button:hover:not(:disabled){background:#0d1726}.authshell__controls button:disabled{cursor:progress;opacity:.72}.authshell__panel,.authshell__card{border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__panel{max-width:860px;display:grid;gap:6px;padding:18px}.authshell__panel span,.authshell__panel small{color:#64748b;line-height:1.6}.authshell__panel--error{border-color:#b91c1c3d;background:snow}.authshell__panel--error strong{color:#991b1b}.authshell__saas{min-height:calc(100vh - 74px);padding:18px 70px 48px}.authshell__saasHero{margin:4px 0 26px}.authshell__saasHero p{margin:0 0 4px;color:#020817;font-size:26px;font-weight:800;line-height:1.15}.authshell__metricGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0 0 40px}.authshell__metricCard{min-height:130px;display:grid;align-content:center;gap:9px;padding:20px;border:1px solid #edf0f3;border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a08}.authshell__metricCard p{margin:0;color:#667085;font-size:13px}.authshell__metricCard strong{color:#020817;font-size:26px;line-height:1}.authshell__metricCard span{color:#98a2b3;font-size:13px}.authshell__metricCard span.is-positive{color:#096}.authshell__saasMainGrid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px}.authshell__appointmentRail{display:grid;gap:13px}.authshell__saasAppointment{min-height:76px;display:grid;grid-template-columns:44px minmax(0,1fr) 12px;align-items:center;gap:16px;padding:0 20px;border:1px solid #edf0f3;border-radius:18px;background:#fff}.authshell__saasAppointment time{color:#020817;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:800}.authshell__saasAppointment strong{color:#020817;font-size:15px}.authshell__saasAppointment span{display:block;margin-top:3px;color:#667085;font-size:13px}.authshell__saasAppointment i{width:10px;height:10px;border-radius:999px;background:#000}.authshell__saasAppointment.is-dimmed time,.authshell__saasAppointment.is-dimmed i{color:#a7afbd;background:#c8ced7}.authshell__rightRail{display:grid;gap:24px;align-content:start}.authshell__shareCard,.authshell__insightCard{display:grid;justify-items:center;gap:10px;padding:22px;border:1px solid #dcecff;border-radius:24px;background:#eff6ff;text-align:center}.authshell__shareIcon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#fff;color:#1677ff;font-size:25px;box-shadow:0 2px 6px #0f172a1f}.authshell__shareCard h3,.authshell__insightCard h3{margin:0;color:#020817;font-size:16px}.authshell__shareCard p,.authshell__insightCard p{margin:0;color:#667085;font-size:14px;line-height:1.35}.authshell__shareCard button{width:100%;height:40px;margin-top:10px;border:1px solid #d9dee7;border-radius:10px;background:#fff;color:#020817;font-weight:700}.authshell__insightCard{align-items:start;justify-items:start;border-color:#edf0f3;background:#f7f8fa;text-align:left}.authshell__insightCard div{padding:16px;border:1px solid #edf0f3;border-radius:18px;background:#fff}.authshell__insightCard strong{display:block;margin-top:12px;color:#020817;font-size:14px}.authshell__saas{min-height:calc(100vh - 76px);padding:20px 70px 48px}.authshell__saasHero{margin:2px 0 26px}.authshell__saasHero p{margin:0 0 4px;color:#020817;font-size:26px;font-weight:760;letter-spacing:0}.authshell__saasHero span{color:#526071;font-size:15px}.authshell__metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0 0 40px}.authshell__metricCard{min-height:130px;padding:20px;border:1px solid #edf0f3;border-radius:18px;background:#fefefe;box-shadow:0 10px 24px #0f172a08}.authshell__saasMainGrid{grid-template-columns:minmax(0,1fr) 300px;gap:32px}.authshell__appointmentsPanel h2{margin:0 0 16px;color:#020817;font-size:17px}.authshell__saasAppointment{min-height:76px;grid-template-columns:44px minmax(0,1fr) 12px;padding:0 20px;border:1px solid #edf0f3;border-radius:18px;background:#fefefe}.authshell__shareCard{border-color:#dcecff;border-radius:24px;background:#eff6ff}.authshell__calendarShell{max-width:948px;margin:4px auto 0;overflow:hidden;border:1px solid #edf0f3;border-radius:22px;background:#fff}.authshell__calendarShell header{min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #edf0f3}.authshell__calendarShell h2,.authshell__sectionHeader h2,.authshell__saas--settings>h2{margin:0;color:#020817;font-size:26px;line-height:1.15}.authshell__calendarShell header h2{font-size:16px}.authshell__calendarShell header div{display:flex;gap:12px}.authshell__calendarShell button,.authshell__sectionHeader button{height:34px;border:0;border-radius:11px;background:#000;color:#fff;padding:0 16px;font-weight:800}.authshell__calendarShell button:first-child{width:34px;padding:0;background:#fff;color:#667085}.authshell__calendarRow{display:grid;grid-template-columns:64px minmax(0,1fr);min-height:80px;padding:0 16px}.authshell__calendarRow>span{padding-top:20px;color:#98a2b3;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;font-weight:700}.authshell__calendarRow>div{border-top:1px solid #edf0f3;padding:10px 0}.authshell__calendarRow article{min-height:64px;display:grid;align-content:center;gap:4px;padding:0 12px;border:1px solid #edf0f3;border-radius:13px;background:#fafbfc}.authshell__calendarRow strong{color:#020817;font-size:14px}.authshell__calendarRow small{color:#667085;font-size:13px}.authshell__calendarShell{max-width:960px;margin:0 auto;border:1px solid #edf0f3;border-radius:22px;background:#fefefe}.authshell__calendarShell header{min-height:66px;padding:0 16px;border-bottom:1px solid #edf0f3}.authshell__calendarShell header h2{color:#020817;font-size:16px;font-weight:760}.authshell__calendarRow{grid-template-columns:64px minmax(0,1fr);min-height:80px;padding:0 16px}.authshell__calendarRow article{min-height:64px;border-radius:13px;background:#fafbfc}.authshell__sectionHeader{display:flex;align-items:center;justify-content:space-between;margin:7px 0 34px}.authshell__customerSearch{height:36px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;margin:0 0 28px;padding:0 14px;border-radius:8px;background:#f7f7f8;color:#98a2b3}.authshell__customerSearch input{border:0;outline:0;background:transparent;color:#020817;font-size:15px}.authshell__customerList{display:grid;gap:26px}.authshell__customerRow{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:14px}.authshell__customerRow>span{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:#f1f3f6;color:#344054;font-weight:700}.authshell__customerRow strong{color:#020817;font-size:14px}.authshell__customerRow small,.authshell__customerRow em{color:#667085;font-size:13px;font-style:normal}.authshell__saas--placeholder{display:grid;place-content:center;justify-items:center;gap:14px;min-height:calc(100vh - 74px);text-align:center}.authshell__saas--placeholder>span{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:#f1f3f6;color:#98a2b3;font-size:24px}.authshell__saas--placeholder h2{margin:0;color:#020817;font-size:21px}.authshell__saas--placeholder p{max-width:330px;margin:0;color:#526071;font-size:15px;line-height:1.45}.authshell__saas--settings{width:100%;max-width:1120px;margin:0 auto;padding-top:18px}.authshell__settingsDesktop{display:grid;gap:24px}.authshell__settingsMobile{display:none}.authshell__settingsHeader{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:end;gap:22px}.authshell__settingsHeader h2{margin:0 0 6px;color:#020817;font-size:26px;font-weight:760;letter-spacing:0}.authshell__settingsHeader p{margin:0;color:#536176;font-size:15px}.authshell__settingsSearch{height:42px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 13px;border:0;border-radius:13px;background:#f7f7f8;color:#98a2b3}.authshell__settingsSearch svg,.authshell__settingsItemIcon svg,.authshell__settingsCategoryGrid svg,.authshell__settingsMobileIcon svg,.authshell__settingsMobileAccount svg,.authshell__settingsWhatsapp svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.authshell__settingsSearch input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#020817;font:inherit;font-size:14px}.authshell__settingsSearch input::placeholder{color:#697386}.authshell__settingsCategoryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.authshell__settingsCategoryGrid button{min-height:92px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:4px 12px;padding:16px;border:1px solid #edf0f3;border-radius:16px;background:#fff;color:#536176;text-align:left;box-shadow:0 10px 24px #0f172a06}.authshell__settingsCategoryGrid button:hover,.authshell__settingsCategoryGrid button.is-active{border-color:#d9dee7;background:#f8f9fb;color:#020817}.authshell__settingsCategoryGrid button>span{grid-row:1 / 3;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f1f3f6;color:#667085}.authshell__settingsCategoryGrid button.is-active>span{background:#eef0f4;color:#020817}.authshell__settingsCategoryGrid strong{min-width:0;overflow:hidden;color:#020817;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.authshell__settingsCategoryGrid small{color:#98a2b3;font-size:13px}.authshell__settingsList{display:grid;gap:14px}.authshell__settingsList>div:first-child p{margin:0 0 3px;color:#020817;font-size:18px;font-weight:760}.authshell__settingsList>div:first-child span{color:#667085;font-size:14px}.authshell__settingsItemGrid{display:grid;gap:12px}.authshell__settingsItemGrid button{width:100%;min-height:82px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:0 16px;border:1px solid #edf0f3;border-radius:16px;background:#fff;color:#020817;text-align:left;box-shadow:0 8px 18px #0f172a05}.authshell__settingsItemGrid button:hover{border-color:#d9dee7;background:#fbfcfd}.authshell__settingsItemIcon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f1f3f6;color:#536176}.authshell__settingsItemIcon--teal{background:#ecfdf3;color:#027a48}.authshell__settingsItemIcon--blue{background:#eff6ff;color:#175cd3}.authshell__settingsItemIcon--amber{background:#fff7e6;color:#b54708}.authshell__settingsItemIcon--purple{background:#f4f3ff;color:#5925dc}.authshell__settingsItemIcon--coral{background:#fff1f0;color:#b42318}.authshell__settingsItemIcon--gray{background:#f1f3f6;color:#536176}.authshell__settingsItemGrid button>span:nth-child(2){min-width:0;display:grid;gap:4px}.authshell__settingsItemGrid strong{overflow:hidden;color:#020817;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.authshell__settingsItemGrid small{overflow:hidden;color:#667085;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.authshell__settingsItemGrid em{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#eef0f4;color:#536176;font-size:11px;font-style:normal;font-weight:800}.authshell__settingsItemGrid b{color:#536176;font-size:13px;font-weight:650}.authshell__settingsEditor{display:grid;gap:14px}.authshell__settingsReturn{width:max-content;min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:0;border-radius:9px;background:#f7f7f8;color:#536176;font:inherit;font-size:13px;font-weight:650}.authshell__settingsReturn:hover{background:#eef0f4;color:#020817}.authshell__settingsDetail{min-height:auto;display:grid;align-content:start;gap:16px;padding:20px;border:1px solid #edf0f3;border-radius:18px;background:#fff}.authshell__settingsDetail header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;align-items:start}.authshell__settingsDetail header h3{margin:0 0 4px;color:#020817;font-size:21px;font-weight:760}.authshell__settingsDetail header p{margin:0;color:#536176;font-size:14px;line-height:1.4}.authshell__settingsDetail header>span{min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:12px;font-weight:750}.authshell__settingsFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.authshell__settingsFormGrid:before{content:"Informações principais";grid-column:1 / -1;padding-bottom:12px;border-bottom:1px solid #edf0f3;color:#020817;font-size:16px;font-weight:700}.authshell__settingsWide{grid-column:1 / -1}.authshell__settingsFormGrid label{min-width:0;display:grid;gap:7px;color:#536176;font-size:12px;font-weight:650}.authshell__settingsFormGrid input,.authshell__settingsFormGrid select{width:100%;min-width:0;min-height:44px;padding:0 12px;border:1px solid #d9dee7;border-radius:11px;background:#fff;color:#020817;font:inherit;font-size:15px}.authshell__settingsActions{display:flex;justify-content:flex-end;gap:10px}.authshell__settingsActions button{min-height:38px;padding:0 14px;border:1px solid #d9dee7;border-radius:10px;background:#fff;color:#020817;font:inherit;font-size:13px;font-weight:700}.authshell__settingsActions button:last-child{border-color:#020817;background:#020817;color:#fff}.authshell__settingsTable,.authshell__settingsToggleList{display:grid;gap:10px}.authshell__settingsTable article,.authshell__settingsToggle{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid #edf0f3;border-radius:13px;background:#fbfcfd}.authshell__settingsTable article strong,.authshell__settingsToggle strong{color:#020817;font-size:14px}.authshell__settingsTable article span,.authshell__settingsToggle small{color:#667085;font-size:13px}.authshell__settingsTable article em{color:#536176;font-size:12px;font-style:normal;font-weight:700}.authshell__settingsToggle{grid-template-columns:18px minmax(0,1fr)}.authshell__settingsToggle>span{display:grid;gap:3px}.authshell__settingsLinkBuilder,.authshell__settingsPreview,.authshell__settingsWhatsapp{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #edf0f3;border-radius:14px;background:#fbfcfd}.authshell__settingsLinkBuilder input{min-width:0;flex:1;height:40px;border:1px solid #d9dee7;border-radius:10px;padding:0 10px;color:#020817;font:inherit}.authshell__settingsPreview{justify-content:space-between}.authshell__settingsPreview small,.authshell__settingsNote,.authshell__settingsWhatsapp p{margin:0;color:#667085;font-size:13px}.authshell__settingsPreview strong,.authshell__settingsWhatsapp strong{color:#020817;font-size:14px}.authshell__settingsPreview button{min-height:34px;border:1px solid #d9dee7;border-radius:9px;background:#fff;color:#020817;font-weight:700}.authshell__settingsWhatsapp>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:#f1f3f6;color:#536176}@media(max-width:820px){.authshell__saas--settings{max-width:none;min-height:auto;margin:0;padding:14px 0 92px;background:#f2f3f6}.authshell__settingsDesktop{display:none}.authshell__settingsMobile{display:block;padding:0 0 24px}}@media(min-width:821px)and (max-width:1120px){.authshell__settingsCategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.authshell__settingsHeader{grid-template-columns:1fr}}@media(min-width:821px){.authshell__saas--settings{max-width:none;padding:18px 18px 32px;background:#f7f7f8}.authshell__settingsDesktop{gap:14px}.authshell__settingsHeader{grid-template-columns:minmax(0,1fr);max-width:980px}.authshell__settingsHeader h2{font-size:18px;font-weight:600}.authshell__settingsHeader p{font-size:12px;color:#9ca3af}.authshell__settingsCategoryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:980px}.authshell__settingsCategoryGrid button{min-height:58px;grid-template-columns:28px minmax(0,1fr);padding:8px 14px;border-color:#e4e4e7;border-radius:8px;box-shadow:none;background:#fff;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.authshell__settingsCategoryGrid button:hover{border-color:#d1d5db;background:#fff;transform:translateY(-1px)}.authshell__settingsCategoryGrid button.is-active{border-color:#1c1c1e;background:#1c1c1e;color:#fff}.authshell__settingsCategoryGrid button>span{width:28px;height:28px;border-radius:7px;background:#eef6ff;color:#2b6cb0}.authshell__settingsCategoryGrid button:nth-child(1)>span{background:#e1f5ee;color:#0f6e56}.authshell__settingsCategoryGrid button:nth-child(3)>span{background:#faeeda;color:#854f0b}.authshell__settingsCategoryGrid button:nth-child(4)>span{background:#eeedfe;color:#534ab7}.authshell__settingsCategoryGrid button.is-active>span{background:#ffffff29;color:#fff}.authshell__settingsCategoryGrid button.is-active strong,.authshell__settingsCategoryGrid button.is-active small{color:#fff}.authshell__settingsCategoryGrid strong{font-size:12px;font-weight:600}.authshell__settingsCategoryGrid small{font-size:11px}.authshell__settingsSplit{min-height:430px;max-width:980px;position:relative;display:block;border:1px solid #e4e4e7;border-radius:10px;background:#fff;overflow:hidden}.authshell__settingsList{gap:0}.authshell__settingsList>div:first-child{padding:12px 16px 10px;border-bottom:1px solid #f0f0f3}.authshell__settingsList>div:first-child p{font-size:13px;font-weight:600}.authshell__settingsList>div:first-child span{font-size:11px;color:#9ca3af}.authshell__settingsItemGrid{gap:0}.authshell__settingsItemGrid button{min-height:58px;grid-template-columns:32px minmax(0,1fr) auto auto;gap:12px;padding:10px 16px;border:0;border-bottom:1px solid #f0f0f3;border-radius:0;box-shadow:none;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.authshell__settingsItemGrid button:last-child{border-bottom:0}.authshell__settingsItemGrid button:hover{background:#fbfdff}.authshell__settingsItemGrid button.is-active{position:relative;background:#eff6ff;box-shadow:inset 3px 0 #2b6cb0}.authshell__settingsItemGrid button.is-active strong{color:#0f3f73}.authshell__settingsItemGrid button.is-active small{color:#2b6cb0}.authshell__settingsItemIcon{width:32px;height:32px;border-radius:8px}.authshell__settingsItemGrid strong{font-size:13px;font-weight:600}.authshell__settingsItemGrid small{font-size:11px;color:#9ca3af}.authshell__settingsItemGrid b{color:#9ca3af;font-size:0}.authshell__settingsItemGrid b:before{content:">";font-size:14px}.authshell__settingsSidePanel{position:absolute;top:0;right:0;bottom:0;width:420px;border-left:1px solid #e4e4e7;background:#fff;box-shadow:-18px 0 34px #0f172a14;transform:translate(0);transition:transform .26s cubic-bezier(.2,.8,.2,1),opacity .2s ease;overflow:hidden;z-index:2}.authshell__settingsSidePanel.is-closed{transform:translate(18px);opacity:0;pointer-events:none}.authshell__settingsSidePanelInner{width:420px;height:100%}.authshell__settingsSideTopbar{min-height:48px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid #e4e4e7}.authshell__settingsSideTopbar button{width:28px;height:28px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#6b7280;font-size:18px;line-height:1}.authshell__settingsSideTopbar div{min-width:0;display:grid;gap:1px}.authshell__settingsSideTopbar strong{overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.authshell__settingsSideTopbar span{overflow:hidden;color:#9ca3af;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.authshell__settingsSideTopbar em{padding:3px 9px;border-radius:999px;background:#dcfce7;color:#166534;font-size:11px;font-style:normal;font-weight:650}.authshell__settingsSidePanel .authshell__settingsDetail{margin:0;padding:16px;border:0;border-radius:0;background:#fff}.authshell__settingsSidePanel .authshell__settingsDetail>header{display:none}.authshell__settingsSidePanel .authshell__settingsFormGrid,.authshell__settingsSidePanel .authshell__settingsTable,.authshell__settingsSidePanel .authshell__settingsToggleList,.authshell__settingsSidePanel .authshell__settingsLinkBuilder,.authshell__settingsSidePanel .authshell__settingsPreview,.authshell__settingsSidePanel .authshell__settingsWhatsapp{border-radius:9px;background:#f7f7f8}.authshell__settingsSidePanel .authshell__settingsFormGrid{grid-template-columns:1fr;padding:10px 14px}.authshell__settingsSidePanel .authshell__settingsFormGrid:before{font-size:10px;color:#9ca3af;letter-spacing:.06em;text-transform:uppercase}.authshell__settingsSidePanel .authshell__settingsActions{justify-content:flex-end}}.authshell__settings{grid-column:1/-1;display:grid;gap:16px;padding:18px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__settings--loading,.authshell__settings--error{color:#334155}.authshell__settings--loading span,.authshell__settings--error span{color:#64748b;line-height:1.6}.authshell__settings--error{border-color:#b91c1c3d;background:snow}.authshell__settings--error strong{color:#991b1b}.authshell__settings--error button{justify-self:start;min-height:38px;padding:0 12px;border:0;border-radius:8px;background:#111827;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.authshell__settingsHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.authshell__settingsHead p{margin:0 0 6px;color:#1e8fd5;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.authshell__settingsHead h2{margin:0 0 6px;font-size:20px;line-height:1.25}.authshell__settingsHead span{display:block;color:#64748b;font-size:13px;line-height:1.5}.authshell__settingsStatus{flex-shrink:0;min-width:58px;padding:8px 10px;border-radius:999px;background:#eef8ff;color:#0f5f93;font-size:12px;font-weight:800;text-align:center}.authshell__settingsList{display:grid;overflow:hidden;border:1px solid rgba(17,24,39,.1);border-radius:16px;background:#fff}.authshell__settingsRow{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:10px 14px;border:0;border-bottom:1px solid rgba(17,24,39,.07);background:#fff;color:#111827;font:inherit;text-align:left;cursor:pointer}.authshell__settingsRow:last-child{border-bottom:0}.authshell__settingsRow i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eef8ff;color:#0f5f93;font-style:normal;font-size:11px;font-weight:900}.authshell__settingsRow span{display:grid;gap:3px;min-width:0}.authshell__settingsRow strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.authshell__settingsRow small{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.authshell__settingsRow b{color:#94a3b8;font-weight:800}.authshell__settingsForm{display:grid;gap:14px}.authshell__settingsForm fieldset{min-width:0;display:grid;gap:10px;margin:0;padding:14px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__settingsForm fieldset:disabled{opacity:.68}.authshell__settingsForm legend{padding:0 6px;color:#111827;font-size:15px;font-weight:800}.authshell__settingsForm p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.authshell__settingsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.authshell__settingsGrid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.authshell__settingsForm label{color:#334155;font-size:12px;font-weight:800}.authshell__settingsForm input:not([type=checkbox]),.authshell__settingsForm select{width:100%;min-width:0;min-height:42px;padding:0 10px;border:1px solid rgba(17,24,39,.14);border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:14px;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.authshell__settingsChecks{display:flex;flex-wrap:wrap;gap:8px}.authshell__settingsCheck{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 10px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;cursor:pointer}.authshell__settingsCheck input{width:16px;height:16px;accent-color:#1e8fd5}.authshell__settingsCheck input:disabled{cursor:not-allowed}.authshell__settingsSummary{padding:14px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__settingsSummary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.authshell__settingsSummary div{display:grid;gap:4px}.authshell__settingsSummary dt{color:#64748b;font-family:var(--font-mono);font-size:11px}.authshell__settingsSummary dd{margin:0;overflow-wrap:anywhere;color:#111827;font-size:13px;font-weight:800}.authshell__settingsFooter{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.authshell__settingsFooter button{min-height:38px;padding:0 12px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background var(--motion-fast) ease,color var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1),border-color var(--motion-fast) ease}.authshell__settingsFooter button[type=submit]{background:#111827;color:#fff}.authshell__settingsFooter button:disabled{cursor:not-allowed;opacity:.62}@media(max-width:980px){.authshell__saas--settings{padding:16px 14px 34px}.authshell__settingsLayout{grid-template-columns:1fr}.authshell__settingsMenu{display:flex;gap:10px;overflow-x:auto;padding:10px}.authshell__settingsMenuGroup{min-width:210px}.authshell__settingsMenu button{min-width:0}.authshell__settingsDetail{min-height:auto}}@media(max-width:620px){.authshell__settingsDetail header,.authshell__settingsActions{align-items:stretch;flex-direction:column}.authshell__settingsFormGrid,.authshell__settingsTable article{grid-template-columns:1fr}.authshell__settingsPreview{grid-template-columns:1fr}.authshell__settingsActions button:last-child{min-width:0}}.authshell__inlineerror{display:grid;gap:4px;padding:12px;border:1px solid rgba(185,28,28,.18);border-radius:8px;background:snow}.authshell__inlineerror strong{color:#991b1b;font-size:14px}.authshell__inlineerror span{color:#64748b;font-size:13px}.authshell__inlineerror small{color:#64748b;font-size:12px}.authshell__inlineStatus{display:grid;gap:4px;padding:12px;border:1px solid rgba(22,101,52,.18);border-radius:8px;background:#f7fdf9}.authshell__inlineStatus strong{color:#166534;font-size:14px}.authshell__inlineStatus span{color:#64748b;font-size:13px}.authshell__agenda{grid-column:1/-1;display:grid;gap:16px;padding:18px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__agendaHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.authshell__agendaHead p{margin:0 0 6px;color:#1e8fd5;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.authshell__agendaHead h2{margin:0 0 6px;font-size:20px;line-height:1.25}.authshell__agendaHead span{display:block;color:#64748b;font-size:13px;line-height:1.5}.authshell__datePill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fff;color:#111827;font-size:13px;font-weight:800;flex-shrink:0}.authshell__agendaActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.authshell__resourceFilter{display:grid;gap:5px;min-width:190px}.authshell__resourceFilter span{color:#64748b;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authshell__resourceFilter select{width:100%;min-height:38px;padding:0 10px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:13px;font-weight:700;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.authshell__agendaActions button,.authshell__appointmentActions button,.authshell__appointmentFormHead button,.authshell__appointmentFormFooter button{min-height:38px;padding:0 12px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#111827;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background var(--motion-fast) ease,color var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1),border-color var(--motion-fast) ease}.authshell__agendaActions button:disabled,.authshell__appointmentFormFooter button:disabled{cursor:not-allowed;opacity:.62}.authshell__appointmentActions button,.authshell__appointmentFormHead button{background:#fff;color:#111827}.authshell__appointmentActions button:hover,.authshell__appointmentFormHead button:hover{border-color:#1e8fd547;color:#0f5f93}.authshell__agendaGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.34fr);gap:12px}.authshell__agendaColumn,.authshell__agendaSummary{min-width:0;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__agendaColumn{display:grid;align-content:start;gap:12px;padding:14px}.authshell__agendaColumnHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(17,24,39,.08)}.authshell__agendaColumnHead strong{color:#111827;font-size:15px}.authshell__agendaColumnHead span{color:#64748b;font-size:12px;text-align:right}.authshell__emptySchedule{display:grid;place-items:center;min-height:180px;padding:22px;border:1px dashed rgba(30,143,213,.32);border-radius:8px;background:#f5fbff;text-align:center}.authshell__emptySchedule strong{color:#0f5f93;font-size:16px}.authshell__emptySchedule span{max-width:360px;margin-top:6px;color:#64748b;font-size:13px;line-height:1.55}.authshell__emptySchedule--error{border-color:#b91c1c3d;background:snow}.authshell__emptySchedule--error strong{color:#991b1b}.authshell__appointmentList{display:grid;gap:10px;margin:0;padding:0;list-style:none}.authshell__appointmentItem{display:grid;grid-template-columns:minmax(88px,.18fr) minmax(0,1fr) auto;gap:12px;min-width:0;padding:12px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;transition:border-color var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1)}.authshell__appointmentItem:hover{border-color:#1e8fd533;transform:translateY(-1px)}.authshell__appointmentTime,.authshell__appointmentBody{min-width:0;display:grid;align-content:start;gap:5px}.authshell__appointmentTime strong{color:#111827;font-family:var(--font-mono);font-size:12px}.authshell__appointmentTime span{width:max-content;max-width:100%;padding:5px 7px;border-radius:999px;background:#eef8ff;color:#0f5f93;font-size:11px;font-weight:800}.authshell__appointmentBody strong{overflow-wrap:anywhere;color:#111827;font-size:15px}.authshell__appointmentBody span,.authshell__appointmentBody small{overflow-wrap:anywhere;color:#64748b;font-size:13px;line-height:1.4}.authshell__appointmentActions{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.authshell__agendaSummary{padding:14px}.authshell__agendaSummary h3{margin:0 0 12px;font-size:15px}.authshell__agendaSummary dl{display:grid;gap:10px;margin:0}.authshell__agendaSummary div{display:grid;gap:4px;padding-top:10px;border-top:1px solid rgba(17,24,39,.08)}.authshell__agendaSummary dt{color:#64748b;font-family:var(--font-mono);font-size:11px}.authshell__agendaSummary dd{margin:0;overflow-wrap:anywhere;color:#111827;font-size:13px;font-weight:800}.authshell__appointmentForm{display:grid;gap:14px;padding:14px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__appointmentFormHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.authshell__appointmentFormHead p{margin:0 0 6px;color:#1e8fd5;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.authshell__appointmentFormHead h3{margin:0;font-size:18px}.authshell__appointmentFormGrid{display:grid;gap:8px}.authshell__appointmentFormGrid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.authshell__appointmentFormGrid label{color:#334155;font-size:12px;font-weight:800}.authshell__appointmentFormGrid input,.authshell__appointmentFormGrid select{width:100%;min-width:0;min-height:42px;padding:0 10px;border:1px solid rgba(17,24,39,.14);border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:14px;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.authshell__appointmentFormGrid p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.authshell__appointmentFormFooter{display:flex;justify-content:flex-end}.authshell__today{grid-column:1/-1;display:grid;gap:16px;padding:18px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__today--loading,.authshell__today--error{color:#334155}.authshell__today--loading span,.authshell__today--error span{color:#64748b;line-height:1.6}.authshell__today--error{border-color:#b91c1c3d;background:snow}.authshell__today--error strong{color:#991b1b}.authshell__today--error button{justify-self:start;min-height:38px;padding:0 12px;border:0;border-radius:8px;background:#111827;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.authshell__todayDensity{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#f8fafc}.authshell__todayDensity strong{min-width:180px;color:#111827;font-size:14px}.authshell__todayDensity span{color:#475569;font-size:13px;line-height:1.45}.authshell__todayMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.authshell__todayMetric{display:grid;gap:6px;min-width:0;padding:14px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__todayMetric span{overflow-wrap:anywhere;color:#64748b;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authshell__todayMetric strong{color:#111827;font-size:26px;line-height:1}.authshell__todayGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.36fr);gap:12px}.authshell__todayFlags{display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap}.authshell__todayFlags span{padding:5px 7px;border-radius:999px;background:#eef8ff;color:#0f5f93;font-size:11px;font-weight:800}.authshell__todayLimitNote{margin:10px 0 0;padding:10px;border:1px solid rgba(15,95,147,.14);border-radius:8px;background:#f5fbff;color:#475569;font-size:12px;line-height:1.45}.authshell__todayAttention{display:grid;gap:8px;margin:0 0 12px;padding:0;list-style:none}.authshell__todayAttention li,.authshell__todayEmptyBlock{display:grid;gap:4px;padding:10px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#fff}.authshell__todayAttention strong,.authshell__todayEmptyBlock strong{color:#111827;font-size:13px}.authshell__todayAttention span,.authshell__todayEmptyBlock span{color:#64748b;font-size:12px;line-height:1.45}.authshell__todayResources{display:grid;gap:8px;margin:0}.authshell__todayResources div{display:grid;gap:4px;padding:10px;border-top:1px solid rgba(17,24,39,.08)}.authshell__todayResourcesMore{background:#f8fafc}.authshell__todayResources dt{overflow-wrap:anywhere;color:#64748b;font-family:var(--font-mono);font-size:11px}.authshell__todayResources dd{margin:0;color:#111827;font-size:13px;font-weight:800}.authshell__insights{grid-column:1/-1;display:grid;gap:16px;padding:18px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__insights--loading,.authshell__insights--error{color:#334155}.authshell__insights--loading span,.authshell__insights--error span{color:#64748b;line-height:1.6}.authshell__insights--error{border-color:#b91c1c3d;background:snow}.authshell__insights--error strong{color:#991b1b}.authshell__insights--error button{justify-self:start;min-height:38px;padding:0 12px;border:0;border-radius:8px;background:#111827;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.authshell__insightMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.authshell__insightCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.authshell__insightCard{display:grid;gap:8px;min-width:0;padding:14px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__insightCard--critical{border-color:#b91c1c3d;background:snow}.authshell__insightCard--warning{border-color:#b453093d;background:#fffdf7}.authshell__insightCard>span{color:#64748b;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authshell__insightCard h3{margin:0;color:#111827;font-size:16px}.authshell__insightCard p,.authshell__insightCard small{margin:0;color:#64748b;font-size:12px;line-height:1.45}.authshell__insightCard strong{color:#111827;font-size:20px}.authshell__questionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.authshell__question{display:grid;gap:6px;min-height:78px;padding:12px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;color:#111827;text-align:left;cursor:pointer}.authshell__question:disabled{cursor:not-allowed;opacity:.62}.authshell__question strong{font-size:13px;line-height:1.3}.authshell__question span{color:#64748b;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authshell__answer{display:grid;gap:12px;padding:14px;border:1px solid rgba(15,95,147,.16);border-radius:8px;background:#f5fbff}.authshell__answer p{margin:0 0 4px;color:#0f5f93;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authshell__answer h3{margin:0;color:#111827;font-size:18px}.authshell__answer span{display:block;margin-top:6px;color:#475569;font-size:13px;line-height:1.45}.authshell__answer dl{display:grid;gap:8px;margin:0}.authshell__answer dl div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#fff}.authshell__answer dt{color:#475569;font-size:13px}.authshell__answer dd{margin:0;color:#111827;font-size:13px}.authshell__teamSurface{display:grid;gap:14px;padding:16px;border:1px solid rgba(17,24,39,.1);border-radius:16px;background:#fbfcfd}.authshell__teamSurface p{margin:0 0 6px;color:#1e8fd5;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.authshell__teamSurface h3{margin:0 0 6px;font-size:17px}.authshell__teamSurface span{color:#64748b;font-size:13px;line-height:1.45}.authshell__teamSurface dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.authshell__teamSurface div{min-width:0}.authshell__teamSurface dl div{display:grid;gap:4px;padding:10px;border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#fff}.authshell__teamSurface dt{color:#111827;font-size:13px;font-weight:800}.authshell__teamSurface dd{margin:0;color:#64748b;font-size:12px;line-height:1.4}@media(max-width:980px){.authshell__insightCards,.authshell__questionGrid,.authshell__insightMetrics{grid-template-columns:1fr 1fr}}@media(max-width:640px){.authshell__insightCards,.authshell__questionGrid,.authshell__insightMetrics{grid-template-columns:1fr}.authshell__answer dl div{align-items:flex-start;flex-direction:column}}.authshell__customers{grid-column:1/-1;display:grid;gap:16px;padding:18px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__customersGrid{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);gap:12px}.authshell__customerListPane,.authshell__customerDetailPane{min-width:0;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fbfcfd}.authshell__customerListPane{display:grid;align-content:start;gap:12px;padding:14px}.authshell__customerDetailPane{display:grid;align-content:start;gap:14px;padding:14px}.authshell__customerList{display:grid;gap:8px;margin:0;padding:0;list-style:none}.authshell__customerListButton{display:grid;gap:4px;width:100%;min-width:0;padding:12px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;color:#111827;font:inherit;text-align:left;cursor:pointer;transition:border-color var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1),background var(--motion-fast) ease}.authshell__customerListButton:hover{border-color:#1e8fd53d}.authshell__customerListButton--active{border-color:#1e8fd570;background:#f5fbff}.authshell__customerListButton strong,.authshell__customerProfile h3,.authshell__customerTimeline span,.authshell__customerFacts dd{overflow-wrap:anywhere}.authshell__customerListButton strong{font-size:14px}.authshell__customerListButton span{color:#64748b;font-size:13px}.authshell__customerListButton small{color:#0f5f93;font-size:11px;font-weight:800}.authshell__customerProfile{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(17,24,39,.08)}.authshell__customerProfile p{margin:0 0 6px;color:#1e8fd5;font-family:var(--font-mono);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.authshell__customerProfile h3{margin:0 0 5px;font-size:20px;line-height:1.25}.authshell__customerProfile span{color:#64748b;font-size:13px}.authshell__customerBadge{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#eef8ff;color:#0f5f93!important;font-size:12px!important;font-weight:800;white-space:nowrap}.authshell__customerFacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.authshell__customerFacts div{display:grid;gap:4px;padding:10px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#fff}.authshell__customerFacts dt{color:#64748b;font-family:var(--font-mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authshell__customerFacts dd{margin:0;color:#111827;font-size:13px;font-weight:800}.authshell__customerSection{display:grid;gap:10px;padding-top:14px;border-top:1px solid rgba(17,24,39,.08)}.authshell__customerSectionHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.authshell__customerSectionHead strong{color:#111827;font-size:15px}.authshell__customerSectionHead span{color:#64748b;font-size:12px}.authshell__customerEmpty{display:grid;gap:5px;padding:12px;border:1px dashed rgba(30,143,213,.28);border-radius:8px;background:#f5fbff}.authshell__customerEmpty strong{color:#0f5f93;font-size:14px}.authshell__customerEmpty span{color:#64748b;font-size:13px}.authshell__customerTimeline{display:grid;gap:8px;margin:0;padding:0;list-style:none}.authshell__customerTimeline li{display:grid;gap:4px;padding:12px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#fff}.authshell__customerTimeline strong{color:#111827;font-size:13px}.authshell__customerTimeline span{color:#64748b;font-size:13px;line-height:1.45}.authshell__customerRetry{justify-self:center;min-height:34px;margin-top:8px;padding:0 12px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#111827;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background var(--motion-fast) ease,transform var(--motion-fast) cubic-bezier(.23,1,.32,1)}.authshell__customerRetry:hover{background:#0d1726}.authshell__subscription{grid-column:1/-1;display:grid;gap:14px;padding:18px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #0f172a12}.authshell__subscriptionHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.authshell__subscriptionHead p{margin:0 0 6px;color:#1e8fd5;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.authshell__subscriptionHead h2{margin:0 0 8px;font-size:22px;line-height:1.25}.authshell__subscriptionHead span:not(.authshell__subscriptionStatus){display:block;max-width:620px;color:#64748b;line-height:1.6}.authshell__subscriptionStatus{flex-shrink:0;max-width:220px;padding:8px 10px;border-radius:999px;background:#eef8ff;color:#0f5f93;font-size:12px;font-weight:800;text-align:center}.authshell__subscriptionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.authshell__subscriptionBlock{min-width:0;padding:16px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#f8fafc}.authshell__subscriptionBlock h3{margin:0 0 12px;font-size:15px}.authshell__subscriptionBlock p{margin:0;color:#64748b;line-height:1.6}.authshell__subscriptionBlock dl{display:grid;gap:8px;margin:0}.authshell__subscriptionBlock dl div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:12px;padding:8px 0;border-top:1px solid rgba(17,24,39,.08)}.authshell__subscriptionBlock dt{color:#64748b;font-family:var(--font-mono);font-size:12px}.authshell__subscriptionBlock dd{margin:0;overflow-wrap:anywhere;color:#111827;font-size:13px;font-weight:700;text-align:right}.authshell__subscriptionNotice{display:grid;gap:4px;padding:12px;border:1px solid rgba(180,83,9,.2);border-radius:8px;background:#fffaf0}.authshell__subscriptionNotice strong{color:#92400e;font-size:14px}.authshell__subscriptionNotice span{color:#64748b;font-size:13px;line-height:1.6}.authshell__chips{display:flex;flex-wrap:wrap;gap:8px}.authshell__chips span{padding:7px 9px;border:1px solid rgba(30,143,213,.24);border-radius:999px;background:#eef8ff;color:#0f5f93;font-size:12px;font-weight:700}.capdiag{min-height:100vh;padding:clamp(32px,6vw,72px);background:#fbfcfd;color:#111827}.capdiag__header{max-width:760px;margin-bottom:28px}.capdiag__eyebrow{margin:0 0 12px;color:#1e8fd5;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.capdiag h1{margin:0 0 14px;font-family:var(--font-display);font-size:clamp(38px,5vw,64px);font-weight:400;letter-spacing:0;line-height:1}.capdiag__header p:not(.capdiag__eyebrow){max-width:560px;color:#64748b;font-size:16px;line-height:1.7}.capdiag__form{max-width:860px;margin-bottom:24px}.capdiag__form label{display:block;margin-bottom:8px;color:#334155;font-size:13px;font-weight:700}.capdiag__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.capdiag__controls input{min-width:0;min-height:46px;padding:0 14px;border:1px solid rgba(17,24,39,.14);border-radius:8px;background:#fff;color:#111827;font:inherit}.capdiag__controls button{min-height:46px;padding:0 18px;border:0;border-radius:8px;background:#1e8fd5;color:#fff;font:inherit;font-weight:700;cursor:pointer}.capdiag__controls button:disabled{cursor:progress;opacity:.7}.capdiag__panel,.capdiag__card{max-width:860px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;box-shadow:0 16px 40px #0f172a0f}.capdiag__panel{display:grid;gap:6px;padding:18px}.capdiag__panel strong{font-size:15px}.capdiag__panel span,.capdiag__panel small{color:#64748b;line-height:1.6}.capdiag__panel--error{border-color:#b91c1c3d;background:snow}.capdiag__panel--error strong{color:#991b1b}.capdiag__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1080px}.capdiag__card{padding:18px}.capdiag__card h2{margin:0 0 14px;font-size:15px}.capdiag__card p{margin:0;color:#64748b}.capdiag__card dl{display:grid;gap:8px;margin:0}.capdiag__card dl div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:8px 0;border-top:1px solid rgba(17,24,39,.08)}.capdiag__card dt{color:#64748b;font-family:var(--font-mono);font-size:12px}.capdiag__card dd{margin:0;overflow-wrap:anywhere;color:#111827;font-size:13px;font-weight:700;text-align:right}@media(max-width:720px){.capdiag__controls,.capdiag__grid,.capdiag__card dl div{grid-template-columns:1fr}.capdiag__card dd{text-align:left}}
