:root{--lh-canvas:#ece6d8;--lh-screen:#f6f2e9;--lh-surface:#fff;--lh-surface-2:#fcfaf3;--lh-field:#fbf9f3;--lh-segment:#ede8db;--lh-ink:#20261f;--lh-ink-2:#3e4a40;--lh-ink-3:#4b534a;--lh-muted:#6b7266;--lh-muted-2:#77806f;--lh-muted-3:#9aa394;--lh-muted-4:#a9b0a2;--lh-green:#14503c;--lh-green-600:#2e7d5b;--lh-yellow:#f1c44b;--lh-coral:#e36b3f;--lh-coral-700:#c9542c;--lh-green-bg:#e4efe8;--lh-green-line:#bfd8c8;--lh-coral-bg:#fbe7dd;--lh-coral-line:#f0c7b4;--lh-yellow-bg:#f8eecb;--lh-yellow-ink:#a9791e;--lh-yellow-line:#ebd79a;--lh-line:#e4decf;--lh-line-soft:#f0ebdf;--lh-line-card:#eae3d3;--lh-line-row:#e8e1d0;--lh-line-field:#d8d1bf;--e-in:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}body{background:var(--lh-canvas);color:var(--lh-ink);font-family:var(--font-inter), system-ui, -apple-system, sans-serif;margin:0}::selection{background:var(--lh-yellow);color:var(--lh-ink)}a{color:var(--lh-green);text-decoration:none}a:hover{color:var(--lh-green-600)}button{font:inherit;color:inherit}.focusable:focus-visible{outline:3px solid var(--lh-green-600);outline-offset:2px}@keyframes lhPush{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:none}}@keyframes lhPushBack{0%{opacity:0;transform:translate(-26px)}to{opacity:1;transform:none}}@keyframes lhFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lhSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes lhFloat{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-10px)rotate(-2deg)}}@keyframes lhTwinkle{0%,to{opacity:.25;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}@keyframes lhShimmer{0%{transform:translate(-100%)}to{transform:translate(300%)}}@keyframes lhPop{0%{opacity:0;transform:scale(.6)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.enter-fwd{animation:lhPush .34s var(--e-in) both}.enter-back{animation:lhPushBack .34s var(--e-in) both}.fade-in{animation:.35s both lhFadeIn}.stagger>*{opacity:0;animation:lhFadeIn .42s var(--e-in) forwards}.stagger>:first-child{animation-delay:40ms}.stagger>:nth-child(2){animation-delay:95ms}.stagger>:nth-child(3){animation-delay:.15s}.stagger>:nth-child(4){animation-delay:.205s}.stagger>:nth-child(5){animation-delay:.26s}.stagger>:nth-child(6){animation-delay:.315s}.stagger>:nth-child(7){animation-delay:.37s}.stagger>:nth-child(8){animation-delay:.425s}.stagger>:nth-child(9){animation-delay:.48s}.tap{transition:transform .1s,background .15s,filter .15s}.stagger>.scrim,.stagger>.sheet,.stagger>.toast-layer{opacity:1}:root{--e-ui:cubic-bezier(.4, 0, .2, 1);--d-micro:.16s;--d-ui:.26s;--d-enter:.6s}[data-reveal]{opacity:0;transition:opacity var(--d-enter) var(--e-in), transform var(--d-enter) var(--e-in);transform:translateY(20px)}[data-reveal][data-shown]{opacity:1;transform:none}[data-stagger]>*{opacity:0;transition:opacity var(--d-ui) var(--e-in), transform var(--d-micro) var(--e-ui), border-color var(--d-ui) var(--e-ui)}[data-stagger][data-shown]>*{opacity:1}@keyframes lhRise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes lhSweep{0%{transform:rotate(-1deg)scaleX(0)}to{transform:rotate(-1deg)scaleX(1)}}.lh-h{opacity:0;animation:lhRise var(--d-enter) var(--e-in) both}.lh-hl{transform-origin:0;animation:lhSweep .3s var(--e-in) forwards;transform:rotate(-1deg)scaleX(0)}.row-tap{transition:background .12s,transform .1s}.row-tap:active{background:#f1ede2;transform:scale(.99)}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.enter-fwd,.enter-back,.fade-in,.stagger>*,[data-reveal],[data-stagger]>*{opacity:1!important;transform:none!important}.lh-h{opacity:1!important}.lh-hl{transform:rotate(-1deg)scaleX(1)!important}}.app-frame{background:var(--lh-screen);width:100%;max-width:430px;height:100dvh;margin:0 auto;position:relative;overflow:hidden}@media (min-width:520px){.app-frame{border:1px solid var(--lh-line-field);border-radius:28px;height:calc(100dvh - 48px);margin:24px auto;box-shadow:0 40px 80px -48px #20261f8c}}.tabbar{z-index:35;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--lh-line);padding:8px 12px calc(10px + env(safe-area-inset-bottom,0px));background:#fbf9f3f0;justify-content:space-around;align-items:flex-end;display:flex;position:absolute;bottom:0;left:0;right:0}.tabbar__tab{min-height:44px;color:var(--lh-muted-2);flex-direction:column;flex:1;align-items:center;gap:4px;padding:4px 0;font-size:11px;font-weight:500;display:flex}.tabbar__tab:hover{color:var(--lh-green)}.tabbar__tab--active{color:var(--lh-green);font-weight:700}.tabbar__fab{background:var(--lh-coral);width:56px;height:56px;color:var(--lh-field);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:-24px;display:flex;box-shadow:0 14px 26px -12px #e36b3fe6}.tabbar__fab:hover{color:var(--lh-field);background:var(--lh-coral-700)}.nav{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f2e9f0;position:absolute;top:0;left:0;right:0}.nav__bar{align-items:center;height:52px;padding:0 8px;display:flex}.nav__back{cursor:pointer;width:44px;height:44px;color:var(--lh-green);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.nav__title{text-align:center;font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;flex:1;font-size:17px;font-weight:600}.nav__right{align-items:center;gap:2px;display:flex}.nav__step{text-align:center;min-width:26px;color:var(--lh-muted-2);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.nav__iconbtn{cursor:pointer;width:36px;height:36px;color:var(--lh-green);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.progress{background:var(--lh-line);height:4px}.progress__fill{background:var(--lh-green);height:100%;transition:width .4s var(--e-in);border-radius:0 999px 999px 0}.screen{position:absolute;inset:60px 0 0}.screen--full{z-index:45;top:0}.scroll{-ms-overflow-style:none;scrollbar-width:none;position:absolute;inset:0;overflow-y:auto}.scroll::-webkit-scrollbar{display:none}.scroll-hidden{-ms-overflow-style:none;scrollbar-width:none}.scroll-hidden::-webkit-scrollbar{display:none}.pad{padding:18px 18px 0}.hero{background:radial-gradient(120% 90% at 82% 0%, #f7e9c4 0%, #f7e9c400 58%), linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);padding:26px 18px 22px;position:relative;overflow:hidden}.hero__deco{justify-content:center;align-items:center;display:flex;position:absolute}.hero__deco--float{animation:5s ease-in-out infinite lhFloat}.hero__eyebrow{letter-spacing:.12em;color:var(--lh-green-600);margin-bottom:8px;font-size:12px;font-weight:700}.hero__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;margin:0;font-size:33px;font-weight:600;line-height:1.06}.hero__title--narrow{max-width:11ch}.hero__lede{color:var(--lh-ink-3);margin:14px 0 0;font-size:15px;line-height:1.5}.hero__lede--narrow{max-width:34ch}.hero__lede strong{color:var(--lh-green)}.underline{margin:7px 0 0 1px;display:block;overflow:visible}.underline--centered{margin:6px auto 0}.eyebrow{letter-spacing:.09em;color:var(--lh-muted-3);text-transform:uppercase;margin-bottom:11px;font-size:12px;font-weight:700}.eyebrow--spaced{margin:22px 0 11px}.stack{flex-direction:column;gap:10px;display:flex}.stack--tight{gap:9px}.grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.grid--tight{gap:10px}.opt-row{text-align:left;background:var(--lh-surface);border:1.5px solid var(--opt-line,var(--lh-green-line));cursor:pointer;border-radius:16px;align-items:center;gap:14px;min-height:44px;padding:15px 16px;display:flex;box-shadow:0 10px 22px -18px #20261f80}.opt-row__icon{background:var(--opt-bg);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.opt-row__body{flex:1;min-width:0}.opt-row__label{font-size:16px;font-weight:600;display:block}.opt-row__note{color:var(--lh-muted-2);margin-top:1px;font-size:12.5px;display:block}.opt-mini{text-align:left;background:var(--lh-surface-2);border:1px solid var(--lh-line-row);cursor:pointer;border-radius:15px;align-items:center;gap:13px;min-height:44px;padding:12px 15px;display:flex}.opt-mini__icon{background:var(--opt-bg);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.opt-mini__label{color:var(--lh-ink-2);flex:1;font-size:15px;font-weight:600}.opt-tile{text-align:left;background:var(--lh-surface);border:1.5px solid var(--opt-line,var(--lh-green-line));cursor:pointer;border-radius:18px;flex-direction:column;gap:13px;min-height:150px;padding:18px 16px;display:flex;box-shadow:0 10px 22px -18px #20261f80}.opt-tile__icon{background:var(--opt-bg);border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.opt-tile__label{font-size:16px;font-weight:600;display:block}.opt-tile__note{color:var(--lh-muted-2);margin-top:3px;font-size:12.5px;line-height:1.35;display:block}.opt-chip{text-align:left;background:var(--lh-surface-2);border:1px solid var(--lh-line-row);cursor:pointer;border-radius:15px;align-items:center;gap:11px;min-height:44px;padding:14px;display:flex}.opt-chip__icon{background:var(--opt-bg);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.opt-chip__label{color:var(--lh-ink-2);font-size:14px;font-weight:600;line-height:1.2}.form-stack{flex-direction:column;gap:14px;padding:18px 18px 0;display:flex}.fcard{background:var(--lh-surface);border:1px solid var(--lh-line-card);border-radius:18px;flex-direction:column;gap:18px;padding:18px;display:flex;box-shadow:0 10px 22px -20px #20261f80}.fcard--tight{gap:16px}.fcard__head{align-items:center;gap:9px;display:flex}.fcard__icon{background:var(--opt-bg);border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.fcard__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;font-size:17px;font-weight:600}.field__label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}.field__optional{color:var(--lh-muted-3);font-size:12px;font-weight:500}.field__label--loose{margin-bottom:10px}.input{width:100%;font-family:var(--font-inter), system-ui, sans-serif;color:var(--lh-ink);background:var(--lh-field);border:1.5px solid var(--lh-line-field);border-radius:12px;padding:13px 14px;font-size:16px}.input::placeholder{color:var(--lh-muted-3)}.select{text-align:left;width:100%;color:var(--lh-ink);background:var(--lh-field);border:1.5px solid var(--lh-line-field);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;min-height:44px;padding:13px 14px;font-size:16px;font-weight:400;display:flex}.duo{grid-template-columns:1fr 1fr;gap:14px;display:grid}.segment{background:var(--lh-segment);border-radius:12px;gap:4px;padding:4px;display:flex}.segment__btn{cursor:pointer;min-height:42px;color:var(--lh-muted);box-shadow:none;background:0 0;border:none;border-radius:9px;flex:1;padding:10px;font-size:14px;font-weight:600;transition:background .18s,color .18s}.segment__btn[aria-pressed=true]{color:var(--lh-field);background:var(--lh-green);box-shadow:0 4px 10px -4px #14503c80}.stepper-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.stepper-row__label{font-size:15px;font-weight:600}.stepper{border:1.5px solid var(--lh-line-field);background:var(--lh-field);border-radius:12px;align-items:center;display:inline-flex;overflow:hidden}.stepper__btn{width:44px;height:46px;color:var(--lh-green);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.stepper__value{text-align:center;font-variant-numeric:tabular-nums;border-left:1.5px solid var(--lh-line-field);border-right:1.5px solid var(--lh-line-field);width:48px;height:46px;font-size:17px;font-weight:700;line-height:46px}.toggles{flex-direction:column;display:flex}.toggle{cursor:pointer;text-align:left;border:none;border-top:1px solid var(--lh-line-soft);background:0 0;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.toggle__left{align-items:center;gap:12px;display:flex}.toggle__icon{background:var(--opt-bg);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.toggle__label{font-size:15px;font-weight:600}.switch{background:var(--lh-line-field);border-radius:999px;flex-shrink:0;width:51px;height:31px;transition:background .2s;position:relative}.switch__knob{background:#fff;border-radius:999px;width:27px;height:27px;transition:left .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 5px #20261f4d}.toggle[aria-pressed=true] .switch{background:var(--switch-on,var(--lh-green))}.toggle[aria-pressed=true] .switch__knob{left:22px}.details-topic__input{width:100%;font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;color:var(--lh-ink);border:none;border-bottom:1.5px solid var(--lh-line-field);background:0 0;border-radius:0;margin-top:22px;padding:4px 0 10px;font-size:22px;font-weight:600;line-height:1.25;display:block}.details-topic__input::placeholder{color:var(--lh-muted-3);font-weight:500}.details-topic__input:focus{border-bottom-color:var(--lh-green);outline:none}.details-topic__input:focus-visible{box-shadow:0 3px 0 0 var(--lh-green-600)}.details-context{color:var(--lh-muted-2);margin:14px 0 0;font-size:13.5px;line-height:1.4}.details-body{flex-direction:column;gap:22px;padding:8px 18px 28px;display:flex}.details-block{flex-direction:column;display:flex}.details-config{flex-direction:column;gap:18px;display:flex}.details-config--auto{opacity:.42}.details-toggles{border-top:1px solid var(--lh-line-soft);flex-direction:column;display:flex}.details-toggle,.details-auto{cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--lh-line-soft);background:0 0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:12px 0;display:flex}.details-toggle__label{font-size:15px;font-weight:600}.details-auto{border-bottom:none;padding:14px 0}.details-auto__text{flex-direction:column;gap:2px;min-width:0;display:flex}.details-auto__label{font-size:15px;font-weight:600}.details-auto__note{color:var(--lh-muted-2);font-size:13px;font-weight:400}.details-toggle[aria-pressed=true] .switch,.details-auto[aria-pressed=true] .switch{background:var(--switch-on,var(--lh-green))}.details-toggle[aria-pressed=true] .switch__knob,.details-auto[aria-pressed=true] .switch__knob{left:22px}.mini-sheet{padding:4px 0 8px}.mini-sheet__paper{background:var(--lh-surface);border:1px solid var(--lh-line-card);border-radius:3px;width:148px;padding:14px 12px 16px}.mini-sheet__meta{letter-spacing:.08em;text-transform:uppercase;color:var(--lh-muted-3);margin-bottom:6px;font-size:9px;font-weight:700}.mini-sheet__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;color:var(--lh-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:1.25em;font-size:11px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.mini-sheet__lines{flex-direction:column;gap:7px;margin-top:10px;display:flex}.mini-sheet__lines span{background:var(--lh-line);height:1px;display:block}.mini-sheet__lines span:nth-child(2){width:88%}.mini-sheet__lines span:nth-child(3){width:72%}.mini-sheet__lines span:nth-child(5){width:80%}.mini-sheet__lines span:nth-child(6){width:54%}.mini-sheet__gap{background:0 0!important;height:6px!important}.bottombar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--lh-line);background:#fbf9f3f5;padding:14px 18px 26px;position:absolute;bottom:0;left:0;right:0}.bottombar--split{gap:12px;display:flex}.bottombar--split .btn{white-space:nowrap;gap:8px;min-width:0;padding:14px 12px}.bottombar--split .btn--ghost{flex:1}.bottombar--split .btn--primary{flex:1.4}.btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;font-size:16px;font-weight:600;display:flex}.btn--primary{color:var(--lh-field);background:var(--lh-coral);border:none;padding:16px;box-shadow:0 12px 24px -14px #e36b3fe6}.btn--ghost{color:var(--lh-green);border:1.5px solid var(--lh-green);background:0 0;padding:15px}.btn--block{width:100%}.state-screen{z-index:45;flex-direction:column;display:flex;position:absolute;inset:0}.state-screen--loading{background:radial-gradient(110% 70% at 50% 22%, #f7e9c4 0%, #f7e9c400 60%), linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);justify-content:center;align-items:center;padding:0 36px}.state-screen--done{background:radial-gradient(115% 65% at 50% 16%, #f7e9c4 0%, #f7e9c400 58%), linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);padding:0 26px;overflow:hidden}.orb{justify-content:center;align-items:center;display:flex;position:relative}.orb--loading{width:132px;height:132px;margin-bottom:30px}.orb--done{width:150px;height:150px;margin-bottom:24px}.orb__halo{background:radial-gradient(circle, var(--halo,#e4efe8) 0%, #e4efe800 70%);border-radius:999px;position:absolute;inset:0}.orb__core{background:var(--lh-green);border-radius:999px;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.orb--loading .orb__core{animation:3.2s ease-in-out infinite lhFloat;box-shadow:0 20px 40px -18px #14503cb3}.orb--done .orb__core{animation:lhPop .55s var(--e-in) both;box-shadow:0 20px 40px -16px #14503c99}.orb__spark{justify-content:center;align-items:center;animation:1.8s ease-in-out infinite lhTwinkle;display:flex;position:absolute}.state-title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;text-align:center;margin:0 0 10px;font-size:24px;font-weight:600;line-height:1.25}.state-lede{color:var(--lh-muted);text-align:center;max-width:30ch;margin:0 0 30px;font-size:15px;line-height:1.5}.track{background:var(--lh-line);border-radius:999px;width:200px;height:6px;position:relative;overflow:hidden}.track__bar{background:var(--lh-coral);border-radius:999px;width:40%;height:100%;animation:1.4s ease-in-out infinite lhShimmer;position:absolute;top:0;left:0}.done__body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.done__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;margin:0;font-size:30px;font-weight:600}.done__lede{color:var(--lh-ink-2);max-width:28ch;margin:16px 0 0;font-size:16px;line-height:1.55}.done__lede strong{color:var(--lh-green)}.done__actions{flex-direction:column;gap:12px;padding-bottom:30px;display:flex}.preview{z-index:30;background:radial-gradient(120% 40% at 82% 0%, #f3e4be 0%, #f3e4be00 55%), var(--lh-canvas);position:absolute;inset:0}.preview__bar{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--lh-line);background:#f6f2e9f0;align-items:center;height:52px;padding:0 6px;display:flex;position:absolute;top:0;left:0;right:0}.preview__iconbtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.preview__title{text-align:center;font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;flex:1;font-size:17px;font-weight:600}.preview__scroll{padding:20px 18px 104px;position:absolute;inset:52px 0 0;overflow-y:auto;container-type:inline-size}.scrim{z-index:50;background:#20261f6b;border:none;width:100%;padding:0;animation:.25s lhFadeIn;position:absolute;inset:0}.sheet{z-index:51;background:var(--lh-field);border-top-left-radius:26px;border-top-right-radius:26px;flex-direction:column;padding:12px 0 26px;animation:.3s cubic-bezier(.32,.72,0,1) lhSheetUp;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -20px 50px -20px #20261f66}.sheet--capped{max-height:70%}.sheet__grabber{background:var(--lh-line-field);border-radius:999px;width:40px;height:5px;margin:4px auto 12px}.sheet__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;padding:0 20px 12px;font-size:19px;font-weight:600}.sheet__list{flex-direction:column;padding:0 12px;display:flex}.sheet__list--scroll{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}.sheet__list--scroll::-webkit-scrollbar{display:none}.sheet-opt{text-align:left;width:100%;color:var(--lh-ink);cursor:pointer;background:0 0;border:none;border-radius:14px;justify-content:space-between;align-items:center;min-height:44px;padding:15px 16px;font-size:16px;font-weight:500;display:flex}.sheet-opt[aria-checked=true]{background:var(--lh-green-bg);color:var(--lh-green);font-weight:600}.sheet-action{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;min-height:52px;padding:14px 16px;display:flex}.sheet-action__icon{background:var(--opt-bg);border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sheet-action__label{flex:1;font-size:16px;font-weight:600}.sheet-action__hint{color:var(--lh-muted-3);font-size:13px}.toast-layer{z-index:70;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.toast{animation:lhPop .4s var(--e-in) both;background:#20261feb;border-radius:22px;flex-direction:column;align-items:center;gap:12px;padding:26px 30px;display:flex;box-shadow:0 24px 50px -20px #20261f99}.toast__mark{background:var(--lh-green-600);border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.toast__label{color:var(--lh-field);font-size:15px;font-weight:600}.auth-screen{z-index:45;-ms-overflow-style:none;scrollbar-width:none;background:radial-gradient(120% 60% at 82% 0%, #f7e9c4 0%, #f7e9c400 55%), linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);flex-direction:column;justify-content:center;padding:36px 22px 40px;display:flex;position:absolute;inset:0;overflow-y:auto}.auth-screen::-webkit-scrollbar{display:none}.auth-head{text-align:center;margin-bottom:26px}.auth-head__mark{background:var(--lh-green);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 16px;display:flex}.auth-head__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;margin:0;font-size:26px;font-weight:600}.auth-head__lede{color:var(--lh-muted);margin:8px 0 0;font-size:14px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;display:flex}.auth-error{color:var(--lh-coral-700);background:var(--lh-coral-bg);border:1px solid var(--lh-coral-line);border-radius:12px;padding:11px 13px;font-size:13px;font-weight:500}.auth-switch{text-align:center;color:var(--lh-muted);margin-top:22px;font-size:14px}.auth-switch a{font-weight:600}.materials-screen{z-index:30;background:var(--lh-canvas);position:absolute;inset:0}.materials-list{-ms-overflow-style:none;scrollbar-width:none;padding:14px 12px 40px;position:absolute;inset:52px 0 0;overflow-y:auto}.materials-list::-webkit-scrollbar{display:none}.materials-item{margin-bottom:4px}.materials-item__title{color:var(--lh-ink-2);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;display:block;overflow:hidden}.materials-item__date{color:var(--lh-muted-2);margin-top:2px;font-size:12.5px;font-weight:500;display:block}.materials-item__badge{background:var(--lh-green-bg);color:var(--lh-green);border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:700}.materials-empty{text-align:center;padding:70px 34px 0}.materials-empty__title{font-family:var(--font-fraunces), Georgia, serif;margin:14px 0 6px;font-size:19px;font-weight:600}.materials-empty__lede{color:var(--lh-muted);margin:0;font-size:14px;line-height:1.5}.hp{font-family:var(--font-inter), system-ui, sans-serif;color:var(--lh-ink);background:var(--lh-screen);min-height:100vh;overflow-x:hidden}.hp-wrap{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}.hp-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--lh-line);background:#f6f2e9e0;position:sticky;top:0}.hp-header__bar{align-items:center;gap:22px;max-width:1180px;margin:0 auto;padding:13px 24px;display:flex}.hp-logo{align-items:center;gap:10px;display:flex}.hp-logo__mark{background:var(--lh-green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hp-logo__word{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;color:var(--lh-ink);font-size:22px;font-weight:600}.hp-nav{align-items:center;gap:2px;margin-left:8px;display:flex}.hp-nav__link{color:var(--lh-ink-3);border-radius:999px;padding:8px 12px;font-size:15px;font-weight:500;transition:background .15s,color .15s}.hp-nav__link:hover{color:var(--lh-green);background:var(--lh-green-bg)}.hp-nav__link--active{color:var(--lh-green);background:var(--lh-green-bg);font-weight:600}.hp-header__cta{align-items:center;gap:12px;margin-left:auto;display:flex}.hp-login{color:var(--lh-field);background:var(--lh-green);border-radius:999px;padding:10px 20px;font-size:15px;font-weight:600}.hp-login:hover{color:var(--lh-field);background:var(--lh-green-600)}.hp-burger{border:1px solid var(--lh-line-field);background:var(--lh-field);cursor:pointer;width:42px;height:42px;color:var(--lh-green);border-radius:12px;justify-content:center;align-items:center;margin-left:auto;display:none}.hp-menu{border-top:1px solid var(--lh-line);background:var(--lh-field);flex-direction:column;gap:4px;padding:14px 24px 20px;display:none}.hp-menu a{color:var(--lh-ink-3);padding:11px 4px;font-size:16px}.hp-menu a:first-child{color:var(--lh-green);font-weight:600}.hp-menu__login{text-align:center;background:var(--lh-green);border-radius:999px;margin-top:8px;font-size:16px;font-weight:600;color:var(--lh-field)!important;padding:12px!important}@media (max-width:860px){.hp-nav,.hp-header__cta{display:none}.hp-burger{display:inline-flex}.hp-menu[data-open]{display:flex}}.hp-btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:9px;font-size:16px;font-weight:600;display:inline-flex}.hp-btn--coral{color:var(--lh-field);background:var(--lh-coral);padding:15px 26px}.hp-btn--coral:hover{color:var(--lh-field);background:var(--lh-coral-700)}.hp-btn--outline{color:var(--lh-green);border:1.5px solid var(--lh-green);background:0 0;padding:14px 24px}.hp-btn--green{color:var(--lh-field);background:var(--lh-green);padding:14px 24px}.hp-btn--green:hover{color:var(--lh-field);background:var(--lh-green-600)}.hp-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;max-width:1180px;margin:0 auto;padding:64px 24px 40px;display:grid}.hp-eyebrow{letter-spacing:.12em;color:var(--lh-green-600);margin-bottom:20px;font-size:13px;font-weight:700}.hp-hero__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;margin:0 0 22px;font-size:clamp(38px,5.2vw,60px);font-weight:600;line-height:1.05}.hp-hl-wrap{white-space:nowrap;display:inline-block;position:relative}.hp-hl-bar{background:var(--lh-yellow);border-radius:3px;height:34%;position:absolute;bottom:8px;left:-3px;right:-3px}.hp-hl-text{position:relative}.hp-hero__lede{color:var(--lh-ink-3);max-width:52ch;margin:0 0 30px;font-size:18px;line-height:1.6}.hp-hero__ctas{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hp-hero__note{color:var(--lh-muted-2);align-items:center;gap:8px;margin-top:24px;font-size:14px;display:flex}.hp-sheet-scene{position:relative}.hp-sheet-scene__back{background:var(--lh-green-bg);border-radius:26px;position:absolute;inset:14px -8px -14px 20px;transform:rotate(2deg)}.hp-sheet{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:22px;padding:30px 30px 26px;position:relative;transform:rotate(-1deg);box-shadow:0 24px 50px -28px #20261f66}.hp-sheet__head{border-bottom:2px solid var(--lh-ink);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.hp-sheet__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;font-size:21px;font-weight:600;line-height:1.15}.hp-sheet__meta{color:var(--lh-muted-2);margin-top:4px;font-size:13px}.hp-sheet__fields{text-align:right;color:var(--lh-muted-2);font-size:12px;line-height:1.5}.hp-sheet__qs{flex-direction:column;gap:15px;margin-top:18px;display:flex}.hp-sheet__q{gap:11px;display:flex}.hp-sheet__qn{background:var(--lh-green-bg);width:23px;height:23px;color:var(--lh-green);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.hp-sheet__qtext{color:var(--lh-ink);font-size:14px;line-height:1.45}.hp-sheet__qline{background:var(--lh-line);height:1px;margin-top:13px}.hp-sheet__foot{justify-content:space-between;align-items:center;margin-top:22px;display:flex}.hp-sheet__sol{color:var(--lh-green);background:var(--lh-green-bg);border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.hp-sheet__page{color:var(--lh-muted-2);font-size:12px}.hp-section{max-width:1180px;margin:0 auto;padding:56px 24px}.hp-band{background:var(--lh-field);border-top:1px solid var(--lh-line);border-bottom:1px solid var(--lh-line)}.hp-h2{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;margin:0;font-size:clamp(26px,3.4vw,34px);font-weight:600}.hp-section__head{flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:28px;display:flex}.hp-section__eyebrow{letter-spacing:.1em;color:var(--lh-coral);font-size:13px;font-weight:700}.hp-lede{color:var(--lh-ink-3);max-width:50ch;margin:8px 0 30px;font-size:16px}.hp-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hp-grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.hp-tile{text-align:left;background:var(--lh-surface);border:1px solid var(--lh-line);cursor:pointer;color:var(--lh-ink);border-radius:16px;align-items:center;gap:16px;padding:20px;font-size:16px;font-weight:600;transition:border-color .15s,transform .15s;display:flex}.hp-tile:hover{border-color:var(--lh-green-600);color:var(--lh-ink);transform:translateY(-2px)}.hp-tile__icon{background:var(--lh-green-bg);width:46px;height:46px;color:var(--lh-green);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hp-tile--col{flex-direction:column;align-items:flex-start;gap:14px;padding:22px 20px;font-size:15px}.hp-tile--col .hp-tile__icon{border-radius:12px;width:44px;height:44px}.hp-step{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:20px;padding:28px}.hp-step__n{background:var(--lh-coral);width:40px;height:40px;color:var(--lh-field);font-family:var(--font-fraunces), Georgia, serif;border-radius:999px;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.hp-step__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;margin:20px 0 8px;font-size:21px;font-weight:600}.hp-step__text{color:var(--lh-ink-3);margin:0;font-size:15px;line-height:1.6}.hp-example{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:18px;padding:24px;box-shadow:0 12px 30px -18px #20261f4d}.hp-example__head{border-bottom:1.5px solid var(--lh-ink);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.hp-example__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;font-size:17px;font-weight:600}.hp-example__meta{color:var(--lh-muted-2);margin-top:8px;font-size:12px}.hp-example__lines{flex-direction:column;gap:10px;margin-top:16px;display:flex}.hp-example__line{align-items:center;gap:9px;display:flex}.hp-example__ln{background:var(--lh-green-bg);width:18px;height:18px;color:var(--lh-green);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.hp-example__bar{background:var(--lh-segment);border-radius:5px;flex:1;height:9px}.hp-example__tag{color:var(--lh-green);background:var(--lh-green-bg);border-radius:999px;margin-top:18px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.hp-frag{background:var(--lh-green);color:var(--lh-canvas)}.hp-frag__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;padding:72px 24px;display:grid}.hp-frag__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;color:#f6f2e9;margin:0 0 16px;font-size:clamp(28px,3.8vw,40px);font-weight:600;line-height:1.1}.hp-frag__lede{color:#c9d8ce;max-width:46ch;margin:0 0 28px;font-size:17px;line-height:1.6}.hp-frag__demo{background:var(--lh-field);color:var(--lh-ink);border-radius:20px;padding:22px}.hp-frag__bot{gap:10px;margin-bottom:14px;display:flex}.hp-frag__botmark{background:var(--lh-green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hp-frag__botbubble{background:var(--lh-green-bg);border-radius:4px 14px 14px;padding:12px 15px;font-size:14px;line-height:1.5}.hp-frag__userrow{justify-content:flex-end;margin-bottom:14px;display:flex}.hp-frag__userbubble{background:var(--lh-coral-bg);border-radius:14px 4px 14px 14px;max-width:80%;padding:12px 15px;font-size:14px;line-height:1.5}.hp-frag__composer{background:var(--lh-surface);border:1.5px solid var(--lh-line-field);border-radius:999px;align-items:center;gap:10px;padding:8px 8px 8px 16px;display:flex}.hp-frag__placeholder{color:var(--lh-muted-2);flex:1;font-size:14px}.hp-frag__send{background:var(--lh-coral);border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.hp-coaching{grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;max-width:1180px;margin:0 auto;padding:68px 24px;display:grid}.hp-coaching__cards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.hp-ccard{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:16px;padding:20px}.hp-ccard__icon{background:var(--lh-green-bg);width:40px;height:40px;color:var(--lh-green);border-radius:12px;justify-content:center;align-items:center;display:flex}.hp-ccard__title{margin-top:14px;font-size:15px;font-weight:600}.hp-ccard__text{color:var(--lh-muted-2);margin-top:4px;font-size:13px;line-height:1.5}.hp-price{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:20px;padding:28px}.hp-price__plan{color:var(--lh-muted-2);font-size:15px;font-weight:600}.hp-price__amount{align-items:baseline;gap:4px;margin:12px 0 4px;display:flex}.hp-price__value{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;font-size:40px;font-weight:600}.hp-price__per{color:var(--lh-muted-2);font-size:15px}.hp-price__note{color:var(--lh-muted-2);margin-bottom:20px;font-size:13px}.hp-price__features{flex-direction:column;gap:11px;margin-bottom:24px;display:flex}.hp-price__feature{color:var(--lh-ink-3);align-items:flex-start;gap:9px;font-size:14px;display:flex}.hp-price__cta{text-align:center;color:var(--lh-green);border:1.5px solid var(--lh-green);border-radius:999px;padding:12px;font-size:15px;font-weight:600;display:block}.hp-price--hero{background:var(--lh-green);color:#f6f2e9;border:none;border-radius:22px;padding:30px 28px;position:relative;box-shadow:0 24px 50px -28px #20261f80}.hp-price--hero .hp-price__plan{color:var(--lh-yellow)}.hp-price--hero .hp-price__per,.hp-price--hero .hp-price__note{color:#c9d8ce}.hp-price--hero .hp-price__feature{color:var(--lh-green-bg)}.hp-price__badge{color:var(--lh-ink);background:var(--lh-yellow);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700;position:absolute;top:20px;right:20px}.hp-price__cta--coral{color:var(--lh-field);background:var(--lh-coral);border:none;padding:13px}.hp-price__cta--coral:hover{color:var(--lh-field);background:var(--lh-coral-700)}.hp-quote{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:18px;flex-direction:column;padding:26px;display:flex}.hp-quote__stars{color:var(--lh-yellow);gap:3px;margin-bottom:14px;display:flex}.hp-quote__text{font-family:var(--font-fraunces), Georgia, serif;color:var(--lh-ink);margin:0 0 18px;font-size:18px;font-weight:400;line-height:1.45}.hp-quote__role{color:var(--lh-muted-2);margin-top:auto;font-size:13px}.hp-faq-wrap{max-width:820px;margin:0 auto;padding:64px 24px}.hp-faq{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:16px;overflow:hidden}.hp-faq>summary{cursor:pointer;color:var(--lh-ink);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:16px;font-weight:600;list-style:none;display:flex}.hp-faq>summary::-webkit-details-marker{display:none}.hp-faq__chevron{color:var(--lh-green);flex-shrink:0;transition:transform .2s}.hp-faq[open] .hp-faq__chevron{transform:rotate(180deg)}.hp-faq__a{color:var(--lh-ink-3);padding:0 22px 20px;font-size:15px;line-height:1.6}.hp-footer{color:#c9d8ce;background:#0e3a2b}.hp-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:32px;max-width:1180px;margin:0 auto;padding:56px 24px 40px;display:grid}.hp-footer__brand{align-items:center;gap:10px;margin-bottom:14px;display:flex}.hp-footer__word{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;color:#f6f2e9;font-size:20px;font-weight:600}.hp-footer__tagline{color:#8fa89b;max-width:30ch;margin:0;font-size:14px;line-height:1.6}.hp-footer__title{letter-spacing:.06em;color:#f6f2e9;margin-bottom:14px;font-size:13px;font-weight:700}.hp-footer__links{flex-direction:column;gap:10px;display:flex}.hp-footer__links a{color:#8fa89b;font-size:14px}.hp-footer__links a:hover{color:#c9d8ce}.hp-footer__legal{border-top:1px solid #ffffff1a}.hp-footer__legal-inner{color:#6e8579;max-width:1180px;margin:0 auto;padding:20px 24px;font-size:13px}@media (max-width:960px){.hp-hero,.hp-frag__grid,.hp-coaching{grid-template-columns:1fr;gap:36px}.hp-grid-4{grid-template-columns:repeat(2,1fr)}.hp-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.hp-grid-3{grid-template-columns:1fr}.hp-grid-4{grid-template-columns:1fr 1fr}.hp-footer__grid{grid-template-columns:1fr}}.page-scroll{-ms-overflow-style:none;scrollbar-width:none;position:absolute;inset:0;overflow:hidden auto}.page-scroll::-webkit-scrollbar{display:none}.warmhead{background:radial-gradient(120% 90% at 84% 0%, #f7e9c4 0%, #f7e9c400 56%), linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);padding:22px 20px 24px;position:relative;overflow:hidden}.warmhead__deco{justify-content:center;align-items:center;display:flex;position:absolute}.warmhead__row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.warmhead__eyebrow{letter-spacing:.11em;color:var(--lh-green-600);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.warmhead__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;margin:0;font-size:33px;font-weight:600;line-height:1.05}.warmhead__name{white-space:nowrap;position:relative}.warmhead__underline{position:absolute;bottom:-9px;left:-2px;overflow:visible}.warmhead__sub{color:var(--lh-ink-3);margin:16px 0 0;font-size:15px}.warmhead__avatar{background:var(--lh-green-600);width:46px;height:46px;color:var(--lh-field);border:2px solid var(--lh-field);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex;box-shadow:0 6px 16px -8px #20261f80}.st-body{padding:6px 20px 130px}.st-cta{text-align:left;background:var(--lh-coral);cursor:pointer;width:100%;color:var(--lh-field);border:none;border-radius:22px;align-items:center;gap:16px;margin-bottom:26px;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -22px #e36b3ff2}.st-cta:hover{color:var(--lh-field)}.st-cta__spark{justify-content:center;align-items:center;display:flex;position:absolute}.st-cta__icon{background:#fbf9f338;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.st-cta__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;font-size:21px;font-weight:600;line-height:1.15;display:block}.st-cta__note{color:#fbf9f3e6;margin-top:4px;font-size:13.5px;display:block}.st-rowhead{justify-content:space-between;align-items:baseline;margin-bottom:12px;display:flex}.st-rowhead__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;margin:0;font-size:20px;font-weight:600}.st-rowhead__link{color:var(--lh-green-600);font-size:13px;font-weight:600}.st-recent{-ms-overflow-style:none;scrollbar-width:none;gap:12px;margin:0 -20px 26px;padding:2px 20px 4px;display:flex;overflow-x:auto}.st-recent::-webkit-scrollbar{display:none}.st-card{text-align:left;background:var(--lh-surface);border:1.5px solid var(--card-line,var(--lh-green-line));cursor:pointer;width:178px;color:var(--lh-ink);border-radius:18px;flex-direction:column;flex-shrink:0;gap:12px;padding:16px;display:flex;box-shadow:0 12px 26px -22px #20261f8c}.st-card:hover{color:var(--lh-ink)}.st-card__top{justify-content:space-between;align-items:center;display:flex}.st-card__icon{background:var(--card-bg);width:44px;height:44px;color:var(--card-ink);border-radius:12px;justify-content:center;align-items:center;display:flex}.st-card__tag{color:var(--card-ink);background:var(--card-bg);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.st-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.st-card__meta{color:var(--lh-muted-2);margin-top:4px;font-size:12.5px;display:block}.st-empty{background:var(--lh-surface-2);border:1px dashed var(--lh-line-field);width:258px;color:var(--lh-ink);border-radius:18px;flex-shrink:0;align-items:center;gap:13px;padding:18px;display:flex}.st-empty__title{font-size:14.5px;font-weight:600;display:block}.st-empty__note{color:var(--lh-muted-2);margin-top:2px;font-size:12.5px;display:block}.st-frag{text-align:left;background:var(--lh-green);cursor:pointer;color:#f6f2e9;border:none;border-radius:18px;align-items:center;gap:14px;width:100%;padding:16px 18px;display:flex}.st-frag:hover{color:#f6f2e9}.st-frag__icon{background:#f1c44b2e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.st-frag__title{font-size:16px;font-weight:600;display:block}.st-frag__note{color:#c9d8ce;margin-top:2px;font-size:13px;display:block}.fg-head{z-index:30;background:radial-gradient(120% 90% at 82% 0%, #f7e9c4 0%, #f7e9c400 58%), linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);border-bottom:1px solid var(--lh-line-row);position:absolute;top:0;left:0;right:0;overflow:hidden}.fg-head__row{align-items:center;gap:8px;padding:10px 10px 14px;display:flex}.fg-head__back{cursor:pointer;width:40px;height:44px;color:var(--lh-green);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fg-head__mark{background:var(--lh-green);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 8px 18px -10px #14503cb3}.fg-head__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;font-size:20px;font-weight:600;line-height:1.1}.fg-head__status{color:#4b7a63;align-items:center;gap:6px;margin-top:2px;font-size:12.5px;display:flex}.fg-head__dot{background:var(--lh-green-600);border-radius:999px;width:7px;height:7px}.fg-scroll{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;gap:14px;padding:20px 18px 8px;display:flex;position:absolute;inset:78px 0 96px;overflow:hidden auto}.fg-scroll::-webkit-scrollbar{display:none}@keyframes lhBubble{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@keyframes lhDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.fg-msg{animation:lhBubble .34s var(--e-in) both}.fg-msg--bot{align-items:flex-end;gap:10px;max-width:88%;display:flex}.fg-msg__mark{background:var(--lh-green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fg-msg__bubble{background:var(--lh-surface);border:1px solid var(--lh-line);color:var(--lh-ink);white-space:pre-wrap;border-radius:18px 18px 18px 5px;padding:13px 15px;font-size:14.5px;line-height:1.55;box-shadow:0 6px 16px -14px #20261f80}.fg-msg--user{background:var(--lh-green);color:#f6f2e9;white-space:pre-wrap;border-radius:18px 18px 5px;align-self:flex-end;max-width:84%;padding:13px 15px;font-size:14.5px;line-height:1.55;box-shadow:0 8px 18px -14px #14503cb3}.fg-typing{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:18px 18px 18px 5px;align-items:center;gap:9px;padding:12px 15px;display:flex}.fg-typing__dots{gap:4px;display:flex}.fg-typing__dot{background:var(--lh-green-600);border-radius:999px;width:7px;height:7px;animation:1.2s infinite lhDot}.fg-typing__dot:nth-child(2){animation-delay:.2s}.fg-typing__dot:nth-child(3){animation-delay:.4s}.fg-typing__label{color:var(--lh-muted-2);font-size:13px}.fg-chips__label{letter-spacing:.08em;color:var(--lh-muted-3);text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:700}.fg-chips{flex-direction:column;gap:9px;display:flex}.fg-chip{text-align:left;background:var(--lh-surface);border:1px solid var(--lh-line);cursor:pointer;border-radius:14px;align-items:center;gap:11px;min-height:44px;padding:13px 15px;transition:background .14s,border-color .14s,transform .1s;display:flex}.fg-chip:active{background:#f1ede2;transform:scale(.97)}.fg-chip__icon{background:var(--card-bg);width:32px;height:32px;color:var(--card-ink);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fg-chip__text{flex:1;font-size:14.5px;font-weight:500;line-height:1.35}.fg-composer{z-index:35;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--lh-line);padding:12px 16px calc(14px + env(safe-area-inset-bottom,0px));background:#fbf9f3f5;position:absolute;bottom:0;left:0;right:0}.fg-composer__bar{background:var(--lh-surface);border:1.5px solid var(--lh-line-field);border-radius:999px;align-items:center;gap:10px;padding:6px 6px 6px 18px;display:flex}.fg-composer__input{min-width:0;font-family:var(--font-inter), system-ui, sans-serif;color:var(--lh-ink);background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:16px}.fg-composer__input::placeholder{color:var(--lh-muted-3)}.fg-composer__send{background:var(--lh-coral);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 10px 20px -10px #e36b3fe6}.fg-composer__send:disabled{background:var(--lh-segment);box-shadow:none;cursor:not-allowed}.pf-body{padding:18px 20px 130px}.pf-card{background:var(--lh-surface);border:1px solid var(--lh-line-card);border-radius:20px;align-items:center;gap:16px;margin-bottom:14px;padding:20px;display:flex;box-shadow:0 12px 26px -22px #20261f8c}.pf-card__avatar{background:var(--lh-green-600);width:60px;height:60px;color:var(--lh-field);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:600;display:flex}.pf-card__name{letter-spacing:-.01em;font-size:19px;font-weight:600}.pf-card__meta{color:var(--lh-muted-2);overflow-wrap:anywhere;margin-top:2px;font-size:13.5px}.pf-card__plan{color:var(--lh-muted-2);background:var(--lh-segment);border-radius:999px;margin-top:8px;padding:4px 11px;font-size:11px;font-weight:700;display:inline-block}.pf-premium{text-align:left;background:var(--lh-green);cursor:pointer;color:#f6f2e9;border:none;border-radius:20px;align-items:center;gap:15px;width:100%;margin-bottom:26px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px -24px #14503ce6}.pf-premium__bgcrown{opacity:.18;display:flex;position:absolute;top:-14px;right:-8px}.pf-premium__icon{background:#f1c44b2e;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.pf-premium__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;font-size:19px;font-weight:600;line-height:1.15;display:block}.pf-premium__note{color:#c9d8ce;margin-top:3px;font-size:13px;display:block}.pf-list{background:var(--lh-surface);border:1px solid var(--lh-line-card);border-radius:18px;margin-bottom:26px;overflow:hidden}.pf-row{text-align:left;border:none;border-bottom:1px solid var(--lh-line-soft);cursor:pointer;width:100%;min-height:44px;color:var(--lh-ink);background:0 0;align-items:center;gap:13px;padding:14px 16px;display:flex}.pf-row:hover{color:var(--lh-ink)}.pf-row:last-child{border-bottom-color:#0000}.pf-row__icon{background:var(--card-bg,var(--lh-green-bg));width:42px;height:42px;color:var(--card-ink,var(--lh-green));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pf-row__icon--sm{border-radius:10px;width:34px;height:34px}.pf-row__title{font-size:15px;font-weight:600;line-height:1.3;display:block}.pf-row__meta{color:var(--lh-muted-2);margin-top:2px;font-size:12.5px;display:block}.pf-row__tag{color:var(--card-ink);background:var(--card-bg);border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700}.pf-h2{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;margin:0 0 12px;font-size:20px;font-weight:600}.pf-logout{background:var(--lh-surface-2);border:1px solid var(--lh-line-row);cursor:pointer;width:100%;color:var(--lh-coral-700);border-radius:16px;justify-content:center;align-items:center;gap:9px;margin-top:16px;padding:15px;font-size:15px;font-weight:600;display:flex}@keyframes lhTwinkleSoft{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.pf-sheet__head{text-align:center;background:radial-gradient(120% 100% at 50% 0,#f7e9c4 0%,#f7e9c400 62%);padding:22px 24px 20px;position:relative;overflow:hidden}.pf-sheet__spark{animation:1.8s ease-in-out infinite lhTwinkleSoft;display:flex;position:absolute}.pf-sheet__mark{background:var(--lh-green);border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:14px;display:inline-flex;box-shadow:0 16px 30px -14px #14503cb3}.pf-sheet__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;margin:0 0 6px;font-size:26px;font-weight:600}.pf-sheet__lede{color:var(--lh-ink-3);max-width:30ch;margin:0 auto;font-size:14.5px;line-height:1.5}.pf-sheet__price{justify-content:center;align-items:baseline;gap:6px;margin-top:16px;display:flex}.pf-sheet__amount{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;color:var(--lh-green);font-size:44px;font-weight:600}.pf-sheet__per{color:var(--lh-muted-2);font-size:15px}.pf-sheet__note{color:var(--lh-muted-3);margin-top:4px;font-size:13px}.pf-sheet__benefits{flex-direction:column;gap:14px;padding:6px 24px 4px;display:flex}.pf-sheet__benefit{align-items:flex-start;gap:12px;display:flex}.pf-sheet__check{background:var(--lh-green-bg);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;display:flex}.pf-sheet__benefit-text{color:var(--lh-ink);font-size:15px;line-height:1.4}.pf-sheet__actions{padding:22px 24px 4px}.pf-sheet__cta{width:100%;color:var(--lh-field);background:var(--lh-coral);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:54px;padding:16px;font-size:16px;font-weight:600;display:flex;box-shadow:0 14px 28px -14px #e36b3ff2}.pf-sheet__later{cursor:pointer;width:100%;color:var(--lh-muted-2);background:0 0;border:none;margin-top:10px;padding:10px;font-size:14.5px;font-weight:600}.app-frame--tabs .fg-composer{bottom:calc(88px + env(safe-area-inset-bottom,0px));border-bottom:1px solid var(--lh-line);padding-bottom:12px}.app-frame--tabs .fg-scroll{bottom:calc(170px + env(safe-area-inset-bottom,0px))}@keyframes lhLoadPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.route-loading{background:var(--lh-screen);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.route-loading__mark{background:var(--lh-green);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;animation:1.1s ease-in-out infinite lhLoadPulse;display:flex;box-shadow:0 16px 30px -14px #14503c99}.route-loading__label{color:var(--lh-muted-2);font-size:13px;font-weight:600}.legal{max-width:720px;margin:0 auto;padding:48px 24px 80px}.legal h1{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(30px,4.5vw,40px);font-weight:600}.legal h2{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;margin:34px 0 10px;font-size:21px;font-weight:600}.legal p,.legal li{color:var(--lh-ink-3);font-size:15px;line-height:1.7}.legal ul{padding-left:20px}.legal__meta{color:var(--lh-muted-2);font-size:13px}.legal__note{background:var(--lh-yellow-bg);border:1px solid var(--lh-yellow-line);color:var(--lh-yellow-ink);border-radius:12px;padding:12px 15px;font-size:13.5px;line-height:1.5}.legal__back{align-items:center;gap:8px;margin-bottom:28px;font-size:14px;font-weight:600;display:inline-flex}.mat-row{align-items:stretch;padding:0!important}.mat-row__link{min-width:0;color:var(--lh-ink);flex:1;align-items:center;gap:13px;padding:14px 4px 14px 16px;display:flex}.mat-row__link:hover{color:var(--lh-ink)}.mat-row__delete{width:44px;height:44px;color:var(--lh-muted-3);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;margin-right:8px;transition:background .15s,color .15s,width .15s;display:flex}.mat-row__delete:hover{color:var(--lh-coral-700);background:var(--lh-coral-bg)}.mat-row__delete--armed{width:auto;color:var(--lh-field);background:var(--lh-coral-700);padding:0 12px}.mat-row__delete--armed:hover{color:var(--lh-field);background:var(--lh-coral-700)}.mat-row__confirm{white-space:nowrap;font-size:13px;font-weight:700}@keyframes lhRouteIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.app-frame .page-scroll,.app-frame .auth-screen,.app-frame .fg-scroll{animation:lhRouteIn .32s var(--e-in) both}.opt-row,.opt-mini,.opt-tile,.opt-chip{transition:transform .18s var(--e-ui), border-color .18s var(--e-ui), box-shadow .22s var(--e-ui), background .15s var(--e-ui)}.opt-row:hover,.opt-tile:hover{border-color:var(--lh-green-600);transform:translateY(-2px);box-shadow:0 16px 30px -18px #20261f8c}.opt-mini:hover,.opt-chip:hover{border-color:var(--lh-green-line);background:var(--lh-surface);transform:translateY(-1px)}.st-cta{transition:transform .2s var(--e-ui), box-shadow .24s var(--e-ui), filter .15s}.st-cta:hover{transform:translateY(-2px)scale(1.005);box-shadow:0 26px 48px -22px #e36b3ff2}.st-card{transition:transform .18s var(--e-ui), border-color .18s var(--e-ui), box-shadow .22s var(--e-ui)}.st-card:hover{transform:translateY(-2px);box-shadow:0 18px 32px -20px #20261f99}.st-frag{transition:transform .2s var(--e-ui), box-shadow .24s var(--e-ui)}.st-frag:hover{transform:translateY(-2px);box-shadow:0 18px 34px -20px #14503ccc}.pf-premium{transition:transform .2s var(--e-ui), box-shadow .24s var(--e-ui)}.pf-premium:hover{transform:translateY(-2px);box-shadow:0 24px 44px -22px #14503cf2}.pf-row{transition:background .14s var(--e-ui)}.pf-row:hover{background:var(--lh-surface-2)}.tabbar__tab{transition:color .16s var(--e-ui), transform .16s var(--e-ui)}.tabbar__tab:active{transform:scale(.94)}@keyframes lhTabPop{0%{transform:scale(1)}45%{transform:scale(1.18)}to{transform:scale(1)}}.tabbar__tab--active lehrly-icon{animation:lhTabPop .28s var(--e-in)}.tabbar__fab{transition:transform .2s cubic-bezier(.34, 1.56, .64, 1), box-shadow .22s var(--e-ui), background .15s}.tabbar__fab:hover{transform:translateY(-3px)scale(1.06);box-shadow:0 20px 34px -12px #e36b3ff2}.tabbar__fab:active{transform:scale(.92)}.fg-chip{transition:background .14s, border-color .14s, transform .16s var(--e-ui), box-shadow .2s var(--e-ui)}.fg-chip:hover{border-color:var(--lh-green-line);transform:translateY(-1px);box-shadow:0 10px 22px -18px #20261f80}.fg-composer__send{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s,background .15s}.fg-composer__send:not(:disabled):hover{transform:scale(1.08)}.fg-composer__send:not(:disabled):active{transform:scale(.9)}.btn--primary{transition:transform .18s var(--e-ui), box-shadow .22s var(--e-ui), background .15s}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px #e36b3ff2}.btn--ghost{transition:transform .18s var(--e-ui), background .15s}.btn--ghost:hover{background:var(--lh-green-bg)}@media (prefers-reduced-motion:reduce){.app-frame .page-scroll,.app-frame .auth-screen,.app-frame .fg-scroll{animation:none}.opt-row:hover,.opt-tile:hover,.opt-mini:hover,.opt-chip:hover,.st-cta:hover,.st-card:hover,.st-frag:hover,.pf-premium:hover,.tabbar__fab:hover,.fg-chip:hover,.fg-composer__send:not(:disabled):hover,.btn--primary:hover{transform:none}}.auth-divider{color:var(--lh-muted-3);align-items:center;gap:12px;margin:18px 0 16px;font-size:13px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--lh-line-field);flex:1;height:1px}.btn--google{color:var(--lh-ink);background:var(--lh-surface);border:1.5px solid var(--lh-line-field);transition:transform .18s var(--e-ui), border-color .15s, box-shadow .22s var(--e-ui);padding:14px}.btn--google:hover{color:var(--lh-ink);border-color:var(--lh-muted-4);transform:translateY(-1px);box-shadow:0 12px 24px -18px #20261f80}.details-rows{border-top:1px solid var(--lh-line-soft);flex-direction:column;display:flex}.details-select{cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--lh-line-soft);width:100%;color:var(--lh-ink);background:0 0;align-items:center;gap:12px;min-height:44px;padding:13px 0;display:flex}.details-select__label{flex:1;font-size:15px;font-weight:600}.details-select__value{color:var(--lh-green);text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:60%;font-size:15px;font-weight:600;overflow:hidden}.details-fields{grid-template-columns:1fr 1fr;gap:18px;padding:14px 0 2px;display:grid}.details-field{flex-direction:column;gap:6px;display:flex}.details-field__label{letter-spacing:.08em;text-transform:uppercase;color:var(--lh-muted-3);font-size:12px;font-weight:700}.details-field__input{width:100%;font-family:var(--font-inter), system-ui, sans-serif;color:var(--lh-ink);border:none;border-bottom:1.5px solid var(--lh-line-field);background:0 0;border-radius:0;padding:6px 0 8px;font-size:16px}.details-field__input::placeholder{color:var(--lh-muted-3)}.details-field__input:focus{border-bottom-color:var(--lh-green);outline:none}.details-field--area{padding-top:14px}textarea.details-field__input{resize:none;min-height:44px;line-height:1.45}.details-topic__input.input--invalid,.details-field__input.input--invalid{border-bottom-color:var(--lh-coral)}.form-alert{background:var(--lh-coral-bg);border:1px solid var(--lh-coral-line);color:var(--lh-coral-700);border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:14px;font-weight:500;line-height:1.45;animation:.2s lhFadeIn;display:flex}.form-alert__icon{flex-shrink:0;margin-top:1px}.state-hint{color:var(--lh-muted-3);text-align:center;max-width:30ch;margin:22px 0 0;font-size:13px;line-height:1.5}.preview__hint{color:var(--lh-coral-700);background:var(--lh-coral-bg);border:1px solid var(--lh-coral-line);border-radius:12px;align-items:center;gap:8px;margin-bottom:12px;padding:9px 12px;font-size:13px;font-weight:600;display:flex}.preview__hint[hidden]{display:none}.toast--error .toast__mark{background:var(--lh-coral-700)}.toast__label{text-align:center;max-width:30ch;line-height:1.4}.fg-card{background:var(--lh-surface);border:1.5px solid var(--lh-green-line);animation:lhBubble .34s var(--e-in) both;border-radius:16px;margin-top:8px;padding:12px 13px;box-shadow:0 8px 20px -16px #20261f80}.fg-card--used{opacity:.72}.fg-card--error{border-color:var(--lh-coral-line)}.fg-card--done{border-color:var(--lh-green-600)}.fg-card__row{align-items:flex-start;gap:11px;display:flex}.fg-card__icon{background:var(--lh-green-bg);width:36px;height:36px;color:var(--lh-green);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fg-card--error .fg-card__icon{background:var(--lh-coral-bg);color:var(--lh-coral-700)}.fg-card--done .fg-card__icon{background:var(--lh-green);color:var(--lh-field)}.fg-card__title{color:var(--lh-ink);overflow-wrap:anywhere;font-size:14.5px;font-weight:600;line-height:1.3}.fg-card__meta{color:var(--lh-muted-2);margin-top:3px;font-size:12.5px;line-height:1.4}.fg-card__meta--warn{color:var(--lh-coral-700)}.fg-card__chips{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.fg-card__chip{color:var(--lh-green);background:var(--lh-green-bg);border-radius:999px;padding:3px 9px;font-size:11.5px;font-weight:600}.fg-card__actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.fg-card__btn{cursor:pointer;border:1.5px solid var(--lh-green);min-height:38px;color:var(--lh-green);transition:transform .16s var(--e-ui), background .15s;background:0 0;border-radius:999px;align-items:center;gap:7px;padding:9px 14px;font-size:13.5px;font-weight:600;display:inline-flex}.fg-card__btn:hover{background:var(--lh-green-bg);color:var(--lh-green)}.fg-card__btn--primary{background:var(--lh-coral);border-color:var(--lh-coral);color:var(--lh-field);box-shadow:0 10px 20px -12px #e36b3fe6}.fg-card__btn--primary:hover{color:var(--lh-field);background:var(--lh-coral-700);border-color:var(--lh-coral-700)}.fg-card__btn:disabled{opacity:.6;cursor:not-allowed}.fg-card__track{width:100%;margin-top:12px}.fg-msg__bubble--error{border-color:var(--lh-coral-line);background:var(--lh-coral-bg);color:var(--lh-coral-700)}.fg-msg__retry{font:inherit;color:var(--lh-coral-700);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-weight:700;text-decoration:underline;display:block}.sheet--form{-ms-overflow-style:none;scrollbar-width:none;max-height:92%;overflow-y:auto}.sheet--form::-webkit-scrollbar{display:none}.sheet__lede{color:var(--lh-muted);margin:-4px 20px 14px;font-size:14px;line-height:1.5}.sheet__body{padding:4px 20px 0}.sheet__note{color:var(--lh-muted-3);margin:10px 20px 0;font-size:12.5px;line-height:1.45}.btn--danger{color:var(--lh-field);background:var(--lh-coral-700);border:none;padding:16px}.pf-row__icon--danger{background:var(--lh-coral-bg);color:var(--lh-coral-700)}.pf-card__meta+.pf-card__meta{margin-top:1px}.bottombar{padding-bottom:calc(26px + env(safe-area-inset-bottom,0px))}.done__actions{padding-bottom:calc(30px + env(safe-area-inset-bottom,0px))}.sheet{padding-bottom:calc(26px + env(safe-area-inset-bottom,0px))}.preview__scroll{padding-bottom:calc(104px + env(safe-area-inset-bottom,0px))}.page-scroll .st-body,.page-scroll .pf-body{padding-bottom:calc(130px + env(safe-area-inset-bottom,0px))}.export-solutions{grid-template-columns:1fr 1fr;gap:6px;padding:0 20px 12px;display:grid}.export-solutions button{border:1px solid var(--lh-line-field);cursor:pointer;background:0 0;border-radius:10px;min-height:40px;padding:8px;font-size:12px}.export-solutions button[aria-pressed=true]{background:var(--lh-green-bg);border-color:var(--lh-green);color:var(--lh-green)}@media print{.nav,.tabbar,.screen,.state-screen,.preview__bar,.preview__hint,.bottombar,.scrim,.sheet,.toast-layer{display:none!important}.app-frame{max-width:none!important;height:auto!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;position:static!important;overflow:visible!important}.preview,.preview__scroll{background:0 0!important;height:auto!important;margin:0!important;padding:0!important;animation:none!important;position:static!important;overflow:visible!important;transform:none!important;container-type:normal!important}}.details-level{flex-direction:column;gap:8px;padding-top:14px;display:flex}.segment--level .segment__btn{min-width:0;padding:10px 4px}.details-level__note{color:var(--lh-muted-3);font-size:12.5px}.pdfv{z-index:60;background:var(--lh-canvas);animation:.2s lhFadeIn;position:absolute;inset:0}.pdfv__scroll{-webkit-overflow-scrolling:touch;padding:16px 18px calc(110px + env(safe-area-inset-bottom,0px));-ms-overflow-style:none;scrollbar-width:none;position:absolute;inset:52px 0 0;overflow-y:auto}.pdfv__scroll::-webkit-scrollbar{display:none}.pdfv__solutions{padding:0 0 12px}.pdfv__meta{color:var(--lh-muted-2);text-align:center;min-height:18px;margin-bottom:10px;font-size:12.5px;font-weight:600}.pdfv__pages{flex-direction:column;gap:14px;display:flex}.pdfv__page{background:#fff;border-radius:4px;width:100%;overflow:hidden;box-shadow:0 18px 40px -26px #20261f8c,0 0 0 1px #20261f0f}.pdfv__page canvas{width:100%;height:100%;display:block}.pdfv__state{flex-direction:column;align-items:center;gap:14px;padding-top:6px;display:flex}.pdfv__label{color:var(--lh-muted);margin:4px 0 0;font-size:14px;font-weight:600}.pdfv__retry{padding:12px 22px}.pdfv__skeleton{aspect-ratio:210/297;background:#fff;border-radius:4px;flex-direction:column;gap:7%;width:100%;padding:12% 10%;display:flex;box-shadow:0 18px 40px -26px #20261f8c}.pdfv__skeleton span{background:var(--lh-segment);border-radius:6px;height:3.2%;min-height:8px;animation:1.2s ease-in-out infinite lhPdfPulse;display:block}.pdfv__skeleton span:first-child{align-self:center;width:62%;height:4.5%}.pdfv__skeleton span:nth-child(3){width:84%}.pdfv__skeleton span:nth-child(4){width:70%}.pdfv__skeleton span:nth-child(5){width:90%}@keyframes lhPdfPulse{0%,to{opacity:.55}50%{opacity:1}}.pdfv__printframe{border:0;width:0;height:0;position:fixed;bottom:0;right:0}@media (prefers-reduced-motion:reduce){.pdfv,.pdfv__skeleton span{animation:none}}.hp-signin{color:var(--lh-green);padding:10px 6px;font-size:15px;font-weight:600}.hp-signin:hover{color:var(--lh-green-600)}.hp-login{background:var(--lh-coral)}.hp-login:hover{background:var(--lh-coral-700)}.hp-menu__login{background:var(--lh-coral)}.hp-ws{color:#1f2937;border-radius:16px;padding:24px 26px 22px}.hp-ws__meta{color:#64748b;border-bottom:1px solid #e3e8ee;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:9px;font-size:11px;display:flex}.hp-ws__brand{color:var(--lh-green);align-items:center;gap:7px;font-weight:600;display:inline-flex}.hp-ws__mark{background:var(--lh-green);border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.hp-ws__subject{letter-spacing:.05em;text-transform:uppercase;font-weight:600}.hp-ws__titlerow{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.hp-ws__title{font-family:var(--font-inter), system-ui, sans-serif;letter-spacing:-.01em;color:#1e3a5f;font-size:22px;font-weight:700;line-height:1.1}.hp-ws__badge{background:var(--lh-green);color:#fff;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:11.5px;font-weight:700}.hp-ws__badge--sm{padding:2px 8px;font-size:10px}.hp-ws__flourish{margin:5px 0 8px -2px;display:block;overflow:visible}.hp-ws__sub{color:#334155;font-size:13px}.hp-ws__fields{color:#334155;border-top:1px solid #e3e8ee;border-bottom:1px solid #e3e8ee;gap:12px;margin:12px 0 16px;padding:8px 0;font-size:11px;font-weight:600;display:flex}.hp-ws__fields span{flex:1;align-items:baseline;gap:5px;display:flex}.hp-ws__fields em{border-bottom:1px solid #b9c4d0;flex:1;height:10px}.hp-ws__bhead{align-items:center;gap:9px;margin-bottom:10px;display:flex}.hp-ws__icon{background:var(--lh-green-bg);width:24px;height:24px;color:var(--lh-green-600);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.hp-ws__btitle{color:#1e3a5f;font-size:14px;font-weight:700}.hp-ws__bn{letter-spacing:.08em;color:var(--lh-green-600);margin-left:auto;font-size:9.5px;font-weight:800}.hp-ws__cards{flex-direction:column;gap:8px;display:flex}.hp-ws__card{border:1px solid #e3e8ee;border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:9px;padding:9px 11px 11px;display:flex}.hp-ws__n{background:var(--lh-green-600);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:inline-flex}.hp-ws__text{flex:1;min-width:0;font-size:13px;line-height:1.4}.hp-ws__line{height:calc(var(--n,1) * 22px);background-image:linear-gradient(#0000 20.5px,#c3cdd8 20.5px);background-size:100% 22px;flex-basis:100%;margin-left:29px}.hp-ws__self{color:#7a5a12;background:#fffbee;border:1.5px dashed #ebd79a;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.hp-ws__faces{gap:8px;display:inline-flex}.hp-tile--type{align-items:flex-start;padding:20px}.hp-tile__body{flex-direction:column;gap:3px;min-width:0;display:flex}.hp-tile__label{font-size:16px;font-weight:600}.hp-tile__note{color:var(--lh-muted-2);font-size:13.5px;font-weight:400;line-height:1.45}.hp-minis{gap:20px}.hp-mini{flex-direction:column;gap:12px;display:flex}.hp-mini__kind{color:var(--lh-ink);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.hp-mini__kindicon{background:var(--lh-green-bg);width:28px;height:28px;color:var(--lh-green);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.hp-mini__paper{border:1px solid var(--lh-line);color:#1f2937;background:#fff;border-radius:12px;flex:1;min-height:250px;padding:16px 18px 18px;box-shadow:0 16px 34px -24px #20261f73}.hp-mini__paper .hp-ws__meta{margin-bottom:10px;font-size:10px}.hp-mini__title{color:#1e3a5f;font-size:16px;font-weight:700;line-height:1.2}.hp-mini__grade{color:#1e3a5f;border:1.2px solid #1e3a5f;border-radius:8px;justify-content:space-between;gap:8px;margin:2px 0 10px;padding:6px 9px;font-size:10px;font-weight:700;display:flex}.hp-mini__grade span{align-items:baseline;gap:4px;display:flex}.hp-mini__grade em{border-bottom:1px solid #b9c4d0;width:22px;display:inline-block}.hp-mini__tasks{flex-direction:column;gap:7px;margin-top:4px;display:flex}.hp-mini__task{border:1px solid #e3e8ee;border-radius:8px;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:7px 9px 9px;display:flex}.hp-mini__task .hp-ws__n{width:17px;height:17px;font-size:10px}.hp-mini__task .hp-ws__line{height:calc(var(--n,1) * 18px);background-image:linear-gradient(#0000 16.5px,#c3cdd8 16.5px);background-size:100% 18px;margin-left:25px}.hp-mini__text{flex:1;min-width:0;font-size:12px;line-height:1.4}.hp-mini__pts{color:var(--lh-green-600);background:var(--lh-green-bg);border-radius:999px;flex-shrink:0;padding:1px 7px;font-size:9.5px;font-weight:800}.hp-mini__cards{grid-template-columns:1fr 1fr;gap:7px;margin-top:4px;display:grid}.hp-mini__card{text-align:center;border:1.2px dashed #9db4c9;border-radius:6px;grid-template-rows:1fr 1fr;min-height:76px;display:grid}.hp-mini__front,.hp-mini__back{justify-content:center;align-items:center;padding:6px;display:flex}.hp-mini__front{font-size:12.5px;font-weight:700}.hp-mini__back{color:#5b6b7c;border-top:1px dashed #9db4c9;font-size:10.5px}.hp-art--der{color:#1d4ed8}.hp-art--die{color:#dc2626}.hp-art--das{color:#15803d}.hp-mini__tag{color:var(--lh-green);background:var(--lh-green-bg);border-radius:999px;align-self:flex-start;padding:6px 12px;font-size:12px;font-weight:600}.hp-frag__demo .hp-frag__userrow{margin-bottom:16px}.hp-frag__bot{align-items:flex-start;margin-bottom:0}.hp-frag__card{border:1.5px solid var(--lh-green-line);background:#fff;border-radius:14px;margin-top:10px;padding:12px 14px}.hp-frag__cardtitle{color:var(--lh-ink);font-size:14px;font-weight:600}.hp-frag__chips{flex-wrap:wrap;gap:5px;margin:8px 0 12px;display:flex}.hp-frag__chips span{color:var(--lh-green);background:var(--lh-green-bg);border-radius:999px;padding:3px 9px;font-size:11.5px;font-weight:600}.hp-frag__cardbtn{color:var(--lh-field);background:var(--lh-coral);border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.hp-why{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:20px;padding:26px}.hp-why__icon{background:var(--lh-green-bg);width:44px;height:44px;color:var(--lh-green);border-radius:13px;justify-content:center;align-items:center;display:flex}.hp-why__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;margin:18px 0 8px;font-size:20px;font-weight:600}.hp-why__text{color:var(--lh-ink-3);margin:0;font-size:15px;line-height:1.6}.hp-why__note{color:var(--lh-muted-2);margin:26px 0 0;font-size:14.5px}.hp-why__note a{text-underline-offset:3px;font-weight:600;text-decoration:underline}.hp-price__fine{text-align:center;color:#c9d8ce;margin-top:10px;font-size:12.5px}.hp-final{text-align:center;flex-direction:column;align-items:center;padding-top:64px;padding-bottom:68px;display:flex}.hp-final .hp-lede{margin:10px auto 26px}@media (max-width:620px){.hp-ws{padding:20px 18px 18px}.hp-ws__title{font-size:19px}.hp-ws__fields span:nth-child(3){display:none}.hp-final .hp-h2{font-size:26px}}@media (max-width:480px){.hp-coaching__cards{grid-template-columns:1fr}}:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--text-xs:12px;--text-sm:13.5px;--text-md:15px;--text-base:16px;--text-lg:20px;--text-xl:26px;--text-2xl:33px;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--radius-pill:999px;--shadow-sm:0 6px 16px -10px #20261f73;--shadow-md:0 16px 32px -20px #20261f8c;--shadow-lg:0 24px 50px -20px #20261f99;--dur-fast:.15s;--dur-ui:.22s;--dur-enter:.38s;--ease-out:cubic-bezier(.16, 1, .3, 1);--tap-min:44px}.app-frame{--d-enter:.4s}@keyframes lhFadeOut{0%{opacity:1}to{opacity:0}}@keyframes lhSheetDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes lhToastOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.94)}}@keyframes lhRowOut{0%{opacity:1;transform:none}to{opacity:0;transform:translate(-14px)}}@keyframes lhErrIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes lhPageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes lhSparkOnce{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes lhSkelSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.app-frame .page-scroll,.app-frame .auth-screen,.app-frame .fg-scroll{animation-fill-mode:backwards}.app-frame{contain:layout}.app-frame .page-scroll .scrim,.app-frame .page-scroll .sheet,.app-frame .page-scroll .toast-layer{position:fixed}.lh-nav{transition:opacity var(--dur-ui) var(--ease-out), transform var(--dur-ui) var(--ease-out)}.app-frame:has(.scrim) .lh-nav{opacity:0;pointer-events:none;transform:translateY(16px)}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer){animation-duration:.24s}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):first-child{animation-delay:0s}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(2){animation-delay:40ms}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(3){animation-delay:80ms}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(4){animation-delay:.12s}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(5){animation-delay:.16s}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(6){animation-delay:.2s}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(7){animation-delay:.24s}.app-frame .stagger>:not(.scrim,.sheet,.toast-layer):nth-child(n+8){animation-delay:.28s}.stagger>:is(.scrim,.sheet){animation-delay:0s}.tap:active{transform:scale(.97)}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;box-shadow:none;filter:saturate(.6)}.btn:disabled:hover,.btn:disabled:active{box-shadow:none;transform:none}.btn--ghost:disabled:hover{background:0 0}.scrim.is-closing{animation:lhFadeOut var(--dur-ui) ease-out forwards;pointer-events:none}.sheet.is-closing{animation:lhSheetDown var(--dur-ui) cubic-bezier(.4, 0, 1, 1) forwards;pointer-events:none}.toast-layer.is-closing .toast{animation:.18s ease-out forwards lhToastOut}.pdfv--closing{pointer-events:none;animation:.2s ease-out forwards lhFadeOut}.warmhead__deco--float{animation:lhPageIn .42s var(--ease-out) both}.orb--done .orb__spark,.pf-sheet__spark{animation:lhSparkOnce .42s var(--ease-out) both}.gen-skeleton{width:min(280px,100%);margin-bottom:var(--space-8);background:var(--lh-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-md), 0 0 0 1px #20261f0d;padding:var(--space-5) var(--space-5) var(--space-4);gap:var(--space-3);flex-direction:column;display:flex;position:relative;overflow:hidden}.gen-skeleton:after,.skel:after,.fg-card__skeleton:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffffa6 50%,#fff0 100%);animation:1.4s ease-in-out infinite lhSkelSweep;position:absolute;inset:0;transform:translate(-100%)}.gen-skeleton span{background:var(--lh-segment);border-radius:var(--radius-pill);display:block}.gen-skeleton__head{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.gen-skeleton__title{width:62%;height:16px}.gen-skeleton__badge{width:38px;height:18px;background:var(--lh-green-bg)!important}.gen-skeleton__flourish{width:34%;height:4px;margin-top:-4px;background:var(--lh-yellow-bg)!important}.gen-skeleton__fields{gap:var(--space-2);padding:var(--space-2) 0;border-top:1px solid var(--lh-line-soft);border-bottom:1px solid var(--lh-line-soft);display:flex}.gen-skeleton__fields span{flex:1;height:8px}.gen-skeleton__task{align-items:center;gap:var(--space-2);border:1px solid var(--lh-line-soft);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);display:flex}.gen-skeleton__n{flex-shrink:0;width:16px;height:16px;background:var(--lh-green-bg)!important}.gen-skeleton__line{flex:1;height:9px}.gen-skeleton__line--short{flex:0 0 58%}.state-lede.is-swapping{animation:lhFadeIn var(--dur-ui) ease-out}.fg-card__skeleton{margin-top:var(--space-3);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--lh-surface-2);flex-direction:column;gap:7px;display:flex;position:relative;overflow:hidden}.fg-card__skeleton span{border-radius:var(--radius-pill);background:var(--lh-segment);height:8px;display:block}.fg-card__skeleton span:first-child{width:55%;height:10px}.fg-card__skeleton span:nth-child(2){width:88%}.fg-card__skeleton span:nth-child(3){width:72%}.skel{background:var(--lh-segment);border-radius:var(--radius-pill);display:block;position:relative;overflow:hidden}.skel--eyebrow{width:90px;height:11px;margin-bottom:var(--space-3)}.skel--title{border-radius:var(--radius-sm);width:62%;height:30px}.skel--line{height:12px}.skel--line-sm{height:10px;margin-top:7px}.skel--icon{border-radius:12px;flex-shrink:0;width:42px;height:42px}.skel--cta{border-radius:var(--radius-xl);width:100%;height:96px;margin-bottom:var(--space-6)}.skel--card{border-radius:var(--radius-lg);flex-shrink:0;width:178px;height:150px}.skel--bubble{border-radius:var(--radius-lg);width:78%;height:64px}.skel--bubble-user{align-self:flex-end;width:50%;height:44px}.skel--block{border-radius:var(--radius-sm);width:100%;height:56px}.route-skel__head{background:linear-gradient(180deg, #f1ebd6 0%, var(--lh-screen) 100%);padding:22px 20px 24px}.route-skel__body{padding:var(--space-2) var(--space-5) 130px;flex-direction:column;display:flex}.route-skel__cards{gap:var(--space-3);margin-top:var(--space-3);display:flex;overflow:hidden}.route-skel__list{background:var(--lh-surface);border:1px solid var(--lh-line-card);border-radius:var(--radius-lg);overflow:hidden}.route-skel__row{padding:14px var(--space-4);border-bottom:1px solid var(--lh-line-soft);align-items:center;gap:13px;display:flex}.route-skel__row:last-child{border-bottom:none}.route-skel__text{flex-direction:column;flex:1;min-width:0;display:flex}.route-skel__chat{gap:var(--space-3);padding-top:var(--space-3);flex-direction:column;display:flex}.route-skel--sheet{background:var(--lh-canvas);flex-direction:column;display:flex;position:absolute;inset:0}.route-skel__bar{background:var(--lh-field);border-bottom:1px solid var(--lh-line);justify-content:center;align-items:center;height:52px;display:flex}.route-skel__bar .skel{width:28%}.route-skel__paper{margin:var(--space-4) 18px;aspect-ratio:210/297;box-shadow:var(--shadow-md);gap:var(--space-3);background:#fff;border-radius:4px;flex-direction:column;padding:10% 8%;display:flex}.mat-row .pf-row__title{-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.mat-row:has(.mat-row__delete--armed) .pf-row__tag{display:none}.mat-row__delete--armed{min-width:var(--tap-min)}.stagger>.mat-row--leaving,.mat-row--leaving{animation:lhRowOut var(--dur-ui) ease-in forwards;pointer-events:none;animation-delay:0s}.mat-row__error{margin-top:var(--space-1);font-size:var(--text-xs);color:var(--lh-coral-700);animation:lhErrIn var(--dur-ui) var(--ease-out);font-weight:600;display:block}.details-topic__input::placeholder{color:var(--lh-muted-4);font-style:italic;font-weight:400}@media screen{.preview .material-document .poster-head__title{overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(19px,5.6vw,25px)}}.nav__iconbtn{width:var(--tap-min);height:var(--tap-min)}.export-solutions button{min-height:var(--tap-min)}.st-rowhead__link{min-height:var(--tap-min);padding:0 var(--space-2);margin:calc(var(--space-3) * -1) calc(var(--space-2) * -1);align-items:center;display:inline-flex}.sheet-action{grid-template-columns:40px 1fr;align-items:center;gap:1px 14px;display:grid}.sheet-action__icon{grid-row:span 2}.sheet-action__label,.sheet-action__hint{grid-column:2;line-height:1.25}.auth-error,.form-alert{animation:lhErrIn var(--dur-ui) var(--ease-out) both}.pf-premium__bgcrown{top:-18px;right:52px}.pdfv__page{animation:lhPageIn .28s var(--ease-out) both;animation-delay:calc(var(--i,0) * 60ms)}.app-frame :where(a,button,input,textarea,select,summary,[tabindex]:not([tabindex="-1"]),[contenteditable=plaintext-only]):focus-visible{outline:3px solid var(--lh-green-600);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.gen-skeleton:after,.skel:after,.fg-card__skeleton:after{display:none}.app-frame:has(.scrim) .lh-nav{transform:none}}.hp-price__alt{color:var(--lh-ink-3);margin-top:2px;font-size:14px;font-weight:600}.hp-price__vat{color:var(--lh-muted-2);margin:2px 0 14px;font-size:12.5px}.hp-price--hero .hp-price__alt,.hp-price--hero .hp-price__vat{color:#c9d8ce}.hp-price__basic{text-align:center;max-width:62ch;color:var(--lh-ink-3);margin:26px auto 0;font-size:14.5px;line-height:1.5}.hp-mini__caption{color:var(--lh-muted-2);margin:10px 0 0;font-size:13.5px;line-height:1.5}.hp-chips{flex-wrap:wrap;gap:10px;display:flex}.hp-chip{color:var(--lh-ink);background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-pill);align-items:center;gap:8px;padding:9px 15px;font-size:14.5px;font-weight:600;display:inline-flex}.hp-chip lehrly-icon{color:var(--lh-green-600)}.hp-chip:first-child{background:var(--lh-green-bg);border-color:var(--lh-green-line)}.hp-types__featured{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.hp-feat{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-lg);color:var(--lh-ink);transition:border-color var(--dur-fast), transform var(--dur-fast);justify-content:space-between;gap:20px;padding:24px;display:flex}.hp-feat:hover{border-color:var(--lh-green-600);color:var(--lh-ink);transform:translateY(-2px)}.hp-feat__body{flex-direction:column;gap:6px;min-width:0;display:flex}.hp-feat__label{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;margin-top:8px;font-size:21px;font-weight:600}.hp-feat__note{color:var(--lh-muted-2);font-size:14px;line-height:1.5}.hp-feat__preview{background:#fff;border:1px solid #e3e8ee;border-radius:8px;flex-direction:column;flex:0 0 136px;align-self:center;gap:8px;padding:14px 12px;display:flex;position:relative}.hp-feat__row{align-items:center;gap:7px;display:flex}.hp-feat__n{border-radius:var(--radius-pill);background:var(--lh-green-600);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;font-size:9px;font-weight:700;display:inline-flex}.hp-feat__bar{border-radius:var(--radius-pill);background:#e3e8ee;flex:1;height:6px}.hp-feat__bar--short{flex:0 0 55%}.hp-feat__rule{background:#e3e8ee;height:1px;margin-left:22px}.hp-feat__pts{color:var(--lh-green-600);background:var(--lh-green-bg);border-radius:var(--radius-pill);padding:2px 7px;font-size:9px;font-weight:800;position:absolute;top:8px;right:8px}.hp-types{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.hp-type{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-md);color:var(--lh-ink);transition:border-color var(--dur-fast), transform var(--dur-fast);align-items:center;gap:11px;padding:12px 15px;font-size:14.5px;font-weight:600;display:flex}.hp-type:hover{border-color:var(--lh-green-600);color:var(--lh-ink);transform:translateY(-2px)}.hp-type__icon{border-radius:var(--radius-sm);background:var(--lh-green-bg);width:34px;height:34px;color:var(--lh-green);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hp-steps{grid-template-columns:repeat(3,1fr);gap:28px;display:grid;position:relative}.hp-steps:before{content:"";background:var(--lh-line);height:1px;position:absolute;top:19px;left:14%;right:14%}.hp-stepitem{position:relative}.hp-stepitem__n{border-radius:var(--radius-pill);background:var(--lh-coral);width:38px;height:38px;color:var(--lh-field);justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex;position:relative}.hp-stepitem__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;margin:16px 0 6px;font-size:19px;font-weight:600}.hp-stepitem__text{color:var(--lh-ink-3);margin:0;font-size:14.5px;line-height:1.6}.hp-teaser{background:var(--lh-field);border-top:1px solid var(--lh-line);border-bottom:1px solid var(--lh-line)}.hp-teaser__inner{align-items:center;gap:32px;max-width:1180px;margin:0 auto;padding:48px 24px;display:flex}.hp-teaser__photo{border-radius:var(--radius-lg);background:var(--lh-segment);border:1px dashed var(--lh-line-field);height:152px;color:var(--lh-muted-3);flex:0 0 152px;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.hp-teaser__body{min-width:0}.hp-teaser__body .hp-h2{margin-bottom:8px}.hp-teaser__body .hp-lede{margin-bottom:20px}@media (max-width:860px){.hp-types__featured{grid-template-columns:1fr}.hp-steps{grid-template-columns:1fr;gap:24px}.hp-steps:before{display:none}.hp-teaser__inner{flex-direction:column;align-items:flex-start;gap:22px}}@media (max-width:620px){.hp-types{grid-template-columns:1fr 1fr}.hp-feat{flex-direction:column}.hp-feat__preview{flex:auto;align-self:stretch}}.hp{--hp-coral-ink:#b44821;--hp-coral-fill:#be4e27;--hp-muted:#636b5e}.hp-eyebrow,.hp-section__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--hp-coral-ink);font-size:13px;font-weight:700;display:block}.hp-eyebrow{margin-bottom:16px}.hp-eyebrow--coral{color:var(--hp-coral-ink)}.hp-eyebrow--yellow{color:var(--lh-yellow)}.hp-section__head{flex-direction:column;align-items:flex-start;gap:10px}.hp-hero__note,.hp-mini__caption,.hp-why__note,.hp-feat__note,.hp-tile__note,.hp-price__plan,.hp-price__note,.hp-price__per,.hp-price__vat,.hp-price__basic,.hp-sheet__meta,.hp-sheet__fields,.hp-sheet__page,.hp-example__meta{color:var(--hp-muted)}.hp-mini__pts,.hp-feat__pts{color:var(--lh-green)}.hp-teaser__photo{color:#5c6457}.hp-footer__legal-inner{color:#9db6a8}.hp-btn{box-sizing:border-box;justify-content:center;min-height:52px}.hp-btn--coral,.hp-login,.hp-menu__login,.hp-frag__cardbtn,.hp-price__cta--coral,.hp-stepitem__n{background:var(--hp-coral-fill)}.hp-btn--coral:hover,.hp-login:hover,.hp-menu__login:hover,.hp-price__cta--coral:hover{background:var(--lh-coral-700)}.hp-price__cta{box-sizing:border-box;justify-content:center;align-items:center;min-height:48px;padding:12px 18px;display:flex}.hp-mini__paper,.hp-example{box-shadow:none}.hp-band,.hp-teaser{border-top:none;border-bottom:none}.hp-btn,.hp-price__cta,.hp-chip,.hp-type,.hp-feat,.hp-tile,.hp-mini,.hp-faq>summary,.hp-header__mcta{transition:transform .16s var(--ease-out), background-color .16s var(--ease-out), border-color .16s var(--ease-out), color .16s var(--ease-out), box-shadow .16s var(--ease-out)}.hp-btn:hover,.hp-price__cta:hover,.hp-chip:hover{transform:translateY(-1px)}.hp-btn:active,.hp-price__cta:active,.hp-chip:active,.hp-type:active,.hp-feat:active,.hp-tile:active,.hp-header__mcta:active{transform:scale(.97)}.hp-chip:hover{border-color:var(--lh-green-line)}@keyframes hpAnswerIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.hp-faq[open] .hp-faq__a{animation:hpAnswerIn .22s var(--ease-out) both}.hp-faq>summary:active{transform:scale(.99)}.hp-footer__links a,.hp-nav__link{position:relative}.hp-footer__links a:after{content:"";transform-origin:0;height:1px;transition:transform .16s var(--ease-out);background:currentColor;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.hp-footer__links a:hover:after,.hp-footer__links a:focus-visible:after{transform:scaleX(1)}.hp-header__mcta{border-radius:var(--radius-pill);min-height:40px;color:var(--lh-field);background:var(--hp-coral-fill);align-items:center;margin-left:auto;padding:9px 15px;font-size:14.5px;font-weight:600;display:none}.hp-header__mcta:hover{color:var(--lh-field);background:var(--lh-coral-700)}@media (max-width:860px){.hp-header__mcta{display:inline-flex}.hp-burger{margin-left:8px}.hp-menu a{align-items:center;min-height:44px;display:flex}}@media (max-width:620px){.hp-section{padding:44px 20px}.hp-hero{gap:28px;padding:36px 20px 24px}.hp-hero__title{font-size:clamp(30px,8.6vw,40px)}.hp-hero__lede{font-size:16px}.hp-hero__ctas{gap:10px}.hp-hero__ctas .hp-btn{width:100%}.hp-hero__note{flex-wrap:wrap;align-items:flex-start;margin-top:18px;line-height:1.5}.hp-faq-wrap{padding:44px 20px}.hp-teaser__inner{padding:36px 20px}.hp-logo{min-height:44px}.hp-footer__links{gap:2px}.hp-footer__links a{align-items:center;min-height:44px;display:inline-flex}.hp-chips{gap:8px}}@media (max-width:400px){.hp-hero__title{font-size:29px}.hp-header__mcta{padding:9px 12px;font-size:13.5px}}@media (max-width:860px){.hp-logo,.hp-header__mcta{min-height:44px}.hp-footer__links{gap:2px}.hp-footer__links a{align-items:center;min-height:44px;display:inline-flex}}.hp-burger{width:44px;height:44px}.hp-header__mcta{white-space:nowrap}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hp-h1-page{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;margin:0;font-size:clamp(30px,4.4vw,44px);font-weight:600;line-height:1.08}.pr-toggle{margin-bottom:var(--space-6);background:var(--lh-segment);border-radius:var(--radius-pill);gap:4px;padding:4px;display:inline-flex}.pr-toggle button{border-radius:var(--radius-pill);min-height:44px;color:var(--hp-muted);cursor:pointer;transition:background .16s var(--ease-out), color .16s var(--ease-out);background:0 0;border:none;align-items:center;gap:8px;padding:0 18px;font-size:15px;font-weight:600;display:inline-flex}.pr-toggle button[aria-pressed=true]{background:var(--lh-surface);color:var(--lh-ink);box-shadow:var(--shadow-sm)}.pr-toggle__hint{color:var(--lh-yellow-ink);background:var(--lh-yellow-bg);border-radius:var(--radius-pill);padding:3px 9px;font-size:12px;font-weight:700}.pr-cards{grid-template-columns:repeat(4,1fr);align-items:start;gap:16px;display:grid}.pr-card{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-xl);padding:26px 24px;position:relative}.pr-card--anchor{background:var(--lh-green);color:#f6f2e9;border:none;padding:30px 24px;box-shadow:0 24px 50px -28px #20261f80}.pr-card--anchor .hp-price__plan{color:var(--lh-yellow)}.pr-card--anchor .hp-price__per,.pr-card--anchor .hp-price__note,.pr-card--anchor .hp-price__vat,.pr-card--anchor .hp-price__alt{color:#c9d8ce}.pr-card--anchor .hp-price__feature{color:var(--lh-green-bg)}.pr-card--school{background:var(--lh-field)}.pr-card__text{color:var(--hp-muted);margin:14px 0 22px;font-size:14px;line-height:1.55}.pr-terms{gap:var(--space-5);margin:var(--space-6) 0 0;padding-top:var(--space-5);border-top:1px solid var(--lh-line);color:var(--hp-muted);flex-wrap:wrap;font-size:14px;display:flex}.pr-terms strong{color:var(--lh-ink);font-weight:600}.pr-terms a{text-underline-offset:3px;font-weight:600;text-decoration:underline}.pr-table-wrap{margin-top:var(--space-8)}.pr-table__toggle{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-md);width:100%;min-height:52px;color:var(--lh-ink);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 18px;font-size:15px;font-weight:600;display:none}.pr-table__scroll{overflow-x:auto}.pr-table{border-collapse:collapse;width:100%;font-size:14.5px}.pr-table caption{text-align:left}.pr-table th,.pr-table td{text-align:left;border-bottom:1px solid var(--lh-line-soft);padding:13px 14px}.pr-table thead th{letter-spacing:.04em;text-transform:uppercase;color:var(--hp-muted);border-bottom:1px solid var(--lh-line);font-size:13px;font-weight:700}.pr-table tbody th{color:var(--lh-ink);font-weight:600}.pr-table td{color:var(--lh-ink-3)}.pr-yes,.pr-no{display:inline-flex}.pr-faq{margin-top:var(--space-10)}.pr-foot{margin:var(--space-6) 0 0;color:var(--hp-muted);font-size:14.5px;line-height:1.6}.pr-foot a{text-underline-offset:3px;font-weight:600;text-decoration:underline}.sch-price{margin:0 0 var(--space-5);flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.sch-price .hp-price__vat{flex-basis:100%;margin:0}.sch-grid{margin-top:var(--space-5);grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.sch-card{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-lg);padding:22px}.sch-card__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0 6px;font-size:18px;font-weight:600;display:flex}.sch-card__text{color:var(--lh-ink-3);margin:0;font-size:14.5px;line-height:1.6}.sch-soon{font-family:var(--font-inter), system-ui, sans-serif;color:var(--lh-yellow-ink);background:var(--lh-yellow-bg);border-radius:var(--radius-pill);padding:3px 9px;font-size:11.5px;font-weight:700}.sch-form{max-width:720px;margin-top:var(--space-5);grid-template-columns:1fr 1fr;gap:16px;display:grid}.sch-form__row{flex-direction:column;gap:6px;display:flex}.sch-form__row--wide,.sch-consent,.sch-form .hp-btn{grid-column:1/-1}.sch-form .input{width:100%}.sch-form textarea.input{resize:vertical;min-height:110px}.sch-consent{color:var(--lh-ink-3);align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;display:flex}.sch-consent input{flex-shrink:0;width:18px;height:18px;margin-top:3px}.sch-consent a{text-underline-offset:3px;font-weight:600;text-decoration:underline}.sch-form .hp-btn{justify-self:start}.sch-form .hp-btn:disabled{opacity:.5;cursor:not-allowed}.sch-done{max-width:720px;margin-top:var(--space-5);background:var(--lh-green-bg);border:1px solid var(--lh-green-line);border-radius:var(--radius-lg);color:var(--lh-ink-3);align-items:flex-start;gap:14px;padding:18px 20px;font-size:15px;line-height:1.6;display:flex}.sch-done__mark{border-radius:var(--radius-pill);background:var(--lh-green);width:36px;height:36px;color:var(--lh-field);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sch-done a{text-underline-offset:3px;font-weight:600;text-decoration:underline}.co-hero{grid-template-columns:220px 1fr;align-items:center;gap:36px;display:grid}.co-photo{border-radius:var(--radius-xl);background:var(--lh-segment);border:1px dashed var(--lh-line-field);color:#5c6457;justify-content:center;align-items:center;width:220px;height:260px;font-size:13px;font-weight:600;display:flex}.co-hero .hp-h1-page{margin-top:6px}.co-hero .hp-lede{margin-bottom:24px}.co-intro{max-width:68ch;color:var(--lh-ink-3);margin:0;font-size:16px;line-height:1.7}.co-list{margin-top:var(--space-5);flex-direction:column;gap:12px;display:flex}.co-item{background:var(--lh-surface);border:1px solid var(--lh-line);border-radius:var(--radius-lg);align-items:center;gap:18px;padding:20px 22px;display:flex}.co-item__body{flex:1;min-width:0}.co-item__title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;margin:0 0 4px;font-size:18px;font-weight:600}.co-item__text{color:var(--hp-muted);margin:0;font-size:14.5px;line-height:1.55}.co-item__meta{text-align:right;color:var(--hp-muted);flex-direction:column;flex-shrink:0;gap:4px;font-size:13px;display:flex}.nf{text-align:center;flex-direction:column;align-items:center;max-width:620px;margin:0 auto;padding:96px 24px 120px;display:flex}.nf__mark{border-radius:var(--radius-lg);background:var(--lh-green);justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:22px;display:flex}.nf .hp-section__eyebrow{margin-bottom:10px}.nf__ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:1024px){.pr-cards,.sch-grid{grid-template-columns:1fr 1fr}}@media (max-width:860px){.co-hero{grid-template-columns:1fr;gap:24px}.co-photo{width:180px;height:200px}.co-item{flex-wrap:wrap}.co-item__meta{text-align:left;flex-direction:row;gap:12px;width:100%}}@media (max-width:620px){.pr-cards,.sch-grid,.sch-form{grid-template-columns:1fr}.pr-terms{flex-direction:column;gap:10px}.pr-table__toggle{display:flex}.pr-table__scroll{display:none}.pr-table__scroll.is-open{margin-top:12px;display:block}.pr-table{min-width:560px;font-size:13.5px}.nf{padding:64px 20px 90px}}.pr-toggle__hint,.sch-soon{color:#8a6013}.hp .field__optional{color:#636b5e}.pr-card--school .hp-price__value{font-size:32px}.pr-card--school .hp-price__amount{flex-wrap:wrap;row-gap:2px}.co-photo,.hp-teaser__photo{display:none}.hp-teaser__inner{gap:0}.legal__quote{background:var(--lh-surface);border:1px solid var(--lh-line);border-left:3px solid var(--lh-green);border-radius:var(--radius-md);color:var(--lh-ink-3);margin:16px 0 0;padding:18px 20px;font-size:14.5px;line-height:1.7}
