:root{--bg:#fff;--bg-muted:#f8fafc;--surface:#fff;--surface-soft:#f1f5f9;--line:#e2e8f0;--line-soft:#f1f5f9;--text:#0f172a;--text-soft:#64748b;--brand:#4f46e5;--brand-strong:#4338ca;--brand-light:#eef2ff;--brand-subtle:#e0e7ff;--ok:#059669;--ok-light:#ecfdf5;--warn:#d97706;--warn-light:#fffbeb;--danger:#dc2626;--danger-light:#fef2f2;--shadow-sm:0 1px 2px rgba(0,0,0,.04);--shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.03);--radius:10px;--pager-gap:8px;--pager-select-width:88px;--pager-button-min-width:92px;--pager-page-label-min-width:110px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body,html{margin:0;padding:0;font-family:Inter,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100%;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{max-width:1200px;margin:0 auto;padding:0 32px}.section{margin-top:28px}.section-title{margin:0 0 10px;font-size:1.55rem;letter-spacing:-.02em}.section-subtitle{margin:0;color:var(--text-soft)}.card{background:var(--surface);border:1px solid var(--line-soft);border-radius:14px;padding:18px;box-shadow:var(--shadow)}.card-title{margin:0 0 10px;font-size:1.05rem;letter-spacing:-.01em}.muted{color:var(--text-soft)}.hero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:20px;gap:20px}.hero h1{margin:0 0 14px;line-height:1.08;font-size:clamp(2rem,3.1vw,3rem);letter-spacing:-.03em}.hero p{margin:0;color:var(--text-soft);font-size:1.04rem}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid var(--line);background:var(--surface-soft);color:var(--text);padding:8px 12px;font-size:.87rem}.feature-grid,.kpi-grid,.stats-grid{display:grid;grid-gap:14px;gap:14px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid,.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{display:grid;grid-gap:2px;gap:2px}.stat-value{margin:0;font-size:1.55rem;font-weight:700}.stat-label{margin:0;font-size:.88rem;color:var(--text-soft)}.button{border:1px solid transparent;border-radius:10px;padding:10px 14px;background:var(--brand);color:#fff;cursor:pointer;transition:all .18s ease}.button:hover{background:var(--brand-strong)}.button.secondary{border-color:var(--line);background:var(--surface-soft);color:var(--text)}.button.secondary:hover{background:#e2e8f0}.button:disabled{opacity:.62;cursor:not-allowed}.input{width:100%;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--text);padding:11px 12px}.input:focus{box-shadow:0 0 0 3px rgba(79,70,229,.12)}.label{display:grid;grid-gap:6px;gap:6px;font-size:.92rem}.stack{display:grid;grid-gap:12px;gap:12px}.content-grid>main>*+*{margin-top:16px}.row{display:flex;align-items:center;gap:10px}.row.space{justify-content:space-between}.error{color:var(--danger);margin:0}.success{color:var(--success);margin:0}.badge{display:inline-flex;align-items:center;border-radius:999px;font-size:.79rem;padding:5px 9px;border:1px solid var(--line);background:var(--surface-soft)}.badge.ok{border-color:rgba(5,150,105,.35);color:var(--ok)}.badge.warn{border-color:rgba(217,119,6,.35);color:var(--warn)}.panel-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.billing-stack-full{display:flex;flex-direction:column;gap:14px;width:100%;max-width:100%}.billing-subscription-panel{display:flex;flex-direction:column;gap:16px}.billing-subscription-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px 20px;gap:12px 20px}.billing-subscription-label{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.billing-subscription-value{margin:4px 0 0;font-size:.95rem;word-break:break-word}.billing-subscription-value code{font-size:.88rem}.list{margin:0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.list-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px 12px}.link{color:#4f46e5;text-decoration:none;transition:color .2s ease;font-weight:500}.link:hover{color:#3730a3}@media (max-width:1024px){.hero{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid,.kpi-grid,.panel-grid{grid-template-columns:1fr 1fr}}@media (max-width:740px){.container{padding:16px}.feature-grid,.kpi-grid,.panel-grid,.stats-grid{grid-template-columns:1fr}.row.space{flex-direction:column;align-items:flex-start}}.app-shell{min-height:100vh;display:grid;grid-template-columns:300px 1fr;width:100%}.app-sidebar{border-right:1px solid var(--line-soft);background:linear-gradient(180deg,#f8fafc,#f8fafc);padding:24px 14px;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-brand{display:grid;grid-gap:8px;gap:8px;padding:10px 10px 14px;border-bottom:1px solid var(--line-soft);margin-bottom:14px}.sidebar-brand p{margin:0;font-size:.95rem;font-weight:600}.sidebar-nav-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:6px;gap:6px}.nav-link{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border:1px solid transparent;border-radius:10px;transition:all .14s ease}.nav-link span{font-size:.92rem;font-weight:600}.nav-link small{color:var(--text-soft);font-size:.78rem}.nav-link:hover{background:#f1f5f9;border-color:#e2e8f0}.nav-link.active{background:#eef2ff;border-color:#c7d2fe}.app-main{padding:22px 24px 32px;min-width:0}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.topbar-left h1{margin:6px 0;font-size:1.85rem;letter-spacing:-.02em}.topbar-subtitle{margin:0;color:var(--text-soft)}.breadcrumbs{margin:0;color:#64748b;font-size:.84rem}.topbar-actions{display:flex;gap:10px;flex-wrap:nowrap;align-items:center}.topbar-actions>*{flex:0 0 auto}.topbar-actions-slot{display:inline-flex;align-items:center}.topbar-right{display:grid;justify-items:end;grid-gap:6px;gap:6px}.topbar-action-error{margin:0;max-width:420px;text-align:right}.toast-stack{position:fixed;right:18px;bottom:18px;display:grid;grid-gap:10px;gap:10px;z-index:2000;width:min(420px,calc(100vw - 24px))}.toast{border:1px solid #c7d2fe;border-radius:12px;background:linear-gradient(180deg,#fff,#fff);color:var(--text);box-shadow:0 16px 42px rgba(0,0,0,.06);padding:11px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.toast p{margin:0;line-height:1.4;font-size:.92rem}.toast-success{border-color:rgba(5,150,105,.35)}.toast-error{border-color:rgba(220,38,38,.35)}.toast-info{border-color:rgba(79,70,229,.35)}.toast-close{border:1px solid #c7d2fe;border-radius:8px;background:#f1f5f9;color:#334155;min-width:28px;min-height:28px;line-height:1;cursor:pointer}.pager-size-control{display:inline-flex;align-items:center;gap:8px}.pager-size-control .input{min-width:72px}.content-grid{display:block}.content-grid>main{min-width:0}.ui-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;box-shadow:var(--shadow)}.ui-card h3,.ui-card h4{margin:0 0 8px}.ui-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.ui-card-header h3{margin:0}.ui-card-header p{margin:4px 0 0;color:var(--text-soft)}.btn{border:1px solid transparent;border-radius:10px;padding:9px 12px;cursor:pointer;transition:all .16s ease;color:#fff;background:var(--brand)}.btn:hover{background:var(--brand-strong)}.btn.btn-secondary{border-color:#c7d2fe;background:#f1f5f9;color:#1e293b}.btn.btn-secondary:hover{background:#eef2ff}.btn.btn-primary{background:linear-gradient(180deg,#4f46e5,#4338ca)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:8px;min-width:40px;min-height:40px;line-height:0}.btn.btn-icon svg{width:1.25rem;height:1.25rem;flex-shrink:0}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.76rem;border:1px solid #e2e8f0;background:var(--surface-soft)}.status-success{border-color:rgba(5,150,105,.35);color:#059669}.status-warning{border-color:rgba(217,119,6,.35);color:#d97706}.status-error{border-color:rgba(220,38,38,.35);color:#dc2626}.status-info{border-color:rgba(79,70,229,.35);color:#3b82f6}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.metric-card{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:var(--surface-soft)}.metric-label{margin:0;color:#64748b;font-size:.82rem}.metric-value{margin:6px 0 4px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.metric-trend{margin:0;color:#64748b;font-size:.8rem}.metric-success{border-color:rgba(5,150,105,.35)}.metric-warning{border-color:rgba(217,119,6,.35)}.empty-state{border:1px dashed #e2e8f0;border-radius:10px;padding:16px;background:#fff}.empty-state h4{margin:0 0 6px}.empty-state p{margin:0;color:var(--text-soft)}.table-controls{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:10px;gap:10px}.table-wrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px;background:var(--bg-muted)}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.data-table th{color:#64748b;font-weight:600;font-size:.85rem}.table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;gap:10px}.table-footer .label{display:inline-flex;align-items:center;gap:var(--pager-gap);white-space:nowrap}.table-footer .label select.input{width:var(--pager-select-width);min-width:var(--pager-select-width);padding-right:28px}.pager-controls{gap:var(--pager-gap);flex-wrap:wrap}.table-footer .pager-controls .btn.btn-secondary{min-width:var(--pager-button-min-width);justify-content:center}.table-footer .pager-controls .muted{min-width:var(--pager-page-label-min-width);text-align:center}@media (max-width:740px){.table-footer{flex-direction:column;align-items:flex-start}.table-footer .pager-controls{width:100%}.table-footer .pager-controls .btn.btn-secondary{min-width:80px}.table-footer .pager-controls .muted{min-width:auto;text-align:left}}.checkbox-row{display:inline-flex;align-items:center;gap:8px;color:#475569}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.integration-card{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#fff;display:grid;grid-gap:10px;gap:10px}.integration-card h4{margin:0}.guidance-list{margin:0;padding-left:18px}.guidance-list,.quick-actions{display:grid;grid-gap:8px;gap:8px}.palette-overlay{position:fixed;inset:0;background:#f8fafc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:start center;padding-top:10vh;z-index:50}.delivery-inspect-overlay{z-index:1100}.palette{width:min(760px,92vw);border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 22px 60px rgba(0,0,0,.08)}.palette-header{display:flex;gap:10px;padding:12px;border-bottom:1px solid #e2e8f0}.palette-results{list-style:none;margin:0;padding:8px;max-height:50vh;overflow:auto;display:grid;grid-gap:6px;gap:6px}.palette-results li a{display:grid;grid-gap:2px;gap:2px;padding:10px;border-radius:8px;border:1px solid transparent}.palette-results li a:hover{border-color:#c7d2fe;background:#f1f5f9}.palette-results span{color:var(--text-soft);font-size:.82rem}.email-details-modal{width:min(1024px,96vw);max-height:85vh;overflow:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 22px 60px rgba(0,0,0,.08);padding:14px}.email-details-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.email-details-section-title{margin:0 0 8px;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-soft,#9cb0d8)}.email-details-dl{margin:0;display:grid;grid-gap:6px;gap:6px}.email-detail-row{display:grid;grid-template-columns:minmax(100px,160px) 1fr;grid-gap:10px;gap:10px;align-items:start;font-size:.9rem}@media (max-width:560px){.email-detail-row{grid-template-columns:1fr}}.email-detail-label{margin:0;color:var(--text-soft,#9cb0d8);font-weight:500}.email-detail-value{margin:0;word-break:break-word}code.email-detail-mono{font-size:.82rem;line-height:1.4;word-break:break-all}.email-details-preview-frame{width:100%;min-height:220px;max-height:min(42vh,380px);border:1px solid #e2e8f0;border-radius:8px;background:#fff}.email-details-signing{border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;background:#f8fafc}.dns-detail-page{max-width:min(1080px,100vw);margin:0 auto;padding:20px 16px;overflow-x:hidden}.dns-detail-page-header{margin-bottom:20px}.dns-detail-section{margin-bottom:12px}.dns-detail-label{font-weight:600;font-size:.88rem;color:#334155;margin-bottom:4px}.dns-detail-value-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dns-detail-code-block{display:block;word-break:break-all;white-space:pre-wrap;line-height:1.45;font-size:.82rem}.dns-detail-code-block--mismatch{color:#dc2626}.dns-detail-hint{font-size:.78rem;margin-top:4px}.dns-records-stack{display:flex;flex-direction:column;gap:12px;margin-top:16px}.dns-record-row{border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;background:#fff;transition:border-color .15s;overflow-x:hidden}.dns-record-row--ok{border-left:4px solid #22c55e}.dns-record-row--missing{border-left:4px solid #f59e0b;background:#fffbeb}.dns-record-row-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.dns-record-row-label{font-weight:700;font-size:.95rem;color:#1e293b}.dns-record-row-type{font-size:.72rem;font-weight:600;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:1px 6px;text-transform:uppercase;letter-spacing:.03em}.dns-record-row-field{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;min-width:0}.dns-record-row-field-name{flex-shrink:0;width:120px;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;padding-top:3px;line-height:1.4}.dns-record-row-field-value{flex:1 1;min-width:0;display:flex;align-items:flex-start;gap:6px;font-size:.85rem;color:#1e293b}.dns-record-row-field-value .dns-detail-code-block,.dns-record-row-field-value code{flex:1 1;min-width:0;word-break:break-all;white-space:pre-wrap;font-size:.82rem;line-height:1.45}.dns-record-row-action{margin-top:10px;padding:8px 12px;background:#fef3c7;border-radius:6px;border:1px solid #fde68a}@media (max-width:560px){.dns-record-row-field{flex-direction:column;gap:2px}.dns-record-row-field-name{width:auto;padding-top:0}.dns-detail-page{padding:12px 8px}}.btn-copy-sm{flex-shrink:0;margin-left:4px;padding:2px 8px;font-size:.72rem;line-height:1.1}.dns-records-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-top:16px}.dns-record-card{border:1px solid #e2e8f0;border-radius:10px;padding:14px;background:#fff;transition:border-color .15s}.dns-record-card--ok{border-left:3px solid #22c55e}.dns-record-card--missing{border-left:3px solid #f59e0b;background:#fffbeb}.dns-record-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;flex-wrap:wrap}.dns-record-card-label{font-weight:700;font-size:.92rem}.dns-record-card-field{margin-bottom:8px}.dns-record-card-field-label{display:block;font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.dns-record-card-field-value{font-size:.85rem;color:#1e293b}.dns-record-card-field-value--code{display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap}.dns-record-card-field-value--code code{flex:1 1;min-width:0;word-break:break-all;white-space:pre-wrap;font-size:.8rem;line-height:1.4}.dns-record-card-action{margin-top:8px;padding:8px 10px;background:#fef3c7;border-radius:6px;border:1px solid #fde68a}.details-json{margin:0 0 10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#334155;font-size:.8rem;line-height:1.35;padding:10px;max-height:220px;overflow:auto;white-space:pre-wrap;word-break:break-word}.home{min-height:100vh;background:#fff;background-image:radial-gradient(ellipse 80% 50% at 50% -2%,rgba(79,70,229,.06),transparent);background-repeat:no-repeat}.home-nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:40;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);background:hsla(0,0%,100%,.88);transition:border-color .3s ease,box-shadow .3s ease}.home-nav-wrap.scrolled{border-bottom-color:var(--line);box-shadow:0 1px 0 rgba(0,0,0,.04)}.home-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:24px;gap:24px;padding:16px 0;position:relative}.home-mobile-toggle{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer;align-items:center;justify-content:center;padding:0}.home-mobile-toggle span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;position:relative;transition:background .2s ease}.home-mobile-toggle span:after,.home-mobile-toggle span:before{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.home-mobile-toggle span:before{top:-6px}.home-mobile-toggle span:after{top:6px}.home-mobile-toggle[aria-expanded=true] span{background:transparent}.home-mobile-toggle[aria-expanded=true] span:before{transform:translateY(6px) rotate(45deg)}.home-mobile-toggle[aria-expanded=true] span:after{transform:translateY(-6px) rotate(-45deg)}.home-logo{gap:10px;font-weight:600}.home-logo,.home-logo-mark{display:inline-flex;align-items:center}.home-logo-mark{width:36px;height:36px;border-radius:10px;justify-content:center;gap:5px;background:linear-gradient(180deg,#6366f1,#4f46e5);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.8)}.home-logo-dot{width:8px;height:8px;border-radius:999px;background:#fff}.home-logo-stem{width:6px;height:18px;border-radius:999px;background:#6366f1}.home-logo-wording{display:grid;line-height:1.1;grid-gap:2px;gap:2px}.home-logo-wording strong{letter-spacing:-.01em}.home-logo-wording small{color:#64748b;font-size:.68rem;font-weight:500}.home-nav-center{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.home-nav-center a,.home-nav-dropdown summary{color:var(--text-soft);cursor:pointer;transition:color .2s ease;padding:6px 12px;border-radius:8px}.home-nav-center a:hover,.home-nav-dropdown summary:hover{color:var(--brand);background:var(--brand-light)}.home-nav-dropdown{position:relative}.home-nav-dropdown summary{list-style:none}.home-nav-dropdown summary::-webkit-details-marker{display:none}.home-mega{display:none;position:absolute;top:30px;left:-40px;width:min(760px,90vw);border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:14px;box-shadow:0 24px 40px rgba(0,0,0,.08);grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-nav-dropdown[open] .home-mega{display:grid}.home-mega h4{margin:0 0 6px}.home-mega p{margin:0;color:#64748b;font-size:.86rem}.home-nav-actions{display:inline-flex;align-items:center;gap:10px}.home-link-btn{font-size:.92rem;color:#1e293b}.home-btn{border-radius:10px;border:1px solid transparent;padding:10px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.home-btn-primary{background:linear-gradient(180deg,#6366f1,#4f46e5);box-shadow:0 1px 2px rgba(79,70,229,.2),inset 0 1px 0 hsla(0,0%,100%,.15)}.home-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(79,70,229,.25),0 2px 8px rgba(79,70,229,.15);background:linear-gradient(180deg,#6366f1,#4338ca)}.home-btn-primary:active{box-shadow:0 1px 3px rgba(79,70,229,.2)}.home-btn-secondary{border-color:#e2e8f0;background:hsla(0,0%,100%,.8);color:#334155;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-btn-secondary:hover{border-color:#c7d2fe;color:var(--brand);box-shadow:0 4px 12px rgba(79,70,229,.08)}.home-btn-secondary:active{transform:translateY(0)}.home-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:24px;gap:24px;padding-top:44px;padding-bottom:28px}.home-banner{border:1px solid rgba(226,232,240,.6);border-radius:20px;background:#fff;margin-top:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 2px 4px -2px rgba(0,0,0,.01)}.home-banner-track{display:flex;width:100%;transition:transform .38s ease}.home-banner-slide{min-width:100%;padding:44px 44px 36px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:10px;position:relative;overflow:hidden;isolation:isolate;align-items:start}.home-banner-slide>*{position:relative;z-index:1}.home-banner-content{display:grid;grid-gap:10px;gap:10px;max-width:620px}.home-banner-visual{display:flex;align-items:center;justify-content:center;min-height:180px;position:relative}.home-banner-visual-orb{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(165,180,252,.2) 50%,rgba(99,102,241,.08));position:relative;animation:orb-float 6s ease-in-out infinite}.home-banner-visual-orb:before{content:"";position:absolute;inset:20px;border-radius:50%;border:2px dashed rgba(99,102,241,.2);animation:orb-spin 20s linear infinite}.home-banner-visual-orb:after{content:"";position:absolute;inset:50px;border-radius:50%;background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(165,180,252,.25));box-shadow:0 0 40px rgba(99,102,241,.15)}@keyframes orb-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.03)}}@keyframes orb-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-banner-slide:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(248,250,252,.96))}.home-banner-bg-reliability{background-image:linear-gradient(135deg,rgba(238,242,255,.95),rgba(248,250,252,.9)),url(/banners/reliability.svg);background-position:50%}.home-banner-bg-compliance{background-image:linear-gradient(135deg,rgba(236,253,245,.95),rgba(248,250,252,.9)),url(/banners/compliance.svg);background-position:50%}.home-banner-bg-sdk{background-image:linear-gradient(145deg,rgba(238,242,255,.95),rgba(248,250,252,.9)),url(/banners/sdk.svg);background-position:50%}.home-banner-bg-telemetry{background-image:linear-gradient(140deg,rgba(238,242,255,.95),rgba(248,250,252,.9)),url(/banners/telemetry.svg);background-position:50%}.home-banner-bg-slo{background-image:linear-gradient(135deg,rgba(255,251,235,.95),rgba(248,250,252,.9)),url(/banners/slo.svg);background-position:50%}.home-banner-bg-warmup{background-image:linear-gradient(135deg,rgba(238,242,255,.95),rgba(248,250,252,.9)),url(/banners/warmup.svg);background-position:50%}.home-banner-bg-security{background-image:linear-gradient(145deg,hsla(0,86%,97%,.95),rgba(248,250,252,.9)),url(/banners/security.svg);background-position:50%}.home-banner-slide h1{margin:0;line-height:1.05;letter-spacing:-.02em;font-size:clamp(1.8rem,4.4vw,3.2rem);max-width:19ch}.home-banner-dots{display:flex;align-items:center;padding:0 44px 22px}.home-banner-dots button{width:30px;height:8px;border:1px solid #e2e8f0}.home-banner-dots button.is-active{border-color:#a5b4fc}.password-input-wrap{position:relative}.password-input-wrap .input{padding-right:74px}.password-toggle-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:1px solid #c7d2fe;border-radius:8px;background:#f1f5f9;color:#334155;font-size:.75rem;font-weight:600;padding:4px 8px}.password-toggle-btn:hover{background:#eef2ff;border-color:#c7d2fe;color:var(--brand)}.home-kicker{margin:0 0 14px;color:#4f46e5;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.home:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:radial-gradient(circle,rgba(148,163,184,.12) 1px,transparent 0);background-size:24px 24px}.home-hero h1{margin:0;line-height:1.03;letter-spacing:-.03em;font-size:clamp(2rem,4.3vw,3.7rem);max-width:14ch}.home-subtitle{margin:16px 0 0;color:var(--text-soft);max-width:58ch;line-height:1.6;font-size:1.02rem}.home-cta-row{margin-top:28px;display:flex;align-items:center;flex-wrap:wrap}.home-trust-strip{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}.home-trust-strip span{border:1px solid var(--line);padding:6px 10px;font-size:.79rem;background:#fff}.home-stat-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-stat-grid article{border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff}.home-stat-grid strong{font-size:1.1rem}.home-stat-grid p{margin:5px 0 0;color:#64748b;font-size:.82rem}.home-preview-card{border:1px solid #e2e8f0;border-radius:16px;padding:24px 26px;position:relative;overflow:hidden}.home-preview-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#6366f1,#a5b4fc,#6366f1);border-radius:4px 0 0 4px}.home-preview-card h3{margin:0 0 12px;font-size:1.15rem}.home-preview-card ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.home-preview-card li{display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;background:#fff}.home-preview-card li span{color:#64748b;font-size:.85rem}.home-mini-chart{margin-top:14px;border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:flex;align-items:flex-end;gap:8px;min-height:130px;background:var(--surface-soft)}.home-mini-chart span{flex:1 1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#6366f1,#4f46e5)}.home-preview-card p{margin:10px 0 0;color:var(--text-soft);font-size:.84rem}.home-announcement{padding-top:28px;padding-bottom:12px}.home-announcement p{margin:0;border:1px solid rgba(99,102,241,.12);border-radius:14px;padding:14px 18px 14px 20px;background:linear-gradient(135deg,#eef2ff,#f5f3ff 50%,#f8fafc);line-height:1.58;display:flex;align-items:flex-start;gap:10px}.home-announcement-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:.72rem;font-weight:700;margin-top:1px;box-shadow:0 2px 6px rgba(79,70,229,.25)}.home-slider{overflow:hidden;padding-top:6px;padding-bottom:6px}.home-slider-track{display:flex;gap:10px;width:max-content;animation:home-slider-scroll 30s linear infinite}.home-slide{border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;padding:10px 12px;font-size:.86rem;white-space:nowrap}@keyframes home-slider-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home-section{padding-top:56px;padding-bottom:8px}.home-section+.home-section{position:relative}.home-section+.home-section:before{content:"";display:block;width:48px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--brand),#a5b4fc);margin-bottom:20px}.marketing-page-head{padding-top:28px}.marketing-page-head h1{margin:0;letter-spacing:-.02em;font-size:clamp(1.9rem,4vw,3rem)}.marketing-page-head p{margin:10px 0 0;color:#64748b;max-width:72ch}.marketing-page-cta{padding-top:10px;padding-bottom:18px}.home-section h2{margin:0;letter-spacing:-.02em;font-size:clamp(1.52rem,2.4vw,2.2rem)}.home-section>p{margin:10px 0 0;color:#64748b;max-width:75ch}.home-initiative-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px}.home-initiative-card{border:1px solid rgba(226,232,240,.8);border-radius:14px;padding:24px;background:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);grid-gap:12px;gap:12px;position:relative;overflow:hidden}.home-initiative-card:before{content:"";position:absolute;top:0;left:24px;right:24px;height:2px;background:linear-gradient(90deg,var(--brand),transparent);opacity:0;transition:opacity .3s ease}.home-initiative-card:hover:before{opacity:1}.home-initiative-card h3{margin:0;font-size:1.06rem;line-height:1.35}.home-initiative-card p{margin:0;color:#475569;line-height:1.6}.home-initiative-card .plan-entitlement-list{margin:10px 0 0;padding-left:1.1rem;font-size:.85rem;line-height:1.45;color:#64748b}.anchor-target{scroll-margin-top:96px}.home-mini-nav{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:14px}.home-mini-nav a{border:1px solid #c7d2fe;padding:6px 10px;color:#334155;font-size:.82rem;background:#f8fafc}.home-mini-nav a:hover{color:var(--brand)}.home-cap-grid,.home-experience-grid,.home-value-grid{margin-top:16px;display:grid;grid-gap:12px;gap:12px}.home-value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-quick-grid article{display:grid;grid-gap:8px;gap:8px}.home-cap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-experience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-cap-grid article,.home-experience-grid article,.home-flow li,.home-value-grid article{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff}.home-cap-grid h3,.home-experience-grid h3,.home-value-grid h3{margin:0 0 8px}.home-cap-grid p,.home-experience-grid p,.home-value-grid p{margin:0;color:#64748b;line-height:1.52}.home-value-grid article .plan-entitlement-list{margin:10px 0 0;padding-left:1.1rem;font-size:.85rem;line-height:1.45}.pricing-addon-note{margin-top:1.25rem;max-width:52rem;line-height:1.55}.pricing-major-section{margin-bottom:2.5rem}.pricing-section-title{margin:0 0 10px;font-size:1.35rem;letter-spacing:-.02em;color:#0f172a}.pricing-section-lead{margin:0 0 18px;max-width:48rem;line-height:1.55;font-size:.95rem}.pricing-section-lead strong{color:#1e293b;font-weight:600}.pricing-addon-section{margin-top:1.75rem}.pricing-addon-channel-title{margin:0 0 6px;font-size:1.08rem;color:#1e293b}.pricing-addon-channel-sub{margin:0 0 14px;max-width:44rem;line-height:1.5;font-size:.88rem}.pricing-addon-grid,.pricing-plan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.pricing-addon-card,.pricing-plan-card{border:1px solid #e2e8f0;border-radius:12px;padding:14px 14px 12px;background:var(--surface);display:flex;flex-direction:column;gap:10px;min-height:100%}.pricing-plan-card-foot{margin-top:auto;border-top:1px solid #e2e8f0;padding-top:10px;flex:1 1;display:flex;flex-direction:column;gap:6px}.pricing-plan-card-foot-lead{margin:0;font-size:.84rem;line-height:1.45;color:#64748b}.pricing-plan-card-foot-muted{margin:0;font-size:.78rem;line-height:1.45;color:#94a3b8}.pricing-addon-card-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px}.addon-code{margin:0;font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:.02em}.addon-retail{margin:0;font-size:1.02rem;font-weight:600;color:#059669}.addon-spec-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px;font-size:.82rem}.addon-spec-list li{display:flex;flex-direction:column;gap:2px}.addon-spec-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.pricing-feature-checklist{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:.78rem;line-height:1.55}.pricing-feature-checklist li{display:flex;flex-direction:row;align-items:baseline;gap:4px}.pricing-feature-check{color:#22c55e;font-weight:700;font-size:.82rem}.addon-best-for{margin:0;font-size:.84rem;line-height:1.45;color:#64748b;border-top:1px solid #e2e8f0;padding-top:10px;flex:1 1}.pricing-footnote{margin-top:1.75rem;max-width:48rem;line-height:1.55;font-size:.86rem}.pricing-footnote a{color:#4f46e5;text-decoration:underline;text-underline-offset:2px}.home-flow{margin:16px 0 0;grid-gap:12px;gap:12px}.home-flow h3{margin:0 0 8px}.home-flow p{margin:0;color:#64748b}.home-trust-panel{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-top:28px;margin-bottom:8px}.home-logo-row{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.home-logo-row span{border:1px solid #e2e8f0;border-radius:10px;padding:8px 11px;background:var(--bg-muted);color:#1e293b;font-size:.85rem;font-weight:600}.home-testimonials{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.home-testimonials article{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:var(--surface-soft)}.home-testimonials p{margin:0;color:var(--text);line-height:1.5}.home-testimonials strong{display:block;margin-top:10px;font-size:.86rem;color:var(--text-soft)}.home-compliance-row{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.home-compliance-row span{border-radius:10px;padding:8px 10px;color:#475569;font-size:.86rem}.home-conversion{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;padding-top:36px;padding-bottom:30px}.home-conversion article{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.home-conversion h2{margin:0 0 8px;font-size:1.2rem}.home-conversion p{margin:0 0 12px;color:#64748b}.home-footer{border-top:1px solid #e2e8f0;background:#fff;margin-top:8px}.home-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;padding-top:28px;padding-bottom:20px}.home-footer-grid h3,.home-footer-grid h4{margin:0 0 10px}.home-footer-grid p{margin:0;color:var(--text-soft);font-size:.9rem;line-height:1.6}.home-footer-grid a{display:inline-block;transition:color .2s ease,transform .15s ease;position:relative}.home-footer-grid a:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:var(--brand);transition:width .25s ease}.home-footer-grid a:hover{color:var(--brand)}.home-footer-grid a:hover:after{width:100%}.home-footer-bottom{border-top:1px solid #f1f5f9;padding-top:16px;padding-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.home-footer-bottom p{margin:0;font-size:.82rem;color:#94a3b8}.home-footer-bottom-links{display:flex;gap:20px}.home-footer-bottom-links a{font-size:.82rem;color:#94a3b8;margin:0;transition:color .2s ease}.home-footer-bottom-links a:hover{color:var(--brand)}@media (max-width:1180px){.app-shell{grid-template-columns:1fr}.app-sidebar{height:auto;position:static}.content-grid,.home-nav{grid-template-columns:1fr}.home-nav{justify-items:start}.home-nav-center{justify-content:flex-start}.home-banner-slide,.home-hero{grid-template-columns:1fr}.home-banner-slide{padding:24px 18px 18px}.home-banner-visual{display:none}.home-banner-content{max-width:none}.home-banner-dots{padding:0 18px 14px}.home-cap-grid,.home-compliance-row,.home-conversion,.home-experience-grid,.home-flow,.home-footer-grid,.home-initiative-grid,.home-testimonials,.home-value-grid{grid-template-columns:1fr}}.auth-layout{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.auth-layout>*{min-width:0}@media (max-width:920px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-grid,.table-controls{grid-template-columns:1fr}.topbar{flex-direction:column}}@media (max-width:740px){.home-cta-row,.home-nav-actions{width:100%;display:grid;grid-template-columns:1fr}.home-btn{width:100%}.home-stat-grid{grid-template-columns:1fr}.auth-layout{gap:14px}.auth-layout .row{flex-wrap:wrap}.auth-layout .btn,.auth-layout .button{width:100%;text-align:center;justify-content:center}}.apidocs-page{--apidocs-green:#3ecf8e;--apidocs-blue:#61affe;--apidocs-orange:#fca130;--apidocs-red:#f93e3e;--apidocs-purple:#9012fe}.apidocs-hero{padding-top:28px;padding-bottom:8px}.apidocs-hero h1{margin:8px 0 12px;font-size:clamp(2rem,4vw,2.75rem)}.apidocs-hero p{max-width:760px;color:var(--home-text-muted,#64748b)}.apidocs-hero-links{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.apidocs-layout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:32px;gap:32px;align-items:start;padding-top:24px;padding-bottom:48px}.apidocs-sidebar{position:-webkit-sticky;position:sticky;top:88px;max-height:calc(100vh - 120px);overflow:auto;padding:16px;border:1px solid var(--home-border-subtle,#e2e8f0);border-radius:12px;background:var(--home-surface-muted,#f8fafc)}.apidocs-sidebar-title{margin:0 0 12px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--home-text-muted,#64748b)}.apidocs-sidebar ul{list-style:none;margin:0;padding:0}.apidocs-sidebar>ul>li{margin-bottom:12px}.apidocs-sidebar a{color:inherit;text-decoration:none;font-size:.92rem}.apidocs-sidebar a:hover{color:var(--apidocs-green)}.apidocs-sidebar ul ul{margin-top:6px;padding-left:12px;border-left:1px solid var(--home-border-subtle,#e2e8f0)}.apidocs-sidebar ul ul li{margin:4px 0}.apidocs-sidebar ul ul a{font-size:.84rem;color:var(--home-text-muted,#64748b)}.apidocs-section{margin-bottom:40px;scroll-margin-top:96px}.apidocs-section h2{margin:0 0 12px;font-size:1.6rem}.apidocs-section-lead{margin:0 0 20px;color:var(--home-text-muted,#64748b);max-width:820px}.apidocs-endpoints{display:grid;grid-gap:28px;gap:28px}.apidocs-endpoint{padding:20px 22px;border:1px solid var(--home-border-subtle,#e2e8f0);border-radius:14px;background:var(--home-surface-muted,#f8fafc);scroll-margin-top:96px}.apidocs-endpoint-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px}.apidocs-method{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:4px 10px;border-radius:6px;font-size:.78rem;font-weight:700;letter-spacing:.04em;color:#fff}.apidocs-method-get{background:var(--apidocs-blue)}.apidocs-method-post{background:var(--apidocs-green)}.apidocs-method-patch{background:var(--apidocs-orange)}.apidocs-method-delete{background:var(--apidocs-red)}.apidocs-path{font-size:.92rem;word-break:break-all}.apidocs-endpoint h3{margin:0 0 8px;font-size:1.25rem}.apidocs-description,.apidocs-meta{margin:0 0 12px;color:var(--home-text-muted,#475569)}.apidocs-meta code{margin-right:6px}.apidocs-field-block{margin-top:16px}.apidocs-field-block h4,.apidocs-response h4{margin:0 0 8px;font-size:.95rem}.apidocs-table-wrap{overflow-x:auto}.apidocs-table{width:100%;border-collapse:collapse;font-size:.9rem}.apidocs-table td,.apidocs-table th{padding:10px 12px;border:1px solid var(--home-border-subtle,#e2e8f0);text-align:left;vertical-align:top}.apidocs-table th{background:#f1f5f9;font-weight:600}.apidocs-required{display:inline-block;margin-left:8px;padding:1px 6px;border-radius:999px;font-size:.68rem;text-transform:uppercase;background:#d1fae5;color:var(--apidocs-green)}.apidocs-code{margin:8px 0 0;padding:14px 16px;border-radius:10px;overflow-x:auto;background:#f8fafc;border:1px solid var(--home-border-subtle,#e2e8f0);font-size:.84rem;line-height:1.5}.apidocs-hint{margin-top:14px;padding:12px 14px;border-left:4px solid var(--apidocs-green);border-radius:0 8px 8px 0;background:#ecfdf5;color:var(--home-text-muted,#475569);font-size:.9rem}@media (max-width:960px){.apidocs-layout{grid-template-columns:1fr}.apidocs-sidebar{position:static;max-height:none}}::selection{background:#c7d2fe;color:#312e81}.input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(79,70,229,.12)}.home{--home-text:#0f172a;--home-text-muted:#64748b;--home-text-faint:#94a3b8;--home-border:#e2e8f0;--home-border-subtle:rgba(226,232,240,.7);--home-surface:#fff;--home-surface-muted:rgba(248,250,252,.8);--home-brand:#4f46e5;--home-brand-strong:#4338ca;--home-brand-glow:rgba(79,70,229,.08);--home-radius-sm:8px;--home-radius-md:14px;--home-radius-lg:20px;--home-radius-xl:28px;--home-transition:0.22s cubic-bezier(0.4,0,0.2,1);--home-shadow-card:0 1px 3px rgba(0,0,0,.04),0 6px 24px rgba(0,0,0,.03);--home-shadow-card-hover:0 4px 12px rgba(0,0,0,.06),0 12px 36px rgba(0,0,0,.04);--home-shadow-elevated:0 8px 30px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.home-nav-wrap{border-bottom:1px solid transparent;background:hsla(0,0%,100%,.82);transition:border-color var(--home-transition),background var(--home-transition),box-shadow var(--home-transition)}.home-nav-wrap.scrolled{border-bottom-color:var(--home-border);box-shadow:0 1px 12px rgba(0,0,0,.04)}.home-nav{padding-top:16px;padding-bottom:16px}.home-logo{gap:11px}.home-logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#6366f1,#4f46e5 50%,#4338ca);box-shadow:0 2px 8px rgba(79,70,229,.25),inset 0 1px 0 hsla(0,0%,100%,.9)}.home-logo-wording strong{font-size:1.05rem;letter-spacing:-.015em}.home-logo-wording small{font-size:.66rem;letter-spacing:.02em}.home-nav-center a,.home-nav-dropdown summary{font-size:.9rem;font-weight:500;color:#475569;position:relative;padding:6px 2px}.home-nav-center a:after,.home-nav-dropdown summary:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--home-brand);border-radius:999px;transform:scaleX(0);transition:transform var(--home-transition)}.home-nav-center a:hover:after,.home-nav-dropdown summary:hover:after{transform:scaleX(1)}.home-nav-center a:hover,.home-nav-dropdown summary:hover{color:var(--home-brand)}.home-btn{border-radius:11px;padding:11px 18px;font-size:.9rem;font-weight:600;letter-spacing:-.005em;transition:all var(--home-transition)}.home-btn-primary{background:linear-gradient(180deg,#4f46e5,#4338ca);color:#fff;box-shadow:0 2px 8px rgba(79,70,229,.2),inset 0 1px 0 hsla(0,0%,100%,.15)}.home-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(79,70,229,.25),inset 0 1px 0 hsla(0,0%,100%,.15);background:linear-gradient(180deg,#6366f1,#4f46e5)}.home-btn-primary:active{transform:translateY(0);box-shadow:0 1px 4px rgba(79,70,229,.2)}.home-btn-secondary{border-color:#c7d2fe;background:rgba(238,242,255,.5);color:#4338ca;font-weight:600}.home-btn-secondary:hover{background:#eef2ff;border-color:#a5b4fc;transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,70,229,.1)}.home-link-btn{font-size:.9rem;font-weight:500;color:#475569;padding:8px 12px;border-radius:8px;transition:all var(--home-transition)}.home-link-btn:hover{color:var(--home-brand);background:rgba(238,242,255,.5)}.home-announcement p{border:1px solid rgba(99,102,241,.15);border-radius:12px;padding:12px 16px;color:#4338ca;background:linear-gradient(135deg,#eef2ff,#f8fafc);font-size:.9rem;line-height:1.55}.home-banner{border:1px solid var(--home-border);border-radius:var(--home-radius-xl);background:var(--home-surface);margin-top:22px;box-shadow:var(--home-shadow-card);overflow:hidden}.home-banner-slide{padding:40px 36px 28px;gap:10px}.home-banner-slide:before{background:linear-gradient(180deg,hsla(0,0%,100%,.94),rgba(248,250,252,.97))}.home-banner-bg-reliability{background-image:linear-gradient(145deg,rgba(238,242,255,.97),rgba(248,250,252,.92)),url(/banners/reliability.svg);background-size:cover;background-position:100%}.home-banner-bg-compliance{background-image:linear-gradient(145deg,rgba(236,253,245,.97),rgba(248,250,252,.92)),url(/banners/compliance.svg);background-size:cover;background-position:100%}.home-banner-bg-sdk{background-image:linear-gradient(145deg,rgba(238,242,255,.97),rgba(248,250,252,.92)),url(/banners/sdk.svg)}.home-banner-bg-sdk,.home-banner-bg-telemetry{background-size:cover;background-position:100%}.home-banner-bg-telemetry{background-image:linear-gradient(145deg,rgba(238,242,255,.97),rgba(248,250,252,.92)),url(/banners/telemetry.svg)}.home-banner-bg-slo{background-image:linear-gradient(145deg,rgba(255,251,235,.97),rgba(248,250,252,.92)),url(/banners/slo.svg)}.home-banner-bg-slo,.home-banner-bg-warmup{background-size:cover;background-position:100%}.home-banner-bg-warmup{background-image:linear-gradient(145deg,rgba(238,242,255,.97),rgba(248,250,252,.92)),url(/banners/warmup.svg)}.home-banner-bg-security{background-image:linear-gradient(145deg,hsla(0,86%,97%,.97),rgba(248,250,252,.92)),url(/banners/security.svg);background-size:cover;background-position:100%}.home-banner-slide h1{font-size:clamp(1.9rem,4.2vw,3rem);line-height:1.08;max-width:18ch}.home-kicker{font-size:.76rem;letter-spacing:.1em;margin-bottom:14px}.home-subtitle{margin-top:18px;line-height:1.62;font-size:1.04rem}.home-banner-dots{padding:0 36px 20px;gap:8px}.home-banner-dots button{width:32px;height:7px;border:none;border-radius:999px;background:#e2e8f0;transition:all .3s ease;cursor:pointer}.home-banner-dots button.is-active{background:#6366f1;width:40px}.home-banner-track{transition:transform .48s cubic-bezier(.4,0,.2,1)}.home-trust-strip span{border:1px solid var(--home-border-subtle);border-radius:999px;padding:7px 14px;font-size:.8rem;color:#475569;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all var(--home-transition)}.home-trust-strip span:hover{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}.home-slider{padding:8px 0}.home-slide{border:1px solid var(--home-border-subtle);border-radius:12px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:12px 16px;font-size:.88rem;transition:all var(--home-transition)}.home-slide:hover{border-color:#c7d2fe;background:#fff;box-shadow:var(--home-shadow-card)}.home-preview-card{border:1px solid var(--home-border);border-radius:var(--home-radius-md);padding:20px 22px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:var(--home-shadow-card);transition:all var(--home-transition)}.home-preview-card:hover{box-shadow:var(--home-shadow-card-hover)}.home-preview-card h3{font-size:1.2rem;letter-spacing:-.015em;line-height:1.3}.home-section{padding-top:48px;padding-bottom:16px}.home-section h2{font-size:clamp(1.6rem,2.6vw,2.3rem);letter-spacing:-.025em;line-height:1.15}.home-section>p{margin-top:12px;line-height:1.62;font-size:1.04rem}.home-initiative-grid{margin-top:20px;gap:16px}.home-initiative-card{border:1px solid var(--home-border);border-radius:var(--home-radius-md);padding:22px 20px 20px;background:var(--home-surface);box-shadow:var(--home-shadow-card);display:grid;grid-gap:10px;gap:10px;transition:all var(--home-transition)}.home-initiative-card:hover{box-shadow:var(--home-shadow-card-hover);transform:translateY(-3px);border-color:#c7d2fe}.home-initiative-card h3{font-size:1.08rem;letter-spacing:-.01em;line-height:1.3}.home-initiative-card p{line-height:1.58;font-size:.92rem}.home-initiative-card .link{font-size:.9rem;font-weight:600;transition:all var(--home-transition)}.home-initiative-card .link:hover{letter-spacing:-.01em}.home-cap-grid,.home-experience-grid,.home-value-grid{margin-top:20px;gap:16px}.home-cap-grid article,.home-experience-grid article,.home-flow li,.home-value-grid article{border:1px solid var(--home-border);border-radius:var(--home-radius-md);padding:18px 16px;background:var(--home-surface);box-shadow:var(--home-shadow-card);transition:all var(--home-transition);display:grid;grid-gap:10px;gap:10px}.home-cap-grid article:hover,.home-experience-grid article:hover,.home-value-grid article:hover{box-shadow:var(--home-shadow-card-hover);transform:translateY(-2px);border-color:#c7d2fe}.home-cap-grid h3,.home-experience-grid h3,.home-value-grid h3{font-size:1.06rem;letter-spacing:-.01em;line-height:1.3}.home-cap-grid p,.home-experience-grid p,.home-value-grid p{line-height:1.58;font-size:.92rem}.home-flow{list-style:none;margin:20px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.home-flow li{position:relative;padding-left:20px}.home-flow h3{font-size:1rem;letter-spacing:-.01em}.home-flow p{line-height:1.55;font-size:.92rem}.home-mini-nav a{border:1px solid #e2e8f0;border-radius:999px;padding:7px 14px;font-size:.84rem;font-weight:500;background:hsla(0,0%,100%,.8);transition:all var(--home-transition)}.home-mini-nav a:hover{border-color:#a5b4fc;background:#eef2ff;color:var(--home-brand);box-shadow:0 2px 8px rgba(79,70,229,.1)}.home-compliance-row span{border:1px dashed #c7d2fe;border-radius:12px;padding:10px 14px;color:#334155;font-size:.88rem;line-height:1.45;transition:all var(--home-transition);background:rgba(238,242,255,.3)}.home-compliance-row span:hover{border-style:solid;border-color:#a5b4fc;background:#eef2ff}.home-trust-panel{border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);margin-top:36px}.pricing-plan-grid{gap:16px}.pricing-plan-card{border:1px solid var(--home-border);border-radius:var(--home-radius-md);padding:22px 20px 18px;background:var(--home-surface);box-shadow:var(--home-shadow-card);transition:all var(--home-transition)}.pricing-plan-card:hover{box-shadow:var(--home-shadow-card-hover);transform:translateY(-2px)}.pricing-addon-card{border:1px solid var(--home-border);border-radius:var(--home-radius-md);padding:18px 16px;background:var(--home-surface);box-shadow:var(--home-shadow-card);transition:all var(--home-transition)}.pricing-addon-card:hover{box-shadow:var(--home-shadow-card-hover);transform:translateY(-2px)}.marketing-page-head{padding-top:40px;padding-bottom:8px}.marketing-page-head h1{font-size:clamp(2rem,4.2vw,3.2rem);letter-spacing:-.025em;line-height:1.08}.marketing-page-head p{margin-top:14px;line-height:1.62;font-size:1.06rem;max-width:68ch}.marketing-page-cta{padding-top:14px;padding-bottom:24px}.home-cta-row{margin-top:24px;gap:12px}.home-footer{border-top:1px solid var(--home-border);background:linear-gradient(180deg,#f8fafc,#fff);margin-top:12px}.home-footer-grid{gap:24px;padding-top:32px;padding-bottom:36px}.home-footer-grid h3{font-size:1rem;letter-spacing:-.01em}.home-footer-grid h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--home-text-faint);margin-bottom:10px}.home-footer-grid a{display:block;margin-bottom:8px;color:#475569;font-size:.9rem;transition:color var(--home-transition)}.home-footer-grid a:hover{color:var(--home-brand)}.auth-layout{gap:24px;align-items:center}.auth-layout>.card:first-child{padding:28px 24px}.auth-layout>.card:last-child{max-width:480px;width:100%;padding:28px 24px;box-shadow:var(--home-shadow-elevated)}.kpi-grid .card.stat{padding:16px 14px;text-align:center}.kpi-grid .stat-value{font-size:1.6rem;letter-spacing:-.02em}.kpi-grid .stat-label{font-size:.82rem}.home-cap-grid article,.home-experience-grid article,.home-initiative-card,.home-preview-card,.home-section,.home-value-grid article{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),box-shadow var(--home-transition)}.home-cap-grid article.is-visible,.home-experience-grid article.is-visible,.home-initiative-card.is-visible,.home-preview-card.is-visible,.home-section.is-visible,.home-value-grid article.is-visible{opacity:1;transform:translateY(0)}.home-initiative-grid>.home-initiative-card:nth-child(2){transition-delay:.08s}.home-initiative-grid>.home-initiative-card:nth-child(3){transition-delay:.16s}.home-value-grid>article:nth-child(2){transition-delay:.08s}.home-value-grid>article:nth-child(3){transition-delay:.16s}.home-cap-grid>article:nth-child(2),.home-cap-grid>article:nth-child(3){transition-delay:.08s}.home-cap-grid>article:nth-child(4){transition-delay:.16s}.home-experience-grid>article:nth-child(2){transition-delay:.08s}.home-experience-grid>article:nth-child(3){transition-delay:.16s}@media (max-width:1180px){.home-banner-slide{padding:36px 28px 24px}.home-banner-visual-orb{width:150px;height:150px}.home-banner-dots{padding:0 28px 18px}}@media (max-width:1024px){.container{padding:0 24px}.home-initiative-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:740px){.container{padding:0 16px}.home-banner-slide{padding:24px 18px 18px}.home-banner-dots{padding:0 18px 14px}.home-section{padding-top:40px}.home-section+.home-section:before{width:36px;margin-bottom:16px}.home-cap-grid,.home-experience-grid,.home-initiative-grid,.home-value-grid{grid-template-columns:1fr}.auth-layout{align-items:stretch}.auth-layout>.card:last-child{max-width:100%}.home-footer-grid{gap:20px;padding-top:24px;padding-bottom:20px;grid-template-columns:1fr 1fr}.home-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.home-mobile-toggle{display:inline-flex}.home-nav-center{display:none;position:absolute;top:calc(100% + 8px);left:16px;right:16px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:0 16px 48px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.04);z-index:100;gap:2px}.home-nav-center.is-open{display:flex}.home-nav-center a,.home-nav-dropdown summary{padding:12px 14px;border-radius:10px;font-size:.92rem}.home-nav-center a:hover,.home-nav-dropdown summary:hover{background:var(--brand-light)}.home-nav-actions{margin-left:auto}.home-nav{grid-template-columns:auto 1fr auto}}.card{transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}.card:hover{box-shadow:0 4px 16px rgba(0,0,0,.06),0 12px 36px rgba(0,0,0,.04);transform:translateY(-2px)}.home-conversion article{border:1px solid var(--home-border);border-radius:var(--home-radius-md);padding:20px;box-shadow:var(--home-shadow-card);transition:all var(--home-transition)}.home-conversion article:hover{box-shadow:var(--home-shadow-card-hover);transform:translateY(-2px)}.data-table tr:hover{background:#f8fafc}.nav-link.active{position:relative}.nav-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:999px;background:var(--brand)}.btn{transition:all .15s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.metric-card{transition:box-shadow .2s ease,transform .2s ease}.metric-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.status-success:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--ok);margin-right:6px;display:inline-block;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.toast{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.home-slider-track{animation:none}.home-cap-grid article,.home-experience-grid article,.home-initiative-card,.home-preview-card,.home-section,.home-value-grid article{opacity:1;transform:none}}.pricing-plan-card.is-featured{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),var(--home-shadow-card-hover);position:relative}.pricing-plan-card.is-featured:after{content:"Most Popular";position:absolute;top:-1px;right:16px;background:linear-gradient(180deg,#6366f1,#4f46e5);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:0 0 8px 8px}.pricing-currency-bar{padding-top:0}.pricing-currency-text{margin:0;font-size:.92rem}.input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(79,70,229,.12),0 1px 2px rgba(0,0,0,.04)}.anchor-target code,.home code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:2px 8px;font-size:.88em;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;color:#4338ca}.anchor-target{scroll-margin-top:80px}.home-btn-primary{position:relative;overflow:hidden}.home-btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.12) 50%,transparent);transition:left .5s ease}.home-btn-primary:hover:after{left:100%}.link{position:relative;display:inline-block}.link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--brand);transition:width .25s cubic-bezier(.4,0,.2,1)}.link:hover:after{width:100%}.home-slider{padding:10px 0;position:relative}.home-slider:before{content:"";position:absolute;inset:0;mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);background:linear-gradient(90deg,#fff,#f8fafc,#fff);z-index:0;pointer-events:none}.home-slider .container,.home-slider-track{position:relative;z-index:1}.developers-config-section h3{margin:0 0 10px;font-size:1.15rem;letter-spacing:-.01em}.developers-config-section>.muted{margin-bottom:16px;line-height:1.6}.developers-config-table{display:grid;grid-template-columns:minmax(7rem,auto) minmax(0,1fr);grid-gap:12px 20px;gap:12px 20px;align-items:baseline;padding:16px 20px;border:1px solid var(--home-border);border-radius:14px;background:var(--home-surface-muted,rgba(248,250,252,.6));max-width:600px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.developers-config-row dt{margin:0;font-weight:600;font-size:.92rem}.developers-config-row dd{margin:0}.developers-config-row dd code{font-size:.92rem}.developers-config-port-alt{margin-top:8px}.developers-config-note{margin-top:16px!important}section.anchor-target+section.anchor-target{padding-top:32px}.resources-subsection h3{margin:0 0 14px;font-size:1.15rem;letter-spacing:-.01em}.resources-subsection+.resources-subsection{padding-top:32px}.register-hero-title{margin-top:12px;font-size:clamp(1.4rem,2.5vw,1.8rem);letter-spacing:-.02em;line-height:1.2}.register-form-card{max-width:480px;width:100%;box-shadow:var(--home-shadow-elevated)}.register-currency-hint{margin:0;font-size:.84rem}.register-signin-link{margin:0;text-align:center}