:root{--bg:#fff;--surface:#fff;--surface-soft:#f7f8fa;--surface-tint:#f8eef8;--text:#5f6472;--text-h:#171821;--muted:#8d93a1;--border:#e6e8ef;--accent:#d81b8c;--accent-2:#6f42e8;--accent-3:#10a37f;--accent-bg:#d81b8c1a;--accent-border:#d81b8c47;--danger:#d92d20;--shadow-soft:0 4px 24px #1c18340f;--shadow-card:0 1px 3px #0000000a, 0 1px 2px #00000008;--radius-sm:6px;--radius-md:8px;--radius-lg:18px;--sans:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--display:"Inter", ui-sans-serif, sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;font:16px/1.5 var(--sans);letter-spacing:0;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--bg)}body{min-width:320px;margin:0}button,input,textarea{font:inherit}a{color:inherit}#root{min-height:100svh}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text-h);font-weight:900;line-height:1.05}p{color:var(--text)}code,.counter{font-family:var(--mono)}.button{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-weight:720;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.62;transform:none}.button-primary{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;box-shadow:0 14px 28px #8e26b842}.button-secondary{color:var(--text-h);box-shadow:var(--shadow-card);background:#ffffffb8;border-color:#ffffffe6}.button-ghost{min-height:40px;color:var(--text-h);background:#ffffffb8;border-color:#1718211a}.button-ghost:hover{background:#fff;border-color:#1718212e}.calendar-page{width:100%;color:var(--text-h);margin:0 auto;padding:0 0 48px}.calendar-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.calendar-eyebrow{color:#e8943a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:820}.calendar-header h1{letter-spacing:0;font-size:clamp(2rem,4vw,3.6rem)}.calendar-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:10px;display:flex}.calendar-stat{border:1px solid var(--border);border-radius:var(--radius-md);min-width:104px;box-shadow:var(--shadow-card);background:#fff;flex-direction:column;gap:2px;padding:9px 12px;display:flex}.calendar-stat span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.64rem;font-weight:760}.calendar-stat strong{font-size:1rem;font-weight:820;line-height:1.1}.calendar-toolbar{justify-content:flex-end;align-items:center;gap:8px;margin-bottom:14px;display:flex}.calendar-nav-button,.calendar-today-button{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-h);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.calendar-nav-button{width:34px;height:34px}.calendar-today-button{min-height:34px;padding:0 13px;font-size:.76rem;font-weight:760}.calendar-nav-button:hover,.calendar-today-button:hover{color:#e8943a;background:#e8943a12;border-color:#e8943a59}.calendar-shell{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;overflow:hidden}.calendar-weekdays,.calendar-month-grid{grid-template-columns:repeat(7,minmax(178px,1fr));display:grid}.calendar-weekdays{border-bottom:1px solid var(--border);background:var(--surface-soft)}.calendar-weekdays div{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;padding:11px 12px;font-size:.68rem;font-weight:820}.calendar-month-grid{grid-auto-rows:minmax(210px,auto)}.calendar-day-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;flex-direction:column;gap:8px;min-width:0;min-height:210px;padding:12px;display:flex}.calendar-day-card:nth-child(7n){border-right:0}.calendar-day-card:nth-last-child(-n+7){border-bottom:0}.calendar-day-card--today{background:linear-gradient(#e8943a14,#fff 52%);position:relative;box-shadow:inset 0 0 0 1.5px #e8943a80}.calendar-day-card--outside{background:#fbfbfd}.calendar-day-card--past-empty{color:var(--muted)}.calendar-day-head{justify-content:space-between;align-items:flex-start;gap:8px;min-height:30px;display:flex}.calendar-day-head div{align-items:baseline;gap:7px;min-width:0;display:flex}.calendar-day-head span{color:var(--text-h);font-size:1.18rem;font-weight:860;line-height:1}.calendar-day-head small{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;font-size:.68rem;font-weight:760}.calendar-day-head strong{color:#e8943a;letter-spacing:.04em;text-transform:uppercase;background:#e8943a1f;border-radius:999px;flex:none;padding:3px 7px;font-size:.62rem;font-weight:820}.calendar-day-card--outside .calendar-day-head span,.calendar-day-card--outside .calendar-day-head small{color:#b8bdc8}.calendar-day-body{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.calendar-open-slot{border-radius:var(--radius-sm);color:#b2b7c2;text-align:center;border:1px dashed #8d93a147;width:100%;margin-top:auto;padding:8px;font-size:.7rem;font-weight:680}.calendar-day-card--outside .calendar-open-slot{opacity:.42}.calendar-post{border-radius:var(--radius-md);background:#fdf8f3;border:1px solid #e8943a40;min-width:0;padding:13px 14px;display:block;position:relative;box-shadow:inset 0 1px #fffc}.calendar-post--draggable,.calendar-post--draggable:active{cursor:default}.calendar-post--draggable:hover{border-color:#e8943a80}.calendar-post--published{background:#10a37f0f;border-color:#10a37f3d}.calendar-post--missed{background:#dc26260a;border-color:#dc26262e}.calendar-post-main{min-width:0}.calendar-post-status{align-items:center;gap:10px;min-width:0;margin-bottom:9px;padding-right:26px;display:flex}.calendar-status{letter-spacing:0;text-transform:uppercase;border-radius:999px;flex:none;padding:4px 11px;font-size:.64rem;font-weight:820;line-height:1}.calendar-status--published,.calendar-status--ready{color:#0d876a;background:#10a37f1c}.calendar-status--generating,.calendar-status--outline{color:#c07a3a;background:#e8943a1a}.calendar-status--queued{color:var(--muted);background:#8d93a11f}.calendar-keyword{min-width:0;max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;font-weight:640;line-height:1.24;display:-webkit-box;overflow:hidden}.calendar-post-title{width:100%;min-height:3.2em;color:var(--text-h);font-size:.76rem;font-weight:740;line-height:1.1;display:block}.calendar-post-title-button{appearance:none;-webkit-tap-highlight-color:transparent;font:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;border:0;margin:0;padding:0;position:relative;box-shadow:none!important;background:0 0!important}.calendar-post-title-button:hover,.calendar-post-title-button:focus,.calendar-post-title-button:active{color:var(--text-h);outline:none;box-shadow:none!important;background:0 0!important}.calendar-post-title-button span{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.calendar-post-title-button span::selection{background:0 0}.calendar-title-tooltip{z-index:30;border-radius:var(--radius-sm);pointer-events:none;background:#171821f5;border:1px solid #ffffff14;flex-direction:column;gap:6px;width:max-content;max-width:min(300px,76vw);padding:8px 10px;display:flex;position:absolute;bottom:calc(100% + 8px);box-shadow:0 8px 24px #0000004d}.calendar-title-tooltip-row{align-items:flex-start;gap:7px;display:flex}.calendar-title-tooltip-label{letter-spacing:.05em;text-transform:uppercase;border-radius:3px;flex-shrink:0;margin-top:1px;padding:1px 5px;font-size:.6rem;font-weight:800}.calendar-title-tooltip-label--head{color:#9b7ef8;background:#6f42e833}.calendar-title-tooltip-label--supporting{color:#e879c0;background:#d81b8c26}.calendar-title-tooltip-text{color:#e8eaf0;font-size:.72rem;font-weight:600;line-height:1.35}.calendar-post-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 10px;margin-top:8px;font-size:.74rem;line-height:1.2;display:flex}.calendar-supporting-count{align-items:center;gap:3px;display:inline-flex}.calendar-post-traffic{color:var(--accent-3);font-weight:700}.calendar-post-traffic-unit{opacity:.7;font-size:.68rem;font-weight:500}.calendar-post-actions{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.calendar-action{border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:0;align-items:center;gap:5px;min-height:26px;padding:0 9px;font-size:.66rem;font-weight:820;display:inline-flex}.calendar-action:disabled{cursor:not-allowed;opacity:.62}.calendar-action--primary{background:var(--accent)}.calendar-action--success{background:var(--accent-3)}.calendar-action--secondary{border:1px solid var(--border);color:var(--text);background:#fff}.calendar-action--full{justify-content:center;width:100%}.calendar-action-note{color:var(--muted);font-size:.74rem;font-weight:760;line-height:1.25}.calendar-action-note--active{color:var(--accent-2)}.calendar-action-note--success{color:var(--accent-3)}.calendar-action-note--danger{color:#dc2626}.calendar-drag-handle{color:#a0a6b3;cursor:grab;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:13px;right:10px}.calendar-drag-handle:active{cursor:grabbing}.calendar-drag-preview{z-index:-1;border-radius:var(--radius-md);max-width:220px;color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #6f42e847;padding:9px 11px;font-size:.78rem;font-weight:740;line-height:1.25;position:fixed;top:-1000px;left:-1000px;overflow:hidden;box-shadow:0 16px 34px #1718212e}.calendar-empty{border:1px dashed var(--border);border-radius:var(--radius-md);min-height:300px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.calendar-empty svg{opacity:.5;margin-bottom:12px}.calendar-empty p{color:var(--text-h);margin-bottom:6px;font-size:.95rem;font-weight:780}.calendar-empty span{max-width:360px;color:var(--muted);font-size:.8rem}.calendar-outline-layer{z-index:210;justify-content:flex-end;display:flex;position:fixed;inset:0}.calendar-outline-scrim{cursor:default;background:#0a0c1247;border:0;position:absolute;inset:0}.calendar-outline-panel{z-index:1;height:100svh;position:relative;box-shadow:-24px 0 60px #080a1247}.calendar-outline-footer-meta{color:#9a8878;flex:1;font-size:.76rem;font-weight:680}.calendar-outline-stats{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px;margin-bottom:16px;display:grid}.calendar-kd-stat{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto auto;justify-content:space-between;align-items:center;gap:14px;min-width:0;min-height:0;display:grid}.calendar-kd-gauge-group{justify-content:flex-end;align-items:center;display:flex}.calendar-kd-gauge{--kd-value:0;--kd-color:#8d93a1;aspect-ratio:1;background:radial-gradient(circle at center, #fff 0 57%, transparent 58%), conic-gradient(var(--kd-color) calc(var(--kd-value) * 1%), #e8ddd0 0);border-radius:999px;place-items:center;width:58px;display:grid;position:relative}.calendar-kd-gauge:after{content:"";border-radius:inherit;border:1px solid #0000000a;position:absolute;inset:6px}.calendar-kd-gauge-center{z-index:1;place-items:center;line-height:1;display:grid;position:absolute;inset:0}.calendar-kd-gauge-center strong{color:#211a14;font-size:1.12rem;font-weight:820;line-height:1;transform:translateY(1px)}.calendar-kd-gauge-label{color:#9a8878;letter-spacing:.02em;text-transform:uppercase;font-size:.62rem;font-weight:760}@media (width<=520px){.calendar-outline-panel{width:min(360px,100vw)}}@media (width<=1180px){.calendar-shell{overflow-x:auto}.calendar-weekdays,.calendar-month-grid{min-width:1320px}}@media (width<=760px){.calendar-header{flex-direction:column;align-items:stretch}.calendar-header-actions{justify-content:flex-start}.calendar-stat{min-width:calc(50% - 5px)}.calendar-toolbar{justify-content:flex-start}}.cdialog-backdrop{z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#080e0c73;justify-content:center;align-items:center;padding:16px;animation:.15s cdialog-fade-in;display:flex;position:fixed;inset:0}@keyframes cdialog-fade-in{0%{opacity:0}to{opacity:1}}.cdialog{background:#fff;border-radius:14px;width:100%;max-width:400px;animation:.18s cubic-bezier(.34,1.3,.64,1) cdialog-slide-in;overflow:hidden;box-shadow:0 8px 40px #080e0c2e,0 1px 4px #080e0c14}@keyframes cdialog-slide-in{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.cdialog-header{align-items:center;gap:10px;padding:20px 20px 0;display:flex}.cdialog-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.cdialog-header--danger .cdialog-icon{color:#dc2626;background:#dc26261a}.cdialog-header--warning .cdialog-icon{color:#d97706;background:#eab3081a}.cdialog-title{color:var(--text-h);flex:auto;margin:0;font-size:1rem;font-weight:760;line-height:1.3}.cdialog-close{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.cdialog-close:hover{color:var(--text-h);background:#1718210f}.cdialog-message{color:var(--text-secondary);margin:0;padding:10px 20px 0;font-size:.875rem;line-height:1.5}.cdialog-footer{justify-content:flex-end;align-items:center;gap:8px;padding:20px;display:flex}.cdialog-cancel{min-height:36px}.cdialog-confirm{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:0 16px;font-size:.875rem;font-weight:700;transition:opacity .15s;display:inline-flex}.cdialog-confirm:disabled{opacity:.6;cursor:default}.cdialog-confirm--danger{color:#fff;background:#dc2626}.cdialog-confirm--danger:hover:not(:disabled){background:#b91c1c}.cdialog-confirm--warning{color:#fff;background:#d97706}.cdialog-confirm--warning:hover:not(:disabled){background:#b45309}.cdialog-confirm--default{background:var(--accent);color:#fff}.cdialog-confirm--default:hover:not(:disabled){opacity:.88}.cdialog-spinner{animation:.8s linear infinite spin}.toast-viewport{right:max(20px, env(safe-area-inset-right));bottom:max(20px, env(safe-area-inset-bottom));z-index:120;pointer-events:none;flex-direction:column;gap:8px;width:min(360px,100vw - 32px);display:flex;position:fixed}.toast{pointer-events:auto;-webkit-backdrop-filter:blur(28px)saturate(1.6);background:#121216d1;border:1px solid #ffffff17;border-radius:14px;animation:.32s cubic-bezier(.22,1,.36,1) both toastIn;position:relative;overflow:hidden;box-shadow:inset 0 2px #ffffff0a,0 24px 48px #00000061,0 4px 12px #00000038}.toast.toast-exit{animation:.26s cubic-bezier(.4,0,1,1) both toastOut}.toast.toast-stacked{bottom:calc(var(--stack-offset,0) * -6px);left:calc(var(--stack-offset,0) * 4px);right:calc(var(--stack-offset,0) * 4px);opacity:calc(1 - var(--stack-offset,0) * .35);transform:scale(calc(1 - var(--stack-offset,0) * .035));transform-origin:bottom;z-index:calc(10 - var(--stack-offset,0));pointer-events:none;position:absolute}.toast-inner{grid-template-columns:30px minmax(0,1fr) 26px;align-items:center;gap:10px;padding:13px 12px 13px 14px;display:grid}.toast-icon-wrap{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.toast-success .toast-icon-wrap{color:#34d399;background:#34d39924}.toast-danger .toast-icon-wrap,.toast-error .toast-icon-wrap{color:#f87171;background:#f8717124}.toast-info .toast-icon-wrap{color:#94a3b8;background:#94a3b81f}.toast-body{min-width:0}.toast-body strong{color:#fffffff2;letter-spacing:-.01em;font-size:.875rem;font-weight:640;line-height:1.3;display:block}.toast-body p{color:#ffffff75;margin-top:2px;font-size:.8rem;line-height:1.4}.toast-body span{text-overflow:ellipsis;white-space:nowrap;color:#ffffff61;letter-spacing:.02em;background:#ffffff12;border-radius:999px;width:fit-content;max-width:100%;margin-top:7px;padding:2px 8px;font-size:.7rem;font-weight:500;display:block;overflow:hidden}.toast-close{color:#ffffff47;cursor:pointer;background:0 0;border:0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s;display:inline-flex}.toast-close:hover{color:#fffc;background:#ffffff1a}.toast-progress{background:#ffffff0f;height:2px}.toast-progress-bar{border-radius:0 1px 1px 0;height:100%;transition:width .1s linear}.toast-success .toast-progress-bar{background:#34d399}.toast-danger .toast-progress-bar,.toast-error .toast-progress-bar{background:#f87171}.toast-info .toast-progress-bar{background:#94a3b899}.toast:before{content:"";filter:blur(24px);pointer-events:none;opacity:.3;border-radius:999px;width:80px;height:80px;position:absolute;top:-30px;right:-20px}.toast-success:before{background:#34d399}.toast-danger:before,.toast-error:before{background:#f87171}.toast-info:before{background:#818cf8}@keyframes toastIn{0%{opacity:0;transform:translate(16px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastOut{0%{opacity:1;max-height:120px;margin-bottom:0;transform:translate(0)scale(1)}to{opacity:0;max-height:0;margin-bottom:-8px;transform:translate(12px)scale(.96)}}.ghost-link{color:var(--text-h);font-weight:720;text-decoration:none}.brand-mark{color:var(--text-h);align-items:center;font-weight:820;text-decoration:none;display:inline-flex}.brand-mark img{width:154px;height:auto;display:block}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:820}.marketing-page{background:#fff;min-height:100svh;overflow:hidden}.site-nav{justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100% - 40px);min-height:82px;margin:0 auto;display:flex}.nav-actions,.hero-actions{align-items:center;gap:12px;display:flex}.nav-links{align-items:center;gap:4px;display:flex}.nav-link{color:#3a4440;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:.88rem;font-weight:580;text-decoration:none;transition:background .12s,color .12s}.nav-link:hover{color:#10201c;background:#10201c0f}.nav-link-soon{cursor:default;color:#9aada7}.nav-link-soon:hover{color:#9aada7;background:0 0}.hero-section{grid-template-columns:minmax(320px,.9fr) minmax(440px,1.25fr);align-items:center;gap:54px;width:min(1180px,100% - 40px);min-height:calc(100svh - 142px);margin:0 auto;padding:42px 0 64px;display:grid}.hero-copy{max-width:610px}.hero-copy h1{letter-spacing:0;max-width:680px;margin-top:14px;font-size:clamp(2.75rem,4.25vw,4.85rem)}.hero-text{color:#4f5361;max-width:560px;margin-top:22px;font-size:1.16rem}.hero-actions{flex-wrap:wrap;margin-top:34px}.product-showcase{isolation:isolate;justify-content:center;align-items:center;min-height:610px;display:flex;position:relative}.product-showcase:before{content:"";z-index:-2;background:linear-gradient(135deg,#d81b8cb8,#6f42e8ad),linear-gradient(45deg,#fbe1eb,#e7efff);border-radius:42px;position:absolute;inset:44px 0 38px;box-shadow:0 48px 100px #572a9642}.product-showcase:after{content:"";z-index:-1;opacity:.82;background:linear-gradient(120deg,#0000 10%,#ffffff47 18%,#0000 36%),repeating-linear-gradient(140deg,#ffffff29 0 1px,#0000 1px 28px);border-radius:42px;position:absolute;inset:44px 0 38px}.dashboard-preview{border-radius:var(--radius-lg);width:min(660px,92%);min-height:430px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #ffffffbd;grid-template-columns:132px 1fr;display:grid;overflow:hidden}.preview-sidebar{border-right:1px solid var(--border);background:#f7f9fcdb;flex-direction:column;gap:14px;padding:24px 18px;display:flex}.preview-logo,.preview-nav{background:#d7dbe6;border-radius:5px;display:block}.preview-logo{width:74px;height:12px;margin-bottom:20px}.preview-nav{width:84px;height:11px}.preview-nav.active{background:linear-gradient(135deg, var(--accent), var(--accent-2));width:96px;height:28px}.preview-main{padding:26px}.preview-header{justify-content:space-between;margin-bottom:26px;display:flex}.preview-header span{background:#d8dce6;border-radius:999px;height:14px}.preview-header span:first-child{width:170px}.preview-header span:last-child{width:118px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.stat-card{border-radius:var(--radius-md);background:#fff;border:1px solid #edf0f5;flex-direction:column;justify-content:space-between;min-height:116px;padding:16px;display:flex;box-shadow:0 12px 24px #2325330f}.stat-card span{color:var(--muted);font-size:.78rem;font-weight:680}.stat-card strong{color:var(--text-h);font-size:2rem;line-height:1}.stat-card em{color:var(--accent-3);font-size:.78rem;font-style:normal;font-weight:780}.chart-row{grid-template-columns:1.05fr .95fr;gap:14px;margin-top:14px;display:grid}.bar-chart,.signal-map{border-radius:var(--radius-md);background:#fff;min-height:186px;padding:18px;box-shadow:0 12px 24px #2325330f}.bar-chart{background:linear-gradient(135deg,#20243a,#35304f);justify-content:space-between;align-items:end;gap:10px;display:flex}.bar-chart span{background:linear-gradient(#fff,#f5a3d1);border-radius:999px 999px 3px 3px;width:12px}.signal-map{gap:10px;display:grid}.signal-map div{color:var(--muted);border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.signal-map div:last-child{border-bottom:0}.signal-map strong{color:var(--text-h)}.showcase-panel{border-radius:var(--radius-md);width:205px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffffb8;position:absolute}.panel-left{min-height:250px;padding:18px;bottom:82px;left:-18px}.panel-right{min-height:220px;padding:20px;top:112px;right:-12px}.panel-topline{background:#cfd4df;border-radius:999px;width:72px;height:10px}.mini-photo{border-radius:var(--radius-sm);background:linear-gradient(135deg,#10a37f61,#d81b8c29),linear-gradient(#f8eadf,#e7d2c1);height:104px;margin-top:18px}.mini-list{gap:9px;margin-top:18px;display:grid}.mini-list span{background:#d8dce6;border-radius:999px;height:10px}.mini-list span:nth-child(2){width:78%}.mini-list span:nth-child(3){width:58%}.metric-ring{background:radial-gradient(circle closest-side, #fff 68%, transparent 69%), conic-gradient(var(--accent-3) 0 82%, #eceff5 82% 100%);width:116px;height:116px;color:var(--text-h);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:2.1rem;font-weight:820;display:flex}.mini-bars{justify-content:center;align-items:end;gap:9px;height:54px;display:flex}.mini-bars span{background:linear-gradient(180deg, var(--accent), var(--accent-2));border-radius:999px 999px 3px 3px;width:14px}.mini-bars span:first-child{height:38%}.mini-bars span:nth-child(2){height:72%}.mini-bars span:nth-child(3){height:54%}.mini-bars span:nth-child(4){height:90%}.feature-strip{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--border);width:min(1180px,100% - 40px);box-shadow:var(--shadow-card);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:-42px auto 64px;display:grid;overflow:hidden}.feature-strip div{background:#ffffffdb;flex-direction:column;justify-content:center;gap:8px;min-height:134px;padding:28px;display:flex}.feature-strip strong{color:var(--text-h);font-size:1rem}.feature-strip span{color:var(--text);font-size:.94rem}.hero-centered{text-align:center;flex-direction:column;align-items:center;gap:0;padding:72px 20px 80px;display:flex}.hero-headline{letter-spacing:-.02em;margin-top:16px;font-size:clamp(2.8rem,5.5vw,5.2rem);line-height:1.02}.mock-search-bar{vertical-align:middle;letter-spacing:0;color:#46504c;white-space:nowrap;background:#fff;border:2px solid #10201c;border-radius:999px;align-items:center;gap:.3em;width:18em;padding:.22em .55em .22em .4em;font-size:.36em;font-weight:500;display:inline-flex;position:relative;top:-.06em;overflow:hidden;box-shadow:0 2px 8px #00000012}.mock-search-icon{color:#10201c;flex-shrink:0;width:1.1em;height:1.1em}.mock-search-text{text-overflow:clip;white-space:nowrap;flex:1;overflow:hidden}.mock-search-cursor{vertical-align:middle;background:#3de87a;width:1.5px;height:.9em;margin-left:1px;animation:.9s step-end infinite cursor-blink;display:inline-block}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero-subheadline{color:#4f5361;max-width:560px;margin-top:24px;font-size:1.18rem;line-height:1.6}.hero-form{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:580px;margin-top:40px;display:flex}.hero-input-row{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-card);background:#ffffffe6;align-items:center;gap:10px;padding:0 16px;transition:border-color .2s,box-shadow .2s;display:flex}.hero-input-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-bg)}.input-label{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:720}.hero-input{min-height:50px;color:var(--text-h);background:0 0;border:none;outline:none;flex:1;font-size:.96rem}.hero-input::placeholder{color:#b0b5c2}.hero-cta{width:100%;min-height:52px;font-size:1rem}.hero-disclaimer{color:var(--muted);margin-top:12px;font-size:.84rem}.stat-strip{background:#17182114;border-top:1px solid #17182114;border-bottom:1px solid #17182114;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;width:100%;display:grid}.stat-strip-card{text-align:center;background:#fff;flex-direction:column;align-items:center;gap:8px;padding:40px 32px;display:flex}.stat-strip-number{color:#111511;letter-spacing:-.03em;font-size:clamp(2.4rem,3.5vw,3.4rem);font-weight:900;line-height:1}.stat-strip-number span{color:#22c55e;margin-left:2px;font-size:.55em;font-weight:700}.stat-strip-label{color:#6b7470;font-size:.88rem;line-height:1.45}@media (width<=860px){.stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.stat-strip{grid-template-columns:1fr}}.lp-section{width:min(1100px,100% - 40px);margin:80px auto}.lp-section-narrow{text-align:center;max-width:660px;margin:0 auto}.lp-section>.lp-section-narrow{margin-bottom:54px}.lp-section h2{letter-spacing:-.01em;margin-top:14px;font-size:clamp(2rem,3.5vw,3rem)}.lp-lead{color:#4f5361;margin-top:20px;font-size:1.12rem;line-height:1.65}.lp-body{color:var(--text);margin-top:14px;font-size:1rem;line-height:1.7}.steps-list{gap:20px;margin:0;padding:0;list-style:none;display:grid}.step-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffffd1;align-items:flex-start;gap:28px;padding:32px;display:flex;box-shadow:0 4px 16px #2023310d}.step-number{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.82rem;font-weight:820;display:flex}.step-card h3{margin-bottom:8px;font-size:1.08rem}.step-card p{font-size:.96rem;line-height:1.65}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}.feature-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffffd1;padding:28px;box-shadow:0 4px 16px #2023310d}.feature-icon{color:var(--accent);margin-bottom:14px;font-size:1.4rem;display:block}.feature-card h3{margin-bottom:8px;font-size:1rem}.feature-card p{font-size:.92rem;line-height:1.65}.wif-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.wif-card{isolation:isolate;background:linear-gradient(145deg,#fffffff0,#f6f9f5c7),#fff;border:1px solid #1718211a;border-radius:8px;flex-direction:column;min-height:330px;padding:26px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe0,0 24px 70px #17201c1a}.wif-card:before{content:"";z-index:-2;opacity:.72;background:linear-gradient(115deg,#3de87a2e,#0000 34%),radial-gradient(circle at 88% 10%,#17201c1a,#0000 26%);position:absolute;inset:0}.wif-card:after{content:"";z-index:-1;opacity:.72;border-bottom:1px solid #17182114;border-right:1px solid #17182114;border-radius:0 0 8px;width:118px;height:78px;position:absolute;bottom:74px;right:22px}.wif-card:hover{border-color:#17201c2e;transform:translateY(-4px);box-shadow:inset 0 1px #fffffff0,0 32px 86px #17201c24}.wif-card-build:before{background:linear-gradient(115deg,#3de87a33,#0000 35%),radial-gradient(circle at 88% 10%,#22c55e29,#0000 28%)}.wif-card-launch:before{background:linear-gradient(115deg,#0ea5e929,#0000 35%),radial-gradient(circle at 88% 10%,#22c55e29,#0000 28%)}.wif-card-domain:before{background:linear-gradient(115deg,#f59e0b29,#0000 35%),radial-gradient(circle at 88% 10%,#17201c1a,#0000 28%)}.wif-card-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:30px;display:flex}.wif-icon{color:#0b7d61;background:#ffffffb8;border:1px solid #1718211f;border-radius:7px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 12px 26px #17201c14}.wif-stage{color:#4f5b55;letter-spacing:.04em;text-transform:uppercase;background:#ffffffad;border:1px solid #1718211a;border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:.72rem;font-weight:820;display:inline-flex}.wif-card h3{color:#101511;max-width:240px;margin-bottom:12px;font-size:1.34rem;line-height:1.08}.wif-card p{max-width:265px;color:var(--text-body);font-size:.94rem;line-height:1.64}.wif-signal{border-top:1px solid #17182117;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:24px;display:flex}.wif-signal span{color:#68736e;font-size:.76rem;font-weight:760}.wif-signal strong{color:#10201c;font-size:.86rem;font-weight:860}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.pricing-slider-card{background:#fff;border:1px solid #1718211a;border-radius:14px;width:min(780px,100%);margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #212a261a}.pricing-slider-top{border-bottom:1px solid #17182114;grid-template-columns:1fr 180px;align-items:center;gap:40px;padding:36px 36px 32px;display:grid}.pricing-slider-left{flex-direction:column;gap:12px;display:flex}.pricing-kw-label{color:#5a6360;align-items:center;gap:8px;font-size:.88rem;font-weight:680;display:flex}.pricing-range-wrap{padding-top:36px;position:relative}.pricing-range-tooltip{color:#fff;white-space:nowrap;pointer-events:none;background:#111511;border-radius:6px;padding:4px 10px;font-size:.78rem;font-weight:760;position:absolute;top:0;transform:translate(-50%)}.pricing-range-tooltip:after{content:"";border:5px solid #0000;border-top-color:#111511;border-bottom:none;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.pricing-range{appearance:none;cursor:pointer;border-radius:999px;outline:none;width:100%;height:6px}.pricing-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#22c55e;border:3px solid #fff;border-radius:50%;width:22px;height:22px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 1.5px #22c55e,0 4px 12px #22c55e59}.pricing-range::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 1.5px #22c55e,0 6px 18px #22c55e73}.pricing-range:active::-webkit-slider-thumb{transform:scale(1.1);box-shadow:0 0 0 1.5px #22c55e,0 6px 18px #22c55e73}.pricing-range::-moz-range-thumb{cursor:pointer;background:#22c55e;border:3px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 0 0 1.5px #22c55e,0 4px 12px #22c55e59}.pricing-range-bounds{color:#b0b8b4;justify-content:space-between;margin-top:8px;font-size:.72rem;font-weight:600;display:flex}.pricing-slider-right{flex-direction:column;flex-shrink:0;align-items:center;gap:14px;width:180px;display:flex}.pricing-amount{align-items:flex-start;gap:2px;min-height:4rem;line-height:1;display:flex}.pricing-currency{color:#111511;margin-top:8px;font-size:1.4rem;font-weight:760}.pricing-amount strong{color:#111511;letter-spacing:-.03em;font-size:4rem;font-weight:860;line-height:1}.pricing-period{color:#9aa09d;align-self:flex-end;margin-bottom:6px;font-size:1rem}.pricing-disclaimer{color:#9aa09d;text-align:center;font-size:.76rem}.pricing-slider-features{grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid}.pricing-feature-item{color:#4a524f;border-bottom:1px solid #1718210f;border-right:1px solid #1718210f;align-items:flex-start;gap:10px;padding:14px 24px;font-size:.86rem;line-height:1.4;display:flex}.pricing-feature-item svg{color:#22c55e;flex-shrink:0;margin-top:2px}.pricing-feature-text{flex-direction:column;gap:1px;display:flex}.pricing-feature-text span{color:#8a948f;font-size:.78rem}.pricing-cadence-pill{vertical-align:middle;border-radius:99px;padding:1px 7px;font-size:.72rem;font-weight:720;display:inline-block}.pricing-cadence-pill--monthly{color:#6a746f;background:#17182112}.pricing-cadence-pill--weekly{color:#16a34a;background:#22c55a1f}.pricing-feature-item:nth-child(2n){border-right:0}.pricing-feature-item:nth-last-child(-n+2){border-bottom:0}.pricing-feature-item strong{color:#111511;font-weight:760}.pricing-pause-note{text-align:center;color:#9aa09d;margin-top:16px;font-size:.84rem}.pricing-pause-note strong{color:#5a6360;font-weight:760}.pricing-free-label{color:#22c55e;font-size:2.2rem;font-weight:820;line-height:1}.pricing-bound-active{color:#22c55e;font-weight:720}.pricing-custom-word{color:var(--accent);align-items:center;min-height:4rem;margin:0;font-size:2.2rem;font-weight:820;line-height:1;display:flex}.pricing-feature-item--locked{opacity:.38}.pricing-feature-item--locked svg{color:#aab4b0}.pricing-free-note{color:#3a5e42;border-radius:0 0 var(--radius-md) var(--radius-md);background:#22c55a12;border-top:1px solid #22c55a26;margin:0;padding:14px 24px;font-size:.84rem;line-height:1.55}@media (width<=640px){.pricing-slider-top{grid-template-columns:1fr;gap:28px;padding:24px}.pricing-slider-right{width:100%}.pricing-amount{justify-content:center}.pricing-slider-features{grid-template-columns:1fr}.pricing-feature-item{border-right:0}.pricing-feature-item:nth-last-child(-n+2){border-bottom:1px solid #1718210f}.pricing-feature-item:last-child{border-bottom:0}}.pricing-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffffd1;flex-direction:column;gap:16px;padding:32px;display:flex;box-shadow:0 4px 16px #2023310d}.pricing-card-featured{border-color:var(--accent-border);background:radial-gradient(circle at 80% 10%,#d81b8c12,#0000 50%),#ffffffe6;box-shadow:0 12px 36px #8e26b81f}.pricing-card-pause{background:#f8f9fcb3}.pricing-plan{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.8rem;font-weight:820}.pricing-card-pause .pricing-plan{color:var(--muted)}.pricing-price{color:var(--text-h);font-size:2.6rem;font-weight:820;line-height:1}.pricing-price span{color:var(--muted);font-size:1rem;font-weight:500}.pricing-desc{color:var(--text);font-size:.92rem;line-height:1.55}.pricing-features{flex:1;gap:10px;margin:0;padding:0;list-style:none;display:grid}.pricing-features li{color:var(--text);padding-left:18px;font-size:.9rem;position:relative}.pricing-features li:before{content:"✓";color:var(--accent-3);font-weight:820;position:absolute;left:0}.lp-cta-section{text-align:center;border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(circle at 12% 60%,#d81b8c1f,#0000 40%),radial-gradient(circle at 88% 40%,#6f42e81a,#0000 40%),#fff9;flex-direction:column;align-items:center;gap:0;padding:80px 20px;display:flex}.lp-cta-section h2{font-size:clamp(2.2rem,4vw,3.6rem)}.lp-cta-section .hero-form{margin-top:36px}.cmp-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;margin-top:48px;overflow:hidden;box-shadow:0 4px 24px #2023310f}.cmp-cols-head{border-bottom:2px solid var(--border);background:#f9fafb;grid-template-columns:2fr 1.4fr 1.4fr 1.4fr;display:grid}.cmp-col-label{padding:14px 20px}.cmp-col{letter-spacing:.05em;text-transform:uppercase;color:#9ca3af;padding:14px 20px;font-size:.75rem;font-weight:700}.cmp-col-stm{color:var(--accent);background:#22c55e0d}.cmp-row{border-top:1px solid #0000000d;grid-template-columns:2fr 1.4fr 1.4fr 1.4fr;align-items:center;display:grid}.cmp-row:hover{background:#fafafa}.cmp-row-label{color:var(--heading);padding:13px 20px;font-size:.88rem;font-weight:500}.cmp-cell{padding:13px 20px;font-size:.86rem}.cmp-cell-stm{background:#22c55e0a}.cmp-yes{color:#16a34a;align-items:center;gap:5px;font-weight:600;display:inline-flex}.cmp-yes svg{color:#22c55e;flex-shrink:0}.cmp-no{color:#d1d5db;align-items:center;display:inline-flex}.cmp-neutral{color:#6b7280}.cmp-summary{background:#fff}.cmp-summary .cmp-row{border-top:1px solid #0000000f}.cmp-accordion{border-top:2px solid var(--border)}.cmp-accordion-section{border-top:1px solid #0000000f}.cmp-accordion-section:first-child{border-top:none}.cmp-accordion-trigger{cursor:pointer;text-align:left;background:#f9fafb;border:none;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;display:flex}.cmp-accordion-trigger:hover{background:#f3f4f6}.cmp-accordion-label{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;font-size:.72rem;font-weight:800}.cmp-accordion-open .cmp-accordion-label{color:var(--heading)}.cmp-accordion-chevron{color:#9ca3af;font-size:1.1rem;font-weight:400;line-height:1}.cmp-accordion-body{background:#fff}.cmp-tip-wrap{cursor:default;align-items:center;display:inline-flex;position:relative}.cmp-tip-wrap:after{content:"?";color:#9ca3af;background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;margin-left:5px;font-size:.65rem;font-weight:700;display:inline-flex}.cmp-tip{color:#e5e7eb;z-index:10;pointer-events:none;white-space:normal;background:#1a1d2e;border-radius:8px;min-width:200px;max-width:260px;padding:10px 13px;font-size:.78rem;line-height:1.5;display:none;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 16px #0000002e}.cmp-tip-wrap:hover .cmp-tip{display:block}.cmp-sting{border-top:1px solid var(--border);color:#6b7280;text-align:center;background:#f9fafb;padding:20px 24px;font-size:.92rem;font-style:italic;line-height:1.6}@media (width<=700px){.cmp-cols-head,.cmp-row{grid-template-columns:1.4fr 1fr 1fr 1fr}.cmp-col,.cmp-cell,.cmp-row-label{padding:11px 12px;font-size:.8rem}}.dark-footer{color:#f0f4f299;background:#080e0c}.dark-footer-cta{text-align:center;border-bottom:1px solid #ffffff12;flex-direction:column;align-items:center;padding:100px 20px 80px;display:flex}.dark-footer-cta-stat{color:#f0f4f266;margin-bottom:16px;font-size:clamp(1rem,1.6vw,1.3rem);font-weight:500}.dark-footer-cta-headline{color:#fff;letter-spacing:-.03em;margin-bottom:36px;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:900;line-height:.95}.dark-footer-cta-btn{color:#0a1f12;background:#3de87a;border-radius:8px;min-height:52px;padding:0 28px;font-size:1rem;font-weight:800;box-shadow:0 8px 28px #3de87a47}.dark-footer-cta-btn:hover{background:#52ed87;box-shadow:0 12px 36px #3de87a61}.dark-footer-cta-note{color:#f0f4f247;margin-top:14px;font-size:.82rem}.dark-footer-body{border-bottom:1px solid #ffffff12;grid-template-columns:1fr auto;align-items:start;gap:48px;width:min(1100px,100% - 40px);margin:0 auto;padding:56px 0 48px;display:grid}.dark-footer-brand p{color:#f0f4f259;margin-top:12px;font-size:.86rem}.dark-footer-brand .brand-mark img{filter:brightness(0)invert();opacity:.9}.dark-footer-cols{gap:56px;display:flex}.dark-footer-col{flex-direction:column;gap:10px;display:flex}.dark-footer-col strong{color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:.78rem;font-weight:700}.dark-footer-col a{color:#f0f4f273;font-size:.88rem;text-decoration:none;transition:color .15s}.dark-footer-col a:hover{color:#fff}.dark-footer-bottom{color:#f0f4f238;width:min(1100px,100% - 40px);margin:0 auto;padding:22px 0 32px;font-size:.82rem}@media (width<=720px){.dark-footer-body{grid-template-columns:1fr;gap:36px}.dark-footer-cols{gap:32px}}.marketing-page{background:linear-gradient(90deg,#17182109 1px,#0000 1px) 0 0/86px 86px,linear-gradient(#17182109 1px,#0000 1px) 0 0/86px 86px,radial-gradient(at 50% 26%,#fffffff5,#f7f9f5b8 58%,#0000 78%),linear-gradient(#f8faf6 0%,#fff 48%,#f4f7f7 100%);min-height:100svh;position:relative;overflow:hidden}.marketing-page h1,.marketing-page h2{font-family:var(--display);letter-spacing:-.02em}.site-nav{z-index:5;min-height:76px;position:relative}.site-nav .brand-mark img{width:138px}.site-nav .button-primary,.hero-cta,.pricing-card .button{background:#17201c;box-shadow:0 14px 28px #17201c33}.site-nav .button-primary:hover,.hero-cta:hover,.pricing-card .button:hover{box-shadow:0 18px 32px #17201c3d}.marketing-page .eyebrow{color:#1ea854;font-size:.76rem}.hero-section.hero-centered{isolation:isolate;flex-direction:column;align-items:center;gap:0;width:100%;max-width:none;min-height:auto;margin:0;padding:92px 20px 0;display:flex;position:relative}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:min(1080px,100%);padding-top:0;display:flex;position:relative}.hero-pill{color:#0a1f12;background:#3de87a;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 22px;font-size:.94rem;font-weight:820;text-decoration:none;display:inline-flex}.hero-headline{color:#10201c;text-wrap:balance;text-align:center;width:100%;max-width:900px;margin-top:22px;font-size:clamp(2.8rem,5vw,5rem);line-height:.95}.hero-subheadline{color:#46504c;text-wrap:pretty;max-width:680px;margin-top:36px;font-size:clamp(1.04rem,1.2vw,1.18rem);line-height:1.5}.headline-underline{white-space:nowrap;display:inline-block;position:relative}.headline-underline:after{content:"";transform-origin:0;background-color:#0000;background-image:linear-gradient(90deg,#0000 0%,#ffffffc7 46%,#0000 72%),linear-gradient(90deg,#22c55e,#3de87a);background-position:-42% 0,0 0;background-repeat:no-repeat;background-size:36% 100%,100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:999px;width:100%;height:.12em;animation:.68s cubic-bezier(.2,.8,.2,1) .52s both headlineUnderlineDraw,2.8s ease-in-out 1.45s infinite headlineUnderlineGlint;position:absolute;bottom:-.08em;left:0;transform:scaleX(0)}.hero-form{border-radius:10px;flex-direction:column;gap:0;width:min(420px,100%);margin-top:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000002e}.hero-block .hero-input-row{background:#10201c;border:none;border-radius:0;align-items:center;gap:8px;min-height:56px;padding:0 16px;display:flex}.hero-block .input-label{color:#fff6;white-space:nowrap;flex-shrink:0;font-size:.95rem;font-weight:700}.hero-block .hero-input{color:#fff;background:0 0;border:none;outline:none;flex:auto;min-width:0;font-size:.95rem;font-weight:500}.hero-block .hero-input::placeholder{color:#ffffff40}.hero-cta{color:#0a1f12;cursor:pointer;background:#3de87a;border:none;border-radius:0;width:100%;min-height:52px;font-size:.96rem;font-weight:820;transition:background .15s}.hero-cta:hover{background:#2fd96b}.section-marker{color:#22c55e;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:820}.problem-section h2{margin-inline:0;letter-spacing:-.02em;max-width:520px;margin-top:14px;font-size:clamp(2rem,3vw,3.2rem);font-weight:900;line-height:1}.problem-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;width:min(1120px,100% - 40px);margin-inline:auto;display:grid}.problem-left{position:sticky;top:40px}.problem-left .lp-lead{max-width:420px}.problem-right{gap:14px;padding-top:8px;display:grid}.problem-photo-frame{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 20px 60px #1718211f}.problem-photo-frame:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff61;position:absolute;inset:0}.problem-photo{object-fit:cover;width:100%;height:100%;display:block}.problem-photo-badge{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101511b8;border:1px solid #ffffffb8;border-radius:8px;gap:3px;min-width:184px;padding:14px 16px;display:grid;position:absolute;top:18px;right:18px;box-shadow:0 18px 42px #0c12112e}.problem-photo-badge:before{content:"";background:#3de87a;border-radius:999px;width:8px;height:8px;position:absolute;top:16px;left:16px;box-shadow:0 0 0 5px #3de87a24}.problem-photo-badge span,.problem-photo-badge strong{padding-left:18px}.problem-photo-badge span{color:#f6f8f49e;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:820}.problem-photo-badge strong{color:#fff;letter-spacing:0;font-size:.98rem;font-weight:860}.problem-card{background:#f8faf8;border:1px solid #17182114;border-radius:10px;gap:6px;padding:22px 24px;display:grid}.problem-card-icon{color:#22c55e;margin-bottom:4px}.problem-card strong{color:#111511;font-size:.96rem;font-weight:760}.problem-card p{color:#5a6360;margin:0;font-size:.88rem;line-height:1.6}.lp-section{width:min(1120px,100% - 40px)}.lp-section-light{background:#fff;width:100%;margin:0;padding:88px max(20px,50vw - 560px)}.lp-section-light.problem-section{width:100%;max-width:none;padding-top:140px;padding-bottom:140px}.hero-section.hero-centered+.lp-section-light{padding-top:88px}.lp-section-dark{color:#f6f8f4;background:#0c1211;width:100%;margin:0;padding:88px max(20px,50vw - 560px)}.lp-section-dark+.lp-section-light,.lp-section-light+.lp-section-dark{margin-top:0}.lp-section-dark .lp-section-narrow,.lp-section-light .lp-section-narrow,.lp-section-dark .steps-list,.lp-section-light .steps-list,.lp-section-dark .features-grid,.lp-section-light .features-grid,.lp-section-dark .wif-grid,.lp-section-light .wif-grid,.lp-section-dark .pricing-grid,.lp-section-light .pricing-grid,.lp-section-dark .timeline-strip{width:min(1120px,100%);margin-inline:auto}.lp-section-light>.lp-section-narrow,.lp-section-dark>.lp-section-narrow{margin-bottom:54px}.lp-section h2{color:#111511;text-wrap:balance}.lp-section-dark h2{color:#fff}.lp-section-dark .section-marker,.lp-section-dark .eyebrow{color:#3de87a}.lp-section-dark .lp-lead,.lp-section-dark .lp-body,.lp-section-dark .step-card p,.lp-section-dark .feature-card p{color:#f6f8f4bd}.lp-section-dark .step-card{box-shadow:none;background:#ffffff0f;border-color:#ffffff1a}.lp-section-dark .step-card h3{color:#f6f8f4}.timeline-strip{text-align:left;background:#1718211a;border:1px solid #1718211a;border-radius:8px;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:32px;display:grid;overflow:hidden}.lp-section-dark .timeline-strip{background:#ffffff1a;border-color:#ffffff1a}.timeline-strip span{color:#303832;background:#ffffffb8;align-items:center;gap:8px;min-height:58px;padding:0 14px;font-size:.86rem;font-weight:760;display:flex}.lp-section-dark .timeline-strip span{color:#f6f8f4db;background:#ffffff0f}.steps-list{counter-reset:steps;background:#1718211a;border:1px solid #1718211a;border-radius:8px;gap:0;overflow:hidden}.step-card{box-shadow:none;background:#ffffffd1;border:0;border-radius:0}.step-card+.step-card{border-top:1px solid #1718211a}.step-number{background:#17201c;border-radius:6px}.features-grid{background:#1718211a;border:1px solid #1718211a;border-radius:8px;gap:1px;overflow:hidden}.feature-card{box-shadow:none;background:#ffffffd6;border:0;border-radius:0}.lp-section-dark .feature-card{background:#121918}.lp-section-dark .feature-card h3{color:#fff}.lp-section-dark .feature-icon{color:#3de87a;background:#3de87a1a;border-color:#ffffff1f}.feature-icon{color:#0b7d61;background:#f0f5ee;border:1px solid #1718211f;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:18px;font-size:.78rem;font-weight:860;display:inline-flex}.pricing-grid{align-items:stretch}.pricing-card{background:#ffffffd6;border-color:#1718211a;border-radius:8px;box-shadow:0 16px 44px #212a2614}.pricing-card-featured{background:linear-gradient(135deg,#10a37f1f,#0000 42%),#ffffffe6;box-shadow:0 24px 60px #212a2624}.pricing-plan{color:#22c55e}.lp-cta-section{background-color:#17201c;background-image:linear-gradient(90deg,#1718210d 1px,#0000 1px),linear-gradient(#1718210d 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:0;border-radius:0}.lp-cta-section h2,.lp-cta-section .lp-lead,.lp-cta-section .hero-disclaimer{color:#fff}.lp-cta-section .lp-lead,.lp-cta-section .hero-disclaimer{opacity:.78}.lp-cta-section .hero-form{box-shadow:0 24px 64px #00000038}.dash-preview{text-align:left;color:#f0f4f2;transform-origin:top;background:#0c1110;border:1px solid #1e2a26;border-radius:12px 12px 0 0;grid-template-columns:176px 1fr;width:min(1100px,100vw - 40px);margin-top:46px;margin-bottom:0;animation:.78s cubic-bezier(.2,.8,.2,1) .18s both dashPreviewIn,7s ease-in-out 1.1s infinite dashPreviewFloat;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f171438}.dash-sidebar{background:#090d0c;border-right:1px solid #1a2420;flex-direction:column;gap:2px;padding:20px 12px;display:flex}.dash-logo{padding:6px 10px 18px}.dash-logo img{filter:brightness(0)invert();opacity:.92;width:126px;height:auto;display:block}.dash-nav{flex-direction:column;flex:1;gap:2px;display:flex}.dash-nav-footer{border-top:1px solid #1a2420;flex-direction:column;gap:2px;padding-top:12px;display:flex}.dash-nav-item{color:#f0f4f280;cursor:default;border-radius:6px;align-items:center;gap:7px;padding:7px 10px;font-size:.78rem;font-weight:680;text-decoration:none;animation:.52s both dashNavIn;display:flex;position:relative;overflow:hidden}.dash-nav-item:first-child{animation-delay:.42s}.dash-nav-item:nth-child(2){animation-delay:.5s}.dash-nav-item:nth-child(3){animation-delay:.58s}.dash-nav-item:nth-child(4){animation-delay:.66s}.dash-nav-item:nth-child(5){animation-delay:.74s}.dash-nav-item:nth-child(6){animation-delay:.82s}.dash-nav-active{color:#3de87a;background:#3de87a1a;font-weight:760}.dash-nav-active:before{content:"";background:#3de87a;border-radius:999px;width:3px;animation:2.2s ease-in-out infinite dashActivePulse;position:absolute;top:7px;bottom:7px;left:0;box-shadow:0 0 14px #3de87a8c}.dash-main{flex-direction:column;gap:0;display:flex;overflow:hidden}.dash-topbar{background:#0e1412;border-bottom:1px solid #1a2420;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.dash-topbar-label{color:#f0f4f266;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:.68rem;font-weight:760}.dash-topbar-title{color:#fff;font-size:.92rem;font-weight:760}.dash-badge-live{color:#4ee37d;letter-spacing:.04em;background:#35d6681f;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.68rem;font-weight:820;animation:1.8s ease-in-out infinite dashLivePulse}.dash-stat-row{background:#1a2420;border-bottom:1px solid #1a2420;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.dash-stat{background:#0f1715;flex-direction:column;gap:4px;padding:14px 18px;animation:.62s both dashPanelRise;display:flex}.dash-stat:first-child{animation-delay:.62s}.dash-stat:nth-child(2){animation-delay:.72s}.dash-stat:nth-child(3){animation-delay:.82s}.dash-stat span{color:#f0f4f273;letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:760}.dash-stat strong{color:#fff;font-size:1.55rem;font-weight:820;line-height:1}.dash-stat strong em{color:#4ee37d;font-size:.9rem;font-style:normal}.dash-stat small{color:#f0f4f261;font-size:.68rem}.dash-chart-card{background:#0c1211;border-bottom:1px solid #1a2420;padding:16px 18px 10px}.dash-chart-header{color:#f0f4f280;justify-content:space-between;margin-bottom:10px;font-size:.72rem;font-weight:760;display:flex}.dash-chart-range{color:#f0f4f24d}.dash-chart{position:relative}.dash-sparkline{width:100%;height:80px;display:block}.dash-sparkline path:last-of-type{stroke-dasharray:460;stroke-dashoffset:460px;animation:1.35s .88s both dashSparkDraw}.dash-chart-handle{pointer-events:none;background:#3de87a;border-radius:999px;width:8px;height:8px;animation:1.9s ease-in-out 1.75s infinite dashPointPulse;position:absolute;top:12.5%;left:75%;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #3de87a1f}.dash-chart-axes{color:#f0f4f233;text-align:right;pointer-events:none;flex-direction:column;justify-content:space-between;height:100%;font-size:.6rem;display:flex;position:absolute;top:0;right:0}.dash-kw-table{flex-direction:column;display:flex}.dash-kw-header{color:#f0f4f24d;letter-spacing:.06em;text-transform:uppercase;background:#0a0f0e;grid-template-columns:1fr 56px 52px;gap:8px;padding:8px 18px;font-size:.64rem;font-weight:760;display:grid}.dash-kw-row{background:#0c1211;border-top:1px solid #141d1b;grid-template-columns:1fr 56px 52px;align-items:center;gap:8px;padding:9px 18px;animation:.52s both dashRowIn;display:grid}.dash-kw-row:nth-child(2){animation-delay:1s}.dash-kw-row:nth-child(3){animation-delay:1.1s}.dash-kw-row:nth-child(4){animation-delay:1.2s}.dash-kw-row span:first-child{color:#d8e0dc;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.dash-kw-row span:nth-child(2){color:#f0f4f273;font-size:.74rem}.dash-kw-score{border-radius:4px;justify-content:center;align-items:center;width:36px;height:22px;font-size:.72rem;font-weight:820;display:inline-flex}.dash-kw-high{color:#3de87a;background:#3de87a24}.dash-kw-mid{color:#4ee37d;background:#4ee37d1a}@keyframes dashPreviewIn{0%{opacity:0;transform:translateY(22px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dashPreviewFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes dashNavIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes dashPanelRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dashRowIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes dashSparkDraw{to{stroke-dashoffset:0}}@keyframes dashPointPulse{0%,to{opacity:.82;box-shadow:0 0 0 4px #3de87a1a}50%{opacity:1;box-shadow:0 0 0 8px #3de87a2e}}@keyframes dashActivePulse{0%,to{opacity:.62}50%{opacity:1}}@keyframes dashLivePulse{0%,to{box-shadow:0 0 #4ee37d00}50%{box-shadow:0 0 0 5px #4ee37d14}}@keyframes headlineUnderlineDraw{to{transform:scaleX(1)}}@keyframes headlineUnderlineGlint{0%,42%{background-position:-42% 0,0 0}72%,to{background-position:142% 0,0 0}}@media (prefers-reduced-motion:reduce){.headline-underline:after,.dash-preview,.dash-nav-item,.dash-nav-active:before,.dash-badge-live,.dash-stat,.dash-sparkline path:last-of-type,.dash-chart-handle,.dash-kw-row{animation:none}}@media (width<=980px){.dash-preview{opacity:.96;width:min(680px,100vw - 34px)}}@media (width<=720px){.dash-preview{grid-template-columns:1fr;width:min(440px,100vw - 28px);margin-top:22px;margin-bottom:0}.dash-sidebar{display:none}.dash-stat strong{font-size:1.25rem}}.auth-page{grid-template-columns:1fr 1fr;min-height:100svh;display:grid}.auth-left{color:#fff;background:#11100f;flex-direction:column;justify-content:space-between;padding:40px 52px;display:flex}.auth-left-brand img{width:120px;height:auto;display:block}.auth-left-body{flex-direction:column;gap:18px;display:flex}.auth-left-body h2{color:#f0e8dc;letter-spacing:-.02em;font-size:clamp(1.8rem,2.4vw,2.5rem);font-weight:860;line-height:1.1}.auth-left-body p{color:#f0e8dc80;max-width:340px;font-size:.94rem;line-height:1.65}.auth-left-bottom{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.auth-left-avatar{filter:drop-shadow(0 16px 32px #0006);width:160px;height:auto;display:block}.auth-left-stat{text-align:right;flex-direction:column;gap:6px;display:flex}.auth-left-stat strong{color:#e8943a;letter-spacing:-.03em;font-size:2.2rem;font-weight:900;line-height:1}.auth-left-stat span{color:#f0e8dc61;max-width:120px;font-size:.78rem;line-height:1.4}.auth-right{background:#f9f8f4;flex-direction:column;justify-content:center;align-items:center;padding:48px 40px;display:flex}.auth-card{background:#fff;border:1.5px solid #e8ddd0f2;border-radius:14px;gap:24px;width:min(100%,400px);padding:36px;display:grid;box-shadow:0 8px 32px #17182112}.auth-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#e8943a;font-size:.72rem;font-weight:820}.auth-card h1{letter-spacing:-.01em;color:#1a1612;margin-top:8px;font-size:1.6rem;font-weight:860}.auth-card p{color:#7a6e62;margin-top:6px;font-size:.88rem;line-height:1.55}.auth-card form{gap:14px;display:grid}.auth-card label{color:#1a1612;gap:6px;font-size:.84rem;font-weight:720;display:grid}.auth-card input,.onboarding-page input,.onboarding-page textarea{color:#1a1612;background:#fff;border:1.5px solid #1718211f;border-radius:8px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:.94rem;transition:border-color .2s,box-shadow .2s}.auth-card input:focus,.onboarding-page input:focus,.onboarding-page textarea:focus{border-color:#e8943a;box-shadow:0 0 0 3px #e8943a1f}.auth-google{color:#1a1612;cursor:pointer;background:#fff;border:1.5px solid #17182124;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:48px;font-family:inherit;font-size:.96rem;font-weight:620;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.auth-google:hover{background:#f9f6f2;border-color:#17182138;box-shadow:0 2px 8px #0000000f}.auth-google:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:#b5a99a;align-items:center;gap:12px;font-size:.82rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#1718211a;flex:1;height:1px}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f09b3d,#c87630);border:none;border-radius:8px;width:100%;min-height:48px;margin-top:4px;font-family:inherit;font-size:.96rem;font-weight:780;transition:opacity .15s,transform .15s;box-shadow:0 4px 16px #c8763047}.auth-submit:hover{opacity:.92;transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-card .error{color:#dc2626;margin:0;font-size:.84rem}.auth-label-row{justify-content:space-between;align-items:baseline;display:flex}.auth-forgot{color:#c87630;font-size:.82rem;font-weight:500;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-footer{text-align:center;color:#7a6e62;font-size:.86rem}.auth-footer a{color:#c87630;font-weight:720;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (width<=700px){.auth-page{grid-template-columns:1fr}.auth-left{display:none}.auth-right{background:#f9f8f4;min-height:100svh}}.dashboard{background:#faf7f3;grid-template-columns:248px minmax(0,1fr);min-height:100svh;display:grid}.sidebar{z-index:40;background:#211a14;border-right:1px solid #ffffff0d;flex-direction:column;gap:8px;width:248px;height:100svh;padding:18px 12px 14px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar .logo{flex-shrink:0;align-items:center;min-height:78px;margin-bottom:10px;padding:4px 8px;display:flex}.sidebar .logo img{width:118px;height:auto;display:block}.sidebar nav{scrollbar-width:none;flex-direction:column;flex:1;gap:2px;min-height:0;padding-bottom:52px;display:flex;overflow-y:auto}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav a,.sidebar .signout{color:#f5ebdc73;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;min-height:42px;padding:0 12px;font-size:.88rem;font-weight:640;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar nav a svg,.sidebar .signout svg{flex:none}.sidebar nav a:hover,.sidebar .signout:hover{color:#f5ebdcd9;background:#f5e1c312}.sidebar nav a.active{color:#e8943a;background:#c07a3a26;font-weight:700}.sidebar .signout{color:#f5ebdc73;width:100%}.main-content{width:100%;min-width:0;padding:0 clamp(22px,3vw,48px) 56px}.mobile-topbar,.sidebar-scrim{display:none}.mobile-menu-button{width:40px;height:40px;color:var(--text-h);cursor:pointer;background:#fff;border:1px solid #1718211a;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.sidebar-scout-card{isolation:isolate;text-align:center;background:radial-gradient(circle at 50% -10%,#e8943a2e,#0000 46%),linear-gradient(#362515fa,#2b1f15f5);border:1px solid #e8943a3d;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:center;gap:12px;margin-top:auto;padding:46px 16px 18px;display:flex;position:relative;overflow:visible;box-shadow:inset 0 1px #ffffff0d,0 18px 34px #0000002e}.sidebar-scout-card:before,.sidebar-scout-card:after{content:"";z-index:0;pointer-events:none;border-radius:999px;position:absolute;left:50%;transform:translate(-50%)}.sidebar-scout-card:before{background:#e8943a38;border:1px solid #e8943a52;width:104px;height:104px;top:-46px}.sidebar-scout-card:after{background:linear-gradient(#e8943a6b,#e8943a24);width:76px;height:76px;top:-31px;box-shadow:0 14px 30px #00000047}.sidebar-scout-avatar{z-index:2;filter:drop-shadow(0 8px 12px #00000052);width:78px;height:auto;margin:0;display:block;position:absolute;top:-42px;left:50%;transform:translate(-50%)}.sidebar-scout-text{z-index:1;flex-direction:column;gap:3px;width:100%;display:flex;position:relative}.sidebar-scout-title{color:#f0e8dc;margin-top:20px;font-size:13.5px;font-weight:820;line-height:1.3;display:block}.sidebar-scout-features{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.sidebar-scout-features li{color:#f0e8dc8c;font-size:10px;line-height:1.4}.sidebar-scout-features li:before{content:"✓ ";color:#e8943acc}.sidebar-scout-cta{z-index:1;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ed9632,#d6802b);border:none;border-radius:8px;width:100%;padding:7px 0;font-size:11px;font-weight:820;transition:transform .15s,box-shadow .15s,opacity .15s;position:relative;box-shadow:0 7px 14px #e8943a29}.sidebar-scout-cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 9px 18px #e8943a38}.sidebar-footer{border-top:1px solid #f5e1c314;flex-shrink:0;gap:10px;margin-top:10px;padding-top:14px;display:grid}.sidebar-profile{background:#f5e1c30f;border-radius:10px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:50px;padding:7px 8px;display:grid}.sidebar-avatar{color:#e8943a;background:#c07a3a33;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:820;display:inline-flex}.sidebar-profile strong,.sidebar-profile span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.sidebar-profile strong{color:#f5ebdce6;font-size:.86rem;font-weight:760}.sidebar-profile span{color:#f5ebdc66;font-size:.75rem}.dashboard-header{z-index:30;color:#7a6a55;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf7f3f7;border-bottom:1px solid #e8e0d5;justify-content:space-between;align-items:center;gap:18px;min-height:52px;margin:0 calc(-1*clamp(22px,3vw,48px)) 28px;padding:0 clamp(22px,3vw,48px);display:flex;position:sticky;top:0}.dashboard-header h1{color:#1a1208;margin:0;font-size:.92rem;font-weight:780;line-height:1}.dashboard-kicker{color:#b09070;letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:760}.dashboard-header-title{align-items:center;gap:8px;min-width:0;display:flex}.dashboard-header-title svg{color:#c07a3a;flex:none}.dashboard-header-title .dashboard-kicker{display:none}.dashboard-header-meta{color:#9a8060;align-items:center;gap:8px;min-width:0;font-size:.78rem;font-weight:680;display:inline-flex}.dashboard-header-meta span{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.dashboard-domain,.dashboard-status{color:#7a6050;background:#f0e8dc;border:1px solid #e0d4c0;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;display:inline-flex}.dashboard-status{text-transform:capitalize}.dashboard-body{justify-content:center;width:100%;min-width:0;display:flex}.dashboard-body>*{width:100%}.onboarding-page{flex-direction:column;justify-content:center;gap:18px;width:min(100%,620px);min-height:100svh;margin:0 auto;padding:40px 24px;display:flex}.onboarding-page h1{font-size:2.25rem}.onboarding-page form{gap:16px;margin-top:10px;display:grid}.onboarding-page label{color:var(--text-h);gap:7px;font-size:.92rem;font-weight:720;display:grid}.onboarding-page textarea{resize:vertical;min-height:120px;padding:12px 14px}.onboarding-page button[type=submit]{justify-self:start}.onboarding-actions{align-items:center;gap:12px;display:flex}.onboarding-running,.onboarding-done{flex-direction:column;gap:16px;display:flex}.onboarding-spinner{border:3px solid #22c55e33;border-top-color:#22c55e;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.onboarding-check{color:#22c55e;background:#22c55e1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.loading{min-height:100svh;color:var(--text);justify-content:center;align-items:center;display:flex}.main-content:has(.discovery-page){padding-bottom:0}.main-content:has(.strategy-page){padding:0}.main-content:has(.strategy-page) .dashboard-header{display:none}.strategy-page{width:100%;height:100svh}.discovery-page{flex-direction:column;gap:16px;width:100%;max-width:1480px;height:calc(100svh - 80px);min-height:0;margin-inline:auto;display:flex;overflow-y:auto}.discovery-toolbar{justify-content:space-between;align-items:center;gap:16px;min-height:48px;display:flex}.discovery-toolbar .button{flex:none;min-height:40px}.discovery-toolbar-actions{flex:none;align-items:center;gap:8px;display:flex}.discovery-pillar-badge{color:#e8943a;white-space:nowrap;background:#6366f11a;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600}.keyword-search-wrap{align-items:center;display:flex;position:relative}.keyword-search-icon{color:var(--text-tertiary);pointer-events:none;flex:none;position:absolute;left:10px}.keyword-search-input{background:var(--surface-2);border:1px solid var(--border);height:36px;color:var(--text-primary);border-radius:6px;outline:none;width:180px;padding:0 12px 0 30px;font-size:.875rem;transition:border-color .15s}.keyword-search-input::placeholder{color:var(--text-tertiary)}.keyword-search-input:focus{border-color:var(--accent)}.keyword-search-input::-webkit-search-cancel-button{display:none}.keyword-add-form{align-items:center;gap:0;display:flex}.keyword-add-input{background:var(--surface-2);border:1px solid var(--border);height:36px;color:var(--text-primary);border-right:none;border-radius:6px 0 0 6px;outline:none;width:180px;padding:0 12px;font-size:.875rem;transition:border-color .15s}.keyword-add-input::placeholder{color:var(--text-tertiary)}.keyword-add-input:focus{border-color:var(--accent)}.keyword-add-btn{color:#3de87a;cursor:pointer;background:#080e0c;border:1px solid #080e0c;border-radius:0 6px 6px 0;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.keyword-add-btn:hover:not(:disabled){color:#4ee37d;background:#0f1a16;border-color:#0f1a16}.keyword-add-btn:disabled{opacity:.4;cursor:default}.discovery-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.discovery-header--compact{align-items:center;min-height:40px}.discovery-header--compact .button{min-height:36px}.discovery-header h1{margin:0 0 4px;font-size:1.75rem}.discovery-header h2{letter-spacing:0;margin:0 0 8px;font-size:clamp(2rem,3.2vw,3rem)}.discovery-meta{color:#6d7280;margin:0;font-size:1rem;line-height:1.35}.discovery-seeds h3,.discovery-table-wrap h3,.discovery-topics h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin:0 0 12px;font-size:.875rem;font-weight:700}.seed-tags{flex-wrap:wrap;gap:8px;display:flex}.seed-tag{color:#16a34a;background:#22c55e1a;border-radius:999px;padding:4px 12px;font-size:.875rem;font-weight:500}.discovery-table-wrap{background:#fff;border:1px solid #17182114;border-radius:8px;width:100%;overflow-x:auto}.discovery-table{border-collapse:collapse;white-space:nowrap;width:100%;min-width:620px;font-size:.9rem}.discovery-table th:first-child,.discovery-table td:first-child{white-space:normal;min-width:220px}.discovery-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text);border-bottom:1px solid #1718211a;padding:10px 16px;font-size:.8rem;font-weight:700}.discovery-table td{color:var(--text-h);border-bottom:1px solid #1718210f;padding:12px 16px}.discovery-table tr:last-child td{border-bottom:none}.badge{border-radius:999px;padding:2px 10px;font-size:.8rem;font-weight:600;display:inline-block}.badge-green{color:#16a34a;background:#22c55e1f}.badge-yellow{color:#a16207;background:#eab3081f}.badge-red{color:#dc2626;background:#ef44441f}.discovery-topics ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.discovery-topics li{color:var(--text-h);background:#17182108;border-radius:8px;padding:10px 16px;font-size:.9rem}.discovery-pending,.discovery-empty{flex-direction:column;gap:12px;padding:48px 0;display:flex}.discovery-empty{text-align:center;background:linear-gradient(135deg,#ffffffd1,#f8fafcf0),radial-gradient(circle at 50% 0,#22c55e1a,#0000 36%);border:1px dashed #17182129;border-radius:8px;flex:auto;justify-content:center;align-items:center;min-height:320px;padding:clamp(32px,8vh,72px) 24px}.discovery-empty-icon{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.discovery-empty h3{color:var(--text-h);margin:2px 0 6px;font-size:1.05rem;line-height:1.2}.discovery-empty p{color:#6d7280;max-width:520px;font-size:.92rem;line-height:1.5}.discovery-empty-action{margin-top:4px}.discovery-empty-action .button{min-height:40px}.discovery-pending{background:linear-gradient(135deg,#ffffffdb,#f8fcfaf0),radial-gradient(circle at 12% 0,#3de87a1f,#0000 32%);border:1px solid #17182114;border-radius:8px;gap:18px;padding:clamp(28px,5vh,56px);overflow:hidden}.discovery-pending-copy{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;display:grid}.discovery-pending h3{color:var(--text-h);margin:0 0 4px;font-size:1.05rem;line-height:1.2}.discovery-pending p{color:#6d7280;max-width:640px;font-size:.92rem;line-height:1.45}.discovery-loading-orbit{background:#22c55e1a;border-radius:999px;width:44px;height:44px;position:relative}.discovery-loading-orbit:before,.discovery-loading-orbit:after,.discovery-loading-orbit span{content:"";border-radius:999px;position:absolute}.discovery-loading-orbit:before{border:2px solid #22c55e2e;border-top-color:#22c55e;animation:1s linear infinite spin;inset:7px}.discovery-loading-orbit:after{background:#22c55e;inset:16px;box-shadow:0 0 18px #22c55e73}.discovery-loading-orbit span{border:1px solid #22c55e1f;inset:4px}.discovery-progress{background:#17182112;border-radius:999px;height:8px;overflow:hidden}.discovery-progress span{border-radius:inherit;background:linear-gradient(90deg, #22c55e, var(--accent-3), #22c55e);width:42%;height:100%;animation:1.8s ease-in-out infinite discoveryProgress;display:block}.discovery-loading-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.discovery-loading-steps span{min-height:34px;color:var(--text-h);background:#ffffffb8;border:1px solid #17182114;border-radius:6px;justify-content:center;align-items:center;font-size:.78rem;font-weight:760;display:inline-flex}.discovery-loading-table{background:#1718210f;border:1px solid #17182112;border-radius:8px;gap:1px;display:grid;overflow:hidden}.discovery-loading-row{background:#ffffffdb;grid-template-columns:minmax(160px,1fr) 120px 90px 110px;align-items:center;gap:18px;min-height:42px;padding:0 16px;display:grid}.discovery-loading-row span{background:#17182114;border-radius:999px;height:9px;overflow:hidden}.discovery-loading-row span:after{content:"";border-radius:inherit;background:linear-gradient(90deg,#0000,#ffffffdb,#0000);width:42%;height:100%;animation:1.5s ease-in-out infinite discoveryShimmer;display:block}.discovery-loading-row span:nth-child(2){width:76%}.discovery-loading-row span:nth-child(3){width:62%}.discovery-loading-row span:nth-child(4){width:70%}@keyframes discoveryProgress{0%{transform:translate(-100%)}50%{transform:translate(80%)}to{transform:translate(240%)}}@keyframes discoveryShimmer{0%{transform:translate(-120%)}to{transform:translate(260%)}}.loading-inline{color:var(--text);font-size:.9rem}@media (width<=980px){.hero-section{grid-template-columns:1fr;gap:28px}.product-showcase{min-height:560px}.panel-left{left:2px}.panel-right{right:2px}.feature-strip{margin-top:0}.features-grid,.wif-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.problem-grid{grid-template-columns:1fr;gap:36px}.problem-left{position:static}.problem-section h2{max-width:none}.problem-photo-badge{top:14px;right:14px}.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media (width<=720px){.site-nav{width:min(100% - 28px,1180px);min-height:74px}.brand-mark img{width:126px}.hero-section{width:min(100% - 28px,1180px);min-height:auto;padding:28px 0 38px}.hero-copy h1{font-size:2.65rem}.hero-text{font-size:1rem}.product-showcase{min-height:500px}.product-showcase:before,.product-showcase:after{border-radius:28px;inset:22px 0 32px}.dashboard-preview{grid-template-columns:86px 1fr;width:94%;min-height:400px}.preview-sidebar{padding:20px 12px}.preview-nav,.preview-nav.active{width:54px}.preview-main{padding:18px}.stats-grid,.chart-row,.feature-strip,.features-grid,.wif-grid{grid-template-columns:1fr}.lp-section{margin:52px auto}.lp-section-light{width:100%;margin:0;padding:64px 20px}.lp-section-light+.lp-section-dark{margin-top:0}.step-card{flex-direction:column;gap:16px;padding:24px}.site-footer{flex-direction:column;align-items:flex-start;gap:14px}.hero-centered{padding:48px 0 56px}.lp-cta-section{padding:52px 20px}.stat-card{min-height:90px}.showcase-panel{display:none}.feature-strip{width:min(100% - 28px,1180px);margin-bottom:34px}.auth-page{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:40px 20px}.auth-card{padding:26px}.dashboard{grid-template-columns:1fr;padding-top:64px}.mobile-topbar{z-index:70;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #17182117;grid-template-columns:40px auto minmax(0,1fr);align-items:center;gap:12px;min-height:64px;padding:10px 16px;display:grid;position:fixed;inset:0 0 auto}.mobile-topbar img{background:#211a14;border-radius:8px;width:78px;height:auto;padding:4px 7px;display:block}.mobile-topbar span{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;justify-self:end;font-size:.82rem;font-weight:760;overflow:hidden}.sidebar-scrim{z-index:50;cursor:pointer;background:#080e0c61;border:0;padding:0;display:block;position:fixed;inset:64px 0 0}.sidebar{z-index:60;width:min(82vw,292px);height:calc(100svh - 64px);transition:transform .2s;position:fixed;inset:64px auto 0 0;transform:translate(-100%);box-shadow:24px 0 60px #080e0c47}.sidebar.sidebar-open{transform:translate(0)}.sidebar .logo{display:none}.main-content{width:100%;padding:24px 16px 44px}.dashboard-header{display:none}.sidebar-footer{padding-bottom:max(0px, env(safe-area-inset-bottom));margin-top:auto}}.discovery-section{flex-direction:column;gap:16px;display:flex}.discovery-section--keywords{flex:auto;gap:10px;min-height:0}.discovery-hint{color:var(--text);font-size:.9rem}.link-btn{color:#22c55e;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.ui-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #0000000f;border-radius:12px}.ui-tabs{background:0 0;border:none;border-radius:0;align-items:center;gap:0;width:fit-content;padding:0;display:inline-flex}.ui-tab{color:#9ca3af;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:8px;min-height:38px;padding:0 18px;font-size:.86rem;font-weight:450;transition:color .15s;display:inline-flex;position:relative}.ui-tab:after{content:"";background:#22c55e;border-radius:999px;width:0;height:2px;transition:width .2s;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.ui-tab:hover{color:var(--heading);background:0 0}.ui-tab-active{color:var(--heading);background:0 0;font-weight:550}.ui-tab-active:after{width:20px}.ui-tab-active:hover{color:var(--heading);background:0 0}.ui-tab strong{color:#9ca3af;background:#17182112;border-radius:999px;justify-content:center;align-items:center;min-width:20px;min-height:20px;padding:0 6px;font-size:.72rem;font-weight:700;line-height:1;transition:background .15s,color .15s;display:inline-flex}.ui-tab-active strong{color:#16a34a;background:#22c55e1f}.ui-table-wrap{background:#fff;border:1px solid #17182114;border-radius:8px;width:100%;overflow-x:auto}.ui-table{border-collapse:collapse;white-space:nowrap;width:100%;min-width:620px;font-size:.9rem}.ui-table th{text-align:left;text-transform:none;letter-spacing:0;color:#9ca3af;border-bottom:1px solid #17182112;padding:10px 16px;font-size:.8rem;font-weight:500}.ui-table td{color:var(--text-h);border-bottom:none;padding:12px 16px}.ui-table tr:last-child td{border-bottom:none}.keywords-table-shell{min-height:0;max-height:none;box-shadow:none;background:#fff;border:none;border-radius:0;flex-direction:column;flex:auto;display:flex;overflow:hidden}.keywords-table-shell .ui-table-wrap{border:0;border-radius:0;flex:auto;min-height:0;overflow:hidden}.keywords-table .ui-table{table-layout:fixed;width:100%}.keywords-table.ui-table-wrap-fixed{flex-direction:column;display:flex}.keywords-table .ui-table-head{flex:none}.keywords-table .ui-table-body-scroll{flex:auto;min-height:0;overflow:auto}.keywords-table .ui-table td{vertical-align:middle;height:54px;padding-block:10px}.keywords-table .ui-table-head th{background:#fff;padding-block:8px}.keywords-sort-header{color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.keywords-sort-header svg{opacity:.38;transition:opacity .15s,transform .15s}.keywords-sort-header:hover,.keywords-sort-header--active{color:var(--text-h)}.keywords-sort-header:hover svg,.keywords-sort-header--active svg{opacity:.85}.keywords-sort-header--asc svg{transform:rotate(180deg)}.keywords-table-row{cursor:pointer;transition:background .15s,box-shadow .15s}.keywords-table-row:hover{background:#17182106}.keywords-table-row:focus-visible{outline-offset:-2px;outline:2px solid #22c55e52}.keywords-table-row--saved{background:0 0}.keywords-table-row--saved:hover{background:#17182106}.keywords-table-row--saving{cursor:wait}.keywords-table-keyword{white-space:nowrap;width:auto;min-width:200px;max-width:340px}.keywords-table-keyword:not(th){font-weight:500;line-height:1.25}.keywords-title{grid-template-columns:minmax(0,auto) auto 24px;align-items:center;gap:8px;width:100%;display:grid}.keywords-title-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.keywords-title-state{color:#16a34a;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.keywords-table-row--saved .keywords-title-state{display:none}.keywords-table-row--saved .keywords-title-text{color:#3b82f6}.keywords-row-hint{color:#8d93a1;opacity:0;font-size:.72rem;font-weight:720;transition:opacity .15s}.keywords-table-row:hover .keywords-row-hint,.keywords-table-row:focus-visible .keywords-row-hint{opacity:1}.keywords-table-trend{width:220px;padding-block:14px;padding-inline:24px}.sparkline{width:128px;height:34px;display:block;overflow:visible}.sparkline-path,.sparkline-glow{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sparkline-path{stroke:#d81b8cb3;stroke-width:1.75px}.sparkline-glow{stroke:#d81b8c14;stroke-width:3px}.sparkline--up .sparkline-path{stroke:#16a34abf}.sparkline--up .sparkline-glow{stroke:#16a34a14}.sparkline--flat .sparkline-path{stroke:#9ca3afa6}.sparkline--flat .sparkline-glow{stroke:#9ca3af14}.sparkline-empty{width:128px;height:34px;display:block}.keywords-table-volume,.keywords-table-score{text-align:left;width:120px}.keywords-table-volume:not(th),.keywords-table-score:not(th){color:var(--text);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:400}.opportunity-score{font-variant-numeric:tabular-nums;color:#9ca3af;justify-content:center;align-items:center;font-size:.85rem;font-weight:400;display:inline-flex}.keywords-save-btn{border:1.5px solid var(--border);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.keywords-save-btn svg{flex:none}.keywords-save-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.keywords-save-btn--saved{border-color:var(--green,#22c55e);color:var(--green,#22c55e);cursor:default;background:#22c55e1a}.keywords-save-spinner{animation:.8s linear infinite spin}.keywords-table-actions{text-align:right;width:44px;min-width:44px;max-width:44px;overflow:visible;padding-left:0!important;padding-right:8px!important}.kw-menu{justify-content:center;align-items:center;display:inline-flex;position:relative}.kw-menu-trigger{width:26px;height:26px;color:var(--text-secondary);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .12s,color .12s,opacity .12s;display:inline-flex}.keywords-table-row:hover .kw-menu-trigger,.keywords-table-row:focus-visible .kw-menu-trigger,.kw-menu-trigger:focus{opacity:1}.kw-menu-trigger:hover{background:var(--bg-hover,#0000000f);color:var(--text-h)}.kw-menu-dropdown{z-index:200;border:1px solid var(--border);background:#fff;border-radius:8px;flex-direction:column;gap:2px;min-width:192px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 16px #0000001a}.kw-menu-item{width:100%;color:var(--text-h);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;font-size:.875rem;font-weight:550;transition:background .1s,color .1s;display:flex}.kw-menu-item:hover{background:var(--bg-hover,#0000000d)}.kw-menu-item--danger{color:#dc2626}.kw-menu-item--danger:hover{background:#dc262612}.keywords-pagination{background:#fbfcfd;border-top:1px solid #17182114;flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:7px 14px 7px 16px;display:flex}.keywords-pagination p{color:#9ca3af;font-size:.82rem;font-weight:400}.keywords-pagination-controls{align-items:center;gap:4px;display:inline-flex}.keywords-pagination-controls span{color:#6b7280;padding:0 8px;font-size:.82rem;font-weight:400}.keywords-pagination-controls button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:inline-flex}.keywords-pagination-controls button:hover:not(:disabled){color:var(--text-h);background:#1718210d}.keywords-pagination-controls button:disabled{color:#d1d5db;cursor:not-allowed}.clusters-panel{flex-direction:column;gap:12px;display:flex}.clusters-header{justify-content:space-between;align-items:flex-start;display:flex}.clusters-title{margin:0 0 2px;font-size:.95rem;font-weight:600}.clusters-subtitle{color:var(--text);margin:0;font-size:.82rem}.clusters-table{border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.clusters-table-head{color:var(--text);text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:1fr 100px 90px;padding:8px 16px;font-size:.75rem;font-weight:600;display:grid}.cluster-row{border-bottom:1px solid #f0f0f0}.cluster-row:last-child{border-bottom:none}.cluster-head{cursor:pointer;grid-template-columns:20px 1fr 160px 90px;align-items:center;gap:8px;padding:10px 16px;transition:background .1s;display:grid}.cluster-head:hover{background:#fafafa}.cluster-expand-icon{color:var(--text);align-items:center;display:flex}.cluster-expand-placeholder{width:14px;display:inline-block}.cluster-keyword{font-size:.875rem;font-weight:500}.cluster-keyword--supporting{color:var(--text);font-weight:400}.cluster-meta{align-items:center;gap:12px;display:flex}.cluster-vol{color:var(--text);font-size:.8rem}.cluster-kd{color:var(--text);opacity:.7;font-size:.78rem}.cluster-projected{color:#10a37f;font-size:.78rem;font-weight:600}.score-badge{border-radius:20px;justify-self:end;padding:2px 8px;font-size:.75rem;font-weight:600}.score-badge--high{color:#16a34a;background:#22c55e1f}.score-badge--mid{color:#a16207;background:#eab3081f}.score-badge--low{color:#dc2626;background:#ef44441a}.cluster-supporting{background:#fafafa;border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;padding:8px 16px 12px 36px;display:flex}.cluster-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text);opacity:.6;margin:0 0 4px;font-size:.72rem;font-weight:600}.cluster-supporting-row{align-items:center;gap:12px;padding:4px 0;font-size:.82rem;display:flex}.cluster-supporting-row--variant{opacity:.75}.cluster-variants,.cluster-children{flex-direction:column;display:flex}.cluster-pillar-picker{flex-wrap:wrap;gap:8px;display:flex}.strategy-empty{border:1px dashed #17182126;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.strategy-empty h3{margin:0 0 6px;font-size:1rem}.strategy-empty p{color:var(--text);max-width:480px;margin:0;font-size:.9rem}.strategy-panel{flex-direction:column;gap:20px;display:flex}.strategy-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.strategy-title{margin:0 0 4px;font-size:1rem;font-weight:600}.strategy-subtitle{color:var(--text);margin:0;font-size:.85rem}.strategy-pillars{flex-direction:column;gap:12px;display:flex}.strategy-pillar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 20px;transition:border-color .15s,box-shadow .15s;display:flex}.strategy-pillar--active{border-color:#e8943a;box-shadow:0 0 0 3px #e8943a14}.strategy-pillar--clickable{cursor:pointer}.strategy-pillar--clickable:hover{background:#fafafa}.strategy-pillar--selected{background:#e8943a0a;border-color:#e8943a;box-shadow:0 0 0 3px #e8943a24}.strategy-pillar-body{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.strategy-pillar-name{margin:0;font-size:.95rem;font-weight:600}.strategy-pillar-desc{color:var(--text);margin:0;font-size:.85rem;line-height:1.5}.strategy-pillar-seeds{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.strategy-seed-tag{color:#e8943a;background:#e8943a14;border-radius:20px;padding:2px 8px;font-size:.75rem;font-weight:500}.strategy-pillar-meta{color:var(--text);margin:4px 0 0;font-size:.78rem}.strategy-toggle{cursor:pointer;background:#d1d5db;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;margin-top:2px;padding:0;transition:background .2s;position:relative}.strategy-toggle--on{background:#e8943a}.strategy-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.strategy-toggle--on .strategy-toggle-knob{transform:translate(18px)}.strategy-error{color:#ef4444;margin:0;font-size:.85rem}.strategy-spinner{vertical-align:middle;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:12px;height:12px;margin-right:6px;animation:.7s linear infinite spin;display:inline-block}.strategy-spinner--dark{border-color:#e8943a #00000026 #00000026}.strategy-pillar-meta--running{color:#e8943a;align-items:center;gap:6px;display:flex}.skw-panel{flex:auto;align-items:stretch;gap:0;min-height:0;display:flex;overflow:hidden}.skw-list{z-index:1;scrollbar-width:none;background:#fff;border-right:none;flex-direction:column;flex:0 0 320px;gap:3px;width:320px;min-width:0;padding:0 10px 8px;display:flex;position:relative;overflow:hidden auto}.skw-list::-webkit-scrollbar{display:none}.skw-list:after{content:"";filter:blur(12px);pointer-events:none;z-index:2;background:#0000000d;width:20px;height:80%;position:absolute;top:10%;right:-20px}.skw-list-controls{z-index:2;background:#fff;gap:8px;padding:8px 0;display:grid;position:sticky;top:0}.skw-list-search{color:#8d93a1;background:#fff;border:1px solid #1718211a;border-radius:7px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;padding:0 10px;display:grid}.skw-list-search input{min-width:0;color:var(--text-h);background:0 0;border:0;outline:0;font-size:.86rem}.skw-list-search input::placeholder{color:#8d93a1}.skw-list-search:focus-within{border-color:#1718212e;box-shadow:0 0 0 3px #22c55e1a}.skw-list-sort{align-items:center;gap:6px;display:flex}.skw-list-sort span{color:#9ca3af;font-size:.75rem;font-weight:400}.skw-list-sort select{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;min-height:28px;padding:0 6px;font-size:.78rem;font-weight:400}.skw-list-empty{color:#8d93a1;text-align:center;border:1px dashed #17182124;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;padding:18px;display:flex}.skw-list-empty p{color:#6d7280;font-size:.86rem}.skw-list-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;flex-direction:column;gap:6px;width:100%;padding:10px 12px;transition:background .12s,border-color .12s,box-shadow .12s;display:flex}.skw-list-item:hover{background:#17182109}.skw-list-item--active,.skw-list-item--active:hover{box-shadow:none;background:#3b82f60f;border-color:#0000}.skw-list-item-main{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.skw-list-dot{display:none}.skw-list-outline-icon{color:#9ca3af;flex-shrink:0}.skw-list-keyword{color:#2b3a34;align-items:center;min-width:0;font-size:.875rem;font-weight:540;line-height:1.3;transition:color .12s,font-weight .12s;display:flex}.skw-list-keyword-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.skw-list-item--active .skw-list-keyword{color:#3b82f6;font-weight:600}.skw-list-item-meta{align-items:center;gap:8px;padding-left:0;display:flex}.skw-list-vol{color:#8b938e;font-variant-numeric:tabular-nums;font-size:.76rem;font-weight:560}.skw-list-intent{color:#9ca3af;font-size:.8em;font-weight:400}.skw-list-item--active .skw-list-vol{color:var(--text-secondary)}.skw-list-vol-label{opacity:.6;margin-left:1px;font-weight:500}.kw-intent-badge{text-transform:capitalize;letter-spacing:.01em;border-radius:4px;align-items:center;height:18px;margin-left:6px;padding:0 6px;font-size:.7rem;font-weight:720;display:inline-flex}.kw-intent-badge--informational{color:#2563eb;background:#3b82f61a}.kw-intent-badge--commercial{color:#a16207;background:#eab3081f}.kw-intent-badge--transactional{color:#16a34a;background:#22c55e1a}.kw-intent-badge--navigational{color:#6b7280;background:#9ca3af26}.skw-drawer{background:#fafbfc;flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.skw-detail-empty{color:#8d93a1;text-align:center;background:#fafbfc;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex}.skw-detail-empty h3{color:var(--text-h);margin:0;font-size:1rem}.skw-detail-empty p{color:#6d7280;max-width:340px;font-size:.9rem}.skw-drawer-header{background:#fff;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:0 24px 16px;display:flex}.skw-drawer-tabs{border-bottom:1px solid #17182114;flex:none;gap:20px;padding:0 24px;display:flex}.skw-drawer-tab{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;gap:5px;padding:8px 0;font-size:.82rem;font-weight:450;display:flex;position:relative}.skw-drawer-tab:after{content:"";background:#22c55e;border-radius:2px;width:0;height:2px;transition:width .2s;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.skw-drawer-tab--active{color:var(--text-h);font-weight:550}.skw-drawer-tab--active:after{width:20px}.skw-drawer-tab-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:5px;height:5px}.skw-drawer-title{color:var(--text-h);margin:0 0 6px;font-size:1.1rem;font-weight:600;line-height:1.3}.skw-drawer-footer-actions{flex:none;align-items:center;gap:6px;display:flex}.skw-drawer-icon-btn,.skw-drawer-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;transition:background .1s,color .1s;display:flex}.skw-drawer-icon-btn:hover:not(:disabled),.skw-drawer-close:hover{color:var(--text-h);background:#1718210d}.skw-drawer-icon-btn:disabled{opacity:.4;cursor:default}.skw-drawer-icon-btn--danger:hover:not(:disabled){color:#dc2626;background:#dc26260f;border-color:#fca5a5}.skw-drawer-meta-left{flex-direction:column;flex:auto;gap:0;min-width:0;display:flex}.skw-drawer-stats{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.skw-difficulty-gauge{flex-direction:column;flex:none;align-items:center;width:80px;display:flex}.skw-difficulty-gauge svg{width:80px;height:48px;display:block;overflow:visible}.skw-difficulty-value{font-variant-numeric:tabular-nums;margin-top:-14px;font-size:1.25rem;font-weight:800;line-height:1}.skw-difficulty-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.64rem;font-weight:650}.skw-meta-stat{align-items:center;gap:4px;display:flex}.skw-meta-label{color:#9ca3af;text-transform:none;letter-spacing:0;font-size:.78rem;font-weight:400}.skw-meta-value{color:#6b7280;font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500}.skw-drawer-body{flex-direction:column;flex:auto;gap:24px;padding:20px 24px;display:flex;overflow-y:auto}.skw-drawer-loading{color:var(--text-secondary);align-items:center;gap:10px;padding:8px 0;font-size:.875rem;display:flex}.skw-drawer-spinner{color:var(--accent);flex:none;animation:.8s linear infinite spin}.skw-drawer-section{flex-direction:column;gap:10px;display:flex}.skw-drawer-section-title{color:#9ca3af;text-transform:none;letter-spacing:0;margin:0;font-size:.78rem;font-weight:500}.skw-question-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.skw-question-item{color:var(--text-h);border-bottom:1px solid #1718210f;align-items:flex-start;padding:9px 0;font-size:.875rem;line-height:1.4;display:flex}.skw-question-item:last-child{border-bottom:none}.skw-question-icon{color:var(--text-secondary);background:#080e0c12;border-radius:50%;margin-top:1px;font-size:.7rem;font-weight:800;display:none}.skw-competitor-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.skw-competitor-item{background:#fff;border:1px solid #17182114;border-radius:8px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.skw-competitor-rank{width:20px;height:20px;color:var(--text-secondary);background:#17182112;border-radius:50%;flex:none;justify-content:center;align-items:center;margin-top:2px;font-size:.7rem;font-weight:800;display:flex}.skw-competitor-body{flex-direction:column;gap:2px;min-width:0;display:flex}.skw-competitor-title{color:var(--accent,#0f66d0);align-items:center;gap:4px;font-size:.875rem;font-weight:650;line-height:1.3;text-decoration:none;display:inline-flex}.skw-competitor-title:hover{text-decoration:underline}.skw-competitor-link-icon{opacity:.6;flex:none}.skw-competitor-domain{color:#16a34a;font-size:.75rem;font-weight:550}.skw-competitor-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.skw-related-list{flex-wrap:wrap;gap:6px;display:flex}.skw-related-chip{height:28px;color:var(--text-h);white-space:nowrap;background:#fff;border:1px solid #1718211a;border-radius:999px;align-items:center;padding:0 10px;font-size:.8rem;font-weight:580;display:inline-flex}.skw-longtail-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.skw-longtail-item{background:#fff;border:1px solid #17182114;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.skw-longtail-keyword{color:var(--text-h);flex:auto;min-width:0;font-size:.875rem;font-weight:550}.skw-longtail-meta{flex:none;align-items:center;gap:6px;display:flex}.skw-longtail-save{border:1.5px solid var(--border);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;opacity:0;background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:opacity .1s,border-color .1s,color .1s,background .1s;display:inline-flex}.skw-longtail-item:hover .skw-longtail-save{opacity:1}.skw-longtail-save:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.skw-longtail-save--saved{border-color:var(--green,#22c55e);color:var(--green,#22c55e);cursor:default;background:#22c55e1a;opacity:1!important}.skw-drawer-footer{background:#fff;border-top:1px solid #17182114;flex:none;justify-content:space-between;align-items:center;margin-top:auto;padding:16px 24px;display:flex}.skw-generate-btn{align-items:center;gap:6px;display:flex}.skw-outline{background:#8e26b808;border-top:2px solid #8e26b81f;border-radius:8px;margin-top:8px;padding:14px}.skw-outline-title{align-items:center;gap:6px;display:flex;color:var(--accent)!important}.skw-outline-strategy{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-left:4px;padding:2px 7px;font-size:.68rem;font-weight:700}.skw-outline-strategy--traffic{color:#2563eb;background:#3b82f61a}.skw-outline-strategy--conversion{color:var(--accent);background:#8e26b81a}.skw-outline-regen{width:22px;height:22px;margin-left:auto}.skw-outline-generating{background:linear-gradient(135deg,#ffffffeb,#f8fafcbd),#8e26b80a;border:1px solid #8e26b829;border-top:2px solid #8e26b847;border-radius:8px;flex-direction:column;gap:16px;margin-top:8px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffd6}.skw-outline-generating:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 18%,#ffffff94 42%,#0000 66%);animation:2.2s ease-in-out infinite skw-outline-sheen;position:absolute;inset:0;transform:translate(-120%)}.skw-outline-generating-header{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.skw-outline-generating-orb{width:44px;height:44px;color:var(--accent);background:#8e26b81a;border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex;position:relative}.skw-outline-generating-orb span{border:1px solid #8e26b833;border-radius:15px;animation:1.8s ease-in-out infinite skw-outline-pulse;position:absolute;inset:-4px}.skw-outline-generating-copy{flex:auto;min-width:0}.skw-outline-generating-spinner{color:var(--accent);flex:none;animation:.8s linear infinite spin}.skw-outline-generating-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:.72rem;font-weight:760;display:block}.skw-outline-generating-copy h4{color:var(--text-h);margin:0;font-size:.98rem;font-weight:760;line-height:1.35}.skw-outline-generating-steps{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid;position:relative}.skw-outline-generating-steps span{min-width:0;min-height:28px;color:var(--text-secondary);background:#fff;border:1px solid #17182114;border-radius:7px;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.skw-outline-skeleton{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.skw-outline-skeleton-line,.skw-outline-skeleton-section span{background:#17182113;border-radius:999px;display:block;position:relative;overflow:hidden}.skw-outline-skeleton-line:after,.skw-outline-skeleton-section span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.35s ease-in-out infinite skw-outline-skeleton-shimmer;position:absolute;inset:0;transform:translate(-110%)}.skw-outline-skeleton-section:nth-child(3) span:after{animation-delay:80ms}.skw-outline-skeleton-section:nth-child(4) span:after{animation-delay:.16s}.skw-outline-skeleton-section:nth-child(5) span:after{animation-delay:.24s}.skw-outline-skeleton-section:nth-child(6) span:after{animation-delay:.32s}.skw-outline-skeleton-line{height:10px}.skw-outline-skeleton-line--title{width:78%;height:14px;margin-top:2px}.skw-outline-skeleton-line--meta{width:92%}.skw-outline-skeleton-section{background:#ffffffc7;border:1px solid #17182112;border-radius:6px;flex-direction:column;gap:7px;padding:10px;display:flex}.skw-outline-skeleton-section span:first-child{width:58%;height:10px}.skw-outline-skeleton-section span:last-child{opacity:.72;width:88%;height:8px}@keyframes skw-outline-sheen{0%{transform:translate(-120%)}46%,to{transform:translate(120%)}}@keyframes skw-outline-pulse{0%,to{opacity:.45;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@keyframes skw-outline-skeleton-shimmer{0%{transform:translate(-110%)}to{transform:translate(110%)}}.skw-outline-angle{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:.78rem;font-weight:600}.skw-outline-h1{color:var(--text-h);margin-bottom:6px;font-size:1rem;font-weight:760;line-height:1.35}.skw-outline-meta{color:var(--text-secondary);margin:0 0 14px;font-size:.8rem;line-height:1.5}.skw-outline-sections{flex-direction:column;gap:8px;margin:0 0 12px;padding:0;list-style:none;display:flex}.skw-outline-section{background:#fff;border:1px solid #17182114;border-radius:6px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.skw-outline-heading{color:var(--text-h);font-size:.85rem;font-weight:700}.skw-outline-notes{color:var(--text-secondary);font-size:.78rem;line-height:1.4}.skw-outline-edge{color:var(--text);background:#22c55e14;border:1px solid #22c55e33;border-radius:6px;margin-bottom:8px;padding:7px 10px;font-size:.78rem;line-height:1.4}.skw-outline-edge-label{text-transform:uppercase;letter-spacing:.06em;color:#16a34a;margin-right:6px;font-size:.68rem;font-weight:700}.skw-outline-wordcount{color:var(--text-secondary);text-align:right;font-size:.75rem}@media (prefers-reduced-motion:reduce){.skw-outline-generating:after,.skw-outline-generating-orb span,.skw-outline-generating-spinner,.skw-outline-skeleton-line:after,.skw-outline-skeleton-section span:after{animation:none}}.ui-badge{border-radius:999px;padding:2px 10px;font-size:.8rem;font-weight:600;display:inline-block}.ui-badge-neutral{color:var(--text);background:#17182112}.ui-badge-green{color:#16a34a;background:#22c55e1f}.ui-badge-yellow{color:#a16207;background:#eab3081f}.ui-badge-red{color:#dc2626;background:#ef44441f}.mpc-empty{border:1px dashed #17182126;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.mpc-empty h3{margin:0 0 6px;font-size:1rem}.mpc-empty p{color:var(--text);max-width:480px;margin:0;font-size:.9rem}.mpc-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;box-shadow:0 4px 32px #00000014}.mpc-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mpc-card-header h3{margin:0;font-size:1rem;font-weight:700}.mpc-card-actions{gap:8px;display:flex}.button-sm{padding:5px 12px;font-size:.82rem}.mpc-card-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.mpc-field{flex-direction:column;gap:4px;display:flex}.mpc-field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text);font-size:.75rem;font-weight:700}.mpc-field-value{color:var(--text-h);font-size:.9rem}.mpc-field-list{color:var(--text-h);margin:0;padding:0 0 0 16px;font-size:.9rem}.mpc-field-list li{margin-bottom:2px}.mpc-edit-field{flex-direction:column;gap:6px;display:flex}.mpc-edit-field--full,.mpc-field--full{grid-column:1/-1}.mpc-field-hint{color:var(--text);opacity:.6;font-size:.78rem}.mpc-tags{flex-wrap:wrap;gap:6px;display:flex}.mpc-tag{background:var(--surface-2,#f0f0f0);color:var(--text-h);border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:.82rem;display:inline-flex}.mpc-tag--removable button{cursor:pointer;color:var(--text);opacity:.5;background:0 0;border:none;align-items:center;padding:0;font-size:1rem;line-height:1;display:flex}.mpc-tag--removable button:hover{opacity:1}.mpc-tag-input{border:1px solid var(--border,#ddd);border-radius:var(--radius-sm);background:var(--surface,#fff);cursor:text;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:8px 10px;display:flex}.mpc-tag-input input{min-width:160px;color:var(--text-h);background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.mpc-edit-field input,.mpc-edit-field textarea{width:100%;color:var(--text-h);box-sizing:border-box;background:#fff;border:1px solid #17182124;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.9rem}.mpc-edit-field input:focus,.mpc-edit-field textarea:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 3px #22c55e26}.mpc-overlay{z-index:100;background:#0006;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.mpc-panel{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:640px;max-height:80vh;display:flex;box-shadow:0 -8px 40px #00000026}.mpc-header{border-bottom:1px solid #17182114;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.mpc-header h2{margin:0 0 4px;font-size:1.1rem}.mpc-header p{color:var(--text);margin:0;font-size:.85rem}.mpc-close{cursor:pointer;color:var(--text);background:0 0;border:none;padding:0 4px;font-size:1.5rem;line-height:1}.mpc-messages{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.mpc-message{align-items:flex-start;gap:10px;display:flex}.mpc-message--user{flex-direction:row-reverse}.mpc-avatar{color:#16a34a;background:#22c55e1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex}.mpc-bubble{max-width:80%;color:var(--text-h);white-space:pre-wrap;background:#1718210d;border-radius:16px;padding:10px 14px;font-size:.9rem;line-height:1.5}.mpc-message--user .mpc-bubble{color:#fff;background:#22c55e;border-radius:16px 16px 4px}.mpc-message--assistant .mpc-bubble{border-radius:16px 16px 16px 4px}.mpc-bubble--md p{margin:0 0 8px}.mpc-bubble--md p:last-child{margin-bottom:0}.mpc-bubble--md strong{font-weight:700}.mpc-bubble--md em{font-style:italic}.mpc-bubble--md ul,.mpc-bubble--md ol{margin:4px 0 8px 16px;padding:0}.mpc-bubble--md li{margin-bottom:3px;line-height:1.5}.mpc-bubble--md li:last-child{margin-bottom:0}.mpc-bubble--md h1,.mpc-bubble--md h2,.mpc-bubble--md h3{color:#e8eaf0;margin:10px 0 4px;font-weight:700}.mpc-bubble--md h1{font-size:13px}.mpc-bubble--md h2{font-size:12px}.mpc-bubble--md h3{color:#a0a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.mpc-bubble--md h1:first-child,.mpc-bubble--md h2:first-child,.mpc-bubble--md h3:first-child{margin-top:0}.mpc-bubble--md hr{border:none;border-top:1px solid #2a2b3d;margin:8px 0}.mpc-bubble--md table{border-collapse:collapse;border-radius:6px;width:100%;margin:6px 0 10px;font-size:11px;overflow:hidden}.mpc-bubble--md th{color:#a0a3b8;text-align:left;text-transform:uppercase;letter-spacing:.04em;background:#1a1b27;border-bottom:1px solid #2a2b3d;padding:5px 8px;font-size:10px;font-weight:600}.mpc-bubble--md td{color:#c8cad8;border-bottom:1px solid #1e1f2e;padding:5px 8px}.mpc-bubble--md tr:last-child td{border-bottom:none}.mpc-bubble--md tr:nth-child(2n) td{background:#ffffff05}.mpc-bubble--md code{color:#d81b8c;background:#1a1b27;border:1px solid #2a2b3d;border-radius:3px;padding:1px 5px;font-family:ui-monospace,monospace;font-size:11px}.mpc-bubble--md blockquote{color:#a0a3b8;border-left:2px solid #6f42e8;margin:6px 0;padding:4px 10px;font-style:italic}.mpc-bubble--typing{align-items:center;gap:4px;padding:12px 16px;display:flex}.mpc-bubble--typing span{background:var(--text);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing-dot}.mpc-bubble--typing span:nth-child(2){animation-delay:.2s}.mpc-bubble--typing span:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.mpc-error{font-size:.85rem}.mpc-input-row{border-top:1px solid #17182114;align-items:flex-end;gap:10px;padding:16px 24px 20px;display:flex}.mpc-input{resize:none;color:var(--text-h);border:1px solid #17182124;border-radius:12px;flex:1;padding:10px 14px;font-family:inherit;font-size:.9rem}.mpc-input:focus{border-color:#22c55e;outline:none;box-shadow:0 0 0 3px #22c55e26}.mpc-send{flex-shrink:0;align-self:flex-end}@media (width<=720px){.discovery-page{gap:20px}.ui-tabs{width:100%}.discovery-toolbar{flex-direction:column;align-items:stretch}.discovery-toolbar .button{width:100%}.ui-tab{flex:1;justify-content:center;padding:0 10px}.discovery-header,.mpc-empty,.mpc-card-header,.mpc-card-actions,.mpc-input-row{flex-direction:column;align-items:stretch}.discovery-header .button,.mpc-empty .button,.mpc-card-actions .button,.mpc-send{width:100%}.discovery-header h2{font-size:2rem}.discovery-meta{font-size:.95rem}.keywords-table-shell{max-height:none}.keywords-pagination{flex-direction:column;align-items:stretch}.keywords-pagination-controls{justify-content:space-between}.discovery-pending,.discovery-empty{padding:32px 0}.discovery-pending{padding:22px}.discovery-loading-steps{grid-template-columns:1fr}.discovery-loading-row{grid-template-columns:minmax(120px,1fr) 72px}.discovery-loading-row span:nth-child(n+3){display:none}.mpc-empty,.mpc-card{background:#ffffffb8;border-radius:8px;padding:18px}.mpc-card-grid{grid-template-columns:1fr}.mpc-tag-input input{min-width:0}.mpc-overlay{align-items:stretch;padding-top:64px}.mpc-panel{border-radius:0;max-width:none;min-height:calc(100svh - 64px);max-height:none}.mpc-header,.mpc-messages,.mpc-input-row{padding-inline:16px}.mpc-bubble{max-width:min(86%,520px)}}@media (width<=980px){.hero-section.hero-centered{padding-top:72px}}@media (width<=720px){.site-nav{width:min(100% - 28px,1180px)}.nav-actions{gap:8px}.nav-actions .ghost-link{display:none}.hero-section.hero-centered{width:100%;min-height:auto;padding:42px 14px 0}.hero-content{padding-top:0}.hero-headline{font-size:clamp(2.2rem,11vw,3.4rem);line-height:.96}.hero-subheadline{max-width:35rem;font-size:1rem}.hero-pill{min-height:38px;padding-inline:16px;font-size:.82rem}.hero-form{grid-template-columns:1fr;gap:8px;margin-top:30px}.lp-section-dark{width:100%;margin:0;padding:64px 20px}.hero-section.hero-centered+.lp-section-light{padding-top:88px}.lp-section-dark+.lp-section-light{margin-top:0}.hero-input-row{min-height:54px}.timeline-strip{grid-template-columns:1fr}.timeline-strip span{min-height:46px}}@keyframes posts-spin{to{transform:rotate(360deg)}}.posts-spin{animation:.8s linear infinite posts-spin}.posts-loading{color:var(--muted);align-items:center;gap:10px;padding:48px 24px;font-size:.9rem;display:flex}.posts-empty-full{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 24px;display:flex}.posts-empty-icon{background:var(--surface-soft);width:52px;height:52px;color:var(--muted);border-radius:14px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.posts-empty-full h3{font-size:1.1rem}.posts-empty-full p{max-width:380px;color:var(--muted);font-size:.9rem;line-height:1.6}.main-content:has(.posts-panel){padding:0}.main-content:has(.posts-panel) .dashboard-header{margin-bottom:0;margin-left:0;margin-right:0}.posts-panel{grid-template-columns:280px 1fr;height:calc(100svh - 53px);display:grid;overflow:hidden}.posts-list{border-right:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.posts-list-items{flex:1;overflow-y:auto}.posts-list-controls{border-bottom:1px solid var(--border);flex-direction:column;flex-shrink:0;display:flex}.posts-search{color:var(--muted);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px 12px;display:flex}.posts-search input{color:var(--text-h);background:0 0;border:none;outline:none;flex:1;font-size:.85rem}.posts-search input::placeholder{color:var(--muted)}.posts-filter-tabs{scrollbar-width:none;gap:2px;padding:6px 8px;display:flex;overflow-x:auto}.posts-filter-tabs::-webkit-scrollbar{display:none}.posts-filter-tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:99px;align-items:center;gap:5px;padding:4px 9px;font-size:.78rem;font-weight:680;transition:background .12s,color .12s;display:inline-flex}.posts-filter-tab:hover{background:var(--surface-soft);color:var(--text-h)}.posts-filter-tab--active{background:var(--surface-soft);color:var(--text-h);font-weight:760}.posts-filter-count{min-width:16px;height:16px;color:var(--text);background:#17182114;border-radius:99px;justify-content:center;align-items:center;padding:0 4px;font-size:.68rem;font-weight:760;display:inline-flex}.posts-list-item{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;flex-direction:column;gap:4px;padding:12px 14px;transition:background .1s;display:flex}.posts-list-item:hover{background:var(--surface-soft)}.posts-list-item--active{border-left:2px solid var(--accent);background:#d81b8c0a;padding-left:12px}.posts-list-item-top{align-items:center;gap:6px;display:flex}.posts-list-item-title{color:var(--text-h);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:720;line-height:1.35;display:-webkit-box;overflow:hidden}.posts-list-item-keyword{color:var(--muted);font-size:.75rem}.posts-list-empty{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:36px 16px;font-size:.85rem;display:flex}.post-status-chip{border-radius:99px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:720;display:inline-flex}.post-status-chip--queued{color:var(--muted);background:#1718210f}.post-status-chip--generating{color:var(--accent-2);background:#6f42e81a}.post-status-chip--ready{color:var(--accent-3);background:#10a37f1a}.post-status-chip--published{color:#16a34a;background:#22c55e1a}.post-status-chip--failed{color:var(--danger);background:#d92d2014}.posts-detail-pane{flex-direction:column;display:flex;overflow:hidden}.posts-detail-empty{height:100%;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px;display:flex}.posts-detail-empty h3{color:var(--text-h);font-size:1rem}.posts-detail-empty p{max-width:280px;font-size:.88rem;line-height:1.5}.post-detail{flex-direction:column;height:100%;display:flex;overflow:hidden}.post-detail-header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:flex-start;gap:20px;padding:20px 24px 16px;display:flex}.post-detail-header-top{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.kw-stats{flex-shrink:0;align-items:stretch;gap:8px;display:flex}.kw-stats-gauge,.kw-stats-vol{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;min-width:76px;padding:10px 14px 8px;display:flex}.kw-stats-gauge{position:relative}.kw-stats-gauge svg{width:52px;height:32px;display:block}.kw-stats-gauge-value{font-size:.78rem;font-weight:720;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-4px)}.kw-stats-gauge-label{color:var(--text-muted);margin-top:6px;font-size:.62rem;font-weight:400}.kw-stats-vol{gap:4px}.kw-stats-vol-value{color:var(--text-h);font-size:1rem;font-weight:720;line-height:1}.kw-stats-vol-label{color:var(--text-muted);text-transform:lowercase;letter-spacing:0;font-size:.62rem;font-weight:400}.post-detail-meta{align-items:center;gap:8px;display:flex}.post-detail-keyword{color:var(--muted);font-size:.78rem;font-weight:680}.post-detail-keyword--link{align-items:center;gap:4px;text-decoration:none;transition:color .12s;display:inline-flex}.post-detail-keyword--link:hover{color:var(--accent)}.post-type-chip{letter-spacing:.03em;text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 7px;font-size:.7rem;font-weight:700;display:inline-flex}.post-type-chip--head{color:#a78bfa;background:#6f42e81f}.post-type-chip--supporting{color:#f472b6;background:#d81b8c1a}.post-detail-title{color:var(--text-h);margin:0;font-size:1.1rem;font-weight:820;line-height:1.3}.post-detail-meta-desc{color:var(--muted);margin:0;font-size:.82rem;line-height:1.5}.post-detail-body{flex:1;padding:20px 24px;overflow-y:auto}.post-detail-footer{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 24px;display:flex}.post-detail-footer-right{align-items:center;gap:8px;margin-left:auto;display:flex}.post-detail-footer .button{min-height:36px;padding:0 16px;font-size:.88rem}.post-regen-btn{border:1px solid var(--border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;margin-left:auto;transition:color .1s,border-color .1s;display:inline-flex}.post-regen-btn:hover{color:var(--text-h);border-color:#17182133}.post-regen-btn:disabled{opacity:.5;cursor:not-allowed}.post-published-badge{color:#16a34a;background:#22c55e1a;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;font-weight:720;display:inline-flex}.post-view-btn{color:#16a34a;background:#22c55e26;border-radius:4px;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .1s;display:inline-flex}.post-view-btn:hover{background:#22c55e40}.post-published-date{color:#4ade80;margin-left:2px;font-size:.75rem}.post-detail-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:320px;padding:32px;display:flex}.post-detail-state h3{color:var(--text-h);font-size:1.05rem}.post-detail-state p{color:var(--muted);max-width:340px;margin-bottom:6px;font-size:.88rem;line-height:1.55}.post-detail-state .button{min-height:38px;padding:0 20px;font-size:.9rem}.post-state-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.post-state-icon--queued{color:var(--muted);background:#1718210f}.post-state-icon--generating{color:var(--accent-2);background:#6f42e81a}.post-state-icon--failed{color:var(--danger);background:#d92d2014}.post-progress{background:linear-gradient(135deg,#fffffff0,#f8fafcc2),#6f42e80a;border:1px solid #6f42e829;border-top:2px solid #6f42e852;border-radius:8px;flex-direction:column;gap:18px;width:min(760px,100%);margin:24px auto;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #17182114,inset 0 1px #ffffffe0}.post-progress:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 16%,#ffffff9e 42%,#0000 68%);animation:2.4s ease-in-out infinite post-progress-sheen;position:absolute;inset:0;transform:translate(-120%)}.post-progress-header{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.post-progress-orb{width:56px;height:56px;color:var(--accent-2);background:#6f42e81a;border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex;position:relative}.post-progress-orb span{border:1px solid #6f42e838;border-radius:18px;animation:1.8s ease-in-out infinite post-progress-pulse;position:absolute;inset:-5px}.post-progress-copy{flex:auto;min-width:0}.post-progress-kicker{color:var(--accent-2);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:.72rem;font-weight:760;display:block}.post-progress-copy h3{color:var(--text-h);margin:0;font-size:1.08rem;font-weight:820;line-height:1.3}.post-progress-copy p{max-width:480px;color:var(--muted);margin:5px 0 0;font-size:.86rem;line-height:1.5}.post-progress-spinner{color:var(--accent-2);flex:none;animation:.8s linear infinite posts-spin}.post-progress-track{z-index:1;background:#17182114;border-radius:999px;height:8px;position:relative;overflow:hidden}.post-progress-track-fill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));width:44%;animation:2.1s ease-in-out infinite post-progress-track;position:absolute;inset:0 auto 0 0}.post-progress-stages{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid;position:relative}.post-progress-stages span{min-width:0;min-height:32px;color:var(--text-secondary);background:#ffffffdb;border:1px solid #17182114;border-radius:7px;justify-content:center;align-items:center;font-size:.75rem;font-weight:740;animation:1.8s ease-in-out infinite post-progress-stage;display:flex}.post-progress-preview{z-index:1;flex-direction:column;gap:10px;padding-top:2px;display:flex;position:relative}.post-progress-line,.post-progress-section span{background:#17182113;border-radius:999px;display:block;position:relative;overflow:hidden}.post-progress-line:after,.post-progress-section span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.35s ease-in-out infinite post-progress-shimmer;position:absolute;inset:0;transform:translate(-110%)}.post-progress-line{height:10px}.post-progress-line--h1{width:72%;height:16px}.post-progress-line--meta{width:88%}.post-progress-section{background:#ffffffc7;border:1px solid #17182112;border-radius:7px;flex-direction:column;gap:8px;padding:13px 14px;display:flex}.post-progress-section span:first-child{width:46%;height:11px}.post-progress-section span:nth-child(2){opacity:.76;width:94%;height:8px}.post-progress-section span:last-child{opacity:.66;width:82%;height:8px}.post-progress-section:nth-child(3) span:after{animation-delay:80ms}.post-progress-section:nth-child(4) span:after{animation-delay:.18s}.post-progress-section:nth-child(5) span:after{animation-delay:.28s}@keyframes post-progress-sheen{0%{transform:translate(-120%)}46%,to{transform:translate(120%)}}@keyframes post-progress-pulse{0%,to{opacity:.45;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@keyframes post-progress-track{0%{width:38%;transform:translate(-100%)}50%{width:58%}to{width:38%;transform:translate(260%)}}@keyframes post-progress-stage{0%,to{color:var(--text-secondary);border-color:#17182114}45%{color:var(--accent-2);border-color:#6f42e842;box-shadow:inset 0 0 0 1px #6f42e80a}}@keyframes post-progress-shimmer{0%{transform:translate(-110%)}to{transform:translate(110%)}}@media (prefers-reduced-motion:reduce){.post-progress:after,.post-progress-orb span,.post-progress-spinner,.post-progress-track-fill,.post-progress-stages span,.post-progress-line:after,.post-progress-section span:after{animation:none}}@media (width<=720px){.post-progress{margin:0 auto;padding:16px}.post-progress-header{align-items:flex-start}.post-progress-orb{border-radius:12px;width:46px;height:46px}.post-progress-copy h3{font-size:.98rem}.post-progress-stages{grid-template-columns:repeat(2,minmax(0,1fr))}}.block-editor{flex-direction:column;gap:2px;display:flex}.be-block-row{border-radius:var(--radius-sm);grid-template-columns:28px 1fr 52px;align-items:flex-start;gap:4px;padding:4px 0;transition:background .1s;display:grid}.block-editor--readonly .be-block-row{grid-template-columns:1fr}.be-block-row:hover{background:var(--surface-soft)}.block-editor--readonly .be-block-row:hover{background:0 0}.be-block-controls{opacity:0;flex-direction:column;align-items:center;gap:1px;padding-top:6px;transition:opacity .1s;display:flex}.be-block-row:hover .be-block-controls{opacity:1}.be-ctrl-btn{width:20px;height:20px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:.72rem;transition:background .1s,color .1s;display:flex}.be-ctrl-btn:hover:not(:disabled){background:var(--border);color:var(--text-h)}.be-ctrl-btn:disabled{opacity:.3;cursor:not-allowed}.be-grip{color:var(--muted);opacity:.5;margin-top:2px}.be-block-body{flex-direction:column;gap:4px;min-width:0;display:flex}.be-block-type-wrap{align-self:flex-start;position:relative}.be-type-pill{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:99px;align-items:center;gap:4px;padding:2px 7px;font-size:.7rem;font-weight:680;transition:border-color .1s,background .1s,color .1s;display:inline-flex}.be-type-pill:hover{border-color:var(--border);background:var(--surface-soft);color:var(--text-h)}.be-menu{z-index:50;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;min-width:130px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #1718211f}.be-menu--right{left:auto;right:0}.be-menu-item{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:7px;padding:8px 12px;font-size:.82rem;transition:background 80ms;display:flex}.be-menu-item:hover{background:var(--surface-soft);color:var(--text-h)}.be-menu-item--active{color:var(--accent);font-weight:720}.be-heading-wrap{align-items:flex-start;gap:6px;display:flex}.be-level-select{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);cursor:pointer;border-radius:4px;flex-shrink:0;margin-top:4px;padding:2px 4px;font-size:.72rem;font-weight:720}.be-heading,.be-paragraph,.be-callout-text,.be-list-input{resize:none;width:100%;color:var(--text-h);line-height:1.5;font-family:var(--sans);background:0 0;border:none;outline:none;overflow:hidden}.be-heading--h2{font-size:1.3rem;font-weight:820;line-height:1.25}.be-heading--h3{font-size:1.05rem;font-weight:760;line-height:1.3}.be-paragraph{color:var(--text);font-size:.92rem;line-height:1.7}.be-callout{border-radius:var(--radius-sm);border-left:3px solid var(--accent-2);background:#6f42e80f;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.be-callout-icon{color:var(--accent-2);flex-shrink:0;margin-top:2px}.be-callout-text{color:var(--text);font-size:.88rem;line-height:1.6}.be-list-wrap{flex-direction:column;gap:6px;display:flex}.be-list-toggle{align-self:flex-start}.be-list{flex-direction:column;gap:2px;margin:0;padding-left:20px;display:flex}.be-list-item{align-items:flex-start;gap:6px;display:flex}.be-list-input{flex:1;font-size:.9rem;line-height:1.55}.be-list-remove{width:20px;height:20px;color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:4px;transition:opacity .1s,background .1s,color .1s;display:flex}.be-list-item:hover .be-list-remove{opacity:1}.be-list-remove:hover{color:var(--danger);background:#d92d2014}.be-list-add{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:5px;padding:4px 8px;font-size:.78rem;transition:color .1s,border-color .1s;display:inline-flex}.be-list-add:hover{color:var(--text-h);border-color:#17182133}.be-block-actions{opacity:0;flex-direction:column;align-items:center;gap:2px;padding-top:6px;transition:opacity .1s;display:flex;position:relative}.be-block-row:hover .be-block-actions{opacity:1}.be-action-btn{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:background .1s,color .1s;display:flex}.be-action-btn:hover{background:var(--border);color:var(--text-h)}.be-action-btn--danger:hover{color:var(--danger);background:#d92d2014}.be-add-wrap{position:relative}.be-add-block-row{align-self:flex-start;margin-top:8px;position:relative}.be-add-block-btn{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;transition:color .1s,border-color .1s;display:inline-flex}.be-add-block-btn:hover{color:var(--text-h);border-color:#17182138}.be-faq{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;overflow:hidden}.be-faq-item{border-bottom:1px solid var(--border)}.be-faq-item:last-of-type{border-bottom:none}.be-faq-question-row{align-items:center;gap:8px;width:100%;padding:12px 14px;display:flex}.be-faq-question-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;display:flex}.be-faq-question-text{color:var(--text-h);flex:1;font-size:.875rem;font-weight:600}.be-faq-question-input{resize:none;color:var(--text-h);cursor:text;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.875rem;font-weight:600}.be-faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .15s}.be-faq-item--open .be-faq-chevron{transform:rotate(180deg)}.be-faq-remove{cursor:pointer;color:var(--text-muted);opacity:0;background:0 0;border:none;align-items:center;padding:2px;transition:opacity .1s;display:flex}.be-faq-item:hover .be-faq-remove{opacity:1}.be-faq-remove:hover{color:#dc2626}.be-faq-answer{background:var(--bg);border-top:1px solid var(--border);padding:0 14px 14px}.be-faq-answer-input{resize:none;width:100%;color:var(--text-body);background:0 0;border:none;outline:none;padding:10px 0 0;font-family:inherit;font-size:.85rem;line-height:1.6}.be-image{flex-direction:column;gap:10px;display:flex}.be-image-preview{background:var(--surface-soft);border-radius:8px;position:relative;overflow:hidden}.be-image-img{object-fit:cover;width:100%;max-height:360px;display:block}.be-image-overlay{opacity:0;cursor:pointer;background:#00000073;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.be-image-preview:hover .be-image-overlay{opacity:1}.be-image-overlay-label{color:#fff;letter-spacing:.02em;font-size:.8rem;font-weight:600}.be-image-placeholder{border:1.5px dashed var(--border);color:var(--text-muted);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px;font-size:.8rem;display:flex}.be-image-placeholder-icon{opacity:.4}.be-image-fields{flex-direction:column;gap:6px;display:flex}.be-image-input{background:var(--surface-soft);border:1px solid var(--border);width:100%;color:var(--text-h);border-radius:6px;outline:none;padding:6px 10px;font-family:inherit;font-size:.8rem}.be-image-input:focus{border-color:var(--accent)}.be-image-caption{color:var(--text-muted);text-align:center;margin:0;font-size:.78rem;font-style:italic}.be-takeaways{border:1.5px solid color-mix(in srgb, var(--accent-3) 35%, transparent);background:color-mix(in srgb, var(--accent-3) 7%, var(--bg-card));border-radius:12px;overflow:hidden}.be-takeaways-header{color:var(--accent-3);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:6px;padding:12px 18px 10px;font-size:.68rem;font-weight:800;display:flex}.be-takeaways-icon{opacity:.85;flex-shrink:0}.be-takeaways-list{flex-direction:column;gap:2px;margin:0;padding:0 18px 14px;list-style:none;display:flex}.be-takeaways-item{align-items:flex-start;gap:10px;padding:4px 0;display:flex}.be-takeaways-item:before{content:"•";color:var(--accent-3);flex-shrink:0;font-size:1.1rem;font-weight:700;line-height:1.5}.be-takeaways-input{color:var(--text);resize:none;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.875rem;line-height:1.55}.be-takeaways-add{margin:0 18px 14px}.be-table-wrap{width:100%;overflow-x:auto}.be-table{border-collapse:collapse;width:100%;font-size:.85rem}.be-table th,.be-table td{border:1px solid var(--border);vertical-align:top;padding:4px 8px}.be-table th{background:var(--bg);font-weight:600}.be-table td{background:var(--bg-card)}.be-table-cell{resize:none;width:100%;color:var(--text-h);background:0 0;border:none;outline:none;min-width:80px;padding:0;font-family:inherit;font-size:.85rem}.be-table-row-actions{width:28px;background:0 0!important;border:none!important;padding:0 4px!important}@media (width<=768px){.posts-panel{grid-template-rows:auto 1fr;grid-template-columns:1fr}.posts-list{border-right:none;border-bottom:1px solid var(--border);max-height:260px;overflow-y:auto}}.settings-page{max-width:680px;padding:0 0 64px}.settings-header{align-items:center;gap:14px;margin-bottom:28px;display:flex}.settings-header-icon{border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-header h1{color:var(--text-h);margin:0;font-size:1.1rem;font-weight:720}.settings-header p{color:var(--text-muted);margin:2px 0 0;font-size:.82rem}.settings-body{margin-top:28px}.settings-section-header{margin-bottom:24px}.settings-section-header h2{color:var(--text-h);margin:0 0 4px;font-size:.95rem;font-weight:700}.settings-section-header p{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.5}.settings-field-group{border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:0;display:flex;overflow:hidden}.settings-field{border-bottom:1px solid var(--border);align-items:baseline;gap:16px;padding:14px 16px;display:flex}.settings-field:last-child{border-bottom:none}.settings-field label{color:var(--text-muted);flex-shrink:0;min-width:100px;font-size:.8rem;font-weight:600}.settings-field-value{color:var(--text-h);font-size:.875rem;line-height:1.5}.settings-field-plan{text-transform:capitalize;color:var(--accent);font-weight:600}.settings-coming-soon{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-sm);padding:32px 20px;font-size:.875rem}.billing-plans{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.billing-plan-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;gap:10px;padding:24px 20px 20px;display:flex;position:relative}.billing-plan-card--pro{border-color:var(--accent);background:linear-gradient(160deg, rgba(var(--accent-rgb,99,102,241), .04), var(--bg))}.billing-plan-card--current{box-shadow:0 0 0 2px var(--accent)}.billing-plan-badge{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;border-radius:99px;padding:2px 10px;font-size:10.5px;font-weight:700;position:absolute;top:-11px;left:20px}.billing-plan-badge--pro{background:var(--accent);border-color:var(--accent);color:#fff}.billing-plan-name{color:var(--text-primary);margin-top:6px;font-size:1rem;font-weight:700}.billing-plan-price{align-items:baseline;gap:4px;line-height:1;display:flex}.billing-plan-price strong{color:var(--text-primary);font-size:2rem;font-weight:800}.billing-plan-price span{color:var(--text-muted);font-size:.8125rem}.billing-plan-desc{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.5}.billing-plan-features{flex-direction:column;flex:1;gap:7px;margin:4px 0 0;padding:0;list-style:none;display:flex}.billing-plan-features li{color:var(--text-secondary,var(--text-primary));align-items:flex-start;gap:7px;font-size:.8125rem;line-height:1.4;display:flex}.billing-plan-features li span{color:var(--accent);flex-shrink:0;font-weight:700}.billing-plan-cta{justify-content:center;width:100%;margin-top:8px}.billing-note{color:var(--text-muted);text-align:center;margin:4px 0 0;font-size:.75rem}.profile-avatar-row{align-items:center;gap:16px;margin-bottom:24px;display:flex}.profile-avatar-btn{cursor:pointer;background:var(--surface);border:none;border-radius:50%;flex-shrink:0;width:72px;height:72px;padding:0;position:relative;overflow:hidden}.profile-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.profile-avatar-initials{width:100%;height:100%;color:var(--text-muted);background:var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.profile-avatar-overlay{color:#fff;opacity:0;background:#00000073;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.profile-avatar-btn:hover .profile-avatar-overlay{opacity:1}.profile-avatar-meta{flex-direction:column;gap:3px;display:flex}.profile-avatar-meta strong{color:var(--text-primary);font-size:.9375rem;font-weight:650}.profile-avatar-meta span{color:var(--text-muted);font-size:.8125rem}.profile-name-field{flex-direction:column;flex:1;gap:6px;display:flex}.profile-name-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-primary);outline:none;padding:7px 10px;font-size:.875rem}.profile-name-input:focus{border-color:var(--accent)}.profile-signout-row{border-top:1px solid var(--border);margin-top:24px;padding-top:20px}.profile-signout-btn{color:var(--text-muted);align-items:center;gap:6px;font-size:.8125rem;display:flex}.domain-cname-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);margin-bottom:24px;padding:20px}.domain-cname-label{color:var(--text-muted);margin-bottom:14px;font-size:.8rem;font-weight:600}.domain-cname-row{flex-direction:column;gap:10px;display:flex}.domain-cname-field{align-items:center;gap:12px;font-size:.85rem;display:flex}.domain-cname-key{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;min-width:52px;font-size:.78rem;font-weight:600}.domain-cname-val{color:var(--text-h);align-items:center;gap:8px;display:flex}.domain-cname-hint{color:var(--text-muted);font-size:.78rem}.domain-cname-target{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:3px 8px;font-family:monospace;font-size:.82rem}.domain-copy-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:3px;align-items:center;padding:2px;transition:color .1s;display:inline-flex}.domain-copy-btn:hover{color:var(--text-h)}.domain-input-group{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);align-items:center;margin:10px 0 14px;transition:border-color .15s;display:flex;overflow:hidden}.domain-input-group:focus-within{border-color:var(--accent)}.domain-input-prefix{color:var(--text-muted);background:var(--bg);border-right:1px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;height:40px;padding:0 10px 0 12px;font-size:.875rem;display:flex}.domain-input{height:40px;color:var(--text-h);background:0 0;border:none;outline:none;flex:1;padding:0 12px;font-size:.875rem}.domain-actions-row{justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;display:flex}.domain-actions-row .domain-hint{flex:1;margin:0}.domain-hint{color:var(--text-muted);margin:8px 0 0;font-size:.78rem;line-height:1.5}.domain-verified-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);align-items:center;gap:14px;padding:16px 18px;display:flex}.domain-verified-icon{color:#16a34a;flex-shrink:0;display:flex}.domain-verified-info{flex:1}.domain-verified-hostname a{color:var(--text-h);align-items:center;gap:5px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.domain-verified-hostname a:hover{color:var(--accent)}.domain-verified-date{color:var(--text-muted);margin-top:2px;font-size:.78rem}.domain-remove-btn{min-height:34px;color:var(--text-muted);gap:6px;padding:0 12px;font-size:.8rem}.rankings-page{flex-direction:column;gap:20px;max-width:1100px;display:flex}.rankings-summary{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;align-items:center;gap:0;display:flex;overflow:hidden}.rankings-summary-stat{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:3px;padding:16px 24px;display:flex}.rankings-summary-value{color:var(--text-h);letter-spacing:-.02em;font-size:22px;font-weight:750;line-height:1}.rankings-summary-label{color:var(--muted);font-size:11px;font-weight:500}.rankings-summary-updated{color:var(--muted);margin-left:auto;padding:0 20px;font-size:11px}.rankings-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.rankings-domain{color:var(--text-h);font-size:13px;font-weight:600}.rankings-search{border:1px solid var(--border);border-radius:var(--radius-sm);height:36px;color:var(--text-h);background:#fff;outline:none;width:220px;padding:0 12px;font-size:13px}.rankings-search:focus{border-color:var(--accent)}.rankings-table{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;overflow:hidden}.rankings-table-head{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:var(--surface-soft);grid-template-columns:1fr 80px 100px 80px 70px;padding:10px 16px;font-size:11px;font-weight:600;display:grid}.rankings-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 80px 100px 80px 70px;align-items:center;padding:10px 16px;transition:background .1s;display:grid}.rankings-row:last-child{border-bottom:none}.rankings-row:hover{background:var(--surface-soft)}.rankings-keyword{color:var(--text-h);font-size:13px;font-weight:500}.rankings-meta{color:var(--muted);font-size:12px}.rankings-empty{color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:60px 20px;display:flex}.domain-remove-btn:hover{color:#dc2626;border-color:#dc2626}.strategy-graph-spinner{vertical-align:middle;border:1.5px solid #e8943a4d;border-top-color:#e8943a;border-radius:50%;flex-shrink:0;width:11px;height:11px;animation:.7s linear infinite spin;display:inline-block}.strategy-graph-spinner--light{border-color:#fff #fff3 #fff3}.strategy-graph-spinner--lg{border-width:2.5px;border-color:#e8943a #e8943a33 #e8943a33;width:28px;height:28px}.sc-body{flex-direction:column;flex:1;min-height:0;display:flex}.sc-messages{flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 14px;display:flex;overflow-y:auto}.sc-messages::-webkit-scrollbar{width:3px}.sc-messages::-webkit-scrollbar-track{background:0 0}.sc-messages::-webkit-scrollbar-thumb{background:#3a3020;border-radius:2px}.sc-messages .mpc-message{gap:8px}.sc-messages .mpc-avatar{color:#e8943a;background:#e8943a33;flex-shrink:0;width:22px;height:22px;margin-top:2px;font-size:.58rem}.sc-messages .scout-avatar{object-fit:cover;object-position:top;background:0 0;border-radius:50%}.sc-messages .mpc-bubble{border-radius:12px;max-width:88%;padding:8px 11px;font-size:.78rem;line-height:1.55}.sc-messages .mpc-bubble--md{color:#f0e8dc;background:#ffffff0f}.sc-messages .mpc-bubble--md *{color:#f0e8dc;font-size:.78rem}.sc-messages .mpc-bubble--md p{margin:0 0 5px}.sc-messages .mpc-message--user .mpc-bubble{color:#f0e8dc;background:#e8943a38;border-radius:12px 12px 3px}.sc-footer{background:#1a1410;border-top:1px solid #2e2318;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.sc-input{color:#f0e8dc;background:#251e16;border:1px solid #3a2e22;border-radius:20px;outline:none;flex:1;padding:8px 14px;font-family:inherit;font-size:.78rem;transition:border-color .15s}.sc-input::placeholder{color:#6a5848}.sc-input:focus{border-color:#e8943a;box-shadow:0 0 0 2px #e8943a26}.sc-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8943a,#c07a3a);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .15s,transform .1s;display:flex}.sc-send:disabled{opacity:.35;cursor:default}.sc-send:not(:disabled):hover{transform:scale(1.08)}.float-chat{z-index:300;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;max-height:calc(100svh - 48px);display:flex;position:fixed;bottom:24px;right:24px}.float-chat-trigger,.float-chat-window{pointer-events:auto}.float-chat-trigger{color:#fff;cursor:pointer;background:#211a14;border:2px solid #e8943a80;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 4px 20px #e8943a59}.scout-trigger-avatar{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.scout-nudge{color:#f0e8dc;white-space:nowrap;pointer-events:none;opacity:0;background:#211a14;border:1px solid #3a2e22;border-radius:20px;padding:7px 12px;font-size:.75rem;font-weight:600;transition:opacity .35s,transform .35s;transform:translateY(4px);box-shadow:0 4px 16px #0006}.scout-nudge--visible{opacity:1;transform:translateY(0)}.float-chat-trigger:hover{transform:scale(1.07);box-shadow:0 6px 28px #e8943a80}.float-chat-window{transform-origin:100% 100%;opacity:0;pointer-events:none;background:#1a1410;border:1px solid #3a2e22;border-radius:16px;flex-direction:column;width:360px;height:min(520px,100svh - 112px);transition:transform .22s cubic-bezier(.25,.8,.25,1),opacity .22s;display:flex;overflow:hidden;transform:scale(.92)translateY(12px);box-shadow:0 16px 48px #080a1299}.float-chat--open .float-chat-window{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}.float-chat-header{border-bottom:1px solid #2e2318;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.float-chat-header-title{color:#f0e8dc;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.float-chat-header-title svg{color:#e8943a}.scout-header-avatar{object-fit:cover;object-position:top;border-radius:50%;flex-shrink:0;width:22px;height:22px}.float-chat-close{color:#6a5848;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .1s;display:flex}.float-chat-close:hover{color:#f0e8dc}.brief-chip{letter-spacing:.05em;text-transform:uppercase;color:#e8943a;cursor:pointer;background:#e8943a1f;border:1px solid #e8943a40;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:700;transition:background .1s}.brief-chip:hover{background:#e8943a38}.brief-modal-overlay{z-index:400;background:#0a0c1280;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.brief-modal{background:#0f1019;border:1px solid #2a2b3d;border-radius:14px;flex-direction:column;width:min(420px,100vw - 32px);max-height:80svh;display:flex;overflow:hidden;box-shadow:0 20px 60px #080a12b3}.brief-modal-header{border-bottom:1px solid #1e1f2e;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.brief-modal-title{color:#e8eaf0;font-size:12px;font-weight:700}.brief-modal-body{flex-direction:column;gap:14px;padding:14px 16px;display:flex;overflow-y:auto}.brief-modal-body::-webkit-scrollbar{width:3px}.brief-modal-body::-webkit-scrollbar-track{background:0 0}.brief-modal-body::-webkit-scrollbar-thumb{background:#2a2b3d;border-radius:2px}.brief-field{flex-direction:column;gap:4px;display:flex}.brief-label{text-transform:uppercase;letter-spacing:.06em;color:#5a5d78;font-size:9px;font-weight:700}.brief-value{color:#c8cadc;font-size:12px;line-height:1.5}.brief-list{flex-direction:column;gap:2px;margin:0;padding-left:16px;display:flex}.brief-list li{color:#c8cadc;font-size:12px;line-height:1.5}.outline-panel{z-index:50;background:#fff;border-left:1px solid #e8ddd0;flex-direction:column;width:360px;height:100svh;animation:.2s cubic-bezier(.25,.8,.25,1) outline-panel-in;display:flex;position:fixed;top:0;right:0;overflow:hidden;box-shadow:-4px 0 24px #0000000f}@keyframes outline-panel-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.outline-panel-header{border-bottom:1px solid #e8ddd0;flex-shrink:0;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.outline-panel-close{color:#9a8878;cursor:pointer;background:0 0;border:1px solid #e8ddd0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .12s;display:flex}.outline-panel-close:hover{color:#211a14;background:#faf7f3}.outline-panel-body{flex-direction:column;flex:1;gap:0;padding:16px 18px;display:flex;overflow-y:auto}.outline-panel-body::-webkit-scrollbar{width:4px}.outline-panel-body::-webkit-scrollbar-track{background:0 0}.outline-panel-body::-webkit-scrollbar-thumb{background:#e8ddd0;border-radius:2px}.outline-panel-empty{color:#9a8878;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.outline-section{margin-bottom:16px}.outline-label{text-transform:uppercase;letter-spacing:.06em;color:#9a8878;margin:0 0 5px;font-size:10px;font-weight:600}.outline-value{color:#4a3828;margin:0;font-size:12px;line-height:1.55}.outline-value--accent{color:#c07a3a;font-style:italic}.outline-stat{text-align:center;background:#faf7f3;border:1px solid #e8ddd0;border-radius:7px;flex-direction:column;flex:1;align-items:center;gap:0;padding:10px 10px 14px;display:flex}.outline-stat .outline-stat-value{flex:1;justify-content:center;align-items:center;display:flex}.outline-stat-label{text-transform:uppercase;letter-spacing:.05em;color:#9a8878;font-size:9px;font-weight:600}.outline-stat-value{color:#211a14;font-size:12px;font-weight:700}.outline-section-toggle{cursor:pointer;color:#9a8878;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0 0 6px;display:flex}.outline-section-toggle:hover .outline-label{color:#211a14}.outline-sections-list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.outline-section-item{background:#faf7f3;border:1px solid #e8ddd0;border-radius:8px;padding:9px 11px}.outline-section-heading{color:#211a14;margin:0 0 4px;font-size:11px;font-weight:700}.outline-section-notes{color:#7a6858;margin:0;font-size:11px;line-height:1.5}.outline-panel-footer{background:#fff;border-top:1px solid #e8ddd0;flex-shrink:0;align-items:center;gap:12px;padding:14px 18px;display:flex}.outline-generate-btn{align-items:center;gap:6px;font-size:12px;display:inline-flex}.settings-field--row{justify-content:space-between;align-items:center;gap:24px;display:flex}.settings-field-hint{color:var(--text-muted);max-width:440px;margin-top:4px;font-size:.8rem;line-height:1.5}.toggle-switch{background:var(--border);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.toggle-switch--on{background:var(--accent)}.toggle-switch:disabled{opacity:.5;cursor:not-allowed}.toggle-switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px}.toggle-switch--on .toggle-switch-thumb{transform:translate(20px)}.ov-page{background:#f5f0eb;border-radius:16px;flex-direction:column;gap:22px;min-height:100%;padding:32px;display:flex}.ov-hero{background:#fff;border-radius:20px;justify-content:space-between;align-items:flex-end;gap:24px;min-height:320px;padding:0 0 0 48px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000f}.ov-hero-text{flex-direction:column;flex:1;gap:14px;max-width:480px;padding:44px 0;display:flex}.ov-greeting{color:#1a1208;margin:0;font-size:2rem;font-weight:800;line-height:1.15}.ov-subline{color:#7a6a55;margin:0;font-size:.95rem}.ov-scout-bubble{background:#fdf6ee;border:1px solid #e8ddd0;border-radius:14px;max-width:420px;margin-top:8px;padding:14px 18px}.ov-scout-bubble-label{text-transform:uppercase;letter-spacing:.08em;color:#c07a3a;margin-bottom:6px;font-size:.68rem;font-weight:700}.ov-scout-bubble p{color:#3d2e1a;margin:0;font-size:.88rem;line-height:1.55}.ov-primary-action{color:#fff;background:linear-gradient(135deg,#ed9632,#d6802b);border-radius:9px;justify-content:center;align-items:center;width:fit-content;min-height:38px;padding:0 15px;font-size:.82rem;font-weight:820;text-decoration:none;display:inline-flex;box-shadow:0 10px 20px #e8943a33}.ov-hero-avatar{flex-shrink:0;align-self:flex-end;align-items:flex-end;margin-right:40px;display:flex}.ov-avatar-bg{justify-content:center;align-items:flex-end;width:300px;height:320px;display:flex;position:relative}.ov-avatar-circle{border-radius:50%;position:absolute}.ov-avatar-circle--1{background:#fde8cc;width:280px;height:280px;bottom:0;left:50%;transform:translate(-50%)}.ov-avatar-circle--2{background:#fbd5a8;width:210px;height:210px;bottom:35px;left:50%;transform:translate(-50%)}.ov-avatar-circle--3{background:#f5bc7a;width:140px;height:140px;bottom:70px;left:50%;transform:translate(-50%)}.ov-scout-img{z-index:1;object-fit:contain;object-position:bottom center;width:300px;height:320px;margin-bottom:-2px;display:block;position:relative}.ov-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;min-width:0;display:grid}.ov-stat-card{background:#fff;border-radius:16px;flex-direction:column;gap:4px;padding:24px;display:flex;box-shadow:0 2px 12px #0000000d}.ov-stat-label{text-transform:uppercase;letter-spacing:.07em;color:#a08060;font-size:.72rem;font-weight:600}.ov-stat-value{color:#1a1208;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1.8rem;font-weight:800;line-height:1.1;overflow:hidden}.ov-stat-sub{color:#a08060;margin-top:2px;font-size:.78rem}.ov-main-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;display:grid}.ov-panel{background:#fff;border:1px solid #a0806029;border-radius:16px;flex-direction:column;grid-column:span 6;gap:16px;min-width:0;padding:20px;display:flex;box-shadow:0 2px 12px #0000000d}.ov-panel--wide{grid-column:span 6}.ov-panel-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ov-panel-eyebrow{color:#a08060;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.66rem;font-weight:820;display:block}.ov-panel h2{color:#1a1208;margin:0;font-size:1rem;font-weight:840;line-height:1.2}.ov-panel-link{color:#8c6a47;border:1px solid #a080602e;border-radius:999px;flex:none;padding:5px 10px;font-size:.72rem;font-weight:760;text-decoration:none}.ov-domain-card,.ov-health-card{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;display:grid}.ov-score-ring{--score:0;aspect-ratio:1;background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(#e8943a calc(var(--score) * 1%), #eadfd3 0);border-radius:999px;place-items:center;width:118px;display:grid}.ov-score-ring-inner{aspect-ratio:1;border-radius:inherit;background:#fffaf5;border:1px solid #a0806026;flex-direction:column;justify-content:center;align-items:center;width:88px;display:flex}.ov-score-ring-inner strong{color:#1a1208;font-size:1.8rem;font-weight:880;line-height:1}.ov-score-ring-inner span{color:#a08060;letter-spacing:.04em;text-transform:uppercase;margin-top:5px;font-size:.64rem;font-weight:820}.ov-domain-copy p{color:#6f5f4e;margin:0 0 12px;font-size:.84rem;line-height:1.55}.ov-domain-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ov-domain-metrics span{color:#9a8878;border:1px solid #a080601f;border-radius:10px;flex-direction:column;gap:1px;padding:9px 10px;font-size:.7rem;line-height:1.25;display:flex}.ov-domain-metrics strong{color:#1a1208;font-size:.95rem}.ov-health-score{aspect-ratio:1;color:#a08060;background:#fdf6ee;border:1px solid #e8ddd0;border-radius:18px;justify-content:center;align-items:baseline;width:94px;padding-top:28px;display:flex}.ov-health-score strong{color:#1a1208;font-size:2rem;font-weight:880;line-height:1}.ov-health-score span{font-size:.72rem;font-weight:760}.ov-health-list{gap:8px;display:grid}.ov-health-item{color:#9a8878;align-items:center;gap:8px;font-size:.78rem;font-weight:680;display:flex}.ov-health-item svg{color:#c8b7a5}.ov-health-item--done{color:#3d2e1a}.ov-health-item--done svg{color:#10a37f}.ov-pipeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.ov-pipeline-step{background:#fffaf5;border:1px solid #a0806024;border-radius:12px;gap:7px;min-width:0;padding:12px;display:grid;position:relative}.ov-pipeline-step span{color:#a08060;letter-spacing:.05em;text-transform:uppercase;font-size:.64rem;font-weight:820}.ov-pipeline-step strong{color:#1a1208;font-size:1.4rem;line-height:1}.ov-pipeline-step i{background:linear-gradient(90deg,#e8943a,#e8943a2e);border-radius:999px;height:4px}.ov-list,.ov-rankings-list{gap:10px;display:grid}.ov-list-row,.ov-ranking-row{min-width:0;color:inherit;background:#fffaf5;border:1px solid #a080601f;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:grid}.ov-list-row strong,.ov-ranking-row strong{color:#1a1208;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:780;line-height:1.25;display:block;overflow:hidden}.ov-list-row span,.ov-ranking-row span{color:#9a8878;font-size:.72rem}.ov-date-chip,.ov-score-chip,.ov-icon-chip,.ov-position{background:#f3e5d5;border-radius:9px;justify-content:center;align-items:center;min-width:42px;height:30px;font-weight:820;display:inline-flex;color:#8c5a2a!important;font-size:.68rem!important}.ov-score-chip{background:#10a37f1c;color:#0d876a!important}.ov-opp-row{grid-template-columns:auto minmax(0,1fr) auto;transition:border-color .16s,background .16s,transform .16s}.ov-opp-row:hover{background:#fff6ec;border-color:#e8943a57;transform:translateY(-1px)}.ov-opp-arrow{color:#b08f70}.ov-ranking-row{grid-template-columns:minmax(0,1fr) auto auto}.ov-move{font-weight:820;color:#6f42e8!important;font-size:.62rem!important}.ov-move--up{color:#10a37f}.ov-move--down{color:#dc2626}.ov-move--flat{color:#a08060}.ov-empty{color:#a08060;text-align:center;border:1px dashed #a0806033;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:140px;display:flex}.ov-empty strong{color:#3d2e1a;font-size:.86rem}.ov-empty span{color:#9a8878;max-width:260px;font-size:.76rem;line-height:1.45}@media (width<=768px){.ov-page{gap:12px;padding:12px}.ov-hero{min-height:unset;flex-direction:row;align-items:flex-end;gap:0;padding:28px 0 0 24px}.ov-hero-text{max-width:unset;flex:1;gap:10px;padding:0 0 24px}.ov-greeting{font-size:1.4rem}.ov-subline{font-size:.82rem}.ov-scout-bubble{max-width:100%;padding:10px 14px}.ov-scout-bubble p{font-size:.8rem}.ov-hero-avatar{flex-shrink:0;margin-right:0}.ov-avatar-bg{width:140px;height:160px}.ov-avatar-circle--1{width:130px;height:130px}.ov-avatar-circle--2{width:96px;height:96px;bottom:20px}.ov-avatar-circle--3{width:60px;height:60px;bottom:40px}.ov-scout-img{width:140px;height:160px}.ov-stats{grid-template-columns:1fr;gap:10px}.ov-stat-card{padding:18px}.ov-stat-value{font-size:1.5rem}.ov-main-grid{grid-template-columns:1fr}.ov-panel,.ov-panel--wide{grid-column:auto}.ov-domain-card,.ov-health-card{grid-template-columns:1fr}.ov-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}}.lp2-page{--lp2-bg:#fbf7f1;--lp2-bg-soft:#fffaf4;--lp2-ink:#211a14;--lp2-muted:#6a5848;--lp2-soft:#9a8878;--lp2-line:#e8ddd0;--lp2-accent:#e8943a;--lp2-accent-dark:#b66d2e;--lp2-green:#2d9e6b;--lp2-charcoal:#171513;background:var(--lp2-bg);min-height:100vh;color:var(--lp2-ink);font-family:Inter,sans-serif;overflow-x:hidden}.lp2-page *{box-sizing:border-box}.lp2-nav{-webkit-backdrop-filter:blur(18px)saturate(1.12);backdrop-filter:blur(18px)saturate(1.12);z-index:100;background:#fbf7f1d6;border-bottom:1px solid #211a1414;align-items:center;gap:32px;height:72px;padding:0 40px;display:flex;position:sticky;top:0;box-shadow:0 1px #ffffffb3}.lp2-nav-brand{align-items:center;display:flex}.lp2-nav-logo{width:auto;height:42px;display:block}.lp2-nav-links{flex:1;gap:6px;margin-left:16px;display:flex}.lp2-nav-link{color:var(--lp2-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-size:14px;text-decoration:none;transition:color .16s,background .16s}.lp2-nav-link:hover{color:var(--lp2-ink);background:#211a140d}.lp2-nav-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.lp2-nav-ghost{color:var(--lp2-muted);border-radius:8px;padding:8px 12px;font-size:14px;text-decoration:none;transition:color .16s,background .16s}.lp2-nav-ghost:hover{color:var(--lp2-ink);background:#211a140d}.lp2-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s,opacity .16s,border-color .16s,color .16s;display:inline-flex}.lp2-btn:hover{opacity:.94;transform:translateY(-1px)}.lp2-btn-primary{color:#fff;background:linear-gradient(135deg,#f09b3d 0%,#dc8232 54%,#ad642c 100%);box-shadow:0 12px 28px #dc823242}.lp2-btn-primary:hover{box-shadow:0 16px 34px #dc823252}.lp2-btn-outline{color:var(--lp2-ink);background:#ffffff6b;border:1.5px solid #d8cfc4}.lp2-btn-outline:hover{border-color:var(--lp2-accent-dark);color:var(--lp2-accent-dark)}.lp2-hero{background:linear-gradient(#ffffff9e 0%,#fff0 42%),linear-gradient(90deg,#2d9e6b14 0%,#2d9e6b00 32%,#e8943a00 62%,#e8943a1c 100%);max-width:none;margin:0;padding:70px 40px 0;position:relative;overflow:hidden}.lp2-hero:before{content:"";pointer-events:none;opacity:.48;background-image:linear-gradient(#211a140b 1px,#0000 1px),linear-gradient(90deg,#211a140b 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 16% 66%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 16% 66%,#0000 100%)}.lp2-hero:after{content:"";background:#e8943a52;height:1px;position:absolute;bottom:0;left:0;right:0}.lp2-hero-inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(420px,520px);align-items:end;gap:48px;max-width:1180px;min-height:574px;margin:0 auto;display:grid;position:relative}.lp2-hero-copy{flex-direction:column;gap:0;padding:32px 0 78px;animation:.68s cubic-bezier(.22,1,.36,1) both lp2-rise-in;display:flex}.lp2-eyebrow{letter-spacing:0;text-transform:uppercase;color:var(--lp2-accent-dark);margin:0 0 16px;font-size:12px;font-weight:800}.lp2-eyebrow--light{color:#ffffff94}.lp2-hero-h1{letter-spacing:0;color:var(--lp2-ink);text-wrap:balance;margin:0 0 22px;font-size:3.65rem;font-weight:850;line-height:1.08}.lp2-hero-accent{background:linear-gradient(90deg,#f09b3d,#d77e31);color:#0000;-webkit-background-clip:text;background-clip:text}.lp2-hero-sub{color:var(--lp2-muted);max-width:570px;margin:0 0 34px;font-size:18px;line-height:1.62}.lp2-hero-form{flex-wrap:wrap;align-items:stretch;gap:12px;width:100%;max-width:760px;margin-bottom:12px;display:flex}.lp2-hero-input-row{background:#ffffffe0;border:1.5px solid #d8cfc4;border-radius:8px;flex:1;align-items:center;min-width:260px;height:54px;padding:0 14px 0 16px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex;box-shadow:0 14px 32px #4933200f}.lp2-hero-input-row:focus-within{border-color:var(--lp2-accent);background:#fff;box-shadow:0 0 0 4px #e8943a24,0 16px 34px #49332014}.lp2-input-prefix{color:var(--lp2-soft);white-space:nowrap;margin-right:2px;font-size:15px}.lp2-hero-input{min-width:0;color:var(--lp2-ink);background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-size:15px}.lp2-hero-input::placeholder{color:#c4b8a8}.lp2-hero-cta{min-height:54px;padding:12px 24px;font-size:15px}.lp2-hero-note{color:var(--lp2-soft);margin:0;font-size:12px}.lp2-hero-avatar-col{justify-content:center;align-self:stretch;align-items:flex-end;min-width:0;display:flex}.lp2-hero-avatar-wrap{isolation:isolate;justify-content:center;align-items:flex-end;width:min(520px,100%);height:574px;display:flex;position:relative}.lp2-map-section{background:linear-gradient(180deg, #fffaf4 0%, var(--lp2-bg) 100%);padding:84px 40px 92px}.lp2-map-section-inner{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:center;gap:48px;max-width:1180px;margin:0 auto;display:grid}.lp2-map-section-copy{max-width:370px}.lp2-map-section-copy .lp2-section-h2{margin-bottom:14px}.lp2-app-screenshot{border-radius:14px;width:100%;max-width:760px;overflow:hidden;box-shadow:0 24px 60px #0000001f}.lp2-app-screenshot img{width:100%;height:auto;display:block}.lp2-strategy-map{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 1px 1px,#c07a3a33 1px,#0000 0) 0 0/24px 24px,#fffcf8e6;border:1px solid #e8ddd0f5;border-radius:8px;width:100%;max-width:760px;height:430px;animation:.72s cubic-bezier(.22,1,.36,1) .16s both lp2-map-in;position:relative;overflow:hidden;box-shadow:0 26px 64px #211a141f}.lp2-map-toolbar{z-index:2;height:46px;color:var(--lp2-soft);background:#fffaf4d1;border-bottom:1px solid #e8ddd0c7;justify-content:space-between;align-items:center;padding:0 16px;font-size:11px;display:flex;position:relative}.lp2-map-toolbar span{text-transform:uppercase;font-weight:800}.lp2-map-toolbar strong{color:var(--lp2-muted);font-size:11px}.lp2-map-stage{height:calc(100% - 46px);position:relative}.lp2-map-line{z-index:1;transform-origin:0;border-top:2px dashed #e8943a7a;height:2px;position:absolute}.lp2-map-line--top{width:112px;top:138px;left:50%;transform:rotate(90deg)}.lp2-map-line--left{width:158px;top:256px;left:224px;transform:rotate(164deg)}.lp2-map-line--right{width:158px;top:256px;right:224px;transform:rotate(16deg)}.lp2-map-node{z-index:2;background:#ffffffed;border:1.5px solid #e8ddd0e6;border-radius:8px;flex-direction:column;gap:6px;padding:14px 16px;display:flex;position:absolute;box-shadow:0 14px 28px #49332017}.lp2-map-node span{color:var(--lp2-accent);text-transform:uppercase;font-size:10px;font-weight:850;line-height:1}.lp2-map-node strong{color:var(--lp2-ink);font-size:14px;font-weight:800;line-height:1.25}.lp2-map-node small{color:var(--lp2-green);font-size:10px;font-weight:750;line-height:1}.lp2-map-node--top{width:244px;top:38px;left:50%;transform:translate(-50%)}.lp2-map-node--left{width:222px;top:176px;left:56px}.lp2-map-node--right{width:222px;top:176px;right:56px}.lp2-map-node--main{border-color:#2d9e6b9e;width:270px;bottom:42px;left:50%;transform:translate(-50%);box-shadow:0 0 0 3px #2d9e6b14,0 10px 24px #49332014}.lp2-map-node--main span{color:var(--lp2-green);text-transform:none}.lp2-avatar-ring{z-index:1;border:1px solid #e8943a33;border-radius:50%;width:390px;height:390px;animation:5.4s ease-in-out infinite lp2-ring-pulse;position:absolute;bottom:78px;left:50%;transform:translate(-50%)}.lp2-avatar-ring--2{opacity:.72;width:480px;height:480px;animation-delay:.9s;bottom:34px}.lp2-avatar-ring--3{opacity:.48;border-color:#2d9e6b1f;width:570px;height:570px;animation-delay:1.8s;bottom:-10px}.lp2-avatar-base{z-index:4;filter:blur(.2px);background:linear-gradient(90deg,#e8943a00,#e8943a94,#2d9e6b47,#e8943a00);border-radius:999px 999px 0 0;width:330px;height:12px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.lp2-avatar-base:after{content:"";background:#ffffff57;height:1px;position:absolute;bottom:0;left:18px;right:18px}@keyframes lp2-ring-pulse{0%,to{opacity:.46;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.035)}}.lp2-hero-avatar-img{z-index:5;filter:drop-shadow(0 24px 34px #211a1433);width:440px;max-width:90%;height:auto;animation:.76s cubic-bezier(.22,1,.36,1) .1s both lp2-avatar-in;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.lp2-hero-badge{z-index:6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border:1px solid #e8ddd0e6;border-radius:8px;flex-direction:column;gap:3px;min-width:128px;padding:10px 14px;display:flex;position:absolute;box-shadow:0 16px 36px #211a141f}.lp2-hero-badge--tl{animation:5.6s ease-in-out infinite lp2-badge-float;top:176px;left:18px}.lp2-hero-badge--br{animation:5.6s ease-in-out 1.1s infinite lp2-badge-float;bottom:144px;right:12px}.lp2-badge-val{color:var(--lp2-accent);align-items:center;gap:7px;font-size:18px;font-weight:850;line-height:1;display:inline-flex}.lp2-hero-badge--live .lp2-badge-val{color:var(--lp2-green)}.lp2-live-dot{background:var(--lp2-green);border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 0 5px #2d9e6b1f}.lp2-live-dot:after{content:"";border-radius:inherit;border:1px solid #2d9e6b47;animation:1.8s ease-out infinite lp2-live-ping;position:absolute;inset:-5px}.lp2-badge-label{color:var(--lp2-soft);font-size:11px;line-height:1.1}@keyframes lp2-avatar-in{0%{opacity:0;transform:translate(-50%)translateY(28px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes lp2-rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes lp2-map-in{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lp2-badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes lp2-live-ping{0%{opacity:.8;transform:scale(.78)}to{opacity:0;transform:scale(1.8)}}.lp2-data-strip{z-index:2;background:linear-gradient(180deg, #211a14 0%, var(--lp2-charcoal) 100%);text-align:center;border-top:1px solid #e8943a57;padding:42px 40px 38px;position:relative;box-shadow:inset 0 1px #ffffff0a}.lp2-data-strip-label{letter-spacing:0;text-transform:uppercase;color:#ffffff6b;margin:0 0 24px;font-size:14px;font-weight:800}.lp2-data-strip-stats{flex-wrap:wrap;justify-content:center;gap:64px;display:flex}.lp2-data-stat{flex-direction:column;gap:5px;min-width:112px;display:flex}.lp2-data-stat strong{color:var(--lp2-accent);letter-spacing:0;font-size:2.1rem;font-weight:850;line-height:1}.lp2-data-stat span{color:#ffffff85;font-size:12px}.lp2-data-strip-source{color:#ffffff4d;margin:24px 0 0;font-size:11px}.lp2-section{padding:96px 40px}.lp2-section-light{background:var(--lp2-bg)}.lp2-section-warm{background:#f0ede3}.lp2-section-dark{background:linear-gradient(180deg, var(--lp2-charcoal) 0%, #11100f 100%)}.lp2-section-head{text-align:center;max-width:640px;margin:0 auto 64px}.lp2-section-head--light .lp2-section-h2{color:#f0e8dc}.lp2-section-head--light .lp2-section-sub{color:#f0e8dc99}.lp2-section-h2{letter-spacing:0;color:var(--lp2-ink);text-wrap:balance;margin:0 0 14px;font-size:2.35rem;font-weight:800;line-height:1.2}.lp2-section-sub{color:var(--lp2-muted);margin:0;font-size:16px;line-height:1.65}.lp2-cap-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:0 auto;padding:0;list-style:none;display:grid}.lp2-cap-card{background:#ffffffb8;border:1px solid #e8ddd0e6;border-radius:8px;flex-direction:column;gap:12px;min-height:238px;padding:26px 22px;transition:box-shadow .18s,transform .18s,border-color .18s,background .18s;display:flex;box-shadow:inset 0 1px #ffffffd1}.lp2-cap-card:hover{background:#ffffffeb;border-color:#e8943a5c;transform:translateY(-2px);box-shadow:0 14px 34px #49332014}.lp2-cap-icon{width:44px;height:44px;color:var(--lp2-accent);background:linear-gradient(135deg,#e8943a24,#2d9e6b1a);border-radius:8px;justify-content:center;align-items:center;display:flex}.lp2-cap-title{color:var(--lp2-ink);margin:0;font-size:15px;font-weight:760;line-height:1.35}.lp2-cap-body{color:var(--lp2-muted);margin:0;font-size:13.5px;line-height:1.6}.lp2-steps{flex-direction:column;gap:0;max-width:720px;margin:0 auto;padding:0;list-style:none;display:flex}.lp2-step{border-bottom:1px solid #ffffff12;align-items:flex-start;gap:28px;padding:32px 0;display:flex}.lp2-step:last-child{border-bottom:none}.lp2-step-n{letter-spacing:0;color:var(--lp2-accent);min-width:32px;padding-top:4px;font-size:11px;font-weight:850}.lp2-step-title{color:#f0e8dc;margin:0 0 8px;font-size:18px;font-weight:760;line-height:1.3}.lp2-step-body{color:#f0e8dc9e;margin:0;font-size:14.5px;line-height:1.65}.lp2-plans{grid-template-columns:repeat(2,minmax(0,380px));justify-content:center;gap:20px;margin-bottom:24px;display:grid}.lp2-plan-card{background:#ffffffc7;border:1.5px solid #e8ddd0f2;border-radius:8px;flex-direction:column;gap:12px;padding:24px;display:flex;position:relative;box-shadow:inset 0 1px #ffffffd1}.lp2-plan-card--featured{border-color:#e8943ab8;box-shadow:0 0 0 3px #e8943a1a,0 18px 42px #4933201a}.lp2-plan-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#f09b3d,#c87630);border-radius:999px;padding:5px 14px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.lp2-plan-name{letter-spacing:0;text-transform:uppercase;color:var(--lp2-soft);font-size:13px;font-weight:800}.lp2-plan-price{align-items:baseline;gap:4px;display:flex}.lp2-plan-price strong{color:var(--lp2-ink);letter-spacing:0;font-size:2.2rem;font-weight:850;line-height:1}.lp2-plan-price span{color:var(--lp2-soft);font-size:14px}.lp2-plan-desc{color:var(--lp2-muted);margin:0;font-size:13px;line-height:1.5}.lp2-plan-features{flex-direction:column;flex:1;gap:7px;margin:0;padding:0;list-style:none;display:flex}.lp2-plan-features li{color:#4a3828;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;display:flex}.lp2-plan-check{color:var(--lp2-green);flex-shrink:0;margin-top:1px;font-size:12px;font-weight:850}.lp2-plan-cta{justify-content:center;width:100%;margin-top:4px;padding:12px}.lp2-pause-note{text-align:center;color:var(--lp2-soft);max-width:560px;margin:0 auto;font-size:13px;line-height:1.55}.lp2-pause-note strong{color:var(--lp2-muted)}.lp2-pricing-layout{grid-template-columns:260px 1fr;align-items:stretch;gap:40px;max-width:1100px;margin:48px auto 0;display:grid}.lp2-pricing-avatar-col{justify-content:center;align-items:flex-end;display:flex;position:sticky;top:120px}.lp2-pricing-avatar{filter:drop-shadow(0 24px 48px #1718211f);width:100%;max-width:300px;height:auto;display:block}.lp2-pricing-cards{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}@media (width<=860px){.lp2-pricing-layout{grid-template-columns:1fr;gap:24px}.lp2-pricing-avatar-col{position:static}.lp2-pricing-avatar{max-width:180px;margin:0 auto}.lp2-pricing-cards{grid-template-columns:1fr}}.lp2-reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1000px;margin-top:40px;margin-left:auto;margin-right:auto;display:grid}.lp2-review-card{background:#ffffffc7;border:1.5px solid #e8ddd0f2;border-radius:12px;flex-direction:column;justify-content:space-between;gap:24px;padding:28px 24px;display:flex;box-shadow:0 4px 20px #1718210d}.lp2-review-stars{letter-spacing:.05em;color:#f09b3d;font-size:1rem}.lp2-review-quote{color:var(--lp2-muted);flex:1;margin:0;font-size:.92rem;line-height:1.7}.lp2-review-author{border-top:1px solid #17182112;align-items:center;gap:12px;padding-top:20px;display:flex}.lp2-review-avatar{background:linear-gradient(135deg, var(--lp2-accent), #c87630);color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.7rem;font-weight:820;display:flex}.lp2-review-name{color:var(--lp2-heading);font-size:.85rem;font-weight:780;display:block}.lp2-review-role{color:var(--lp2-soft);margin-top:1px;font-size:.76rem;display:block}@media (width<=760px){.lp2-reviews{grid-template-columns:1fr}}.lp2-faq{border:1px solid #1718211a;border-radius:14px;flex-direction:column;max-width:680px;margin:40px auto 0;display:flex;overflow:hidden}.lp2-faq-item{border-top:1px solid #17182114}.lp2-faq-item:first-child{border-top:none}.lp2-faq-q{cursor:pointer;width:100%;color:var(--lp2-heading);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .15s;display:flex}.lp2-faq-q:hover,.lp2-faq-item--open .lp2-faq-q{background:#17182105}.lp2-faq-icon{width:22px;height:22px;color:var(--lp2-soft);border:1.5px solid #17182126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:400;line-height:1;display:inline-flex}.lp2-faq-a{color:var(--lp2-muted);margin:0;padding:0 24px 18px;font-size:.88rem;line-height:1.7}.lp2-cmp-table{border:1px solid #1718211a;border-radius:14px;max-width:860px;margin-top:40px;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 4px 24px #1718210f}.lp2-cmp-head{background:#f9f9fb;border-bottom:1px solid #1718211a;grid-template-columns:1fr 1.1fr 1.1fr 1.1fr;display:grid}.lp2-cmp-head-label{padding:12px 16px}.lp2-cmp-head-col{letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;border-left:1px solid #17182112;padding:12px 14px;font-size:.68rem;font-weight:820}.lp2-cmp-head-col--sam{color:#7c3aed;background:#7c3aed0a}.lp2-cmp-row{border-top:1px solid #1718210f;grid-template-columns:1fr 1.1fr 1.1fr 1.1fr;align-items:stretch;display:grid}.lp2-cmp-row:hover{background:#fafafa}.lp2-cmp-row-label{color:var(--lp2-heading);align-items:center;padding:12px 16px;font-size:.8rem;font-weight:700;display:flex}.lp2-cmp-cell{color:#6b7280;border-left:1px solid #17182112;align-items:center;gap:6px;padding:12px 14px;font-size:.8rem;line-height:1.4;display:flex}.lp2-cmp-cell--sam{color:#4b1cb8;background:#7c3aed0a;font-weight:600}.lp2-cmp-x{color:#d1d5db;flex-shrink:0;margin-top:2px}.lp2-cmp-check{color:#7c3aed;flex-shrink:0;margin-top:2px}@media (width<=720px){.lp2-cmp-head{grid-template-columns:1fr 1fr 1fr}.lp2-cmp-head-label{display:none}.lp2-cmp-row{border-top:none;grid-template-columns:1fr 1fr 1fr}.lp2-cmp-row-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;background:#f9f9fb;border-top:1px solid #17182114;border-left:none;grid-column:1/-1;align-items:center;padding:9px 14px;font-size:.7rem;font-weight:800;display:flex}.lp2-cmp-cell:first-of-type{border-left:none}}@media (width<=480px){.lp2-cmp-head{grid-template-columns:1fr 1fr 1fr}.lp2-cmp-head-label{display:none}.lp2-cmp-row{border-top:none;grid-template-columns:1fr 1fr 1fr}.lp2-cmp-row-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;background:#f9f9fb;border-top:1px solid #17182114;border-left:none;grid-column:1/-1;align-items:center;padding:8px 12px;font-size:.68rem;font-weight:800;display:flex}.lp2-cmp-cell{gap:4px;padding:10px;font-size:.75rem;line-height:1.35}.lp2-cmp-cell:first-of-type{border-left:none}.lp2-cmp-x,.lp2-cmp-check{display:none}}.lp2-footer{background:#11100f}.lp2-footer-cta{text-align:center;border-bottom:1px solid #ffffff12;flex-direction:column;align-items:center;gap:20px;padding:80px 40px 64px;display:flex}.lp2-footer-avatar{filter:drop-shadow(0 14px 28px #00000057);width:108px;height:auto}.lp2-footer-cta-h{color:#f0e8dc;letter-spacing:0;text-wrap:balance;margin:0;font-size:2.2rem;font-weight:800;line-height:1.25}.lp2-footer-cta-btn{padding:14px 28px;font-size:15px}.lp2-footer-cta-note{color:#ffffff57;margin:0;font-size:12px}.lp2-footer-body{justify-content:space-between;align-items:flex-start;gap:40px;max-width:960px;margin:0 auto;padding:48px 40px 40px;display:flex}.lp2-footer-brand{flex-direction:column;gap:10px;display:flex}.lp2-footer-logo{background:#fffaf4f0;border-radius:8px;width:auto;height:42px;padding:6px 10px;display:block}.lp2-footer-brand p{color:#ffffff61;margin:0;font-size:13px}.lp2-footer-cols{gap:48px;display:flex}.lp2-footer-col{flex-direction:column;gap:10px;display:flex}.lp2-footer-col strong{color:#ffffff8f;text-transform:uppercase;letter-spacing:0;margin-bottom:4px;font-size:12px;font-weight:760}.lp2-footer-col a,.lp2-footer-col button{color:#ffffff7a;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:13px;text-decoration:none;transition:color .16s}.lp2-footer-col a:hover,.lp2-footer-col button:hover{color:#ffffffe6}.lp2-footer-bottom{text-align:center;border-top:1px solid #ffffff0f;padding:20px 40px}.lp2-footer-bottom p{color:#ffffff3d;margin:0;font-size:12px}@media (width<=1100px){.lp2-hero-inner{grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:32px;min-height:552px}.lp2-hero-h1{font-size:3.1rem}.lp2-hero-avatar-wrap{height:552px}.lp2-map-section-inner{grid-template-columns:1fr;gap:36px}.lp2-map-section-copy{max-width:680px}.lp2-strategy-map{justify-self:center}.lp2-hero-avatar-img{width:390px}.lp2-avatar-ring{width:340px;height:340px;bottom:70px}.lp2-avatar-ring--2{width:420px;height:420px;bottom:34px}.lp2-avatar-ring--3{width:500px;height:500px;bottom:-4px}.lp2-hero-badge--tl{top:170px;left:0}.lp2-hero-badge--br{bottom:132px;right:0}}@media (width<=900px){.lp2-nav{gap:16px;height:64px;padding:0 20px}.lp2-nav-links,.lp2-nav-ghost{display:none}.lp2-nav-logo{height:38px}.lp2-hero{padding:44px 20px 0}.lp2-hero-inner{grid-template-columns:1fr;gap:18px;min-height:0}.lp2-hero-copy{max-width:680px;padding:24px 0 20px}.lp2-hero-h1{font-size:2.7rem}.lp2-hero-sub{max-width:620px;font-size:16px}.lp2-hero-avatar-col{align-self:auto}.lp2-hero-avatar-wrap{width:min(430px,100%);height:390px;margin:0 auto}.lp2-map-section{padding:64px 20px}.lp2-strategy-map{max-width:680px;height:390px}.lp2-map-toolbar{height:42px}.lp2-map-stage{height:calc(100% - 42px)}.lp2-map-node{padding:12px 14px}.lp2-map-node strong{font-size:13px}.lp2-map-node--top{width:224px;top:30px}.lp2-map-node--left{width:208px;top:158px;left:28px}.lp2-map-node--right{width:208px;top:158px;right:28px}.lp2-map-node--main{width:250px;bottom:34px}.lp2-map-line--top{top:124px}.lp2-map-line--left,.lp2-map-line--right{width:132px;top:236px}.lp2-hero-avatar-img{width:310px}.lp2-avatar-ring{width:260px;height:260px;bottom:54px}.lp2-avatar-ring--2{width:330px;height:330px;bottom:28px}.lp2-avatar-ring--3{width:400px;height:400px;bottom:0}.lp2-avatar-base{width:250px}.lp2-hero-badge--tl{top:86px;left:0}.lp2-hero-badge--br{bottom:88px;right:0}.lp2-data-strip{padding:36px 20px 34px}.lp2-data-strip-stats{gap:32px}.lp2-data-stat strong{font-size:1.65rem}.lp2-section{padding:64px 20px}.lp2-section-head{margin-bottom:42px}.lp2-section-h2,.lp2-footer-cta-h{font-size:1.95rem}.lp2-cap-grid{grid-template-columns:1fr 1fr}.lp2-plans{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.lp2-footer-body{flex-direction:column;padding:40px 20px}.lp2-footer-cta{padding:56px 20px 48px}.lp2-footer-cols{gap:32px}}@media (width<=600px){.lp2-nav{padding:0 16px}.lp2-nav-actions .lp2-btn{padding:9px 13px;font-size:13px}.lp2-hero{padding:32px 16px 0}.lp2-hero-copy{padding:18px 0}.lp2-hero-h1{font-size:2.1rem;line-height:1.12}.lp2-hero-sub{margin-bottom:26px;font-size:15px;line-height:1.58}.lp2-hero-form{flex-direction:column}.lp2-hero-input-row{min-width:0;height:52px}.lp2-hero-cta{width:100%;min-height:52px}.lp2-hero-avatar-wrap{width:100%;height:320px}.lp2-map-section{padding:56px 16px}.lp2-map-section-inner{gap:28px}.lp2-strategy-map{height:auto}.lp2-map-toolbar{flex-wrap:wrap;gap:12px;height:auto;min-height:42px;padding:11px 12px}.lp2-map-stage{flex-direction:column;gap:10px;height:auto;padding:14px;display:flex}.lp2-map-line{display:none}.lp2-map-node,.lp2-map-node--top,.lp2-map-node--left,.lp2-map-node--right,.lp2-map-node--main{width:100%;position:relative;inset:auto;transform:none}.lp2-map-node--main{order:-1}.lp2-hero-avatar-img{width:260px}.lp2-avatar-ring{width:220px;height:220px;bottom:42px}.lp2-avatar-ring--2{width:286px;height:286px;bottom:20px}.lp2-avatar-ring--3{width:340px;height:340px;bottom:-2px}.lp2-avatar-base{width:210px}.lp2-hero-badge{min-width:0;padding:8px 10px}.lp2-hero-badge--tl{top:72px;left:0}.lp2-hero-badge--br{bottom:72px;right:0}.lp2-badge-val{font-size:15px}.lp2-badge-label{font-size:10px}.lp2-data-strip-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px;display:grid}.lp2-data-stat{min-width:0}.lp2-cap-grid{grid-template-columns:1fr}.lp2-cap-card{min-height:0}.lp2-footer-cols{flex-direction:column;gap:24px}}@media (width<=420px){.lp2-nav-actions .lp2-btn{padding:9px 11px}.lp2-hero-h1{font-size:1.95rem}.lp2-hero-avatar-img{width:236px}.lp2-hero-avatar-wrap{height:298px}.lp2-hero-badge--tl{left:-4px}.lp2-hero-badge--br{right:-4px}}@media (prefers-reduced-motion:reduce){.lp2-hero-copy,.lp2-hero-avatar-img,.lp2-strategy-map,.lp2-avatar-ring,.lp2-hero-badge,.lp2-live-dot:after{animation:none}.lp2-btn,.lp2-cap-card{transition:none}}.blog-editor{width:100%;min-height:100%;position:relative}.blog-header-actions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.blog-autosave-indicator{color:#9ca3af;align-items:center;gap:4px;font-size:12px;display:flex}.blog-publish-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#e8943a;border:none;align-items:center;gap:5px;min-height:32px;padding:0 14px;font-size:12px;font-weight:700;transition:background .15s;display:inline-flex}.blog-publish-btn:hover:not(:disabled){background:#d4832f}.blog-publish-btn:disabled{opacity:.6;cursor:not-allowed}.blog-canvas{border:1px solid var(--border);background:#fff;border-radius:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.blog-canvas-header{border-bottom:1px solid #e5e7eb;padding:0 24px}.blog-canvas-header-inner{align-items:center;gap:12px;padding:14px 0;display:flex}.blog-canvas-header-text{flex-direction:column;flex:1;gap:2px;display:flex}.blog-canvas-logo-text{color:#111;letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.2}.blog-canvas-tagline{color:#9ca3af;font-size:13px;line-height:1.3}.blog-preview-logo-area{flex-shrink:0}.blog-preview-logo-btn{cursor:pointer;color:#6b7280;background:#f9fafb;border:1.5px dashed #d1d5db;border-radius:6px;justify-content:center;align-items:center;gap:4px;width:96px;height:32px;padding:0;font-size:11px;font-weight:700;transition:border-color .15s,background .15s;display:flex;position:relative;overflow:hidden}.blog-preview-logo-btn--filled{background:0 0;border:none}.blog-preview-logo-btn:hover{background:#e8943a14;border-color:#e8943a}.blog-preview-logo-btn--filled:hover{background:#e8943a0f}.blog-preview-logo-img{object-fit:contain;width:100%;height:100%;display:block}.blog-logo-edit-overlay{color:#fff;opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.blog-preview-logo-btn:hover .blog-logo-edit-overlay{opacity:1}.blog-preview-logo-btn--empty{flex-direction:column;gap:2px}.blog-logo-initials{letter-spacing:.02em;color:#6b7280;font-size:12px;font-weight:800}.blog-view-live-btn{color:#e8943a;border-radius:var(--radius-sm);white-space:nowrap;background:#e8943a14;border:1px solid #e8943a4d;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.blog-view-live-btn:hover{background:#e8943a29;text-decoration:none}.blog-editable{cursor:text;border-radius:4px;align-items:center;gap:5px;margin:-2px -4px;padding:2px 4px;transition:background .1s;display:inline-flex;position:relative}.blog-editable:hover{background:#e8943a12;outline:1.5px dashed #e8943a59}.blog-edit-icon{color:#e8943a;opacity:0;flex-shrink:0;transition:opacity .1s}.blog-editable:hover .blog-edit-icon{opacity:1}.blog-editable-placeholder{color:#9ca3af;font-style:italic}.blog-inline-input{font:inherit;color:#111;box-sizing:border-box;background:#fff;border:1.5px solid #e8943a;border-radius:4px;outline:none;width:100%;min-width:120px;margin:0;padding:1px 5px;display:block;box-shadow:0 0 0 3px #e8943a1f}.blog-inline-input--span{letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.2}.blog-inline-input--p{color:#9ca3af;font-size:13px;line-height:1.3}.blog-hero{background:#1a1a2e 50%/cover;align-items:center;min-height:320px;display:flex;position:relative}.blog-hero-overlay{pointer-events:none;background:linear-gradient(135deg,#0000009e 0%,#00000061 100%);position:absolute;inset:0}.blog-hero-panel-trigger{z-index:10;color:#fff;cursor:pointer;background:#e8943a;border:none;border-radius:0 6px 6px 0;justify-content:center;align-items:center;width:22px;height:44px;transition:background .15s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.blog-hero-panel-trigger:hover{background:#d4832f}.blog-hero-panel-trigger--open svg{transform:rotate(180deg)}.section-panel-backdrop{z-index:8;position:fixed;inset:0}.section-panel{z-index:9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;background:#0e0e14eb;border-right:1px solid #ffffff1a;flex-direction:column;width:200px;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%)}.section-panel--open{pointer-events:all;transform:translate(0)}.section-panel-header{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 12px 10px 38px;display:flex}.section-panel-label{letter-spacing:.08em;text-transform:uppercase;color:#fff6;font-size:11px;font-weight:800}.section-panel-close{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .12s,color .12s;display:flex}.section-panel-close:hover{color:#fff;background:#ffffff1a}.section-panel-body{flex-direction:column;flex:1;gap:18px;padding:14px 16px 14px 38px;display:flex;overflow-y:auto}.section-panel-group{flex-direction:column;gap:8px;display:flex}.section-panel-group-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;font-size:10px;font-weight:700}.section-panel-row{gap:4px;display:flex}.blog-hero-ctrl-btn{color:#ffffff8c;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:5px;padding:5px 9px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.blog-hero-ctrl-btn:hover{color:#ffffffd9;background:#ffffff24}.blog-hero-ctrl-btn--active{color:#e8943a;background:#e8943a40;border-color:#e8943a66}.section-panel-image-btn{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:6px;width:100%;padding:7px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.section-panel-image-btn:hover{color:#fff;background:#ffffff24}.section-panel-remove-btn{color:#ff6450b3;cursor:pointer;background:0 0;border:1px solid #ff645033;border-radius:6px;align-items:center;width:100%;padding:5px 12px;font-size:11px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.section-panel-remove-btn:hover{color:#ff6450;background:#ff64501a}.blog-hero-content{z-index:2;flex-direction:column;gap:10px;width:100%;padding:48px;display:flex;position:relative}.blog-hero-content--left{text-align:left;align-items:flex-start;max-width:680px}.blog-hero-content--center{text-align:center;align-items:center;margin:0 auto;padding-left:10%;padding-right:10%}.blog-hero-content--right{text-align:right;align-items:flex-end;max-width:680px;margin-left:auto}.blog-hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#e8943a;font-size:11px;font-weight:800;line-height:1}.blog-hero-title{letter-spacing:-.025em;color:#fff;font-size:clamp(26px,4vw,42px);font-weight:900;line-height:1.1}.blog-hero-description{color:#ffffffb8;max-width:520px;font-size:16px;line-height:1.65}.blog-hero-content--center .blog-hero-description,.blog-hero-content--right .blog-hero-description{max-width:100%}.blog-hero .blog-editable{color:inherit}.blog-hero .blog-editable:hover{background:#ffffff14;outline-color:#ffffff40}.blog-hero .blog-edit-icon{color:#ffffff80}.blog-hero .blog-editable-placeholder{color:#ffffff4d;font-style:italic}.blog-hero .blog-inline-input{color:#fff;background:#0006;border-color:#e8943a99;box-shadow:0 0 0 3px #e8943a26}.blog-hero .blog-inline-input--span{color:#e8943a;letter-spacing:.1em;font-size:11px;font-weight:800}.blog-hero .blog-inline-input--h1{letter-spacing:-.025em;font-size:clamp(26px,4vw,42px);font-weight:900}.blog-hero .blog-inline-input--p{color:#ffffffb8;width:100%;font-size:16px}.blog-canvas-main{max-width:740px;margin:0 auto;padding:40px 0 64px}.blog-canvas-h1{letter-spacing:-.025em;color:#111;margin-bottom:8px;font-size:clamp(26px,4vw,36px);font-weight:800;line-height:1.15}.blog-canvas-empty{text-align:center;color:#9ca3af;border:1.5px dashed #e5e7eb;border-radius:10px;margin-top:32px;padding:40px 0;font-size:15px}.blog-preview-post-list{margin-top:32px;padding:0;list-style:none}.blog-preview-post-item{border-bottom:1px solid #f3f4f6;padding:24px 0}.blog-preview-post-item:first-child{padding-top:0}.blog-preview-post-date{color:#9ca3af;margin-bottom:6px;font-size:12px}.blog-preview-post-title{color:#111;align-items:center;gap:6px;margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.3;display:flex}.blog-preview-post-link{color:#9ca3af;flex-shrink:0;align-items:center;transition:color .15s;display:inline-flex}.blog-preview-post-link:hover{color:var(--accent)}.blog-preview-post-desc{color:#6b7280;margin:0;font-size:15px;line-height:1.5}.ipm-backdrop{z-index:400;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080e0c80;justify-content:center;align-items:center;padding:16px;animation:.15s cdialog-fade-in;display:flex;position:fixed;inset:0}.ipm-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:560px;max-height:90svh;animation:.18s cubic-bezier(.34,1.3,.64,1) cdialog-slide-in;display:flex;overflow:hidden;box-shadow:0 8px 40px #080e0c33,0 1px 4px #080e0c14}.ipm-header{justify-content:space-between;align-items:center;padding:18px 20px 0;display:flex}.ipm-title{color:var(--text-h);font-size:15px;font-weight:700}.ipm-close{background:var(--surface-soft);cursor:pointer;width:28px;height:28px;color:var(--muted);border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.ipm-close:hover{background:var(--border);color:var(--text-h)}.ipm-tabs{border-bottom:1px solid var(--border);gap:2px;padding:12px 20px 0;display:flex}.ipm-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:6px 6px 0 0;align-items:center;gap:5px;margin-bottom:-1px;padding:8px 14px;font-size:13px;font-weight:600;transition:color .15s;display:inline-flex}.ipm-tab:hover{color:var(--text-h)}.ipm-tab--active{color:#e8943a;border-bottom-color:#e8943a}.ipm-tab-count{background:var(--surface-soft);color:var(--muted);border-radius:20px;padding:1px 6px;font-size:11px;font-weight:700}.ipm-body{height:320px;padding:20px;overflow-y:auto}.ipm-body--upload{flex-direction:column;display:flex}.ipm-dropzone{border:2px dashed var(--border);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:24px;transition:border-color .15s,background .15s;display:flex}.ipm-dropzone:hover,.ipm-dropzone--drag{background:#e8943a0a;border-color:#e8943a}.ipm-dropzone--uploading{cursor:default;pointer-events:none;opacity:.7}.ipm-drop-icon{color:var(--muted)}.ipm-dropzone--drag .ipm-drop-icon,.ipm-dropzone:hover .ipm-drop-icon{color:#e8943a}.ipm-drop-label{color:var(--text-h);margin:0;font-size:14px;font-weight:600}.ipm-drop-hint{color:var(--muted);margin:0;font-size:12px}.ipm-error{color:var(--danger);text-align:center;margin-top:12px;font-size:13px}.ipm-library-loading,.ipm-library-empty{min-height:180px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.ipm-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;display:grid}.ipm-grid-item{aspect-ratio:1;cursor:pointer;background:var(--surface-soft);border:2px solid #0000;border-radius:8px;padding:0;transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.ipm-grid-item:hover{border-color:#e8943a66}.ipm-grid-item--selected{border-color:#e8943a;box-shadow:0 0 0 3px #e8943a2e}.ipm-grid-img{object-fit:cover;width:100%;height:100%;display:block}.ipm-grid-check{color:#fff;background:#e8943a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:5px;right:5px}.ipm-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:8px;padding:14px 20px;display:flex}.ipm-confirm-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#e8943a;border:none;align-items:center;gap:5px;min-height:36px;padding:0 18px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.ipm-confirm-btn:hover:not(:disabled){background:#d4832f}.ipm-confirm-btn:disabled{opacity:.45;cursor:not-allowed}.cropper-backdrop{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080e0c99;justify-content:center;align-items:center;padding:16px;animation:.15s cdialog-fade-in;display:flex;position:fixed;inset:0}.cropper-modal{background:#1a1a1a;border-radius:14px;flex-direction:column;width:100%;max-width:520px;animation:.18s cubic-bezier(.34,1.3,.64,1) cdialog-slide-in;display:flex;overflow:hidden;box-shadow:0 8px 40px #00000080}.cropper-header{align-items:center;gap:10px;padding:16px 16px 12px;display:flex}.cropper-title{color:#fff;font-size:14px;font-weight:700}.cropper-preset-badge{color:#ffffff73;background:#ffffff14;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:600}.cropper-header .ipm-close{color:#fff9;background:#ffffff14;margin-left:auto}.cropper-header .ipm-close:hover{color:#fff;background:#ffffff26}.cropper-canvas-wrap{background:#111;width:100%;height:300px;position:relative}.cropper-footer{background:#1a1a1a;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.cropper-zoom{flex:1;align-items:center;gap:8px;display:flex}.cropper-zoom-btn{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.cropper-zoom-btn:hover{color:#fff;background:#ffffff26}.cropper-zoom-slider{accent-color:#e8943a;cursor:pointer;flex:1}.cropper-actions{align-items:center;gap:8px;display:flex}.cropper-actions .button-ghost{color:#ffffffb3;background:#ffffff0f;border-color:#ffffff1f;min-height:34px;padding:0 14px;font-size:13px}.cropper-actions .button-ghost:hover{color:#fff;background:#ffffff1f}.reactEasyCrop_Container{-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform;max-width:unset}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;inset:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{box-sizing:border-box;color:#00000080;border:1px solid #ffffff80;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 9999em}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;border:0;border-left:1px solid #ffffff80;border-right:1px solid #ffffff80;position:absolute;inset:0 33.33%}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;border:1px solid #ffffff80;border-left:0;border-right:0;position:absolute;inset:33.33% 0}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}
