.site{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:2rem;padding:1rem 2.5rem;background:linear-gradient(to bottom,rgba(246,244,255,.96),rgba(246,244,255,.85),transparent)}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;font-size:1.2rem;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.brand__mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.brand__mark img{width:36px;height:36px;display:block;object-fit:contain}.site-nav{display:flex;gap:1.5rem;flex:1}.nav-link{color:#334155;text-decoration:none;font-size:.95rem}.nav-link:hover,.nav-link.active{color:#0f172a}.site-actions{display:flex;align-items:center;gap:.75rem}.site-actions .btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:inherit}.site-actions .btn-ghost{color:#334155;background:transparent}.site-actions .btn-ghost:hover{color:#0f172a}.site-actions .btn-primary{background:#0f172a;color:#fff}.site-actions .btn-primary:hover{background:#1e293b}.site-main{flex:1;padding-top:5rem}.account-shell{min-height:100vh;background:#f1f5f9}.account-topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e2e8f0}.account-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border:none;background:#f8fafc;border-radius:8px;cursor:pointer}.account-hamburger span{display:block;height:2px;background:#0f172a;border-radius:1px}.account-topbar__title{min-width:0}.account-topbar__eyebrow{margin:0;display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.account-topbar__logo{width:18px;height:18px;display:block;object-fit:contain}.account-topbar__business{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-layout{display:flex;min-height:calc(100vh - 57px)}.account-sidebar{display:none;flex-direction:column;width:260px;flex-shrink:0;background:#fff;border-right:1px solid #e2e8f0;padding:1rem 0}.account-layout--menu-open .account-sidebar{display:flex;position:fixed;top:57px;left:0;bottom:0;z-index:50;box-shadow:4px 0 24px #0f172a1f}.account-backdrop{position:fixed;top:57px;right:0;bottom:0;left:0;z-index:45;border:none;background:#0f172a59;cursor:pointer}.account-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem;flex:1}.account-nav__link{padding:.65rem .85rem;border-radius:8px;color:#475569;text-decoration:none;font-size:.9rem;font-weight:500}.account-nav__link:hover{background:#f8fafc;color:#0f172a}.account-nav__link.is-active{background:#0f172a;color:#fff}.account-profile{position:relative;padding:.75rem;border-top:1px solid #e2e8f0;margin-top:auto}.account-profile__btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit}.account-profile__btn:hover{background:#f8fafc}.account-profile__avatar{width:40px;height:40px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.account-profile__name{font-size:.875rem;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-profile__menu{position:absolute;left:.75rem;right:.75rem;bottom:calc(100% + 4px);background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1a;padding:.35rem}.account-profile__logout{width:100%;padding:.6rem .75rem;border:none;background:transparent;border-radius:6px;text-align:left;font-family:inherit;font-size:.875rem;color:#b91c1c;cursor:pointer}.account-profile__logout:hover{background:#fef2f2}.account-main{flex:1;min-width:0;padding:1.25rem}@media (min-width: 900px){.account-hamburger{display:none}.account-sidebar{display:flex;position:static;box-shadow:none}.account-backdrop{display:none}.account-layout--menu-open .account-sidebar{position:static;box-shadow:none}.account-main{padding:1.5rem 2rem}}*,*:before,*:after{box-sizing:border-box}:root{--color-primary: #6453a1;--color-primary-hover: #4b3a8c;--color-primary-soft: #cfc7eb;--color-bg: #f6f4ff;--color-surface: #ffffff;--color-border: #e6e2f5;--color-text: #1f173d;--color-text-secondary: #6f6a86;--color-success: #4ec9a6;--color-info: #5aa7f7;--color-warning: #ffb84d;--color-danger: #ff6b8b;--shadow-soft: 0 10px 30px rgba(31, 23, 61, .08)}body{margin:0;font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text);background:radial-gradient(circle at top left,#ffffff 0,var(--color-bg) 48%,#ffffff 100%);line-height:1.5}h1,h2,h3{margin:0 0 .5rem;letter-spacing:-.02em}p{margin:0 0 1rem;color:#475569}.page{max-width:1280px;margin:0 auto;padding:2.5rem 2rem 3rem}.page-narrow{max-width:560px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:1.75rem 1.75rem 1.9rem;box-shadow:var(--shadow-soft)}.pricing-card--flex{display:flex;flex-direction:column;min-height:100%}.pricing-card__body{flex:1}.pricing-card__cta{margin-top:auto;width:100%}.pricing-card--custom{border-style:dashed;background:#cfc7eb40}.pricing-card__custom-label{font-size:1.35rem}.card h3{margin-bottom:.25rem}.price{font-size:1.75rem;font-weight:700;margin:.75rem 0}.muted{color:var(--color-text-secondary);font-size:.875rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem}.form-field input,.form-field select{width:100%;padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:14px;font-size:1rem;font-family:inherit}.error{color:#b91c1c;font-size:.875rem}.success{color:#15803d}.pricing-page{padding-bottom:3rem}.pricing-hero{text-align:center;max-width:720px;margin:0 auto 2rem}.pricing-hero h1{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2}.pricing-lead{font-size:1.0625rem;color:#475569;margin-bottom:0}.billing-toggle-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.billing-toggle{display:inline-flex;padding:4px;background:#e2e8f0;border-radius:999px;gap:4px}.billing-toggle__btn{border:none;background:transparent;padding:.5rem 1.25rem;border-radius:999px;font-size:.9375rem;font-weight:600;color:#475569;cursor:pointer;font-family:inherit}.billing-toggle__btn.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1f}.billing-savings{margin:0;font-size:.9375rem;color:#166534;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.billing-savings__badge{background:#dcfce7;color:#166534;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:4px}.pricing-period{margin:-.5rem 0 .75rem;font-size:.9375rem;color:#64748b}.pricing-equiv{font-size:.8125rem}.pricing-save-line{margin:0 0 1rem;font-size:.8125rem}.pricing-highlights{margin-bottom:1.25rem}.pricing-compare{margin-top:3rem}.pricing-compare h2{text-align:center;margin-bottom:.35rem}.pricing-compare>.muted{text-align:center;display:block;margin-bottom:1.5rem}.pricing-table-scroll{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.pricing-table{width:100%;border-collapse:collapse;min-width:640px;font-size:.9375rem}.pricing-table th,.pricing-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;text-align:center}.pricing-table th:first-child,.pricing-table td:first-child,.pricing-table tbody th{text-align:left;font-weight:500;color:#334155}.pricing-table thead th{background:#f8fafc;font-weight:700;color:#0f172a}.pricing-table tbody th{background:#fafafa}.pricing-table tr:last-child th,.pricing-table tr:last-child td{border-bottom:none}.btn{display:inline-block;padding:.65rem 1.35rem;border-radius:14px;font-weight:600;text-decoration:none;text-align:center;border:none;cursor:pointer;font-family:inherit;font-size:.9375rem}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-soft)}.btn-primary:hover{background:var(--color-primary-hover)}.btn-secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.checkout-wizard .wizard-steps{display:flex;gap:.5rem;list-style:none;padding:0;margin:0 0 1.5rem;flex-wrap:wrap}.wizard-steps__item{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#94a3b8;padding:.35rem .6rem;border-radius:999px;background:#f1f5f9}.wizard-steps__item.is-current{background:#0f172a;color:#fff;font-weight:600}.wizard-steps__item.is-done{color:#166534;background:#dcfce7}.wizard-steps__num{font-weight:700}.payment-provider-buttons{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.payment-provider-btn{width:100%;justify-content:center}.info-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.wizard-actions{display:flex;gap:.75rem;margin-top:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-field textarea{width:100%;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:#fff;border-radius:12px;padding:1.5rem;max-width:480px;width:100%;position:relative;box-shadow:0 20px 40px #0f172a26}.modal-close{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#64748b}.account-section__title{margin:0 0 1.25rem;font-size:1.35rem}.usage-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.usage-stat__label{margin:0 0 .35rem;font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.usage-stat__value{margin:0 0 .65rem;font-size:1.25rem}.usage-stat__bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.usage-stat__fill{height:100%;background:#0f172a;border-radius:3px;transition:width .2s ease,background .2s ease}.usage-stat__fill--warn{background:#ca8a04}.usage-stat__fill--danger{background:#dc2626}.usage-stat__pct{font-size:.75rem}.branch-chart__list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.branch-chart__meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.8125rem;margin-bottom:.25rem}.branch-chart__name{font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-chart__track{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.branch-chart__fill{height:100%;background:#334155;border-radius:4px}.chart-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.chart-placeholder__bars{display:flex;align-items:flex-end;gap:.5rem;height:120px;margin:1rem 0 .5rem;opacity:.35}.chart-placeholder__bar{flex:1;background:#94a3b8;border-radius:4px 4px 0 0;min-height:8px}.chart-placeholder__note{font-size:.75rem;color:#94a3b8;margin:0}.bill-table{width:100%;border-collapse:collapse;font-size:.875rem}.bill-table th,.bill-table td{text-align:left;padding:.5rem .35rem;border-bottom:1px solid #e2e8f0}.bill-table__ref{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-danger__btn{border-color:#fecaca;color:#b91c1c}.plan-change__quote{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}
