:root{--brand:#ff2b5c;--brand-hover:#d33057;--brand-soft:#fff1f4;--brand-border:#ffd0db;--white:#fff;--n50:#fafafa;--n100:#f5f5f5;--n150:#f0f0f0;--n200:#e5e5e5;--n300:#d4d4d4;--n400:#a3a3a3;--n500:#737373;--n600:#525252;--n700:#404040;--n800:#262626;--n900:#171717;--bg:var(--n50);--surface:var(--white);--border:var(--n200);--border-strong:var(--n300);--text:var(--n900);--text-2:var(--n600);--text-3:var(--n500);--text-muted:var(--n400);--green:#16a34a;--green-bg:#f0fdf4;--green-border:#bbf7d0;--amber:#b45309;--amber-bg:#fff7ed;--amber-border:#fed7aa;--red:#dc2626;--red-bg:#fef2f2;--red-border:#fecaca;--blue:#2563eb;--radius-sm:6px;--radius:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 2px #1018280d;--shadow:0 1px 3px #10182814, 0 1px 2px #1018280a;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-size:14px;line-height:20px}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;white-space:nowrap;border:1px solid var(--border-strong);background:var(--white);color:var(--n700);border-radius:var(--radius);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:7px;padding:9px 15px;font-weight:500;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}button svg,.button-link svg{width:16px;height:16px}button:hover:not(:disabled){background:var(--n50)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--n900);border-color:var(--n900);color:#fff}button.primary:hover:not(:disabled){background:var(--n800)}button.brand{background:var(--brand);border-color:var(--brand);color:#fff}button.brand:hover:not(:disabled){background:var(--brand-hover)}button.danger{color:var(--red);border-color:var(--red-border);background:var(--white)}button.danger:hover:not(:disabled){background:var(--red-bg)}button.ghost{box-shadow:none;color:var(--text-2);background:0 0;border-color:#0000}button.ghost:hover:not(:disabled){background:var(--n100)}button.sm{padding:6px 11px;font-size:13px}button.pill{border-radius:9999px}input,select,textarea{font:inherit;background:var(--white);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-sm);padding:9px 12px;transition:border-color .15s,box-shadow .15s}input::placeholder{color:var(--text-muted)}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}input.with-icon{padding-left:38px}label{color:var(--n700);margin-bottom:6px;font-size:14px;font-weight:500;display:block}label .req{color:var(--brand)}.field{margin-bottom:16px}.input-wrap{position:relative}.input-wrap .lead-icon{color:var(--text-muted);pointer-events:none;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px}.card.tight{padding:16px}.grid{gap:16px;display:grid}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.row{align-items:center;gap:12px;display:flex}.row.between{justify-content:space-between}.row.wrap{flex-wrap:wrap}.row.end{justify-content:flex-end}table{border-collapse:collapse;width:100%;font-size:14px}thead th{text-align:left;color:var(--text-3);background:var(--n50);border-bottom:1px solid var(--border);padding:11px 16px;font-size:12px;font-weight:500}tbody td{border-bottom:1px solid var(--border);color:var(--text-2);padding:14px 16px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--n50)}.table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.table-card table{min-width:max-content}.muted{color:var(--text-3)}.mono{font-family:ui-monospace,Cascadia Code,Menlo,monospace}.right{text-align:right}.nowrap{white-space:nowrap}.strong{color:var(--text);font-weight:600}.badge{border:1px solid var(--border);background:var(--white);color:var(--text-2);border-radius:9999px;align-items:center;gap:5px;padding:3px 9px;font-size:12px;font-weight:500;display:inline-flex}.badge.ok{color:var(--green);border-color:var(--green-border);background:var(--green-bg)}.badge.bad{color:var(--red);border-color:var(--red-border);background:var(--red-bg)}.badge.warn{color:var(--amber);border-color:var(--amber-border);background:var(--amber-bg)}.badge.dot:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.error{background:var(--red-bg);border:1px solid var(--red-border);color:var(--red);border-radius:var(--radius);margin-bottom:14px;padding:11px 14px;font-size:14px}.notice{background:var(--green-bg);border:1px solid var(--green-border);color:var(--green);border-radius:var(--radius);margin-bottom:14px;padding:11px 14px;font-size:14px}h1{letter-spacing:-.01em;margin:0 0 4px;font-size:24px;font-weight:600;line-height:32px}h2{margin:0 0 4px;font-size:18px;font-weight:600;line-height:28px}h3{color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:13px;font-weight:600}.page-head{margin-bottom:24px}.page-head p{color:var(--text-3);margin:0;font-size:15px}.stat{letter-spacing:-.02em;font-size:28px;font-weight:600}.stat-label{color:var(--text-3);font-size:13px;font-weight:500}.shell{background:var(--white);min-height:100vh;display:flex}.sidebar{background:var(--white);flex-direction:column;flex-shrink:0;width:280px;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.sidebar .brand{align-items:center;padding:4px 8px 22px;display:flex}.sidebar .brand img{height:24px}.nav-section{color:var(--text-muted);letter-spacing:.02em;padding:14px 8px 6px;font-size:12px;font-weight:600}.nav-link{border-radius:var(--radius);color:var(--text-2);align-items:center;gap:11px;margin-bottom:2px;padding:9px 8px;font-size:14px;font-weight:500;display:flex}.nav-link svg{width:19px;height:19px;color:var(--text-muted);flex-shrink:0}.nav-link:hover{background:var(--n100);color:var(--text);text-decoration:none}.nav-link.active{background:var(--brand-soft);color:var(--brand)}.nav-link.active svg{color:var(--brand)}.sidebar .spacer{flex:1}.usage-card{background:var(--n50);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:12px;padding:16px}.usage-card .usage-top{margin-bottom:10px;font-size:14px;font-weight:600}.progress{background:var(--n200);border-radius:9999px;height:8px;overflow:hidden}.progress>span{background:var(--brand);border-radius:9999px;height:100%;display:block}.usage-card .renews{color:var(--text-3);margin:10px 0 12px;font-size:13px}.user-card{border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:11px;padding:10px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg, #ff8a5c, var(--brand));border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:600;display:flex}.user-card .uname{font-size:14px;font-weight:600}.user-card .uemail{color:var(--text-3);font-size:13px}.main{background:var(--n50);border:1px solid var(--border);border-bottom:0;border-right:0;border-radius:36px 0 0;flex:1;min-width:0;padding:32px 40px 48px;overflow:auto}.main-inner{max-width:1120px;margin:0 auto}.user-menu-wrap{position:relative}.user-menu{z-index:20;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:6px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;box-shadow:0 12px 30px #17171721}.user-menu button{width:100%;box-shadow:none;background:0 0;border:0;justify-content:flex-start;padding:9px 10px}.user-menu button:hover{background:var(--n100)}.user-menu svg{width:17px;height:17px}.login-wrap{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{width:380px}.login-card .brand img{height:26px}.session-expired-notice{border:1px solid var(--amber-border);border-radius:var(--radius);background:var(--amber-bg);color:var(--amber);margin-bottom:14px;padding:11px 14px;font-size:13px}.step-head{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.step-num{background:var(--n900);color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:600;display:flex}.step-head .step-title{color:var(--text);font-size:15px;font-weight:600}.step-head .step-sub{color:var(--text-3);margin-top:1px;font-size:13px}.divider{background:var(--border);height:1px;margin:24px 0}.form-foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;display:flex}.form-foot .lock{color:var(--text-3);align-items:center;gap:7px;font-size:13px;display:flex}.identity-upload{border:1px dashed var(--border-strong);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:110px;margin-top:4px;font-weight:400;display:flex}.identity-upload:hover{border-color:var(--brand);background:var(--brand-soft)}.identity-upload svg{width:22px;height:22px;margin-bottom:7px}.identity-upload strong{color:var(--brand)}.identity-upload small{color:var(--text-3);margin-top:3px}.field-note{color:var(--text-3);margin:7px 0 0;font-size:12px}.gauge-num{letter-spacing:-.02em;font-size:48px;font-weight:600;line-height:56px}.score-gauge-card{padding-bottom:20px}.gauge-wrap{justify-content:center;margin:-2px 0 -4px;display:flex}.gauge-svg{max-width:100%;height:auto;display:block;overflow:visible}.bands{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:8px;display:grid}.band{border-radius:var(--radius);text-align:center;border:1px solid #0000;padding:10px 12px}.band .band-range{font-size:13px;font-weight:600}.band .band-label{color:var(--text-3);margin-top:2px;font-size:12px}.band.active{box-shadow:inset 0 0 0 1px}.metric{margin-bottom:14px}.metric .metric-top{justify-content:space-between;margin-bottom:6px;font-size:13px;display:flex}.metric .metric-top .mlabel{color:var(--text-2);font-weight:500}.metric .metric-top .mval{color:var(--text);font-weight:600}.metric .bar{background:var(--n150);border-radius:9999px;height:8px;overflow:hidden}.metric .bar>span{border-radius:9999px;height:100%;display:block}.sms-no-data{background:var(--n50);border-color:var(--border);color:var(--text-2);margin:0}.media-watchlist{padding:0;overflow:hidden}.media-watchlist-head{align-items:flex-start;padding:20px 22px 16px}.media-watchlist-head h2{margin:0;font-size:17px}.media-watchlist-head p{margin:3px 0 0;font-size:13px}.media-toolbar{border-top:1px solid var(--border);gap:10px;padding:12px 22px;display:flex}.media-toolbar select{width:170px}.media-search{flex:1;max-width:300px;margin:0;display:block;position:relative}.media-search svg{width:17px;height:17px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.media-search input{width:100%;padding-left:36px}.media-table{box-shadow:none;border-width:1px 0 0;border-radius:0}.media-table table{min-width:600px}.media-table th:last-child{width:80px}.media-category{align-items:center;gap:11px;display:flex}.media-category>span,.media-drawer-summary>span{border-radius:9px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.media-category svg,.media-drawer-summary svg{width:18px;height:18px}.media-category .is-clear,.media-drawer-summary .is-clear{color:var(--green);background:var(--green-bg)}.media-category .has-hit,.media-drawer-summary .has-hit{color:var(--amber);background:var(--amber-bg)}.media-view{box-shadow:none;color:var(--text-3);background:0 0;border:0;gap:6px;padding:6px 9px}.media-view:hover{color:var(--text);background:var(--n100)}.media-view svg{width:17px;height:17px}.media-empty{text-align:center;height:110px;color:var(--text-3)}.media-drawer-layer{z-index:70;background:#1717176b;position:fixed;inset:0}.media-drawer{background:var(--white);width:min(460px,100%);padding:26px;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-18px 0 50px #1717172e}.media-drawer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:20px;display:flex}.media-drawer-head h2{margin-top:10px;line-height:24px}.media-drawer-close{width:36px;height:36px;box-shadow:none;border-radius:50%;padding:0}.media-drawer-close svg{width:18px;height:18px}.media-drawer-summary{align-items:center;gap:12px;padding:22px 0;display:flex}.media-drawer-summary>span{width:42px;height:42px}.media-drawer-summary strong,.media-drawer-summary small{display:block}.media-drawer-summary small{color:var(--text-3);margin-top:3px}.media-article{border-top:1px solid var(--border);padding-top:20px}.media-article-picker{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.media-article-picker button{min-width:32px;height:32px;box-shadow:none;padding:0 9px}.media-article-picker button.active{color:var(--white);background:var(--n900);border-color:var(--n900)}.media-article-meta{color:var(--text-3);flex-wrap:wrap;gap:7px 14px;font-size:12px;display:flex}.media-article-meta span:not(:first-child):before{content:"·";margin-right:14px}.media-article h2{margin:12px 0;font-size:20px;line-height:28px}.media-article-body{color:var(--text-2);white-space:pre-wrap;font-size:14px;line-height:22px}.media-source-link{color:var(--brand);align-items:center;gap:5px;margin-top:20px;font-size:14px;font-weight:600;display:inline-flex}.media-article-id{color:var(--text-3);margin-top:18px;font-size:11px}.media-article-id code{overflow-wrap:anywhere}.media-evidence-note{border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.media-evidence-note p{color:var(--text-3);margin:5px 0 0;font-size:13px;line-height:19px}.media-evidence-note.warn-note{background:var(--amber-bg);border-color:var(--amber-border)}.media-evidence-note.clear-note{background:var(--green-bg);border-color:var(--green-border)}.media-provider-limit{margin-top:26px}.media-provider-limit p{color:var(--text-3);font-size:13px;line-height:20px}.media-provider-limit>div{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.media-provider-limit span,.media-provider-limit code{display:block}.media-provider-limit span{color:var(--text-3);margin-bottom:5px;font-size:12px}.media-provider-limit code{overflow-wrap:anywhere;font-size:12px}.media-unavailable{text-align:center;padding:48px 24px}.media-unavailable-icon{width:48px;height:48px;color:var(--text-3);background:var(--n100);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.media-unavailable-icon svg{width:24px;height:24px}.media-unavailable h2{margin-top:12px}.media-unavailable p{max-width:510px;color:var(--text-3);margin:6px auto 0;font-size:14px;line-height:20px}.modal-overlay{z-index:50;background:#1717178c;justify-content:center;align-items:flex-start;padding:40px 20px;display:flex;position:fixed;inset:0;overflow:auto}.modal{background:var(--bg);border-radius:var(--radius-lg);width:100%;max-width:940px;padding:20px;box-shadow:0 20px 60px #00000059}.modal-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.meta-row{border-top:1px solid var(--border);flex-wrap:wrap;gap:28px;padding-top:14px;display:flex}.meta-row .meta-k{color:var(--text-3);margin-bottom:2px;font-size:12px}.meta-row .meta-v{color:var(--text);font-size:14px;font-weight:500}.tabbar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-wrap:wrap;gap:4px;padding:4px;display:flex}.tab{box-shadow:none;color:var(--text-3);background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500}.tab:hover:not(.active){background:var(--n50);color:var(--text)}.tab.active{background:var(--n900);color:#fff}.tab-soon{background:var(--brand-soft);color:var(--brand);border-radius:999px;align-items:center;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600;line-height:16px;display:inline-flex}.tab.active .tab-soon{color:var(--white);background:#ffffff26}.svc-badge{width:30px;height:30px;color:var(--n700);background:var(--n100);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.insight{border:1px solid var(--border);border-radius:var(--radius-md);padding:14px}.insight .ititle{margin-bottom:3px;font-size:14px;font-weight:600}.insight .idesc{color:var(--text-3);font-size:13px;line-height:18px}.kv{grid-template-columns:170px 1fr;gap:8px 14px;font-size:14px;display:grid}.kv .k{color:var(--text-3)}.dashboard-stats{margin-bottom:16px}.dashboard-stats .card{border-radius:var(--radius-md);padding:18px}.dashboard-stats .stat{margin-top:6px;font-size:25px}.dashboard-stats .stat small{color:var(--text-3);font-size:13px;font-weight:500}.activity-card{margin-bottom:16px;padding-bottom:12px}.activity-card h2,.table-title h2{font-size:15px;line-height:22px}.activity-card p,.table-title p,.section-title p{color:var(--text-3);margin:0;font-size:12px}.chart-legend{color:var(--text-3);gap:18px;font-size:11px;display:flex}.chart-legend span:before{content:"";border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.chart-legend .pink:before{background:var(--brand)}.chart-legend .blue:before{background:#4aa8ff}.activity-chart{width:100%;height:190px;margin-top:8px}.dashboard-table{margin-bottom:16px;padding:0;overflow:hidden}.dashboard-table .table-title{padding:17px 20px}.dashboard-table .table-toolbar{border-top:1px solid var(--border);padding:12px 20px}.table-scroll{overflow-x:auto}.toolbar-search{width:280px}.toolbar-search input{height:34px;padding-top:6px;padding-bottom:6px}.mini-score,.scorebar{align-items:center;gap:8px;min-width:110px;display:flex}.mini-score>span,.scorebar>span{background:linear-gradient(90deg,#ffb176 0 34%,#ffe59b 34% 64%,#8fe0ad 64%);border-radius:99px;width:68px;height:7px;position:relative;overflow:hidden}.mini-score i,.scorebar i{border-right:3px solid var(--brand);position:absolute;top:0;bottom:0;left:0}.mini-score b,.scorebar b{font-size:12px}.service-monogram{color:#a238c7;background:#f5e9ff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-right:10px;font-size:10px;font-weight:700;display:inline-flex}.report-head{align-items:flex-start}.report-head button{padding:7px 12px;font-size:12px}.reports-card{overflow:hidden}.reports-card .table-toolbar{border-bottom:1px solid var(--border);padding:14px 20px}.pill-select{width:auto;min-width:140px;box-shadow:none;border-radius:999px;padding:7px 34px 7px 12px}.person-cell{align-items:center;gap:10px;min-width:190px;display:flex}.person-cell>span:last-child{flex-direction:column;display:flex}.person-cell small{color:var(--text-3);font-size:11px}.avatar-sm{width:30px;height:30px;font-size:10px}.empty-cell{text-align:center;height:240px}.empty-cell svg,.empty-cell strong,.empty-cell span{margin:6px auto;display:block}.empty-cell svg{width:28px;height:28px;color:var(--text-muted)}.data-stat-grid{margin-bottom:16px}.empty-state{text-align:center;padding:72px 24px}.empty-state p{max-width:460px;color:var(--text-3);margin:8px auto 20px}.empty-icon,.feature-icon{background:var(--brand-soft);width:46px;height:46px;color:var(--brand);border-radius:12px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.dataset-layout{grid-template-columns:360px 1fr;min-height:100vh;margin:-32px -40px -48px;display:grid}.requirements{background:var(--n100);border-radius:36px 0 0;padding:26px 30px}.requirements>p,.upload-panel>p,.columns-card>p{color:var(--text-3);margin-top:0;font-size:13px}.back-link{margin:-6px 0 26px -10px}.requirement{gap:12px;margin:18px 0;display:flex}.requirement>span{width:28px;height:28px;color:var(--brand);background:var(--brand-soft);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.requirement strong,.requirement small,.process-step strong,.process-step small{display:block}.requirement strong,.process-step strong{font-size:13px}.requirement small,.process-step small{color:var(--text-3);font-size:11px;line-height:16px}.process-title{margin-top:34px}.process-step{gap:12px;margin:17px 0;display:flex}.process-step>span{border:1px solid var(--border);width:24px;height:24px;color:var(--text-3);background:#fff;border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;font-size:11px;display:flex}.upload-panel{background:var(--white);padding:28px 32px}.breadcrumb{color:var(--text-3);margin-bottom:34px;font-size:13px}.breadcrumb span{margin:0 8px}.breadcrumb b{color:var(--brand)}.dropzone{border:1.5px dashed var(--border-strong);width:100%;min-height:132px;box-shadow:none;background:var(--white);white-space:normal;flex-direction:column}.dropzone:hover{border-color:var(--brand);background:var(--brand-soft)}.dropzone>svg{width:24px;height:24px}.dropzone strong,.dropzone small{display:block}.dropzone small{color:var(--text-3);font-weight:400}.dropzone em{color:var(--brand);font-style:normal}.dropzone.selected{border-style:solid}.dropzone.invalid,.file-card.invalid{border-color:var(--red)}.upload-success{background:var(--green);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.file-card{border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:12px;margin:14px 0;padding:14px;display:flex}.file-card div{flex-direction:column;display:flex}.file-card small{color:var(--text-3)}.csv-icon{background:var(--green);color:#fff;border-radius:5px;justify-content:center;align-items:center;width:34px;height:38px;font-size:9px;font-weight:700;display:flex}.columns-card{padding:0;overflow:hidden}.columns-card h2,.columns-card>p{padding:0 20px}.columns-card h2{padding-top:18px}.column-row{border-top:1px solid var(--border);grid-template-columns:1fr 160px 90px;align-items:center;gap:14px;padding:12px 20px;font-size:12px;display:grid}.upload-actions{border-top:1px solid var(--border);padding:16px 20px}.upload-notice{margin:0 20px 18px}.status-banner{border:1px solid var(--green-border);background:var(--green-bg);border-radius:var(--radius-lg);align-items:center;gap:14px;margin-bottom:16px;padding:20px;display:flex}.status-banner>span{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.status-banner h2,.status-banner p{margin:0}.status-banner p{color:var(--green)}.status-banner small{color:var(--green);margin-left:auto}.status-banner.status-neutral{border-color:var(--border);background:var(--white)}.status-banner.status-neutral>span{background:var(--n700)}.status-banner.status-neutral p,.status-banner.status-neutral small{color:var(--text-3)}.status-dot.muted-dot{background:var(--n400)}.status-note{margin-top:16px;font-size:12px}.section-title{align-items:center;gap:12px;margin-bottom:18px;display:flex}.section-title>span{background:var(--n100);border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.section-title h2{font-size:15px;line-height:21px}.service-row{border-top:1px solid var(--border);grid-template-columns:10px 1fr auto auto;align-items:center;gap:10px;padding:13px 0;display:grid}.status-dot{background:var(--green);border-radius:50%;width:8px;height:8px}.service-row .muted{font-size:11px}.performance-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.performance-grid div{background:var(--n50);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px}.performance-grid b,.performance-grid span{display:block}.performance-grid b{font-size:24px}.performance-grid span{color:var(--text-3);margin-top:4px}.incident-card{margin-top:16px}.no-incidents{min-height:180px;color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;display:flex}.no-incidents svg{width:28px;height:28px;color:var(--green);margin-bottom:8px}.no-incidents strong{color:var(--text)}.developer-grid{align-items:stretch}.developer-intro p{color:var(--text-3);max-width:520px}.button-link{border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius);padding:9px 15px;font-weight:500;display:inline-flex}.button-link:hover{background:var(--n50);text-decoration:none}.button-link.brand{background:var(--n900);color:#fff;border-color:var(--n900)}.code-card{background:var(--n900);color:#fff}.code-card p{color:var(--n400);margin:0}.code-card button{color:#fff;background:var(--n800);border-color:var(--n700)}.code-card pre{color:#b7f7ca;white-space:pre-wrap;margin:18px 0 0;font-size:11px;line-height:19px}.developer-keys{margin-top:22px}.resource-grid{margin-top:18px}.resource-card{color:var(--text)}.resource-card span,.resource-card b{margin-top:7px;display:block}.resource-card span{color:var(--text-3)}.resource-card b{color:var(--brand)}.resource-card:hover{border-color:var(--brand-border);text-decoration:none}.settings-layout{grid-template-columns:210px 1fr;align-items:start;gap:18px;display:grid}.settings-nav{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;padding:6px;display:flex}.settings-nav a{color:var(--text-2);border-radius:7px;padding:9px 10px}.settings-nav a.active{color:var(--brand);background:var(--brand-soft)}.settings-card{padding:0;overflow:hidden}.settings-section{border-bottom:1px solid var(--border);padding:24px}.settings-section>p{color:var(--text-3);margin-top:0}.settings-avatar{width:58px;height:58px;margin:16px 0}.toggle-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin:0;padding:14px 0;display:flex}.toggle-row strong,.toggle-row small{display:block}.toggle-row small{color:var(--text-3);font-weight:400}.toggle-row input{width:38px;height:20px;box-shadow:none;accent-color:var(--brand)}.settings-message{margin:16px 20px 0}.loading-wrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.spinner{border:5px solid var(--n200);border-top-color:var(--brand);border-radius:50%;width:64px;height:64px;margin-bottom:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.steps{text-align:left;flex-direction:column;gap:18px;margin-top:28px;display:flex}.steps .stepline{align-items:center;gap:12px;font-size:15px;font-weight:600;display:flex}.steps .stepdot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.steps .stepdot.done{background:var(--green);color:#fff}.steps .stepdot.pending{background:var(--white);border:2px solid var(--n200)}.steps .stepline.pending{color:var(--text-3)}.result-head-email{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=980px){.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}.bands{grid-template-columns:repeat(2,1fr)}.main{padding:24px 20px}.sidebar{width:220px;padding-left:10px;padding-right:10px}.dataset-layout{grid-template-columns:1fr;margin:-24px -20px}.requirements{border-radius:0}.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto}}@media (width<=640px){.bands{grid-template-columns:1fr}.kv{grid-template-columns:1fr;gap:2px 0}.kv .k{margin-top:8px}.shell{display:block}.sidebar{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:2px;width:100%;height:auto;display:grid;position:static}.sidebar .brand,.sidebar .spacer,.sidebar .usage-card,.nav-section{display:none}.sidebar>div{display:contents}.nav-link{margin:0}.user-menu-wrap{grid-column:1/-1;display:block!important}.main{border-left:0;border-radius:0;padding:22px 14px 36px}.page-head.row,.report-head,.status-banner{flex-direction:column;align-items:stretch}.report-head .row{flex-wrap:wrap}.chart-legend{display:none}.activity-chart{height:150px}.column-row,.status-grid,.developer-grid{grid-template-columns:1fr}.service-row{grid-template-columns:10px 1fr auto}.service-row .muted{display:none}.media-watchlist-head,.media-toolbar{flex-direction:column;align-items:stretch}.media-search{max-width:none}.media-toolbar select{width:100%}.media-view span{display:none}}:root{--m-pink:#ff2b5c;--m-pink-dark:#e91d4e;--m-ink:#19191b;--m-muted:#67676d;--m-line:#e8e8eb;--m-soft:#f7f7f8;--m-lilac:#f7efff}.marketing-shell{min-height:100vh;color:var(--m-ink);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;overflow:hidden}.marketing-shell *{box-sizing:border-box}.marketing-shell a{color:inherit}.marketing-shell a:hover{text-decoration:none}.marketing-shell h1,.marketing-shell h2,.marketing-shell h3,.marketing-shell p{margin-top:0}.marketing-shell h1,.marketing-shell h2,.marketing-shell h3{color:var(--m-ink);text-transform:none;letter-spacing:-.035em}.marketing-shell button,.marketing-shell input,.marketing-shell textarea,.marketing-shell select{font:inherit}.marketing-shell button{box-shadow:none}.m-container{width:min(1216px,100% - 48px);margin-inline:auto}.m-section{padding:112px 0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.m-button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:14px;font-weight:650;line-height:1;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.m-button:hover{transform:translateY(-2px)}.m-button-small{min-height:38px;padding-inline:17px;font-size:13px}.m-button-dark{background:var(--m-ink);border-color:var(--m-ink);color:#fff!important}.m-button-dark:hover{background:#353539}.m-button-outline{background:#fff;border-color:#a5a5aa}.m-button-pink{background:var(--m-pink);color:#fff!important}.m-button-outline-light{border-color:#85858b;color:#fff!important}.marketing-header{z-index:50;border-bottom:1px solid var(--m-line);background:#fffffff5;height:72px;position:relative}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.marketing-logo{align-items:center;display:inline-flex}.marketing-logo img{width:117px;height:24px}.header-menu{flex:1;grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.header-menu nav{grid-column:2;align-items:center;gap:30px;display:flex}.header-menu nav a{color:#38383d;font-size:13px;font-weight:560;position:relative}.header-menu nav a:after{content:"";background:var(--m-pink);height:2px;transition:right .2s;position:absolute;bottom:-9px;left:0;right:100%}.header-menu nav a.active:after,.header-menu nav a:hover:after{right:0}.header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.language-switch{border:1px solid var(--m-line);background:#fafafa;border-radius:999px;padding:3px;display:flex}.language-switch button{min-width:32px;height:28px;color:var(--m-muted);background:0 0;border:0;border-radius:999px;padding:0 8px;font-size:11px;font-weight:700}.language-switch button.active{color:var(--m-pink);background:#fff;box-shadow:0 1px 4px #0000001a}.mobile-nav-toggle{display:none}.grid-pattern{isolation:isolate;position:relative}.grid-pattern:before{content:"";z-index:-1;background-image:linear-gradient(#19191b0e 1px,#0000 1px),linear-gradient(90deg,#19191b0e 1px,#0000 1px);background-size:96px 96px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 20%,#0000 100%);mask-image:linear-gradient(#000 20%,#0000 100%)}.marketing-hero{border-bottom:1px solid var(--m-line);align-items:stretch;min-height:672px;display:flex}.hero-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:36px;display:grid}.hero-copy{z-index:2;padding:76px 0 84px;position:relative}.m-pill{color:var(--m-pink);background:#fff8fa;border:1px solid #ffc0cf;border-radius:999px;align-items:center;gap:10px;margin-bottom:26px;padding:6px 11px;font-size:12px;font-weight:600;display:inline-flex}.hero-copy h1{max-width:630px;margin-bottom:24px;font-size:clamp(48px,5.2vw,76px);font-weight:680;line-height:.98}.hero-copy h1:first-line{color:var(--m-ink)}.hero-copy p{max-width:590px;color:var(--m-muted);margin-bottom:30px;font-size:18px;line-height:1.55}.hero-visual{justify-content:center;align-self:stretch;align-items:flex-end;min-height:590px;display:flex;position:relative}.hero-orbit{background:repeating-conic-gradient(from 0deg, #ff2b5cbf 0 1deg, transparent 1deg 4deg);opacity:.55;border-radius:50%;width:510px;height:510px;position:absolute;top:86px;right:26px;-webkit-mask:radial-gradient(circle,#0000 0 56%,#000 57% 60%,#0000 61%);mask:radial-gradient(circle,#0000 0 56%,#000 57% 60%,#0000 61%)}.hero-visual>img{z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 28px #3228321f);width:min(600px,96%);max-height:610px;position:relative}.float-chip,.score-card,.approval-toast{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #e1e1e6e6;position:absolute;box-shadow:0 16px 38px #28202d29}.float-chip{border-radius:14px;min-width:170px;padding:12px 15px;font-size:13px;font-weight:650;line-height:1.25}.float-chip small{color:var(--m-muted);font-size:11px;font-weight:500}.float-chip .check-icon{margin-right:7px}.score-card{text-align:center;border-radius:14px;width:180px;padding:18px;top:205px;left:15px}.score-card small,.score-card strong,.score-card span{display:block}.score-card small{color:var(--m-muted)}.score-card strong{margin:3px 0;font-size:38px;line-height:1}.score-card span{color:#13a561;font-size:11px}.chip-one{top:170px;left:10px}.chip-two{top:235px;right:3px}.chip-three{top:385px;right:15px}.approval-toast{color:#fff;background:linear-gradient(105deg,#798cff,#6b4ae7);border:0;border-radius:12px;padding:14px 18px;font-size:13px;bottom:120px;left:110px}.approval-toast .check-icon{color:#fff;background:#21b86a;margin-left:10px}.app-dot,.alert-dot{color:#fff;background:#1686b9;border-radius:50%;place-items:center;width:22px;height:22px;margin-right:7px;font-size:10px;display:inline-grid}.alert-dot{background:var(--m-pink)}.product-hero-visual .hero-orbit{opacity:1;background:#ffe4ea;width:505px;height:505px;-webkit-mask:none;mask:none}.solution-strip{border-bottom:1px solid var(--m-line);background:#fafafa}.solution-grid{grid-template-columns:repeat(3,1fr);display:grid}.solution-grid article{border-right:1px solid var(--m-line);min-height:220px;padding:42px 34px}.solution-grid article:first-child{border-left:1px solid var(--m-line)}.solution-icon{width:42px;height:42px;color:var(--m-pink);background:#fff3f6;border:1px solid #ff9bb3;border-radius:6px;place-items:center;margin-bottom:20px;font-size:20px;display:inline-grid}.solution-2{color:#5e6cf4;background:#f2f3ff;border-color:#aeb5ff}.solution-3{color:#0cae74;background:#effcf7;border-color:#8de7c8}.solution-grid h3{margin-bottom:8px;font-size:18px;font-weight:650}.solution-grid p{color:var(--m-muted);margin:0;font-size:13px;line-height:1.55}.m-section-heading{text-align:center;max-width:780px;margin:0 auto 64px}.m-section-heading.align-left{text-align:left;margin-inline:0}.m-eyebrow{color:var(--m-pink);letter-spacing:0;margin-bottom:13px;font-size:13px;font-weight:650;display:inline-block}.m-section-heading h2{margin-bottom:16px;font-size:clamp(34px,3.3vw,50px);font-weight:670;line-height:1.1}.m-section-heading p{max-width:730px;color:var(--m-muted);margin:0 auto;font-size:17px;line-height:1.6}.m-section-heading.align-left p{margin-left:0}.case-grid{grid-template-columns:repeat(6,1fr);gap:24px;display:grid}.case-card{background:linear-gradient(145deg,#eef0ff,#f8f4ff);border:1px solid #bdc7ff;border-radius:18px;flex-direction:column;grid-column:span 3;min-height:400px;display:flex;position:relative;overflow:hidden}.case-card:nth-child(n+3){grid-column:span 2;min-height:390px}.case-2{background:linear-gradient(145deg,#fff1f5,#fbf1ff);border-color:#ffc0d1}.case-3{background:#eefaf7;border-color:#a8e3d0}.case-4{background:#fff4e9;border-color:#ffd1ae}.case-5{background:#f0efff;border-color:#c7c4ff}.case-title{justify-content:space-between;gap:16px;min-height:105px;padding:26px 26px 0;display:flex}.case-title p{max-width:420px;font-size:17px;line-height:1.45}.case-title a{background:#fff;border:1px solid #d4d4da;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.case-mock{background-image:repeating-radial-gradient(at bottom,#0000 0 25px,#6056d221 26px 27px,#0000 28px 52px);flex:1;place-items:center;min-height:220px;padding:24px;display:grid}.case-score{background:#fff;border-radius:50%;align-content:center;place-items:center;width:150px;height:150px;display:grid;box-shadow:0 18px 40px #4b459126}.case-score small,.case-score strong,.case-score span{display:block}.case-score strong{color:var(--m-pink);font-size:44px;line-height:1}.case-score span{color:#0d9b5c;margin-top:7px;font-size:11px}.identity-card{background:#fff;border-radius:14px;align-items:center;gap:12px;min-width:290px;padding:18px;display:flex;box-shadow:0 14px 35px #5032501f}.identity-card>span,.profile-person>span,.insight-person>span{background:linear-gradient(135deg, #ff785f, var(--m-pink));color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-size:12px;display:grid}.identity-card strong,.identity-card small{display:block}.identity-card small{color:#12a15f;font-size:11px}.mini-people{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.mini-people>span{min-height:92px;color:var(--m-pink);background:#fff;border-radius:12px;align-content:center;place-items:center;font-weight:700;display:grid}.mini-people small{color:#18a460;font-size:10px;font-weight:500;display:block}.signal-list{width:100%}.signal-list p{background:#fff;border-radius:10px;padding:15px}.signal-list strong,.signal-list small{display:block}.signal-list small{color:var(--m-muted);margin-top:5px}.repayment-list{width:100%}.repayment-list p{background:#fff;border-radius:9px;grid-template-columns:60px 1fr 35px;align-items:center;gap:8px;padding:13px;font-size:12px;display:grid}.repayment-list i{background:#e7e7eb;border-radius:999px;height:6px;overflow:hidden}.repayment-list b{background:var(--m-pink);height:100%;display:block}.developer-section{color:#fff;background:#151516;min-height:760px;padding:110px 0 0;position:relative;overflow:hidden}.developer-glow{filter:blur(80px);background:#ff2b5c47;border-radius:50%;width:680px;height:680px;position:absolute;top:-390px;left:50%;transform:translate(-50%)}.developer-inner{text-align:center;position:relative}.developer-section h2{color:#fff}.developer-section .m-section-heading{margin-bottom:28px}.developer-section .m-section-heading p{color:#9f9fa5}.developer-actions{justify-content:center;gap:12px;margin-bottom:62px;display:flex}.code-window{text-align:left;background:#0d0d0e;border:1px solid #38383d;border-radius:14px 14px 0 0;width:min(720px,100%);height:405px;margin:0 auto;overflow:hidden;box-shadow:0 25px 60px #00000059}.code-toolbar{background:#2a2a2d;border-bottom:1px solid #343438;align-items:center;gap:8px;height:48px;padding:0 18px;display:flex}.code-toolbar span{background:#ff725c;border-radius:50%;width:10px;height:10px}.code-toolbar span:nth-child(2){background:#f4c84d}.code-toolbar span:nth-child(3){background:#5fca69}.code-toolbar i{border:1px solid #909096;width:15px;height:13px;margin-left:12px}.code-window pre{color:#e8e8ec;white-space:pre-wrap;margin:0;padding:26px 32px;font-size:14px;line-height:1.7}.code-pink{color:#ff5a84}.code-green{color:#65dd91}.code-comment{color:#a3b8ff}.data-section{background:var(--m-lilac)}.profile-panel{background:#fff;border-radius:20px;max-width:980px;margin:0 auto 36px;padding:35px;position:relative;box-shadow:0 20px 70px #5a327814}.profile-person,.insight-person{align-items:center;gap:14px;display:flex}.profile-person>span{border:4px solid #fff;width:60px;height:60px;box-shadow:0 0 0 2px #e3d5ee}.profile-person strong,.profile-person small,.insight-person strong,.insight-person small{display:block}.profile-person small,.insight-person small{color:var(--m-muted)}.profile-columns{grid-template-columns:1fr 1fr;gap:55px;margin-top:28px;display:grid}.profile-columns>div>small{color:var(--m-muted)}.profile-columns p{justify-content:space-between;margin:8px 0;font-size:13px;display:flex}.green-text{color:#17a461}.profile-score{text-align:center;width:245px;position:absolute;top:30px;right:35px}.profile-score small,.profile-score strong{display:block}.profile-score strong{font-size:48px}.profile-score i{background:#e3e3e6;border-radius:999px;height:10px;display:block;overflow:hidden}.profile-score b{background:linear-gradient(90deg,#f5b448,#42bc70);width:78%;height:100%;display:block}.source-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.source-grid article{background:#fff;border:1px solid #e4dbea;border-radius:16px;padding:26px}.source-grid h3{font-size:15px}.source-grid article>div{align-items:center;gap:12px;display:flex}.source-grid span,.source-grid strong{border:1px solid var(--m-line);background:#fafafa;border-radius:10px;place-items:center;width:60px;height:60px;display:grid}.source-grid strong{color:var(--m-pink);font-size:19px}.process-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.process-grid article{padding-top:50px;position:relative}.process-grid article:before{content:"";background:#ffc0cf;height:1px;position:absolute;top:17px;left:46px;right:-28px}.process-grid article:last-child:before{right:0}.step-number{border:1px solid var(--m-pink);width:36px;height:36px;color:var(--m-pink);background:#fff;border-radius:50%;place-items:center;font-size:12px;display:grid;position:absolute;top:0;left:0}.process-grid small{min-height:33px;color:var(--m-pink);text-transform:uppercase;font-size:10px;font-weight:700;display:block}.process-grid h3{margin-bottom:10px;font-size:18px}.process-grid p{color:var(--m-muted);font-size:13px}.cta-band{background:var(--m-pink);color:#fff;text-align:center;padding:92px 0}.cta-band h2{color:#fff;margin-bottom:14px;font-size:clamp(32px,3vw,46px);font-weight:660}.cta-band p{color:#ffffffd9;max-width:720px;margin:0 auto 28px;font-size:17px}.feature-showcase{grid-template-columns:1.1fr .9fr;align-items:center;gap:90px;display:grid}.feature-showcase>div:first-child h3{margin-bottom:15px;font-size:32px}.feature-showcase>div:first-child>p{color:var(--m-muted);font-size:16px}.feature-showcase ul,.about-copy ul{margin:28px 0 0;padding:0;list-style:none}.feature-showcase li,.about-copy li{color:#49494f;gap:10px;margin:14px 0;display:flex}.check-icon{width:18px;height:18px;color:var(--m-pink);background:#fff0f4;border-radius:50%;flex:0 0 18px;place-items:center;font-size:11px;display:inline-grid}.insight-card{background:#f8f2ff;border:3px solid #ffa5c1;border-radius:14px;padding:22px}.insight-card>p{border:1px solid var(--m-line);background:#fff;border-radius:9px;margin:10px 0 0;padding:14px}.insight-card>p strong,.insight-card>p small{display:block}.insight-card>p small{color:var(--m-muted);margin-top:4px}.feature-tabs{border-top:3px solid #f4d2dd;grid-template-columns:repeat(6,1fr);margin-top:72px;display:grid}.feature-tabs button{min-height:110px;color:var(--m-ink);background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;padding:22px 8px 10px;font-weight:500;display:flex;position:relative}.feature-tabs button:before{content:"";background:var(--m-pink);height:3px;transition:right .2s;position:absolute;top:-3px;left:0;right:100%}.feature-tabs button.active:before{right:0}.feature-tabs button span{color:var(--m-pink);font-size:25px}.faq-section{background:#fff}.faq-container{max-width:820px}.faq-list article{background:#f8f8f9;border-radius:12px;margin-bottom:12px;padding:0 24px}.faq-list button{width:100%;min-height:70px;color:var(--m-ink);text-align:left;white-space:normal;background:0 0;border:0;justify-content:flex-start;gap:14px;padding:0;font-weight:650}.faq-list button:hover{background:0 0}.faq-list button span{color:#84848a;border:1px solid #b7b7bc;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.faq-list article p{color:var(--m-muted);margin:-8px 0 0;padding:0 36px 24px}.blog-strip{background:#f8f8f9}.blog-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.blog-head .m-section-heading{margin-bottom:46px}.blog-card-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.blog-card{min-width:0}.blog-image{background:linear-gradient(135deg,#d7d3ff,#7a61d9);border-radius:14px;height:225px;margin-bottom:18px;display:block;overflow:hidden}.blog-image-2{background:linear-gradient(135deg,#f4eee1,#a39b85)}.blog-image-3{background:linear-gradient(135deg,#eef1f4,#9da6b0)}.blog-image-4{background:linear-gradient(135deg,#e6f5ef,#51a983)}.blog-image-5{background:linear-gradient(135deg,#f6e4e4,#be7878)}.blog-image-6{background:linear-gradient(135deg,#e2f5ff,#5f92b3)}.blog-image{isolation:isolate;position:relative}.blog-image:before,.blog-image:after,.blog-image i,.blog-image b{content:"";transition:transform .35s;display:block;position:absolute}.blog-image:before{border:18px solid #ffffff8f;border-radius:46%;width:62%;height:150%;top:-34%;left:-4%;transform:rotate(28deg)}.blog-image:after{border:10px solid #ffffff6b;border-radius:38%;width:48%;height:86%;bottom:-32%;right:4%;transform:rotate(-20deg)}.blog-image i{border:12px solid #ffffffb8;border-radius:22px;width:74px;height:122px;top:18%;right:20%;transform:rotate(18deg);box-shadow:0 15px 30px #271c4533}.blog-image b{background:var(--m-pink);border-radius:50%;width:14px;height:14px;top:47%;right:31%;box-shadow:0 0 0 12px #ffffff47}.blog-image-2:before,.blog-image-5:before{border-radius:12px;transform:rotate(-8deg)}.blog-image-3 i,.blog-image-6 i{width:120px;height:80px;top:28%;right:22%;transform:rotate(-12deg)}.blog-card:hover .blog-image:before{transform:rotate(32deg)scale(1.05)}.blog-card>small{color:var(--m-pink);font-weight:650}.blog-card h3{letter-spacing:-.015em;justify-content:space-between;gap:10px;margin:8px 0;font-size:19px;line-height:1.35;display:flex}.blog-card p{color:var(--m-muted);font-size:14px}.post-meta{color:#85858b;align-items:center;gap:10px;font-size:12px;display:flex}.post-meta span{color:var(--m-ink);font-weight:600}.page-hero{text-align:center;background:#fff;place-items:center;min-height:440px;padding:90px 0 60px;display:grid}.page-hero .m-section-heading{margin-bottom:34px}.billing-toggle{border:1px solid var(--m-line);background:#f7f7f8;border-radius:10px;width:max-content;margin:0 auto;padding:4px;display:flex}.billing-toggle button{min-height:42px;color:var(--m-muted);background:0 0;border:0;border-radius:7px;padding:0 18px}.billing-toggle button.active{color:var(--m-ink);background:#fff;box-shadow:0 1px 4px #00000017}.pricing-section{padding:0 0 100px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.pricing-grid article{background:#fafafa;border:1px solid #dcdce0;border-radius:16px;flex-direction:column;min-height:540px;padding:34px;display:flex;position:relative}.pricing-grid article.featured{border-color:#ff9eb7;box-shadow:0 16px 55px #ff2b5c1a}.popular{color:var(--m-pink);background:#fff4f7;border:1px solid #ffc3d2;border-radius:999px;padding:5px 10px;font-size:11px;position:absolute;top:24px;right:24px}.pricing-grid article>small{font-weight:650}.pricing-grid h3{margin:16px 0 8px;font-size:38px}.pricing-grid article>p{min-height:64px;color:var(--m-muted)}.pricing-grid .m-button{width:100%;margin:15px 0 28px}.plan-features{border-top:1px solid var(--m-line);flex-direction:column;gap:13px;padding-top:25px;display:flex}.plan-features strong{text-transform:uppercase;margin-bottom:3px;font-size:12px}.plan-features span{color:#56565c;gap:10px;font-size:14px;display:flex}.annual-note{color:var(--m-pink);margin-top:auto;padding-top:18px;font-size:12px}.products-section{background:#fafafa}.products-section .m-section-heading{max-width:760px}.product-card-grid{grid-template-columns:repeat(2,1fr);gap:26px;display:grid}.product-card{background:#fff;border:1px solid #dedee2;border-radius:18px;flex-direction:column;min-height:620px;padding:30px 30px 0;display:flex;overflow:hidden}.product-card h3{margin-bottom:12px;font-size:24px;line-height:1.2}.product-card>p{min-height:74px;color:var(--m-muted)}.product-card-visual{border-top:1px solid var(--m-line);background:linear-gradient(#fafafa,#f3f3f4);flex-direction:column;flex:1;justify-content:center;gap:12px;margin:24px -30px 0;padding:34px 46px;display:flex;overflow:hidden}.product-card-visual>div{background:#fff;border:1px solid #e1e1e4;border-radius:10px;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;min-height:60px;padding:12px 16px;display:grid;box-shadow:0 10px 24px #0000000d}.product-card-visual>div>span{color:#fff;background:var(--m-pink);border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.product-card-visual>div p{margin:0;font-weight:600}.product-card-visual>div small{color:#1ab066}.product-visual-2>div{margin-left:calc(var(--index,0) * 10px)}.product-visual-3>div,.product-visual-4>div{box-shadow:none}.product-visual-4>div>span{color:var(--m-pink);background:#fff0f4;border-radius:8px}.about-hero{background:#fafafa;min-height:470px}.about-mission>.m-container>.m-section-heading{margin-bottom:90px}.about-row{grid-template-columns:1fr 1fr;align-items:stretch;min-height:550px;display:grid}.about-row.reverse .about-copy{order:2}.about-copy{flex-direction:column;justify-content:center;padding:60px 70px 60px 16px;display:flex}.about-row.reverse .about-copy{padding:60px 16px 60px 70px}.about-icon{width:42px;height:42px;color:var(--m-pink);background:#fff0f4;border-radius:50%;place-items:center;margin-bottom:25px;display:grid}.about-copy h3{margin-bottom:16px;font-size:32px}.about-copy>p{color:var(--m-muted);font-size:16px}.about-image{background:#f4f8fb;min-height:550px;overflow:hidden}.about-image-2{background:#edf8ff}.about-image-3{background:#f3f1ff}.about-image img{object-fit:cover;width:100%;height:100%;display:block}.values-section{background:#fafafa}.values-grid{grid-template-columns:repeat(3,1fr);gap:55px 40px;display:grid}.values-grid article{text-align:center}.values-grid article>span{background:#fff;border:1px solid #dcdce0;border-radius:9px;place-items:center;width:42px;height:42px;margin:0 auto 15px;display:grid}.values-grid h3{margin-bottom:10px;font-size:17px}.values-grid p{color:var(--m-muted);font-size:13px}.blog-page-hero{min-height:330px}.blog-page-section{padding:25px 0 112px}.blog-toolbar{justify-content:space-between;align-items:center;margin-bottom:55px;display:flex}.blog-toolbar>div{border:1px solid var(--m-line);background:#fafafa;border-radius:999px;gap:4px;padding:4px;display:flex}.blog-toolbar button{min-height:35px;color:var(--m-muted);background:0 0;border:0;border-radius:999px;padding:0 14px;font-size:12px}.blog-toolbar button.active{color:var(--m-ink);background:#fff;box-shadow:0 1px 3px #00000014}.blog-toolbar select{width:auto;min-width:140px;box-shadow:none;border-radius:999px}.blog-page-section .blog-card-grid{row-gap:58px}.contact-page{grid-template-columns:1fr 1fr;min-height:880px;display:grid}.contact-image{background:#edf2f8;overflow:hidden}.contact-image img{object-fit:cover;width:100%;height:100%}.contact-form-wrap{place-items:center;padding:70px;display:grid}.contact-form-wrap>div{width:min(520px,100%)}.contact-form-wrap h1{margin-bottom:20px;font-size:clamp(40px,4vw,60px);font-weight:670;line-height:1.05}.contact-form-wrap>div>p{color:var(--m-muted);margin-bottom:40px;font-size:16px}.contact-form-wrap a{color:var(--m-pink)}.contact-form-wrap form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-form-wrap label{color:var(--m-ink);margin:0;font-size:13px;font-weight:600}.contact-form-wrap input,.contact-form-wrap textarea{box-shadow:none;border-color:#d6d6da;border-radius:999px;margin-top:7px}.contact-form-wrap textarea{resize:vertical;border-radius:14px}.contact-form-wrap .m-button{width:100%}.contact-success{text-align:center;background:#f2fbf7;border:1px solid #a7e1c5;border-radius:16px;padding:28px}.contact-success .check-icon{color:#fff;background:#16a466;width:42px;height:42px;margin:0 auto 14px}.marketing-footer{background:#f5f5f6;padding:74px 0 0}.footer-grid{grid-template-columns:2fr 1fr 1.35fr 1fr;gap:70px;padding-bottom:58px;display:grid}.footer-brand img{width:140px}.footer-brand p{max-width:300px;color:var(--m-muted);margin-top:24px}.footer-grid>div:not(.footer-brand){flex-direction:column;gap:10px;display:flex}.footer-grid strong{margin-bottom:5px;font-size:13px}.footer-grid a{color:var(--m-pink);font-size:13px}.footer-bottom{color:#85858b;border-top:1px solid #dddde0;justify-content:space-between;align-items:center;min-height:76px;font-size:12px;display:flex}.footer-bottom div{gap:20px;display:flex}@media (width<=1080px){.header-menu nav{gap:18px}.header-actions .m-button-outline{display:none}.hero-grid{grid-template-columns:1fr 1fr}.hero-copy h1{font-size:54px}.float-chip{transform:scale(.9)}.profile-panel{max-width:900px}}@media (width<=860px){.m-container{width:min(100% - 36px,720px)}.m-section{padding:82px 0}.mobile-nav-toggle{border:1px solid var(--m-line);background:#fff;border-radius:50%;place-content:center;gap:6px;width:42px;height:42px;padding:0;display:grid}.mobile-nav-toggle span:not(.sr-only){background:var(--m-ink);width:18px;height:2px;display:block}.header-menu{border-bottom:1px solid var(--m-line);background:#fff;padding:22px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 18px 30px #00000014}.header-menu.is-open{display:block}.header-menu nav{flex-direction:column;align-items:stretch;gap:0;display:flex}.header-menu nav a{border-bottom:1px solid var(--m-line);padding:15px 4px;font-size:16px}.header-actions{flex-wrap:wrap;margin-top:18px}.header-actions .m-button-outline{display:inline-flex}.hero-grid{grid-template-columns:1fr}.marketing-hero{min-height:auto}.hero-copy{text-align:center;padding-bottom:20px}.hero-copy h1,.hero-copy p{margin-inline:auto}.hero-visual{min-height:520px}.hero-orbit{right:50%;transform:translate(50%)}.solution-grid{grid-template-columns:1fr}.solution-grid article,.solution-grid article:first-child{border:0;border-bottom:1px solid var(--m-line);min-height:auto}.case-grid{grid-template-columns:1fr 1fr}.case-card,.case-card:nth-child(n+3){grid-column:span 1}.case-card:last-child{grid-column:1/-1}.feature-showcase{grid-template-columns:1fr;gap:50px}.process-grid{grid-template-columns:1fr 1fr;row-gap:48px}.process-grid article:nth-child(2):before,.process-grid article:last-child:before{right:0}.process-grid article:nth-child(3):before{left:46px}.profile-score{width:100%;margin-top:25px;position:static}.source-grid{grid-template-columns:1fr}.blog-card-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr}.pricing-grid article{min-height:auto}.product-card-grid,.about-row,.about-row.reverse{grid-template-columns:1fr}.about-row.reverse .about-copy{order:0}.about-copy,.about-row.reverse .about-copy{padding:50px 20px}.about-image{min-height:470px}.values-grid{grid-template-columns:1fr 1fr}.contact-page{grid-template-columns:1fr}.contact-image{height:500px}.contact-form-wrap{padding:70px 24px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:45px}.footer-grid>div:last-child{grid-column:2}}@media (width<=600px){.m-container{width:calc(100% - 28px)}.m-section{padding:68px 0}.marketing-header{height:64px}.header-menu{top:64px}.marketing-logo img{width:105px}.hero-copy{padding-top:56px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.hero-visual{min-height:420px;margin-inline:-18px}.hero-visual>img{max-height:430px}.hero-orbit{width:390px;height:390px;top:40px}.float-chip{min-width:135px;padding:9px 10px;font-size:10px}.score-card{width:125px;padding:12px;top:120px;left:8px}.score-card strong{font-size:29px}.chip-one{top:100px;left:0}.chip-two{top:150px;right:0}.chip-three{top:270px;right:4px}.approval-toast{font-size:10px;bottom:80px;left:34px}.solution-grid article{padding:32px 6px}.m-section-heading{margin-bottom:46px}.m-section-heading h2{font-size:32px}.m-section-heading p{font-size:15px}.case-grid{grid-template-columns:1fr}.case-card,.case-card:nth-child(n+3),.case-card:last-child{grid-column:1;min-height:360px}.identity-card{min-width:250px}.developer-section{min-height:700px;padding-top:75px}.developer-actions{flex-direction:column;align-items:center}.code-window pre{padding:22px 18px;font-size:11px}.profile-panel{padding:24px}.profile-columns{grid-template-columns:1fr;gap:15px}.source-grid article>div{flex-wrap:wrap}.process-grid{grid-template-columns:1fr}.process-grid article:before{display:none}.feature-tabs{grid-template-columns:repeat(3,1fr)}.feature-tabs button{min-height:90px}.blog-head{flex-direction:column;align-items:flex-start;margin-bottom:38px}.blog-head .m-section-heading{margin-bottom:0}.blog-card-grid{grid-template-columns:1fr}.blog-image{height:220px}.page-hero{min-height:380px;padding-top:70px}.product-card{padding-inline:22px}.product-card-visual{margin-inline:-22px;padding-inline:22px}.about-image{min-height:380px}.values-grid{grid-template-columns:1fr}.blog-toolbar{flex-direction:column;align-items:stretch;gap:16px}.blog-toolbar>div{overflow-x:auto}.form-row{grid-template-columns:1fr}.contact-image{height:360px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:18px 0}.footer-bottom div{flex-wrap:wrap}}
