.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__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__bottom{text-align:center;flex-direction:column;gap: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}
.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}
.page-module__HXj56q__main{background:#fafafa;min-height:100vh;padding:80px 0 96px}.page-module__HXj56q__container{max-width:760px;margin:0 auto;padding:0 24px}.page-module__HXj56q__intro{text-align:left;margin-bottom:56px}.page-module__HXj56q__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__HXj56q__title{color:#000;letter-spacing:-1.5px;margin:0 0 18px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:48px;font-weight:900;line-height:1.1}.page-module__HXj56q__title strong{color:#1d4ed8;font-weight:900}.page-module__HXj56q__lede{color:#374151;margin:0;font-size:18px;font-weight:500;line-height:1.6}.page-module__HXj56q__section{margin-bottom:40px}.page-module__HXj56q__h2{color:#000;letter-spacing:-.5px;margin:0 0 14px;font-size:26px;font-weight:800}.page-module__HXj56q__body{color:#374151;margin:0 0 14px;font-size:16px;line-height:1.65}.page-module__HXj56q__body:last-child{margin-bottom:0}.page-module__HXj56q__list{color:#374151;margin:0 0 14px;padding-left:22px;font-size:16px;line-height:1.65}.page-module__HXj56q__list li{margin-bottom:10px}.page-module__HXj56q__link{color:#1d4ed8;text-underline-offset:2px;font-weight:600;text-decoration:underline}.page-module__HXj56q__link:hover{opacity:.75}@media (max-width:768px){.page-module__HXj56q__main{padding:56px 0 72px}.page-module__HXj56q__title{letter-spacing:-1px;font-size:34px}.page-module__HXj56q__lede{font-size:16px}.page-module__HXj56q__section{margin-bottom:32px}.page-module__HXj56q__h2{font-size:22px}.page-module__HXj56q__body,.page-module__HXj56q__list{font-size:15px}}
.addiction-test-module__5k5caG__main{background:radial-gradient(1100px 520px at 50% -8%,#eaf1ff 0%,#eaf1ff00 60%),#fafbfc;min-height:100vh;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}}
.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}}
.post-module__dmNWhG__main{background:var(--background-white);min-height:100vh;padding:120px 0 80px}.post-module__dmNWhG__container{max-width:800px;margin:0 auto;padding:0 20px}.post-module__dmNWhG__backLink{color:var(--gray-700);cursor:pointer;background:#fff;border:2px solid #000;border-radius:10px;align-items:center;gap:8px;margin-bottom:40px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:-2px 2px #000}.post-module__dmNWhG__backLink:hover{box-shadow:none;background:var(--gray-50);transform:translate(-2px)translateY(2px)}.post-module__dmNWhG__article{background:#fff;border:3px solid #000;border-radius:20px;padding:48px;box-shadow:-6px 6px #000}.post-module__dmNWhG__header{border-bottom:3px solid var(--gray-200);margin-bottom:48px;padding-bottom:32px}.post-module__dmNWhG__categories{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.post-module__dmNWhG__category{text-transform:uppercase;letter-spacing:1px;color:var(--primary-purple);background:var(--primary-purple);-webkit-text-fill-color:transparent;border:2px solid var(--primary-purple);-webkit-background-clip:text;background-clip:text;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700}.post-module__dmNWhG__title{color:var(--gray-900);letter-spacing:-.5px;margin-bottom:20px;font-size:42px;font-weight:800;line-height:1.2}.post-module__dmNWhG__excerpt{color:var(--gray-600);margin-bottom:24px;font-size:20px;line-height:1.6}.post-module__dmNWhG__meta{color:var(--gray-500);align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.post-module__dmNWhG__separator{color:var(--gray-300)}.post-module__dmNWhG__content{color:var(--gray-800);margin-bottom:48px;font-size:18px;line-height:1.8}.post-module__dmNWhG__content h2{color:var(--gray-900);margin-top:48px;margin-bottom:20px;font-size:32px;font-weight:700;line-height:1.3}.post-module__dmNWhG__content h3{color:var(--gray-900);margin-top:36px;margin-bottom:16px;font-size:24px;font-weight:700;line-height:1.4}.post-module__dmNWhG__content p{margin-bottom:24px}.post-module__dmNWhG__content ul,.post-module__dmNWhG__content ol{margin-bottom:24px;padding-left:28px}.post-module__dmNWhG__content li{margin-bottom:12px}.post-module__dmNWhG__content strong{color:var(--gray-900);font-weight:700}.post-module__dmNWhG__content em{color:var(--gray-700);font-style:italic}.post-module__dmNWhG__content a{color:var(--primary-purple);font-weight:600;text-decoration:underline;transition:color .2s}.post-module__dmNWhG__content a:hover{color:var(--primary-purple-dark)}.post-module__dmNWhG__content blockquote{border-left:4px solid var(--primary-purple);color:var(--gray-700);background:var(--gray-50);border-radius:8px;margin:32px 0;padding:20px 24px;font-style:italic}.post-module__dmNWhG__content code{background:var(--gray-100);color:var(--gray-800);border:1px solid var(--gray-300);border-radius:4px;padding:3px 8px;font-family:Courier New,monospace;font-size:16px}.post-module__dmNWhG__content pre{background:var(--gray-900);color:var(--gray-100);border:2px solid #000;border-radius:12px;margin:32px 0;padding:24px;overflow-x:auto}.post-module__dmNWhG__content pre code{color:var(--gray-100);background:0 0;border:none;padding:0}.post-module__dmNWhG__content table{border-collapse:collapse;width:100%;margin:32px 0;font-size:16px}.post-module__dmNWhG__content th,.post-module__dmNWhG__content td{text-align:left;vertical-align:top;background:#fff;border:2px solid #000;padding:14px 16px}.post-module__dmNWhG__content th{background:var(--gray-100);font-weight:700}.post-module__dmNWhG__content tr:nth-child(odd){background:var(--gray-50)}.post-module__dmNWhG__tags{border-top:2px solid var(--gray-200);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:48px;padding:24px 0;display:flex}.post-module__dmNWhG__tagsLabel{color:var(--gray-700);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:700}.post-module__dmNWhG__tag{color:var(--gray-600);background:var(--gray-100);border:2px solid var(--gray-300);border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}.post-module__dmNWhG__tag:hover{background:var(--gray-200);border-color:var(--gray-400)}.post-module__dmNWhG__cta{background:linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-dark) 100%);text-align:center;border:3px solid #000;border-radius:16px;padding:40px;box-shadow:-4px 4px #000}.post-module__dmNWhG__ctaTitle{color:#fff;margin-bottom:12px;font-size:28px;font-weight:800}.post-module__dmNWhG__ctaText{color:#fffffff2;max-width:600px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6}.post-module__dmNWhG__ctaButton{color:var(--primary-purple);cursor:pointer;background:#fff;border:3px solid #000;border-radius:12px;padding:16px 40px;font-size:17px;font-weight:700;transition:all .2s;box-shadow:-3px 3px #000}.post-module__dmNWhG__ctaButton:hover{transform:translate(-2px)translateY(2px);box-shadow:-5px 5px #000}.post-module__dmNWhG__loading{text-align:center;color:var(--gray-600);padding:120px 20px;font-size:18px;font-weight:600}.post-module__dmNWhG__error{text-align:center;padding:80px 20px}.post-module__dmNWhG__errorTitle{color:var(--gray-900);margin-bottom:16px;font-size:32px;font-weight:800}.post-module__dmNWhG__errorText{color:var(--gray-600);margin-bottom:32px;font-size:18px;line-height:1.6}.post-module__dmNWhG__backButton{background:var(--primary-purple);color:#fff;cursor:pointer;border:3px solid #000;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:-3px 3px #000}.post-module__dmNWhG__backButton:hover{transform:translate(-2px)translateY(2px);box-shadow:-5px 5px #000}@media (max-width:768px){.post-module__dmNWhG__main{padding:100px 0 60px}.post-module__dmNWhG__article{padding:32px 24px}.post-module__dmNWhG__title{font-size:32px}.post-module__dmNWhG__excerpt{font-size:18px}.post-module__dmNWhG__content{font-size:17px}.post-module__dmNWhG__content h2{margin-top:36px;font-size:26px}.post-module__dmNWhG__content h3{margin-top:28px;font-size:22px}.post-module__dmNWhG__cta{padding:32px 24px}.post-module__dmNWhG__ctaTitle{font-size:24px}.post-module__dmNWhG__ctaText{font-size:16px}}
.blog-module__yzDhyG__main{background:var(--background-white);min-height:100vh;padding:120px 0 80px}.blog-module__yzDhyG__container{max-width:1200px;margin:0 auto;padding:0 20px}.blog-module__yzDhyG__header{text-align:center;margin-bottom:64px}.blog-module__yzDhyG__title{color:var(--gray-900);margin-bottom:16px;font-size:48px;font-weight:700;line-height:1.2}.blog-module__yzDhyG__subtitle{color:var(--gray-600);max-width:700px;margin:0 auto;font-size:20px;line-height:1.6}.blog-module__yzDhyG__filters{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:48px;display:flex}.blog-module__yzDhyG__filterButton{color:var(--gray-900);cursor:pointer;background:#fff;border:2px solid #000;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s;box-shadow:-2px 2px #000}.blog-module__yzDhyG__filterButton:hover{background:var(--gray-50);box-shadow:none;transform:translate(-2px)translateY(2px)}.blog-module__yzDhyG__filterButtonActive{background:var(--primary-purple);color:#fff;box-shadow:none;transform:translate(-2px)translateY(2px)}.blog-module__yzDhyG__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;margin-bottom:64px;display:grid}.blog-module__yzDhyG__card{cursor:pointer;background:#fff;border:3px solid #000;border-radius:16px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden;box-shadow:-4px 4px #000}.blog-module__yzDhyG__card:hover{transform:translate(-2px)translateY(2px);box-shadow:-6px 6px #000}.blog-module__yzDhyG__cardImage{object-fit:cover;background:var(--gray-200);width:100%;height:220px}.blog-module__yzDhyG__cardContent{flex-direction:column;flex:1;padding:24px;display:flex}.blog-module__yzDhyG__cardCategories{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.blog-module__yzDhyG__cardCategory{color:var(--primary-purple);background:var(--primary-purple);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;font-size:12px;font-weight:600}.blog-module__yzDhyG__cardTitle{color:var(--gray-900);margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.3}.blog-module__yzDhyG__cardExcerpt{color:var(--gray-600);flex:1;margin-bottom:20px;font-size:15px;line-height:1.6}.blog-module__yzDhyG__cardFooter{border-top:2px solid var(--gray-200);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.blog-module__yzDhyG__cardDate{color:var(--gray-500);font-size:13px;font-weight:500}.blog-module__yzDhyG__cardViews{color:var(--gray-500);align-items:center;gap:4px;font-size:13px;display:flex}.blog-module__yzDhyG__loading{text-align:center;color:var(--gray-600);padding:80px 20px;font-size:18px}.blog-module__yzDhyG__empty{text-align:center;padding:80px 20px}.blog-module__yzDhyG__emptyTitle{color:var(--gray-900);margin-bottom:12px;font-size:24px;font-weight:700}.blog-module__yzDhyG__emptyText{color:var(--gray-600);font-size:16px}@media (max-width:768px){.blog-module__yzDhyG__title{font-size:36px}.blog-module__yzDhyG__subtitle{font-size:18px}.blog-module__yzDhyG__grid{grid-template-columns:1fr;gap:24px}.blog-module__yzDhyG__filters{flex-direction:column;align-items:stretch}.blog-module__yzDhyG__filterButton{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;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{border-collapse:collapse;border:3px solid #000;width:100%;margin:32px 0;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}}
.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}}
.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{width:88px;height:88px;margin:0 auto 20px;display:block}.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}.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}}
.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;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}}
.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__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%}}
.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}}
