.guides-module__oQ5M2G__headerContainer{background:#fff;padding:0}.guides-module__oQ5M2G__header{z-index:100;justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex;position:relative}.guides-module__oQ5M2G__logo{cursor:pointer;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s;display:flex}.guides-module__oQ5M2G__logo:hover{opacity:.8}.guides-module__oQ5M2G__logoImage{object-fit:contain;width:42px;height:42px;display:block}.guides-module__oQ5M2G__logoText{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:800}.guides-module__oQ5M2G__nav{align-items:center;gap:40px;display:flex}.guides-module__oQ5M2G__navLink{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.guides-module__oQ5M2G__navLink:hover{color:#1d4ed8}.guides-module__oQ5M2G__headerActions{align-items:center;gap:12px;display:flex}.guides-module__oQ5M2G__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.guides-module__oQ5M2G__loginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.guides-module__oQ5M2G__ctaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.guides-module__oQ5M2G__ctaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}.guides-module__oQ5M2G__main{background:var(--background-white);min-height:100vh;padding:120px 0 80px}.guides-module__oQ5M2G__container{max-width:1200px;margin:0 auto;padding:0 20px}.guides-module__oQ5M2G__pageHeader{text-align:center;margin-bottom:80px}.guides-module__oQ5M2G__title{color:var(--gray-900);margin-bottom:24px;font-size:48px;font-weight:700;line-height:1.1}.guides-module__oQ5M2G__subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:20px;line-height:1.6}.guides-module__oQ5M2G__guidesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:80px;display:grid}.guides-module__oQ5M2G__guideCard{background:var(--background-white);border:2px solid var(--gray-200);border-radius:16px;flex-direction:column;padding:32px;transition:all .2s;display:flex}.guides-module__oQ5M2G__guideCard:hover{border-color:#1d4ed8;transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.guides-module__oQ5M2G__cardHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.guides-module__oQ5M2G__guideTitle{color:var(--gray-900);flex:1;min-width:0;margin:0;padding-right:8px;font-size:24px;font-weight:600}.guides-module__oQ5M2G__readTime{color:var(--gray-500);background:var(--gray-100);white-space:nowrap;border-radius:12px;flex-shrink:0;padding:4px 12px;font-size:14px}.guides-module__oQ5M2G__guideDescription{color:var(--gray-600);flex:1;margin-bottom:24px;font-size:16px;line-height:1.6}.guides-module__oQ5M2G__cardFooter{justify-content:space-between;align-items:center;display:flex}.guides-module__oQ5M2G__category{color:#1d4ed8;text-transform:uppercase;letter-spacing:.5px;background:#eff6ff;border-radius:16px;padding:6px 12px;font-size:12px;font-weight:600}.guides-module__oQ5M2G__readBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:20px;padding:8px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:-1px 1px #000}.guides-module__oQ5M2G__readBtn:hover{box-shadow:none;background:#1e40af;transform:translate(-1px)translateY(1px)}.guides-module__oQ5M2G__resourcesSection{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:48px}.guides-module__oQ5M2G__resourcesTitle{color:var(--gray-900);text-align:center;margin-bottom:32px;font-size:32px;font-weight:700}.guides-module__oQ5M2G__resourcesList{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.guides-module__oQ5M2G__resourceLink{background:var(--background-white);border:2px solid var(--gray-200);border-radius:12px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex}.guides-module__oQ5M2G__resourceLink:hover{border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px -2px #0000001a}.guides-module__oQ5M2G__resourceIcon{flex-shrink:0;font-size:32px}.guides-module__oQ5M2G__resourceLink h3{color:var(--gray-900);margin:0 0 4px;font-size:18px;font-weight:600}.guides-module__oQ5M2G__resourceLink p{color:var(--gray-600);margin:0;font-size:14px;line-height:1.4}@media (max-width:768px){.guides-module__oQ5M2G__main{padding:80px 0 60px}.guides-module__oQ5M2G__title{font-size:36px}.guides-module__oQ5M2G__subtitle{font-size:18px}.guides-module__oQ5M2G__guidesGrid{grid-template-columns:1fr;gap:24px}.guides-module__oQ5M2G__readBtn{align-items:center;min-height:44px;padding:12px 22px;display:inline-flex}.guides-module__oQ5M2G__guideCard{padding:24px}.guides-module__oQ5M2G__cardHeader{flex-direction:column;align-items:flex-start;gap:12px}.guides-module__oQ5M2G__readTime{margin-left:0}.guides-module__oQ5M2G__resourcesSection{padding:32px 24px}.guides-module__oQ5M2G__resourcesTitle{font-size:24px}.guides-module__oQ5M2G__resourcesList{grid-template-columns:1fr}}
.Footer-module__cyaCmW__footer{color:#000;background:#fff;border-top:3px solid #000;padding:80px 0 32px}.Footer-module__cyaCmW__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__cyaCmW__content{grid-template-columns:1fr 2fr;gap:80px;margin-bottom:64px;display:grid}.Footer-module__cyaCmW__brand{max-width:420px}.Footer-module__cyaCmW__logo{margin-bottom:24px}.Footer-module__cyaCmW__logoText{color:#1d4ed8;letter-spacing:-.5px;font-size:28px;font-weight:800}.Footer-module__cyaCmW__tagline{color:#6b7280;font-size:16px;line-height:1.7}.Footer-module__cyaCmW__links{grid-template-columns:repeat(4,1fr);gap:48px;display:grid}.Footer-module__cyaCmW__linkGroup{flex-direction:column;gap:14px;display:flex}.Footer-module__cyaCmW__linkTitle{color:#000;letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px;font-size:15px;font-weight:700}.Footer-module__cyaCmW__link{color:#6b7280;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.Footer-module__cyaCmW__link:hover{color:#1d4ed8}.Footer-module__cyaCmW__bottom{border-top:2px solid #000;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__cyaCmW__copyright{color:#6b7280;font-size:14px;font-weight:500}.Footer-module__cyaCmW__social{gap:28px;display:flex}.Footer-module__cyaCmW__socialLink{color:#6b7280;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__cyaCmW__socialLink:hover{color:#1d4ed8}@media (max-width:768px){.Footer-module__cyaCmW__footer{padding:60px 0 24px}.Footer-module__cyaCmW__content{grid-template-columns:1fr;gap:48px}.Footer-module__cyaCmW__links{grid-template-columns:repeat(2,1fr);gap:32px}.Footer-module__cyaCmW__link,.Footer-module__cyaCmW__socialLink{align-items:center;min-height:44px;display:inline-flex}.Footer-module__cyaCmW__bottom{text-align:center;flex-direction:column;gap:16px}}
.PageHeader-module__Wd15QW__headerContainer{background:#fff;padding:0}.PageHeader-module__Wd15QW__header{z-index:100;justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex;position:relative}.PageHeader-module__Wd15QW__logo{cursor:pointer;align-items:center;gap:12px;transition:opacity .2s;display:flex;text-decoration:none!important}.PageHeader-module__Wd15QW__logo:hover{opacity:.8}.PageHeader-module__Wd15QW__logoImage{object-fit:contain;width:42px;height:42px;display:block}.PageHeader-module__Wd15QW__logoText{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:800;text-decoration:none!important}.PageHeader-module__Wd15QW__nav{align-items:center;gap:40px;display:flex}.PageHeader-module__Wd15QW__navLink{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.PageHeader-module__Wd15QW__navLink:hover{color:#1d4ed8}.PageHeader-module__Wd15QW__headerActions{align-items:center;gap:12px;display:flex}.PageHeader-module__Wd15QW__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.PageHeader-module__Wd15QW__loginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.PageHeader-module__Wd15QW__ctaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.PageHeader-module__Wd15QW__ctaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}.PageHeader-module__Wd15QW__mobileMenuBtn{cursor:pointer;z-index:101;background:0 0;border:none;min-width:44px;min-height:44px;padding:8px;display:none}.PageHeader-module__Wd15QW__hamburger{flex-direction:column;gap:5px;width:28px;display:flex}.PageHeader-module__Wd15QW__hamburger span{background:#000;border-radius:2px;width:100%;height:3px;transition:all .3s}.PageHeader-module__Wd15QW__hamburger.PageHeader-module__Wd15QW__open span:first-child{transform:rotate(45deg)translateY(8px)}.PageHeader-module__Wd15QW__hamburger.PageHeader-module__Wd15QW__open span:nth-child(2){opacity:0}.PageHeader-module__Wd15QW__hamburger.PageHeader-module__Wd15QW__open span:nth-child(3){transform:rotate(-45deg)translateY(-8px)}.PageHeader-module__Wd15QW__mobileMenu{background:#fff;border-top:2px solid #e5e7eb;padding:20px;animation:.3s PageHeader-module__Wd15QW__slideDown;display:none;position:relative}@keyframes PageHeader-module__Wd15QW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PageHeader-module__Wd15QW__mobileNav{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.PageHeader-module__Wd15QW__mobileNavLink{color:#000;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s}.PageHeader-module__Wd15QW__mobileNavLink:hover{background:#f9fafb}.PageHeader-module__Wd15QW__mobileActions{border-top:2px solid #e5e7eb;flex-direction:column;gap:12px;padding-top:16px;display:flex}.PageHeader-module__Wd15QW__mobileLoginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.PageHeader-module__Wd15QW__mobileLoginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.PageHeader-module__Wd15QW__mobileCtaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.PageHeader-module__Wd15QW__mobileCtaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}@media (max-width:768px){.PageHeader-module__Wd15QW__nav,.PageHeader-module__Wd15QW__headerActions{display:none}.PageHeader-module__Wd15QW__mobileMenuBtn,.PageHeader-module__Wd15QW__mobileMenu{display:block}.PageHeader-module__Wd15QW__header{padding:0 16px}}
.Byline-module__P8WErq__byline{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;gap:8px;margin:20px 0;padding:16px;display:grid}.Byline-module__P8WErq__names{color:#0f172a;font-weight:700}.Byline-module__P8WErq__roleLine{color:#475569;font-size:14px}.Byline-module__P8WErq__meta{color:#6b7280;font-size:13px}
.addiction-test-module__5k5caG__main{background:radial-gradient(1100px 520px at 50% -8%,#eaf1ff 0%,#eaf1ff00 60%),#fafbfc;min-height:100dvh;padding:92px 0 72px}@keyframes addiction-test-module__5k5caG__fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.addiction-test-module__5k5caG__container{max-width:720px;margin:0 auto;padding:0 20px}.addiction-test-module__5k5caG__testContainer{max-width:640px;margin:0 auto}.addiction-test-module__5k5caG__header{text-align:center;margin-bottom:28px}.addiction-test-module__5k5caG__compactTitle{color:#6b7280;text-align:center;letter-spacing:.01em;margin-bottom:20px;font-size:15px;font-weight:700}.addiction-test-module__5k5caG__badge{color:#1d4ed8;letter-spacing:.02em;background:#eff6ff;border-radius:100px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.addiction-test-module__5k5caG__title{color:#111827;letter-spacing:-.02em;margin-bottom:12px;font-size:36px;font-weight:800;line-height:1.15}.addiction-test-module__5k5caG__subtitle{color:#6b7280;max-width:480px;margin:0 auto;font-size:16px;line-height:1.6}.addiction-test-module__5k5caG__progressSection{margin-bottom:20px}.addiction-test-module__5k5caG__progressMeta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.addiction-test-module__5k5caG__progressLabel{color:#374151;font-size:13px;font-weight:600}.addiction-test-module__5k5caG__progressPercent{color:#1d4ed8;font-size:13px;font-weight:700}.addiction-test-module__5k5caG__progressTrack{background:#e5e7eb;border-radius:100px;width:100%;height:6px;margin-bottom:12px;overflow:hidden}.addiction-test-module__5k5caG__progressFill{background:linear-gradient(90deg,#1d4ed8,#3b82f6);border-radius:100px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.addiction-test-module__5k5caG__progressDots{justify-content:space-between;gap:4px;display:flex}.addiction-test-module__5k5caG__progressDot{background:#e5e7eb;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .3s}.addiction-test-module__5k5caG__progressDotDone{background:#1d4ed8}.addiction-test-module__5k5caG__progressDotCurrent{background:#1d4ed8;transform:scale(1.25);box-shadow:0 0 0 3px #1d4ed833}.addiction-test-module__5k5caG__questionCard{background:#fff;border-radius:16px;padding:26px 28px;animation:.3s cubic-bezier(.4,0,.2,1) addiction-test-module__5k5caG__slideIn;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}@keyframes addiction-test-module__5k5caG__slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.addiction-test-module__5k5caG__questionCategoryBadge{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;background:#f3f4f6;border-radius:6px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.addiction-test-module__5k5caG__questionText{color:#111827;margin-bottom:18px;font-size:19px;font-weight:700;line-height:1.35}.addiction-test-module__5k5caG__options{flex-direction:column;gap:8px;display:flex}.addiction-test-module__5k5caG__option{cursor:pointer;text-align:left;background:#fff;border:2px solid #e5e7eb;border-radius:11px;align-items:center;gap:13px;width:100%;padding:11px 16px;font-family:inherit;font-size:15px;transition:all .2s;display:flex}.addiction-test-module__5k5caG__option:hover{background:#f8faff;border-color:#93c5fd}.addiction-test-module__5k5caG__optionSelected{background:#eff6ff;border-color:#1d4ed8}.addiction-test-module__5k5caG__optionRadio{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.addiction-test-module__5k5caG__optionSelected .addiction-test-module__5k5caG__optionRadio{border-color:#1d4ed8}.addiction-test-module__5k5caG__optionRadioFill{background:#1d4ed8;border-radius:50%;width:10px;height:10px;animation:.2s cubic-bezier(.4,0,.2,1) addiction-test-module__5k5caG__popIn}@keyframes addiction-test-module__5k5caG__popIn{0%{transform:scale(0)}to{transform:scale(1)}}.addiction-test-module__5k5caG__optionContent{flex-direction:column;gap:2px;display:flex}.addiction-test-module__5k5caG__optionLabel{color:#111827;font-weight:600}.addiction-test-module__5k5caG__optionSublabel{color:#9ca3af;font-size:13px;font-weight:400}.addiction-test-module__5k5caG__optionSelected .addiction-test-module__5k5caG__optionLabel{color:#1d4ed8}.addiction-test-module__5k5caG__optionSelected .addiction-test-module__5k5caG__optionSublabel{color:#60a5fa}.addiction-test-module__5k5caG__questionNav{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;display:flex}.addiction-test-module__5k5caG__backButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.addiction-test-module__5k5caG__backButton:hover{color:#111827;background:#f3f4f6}.addiction-test-module__5k5caG__questionNavHint{color:#9ca3af;font-size:13px}.addiction-test-module__5k5caG__analyzingContainer{justify-content:center;align-items:center;min-height:50vh;display:flex}.addiction-test-module__5k5caG__analyzingCard{text-align:center;width:100%;max-width:420px}.addiction-test-module__5k5caG__analyzingSpinner{border:3px solid #e5e7eb;border-top-color:#1d4ed8;border-radius:50%;width:52px;height:52px;margin:0 auto 24px;animation:.8s linear infinite addiction-test-module__5k5caG__spin}@keyframes addiction-test-module__5k5caG__spin{to{transform:rotate(360deg)}}.addiction-test-module__5k5caG__analyzingTitle{color:#111827;margin-bottom:6px;font-size:21px;font-weight:700}.addiction-test-module__5k5caG__analyzingSub{color:#6b7280;margin-bottom:28px;font-size:14px;line-height:1.5}.addiction-test-module__5k5caG__analyzingSteps{text-align:left;flex-direction:column;gap:10px;display:flex}.addiction-test-module__5k5caG__analyzingStepItem{opacity:.45;background:#f9fafb;border-radius:10px;align-items:center;gap:12px;padding:11px 16px;transition:all .3s;display:flex}.addiction-test-module__5k5caG__analyzingStepDone{opacity:1;background:#eff6ff}.addiction-test-module__5k5caG__analyzingStepMark{color:#1d4ed8;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.addiction-test-module__5k5caG__analyzingStepDot{border:2px solid #1d4ed8;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite addiction-test-module__5k5caG__spin}.addiction-test-module__5k5caG__analyzingStepEmpty{border:2px solid #d1d5db;border-radius:50%;width:12px;height:12px}.addiction-test-module__5k5caG__analyzingStepText{color:#374151;font-size:14px;font-weight:500}.addiction-test-module__5k5caG__resultsContainer{max-width:640px;margin:0 auto}.addiction-test-module__5k5caG__resultsContainer>*{opacity:0;animation:.55s cubic-bezier(.16,1,.3,1) forwards addiction-test-module__5k5caG__fadeUp}.addiction-test-module__5k5caG__resultsContainer>:first-child{animation-delay:50ms}.addiction-test-module__5k5caG__resultsContainer>:nth-child(2){animation-delay:.18s}.addiction-test-module__5k5caG__resultsContainer>:nth-child(3){animation-delay:.3s}.addiction-test-module__5k5caG__verdictCard{background:linear-gradient(180deg, var(--qp-tint,#eff6ff) 0%, #fff0 180px), #fff;border:1px solid #eef1f5;border-radius:20px;margin-bottom:16px;padding:30px 32px 32px;position:relative;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 12px 32px -10px #1018281f}.addiction-test-module__5k5caG__verdictCard:before{content:"";background:var(--qp-accent,#1d4ed8);height:4px;position:absolute;top:0;left:0;right:0}.addiction-test-module__5k5caG__urgencyBadge{text-transform:uppercase;letter-spacing:.06em;border-radius:100px;align-items:center;gap:7px;margin-bottom:14px;padding:5px 13px 5px 11px;font-size:11.5px;font-weight:800;display:inline-flex;box-shadow:inset 0 0 0 1px #0000000a}.addiction-test-module__5k5caG__urgencyBadge:before{content:"";width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 22%, transparent);background:currentColor;border-radius:50%}.addiction-test-module__5k5caG__resultTitle{letter-spacing:-.02em;margin-bottom:5px;font-size:31px;font-weight:800;line-height:1.15}.addiction-test-module__5k5caG__resultSubtitle{color:#6b7280;margin-bottom:18px;font-size:16px;font-weight:600}.addiction-test-module__5k5caG__resultRead{color:#374151;font-size:15.5px;line-height:1.7}.addiction-test-module__5k5caG__riskMeter{margin:26px 0}.addiction-test-module__5k5caG__riskMeterTrack{border-radius:100px;gap:3px;height:9px;margin-bottom:9px;display:flex;position:relative}.addiction-test-module__5k5caG__riskMeterSegment{opacity:.9;border-radius:100px;flex:1}.addiction-test-module__5k5caG__riskMeterIndicator{background:#fff;border:4px solid #111827;border-radius:50%;width:20px;height:20px;animation:1.1s cubic-bezier(.16,1,.3,1) .3s both addiction-test-module__5k5caG__meterSlide;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #10182847,0 0 0 4px #ffffffe6}@keyframes addiction-test-module__5k5caG__meterSlide{0%{opacity:0;left:0}}.addiction-test-module__5k5caG__riskMeterLabels{color:#9ca3af;justify-content:space-between;font-size:11px;font-weight:600;display:flex}.addiction-test-module__5k5caG__riskLabelActive{font-weight:800}.addiction-test-module__5k5caG__verdictCta{letter-spacing:-.01em;color:#fff;background:linear-gradient(#2563eb 0%,#1d4ed8 100%);border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;padding:17px 24px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:inset 0 1px #ffffff40,0 8px 20px -6px #1d4ed88c}.addiction-test-module__5k5caG__verdictCta:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:inset 0 1px #ffffff40,0 14px 28px -8px #1d4ed899}.addiction-test-module__5k5caG__verdictCta:active{transform:translateY(0)}.addiction-test-module__5k5caG__verdictCtaLock{opacity:.85}.addiction-test-module__5k5caG__verdictCtaArrow{transition:transform .18s}.addiction-test-module__5k5caG__verdictCta:hover .addiction-test-module__5k5caG__verdictCtaArrow{transform:translate(3px)}.addiction-test-module__5k5caG__verdictCtaNote{text-align:center;color:#9ca3af;margin-top:11px;font-size:12.5px;display:block}.addiction-test-module__5k5caG__featureGrid{--qp-tile-bg:#f8faff;border-top:1px solid #f1f3f7;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;padding-top:22px;display:grid}.addiction-test-module__5k5caG__featureTile{background:var(--qp-tile-bg);border:1px solid #eef2fb;border-radius:12px;align-items:center;gap:11px;padding:13px 14px;display:flex}.addiction-test-module__5k5caG__featureIcon{color:#1d4ed8;background:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 1px 2px #1018280f,inset 0 0 0 1px #e6edfb}.addiction-test-module__5k5caG__featureText{color:#374151;font-size:13.5px;font-weight:500;line-height:1.35}.addiction-test-module__5k5caG__cycleCard{background:#fff;border:1px solid #eef1f5;border-radius:20px;margin-bottom:16px;padding:28px;box-shadow:0 1px 2px #1018280a,0 12px 32px -14px #1018281a}.addiction-test-module__5k5caG__cycleTitle{color:#111827;letter-spacing:-.01em;margin-bottom:18px;font-size:17px;font-weight:700}.addiction-test-module__5k5caG__cycleLoop{flex-wrap:wrap;align-items:center;gap:9px 8px;margin-bottom:20px;display:flex}.addiction-test-module__5k5caG__cycleStep{color:#b42318;white-space:nowrap;background:linear-gradient(#fef2f2 0%,#fee9e9 100%);border-radius:100px;align-items:center;padding:8px 14px;font-size:13.5px;font-weight:600;display:inline-flex;box-shadow:inset 0 0 0 1px #b423181f}.addiction-test-module__5k5caG__cycleArrow{color:#d1a5a0;font-size:14px;font-weight:700}.addiction-test-module__5k5caG__cycleLoopBack{color:#fff;white-space:nowrap;background:#111827;border-radius:100px;align-items:center;gap:5px;padding:8px 13px;font-size:12.5px;font-weight:600;display:inline-flex}.addiction-test-module__5k5caG__cycleInsight{color:#374151;border-top:1px solid #f1f3f7;padding-top:18px;font-size:15px;line-height:1.7}.addiction-test-module__5k5caG__resultsFooter{text-align:center;padding-top:4px}.addiction-test-module__5k5caG__retakeLink{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-bottom:16px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.addiction-test-module__5k5caG__retakeLink:hover{color:#111827;background:#f3f4f6}.addiction-test-module__5k5caG__disclaimer{color:#9ca3af;text-align:center;max-width:520px;margin:0 auto;font-size:13px;line-height:1.6}@media (max-width:640px){.addiction-test-module__5k5caG__main{padding:90px 0 60px}.addiction-test-module__5k5caG__title{font-size:28px}.addiction-test-module__5k5caG__subtitle{font-size:15px}.addiction-test-module__5k5caG__questionCard{padding:24px 20px}.addiction-test-module__5k5caG__questionText{font-size:18px}.addiction-test-module__5k5caG__option{padding:12px 14px}.addiction-test-module__5k5caG__progressDots{display:none}.addiction-test-module__5k5caG__verdictCard{padding:26px 22px 28px}.addiction-test-module__5k5caG__resultTitle{font-size:26px}.addiction-test-module__5k5caG__featureGrid{grid-template-columns:1fr}.addiction-test-module__5k5caG__cycleCard{padding:24px 20px}.addiction-test-module__5k5caG__cycleStep,.addiction-test-module__5k5caG__cycleLoopBack{padding:7px 12px;font-size:13px}}@media (prefers-reduced-motion:reduce){.addiction-test-module__5k5caG__resultsContainer>*{opacity:1;animation:none}.addiction-test-module__5k5caG__riskMeterIndicator{animation:none}}
.pricing-module__M04R1G__headerContainer{background:#fff;padding:0}.pricing-module__M04R1G__header{z-index:100;justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex;position:relative}.pricing-module__M04R1G__logo{cursor:pointer;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s;display:flex}.pricing-module__M04R1G__logo:hover{opacity:.8}.pricing-module__M04R1G__logoImage{object-fit:contain;width:42px;height:42px;display:block}.pricing-module__M04R1G__logoText{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:800}.pricing-module__M04R1G__nav{align-items:center;gap:40px;display:flex}.pricing-module__M04R1G__navLink{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.pricing-module__M04R1G__navLink:hover{color:#1d4ed8}.pricing-module__M04R1G__headerActions{align-items:center;gap:12px;display:flex}.pricing-module__M04R1G__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.pricing-module__M04R1G__loginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.pricing-module__M04R1G__ctaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.pricing-module__M04R1G__ctaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}.pricing-module__M04R1G__hero{text-align:center;color:#000;background:#fff;padding:100px 20px}.pricing-module__M04R1G__heroContent{max-width:700px;margin:0 auto}.pricing-module__M04R1G__viewPlans{letter-spacing:.5px;text-transform:uppercase;color:#1d4ed8;background:#fbbf24;border:2px solid #000;border-radius:50px;margin-bottom:16px;padding:8px 20px;font-size:14px;font-weight:700;display:inline-block;box-shadow:3px 3px #000}.pricing-module__M04R1G__heroTitle{color:#000;letter-spacing:-1px;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.2}.pricing-module__M04R1G__heroSubtitle{color:#374151;margin-bottom:32px;font-size:18px;font-weight:500}.pricing-module__M04R1G__toggleButtons{background:#fff;border:2px solid #000;border-radius:8px;padding:4px;display:inline-flex;box-shadow:4px 4px #000}.pricing-module__M04R1G__toggleBtn{color:#000;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:6px;padding:10px 28px;font-size:14px;font-weight:700;transition:all .2s}.pricing-module__M04R1G__toggleBtn.pricing-module__M04R1G__active{color:#fff;background:#1d4ed8;border-color:#000;box-shadow:2px 2px #000}.pricing-module__M04R1G__mobileMenuBtn{cursor:pointer;z-index:101;background:0 0;border:none;padding:8px;display:none}.pricing-module__M04R1G__hamburger{flex-direction:column;gap:5px;width:28px;display:flex}.pricing-module__M04R1G__hamburger span{background:#000;border-radius:2px;width:100%;height:3px;transition:all .3s}.pricing-module__M04R1G__hamburger.pricing-module__M04R1G__open span:first-child{transform:rotate(45deg)translateY(8px)}.pricing-module__M04R1G__hamburger.pricing-module__M04R1G__open span:nth-child(2){opacity:0}.pricing-module__M04R1G__hamburger.pricing-module__M04R1G__open span:nth-child(3){transform:rotate(-45deg)translateY(-8px)}.pricing-module__M04R1G__mobileMenu{background:#fff;border-top:2px solid #e5e7eb;padding:20px;animation:.3s pricing-module__M04R1G__slideDown;display:none;position:relative}@keyframes pricing-module__M04R1G__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pricing-module__M04R1G__mobileNav{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.pricing-module__M04R1G__mobileNavLink{color:#000;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s}.pricing-module__M04R1G__mobileNavLink:hover{background:#f9fafb}.pricing-module__M04R1G__mobileActions{border-top:2px solid #e5e7eb;flex-direction:column;gap:12px;padding-top:16px;display:flex}.pricing-module__M04R1G__mobileLoginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.pricing-module__M04R1G__mobileLoginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.pricing-module__M04R1G__mobileCtaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.pricing-module__M04R1G__mobileCtaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}@media (max-width:768px){.pricing-module__M04R1G__nav,.pricing-module__M04R1G__headerActions{display:none}.pricing-module__M04R1G__mobileMenuBtn,.pricing-module__M04R1G__mobileMenu{display:block}.pricing-module__M04R1G__hero{padding:60px 20px}.pricing-module__M04R1G__heroTitle{font-size:32px}.pricing-module__M04R1G__heroSubtitle{font-size:16px}}
.Disclaimer-module__apm98G__disclaimer{color:#92400e;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin:24px 0;padding:14px 16px;font-size:14px;line-height:1.5}
.PlatformSeoContent-module__cWhZoa__section{background:#f9fafb;border-top:1px solid #eef1f5;padding:56px 20px 72px}.PlatformSeoContent-module__cWhZoa__container{max-width:720px;margin:0 auto}.PlatformSeoContent-module__cWhZoa__container h2{color:#111827;letter-spacing:-.01em;margin:40px 0 12px;font-size:26px;font-weight:800}.PlatformSeoContent-module__cWhZoa__container h2:first-child{margin-top:0}.PlatformSeoContent-module__cWhZoa__container h3{color:#111827;margin:24px 0 6px;font-size:17px;font-weight:700}.PlatformSeoContent-module__cWhZoa__container p{color:#374151;margin:0 0 14px;font-size:16px;line-height:1.7}.PlatformSeoContent-module__cWhZoa__container ul{margin:0 0 16px;padding-left:22px}.PlatformSeoContent-module__cWhZoa__container li{color:#374151;margin-bottom:8px;font-size:16px;line-height:1.7}.PlatformSeoContent-module__cWhZoa__container a{color:#1d4ed8;font-weight:600;text-decoration:none}.PlatformSeoContent-module__cWhZoa__container a:hover{text-decoration:underline}.PlatformSeoContent-module__cWhZoa__faqItem{border-top:1px solid #eef1f5;padding:18px 0}.PlatformSeoContent-module__cWhZoa__faqItem h3{margin:0 0 6px}.PlatformSeoContent-module__cWhZoa__faqItem p{margin:0}
.page-module__HXj56q__main{background:var(--soft-card);color:var(--soft-tx);font-family:var(--font-hanken)}.page-module__HXj56q__wrap{max-width:1100px;margin:0 auto;padding:0 48px}.page-module__HXj56q__hero{aspect-ratio:1036/300;color:#fff;background:#1d4ed8;justify-content:center;align-items:center;width:100%;min-height:260px;max-height:400px;display:flex;position:relative;overflow:hidden}.page-module__HXj56q__hero:before,.page-module__HXj56q__hero:after{content:"";pointer-events:none;border:1px solid #ffffff29;border-radius:24px;position:absolute;transform:rotate(-23deg)}.page-module__HXj56q__hero:before{width:620px;height:620px;bottom:-180px;right:-210px}.page-module__HXj56q__hero:after{width:390px;height:390px;bottom:-114px;right:-115px}.page-module__HXj56q__rings{pointer-events:none;position:absolute;inset:0}.page-module__HXj56q__rings span{border:1px solid #ffffff21;border-radius:24px;position:absolute;transform:rotate(-23deg)}.page-module__HXj56q__rings span:first-child{width:520px;height:520px;top:-170px;left:-190px}.page-module__HXj56q__rings span:nth-child(2){width:320px;height:320px;top:-92px;left:-96px}.page-module__HXj56q__heroInner{z-index:2;text-align:center;flex-direction:column;align-items:center;padding:0 24px;display:flex;position:relative}.page-module__HXj56q__logoMark{filter:brightness(0)invert();margin-bottom:18px}.page-module__HXj56q__heroEyebrow{color:#bfdbfe;letter-spacing:.02em;margin:0 0 12px;font-size:13px;font-weight:700}.page-module__HXj56q__heroTitle{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(34px,5.2vw,58px);font-weight:700;line-height:.99}.page-module__HXj56q__band{background:var(--soft-bg);padding:74px 0 78px}.page-module__HXj56q__white{background:var(--soft-card);padding:74px 0 78px}.page-module__HXj56q__pill{background:var(--soft-bg);height:30px;color:var(--soft-mut);border-radius:999px;padding:0 14px;font-size:12px;font-weight:600;line-height:30px;display:inline-block}.page-module__HXj56q__band .page-module__HXj56q__pill{background:var(--soft-card)}.page-module__HXj56q__lead{letter-spacing:-.022em;max-width:34ch;margin:22px 0 34px;font-size:clamp(24px,2.7vw,30px);font-weight:700;line-height:1.3}.page-module__HXj56q__lead span{color:var(--soft-mut)}.page-module__HXj56q__cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.page-module__HXj56q__card{border-radius:var(--soft-rad);background:var(--soft-card);flex-direction:column;min-height:262px;padding:26px 26px 30px;display:flex}.page-module__HXj56q__tile{background:var(--soft-tx);color:#fff;border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.page-module__HXj56q__cardTitle{letter-spacing:-.015em;margin:auto 0 8px;font-size:20px;font-weight:700}.page-module__HXj56q__cardBody{color:var(--soft-mut);margin:0;font-size:15px;font-weight:500;line-height:1.55}.page-module__HXj56q__facts{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.page-module__HXj56q__fact{border-radius:var(--soft-rad);background:var(--soft-bg);padding:24px 26px}.page-module__HXj56q__factLabel{color:var(--soft-eb);letter-spacing:.1em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:700}.page-module__HXj56q__factValue{font-size:16px;font-weight:600;line-height:1.45}.page-module__HXj56q__factValue a{color:var(--soft-ac);text-decoration:none}.page-module__HXj56q__factValue a:hover{text-decoration:underline}.page-module__HXj56q__foot{max-width:64ch;color:var(--soft-mut);margin:26px 0 0;font-size:15px;font-weight:500;line-height:1.6}.page-module__HXj56q__foot a{color:var(--soft-ac)}@media (max-width:860px){.page-module__HXj56q__wrap{padding:0 24px}.page-module__HXj56q__cards,.page-module__HXj56q__facts{grid-template-columns:1fr}.page-module__HXj56q__card{min-height:0}.page-module__HXj56q__band,.page-module__HXj56q__white{padding:52px 0 56px}}
.seoContent-module__KhQGtW__seoSection{background:#fafbfc;border-top:1px solid #eef1f5;padding:56px 20px 72px}.seoContent-module__KhQGtW__seoContainer{max-width:720px;margin:0 auto}.seoContent-module__KhQGtW__seoContainer h2{color:#111827;letter-spacing:-.01em;margin:40px 0 12px;font-size:26px;font-weight:800}.seoContent-module__KhQGtW__seoContainer h2:first-child{margin-top:0}.seoContent-module__KhQGtW__seoContainer h3{color:#111827;margin:24px 0 6px;font-size:17px;font-weight:700}.seoContent-module__KhQGtW__seoContainer p{color:#374151;margin:0 0 14px;font-size:16px;line-height:1.7}.seoContent-module__KhQGtW__seoContainer ul{margin:0 0 16px;padding-left:22px}.seoContent-module__KhQGtW__seoContainer li{color:#374151;margin-bottom:8px;font-size:16px;line-height:1.7}.seoContent-module__KhQGtW__seoContainer a{color:#1d4ed8;font-weight:600;text-decoration:none}.seoContent-module__KhQGtW__seoContainer a:hover{text-decoration:underline}.seoContent-module__KhQGtW__faqItem{border-top:1px solid #eef1f5;padding:18px 0}.seoContent-module__KhQGtW__faqItem h3{margin:0 0 6px}.seoContent-module__KhQGtW__faqItem p{margin:0}.seoContent-module__KhQGtW__ctaCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-top:40px;padding:24px}.seoContent-module__KhQGtW__ctaCard p{margin-bottom:0}
.page-module__oiSrXW__main{background:#f9fafb;min-height:100vh;padding:80px 0 96px}.page-module__oiSrXW__container{max-width:1080px;margin:0 auto;padding:0 24px}.page-module__oiSrXW__intro{text-align:center;max-width:720px;margin:0 auto 64px}.page-module__oiSrXW__androidLogo{width:88px;height:88px;margin:0 auto 20px;display:block}.page-module__oiSrXW__eyebrow{color:#000;letter-spacing:.6px;text-transform:uppercase;background:#fff;border:2px solid #000;border-radius:999px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-block}.page-module__oiSrXW__title{color:#000;letter-spacing:-1.5px;margin:0 0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:48px;font-weight:900;line-height:1.1}.page-module__oiSrXW__title strong{color:#1d4ed8;font-weight:900}.page-module__oiSrXW__lede{color:#4b5563;margin:0;font-size:17px;font-weight:500;line-height:1.6}.page-module__oiSrXW__features{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:56px;display:grid}.page-module__oiSrXW__feature{background:#fff;border:3px solid #000;border-radius:12px;padding:24px;transition:transform .15s,box-shadow .15s;box-shadow:6px 6px #000}.page-module__oiSrXW__feature:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}.page-module__oiSrXW__featureIcon{color:#fff;background:#1d4ed8;border:2px solid #000;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:inline-flex;box-shadow:3px 3px #000}.page-module__oiSrXW__featureTitle{color:#000;letter-spacing:-.2px;margin:0 0 8px;font-size:17px;font-weight:800}.page-module__oiSrXW__featureDesc{color:#4b5563;margin:0;font-size:14px;line-height:1.55}.page-module__oiSrXW__bottomCta{text-align:center}.page-module__oiSrXW__ctaLink{color:#1d4ed8;border-bottom:2px solid #1d4ed8;padding-bottom:2px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.page-module__oiSrXW__ctaLink:hover{opacity:.75}@media (max-width:768px){.page-module__oiSrXW__main{padding:56px 0 72px}.page-module__oiSrXW__intro{margin-bottom:48px}.page-module__oiSrXW__androidLogo{width:64px;height:64px;margin-bottom:16px}.page-module__oiSrXW__title{letter-spacing:-1px;font-size:34px}.page-module__oiSrXW__lede{font-size:16px}.page-module__oiSrXW__features{grid-template-columns:1fr;gap:16px;margin-bottom:40px}}
.author-module__E8Vqiq__main{background:#fff;min-height:100vh;padding:60px 20px 100px}.author-module__E8Vqiq__article{color:#1f2937;max-width:800px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.author-module__E8Vqiq__name{color:#000;margin:24px 0 8px;font-size:40px;font-weight:800;line-height:1.2}.author-module__E8Vqiq__jobTitle{color:#4b5563;margin:0 0 32px;font-size:20px}.author-module__E8Vqiq__facts{background:#f9fafb;border-radius:12px;gap:16px;margin:0 0 32px;padding:24px;display:grid}.author-module__E8Vqiq__fact{grid-template-columns:180px 1fr;align-items:baseline;gap:16px;display:grid}.author-module__E8Vqiq__fact dt{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:14px;font-weight:700}.author-module__E8Vqiq__fact dd{color:#1f2937;margin:0;font-size:17px}@media (max-width:640px){.author-module__E8Vqiq__fact{grid-template-columns:1fr;gap:4px}}.author-module__E8Vqiq__bio{color:#374151;margin:0 0 40px;font-size:18px;line-height:1.8}.author-module__E8Vqiq__linksHeading{color:#000;margin:0 0 16px;font-size:24px;font-weight:700}.author-module__E8Vqiq__links ul{margin:0;padding-left:20px}.author-module__E8Vqiq__links li{margin:8px 0;font-size:17px}.author-module__E8Vqiq__links a{color:#1d4ed8;overflow-wrap:anywhere;font-weight:600;text-decoration:underline;transition:color .2s}.author-module__E8Vqiq__links a:hover{color:#1e40af}
.post-module__dmNWhG__main{min-height:100vh;font-family:var(--font-hanken);color:var(--soft-tx);background:#fff}.post-module__dmNWhG__container{grid-template-columns:1fr 300px;align-items:start;gap:28px;max-width:1120px;margin:0 auto;padding:28px 28px 80px;display:grid}.post-module__dmNWhG__backLink{border:1px solid var(--soft-bd);background:var(--soft-card);box-shadow:var(--soft-sh);color:var(--soft-mut);border-radius:11px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 15px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.post-module__dmNWhG__backLink:hover{background:#f1f3f6}.post-module__dmNWhG__backLink svg{color:var(--soft-eb);transform:rotate(180deg)}.post-module__dmNWhG__hero{background:linear-gradient(135deg,#16202e,#2c3a4d) 50%/cover;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:320px;padding:28px;display:flex;position:relative;overflow:hidden}.post-module__dmNWhG__hero:before{content:"";pointer-events:none;background:linear-gradient(#0f172a2e 0%,#0f172a4d 55%,#0f172aa8 100%);position:absolute;inset:0}.post-module__dmNWhG__heroCat,.post-module__dmNWhG__heroTitle,.post-module__dmNWhG__heroMeta{z-index:1;position:relative}.post-module__dmNWhG__heroCat{letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;margin-bottom:10px;font-size:11px;font-weight:700}.post-module__dmNWhG__heroTitle{font-family:var(--font-hanken);letter-spacing:-.02em;color:#fff;text-wrap:balance;max-width:24ch;margin:0 0 12px;font-size:34px;font-weight:800;line-height:1.12}.post-module__dmNWhG__heroMeta{color:#ffffffd9;font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.post-module__dmNWhG__metaDot{opacity:.7;background:currentColor;border-radius:999px;width:3px;height:3px}.post-module__dmNWhG__byline{color:var(--soft-eb);margin:16px 0 0;font-size:12.5px}.post-module__dmNWhG__byline strong{color:var(--soft-mut);font-weight:700}.post-module__dmNWhG__excerpt{color:var(--soft-mut);max-width:62ch;margin:18px 0 0;font-size:17px;line-height:1.6}.post-module__dmNWhG__content{color:#334155;max-width:65ch;margin-top:26px;font-size:16px;line-height:1.75}.post-module__dmNWhG__content h2{letter-spacing:-.015em;color:var(--soft-tx);margin:36px 0 12px;font-size:22px;font-weight:800;line-height:1.25}.post-module__dmNWhG__content h3{letter-spacing:-.01em;color:var(--soft-tx);margin:28px 0 10px;font-size:17.5px;font-weight:700}.post-module__dmNWhG__content p{margin:0 0 16px}.post-module__dmNWhG__content ul,.post-module__dmNWhG__content ol{margin:0 0 16px;padding-left:22px}.post-module__dmNWhG__content li{margin-bottom:7px}.post-module__dmNWhG__content a{color:var(--soft-ac);font-weight:600;text-decoration:none}.post-module__dmNWhG__content a:hover{text-decoration:underline}.post-module__dmNWhG__content strong{color:var(--soft-tx)}.post-module__dmNWhG__content blockquote{border-left:3px solid var(--soft-ac);color:var(--soft-mut);background:#f8fafc;border-radius:0 10px 10px 0;margin:0 0 16px;padding:14px 18px}.post-module__dmNWhG__content img{border-radius:12px;max-width:100%}.post-module__dmNWhG__content table{border-collapse:collapse;width:100%;margin:0 0 16px;font-size:13.5px;display:block;overflow-x:auto}.post-module__dmNWhG__content th,.post-module__dmNWhG__content td{border:1px solid var(--soft-bd);text-align:left;padding:8px 11px}.post-module__dmNWhG__content th{background:#f8fafc;font-weight:700}.post-module__dmNWhG__tags{flex-wrap:wrap;align-items:center;gap:6px;max-width:65ch;margin-top:28px;display:flex}.post-module__dmNWhG__tagsLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--soft-eb);font-size:12px;font-weight:700}.post-module__dmNWhG__tag{color:#5b6572;background:#f1f3f6;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.post-module__dmNWhG__disclaimer{border-top:1px solid var(--soft-bd);max-width:65ch;color:var(--soft-eb);margin:26px 0 0;padding-top:16px;font-size:12px;line-height:1.6}.post-module__dmNWhG__cta{background:linear-gradient(135deg,#1d4ed8,#1b46c2);border-radius:16px;max-width:65ch;margin-top:28px;padding:28px}.post-module__dmNWhG__ctaTitle{letter-spacing:-.015em;color:#fff;margin:0 0 8px;font-size:21px;font-weight:800}.post-module__dmNWhG__ctaText{color:#ffffffd1;max-width:46ch;margin:0 0 18px;font-size:14px;line-height:1.55}.post-module__dmNWhG__ctaBtn{color:var(--soft-tx);background:#fff;border:0;border-radius:9px;padding:11px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-block;box-shadow:0 2px 8px #1018284d}.post-module__dmNWhG__ctaBtn:hover{transform:translateY(-1px)}.post-module__dmNWhG__rail{flex-direction:column;gap:14px;margin-top:55px;display:flex;position:sticky;top:20px}.post-module__dmNWhG__railCard{background:var(--soft-card);border:1px solid var(--soft-bd);box-shadow:var(--soft-sh);border-radius:16px;padding:8px 18px}.post-module__dmNWhG__railHead{letter-spacing:.08em;text-transform:uppercase;color:var(--soft-eb);padding:14px 0 8px;font-size:12px;font-weight:700}.post-module__dmNWhG__railRow{border-top:1px solid var(--soft-bd);padding:12px 0;text-decoration:none;display:block}.post-module__dmNWhG__railRowTitle{letter-spacing:-.01em;color:var(--soft-tx);margin:0 0 5px;font-size:13.5px;font-weight:700;line-height:1.35;transition:color .15s}.post-module__dmNWhG__railRow:hover .post-module__dmNWhG__railRowTitle{color:var(--soft-ac)}.post-module__dmNWhG__meta{color:var(--soft-eb);font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.post-module__dmNWhG__railCta{background:var(--soft-card);border:1px solid var(--soft-bd);box-shadow:var(--soft-sh);border-radius:16px;padding:18px}.post-module__dmNWhG__railCtaTitle{letter-spacing:-.01em;color:var(--soft-tx);margin:0 0 6px;font-size:15px;font-weight:800}.post-module__dmNWhG__railCtaText{color:var(--soft-mut);margin:0 0 12px;font-size:13px;line-height:1.5}.post-module__dmNWhG__railCtaBtn{text-align:center;background:var(--soft-ac);color:#fff;border-radius:12px;padding:11px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s;display:block;box-shadow:0 8px 18px -8px #1d4ed899}.post-module__dmNWhG__railCtaBtn:hover{background:#1b46c2}@media (max-width:900px){.post-module__dmNWhG__container{grid-template-columns:1fr}.post-module__dmNWhG__rail{margin-top:0;position:static}.post-module__dmNWhG__hero{min-height:240px;padding:20px}.post-module__dmNWhG__heroTitle{font-size:26px}}
.blog-module__yzDhyG__main{min-height:100vh;font-family:var(--font-hanken);color:var(--soft-tx);background:#fff}.blog-module__yzDhyG__container{max-width:1120px;margin:0 auto;padding:44px 28px 80px}.blog-module__yzDhyG__pagehead{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.blog-module__yzDhyG__title{font-family:var(--font-hanken);letter-spacing:-.025em;color:var(--soft-tx);margin:0;font-size:40px;font-weight:800;line-height:1}.blog-module__yzDhyG__subtitle{color:var(--soft-mut);max-width:40ch;margin:10px 0 0;font-size:14.5px;line-height:1.5}.blog-module__yzDhyG__search{border:1px solid var(--soft-bd);background:var(--soft-card);box-shadow:var(--soft-sh);color:var(--soft-eb);border-radius:12px;align-items:center;gap:9px;min-width:240px;padding:0 16px;display:inline-flex}.blog-module__yzDhyG__searchInput{font-family:var(--font-hanken);color:var(--soft-tx);background:0 0;border:0;outline:none;width:100%;padding:12px 0;font-size:13px;font-weight:500}.blog-module__yzDhyG__searchInput::placeholder{color:var(--soft-eb)}.blog-module__yzDhyG__search:focus-within{border-color:#dfe4ea}.blog-module__yzDhyG__filters{flex-wrap:wrap;gap:8px;margin-bottom:26px;display:flex}.blog-module__yzDhyG__filterButton{border:1px solid var(--soft-bd);background:var(--soft-card);font-family:var(--font-hanken);color:var(--soft-mut);cursor:pointer;border-radius:999px;padding:8px 15px;font-size:13px;font-weight:600;transition:background .15s}.blog-module__yzDhyG__filterButton:hover{background:#f1f3f6}.blog-module__yzDhyG__filterButtonActive,.blog-module__yzDhyG__filterButtonActive:hover{background:var(--soft-tx);border-color:var(--soft-tx);color:#fff}.blog-module__yzDhyG__filterButton:focus-visible{outline:2px solid var(--soft-ac);outline-offset:2px}.blog-module__yzDhyG__resultCount{color:var(--soft-eb);font-variant-numeric:tabular-nums;margin:0 0 16px;font-size:12px;font-weight:600}.blog-module__yzDhyG__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:96px;grid-auto-flow:dense;gap:18px;display:grid}.blog-module__yzDhyG__tile{text-align:left;font-family:var(--font-hanken);cursor:pointer;border:0;border-radius:14px;flex-direction:column;grid-area:span 4/span 1;align-items:flex-start;padding:24px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.blog-module__yzDhyG__tile:hover{transform:translateY(-3px);box-shadow:0 14px 30px -14px #10182847}.blog-module__yzDhyG__tile:focus-visible{outline:2px solid var(--soft-ac);outline-offset:3px}.blog-module__yzDhyG__tileWide{grid-area:span 3/span 2}.blog-module__yzDhyG__tileCover{background-position:50%;background-size:cover}.blog-module__yzDhyG__tile:before{content:"";pointer-events:none;background:linear-gradient(#0f172a94 0%,#0f172a57 38%,#0f172a1f 62%,#0f172a29 100%);position:absolute;inset:0}.blog-module__yzDhyG__tileCat,.blog-module__yzDhyG__tileTitle,.blog-module__yzDhyG__tilePill{z-index:1;position:relative}.blog-module__yzDhyG__tone0{background:linear-gradient(135deg,#16202e,#2c3a4d)}.blog-module__yzDhyG__tone1{background:linear-gradient(135deg,#7ba394,#5d8878)}.blog-module__yzDhyG__tone2{background:linear-gradient(135deg,#c99b76,#b07f57)}.blog-module__yzDhyG__tone3{background:linear-gradient(135deg,#7d9fc7,#5c81ad)}.blog-module__yzDhyG__tone4{background:linear-gradient(135deg,#c98b8b,#b06f6f)}.blog-module__yzDhyG__tone5{background:linear-gradient(135deg,#8b93ab,#6d7590)}.blog-module__yzDhyG__tileCat{letter-spacing:.1em;text-transform:uppercase;color:#ffffffd1;margin-bottom:12px;font-size:11px;font-weight:700}.blog-module__yzDhyG__tileTitle{letter-spacing:-.015em;color:#fff;text-wrap:balance;margin:0;font-size:25px;font-weight:800;line-height:1.18}.blog-module__yzDhyG__tileWide .blog-module__yzDhyG__tileTitle{max-width:17ch;font-size:27px}.blog-module__yzDhyG__tilePill{color:var(--soft-tx);background:#fff;border-radius:9px;align-self:flex-start;margin-top:auto;padding:9px 14px;font-size:12.5px;font-weight:700;box-shadow:0 2px 8px #10182824}.blog-module__yzDhyG__listHead{margin-bottom:16px}.blog-module__yzDhyG__backBtn{border:1px solid var(--soft-bd);background:var(--soft-card);box-shadow:var(--soft-sh);color:var(--soft-mut);font-family:var(--font-hanken);cursor:pointer;border-radius:11px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 15px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.blog-module__yzDhyG__backBtn:hover{background:#f1f3f6}.blog-module__yzDhyG__backBtn:focus-visible{outline:2px solid var(--soft-ac);outline-offset:2px}.blog-module__yzDhyG__backBtn svg{color:var(--soft-eb);transform:rotate(180deg)}.blog-module__yzDhyG__listTitle{letter-spacing:-.02em;color:var(--soft-tx);margin:0 0 6px;font-size:26px;font-weight:800}.blog-module__yzDhyG__listCard{background:var(--soft-card);border:1px solid var(--soft-bd);border-radius:var(--soft-rad);box-shadow:var(--soft-sh);padding:6px 24px}.blog-module__yzDhyG__row{border-top:1px solid var(--soft-bd);grid-template-columns:108px 1fr;gap:18px;padding:20px 0;text-decoration:none;display:grid}.blog-module__yzDhyG__row:first-child{border-top:0}.blog-module__yzDhyG__row:hover .blog-module__yzDhyG__rowTitle{color:var(--soft-ac)}.blog-module__yzDhyG__rowDate{color:var(--soft-eb);font-variant-numeric:tabular-nums;padding-top:3px;font-size:12px;font-weight:600}.blog-module__yzDhyG__rowTitle{letter-spacing:-.01em;color:var(--soft-tx);margin:0 0 6px;font-size:16.5px;font-weight:700;line-height:1.3;transition:color .15s}.blog-module__yzDhyG__rowExcerpt{color:var(--soft-mut);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-module__yzDhyG__rowMeta{color:var(--soft-eb);font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.blog-module__yzDhyG__metaDot{background:var(--soft-eb);border-radius:999px;width:3px;height:3px}.blog-module__yzDhyG__loadWrap{justify-content:center;margin-top:26px;display:flex}.blog-module__yzDhyG__loadMore{border:1px solid var(--soft-bd);background:var(--soft-card);box-shadow:var(--soft-sh);color:var(--soft-mut);font-family:var(--font-hanken);cursor:pointer;border-radius:12px;padding:11px 18px;font-size:13px;font-weight:700;transition:background .15s}.blog-module__yzDhyG__loadMore:hover{background:#f1f3f6}.blog-module__yzDhyG__loadMore:focus-visible{outline:2px solid var(--soft-ac);outline-offset:2px}.blog-module__yzDhyG__empty{border:2px dashed var(--soft-bd);text-align:center;border-radius:14px;grid-column:1/-1;padding:44px 20px}.blog-module__yzDhyG__emptyTitle{color:var(--soft-tx);margin:0 0 4px;font-size:16px;font-weight:700}.blog-module__yzDhyG__emptyText{color:var(--soft-mut);margin:0;font-size:14px}@media (max-width:900px){.blog-module__yzDhyG__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:88px}.blog-module__yzDhyG__tileTitle,.blog-module__yzDhyG__tileWide .blog-module__yzDhyG__tileTitle{font-size:21px}}@media (max-width:560px){.blog-module__yzDhyG__container{padding:30px 18px 60px}.blog-module__yzDhyG__title{font-size:32px}.blog-module__yzDhyG__grid{grid-template-columns:1fr;grid-auto-rows:auto}.blog-module__yzDhyG__tile,.blog-module__yzDhyG__tileWide{grid-area:auto/span 1;min-height:210px}.blog-module__yzDhyG__search{width:100%}}@media (prefers-reduced-motion:reduce){.blog-module__yzDhyG__tile{transition:none}.blog-module__yzDhyG__tile:hover{transform:none}}
.faq-module__ci7aBa__headerContainer{z-index:100;background:#fff;border-bottom:3px solid #000;position:sticky;top:0}.faq-module__ci7aBa__header{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:20px 40px;display:flex}.faq-module__ci7aBa__logo{align-items:center;gap:12px;text-decoration:none;transition:transform .2s;display:flex}.faq-module__ci7aBa__logo:hover{transform:translateY(-2px)}.faq-module__ci7aBa__logoImage{width:40px;height:40px}.faq-module__ci7aBa__logoText{color:#000;font-size:24px;font-weight:900}.faq-module__ci7aBa__nav{gap:32px;display:flex}.faq-module__ci7aBa__navLink{color:#000;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s}.faq-module__ci7aBa__navLink:hover{color:#1d4ed8}.faq-module__ci7aBa__headerActions{gap:16px;display:flex}.faq-module__ci7aBa__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-size:15px;font-weight:700;transition:all .2s}.faq-module__ci7aBa__loginBtn:hover{background:#f9fafb}.faq-module__ci7aBa__ctaBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:10px 24px;font-size:15px;font-weight:700;transition:all .2s}.faq-module__ci7aBa__ctaBtn:hover{background:#333}.faq-module__ci7aBa__mainContent{max-width:1000px;margin:0 auto;padding:60px 20px 100px}.faq-module__ci7aBa__heroSection{text-align:center;margin-bottom:60px}.faq-module__ci7aBa__title{color:#000;margin-bottom:16px;font-size:56px;font-weight:900;line-height:1.1}.faq-module__ci7aBa__subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:20px}.faq-module__ci7aBa__faqContainer{flex-direction:column;gap:48px;display:flex}.faq-module__ci7aBa__category{background:#fff;border:3px solid #000;border-radius:12px;padding:32px;box-shadow:6px 6px #000}.faq-module__ci7aBa__categoryTitle{color:#000;border-bottom:2px solid #e5e7eb;margin-bottom:24px;padding-bottom:16px;font-size:28px;font-weight:800}.faq-module__ci7aBa__itemsContainer{flex-direction:column;gap:12px;display:flex}.faq-module__ci7aBa__faqItem{background:#f9fafb;border:2px solid #000;border-radius:8px;transition:all .2s;overflow:hidden}.faq-module__ci7aBa__faqItem:hover{background:#fff}.faq-module__ci7aBa__questionButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;display:flex}.faq-module__ci7aBa__question{color:#000;flex:1;font-size:17px;font-weight:700;line-height:1.4}.faq-module__ci7aBa__chevron{color:#1d4ed8;flex-shrink:0;transition:transform .2s}.faq-module__ci7aBa__chevronOpen{transform:rotate(180deg)}.faq-module__ci7aBa__answer{color:#374151;padding:0 24px 24px;font-size:16px;line-height:1.7}.faq-module__ci7aBa__answer p{margin:0 0 12px}.faq-module__ci7aBa__answer p:last-child{margin-bottom:0}.faq-module__ci7aBa__answer strong{color:#000;font-weight:700}.faq-module__ci7aBa__answer ol,.faq-module__ci7aBa__answer ul{margin:12px 0}.faq-module__ci7aBa__answer li{margin-bottom:8px}.faq-module__ci7aBa__stillNeedHelp{text-align:center;background:#fff;border:3px solid #000;border-radius:12px;margin-top:80px;padding:48px;box-shadow:6px 6px #000}.faq-module__ci7aBa__helpTitle{color:#000;margin-bottom:12px;font-size:32px;font-weight:800}.faq-module__ci7aBa__helpText{color:#6b7280;margin-bottom:32px;font-size:18px}.faq-module__ci7aBa__helpActions{justify-content:center;gap:16px;display:flex}.faq-module__ci7aBa__helpButton{color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#1d4ed8;border:3px solid #000;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:4px 4px #000}.faq-module__ci7aBa__helpButton:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.faq-module__ci7aBa__helpButtonSecondary{color:#000;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#fff;border:3px solid #000;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:4px 4px #000}.faq-module__ci7aBa__helpButtonSecondary:hover{background:#f9fafb;transform:translate(-2px,-2px);box-shadow:6px 6px #000}@media (max-width:768px){.faq-module__ci7aBa__header{padding:16px 20px}.faq-module__ci7aBa__stillNeedHelp{padding:32px 20px}.faq-module__ci7aBa__logoText{font-size:20px}.faq-module__ci7aBa__nav{gap:20px}.faq-module__ci7aBa__navLink{font-size:14px}.faq-module__ci7aBa__mainContent{padding:40px 16px 60px}.faq-module__ci7aBa__title{font-size:36px}.faq-module__ci7aBa__subtitle{font-size:16px}.faq-module__ci7aBa__category{padding:24px 20px}.faq-module__ci7aBa__categoryTitle{font-size:22px}.faq-module__ci7aBa__question,.faq-module__ci7aBa__answer{font-size:15px}.faq-module__ci7aBa__helpActions{flex-direction:column}.faq-module__ci7aBa__helpButton,.faq-module__ci7aBa__helpButtonSecondary{width:100%}}
.guide-module__ANCfFa__headerContainer{background:#fff;max-width:1200px;margin:0 auto;padding:0 24px}.guide-module__ANCfFa__header{z-index:100;justify-content:space-between;align-items:center;height:76px;display:flex;position:relative}.guide-module__ANCfFa__logo{cursor:pointer;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s;display:flex}.guide-module__ANCfFa__logo:hover{opacity:.8}.guide-module__ANCfFa__logoImage{object-fit:contain;width:42px;height:42px;display:block}.guide-module__ANCfFa__logoText{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:800}.guide-module__ANCfFa__nav{align-items:center;gap:40px;display:flex}.guide-module__ANCfFa__navLink{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.guide-module__ANCfFa__navLink:hover{color:#1d4ed8}.guide-module__ANCfFa__headerActions{align-items:center;gap:12px;display:flex}.guide-module__ANCfFa__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.guide-module__ANCfFa__loginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.guide-module__ANCfFa__ctaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.guide-module__ANCfFa__ctaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}.guide-module__ANCfFa__main{background:#fff;min-height:100vh;padding:60px 20px 100px}.guide-module__ANCfFa__article{max-width:800px;margin:0 auto}.guide-module__ANCfFa__content{color:#1f2937;overflow-wrap:anywhere;word-break:break-word;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.8}.guide-module__ANCfFa__content h1{color:#000;letter-spacing:-1px;margin:40px 0 24px;font-size:48px;font-weight:800;line-height:1.2}.guide-module__ANCfFa__content h2{color:#000;border-bottom:3px solid #000;margin:48px 0 20px;padding-bottom:12px;font-size:32px;font-weight:700;line-height:1.3}.guide-module__ANCfFa__content h3{color:#1d4ed8;margin:32px 0 16px;font-size:24px;font-weight:700;line-height:1.4}.guide-module__ANCfFa__content p{color:#374151;margin:16px 0;font-size:18px}.guide-module__ANCfFa__content strong{color:#000;font-weight:700}.guide-module__ANCfFa__content a{color:#1d4ed8;font-weight:600;text-decoration:underline;transition:color .2s}.guide-module__ANCfFa__content a:hover{color:#1e40af}.guide-module__ANCfFa__content ul,.guide-module__ANCfFa__content ol{margin:20px 0;padding-left:32px}.guide-module__ANCfFa__content li{color:#374151;margin:12px 0;font-size:18px;line-height:1.7}.guide-module__ANCfFa__content ul{list-style-type:disc}.guide-module__ANCfFa__content ol{list-style-type:decimal}.guide-module__ANCfFa__content table{-webkit-overflow-scrolling:touch;border-collapse:collapse;border:3px solid #000;width:100%;margin:32px 0;display:block;overflow-x:auto;box-shadow:6px 6px #000}.guide-module__ANCfFa__content th{color:#fff;text-align:left;text-transform:uppercase;letter-spacing:.5px;background:#1d4ed8;border:2px solid #000;padding:16px;font-size:16px;font-weight:700}.guide-module__ANCfFa__content td{border:2px solid #e5e7eb;padding:14px 16px;font-size:16px}.guide-module__ANCfFa__content tr:nth-child(2n){background:#f9fafb}.guide-module__ANCfFa__content tr:hover{background:#f3f4f6}.guide-module__ANCfFa__content blockquote{color:#4b5563;background:#f9fafb;border-left:4px solid #1d4ed8;border-radius:8px;margin:32px 0;padding:20px 24px;font-style:italic}.guide-module__ANCfFa__content code{color:#1d4ed8;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:2px 8px;font-family:Courier New,monospace;font-size:16px}.guide-module__ANCfFa__content pre{color:#f9fafb;background:#1f2937;border:2px solid #000;border-radius:8px;margin:24px 0;padding:24px;overflow-x:auto}.guide-module__ANCfFa__content pre code{color:#f9fafb;background:0 0;border:none;padding:0}.guide-module__ANCfFa__content hr{border:none;border-top:3px solid #000;margin:48px 0}.guide-module__ANCfFa__content img{border:3px solid #000;border-radius:12px;max-width:100%;height:auto;margin:32px 0;box-shadow:6px 6px #000}@media (max-width:768px){.guide-module__ANCfFa__content h1{font-size:32px}.guide-module__ANCfFa__content h2{font-size:24px}.guide-module__ANCfFa__content h3{font-size:20px}.guide-module__ANCfFa__content p,.guide-module__ANCfFa__content li{font-size:16px}.guide-module__ANCfFa__content table{font-size:14px}.guide-module__ANCfFa__headerActions{display:none}}
.privacy-module__4d6ZyG__headerContainer{background:#fff;padding:0}.privacy-module__4d6ZyG__header{z-index:100;justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex;position:relative}.privacy-module__4d6ZyG__logo{cursor:pointer;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s;display:flex}.privacy-module__4d6ZyG__logo:hover{opacity:.8}.privacy-module__4d6ZyG__logoImage{object-fit:contain;width:42px;height:42px;display:block}.privacy-module__4d6ZyG__logoText{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:800}.privacy-module__4d6ZyG__nav{align-items:center;gap:40px;display:flex}.privacy-module__4d6ZyG__navLink{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.privacy-module__4d6ZyG__navLink:hover{color:#1d4ed8}.privacy-module__4d6ZyG__headerActions{align-items:center;gap:12px;display:flex}.privacy-module__4d6ZyG__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.privacy-module__4d6ZyG__loginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.privacy-module__4d6ZyG__ctaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.privacy-module__4d6ZyG__ctaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}.privacy-module__4d6ZyG__container{max-width:800px;margin:0 auto;padding:120px 20px 80px}.privacy-module__4d6ZyG__content{background:var(--background-white);border:1px solid var(--gray-200);border-radius:12px;padding:48px}.privacy-module__4d6ZyG__title{color:var(--gray-900);text-align:center;margin-bottom:8px;font-size:42px;font-weight:700}.privacy-module__4d6ZyG__lastUpdated{text-align:center;color:var(--gray-500);margin-bottom:48px;font-size:14px}.privacy-module__4d6ZyG__section{margin-bottom:32px}.privacy-module__4d6ZyG__section h2{color:var(--gray-900);margin-bottom:16px;font-size:24px;font-weight:600}.privacy-module__4d6ZyG__section p{color:var(--gray-600);margin-bottom:16px;font-size:16px;line-height:1.6}.privacy-module__4d6ZyG__section ul{margin:16px 0;padding-left:24px}.privacy-module__4d6ZyG__section li{color:var(--gray-600);margin-bottom:8px;font-size:16px;line-height:1.6}.privacy-module__4d6ZyG__section li strong{color:var(--gray-900);font-weight:600}@media (max-width:768px){.privacy-module__4d6ZyG__container{padding:80px 16px 60px}.privacy-module__4d6ZyG__content{padding:32px 24px}.privacy-module__4d6ZyG__title{font-size:32px}}
.terms-module__Xl2taG__headerContainer{background:#fff;padding:0}.terms-module__Xl2taG__header{z-index:100;justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex;position:relative}.terms-module__Xl2taG__logo{cursor:pointer;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s;display:flex}.terms-module__Xl2taG__logo:hover{opacity:.8}.terms-module__Xl2taG__logoImage{object-fit:contain;width:42px;height:42px;display:block}.terms-module__Xl2taG__logoText{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:800}.terms-module__Xl2taG__nav{align-items:center;gap:40px;display:flex}.terms-module__Xl2taG__navLink{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.terms-module__Xl2taG__navLink:hover{color:#1d4ed8}.terms-module__Xl2taG__headerActions{align-items:center;gap:12px;display:flex}.terms-module__Xl2taG__loginBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.terms-module__Xl2taG__loginBtn:hover{background:#e2e8f0;transform:translateY(-2px)}.terms-module__Xl2taG__ctaBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:2px solid #000;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;transition:all .2s;box-shadow:4px 4px #000}.terms-module__Xl2taG__ctaBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:6px 6px #000}.terms-module__Xl2taG__container{max-width:800px;margin:0 auto;padding:120px 20px 80px}.terms-module__Xl2taG__content{background:var(--background-white);border:1px solid var(--gray-200);border-radius:12px;padding:48px}.terms-module__Xl2taG__title{color:var(--gray-900);text-align:center;margin-bottom:8px;font-size:42px;font-weight:700}.terms-module__Xl2taG__lastUpdated{text-align:center;color:var(--gray-500);margin-bottom:48px;font-size:14px}.terms-module__Xl2taG__section{margin-bottom:32px}.terms-module__Xl2taG__section h2{color:var(--gray-900);margin-bottom:16px;font-size:24px;font-weight:600}.terms-module__Xl2taG__section p{color:var(--gray-600);margin-bottom:16px;font-size:16px;line-height:1.6}.terms-module__Xl2taG__section ul{margin:16px 0;padding-left:24px}.terms-module__Xl2taG__section li{color:var(--gray-600);margin-bottom:8px;font-size:16px;line-height:1.6}.terms-module__Xl2taG__section li strong{color:var(--gray-900);font-weight:600}.terms-module__Xl2taG__warning{background:var(--error-light);border:2px solid var(--error-main);border-radius:12px;margin-top:48px;padding:32px}.terms-module__Xl2taG__warning h2{color:var(--error-dark);margin-bottom:16px}.terms-module__Xl2taG__warning p{color:var(--error-dark);font-weight:500}@media (max-width:768px){.terms-module__Xl2taG__container{padding:80px 16px 60px}.terms-module__Xl2taG__content{padding:32px 24px}.terms-module__Xl2taG__title{font-size:32px}.terms-module__Xl2taG__warning{padding:24px}}
.page-module__4dGDOq__main{background:#f9fafb;min-height:100vh;padding:80px 0 96px}.page-module__4dGDOq__container{max-width:1080px;margin:0 auto;padding:0 24px}.page-module__4dGDOq__intro{text-align:center;max-width:720px;margin:0 auto 64px}.page-module__4dGDOq__windowsLogo{color:#1d4ed8;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;font-size:78px;display:flex}.page-module__4dGDOq__eyebrow{color:#000;letter-spacing:.6px;text-transform:uppercase;background:#fff;border:2px solid #000;border-radius:999px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-block}.page-module__4dGDOq__title{color:#000;letter-spacing:-1.5px;margin:0 0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:48px;font-weight:900;line-height:1.1}.page-module__4dGDOq__title strong{color:#1d4ed8;font-weight:900}.page-module__4dGDOq__lede{color:#4b5563;margin:0;font-size:17px;font-weight:500;line-height:1.6}.page-module__4dGDOq__features{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:56px;display:grid}.page-module__4dGDOq__feature{background:#fff;border:3px solid #000;border-radius:12px;padding:24px;transition:transform .15s,box-shadow .15s;box-shadow:6px 6px #000}.page-module__4dGDOq__feature:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}.page-module__4dGDOq__featureIcon{color:#fff;background:#1d4ed8;border:2px solid #000;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:inline-flex;box-shadow:3px 3px #000}.page-module__4dGDOq__featureTitle{color:#000;letter-spacing:-.2px;margin:0 0 8px;font-size:17px;font-weight:800}.page-module__4dGDOq__featureDesc{color:#4b5563;margin:0;font-size:14px;line-height:1.55}.page-module__4dGDOq__bottomCta{text-align:center}.page-module__4dGDOq__ctaLink{color:#1d4ed8;border-bottom:2px solid #1d4ed8;padding-bottom:2px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-block}.page-module__4dGDOq__ctaLink:hover{opacity:.75}.page-module__4dGDOq__ctaSub{color:#9ca3af;margin-top:14px;font-size:13px}@media (max-width:768px){.page-module__4dGDOq__main{padding:56px 0 72px}.page-module__4dGDOq__intro{margin-bottom:48px}.page-module__4dGDOq__windowsLogo{width:64px;height:64px;margin-bottom:16px;font-size:58px}.page-module__4dGDOq__title{letter-spacing:-1px;font-size:34px}.page-module__4dGDOq__lede{font-size:16px}.page-module__4dGDOq__features{grid-template-columns:1fr;gap:16px;margin-bottom:40px}}
