[data-theme=dark],:root{--color-bg:var(--tyo-color-bg,#121d27);--color-surface:var(--tyo-color-surface,#15243a);--color-border:var(--tyo-color-border,#2d3041);--color-primary:var(--tyo-color-primary,#007ac7);--color-accent:var(--tyo-color-accent,#00e0d8);--color-text:var(--tyo-color-text,#d4dae3);--color-muted:var(--tyo-color-muted,#8b8e93);--color-gradient:var(--tyo-gradient-action,linear-gradient(45deg, #00a8f4, #02d1a1));--color-error:var(--tyo-color-error,#ef4444);--color-success:var(--tyo-color-success,#22c55e)}[data-theme=light]{--color-bg:var(--tyo-color-bg,#f8fafc);--color-surface:var(--tyo-color-surface,#fff);--color-border:var(--tyo-color-border,#e2e8f0);--color-primary:var(--tyo-color-primary,#0062a3);--color-accent:var(--tyo-color-accent,#00a89c);--color-text:var(--tyo-color-text,#242f3e);--color-muted:var(--tyo-color-muted,#64748b);--color-gradient:var(--tyo-gradient-action,linear-gradient(45deg, #0062a3, #00a89c));--color-error:var(--tyo-color-error,#dc2626);--color-success:var(--tyo-color-success,#16a34a)}*,:before,:after{box-sizing:border-box}body{font-family:var(--tyo-font-body,"Open Sans", -apple-system, sans-serif);background:var(--color-bg);color:var(--color-text);margin:0;font-size:15px;line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--tyo-font-heading,"Poppins", sans-serif);margin:0 0 .5rem}.brand-layout{flex-direction:column;min-height:100vh;display:flex}.brand-layout .shell{flex:1;min-height:0}.brand-header{background:var(--tyo-gradient-brand,linear-gradient(60deg, #4e6ccd 0%, #00a4db 100%));padding:15px 0}.brand-header .brand-header-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;padding-inline:clamp(1rem,4vw,4rem);display:flex}.brand-header .brand-logo{align-items:center;display:inline-flex}.brand-header .brand-logo img{display:block}.brand-header .brand-account{justify-content:flex-end;align-items:center;gap:.75rem;min-width:0;margin-left:auto;display:flex}.brand-header .brand-account-email{color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;max-width:min(24rem,35vw);font-size:.85rem;overflow:hidden}.brand-header .brand-account-action{border-radius:var(--tyo-action-radius,8px);color:#fff;cursor:pointer;font:inherit;background:#ffffff26;border:1px solid #fff9;flex:none;padding:.4rem 1rem;font-weight:600;transition:background .15s,opacity .15s}.brand-header .brand-account-action:hover:not(:disabled){background:#ffffff40}.brand-header .brand-account-action:disabled{cursor:wait;opacity:.65}@media (max-width:600px){.brand-header .brand-account-email{display:none}}.brand-footer{background:var(--tyo-color-footer-bg,#15192b);color:var(--tyo-color-footer-text,#d4dae3)}.brand-footer .brand-footer-inner{max-width:1140px;margin:0 auto;padding:3rem 1.5rem 1.75rem}.brand-footer .brand-footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:200px 1fr;gap:3rem;padding-bottom:2.5rem;display:grid}@media (max-width:760px){.brand-footer .brand-footer-top{grid-template-columns:1fr;gap:2rem}}.brand-footer .brand-footer-brand{flex-direction:column;gap:.75rem;display:flex}.brand-footer .brand-footer-brand img{align-self:flex-start;width:auto;height:28px;display:block}.brand-footer .brand-footer-tagline{opacity:.55;margin:0;font-size:.8rem;line-height:1.6}.brand-footer .brand-footer-cols{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:640px){.brand-footer .brand-footer-cols{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.brand-footer .brand-footer-col-heading{letter-spacing:.08em;text-transform:uppercase;opacity:.45;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.brand-footer .brand-footer-col ul{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.brand-footer .brand-footer-col ul a{color:var(--tyo-color-footer-text,#d4dae3);opacity:.75;font-size:.82rem;text-decoration:none}.brand-footer .brand-footer-col ul a:hover{opacity:1}.brand-footer .brand-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.brand-footer .brand-copyright{opacity:.45;margin:0;font-size:.8rem}.brand-footer .brand-footer-util{color:var(--tyo-color-footer-text,#d4dae3);opacity:.35;font-size:.78rem;text-decoration:none}.brand-footer .brand-footer-util:hover{opacity:.65}.shell{min-height:100vh;display:flex}.shell-nav{background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;width:220px;padding:1.5rem 0;display:flex}.shell-nav .nav-logo{color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:0 1.5rem 1.5rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.shell-nav nav{flex:1;padding:1rem 0}.shell-nav .nav-link{color:var(--color-muted);border-left:3px solid #0000;padding:.6rem 1.5rem;font-size:.9rem;transition:color .15s,border-color .15s;display:block}.shell-nav .nav-link:hover,.shell-nav .nav-link.active{color:var(--color-text);border-left-color:var(--color-primary);background:#007ac70f;text-decoration:none}.shell-subnav{background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;width:190px;padding:1.5rem 0;display:flex}.shell-subnav .subnav-title{border-bottom:1px solid var(--color-border);min-height:28px;color:var(--color-muted);letter-spacing:.08em;text-transform:uppercase;padding:0 1.25rem 1.5rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700}.shell-subnav nav{flex:1;padding:1rem 0}.shell-subnav .subnav-link{color:var(--color-muted);border-left:3px solid #0000;padding:.6rem 1.25rem;font-size:.85rem;transition:color .15s,border-color .15s;display:block}.shell-subnav .subnav-link:hover,.shell-subnav .subnav-link.active{border-left-color:var(--color-primary);color:var(--color-text);background:#007ac70f;text-decoration:none}.shell-main{flex-direction:column;flex:1;min-width:0;display:flex}.shell-header{border-bottom:1px solid var(--color-border);background:var(--color-surface);align-items:center;gap:1rem;height:56px;padding:0 2rem;display:flex}.shell-header .header-title{flex:1;font-size:1rem;font-weight:600}.shell-content{flex:1;padding:2rem}@media (max-width:900px){.shell{flex-direction:column;min-height:0}.shell-nav,.shell-subnav{border-right:0;border-bottom:1px solid var(--color-border);width:100%;padding:0}.shell-nav .nav-logo,.shell-nav .subnav-title,.shell-subnav .nav-logo,.shell-subnav .subnav-title{display:none}.shell-nav nav,.shell-subnav nav{gap:.25rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.shell-nav .nav-link,.shell-subnav .subnav-link{white-space:nowrap;border-bottom:3px solid #0000;border-left:0;flex:none;padding:.45rem .75rem}.shell-nav .nav-link:hover,.shell-nav .nav-link.active,.shell-subnav .subnav-link:hover,.shell-subnav .subnav-link.active{border-left-color:#0000;border-bottom-color:var(--color-primary)}.shell-header{padding:0 1rem}.shell-content{padding:1rem}}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:1.5rem}.card .card-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin-bottom:.5rem;font-size:.75rem}.card .card-value{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.2}.card .card-sub{color:var(--color-muted);margin-top:.25rem;font-size:.82rem}.usage-bar-wrap{background:var(--color-border);border-radius:4px;height:8px;margin:.75rem 0 .5rem;overflow:hidden}.usage-bar-wrap .usage-bar{background:var(--color-primary);border-radius:4px;height:100%;transition:width .4s}.usage-bar-wrap .usage-bar.amber{background:#f59e0b}.usage-bar-wrap .usage-bar.red{background:var(--color-error)}.key-row{align-items:center;gap:.5rem;margin-top:.75rem;font-family:monospace;font-size:.9rem;display:flex}.key-row .copy-btn{border:1px solid var(--color-border);color:var(--color-muted);cursor:pointer;background:0 0;border-radius:4px;padding:2px 8px;font-size:.75rem}.key-row .copy-btn:hover{color:var(--color-text)}.usage-chart{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;margin-bottom:2rem;padding:1.5rem}.usage-chart .chart-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin-bottom:1rem;font-size:.75rem}.usage-chart .chart-bars{align-items:flex-end;gap:3px;height:80px;display:flex}.usage-chart .chart-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:2px;height:100%;display:flex}.usage-chart .chart-bar{background:var(--color-primary);opacity:.7;border-radius:2px 2px 0 0;width:100%;min-height:2px;transition:opacity .15s}.usage-chart .chart-bar:hover{opacity:1}.form-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;max-width:520px;margin-bottom:1.25rem;padding:1.5rem}.form-section h3{margin-bottom:1rem;font-size:1rem}.form-field{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.form-field label{color:var(--color-muted);font-size:.82rem}.form-field input{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;outline:none;padding:.5rem .75rem;font-size:.9rem}.form-field input:focus{border-color:var(--color-primary)}.form-field input:disabled{opacity:.5;cursor:not-allowed}.form-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.form-btn:hover{opacity:.9}.form-btn:disabled{opacity:.5;cursor:not-allowed}.form-error{color:var(--color-error);margin-top:.5rem;font-size:.85rem}.form-success{color:var(--color-success);margin-top:.5rem;font-size:.85rem}.admin-table-wrap{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}table.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}table.admin-table thead tr{border-bottom:2px solid var(--color-border)}table.admin-table thead tr th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);white-space:nowrap;padding:.75rem 1rem;font-size:.75rem}table.admin-table tbody tr{border-bottom:1px solid var(--color-border)}table.admin-table tbody tr:last-child{border-bottom:none}table.admin-table tbody tr:hover{background:#00000008}table.admin-table tbody tr td{vertical-align:middle;padding:.7rem 1rem}.admin-filters{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-filters input[type=text]{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;outline:none;min-width:200px;padding:.4rem .75rem;font-size:.875rem}.admin-filters input[type=text]:focus{border-color:var(--color-primary)}.admin-filters select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:6px;outline:none;padding:.4rem .75rem;font-size:.875rem}.admin-action-btn{border:1px solid var(--color-border);color:var(--color-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:3px 8px;font-size:.75rem}.admin-action-btn:hover{color:var(--color-text);border-color:var(--color-text)}.admin-action-btn.danger:hover{color:var(--color-error);border-color:var(--color-error)}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:2px 7px;font-size:.7rem;font-weight:600;display:inline-block}.badge.active{color:#22c55e;background:#22c55e26}.badge.over{color:#ef4444;background:#ef444426}.badge.inactive{color:#64748b;background:#64748b26}.admin-page-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-page-header h2{flex:1;margin:0;font-size:1.1rem}.plan-editor-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.plan-editor-row input{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);border-radius:4px;outline:none;width:100px;padding:4px 8px;font-size:.85rem}.plan-editor-row input:focus{border-color:var(--color-primary)}.plan-editor-row input[data-wide]{width:180px}.upgrade-header{margin-bottom:2rem}.upgrade-header h2{color:var(--color-text);margin:0 0 .4rem;font-size:1.6rem;font-weight:800}.upgrade-header p{color:var(--color-muted);margin:0;font-size:.95rem}.reactivate-notice{border:1px solid var(--color-warning,#b26a00);background:#b26a000f;border-radius:.6rem;margin:0 0 1.5rem;padding:1rem 1.15rem}.reactivate-notice .reactivate-notice-text{color:var(--color-text);font-size:.95rem;line-height:1.45}.limit-hero{margin-bottom:1.5rem}.limit-hero h2{color:var(--color-text);margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.limit-hero p{color:var(--color-muted);max-width:40rem;margin:0;font-size:.95rem}.plan-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.25rem;margin-bottom:2.5rem;display:grid}@media (max-width:767px){.plan-grid{grid-template-columns:1fr}}.plan-tier{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:16px;padding:1.8rem 1.5rem;transition:border-color .15s,box-shadow .15s;position:relative}.plan-tier:hover{border-color:var(--color-primary)}.plan-tier.is-featured{border-color:var(--color-primary);box-shadow:0 10px 30px #007ac726}.plan-tier.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 3px #00e0d82e}.plan-tier.is-current{cursor:default;opacity:.7}.plan-tier.is-current:hover{border-color:var(--color-border)}.plan-popular-badge{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border-radius:999px;padding:.28rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan-name{color:var(--color-text);margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.plan-price{color:var(--color-text);font-size:2rem;font-weight:800;line-height:1.1}.plan-price.is-free{color:var(--color-accent)}.plan-unit{color:var(--color-muted);margin-bottom:1rem;font-size:.85rem}.plan-data-pill{color:var(--color-primary);background:#007ac71a;border-radius:999px;margin-bottom:1rem;padding:.2rem .7rem;font-size:.75rem;font-weight:600;display:inline-block}.plan-features{margin:0 0 1.25rem;padding:0;list-style:none}.plan-features li{color:var(--color-text);border-top:1px solid var(--color-border);padding:.42rem 0 .42rem 1.55rem;font-size:.9rem;position:relative}.plan-features li:before{content:"✓";color:var(--color-accent);font-weight:700;position:absolute;left:0}.plan-select-btn{text-align:center;cursor:pointer;background:var(--color-gradient);color:#fff;border:none;border-radius:8px;width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:700;transition:filter .15s;display:block}.plan-select-btn:hover{filter:brightness(1.08)}.plan-select-btn:disabled{background:var(--color-border);color:var(--color-muted);cursor:default;filter:none}.plan-current-label{text-align:center;color:var(--color-muted);margin-top:.5rem;font-size:.78rem;display:block}.payment-form-wrap{max-width:420px;margin-top:2rem}.payment-plan-summary{background:var(--color-surface);border:1px solid var(--color-primary);border-radius:10px;margin-bottom:1rem;padding:1rem 1.25rem}.payment-plan-name{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.payment-plan-price{color:var(--color-text);font-size:1.4rem;font-weight:800;line-height:1.2}.payment-plan-meta{color:var(--color-muted);margin-top:.25rem;font-size:.82rem}.payment-sandbox-badge{color:#a16207;background:#eab3081f;border:1px solid #eab30866;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem .85rem;font-size:.8rem;font-weight:600;display:flex}[data-theme=dark] .payment-sandbox-badge{color:#fbbf24;background:#eab3081a;border-color:#eab3084d}.payment-sandbox-badge:before{content:"⚠";font-size:.9rem}.payment-card-field{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;min-height:90px;padding:1rem}.lp-container{max-width:var(--tyo-content-max-width,1140px);padding:0 var(--tyo-page-gutter,1.5rem);margin:0 auto}.site-header{background:var(--tyo-gradient-brand,linear-gradient(60deg, #4e6ccd 0%, #00a4db 100%));padding:var(--tyo-header-padding-block,14px) 0}.site-header .site-header-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1.5rem;width:100%;max-width:none;padding-inline:clamp(1rem,4vw,4rem);display:grid}.site-header .site-logo{justify-self:start}.site-header .site-logo img{width:auto;height:var(--tyo-logo-height,32px);display:block}.site-header .site-nav{justify-self:center;align-items:center;gap:1.5rem;display:flex}.site-header .site-account{justify-content:flex-end;justify-self:end;align-items:center;min-width:6.5rem;min-height:2.4rem;display:flex}.site-header .site-nav-link{color:#ffffffe6;font-size:.95rem;font-weight:600;text-decoration:none}.site-header .site-nav-link:hover{color:#fff}.site-header .site-nav-link.active{color:#fff;text-decoration:underline}.site-header .site-cta{color:#fff;border-radius:var(--tyo-action-radius,8px);background:#ffffff26;border:1px solid #fff9;justify-content:center;align-items:center;padding:.4rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.site-header .site-cta:hover{background:#ffffff40}.site-main{flex:1}.lp-btn{cursor:pointer;border-radius:10px;padding:.7rem 1.4rem;font-weight:600;text-decoration:none;display:inline-block}.lp-btn-primary{background:var(--tyo-gradient-brand,linear-gradient(60deg, #4e6ccd 0%, #00a4db 100%));color:#fff;border:none}.lp-btn-ghost{color:var(--color-text);border:1px solid var(--color-border);background:0 0}.lp-button-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.lp-muted{color:var(--color-muted)}.lp-section-title{text-align:center;margin-bottom:1.5rem}.lp-hero{text-align:center;padding:4.5rem 0 3rem}.lp-hero .lp-hero-title{margin:0 0 1rem;font-size:2.6rem;line-height:1.15}.lp-hero .lp-hero-sub{color:var(--color-muted);max-width:640px;margin:0 auto 1.75rem;font-size:1.15rem}.lp-hero .lp-hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.lp-stats{padding:1rem 0 2.5rem}.lp-stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.lp-stat{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:12px;padding:1.25rem}.lp-stat .lp-stat-value{font-size:1.8rem;font-weight:700}.lp-stat .lp-stat-label{margin-top:.25rem;font-weight:600}.lp-stat .lp-stat-sub{color:var(--color-muted);font-size:.85rem}.lp-features{padding:3rem 0}.lp-features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.lp-feature{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem}.lp-feature .lp-feature-title{margin:0 0 .5rem}.lp-feature .lp-feature-body{color:var(--color-muted)}.lp-steps{padding:2rem 0 3rem}.lp-steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.lp-step{gap:1rem;display:flex}.lp-step .lp-step-n{background:var(--tyo-gradient-brand,linear-gradient(60deg, #4e6ccd 0%, #00a4db 100%));color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-weight:700;display:flex}.lp-step .lp-step-title{margin:0 0 .35rem}.lp-step .lp-step-body{color:var(--color-muted)}.lp-step .lp-step-body h3{color:var(--color-text)}.lp-pricing{padding:3rem 0}.lp-plan-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.lp-plan{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:14px;padding:1.75rem 1.5rem;position:relative}.lp-plan.is-featured{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.lp-plan .lp-plan-badge{background:var(--color-primary);color:#fff;border-radius:999px;padding:.2rem .7rem;font-size:.7rem;font-weight:700;position:absolute;top:-.7rem;left:50%;transform:translate(-50%)}.lp-plan .lp-plan-name{margin:0 0 .5rem}.lp-plan .lp-plan-price{font-size:2rem;font-weight:700}.lp-plan .lp-plan-unit{color:var(--color-muted);font-size:.9rem;font-weight:400}.lp-plan .lp-plan-data{margin-top:.5rem}.lp-plan .lp-plan-devices{color:var(--color-muted)}.lp-plan .lp-plan-cta{width:100%;margin-top:1.25rem}.lp-callout{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:8px;max-width:760px;margin:1.5rem auto;padding:1rem 1.25rem}.lp-callout .lp-callout-title{margin-bottom:.4rem;display:block}.lp-callout .lp-callout-body{color:var(--color-muted)}.lp-cta-band{background:var(--tyo-gradient-brand,linear-gradient(60deg, #4e6ccd 0%, #00a4db 100%));color:#fff;text-align:center;margin-top:2rem;padding:3rem 0}.lp-cta-band .lp-cta-title{margin:0 0 1.25rem}.lp-cta-band .lp-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.lp-cta-band .lp-btn-primary{color:#1c2a52;background:#fff}.lp-cta-band .lp-btn-ghost{color:#fff;border-color:#ffffff8c}.site-prose{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem}.site-prose h1{margin-bottom:1rem;font-size:2rem}.site-prose h2{margin-top:2rem;margin-bottom:.75rem}.site-prose p{color:var(--color-text);line-height:1.7}.site-prose a{color:var(--color-primary)}.site-prose ul{color:var(--color-text);padding-left:1.25rem;line-height:1.7}.site-prose img{border:1px solid var(--color-border);border-radius:8px;max-width:100%;height:auto;margin:1rem 0}.site-prose table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.site-prose th,.site-prose td{border:1px solid var(--color-border);text-align:left;vertical-align:top;color:var(--color-text);padding:.6rem .9rem}.site-prose thead th{background:var(--color-surface);font-weight:600}.lp-section{padding:3.5rem 0}.lp-section.is-alt{background:var(--color-surface)}.lp-section-header{text-align:center;margin-bottom:2rem}.lp-section-header .lp-section-sub{color:var(--color-muted);max-width:640px;margin:.4rem auto 0;font-size:.95rem}.lp-prose{max-width:760px;color:var(--color-muted);text-align:left;margin:0 auto;line-height:1.7}.lp-prose p,.lp-prose ul,.lp-prose ol{margin-bottom:1rem}.lp-prose ul,.lp-prose ol{padding-left:1.25rem}.lp-prose li{margin-bottom:.45rem}.lp-prose strong{color:var(--color-text)}.lp-prose a{color:var(--color-accent)}.lp-business-bridge{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0 2rem}.lp-business-bridge .lp-bridge-inner{grid-template-columns:1fr auto;align-items:center;gap:2.5rem;display:grid}.lp-business-bridge .lp-bridge-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.55rem;font-size:.7rem;font-weight:700}.lp-business-bridge .lp-bridge-title{letter-spacing:-.01em;color:var(--color-text);margin:0 0 .45rem;font-size:1.35rem;font-weight:800}.lp-business-bridge .lp-bridge-body{color:var(--color-muted);max-width:600px;font-size:.92rem;line-height:1.6}.lp-business-bridge .lp-bridge-checks{flex-wrap:wrap;gap:.35rem 1.4rem;margin-top:.9rem;list-style:none;display:flex}.lp-business-bridge .lp-bridge-checks li{color:var(--color-text);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.lp-business-bridge .lp-bridge-checks li:before{content:"✓";color:var(--color-accent);flex-shrink:0;font-size:.8rem;font-weight:700}@media (max-width:640px){.lp-business-bridge .lp-bridge-inner{grid-template-columns:1fr}}.lp-business-bridge+.lp-cta-band{margin-top:0}.lp-trustbar{border-bottom:1px solid var(--color-border);padding:1.35rem 0}.lp-trustbar .lp-trustbar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem 2.5rem;display:flex}.lp-trustbar .lp-trust-item{color:var(--color-muted);align-items:center;gap:.45rem;font-size:.82rem;font-weight:500;display:flex}.lp-trustbar .lp-trust-dot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:5px;height:5px}.lp-highlight-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.lp-highlight{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:1.75rem;position:relative}.lp-highlight.is-key{border-color:#007ac766;box-shadow:0 0 0 1px #007ac71a}.lp-highlight.is-key:before{content:"Core feature";background:var(--color-primary);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;padding:.18rem .55rem;font-size:.65rem;font-weight:700;position:absolute;top:-.65rem;left:1.25rem}.lp-highlight .lp-highlight-icon{margin-bottom:.8rem;font-size:1.6rem;display:block}.lp-highlight h3{letter-spacing:-.01em;margin:0 0 .4rem;font-size:1rem;font-weight:800}.lp-highlight p{color:var(--color-muted);margin:0;font-size:.87rem;line-height:1.55}.lp-vs-note{color:var(--color-muted);text-align:center;background:#00e0d80a;border:1px solid #00e0d82e;border-radius:10px;max-width:680px;margin:2.5rem auto 0;padding:1rem 1.4rem;font-size:.85rem}.lp-vs-note strong{color:var(--color-text)}.lp-compare-section{padding:2.5rem 0}.lp-compare-wrap{margin:2rem 0;overflow-x:auto}.lp-compare-table{border-collapse:collapse;width:100%;min-width:540px;font-size:.9rem}.lp-compare-table th,.lp-compare-table td{text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle;padding:.75rem 1rem}.lp-compare-table thead th{background:var(--color-surface);letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);font-size:.75rem;font-weight:700}.lp-compare-table thead th:first-child{width:45%}.lp-compare-table thead .th-reach{color:var(--color-accent)}.lp-compare-table tbody tr:hover{background:#ffffff05}.lp-compare-table .td-feature{color:var(--color-text);font-weight:500}.lp-compare-table .td-note{color:var(--color-muted);margin-top:.15rem;font-size:.8rem;display:block}.lp-compare-table .cmp-yes{color:var(--color-accent);font-weight:700}.lp-compare-table .cmp-no{color:var(--color-muted)}.lp-compare-table .cmp-soon{color:#f59e0b;font-size:.82rem;font-weight:600}.lp-compare-table .cmp-partial{color:#93c5fd}.lp-compare-table .cmp-text{color:var(--color-text)}.lp-faq{padding:3rem 0}.lp-faq-list{flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto;display:flex}.lp-faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.lp-faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:700;list-style:none;display:flex}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";color:var(--color-muted);flex-shrink:0;margin-left:1rem;font-size:1.1rem}.lp-faq-item[open] summary:after{content:"−";color:var(--color-accent)}.lp-faq-item .lp-faq-body{color:var(--color-muted);padding:0 1.25rem 1rem;font-size:.9rem;line-height:1.65}.lp-faq-item .lp-faq-body p{margin:0}.lp-usecase-hero{text-align:center;padding:3.5rem 0 2.5rem}.lp-usecase-hero .lp-uc-audience{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:#00e0d81a;border:1px solid #00e0d833;border-radius:4px;margin-bottom:.9rem;padding:.22rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.lp-usecase-hero .lp-hero-title{margin:0 0 .85rem;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.1}.lp-usecase-hero .lp-hero-sub{color:var(--color-muted);max-width:580px;margin:0 auto 2rem;font-size:1.05rem}.lp-usecase-hero .lp-hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.lp-contact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.lp-contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;padding:1.5rem;display:flex}.lp-contact-card h3{margin:0 0 .4rem;font-size:.95rem;font-weight:800}.lp-contact-card p{color:var(--color-muted);margin:0 0 .85rem;font-size:.88rem}.lp-contact-card a{color:var(--color-primary);margin-top:auto;padding-top:.5rem;font-size:.9rem;font-weight:600;text-decoration:none}.lp-contact-card a:hover{text-decoration:underline}.lp-changelog{padding:2.5rem 0 4rem}.lp-changelog-list{flex-direction:column;gap:0;max-width:760px;margin:0 auto;display:flex}.lp-cl-entry{border-bottom:1px solid var(--color-border);grid-template-columns:9rem 1fr;gap:1rem 1.5rem;padding:1.75rem 0;display:grid}.lp-cl-entry:last-child{border:none}.lp-cl-meta{padding-top:.15rem}.lp-cl-version{color:var(--color-accent);margin-bottom:.2rem;font-size:.85rem;font-weight:800;display:block}.lp-cl-date{color:var(--color-muted);font-size:.78rem}.lp-cl-body h3{margin:0 0 .4rem;font-size:.95rem;font-weight:800}.lp-cl-body ul{color:var(--color-muted);flex-direction:column;gap:.3rem;margin:0;padding:0;font-size:.88rem;list-style:none;display:flex}.lp-cl-body ul li:before{content:"— ";color:var(--color-border)}@media (max-width:560px){.lp-cl-entry{grid-template-columns:1fr;gap:.35rem}}.lp-section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);text-align:center;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.lp-hero-teams{text-align:center;padding:4rem 0 2.5rem}.lp-hero-teams .lp-hero-title{margin:0 0 .85rem;font-size:2.6rem;line-height:1.1}.lp-hero-teams .lp-hero-sub{color:var(--color-muted);text-wrap:balance;max-width:580px;margin:0 auto 2rem;font-size:1.05rem}.lp-hero-teams .lp-hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (max-width:600px){.lp-hero-teams .lp-hero-title{font-size:2rem}}:root,[data-theme=dark]{--pcomp-team-bg:#007ac714;--pcomp-team-border:#007ac752;--pcomp-team-text:#60b8ff;--pcomp-soon-bg:#fdc8321a;--pcomp-soon-text:#e8b400;--pcomp-soon-border:#e8b40033;--pcomp-check:var(--color-accent);--pcomp-no:var(--color-border);--pcomp-cat-bg:#ffffff0a;--pcomp-signal-personal:var(--color-accent);--pcomp-signal-team:#60b8ff}[data-theme=light]{--pcomp-team-bg:#0059b30d;--pcomp-team-border:#0059b333;--pcomp-team-text:#0059b3;--pcomp-soon-bg:#fff8e0;--pcomp-soon-text:#7b5e00;--pcomp-soon-border:#7b5e0033;--pcomp-check:#0a7d58;--pcomp-no:#d4dce9;--pcomp-cat-bg:#f3f6fb;--pcomp-signal-personal:#00858e;--pcomp-signal-team:#0059b3}.lp-pcomp-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:4px;padding:.18rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.lp-pcomp-tag-personal{color:var(--color-accent);background:#00e0d81a;border:1px solid #00e0d833}[data-theme=light] .lp-pcomp-tag-personal{background:#00858e14;border-color:#00858e33}.lp-pcomp-tag-team{background:var(--pcomp-team-bg);color:var(--pcomp-team-text);border:1px solid var(--pcomp-team-border)}.lp-btn-outline{border:1.5px solid var(--color-primary);color:var(--color-primary);background:0 0;font-weight:700}.lp-btn-outline:hover{background:var(--pcomp-team-bg)}.lp-btn-team{background:var(--color-primary);color:#fff;font-weight:700}.lp-btn-team:hover{filter:brightness(1.1)}.lp-btn-sm{border-radius:8px;padding:.5rem .9rem;font-size:.82rem}.lp-pcomp-cards{padding:0 0 3rem}.lp-pcomp-grid{grid-template-columns:1fr 1fr 1fr 1.05fr;align-items:stretch;gap:1.25rem;display:grid}@media (max-width:900px){.lp-pcomp-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.lp-pcomp-grid{grid-template-columns:1fr}}.lp-pcomp-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.lp-pcomp-card.lp-pcomp-card-team{border-color:var(--pcomp-team-border);box-shadow:0 4px 24px #0050c81f}.lp-pcomp-card-head{border-bottom:1px solid var(--color-border);padding:1.35rem 1.35rem .85rem}.lp-pcomp-card-team .lp-pcomp-card-head{background:var(--pcomp-team-bg);border-bottom-color:var(--pcomp-team-border)}.lp-pcomp-plan-name{color:var(--color-text);margin:.55rem 0 .2rem;font-size:1.1rem;font-weight:800}.lp-pcomp-price{letter-spacing:-.03em;color:var(--color-text);font-size:1.85rem;font-weight:800;line-height:1}.lp-pcomp-price-unit{color:var(--color-muted);letter-spacing:0;font-size:.82rem;font-weight:500}.lp-pcomp-plan-desc{color:var(--color-muted);margin-top:.4rem;font-size:.8rem;line-height:1.45}.lp-pcomp-cta{padding:.9rem 1.35rem}.lp-pcomp-cta .lp-btn{text-align:center;width:100%;display:block}.lp-pcomp-feats{flex-direction:column;flex:1;gap:.45rem;padding:.5rem 1.35rem 1.35rem;list-style:none;display:flex}.lp-pcomp-feats li{color:var(--color-text);align-items:flex-start;gap:.45rem;font-size:.82rem;display:flex}.lp-pcomp-feats li:before{content:"✓";color:var(--pcomp-check);flex-shrink:0;margin-top:.05rem;font-weight:700}.lp-pcomp-feats li.is-key{font-weight:700}.lp-pcomp-feats li.is-soon{color:var(--color-muted)}.lp-pcomp-feats li.is-soon:before{content:"◦";color:var(--color-muted)}.lp-pcomp-shared{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.5rem 0}.lp-pcomp-shared-grid{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1rem;display:grid}.lp-pcomp-shared-item{align-items:flex-start;gap:.65rem;display:flex}.lp-pcomp-shared-item strong{font-size:.84rem;font-weight:700;display:block}.lp-pcomp-shared-item span{color:var(--color-muted);font-size:.77rem}.lp-pcomp-shared-icon{background:#00e0d81a;border:1px solid #00e0d833;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;display:flex}[data-theme=light] .lp-pcomp-shared-icon{background:#00858e14;border-color:#00858e26}.lp-pcomp-track{border:1.5px solid var(--color-border);border-bottom:none;border-radius:12px 12px 0 0;gap:0;display:flex;overflow:hidden}.lp-pcomp-track-personal{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);background:var(--color-surface);border-right:1px solid var(--color-border);text-align:center;flex:3;padding:.55rem 1rem;font-size:.68rem;font-weight:700}.lp-pcomp-track-team{letter-spacing:.1em;text-transform:uppercase;color:var(--pcomp-team-text);background:var(--pcomp-team-bg);text-align:center;flex:1;padding:.55rem 1rem;font-size:.68rem;font-weight:700}.lp-pcomp-table-section{padding:3rem 0 4rem}.lp-pcomp-table-wrap{border:1.5px solid var(--color-border);background:var(--color-surface);border-top:none;border-radius:0 0 12px 12px;margin-bottom:0;overflow-x:auto;box-shadow:0 2px 16px #00000012}table.lp-pcomp-table{border-collapse:collapse;width:100%;font-size:.875rem}table.lp-pcomp-table th,table.lp-pcomp-table td{text-align:center;border-bottom:1px solid var(--color-border);padding:.72rem 1rem}table.lp-pcomp-table td.lp-pcomp-row-label{text-align:left;color:var(--color-text);white-space:nowrap;padding-left:1.25rem;font-weight:500}table.lp-pcomp-table th{letter-spacing:.03em;color:var(--color-muted);background:var(--color-surface);border-bottom:2px solid var(--color-border);font-size:.78rem;font-weight:700;position:sticky;top:56px}table.lp-pcomp-table th.lp-pcomp-col-team,table.lp-pcomp-table td.lp-pcomp-col-team{background:var(--pcomp-team-bg)}table.lp-pcomp-table th.lp-pcomp-col-team{color:var(--pcomp-team-text);border-bottom-color:var(--pcomp-team-border)}table.lp-pcomp-table tr.lp-pcomp-thead-names th{color:var(--color-text);letter-spacing:-.01em;padding:1rem;font-size:.88rem;font-weight:800}table.lp-pcomp-table tr.lp-pcomp-thead-names th.lp-pcomp-col-team{color:var(--pcomp-team-text)}table.lp-pcomp-table tr.lp-pcomp-thead-names th:first-child{text-align:left;color:var(--color-muted);padding-left:1.25rem;font-size:.75rem;font-weight:600}table.lp-pcomp-table tr.lp-pcomp-cat-row td{background:var(--pcomp-cat-bg);letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);border-bottom:1px solid var(--color-border);text-align:left;padding:.5rem 1.25rem;font-size:.68rem;font-weight:700}table.lp-pcomp-table tr.lp-pcomp-cat-row td.lp-pcomp-col-team{background:var(--pcomp-team-bg)}table.lp-pcomp-table tr:last-child td{border-bottom:none}table.lp-pcomp-table tbody tr:hover td{filter:brightness(.97)}table.lp-pcomp-table [data-theme=light] tbody tr:hover td{filter:brightness(.975)}table.lp-pcomp-table tfoot tr.lp-pcomp-tfoot td{border-bottom:none;border-top:2px solid var(--color-border);padding:.85rem 1rem}table.lp-pcomp-table tfoot tr.lp-pcomp-tfoot td.lp-pcomp-col-team{border-top-color:var(--pcomp-team-border)}.cmp-yes{color:var(--pcomp-check);font-size:1rem;font-weight:700}.cmp-no{color:var(--pcomp-no);font-size:1.1rem}.cmp-soon{letter-spacing:.05em;background:var(--pcomp-soon-bg);color:var(--pcomp-soon-text);border:1px solid var(--pcomp-soon-border);border-radius:4px;padding:.1rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.cmp-text{color:var(--color-text);font-size:.82rem;font-weight:600}.lp-pcomp-why{padding:0 0 4rem}.lp-pcomp-why-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:680px){.lp-pcomp-why-grid{grid-template-columns:1fr}}.lp-pcomp-why-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px #00000012}.lp-pcomp-why-card.lp-pcomp-why-card-team{border-color:var(--pcomp-team-border)}.lp-pcomp-why-card h3{margin:.65rem 0 .4rem;font-size:1.05rem;font-weight:800}.lp-pcomp-why-card>p{color:var(--color-muted);margin-bottom:1.15rem;font-size:.88rem;line-height:1.5}.lp-pcomp-signals{flex-direction:column;gap:.5rem;list-style:none;display:flex}.lp-pcomp-signals li{color:var(--color-text);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.lp-signal-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.lp-signal-dot-personal{background:var(--pcomp-signal-personal)}.lp-signal-dot-team{background:var(--pcomp-signal-team)}.cmp-text-muted{color:var(--color-muted);font-size:.85rem}@keyframes lp-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skel{background:linear-gradient(90deg, var(--color-border) 25%, #80808014 50%, var(--color-border) 75%);background-size:400px 100%;border-radius:4px;animation:1.4s infinite lp-shimmer}.skel-tag{width:64px;height:18px;margin-bottom:.75rem}.skel-name{width:80px;height:22px;margin-bottom:.5rem}.skel-price{width:100px;height:32px;margin-bottom:.4rem}.skel-desc{width:90%;height:14px}.skel-btn{border-radius:6px;width:100%;height:36px}.skel-feat{width:80%;height:12px}.skel-cell{width:24px;height:16px;margin:0 auto}.skel-th{width:60px;height:16px;margin:0 auto}@media (max-width:600px){.lp-hero .lp-hero-title{font-size:2rem}.site-header .site-header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo account""nav nav";gap:.75rem 1rem}.site-header .site-logo{grid-area:logo}.site-header .site-nav{flex-wrap:wrap;grid-area:nav;justify-content:center;gap:.35rem .9rem;width:100%}.site-header .site-account{grid-area:account}.site-header .site-nav-link{font-size:.88rem}}.docs-layout{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem;max-width:1140px;margin:0 auto;padding:2rem 1.5rem;display:grid}.docs-sidebar-col{position:sticky;top:1.5rem}.docs-sidebar-group{margin-bottom:1.5rem}.docs-sidebar-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.5rem;font-size:.75rem}.docs-sidebar-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.docs-sidebar-link{color:var(--color-text);border-left:2px solid #0000;border-radius:6px;padding:.35rem .6rem;font-size:.95rem;text-decoration:none;display:block}.docs-sidebar-link:hover{background:var(--color-surface)}.docs-sidebar-link.active{color:var(--color-primary);background:var(--color-surface);border-left-color:var(--color-primary);font-weight:600}.docs-content{max-width:none;margin:0;padding:0}@media (max-width:760px){.docs-layout{grid-template-columns:1fr;gap:1.5rem}.docs-sidebar-col{border-bottom:1px solid var(--color-border);padding-bottom:1rem;position:static}}
