.coach-module__mHxuQq__box{border-radius:var(--radius);background:var(--card);border:1px solid var(--border);flex-direction:column;gap:14px;padding:18px 20px 16px;display:flex}.coach-module__mHxuQq__paper{background:var(--bg)}.coach-module__mHxuQq__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.coach-module__mHxuQq__eyebrow{letter-spacing:1.5px;color:var(--text-2);font-size:11px;font-weight:700}.coach-module__mHxuQq__timer{color:var(--text-3);font-variant-numeric:tabular-nums;font-size:12px}.coach-module__mHxuQq__strip{border-top:1px solid var(--ink-solid);align-items:center;gap:6px;padding-top:10px;font-size:11px;font-weight:600;display:flex}.coach-module__mHxuQq__dot{border:1.5px solid var(--border-light);width:18px;height:18px;color:var(--text-3);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.coach-module__mHxuQq__dot.coach-module__mHxuQq__on{background:var(--highlight);border-color:var(--highlight);color:#fff}.coach-module__mHxuQq__dot.coach-module__mHxuQq__done{background:var(--ink-solid);border-color:var(--ink-solid);color:var(--on-ink)}.coach-module__mHxuQq__lab{color:var(--text-3)}.coach-module__mHxuQq__lab.coach-module__mHxuQq__on{color:var(--highlight)}.coach-module__mHxuQq__lab.coach-module__mHxuQq__done{color:var(--text)}.coach-module__mHxuQq__line{background:var(--border);flex-grow:1;height:1px;margin:0 4px}.coach-module__mHxuQq__line.coach-module__mHxuQq__done{background:var(--ink-solid)}.coach-module__mHxuQq__stemRow{align-items:flex-start;gap:10px;display:flex}.coach-module__mHxuQq__no{font-family:var(--serif);white-space:nowrap;min-width:40px;font-size:17px;font-weight:600;line-height:1.75}.coach-module__mHxuQq__chips{flex-wrap:wrap;align-items:center;gap:6px;padding-left:40px;display:flex}.coach-module__mHxuQq__chipLabel{letter-spacing:1px;color:var(--text-3);font-size:11px;font-weight:600}.coach-module__mHxuQq__chip{font-family:var(--serif);border:1px solid var(--border);background:var(--card);border-radius:6px;padding:2px 8px;font-size:13px}.coach-module__mHxuQq__note{border-left:2px solid var(--highlight);flex-direction:column;gap:3px;padding:2px 0 2px 12px;display:flex}.coach-module__mHxuQq__noteT{font-size:15px;font-weight:600;line-height:1.4}.coach-module__mHxuQq__noteB{color:var(--text-2);font-size:13px;line-height:1.5}.coach-module__mHxuQq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.coach-module__mHxuQq__opt{text-align:left;border:1px solid var(--border);background:var(--card);min-height:52px;color:var(--text);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;transition:opacity .15s;display:flex}.coach-module__mHxuQq__opt:hover{border-color:var(--border-light)}.coach-module__mHxuQq__opt[disabled]{cursor:default}.coach-module__mHxuQq__opt.coach-module__mHxuQq__dim{opacity:.5}.coach-module__mHxuQq__opt.coach-module__mHxuQq__right{border:1.5px solid var(--correct);background:rgba(var(--correct-rgb), .08);color:var(--correct)}.coach-module__mHxuQq__opt.coach-module__mHxuQq__wrong{border:1.5px solid var(--incorrect);background:rgba(var(--incorrect-rgb), .06);color:var(--incorrect)}.coach-module__mHxuQq__opt.coach-module__mHxuQq__reveal{border:1.5px dashed var(--correct);color:var(--correct)}.coach-module__mHxuQq__optText{flex-direction:column;flex-grow:1;gap:1px;min-width:0;display:flex}.coach-module__mHxuQq__optLabel{font-size:14px;font-weight:600;line-height:1.25}.coach-module__mHxuQq__optSub{color:var(--text-2);font-size:11px;line-height:1.2}.coach-module__mHxuQq__roleDot{border-radius:999px;flex-shrink:0;width:10px;height:10px}.coach-module__mHxuQq__band{border-radius:8px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:13px;line-height:1.5;display:flex}.coach-module__mHxuQq__band.coach-module__mHxuQq__ok{background:rgba(var(--correct-rgb), .08);color:var(--correct)}.coach-module__mHxuQq__band.coach-module__mHxuQq__no{background:rgba(var(--incorrect-rgb), .06);color:var(--incorrect)}.coach-module__mHxuQq__band.coach-module__mHxuQq__info{background:var(--surface);color:var(--text-2)}.coach-module__mHxuQq__receipt{color:var(--text-2);align-items:center;gap:8px;font-size:12px;display:flex}.coach-module__mHxuQq__receipt b{letter-spacing:.5px;font-weight:700}.coach-module__mHxuQq__receipt span{color:var(--text);font-size:13px}.coach-module__mHxuQq__choices{flex-direction:column;gap:2px;padding-left:30px;display:flex}.coach-module__mHxuQq__choice{text-align:left;min-height:42px;color:var(--text);cursor:pointer;font-family:var(--serif);background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:0 8px;display:flex}.coach-module__mHxuQq__choice:hover{background:var(--surface)}.coach-module__mHxuQq__choice.coach-module__mHxuQq__picked{background:rgba(var(--highlight-rgb), .1)}.coach-module__mHxuQq__choice.coach-module__mHxuQq__picked .coach-module__mHxuQq__letter{color:var(--highlight);font-weight:600}.coach-module__mHxuQq__choice.coach-module__mHxuQq__correct .coach-module__mHxuQq__letter,.coach-module__mHxuQq__choice.coach-module__mHxuQq__correct{color:var(--correct);font-weight:600}.coach-module__mHxuQq__choice.coach-module__mHxuQq__mine{background:rgba(var(--incorrect-rgb), .06)}.coach-module__mHxuQq__choice.coach-module__mHxuQq__mine .coach-module__mHxuQq__letter{color:var(--incorrect)}.coach-module__mHxuQq__letter{width:30px;color:var(--text-2);font-size:15px}.coach-module__mHxuQq__ctext{font-size:16px}.coach-module__mHxuQq__sheet{border:1px solid var(--border);background:var(--card);border-radius:10px;flex-direction:column;gap:10px;padding:12px 14px 14px;display:flex}.coach-module__mHxuQq__sheetTop{justify-content:space-between;font-size:12px;display:flex}.coach-module__mHxuQq__sheetTop b{letter-spacing:1px;color:var(--text-2)}.coach-module__mHxuQq__picked{color:var(--highlight);font-weight:600}.coach-module__mHxuQq__result{flex-direction:column;gap:12px;display:flex}.coach-module__mHxuQq__resultHead{align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.coach-module__mHxuQq__resultDot{border-radius:999px;width:8px;height:8px}.coach-module__mHxuQq__trans{color:var(--text-2);padding-left:40px;font-size:13px}.coach-module__mHxuQq__recap{border-left:2px solid var(--ink-solid);flex-direction:column;gap:4px;padding-left:12px;font-size:14px;display:flex}.coach-module__mHxuQq__recap b{letter-spacing:.5px;color:var(--text-2);margin-right:8px;font-size:12px}.coach-module__mHxuQq__notes{border-top:1px solid var(--border);flex-direction:column;display:flex}.coach-module__mHxuQq__noteRow{border-bottom:1px solid var(--surface-light);align-items:baseline;gap:10px;padding:8px 6px;font-size:13px;display:flex}.coach-module__mHxuQq__noteRow .coach-module__mHxuQq__letter{font-family:var(--serif);width:28px;font-size:14px}.coach-module__mHxuQq__noteRow.coach-module__mHxuQq__ans{color:var(--correct);font-weight:600}.coach-module__mHxuQq__noteRow.coach-module__mHxuQq__mine{background:rgba(var(--incorrect-rgb), .06);color:var(--incorrect)}.coach-module__mHxuQq__skip{color:var(--text-3);cursor:pointer;background:0 0;border:none;align-self:center;align-items:center;gap:4px;font-size:12px;display:inline-flex}.coach-module__mHxuQq__actions{flex-wrap:wrap;gap:10px;display:flex}.coach-module__mHxuQq__passage{font-family:var(--serif);background:var(--card);border:1px solid var(--border);border-radius:10px;padding:16px 18px;font-size:15px;line-height:1.8}.coach-module__mHxuQq__passageHead{font-family:var(--serif);color:var(--text-2);border-bottom:1px solid var(--border);flex-direction:column;gap:2px;margin-bottom:10px;padding-bottom:8px;font-size:12.5px;display:flex}.coach-module__mHxuQq__blankNo{border-bottom:1.5px solid var(--ink-solid);text-align:center;min-width:56px;color:var(--text-2);vertical-align:baseline;font-size:12px;display:inline-block}.coach-module__mHxuQq__blankNo.coach-module__mHxuQq__cur{border-color:var(--highlight);color:var(--highlight);font-weight:700}.coach-module__mHxuQq__locGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.coach-module__mHxuQq__qs{gap:6px;display:flex}.coach-module__mHxuQq__q{border:1px solid var(--border);height:26px;color:var(--text-3);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.coach-module__mHxuQq__q.coach-module__mHxuQq__cur{background:var(--highlight);border-color:var(--highlight);color:#fff}.coach-module__mHxuQq__q.coach-module__mHxuQq__done{border-color:var(--ink-solid);color:var(--text)}@media (max-width:720px){.coach-module__mHxuQq__grid,.coach-module__mHxuQq__locGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.coach-module__mHxuQq__chips,.coach-module__mHxuQq__choices,.coach-module__mHxuQq__trans{padding-left:0}}@media (max-width:400px){.coach-module__mHxuQq__grid{grid-template-columns:minmax(0,1fr)}}
.diagnose-module__dH7TqG__start{justify-content:center;display:flex}.diagnose-module__dH7TqG__startBox{flex-direction:column;gap:14px;max-width:640px;display:flex}.diagnose-module__dH7TqG__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.diagnose-module__dH7TqG__lastNote{color:var(--text-3);font-size:12px}.diagnose-module__dH7TqG__run{flex-direction:column;gap:12px;display:flex}.diagnose-module__dH7TqG__progress{gap:4px;display:flex}.diagnose-module__dH7TqG__seg{background:var(--border);border-radius:999px;flex:1;height:4px}.diagnose-module__dH7TqG__seg.diagnose-module__dH7TqG__ok{background:var(--correct)}.diagnose-module__dH7TqG__seg.diagnose-module__dH7TqG__no{background:var(--incorrect)}.diagnose-module__dH7TqG__seg.diagnose-module__dH7TqG__cur{background:var(--highlight)}.diagnose-module__dH7TqG__result{flex-direction:column;gap:18px;display:flex}.diagnose-module__dH7TqG__head{flex-direction:column;gap:8px;display:flex}.diagnose-module__dH7TqG__score{font-family:var(--serif);align-items:baseline;gap:8px;display:flex}.diagnose-module__dH7TqG__big{font-size:48px;font-weight:700;line-height:1}.diagnose-module__dH7TqG__of{color:var(--text-3);font-size:20px}.diagnose-module__dH7TqG__pace{color:var(--text-2);font-size:15px}.diagnose-module__dH7TqG__bars{flex-direction:column;gap:12px;padding:18px;display:flex}.diagnose-module__dH7TqG__bar{align-items:center;gap:10px;font-size:14px;display:flex}.diagnose-module__dH7TqG__barLabel{width:52px;font-weight:600}.diagnose-module__dH7TqG__track{background:var(--surface);border-radius:999px;flex-grow:1;height:10px;overflow:hidden}.diagnose-module__dH7TqG__fill{height:100%;transition:width .4s}.diagnose-module__dH7TqG__barNum{text-align:right;width:40px;color:var(--text-2);font-family:var(--serif)}.diagnose-module__dH7TqG__weak{border-left:2px solid var(--incorrect);flex-direction:column;gap:4px;padding-left:14px;display:flex}.diagnose-module__dH7TqG__weakT{font-size:16px;font-weight:700}.diagnose-module__dH7TqG__weakB{color:var(--text-2);font-size:14px;line-height:1.6}.diagnose-module__dH7TqG__chapters{flex-direction:column;gap:10px;padding:16px 18px;display:flex}.diagnose-module__dH7TqG__chRow{align-items:center;gap:10px;display:flex}.diagnose-module__dH7TqG__chNo{font-family:var(--serif);color:var(--text-2);width:22px;font-size:15px;font-weight:700}.diagnose-module__dH7TqG__chT{flex-grow:1;font-size:14px}.diagnose-module__dH7TqG__small{color:var(--text-3);font-size:12px;line-height:1.5}.diagnose-module__dH7TqG__wrongList{flex-direction:column;gap:8px;display:flex}.diagnose-module__dH7TqG__wrongItem{flex-direction:column;gap:6px;padding:12px 14px;display:flex}.diagnose-module__dH7TqG__again{color:var(--text-3);cursor:pointer;background:0 0;border:none;align-self:center;font-size:12px}
.pages-module__gsH7DG__wrap{flex-direction:column;gap:40px;padding-top:36px;display:flex}.pages-module__gsH7DG__head{flex-direction:column;gap:12px;display:flex}.pages-module__gsH7DG__crumbs{color:var(--text-3);flex-wrap:wrap;gap:6px;font-size:13px;display:flex}.pages-module__gsH7DG__crumbs a{color:var(--text-3)}.pages-module__gsH7DG__h1{font-family:var(--serif);letter-spacing:-.01em;text-wrap:pretty;font-size:38px;font-weight:700;line-height:1.22}.pages-module__gsH7DG__meta{color:var(--text-3);flex-wrap:wrap;gap:10px;font-size:12px;display:flex}.pages-module__gsH7DG__two{grid-template-columns:1.1fr .9fr;align-items:start;gap:36px;display:grid}.pages-module__gsH7DG__stack{flex-direction:column;gap:14px;display:flex}.pages-module__gsH7DG__sectionHead{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.pages-module__gsH7DG__table{width:100%;font-size:14px}.pages-module__gsH7DG__table th{text-align:left;letter-spacing:1px;color:var(--text-2);padding:0 0 8px;font-size:11px;font-weight:700}.pages-module__gsH7DG__table td{border-top:1px solid var(--border);vertical-align:top;padding:9px 0;line-height:1.5}.pages-module__gsH7DG__table td:first-child{width:55%;padding-right:14px;font-weight:600}.pages-module__gsH7DG__box{padding:18px 20px}.pages-module__gsH7DG__next{color:var(--text-2);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.pages-module__gsH7DG__grid3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.pages-module__gsH7DG__grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.pages-module__gsH7DG__typeCard{color:var(--text);flex-direction:column;gap:8px;padding:18px 20px;display:flex}.pages-module__gsH7DG__typeCard:hover{border-color:var(--border-light);color:var(--text)}.pages-module__gsH7DG__typeName{font-size:18px;font-weight:700}.pages-module__gsH7DG__typeSub{color:var(--text-2);font-size:13px;line-height:1.5}.pages-module__gsH7DG__chRow{align-items:center;gap:10px;padding:10px 12px;display:flex}.pages-module__gsH7DG__chNo{font-family:var(--serif);color:var(--text-2);width:22px;font-size:15px;font-weight:700}.pages-module__gsH7DG__chT{flex-grow:1;font-size:14px}.pages-module__gsH7DG__chS{color:var(--text-3);font-size:12px}.pages-module__gsH7DG__pace{flex-direction:column;gap:10px;display:flex}.pages-module__gsH7DG__paceRow{align-items:center;gap:12px;font-size:14px;display:flex}.pages-module__gsH7DG__paceLabel{width:130px;color:var(--text-2)}.pages-module__gsH7DG__paceTrack{background:var(--surface);border-radius:999px;flex-grow:1;height:10px;overflow:hidden}.pages-module__gsH7DG__paceFill{height:100%}.pages-module__gsH7DG__paceNum{text-align:right;width:52px;font-family:var(--serif);font-weight:600}.pages-module__gsH7DG__postGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.pages-module__gsH7DG__post{color:var(--text);flex-direction:column;gap:8px;padding:18px 20px;display:flex}.pages-module__gsH7DG__post:hover{border-color:var(--border-light);color:var(--text)}.pages-module__gsH7DG__postMeta{color:var(--text-2);align-items:center;gap:8px;font-size:12px;display:flex}.pages-module__gsH7DG__postTitle{font-family:var(--serif);font-size:18px;font-weight:700;line-height:1.35}.pages-module__gsH7DG__article{flex-direction:column;gap:14px;font-size:16px;line-height:1.75;display:flex}.pages-module__gsH7DG__article h2{font-family:var(--serif);margin-top:10px;font-size:22px;font-weight:700}.pages-module__gsH7DG__article p{color:var(--text)}@media (max-width:800px){.pages-module__gsH7DG__two,.pages-module__gsH7DG__grid3,.pages-module__gsH7DG__grid2,.pages-module__gsH7DG__postGrid{grid-template-columns:minmax(0,1fr)}.pages-module__gsH7DG__h1{font-size:28px}.pages-module__gsH7DG__wrap{gap:32px;padding-top:24px}.pages-module__gsH7DG__table td:first-child{width:50%}}
.layout-module__6XXMma__header{z-index:10;background:var(--glass);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);position:sticky;top:0}.layout-module__6XXMma__headerInner{justify-content:space-between;align-items:center;gap:16px;height:64px;display:flex}.layout-module__6XXMma__brand{color:var(--text);align-items:center;gap:10px;display:flex}.layout-module__6XXMma__brand:hover{color:var(--text)}.layout-module__6XXMma__logo{border-radius:8px;flex-shrink:0}.layout-module__6XXMma__brandName{font-size:15px;font-weight:700}.layout-module__6XXMma__brandSub{color:var(--text-3);font-size:12px;font-weight:500}.layout-module__6XXMma__nav{align-items:center;gap:20px;display:flex}.layout-module__6XXMma__navLink{color:var(--text-2);font-size:14px;font-weight:500}.layout-module__6XXMma__navLink:hover{color:var(--text)}.layout-module__6XXMma__navCta{background:var(--ink-solid);height:38px;color:var(--on-ink);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.layout-module__6XXMma__navCta:hover{opacity:.9;color:var(--on-ink)}.layout-module__6XXMma__themeBtn{border:1px solid var(--border);width:38px;height:38px;color:var(--text-2);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.layout-module__6XXMma__themeBtn:hover{color:var(--text);border-color:var(--border-light)}.layout-module__6XXMma__footer{border-top:1px solid var(--border);color:var(--text-3);margin-top:64px;padding:32px 0 48px;font-size:12px}.layout-module__6XXMma__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px 24px;display:flex}.layout-module__6XXMma__footerLinks{flex-wrap:wrap;gap:16px;display:flex}.layout-module__6XXMma__footerLinks a{color:var(--text-3)}.layout-module__6XXMma__footerLinks a:hover{color:var(--text)}.layout-module__6XXMma__sisterGrid{flex-direction:column;gap:12px;display:flex}.layout-module__6XXMma__sister{border-radius:var(--radius);background:var(--card);border:1px solid var(--border);flex-direction:column;gap:12px;padding:20px 22px;display:flex}.layout-module__6XXMma__sisterTop{align-items:center;gap:14px;min-width:0;display:flex}.layout-module__6XXMma__sisterIcon{border-radius:12px;flex-shrink:0}.layout-module__6XXMma__sisterHead{flex-direction:column;gap:3px;min-width:0;display:flex}.layout-module__6XXMma__sisterNameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.layout-module__6XXMma__sisterName{font-size:16px;font-weight:700}.layout-module__6XXMma__sisterLine{color:var(--text-2);font-size:13px;line-height:1.5}.layout-module__6XXMma__sisterRow{background:var(--card);border:1px solid var(--border);color:var(--text);border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.layout-module__6XXMma__sisterRow:hover{border-color:var(--border-light);color:var(--text)}.layout-module__6XXMma__sisterRowText{flex-direction:column;flex-grow:1;gap:2px;min-width:0;display:flex}.layout-module__6XXMma__sisterGet{color:var(--primary);border:1px solid rgba(var(--primary-rgb), .35);white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.layout-module__6XXMma__cta{border-radius:var(--radius);background:var(--ink-solid);color:var(--on-ink);flex-direction:column;gap:14px;padding:24px 26px;display:flex}.layout-module__6XXMma__ctaEyebrow{letter-spacing:1.5px;color:var(--text-3);font-size:11px;font-weight:700}.layout-module__6XXMma__ctaTitle{font-family:var(--serif);font-size:22px;font-weight:700;line-height:1.35}.layout-module__6XXMma__ctaDesc{opacity:.8;font-size:14px;line-height:1.65}.layout-module__6XXMma__ctaBtn{background:var(--on-ink);height:44px;color:var(--ink-solid);border-radius:9px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.layout-module__6XXMma__ctaBtn:hover{opacity:.92;color:var(--ink-solid)}@media (max-width:720px){.layout-module__6XXMma__brandSub,.layout-module__6XXMma__navLink{display:none}.layout-module__6XXMma__headerInner{height:56px}.layout-module__6XXMma__sister{padding:16px 18px}}
.home-module__Hx0lNG__hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;padding:56px 0 64px;display:grid}.home-module__Hx0lNG__heroText{flex-direction:column;gap:20px;min-width:0;display:flex}.home-module__Hx0lNG__eyebrow{color:var(--text-2);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.home-module__Hx0lNG__h1{font-family:var(--serif);letter-spacing:-.01em;text-wrap:pretty;font-size:50px;font-weight:700;line-height:1.18}.home-module__Hx0lNG__lede{color:var(--text-2);text-wrap:pretty;max-width:520px;font-size:18px;line-height:1.65}.home-module__Hx0lNG__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.home-module__Hx0lNG__trust{color:var(--text-3);flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.home-module__Hx0lNG__demo{justify-content:flex-end;min-width:0;display:flex}.home-module__Hx0lNG__demoInner{width:100%;max-width:460px;box-shadow:0 12px 40px var(--shadow);border-radius:var(--radius)}.home-module__Hx0lNG__section{flex-direction:column;gap:18px;padding:0 0 56px;display:flex}.home-module__Hx0lNG__sectionHead{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.home-module__Hx0lNG__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-module__Hx0lNG__step{flex-direction:column;gap:10px;padding:20px 22px;display:flex}.home-module__Hx0lNG__stepHead{align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.home-module__Hx0lNG__stepNo{background:var(--ink-solid);width:26px;height:26px;color:var(--on-ink);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.home-module__Hx0lNG__stepBody{color:var(--text-2);font-size:14px;line-height:1.6}.home-module__Hx0lNG__stepEx{background:var(--bg);border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.6}.home-module__Hx0lNG__two{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.home-module__Hx0lNG__chips{flex-wrap:wrap;gap:8px;display:flex}.home-module__Hx0lNG__chip{background:var(--card);border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:13px}.home-module__Hx0lNG__chGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.home-module__Hx0lNG__ch{color:var(--text);align-items:center;gap:10px;padding:10px 12px;display:flex}.home-module__Hx0lNG__chNo{font-family:var(--serif);color:var(--text-2);width:22px;font-size:15px;font-weight:700}.home-module__Hx0lNG__chT{flex-grow:1;font-size:14px}.home-module__Hx0lNG__bottom{grid-template-columns:1fr 1fr;gap:16px;display:grid}.home-module__Hx0lNG__author{flex-direction:column;gap:10px;padding:24px 26px;display:flex}.home-module__Hx0lNG__authorT{font-family:var(--serif);font-size:22px;font-weight:700;line-height:1.35}.home-module__Hx0lNG__authorB{opacity:.8;font-size:14px;line-height:1.65}.home-module__Hx0lNG__faqRow{grid-template-columns:300px 1fr;gap:40px;display:grid}.home-module__Hx0lNG__lastCta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:36px 40px;display:flex}.home-module__Hx0lNG__lastT{font-family:var(--serif);font-size:26px;font-weight:700}.home-module__Hx0lNG__lastB{color:var(--text-2);font-size:15px}@media (max-width:900px){.home-module__Hx0lNG__hero{grid-template-columns:minmax(0,1fr);gap:32px;padding:32px 0 40px}.home-module__Hx0lNG__h1{font-size:34px}.home-module__Hx0lNG__demo{justify-content:stretch}.home-module__Hx0lNG__demoInner{max-width:none}.home-module__Hx0lNG__steps,.home-module__Hx0lNG__chGrid{grid-template-columns:minmax(0,1fr)}.home-module__Hx0lNG__two,.home-module__Hx0lNG__bottom,.home-module__Hx0lNG__faqRow{grid-template-columns:minmax(0,1fr);gap:20px}.home-module__Hx0lNG__lastCta{padding:24px 22px}.home-module__Hx0lNG__lastT{font-size:22px}}
