.Nav-module__e1xquq__nav{border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0fd9;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;position:sticky;top:0}.Nav-module__e1xquq__logo{font-family:var(--display);letter-spacing:-.02em;color:var(--text);font-size:1.25rem;font-weight:800;text-decoration:none}.Nav-module__e1xquq__logo span{color:var(--accent)}.Nav-module__e1xquq__links{align-items:center;gap:2rem;display:flex}.Nav-module__e1xquq__links a{color:var(--text2);font-size:.875rem;text-decoration:none;transition:color .2s}.Nav-module__e1xquq__links a:hover{color:var(--text)}.Nav-module__e1xquq__cta{background:var(--accent);color:#0a0a0f;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.Nav-module__e1xquq__cta:hover{opacity:.85}@media (max-width:640px){.Nav-module__e1xquq__nav{padding:1rem 1.25rem}.Nav-module__e1xquq__links a:not(:last-child){display:none}}
.Scrubber-module__mbFkgW__wrap{flex-direction:column;gap:1rem;display:flex}.Scrubber-module__mbFkgW__optsBar{flex-wrap:wrap;gap:8px;display:flex}.Scrubber-module__mbFkgW__chip{background:var(--surface);border:1px solid var(--border);color:var(--text2);cursor:pointer;border-radius:6px;align-items:center;gap:7px;padding:.4rem .85rem;font-size:.8rem;transition:border-color .2s,color .2s;display:flex}.Scrubber-module__mbFkgW__chipActive{color:var(--accent);background:#c8f5600a;border-color:#c8f56066}.Scrubber-module__mbFkgW__dot{border:1.5px solid;border-radius:50%;width:8px;height:8px;transition:background .2s}.Scrubber-module__mbFkgW__chipActive .Scrubber-module__mbFkgW__dot{background:currentColor}.Scrubber-module__mbFkgW__grid{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:1fr auto 1fr;display:grid;overflow:hidden}.Scrubber-module__mbFkgW__pane{flex-direction:column;display:flex}.Scrubber-module__mbFkgW__paneHeader{border-bottom:1px solid var(--border);background:var(--surface2);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.Scrubber-module__mbFkgW__paneLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text3);font-size:.75rem;font-weight:500}.Scrubber-module__mbFkgW__paneAction{cursor:pointer;color:var(--text3);background:0 0;border:none;padding:2px 0;font-size:.75rem;transition:color .2s}.Scrubber-module__mbFkgW__paneAction:hover{color:var(--text2)}.Scrubber-module__mbFkgW__editor{resize:none;font-family:var(--mono);color:var(--text);background:0 0;border:none;outline:none;flex:1;width:100%;min-height:420px;padding:1.25rem;font-size:.8rem;line-height:1.75}.Scrubber-module__mbFkgW__editor::placeholder{color:var(--text3);font-style:italic}.Scrubber-module__mbFkgW__divider{border-left:1px solid var(--border);border-right:1px solid var(--border);background:var(--surface2);flex-direction:column;justify-content:center;align-items:center;padding:0 .5rem;display:flex}.Scrubber-module__mbFkgW__cleanBtn{background:var(--accent);color:#0a0a0f;cursor:pointer;font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;writing-mode:vertical-rl;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:.7rem .6rem;font-size:.7rem;font-weight:700;transition:opacity .2s,transform .15s;display:flex}.Scrubber-module__mbFkgW__cleanBtn:hover{opacity:.9}.Scrubber-module__mbFkgW__cleanBtn:active{transform:scaleY(.97)}.Scrubber-module__mbFkgW__cleanBtn span{writing-mode:horizontal-tb;font-size:1rem}.Scrubber-module__mbFkgW__statsRow{background:var(--border);border:1px solid var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:-1px;display:grid;overflow:hidden}.Scrubber-module__mbFkgW__statCell{background:var(--surface2);align-items:center;gap:10px;padding:.85rem 1.25rem;display:flex}.Scrubber-module__mbFkgW__statNum{font-family:var(--display);color:var(--accent);min-width:2ch;font-size:1.4rem;font-weight:700}.Scrubber-module__mbFkgW__statLbl{color:var(--text3);font-size:.78rem;line-height:1.3}@media (max-width:768px){.Scrubber-module__mbFkgW__grid{grid-template-columns:1fr}.Scrubber-module__mbFkgW__divider{border:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:row;padding:.5rem 1rem}.Scrubber-module__mbFkgW__cleanBtn{writing-mode:horizontal-tb;justify-content:center;width:100%;padding:.75rem}.Scrubber-module__mbFkgW__statsRow{grid-template-columns:1fr}}
.dashboard-module__Gx_nyq__main{max-width:900px;margin:0 auto;padding:4rem 2rem}.dashboard-module__Gx_nyq__header{margin-bottom:3rem}.dashboard-module__Gx_nyq__header h1{font-family:var(--display);letter-spacing:-.02em;margin-bottom:.25rem;font-size:2rem;font-weight:800}.dashboard-module__Gx_nyq__welcome{color:var(--text2);font-size:.95rem}.dashboard-module__Gx_nyq__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:3rem;display:grid}.dashboard-module__Gx_nyq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.dashboard-module__Gx_nyq__cardLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text3);margin-bottom:.5rem;font-size:.75rem}.dashboard-module__Gx_nyq__cardValue{font-family:var(--display);margin-bottom:.35rem;font-size:1.75rem;font-weight:700}.dashboard-module__Gx_nyq__cardSub{color:var(--text3);font-size:.8rem}.dashboard-module__Gx_nyq__upgradeLink{color:var(--accent);font-size:.8rem;text-decoration:none}.dashboard-module__Gx_nyq__upgradeLink:hover{text-decoration:underline}.dashboard-module__Gx_nyq__apiSection h2{font-family:var(--display);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__apiSection p{color:var(--text2);margin-bottom:1rem;font-size:.9rem}.dashboard-module__Gx_nyq__apiSection code{font-family:var(--mono);color:var(--accent);font-size:.85em}.dashboard-module__Gx_nyq__code{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--mono);color:var(--text2);white-space:pre;padding:1.25rem;font-size:.8rem;line-height:1.7;overflow-x:auto}
.page-module__E0kJGG__hero{text-align:center;max-width:760px;margin:0 auto;padding:6rem 2rem 4rem}.page-module__E0kJGG__badge{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;background:#c8f5600f;border:1px solid #c8f56033;border-radius:99px;align-items:center;gap:6px;margin-bottom:2rem;padding:.35rem .85rem;font-size:.75rem;font-weight:500;display:inline-flex}.page-module__E0kJGG__dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite page-module__E0kJGG__pulse}@keyframes page-module__E0kJGG__pulse{0%,to{opacity:1}50%{opacity:.4}}.page-module__E0kJGG__hero h1{font-family:var(--display);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.1}.page-module__E0kJGG__hero h1 em{color:var(--accent);font-style:normal}.page-module__E0kJGG__sub{color:var(--text2);max-width:520px;margin:0 auto 2.5rem;font-size:1.1rem;font-weight:300;line-height:1.7}.page-module__E0kJGG__heroStats{justify-content:center;gap:2.5rem;display:flex}.page-module__E0kJGG__hstat{text-align:center}.page-module__E0kJGG__hnum{font-family:var(--display);color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.page-module__E0kJGG__hlbl{color:var(--text3);font-size:.8rem}.page-module__E0kJGG__toolSection{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}.page-module__E0kJGG__features{border-top:1px solid var(--border);max-width:1100px;margin:0 auto;padding:4rem 2rem 5rem}.page-module__E0kJGG__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:500}.page-module__E0kJGG__sectionTitle{font-family:var(--display);letter-spacing:-.02em;color:var(--text);margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.page-module__E0kJGG__featGrid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;display:grid;overflow:hidden}.page-module__E0kJGG__featCard{background:var(--surface);padding:2rem 1.75rem;transition:background .2s}.page-module__E0kJGG__featCard:hover{background:var(--surface2)}.page-module__E0kJGG__featIcon{margin-bottom:1rem;font-size:1.5rem;display:block}.page-module__E0kJGG__featName{font-family:var(--display);margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.page-module__E0kJGG__featDesc{color:var(--text2);font-size:.875rem;line-height:1.6}.page-module__E0kJGG__footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2.5rem;display:flex}.page-module__E0kJGG__footerLogo{font-family:var(--display);font-size:1rem;font-weight:800}.page-module__E0kJGG__footerLogo span{color:var(--accent)}.page-module__E0kJGG__footer p{color:var(--text3);font-size:.8rem}.page-module__E0kJGG__footerLinks{gap:1.5rem;display:flex}.page-module__E0kJGG__footerLinks a{color:var(--text3);font-size:.8rem;text-decoration:none;transition:color .2s}.page-module__E0kJGG__footerLinks a:hover{color:var(--text2)}@media (max-width:640px){.page-module__E0kJGG__hero{padding:4rem 1.25rem 2rem}.page-module__E0kJGG__toolSection{padding:0 1.25rem 3rem}.page-module__E0kJGG__heroStats{gap:1.5rem}}
.pricing-module__lP4odW__main{max-width:1100px;margin:0 auto;padding:5rem 2rem}.pricing-module__lP4odW__hero{text-align:center;margin-bottom:4rem}.pricing-module__lP4odW__label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:500}.pricing-module__lP4odW__hero h1{font-family:var(--display);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.pricing-module__lP4odW__sub{color:var(--text3);font-size:1rem}.pricing-module__lP4odW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.pricing-module__lP4odW__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem;transition:border-color .2s;position:relative}.pricing-module__lP4odW__card:hover{border-color:var(--border2)}.pricing-module__lP4odW__featured{background:linear-gradient(135deg, var(--surface) 0%, #c8f5600a 100%);border-color:#c8f56059}.pricing-module__lP4odW__featuredTag{background:var(--accent);color:#0a0a0f;letter-spacing:.08em;text-transform:uppercase;border-radius:0 0 6px 6px;padding:.25rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.pricing-module__lP4odW__planName{font-family:var(--display);color:var(--text2);margin-bottom:.75rem;font-size:1rem;font-weight:600}.pricing-module__lP4odW__price{font-family:var(--display);letter-spacing:-.03em;margin-bottom:.25rem;font-size:2.5rem;font-weight:800;line-height:1}.pricing-module__lP4odW__price sup{vertical-align:top;margin-top:.4rem;font-size:1.2rem;display:inline-block}.pricing-module__lP4odW__price span{color:var(--text3);font-size:1rem;font-weight:400}.pricing-module__lP4odW__planDesc{color:var(--text3);margin-bottom:1.75rem;font-size:.85rem}.pricing-module__lP4odW__features{flex-direction:column;gap:.65rem;margin-bottom:2rem;list-style:none;display:flex}.pricing-module__lP4odW__features li{color:var(--text2);align-items:center;gap:10px;padding-left:0;font-size:.875rem;display:flex}.pricing-module__lP4odW__features li:before{content:"✓";color:var(--accent);flex-shrink:0;font-size:.85rem;font-weight:700}.pricing-module__lP4odW__btn{cursor:pointer;border:1px solid var(--border2);width:100%;color:var(--text);background:0 0;border-radius:8px;padding:.85rem;font-size:.9rem;font-weight:500;transition:opacity .2s}.pricing-module__lP4odW__btn:hover{opacity:.8}.pricing-module__lP4odW__btnPrimary{background:var(--accent);color:#0a0a0f;border-color:#0000}.pricing-module__lP4odW__note{text-align:center;color:var(--text3);font-size:.875rem}.pricing-module__lP4odW__note a{color:var(--accent);text-decoration:none}
