.tq{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.tq [hidden]{display:none!important}.tq.is-focus{height:100vh;height:100dvh;overflow:hidden}.tq-bar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:.75rem var(--pad);padding-top:calc(.75rem + env(safe-area-inset-top,0px));background:#f4ede3d9;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line-soft)}.tq-bar__brand{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-serif);font-size:1.45rem;color:var(--ink);text-decoration:none}.tq-bar__mark{width:40px;height:18px;color:var(--orange)}.tq-bar__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--white);color:var(--ink);text-decoration:none;transition:border-color .15s ease}.tq-bar__close:hover{border-color:var(--ink)}.tq-intro{flex:1;display:flex;align-items:center;justify-content:center;background:var(--ink);padding:clamp(3rem,8vw,6rem) var(--pad);text-align:center}.tq-intro__inner{max-width:720px}.tq-intro__badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #3A342E;border-radius:var(--r-full);padding:.45rem 1.1rem;font-size:.78rem;font-weight:600;color:#b7b0a6;margin-bottom:var(--space-md)}.tq-intro__badge span{width:8px;height:8px;border-radius:50%;background:var(--orange)}.tq-intro h1{color:#fff;font-size:clamp(2.4rem,7vw,4.2rem)}.tq-intro h1 em{font-style:italic;color:var(--orange)}.tq-intro__lede{color:#b7b0a6;font-size:clamp(1rem,1.8vw,1.15rem);max-width:54ch;margin:var(--space-sm) auto 0;line-height:1.65}.tq-intro__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;list-style:none;margin-top:var(--space-md)}.tq-intro__chips li{border:1px solid #3A342E;border-radius:var(--r-full);padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;color:#d8d2c8}.tq-intro__chip--free{color:#7fd8a4!important}.tq-intro__begin{margin-top:var(--space-md);padding:1.05rem 2.6rem;font-size:1rem;box-shadow:0 0 44px #ff9a0059}.tq-intro__note{color:#857e75;font-size:.82rem;max-width:58ch;margin:var(--space-md) auto 0;line-height:1.6}@media(max-width:640px){.tq-intro{padding-block:clamp(2rem,6vh,3rem)}.tq-intro__chips li{padding:.4rem .85rem;font-size:.78rem}.tq-intro__begin{width:100%;justify-content:center}.tq-intro__note{font-size:.76rem}}.tq-quiz{flex:1;min-height:0;display:flex;flex-direction:column;max-width:720px;width:100%;margin-inline:auto;padding:0 var(--pad)}.tq-quiz__head{flex-shrink:0;padding-block:clamp(.9rem,2.5vh,1.6rem) 0}.tq-quiz__head-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.tq-quiz__section{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tq-quiz__section-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--orange)}.tq-quiz__count{font-size:.85rem;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap}.tq-quiz__progress{height:8px;border-radius:var(--r-full);background:var(--line-soft);overflow:hidden}.tq-quiz__progress-fill{height:100%;width:0%;border-radius:var(--r-full);background:linear-gradient(90deg,var(--orange-deep),var(--orange));transition:width .4s cubic-bezier(.22,1,.36,1)}.tq-quiz__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-block:clamp(.75rem,2vh,1.5rem)}.tq-card{margin-block:auto;background:var(--white);border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:clamp(1.1rem,3vw,2.25rem);box-shadow:0 18px 50px #1b19170f}.tq-card__topic{display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:.7rem}.tq-card__question{font-size:clamp(1.3rem,2.2vw + .7rem,1.95rem);line-height:1.22;text-wrap:balance}.tq-card__help{font-size:.9rem;color:var(--ink-muted);font-style:italic;margin-top:.55rem;line-height:1.5}@keyframes tq-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.tq-card.is-in .tq-card__topic,.tq-card.is-in .tq-card__question,.tq-card.is-in .tq-card__help{animation:tq-rise .3s ease both}.tq-card__options{display:flex;flex-direction:column;gap:clamp(.5rem,1.2vh,.7rem);margin-top:clamp(1rem,2.5vh,1.6rem)}.tq-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;width:100%;min-height:3.4rem;text-align:left;background:var(--white);border:1.5px solid var(--line);border-radius:var(--r-md);padding:.8rem 1rem .8rem .85rem;font-family:var(--font-sans);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .12s ease;animation:tq-rise .3s ease both;animation-delay:calc(var(--i, 0) * 45ms)}@media(hover:hover){.tq-option:hover{border-color:var(--orange);box-shadow:0 6px 18px #1b191714;transform:translateY(-1px)}.tq-option:hover .tq-option__dot{border-color:var(--orange)}}.tq-option:active{transform:scale(.985)}.tq-option:focus-visible{outline:2px solid var(--orange-deep);outline-offset:2px}.tq-option__dot{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;border:2px solid var(--line);background:var(--white);color:#fff;transition:border-color .15s ease,background-color .15s ease}.tq-option__dot svg{width:12px;height:10px;opacity:0;transform:scale(.4);transition:opacity .12s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}.tq-option__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.tq-option__text strong{font-size:.98rem;font-weight:600;color:var(--ink);line-height:1.3}.tq-option__text span{font-size:.83rem;color:var(--ink-muted);line-height:1.4}.tq-option__key{display:none;font-family:var(--font-sans);font-size:.7rem;font-weight:700;line-height:1;color:var(--ink-faint);border:1px solid var(--line);border-radius:6px;padding:.3rem .5rem;transition:border-color .15s ease,color .15s ease}@media(hover:hover)and (pointer:fine){.tq-option__key{display:inline-block}}.tq-option.is-selected{border-color:var(--orange);background:var(--orange-tint);box-shadow:0 0 0 3px #ff9a002e}.tq-option.is-selected .tq-option__dot{border-color:var(--orange);background:var(--orange)}.tq-option.is-selected .tq-option__dot svg{opacity:1;transform:scale(1)}.tq-option.is-selected .tq-option__key{border-color:var(--orange);color:var(--orange-deep)}@media(prefers-reduced-motion:reduce){.tq-option,.tq-card.is-in .tq-card__topic,.tq-card.is-in .tq-card__question,.tq-card.is-in .tq-card__help{animation:none}}.tq-quiz__foot{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem;padding-block:.4rem calc(.8rem + env(safe-area-inset-bottom,0px))}.tq-back{display:inline-flex;align-items:center;gap:.45rem;background:none;border:none;font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:var(--ink-muted);cursor:pointer;padding:.5rem 0}.tq-back:hover{color:var(--ink)}.tq-quiz__hint{font-size:.78rem;color:var(--ink-faint);margin-left:auto;text-align:right}@media(max-width:640px){.tq-card{background:none;border:none;border-radius:0;padding:0;box-shadow:none}.tq-option{min-height:3.1rem;padding:.7rem .85rem .7rem .75rem;gap:.75rem;border-radius:14px}.tq-quiz__hint{display:none}}@media(max-height:700px){.tq-card__question{font-size:clamp(1.15rem,2vw + .6rem,1.6rem)}.tq-card__help{font-size:.83rem}.tq-option{min-height:2.9rem}.tq-option__dot{width:22px;height:22px}}.tq-results__inner{max-width:720px;margin-inline:auto;padding:var(--space-md) var(--pad) var(--space-lg)}.tq-score{text-align:center}.tq-score__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:1rem}.tq-score__dial{position:relative;width:min(280px,70vw);margin-inline:auto}.tq-score__value{position:absolute;inset:auto 0 6%;display:flex;flex-direction:column;align-items:center}.tq-score__value strong{font-family:var(--font-serif);font-weight:400;font-size:clamp(2.2rem,6vw,3rem);line-height:1;color:var(--ink)}.tq-score__value span{font-size:.85rem;color:var(--ink-muted)}.tq-score__band{display:inline-block;margin-top:.9rem;background:var(--orange-tint);color:var(--orange-deep);border-radius:var(--r-full);padding:.45rem 1.2rem;font-size:.85rem;font-weight:700}.tq-verdict{text-align:center;margin-top:var(--space-md)}.tq-verdict h1{font-size:clamp(1.8rem,4.5vw,2.6rem);max-width:24ch;margin-inline:auto}.tq-verdict p{color:var(--ink-body);margin-top:var(--space-xs);line-height:1.7;text-align:left}.tq-areas{margin-top:var(--space-md)}.tq-areas h3{font-size:1.2rem;margin-bottom:.8rem}.tq-areas ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.tq-areas li{display:grid;grid-template-columns:minmax(140px,1fr) 2fr;align-items:center;gap:1rem}.tq-areas li>span{font-size:.9rem;font-weight:600;color:var(--ink)}@media(max-width:520px){.tq-areas li{grid-template-columns:1fr;gap:.35rem}.tq-areas ul{gap:.9rem}}.tq-areas__meter{height:8px;border-radius:var(--r-full);background:var(--line-soft);overflow:hidden}.tq-areas__meter div{height:100%;background:var(--orange);border-radius:var(--r-full)}.tq-next{margin-top:var(--space-md)}.tq-next ul{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin-top:.4rem}.tq-next li{padding-left:1.4rem;position:relative;font-size:.95rem}.tq-next li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:50%;background:var(--orange)}.tq-gate{background:var(--ink);border-radius:var(--r-lg);padding:clamp(1.75rem,5vw,3rem);text-align:center;margin-bottom:var(--space-md);box-shadow:0 24px 60px #1b19172e}.tq-gate__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.9rem}.tq-gate h1{color:#fff;font-size:clamp(1.9rem,5vw,2.7rem)}.tq-gate__sub{color:#b7b0a6;font-size:.97rem;max-width:52ch;margin:var(--space-xs) auto 0;line-height:1.65}.tq-gate__form{display:flex;gap:.6rem;margin:var(--space-sm) auto 0;flex-wrap:wrap;justify-content:center;max-width:480px}.tq-gate__form input{flex:1;min-width:220px;border:1.5px solid #3A342E;background:#262220;color:#fff;border-radius:var(--r-full);padding:.9rem 1.4rem;font-family:var(--font-sans);font-size:.95rem}.tq-gate__form input::placeholder{color:#857e75}.tq-gate__form input:focus{outline:2px solid var(--orange);outline-offset:2px}@media(max-width:520px){.tq-gate__form{flex-direction:column}.tq-gate__form input{min-width:0;width:100%}.tq-gate__form .btn{width:100%;justify-content:center}}.tq-gate__error{color:#f0a6a6;font-size:.85rem;margin-top:.75rem}.tq-gate__note{color:#857e75;font-size:.78rem;margin-top:.9rem}.tq-gate__done{background:#eaf7ef;border:1px solid #BFE5CC;color:#1f6b3e;border-radius:var(--r-md);padding:.85rem 1.2rem;font-size:.92rem;margin-bottom:var(--space-md);text-align:center}.tq-locked{transition:filter .6s ease}.tq-locked.is-blurred{filter:blur(14px);pointer-events:none;user-select:none;-webkit-user-select:none}.tq-results__disclaimer{margin-top:var(--space-md);font-size:.8rem;color:var(--ink-faint);line-height:1.6}.tq-pitch{background:var(--white);border-top:1px solid var(--line-soft);padding-block:var(--space-section)}.tq-pitch :global(.reviews){padding-block:var(--space-md) var(--space-sm)}.tq-pitch__head{max-width:62ch;margin-bottom:var(--space-lg)}.tq-pitch__head .lede{margin-top:1rem}.tq-pitch__badge-link{display:inline-block;margin-top:var(--space-sm);transition:transform .18s ease}.tq-pitch__badge-link:hover{transform:translateY(-2px)}.tq-pitch__badge-link img{height:56px;width:auto}.tq-screens{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.25rem,3vw,2.75rem);align-items:start}.tq-screen{display:flex;flex-direction:column;gap:var(--space-sm)}.tq-screen__device{position:relative;display:flex;align-items:flex-end;justify-content:center;height:clamp(340px,40vw,580px)}.tq-screen__device:before{content:"";position:absolute;inset:12% -6% 6%;border-radius:50%;background:radial-gradient(ellipse at center,#ff9a0029,#ff9a0000 70%);z-index:0}.tq-screen__device img{position:relative;z-index:1;height:100%;width:auto;max-width:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 26px 46px rgba(27,25,23,.18))}.tq-screen__caption{text-align:center;max-width:34ch;margin-inline:auto}.tq-screen__label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:.6rem}.tq-screen h3{font-size:clamp(1.25rem,2.2vw,1.55rem);margin-bottom:.5rem}.tq-screen p{font-size:.93rem;color:var(--ink-muted);line-height:1.6}@media(max-width:780px){.tq-screens{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--pad);margin-inline:calc(var(--pad) * -1);padding-inline:var(--pad);padding-bottom:var(--space-xs);scrollbar-width:none;gap:var(--space-sm)}.tq-screens::-webkit-scrollbar{display:none}.tq-screen{flex:0 0 min(272px,70vw);scroll-snap-align:center}.tq-screen__device{height:min(540px,140vw)}.tq-screen__caption{text-align:left}}.tq-pitch__features{margin-top:var(--space-section)}.tq-pitch__features h3{font-size:clamp(1.5rem,3.2vw,2.1rem);margin-bottom:var(--space-md)}.tq-features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr));gap:var(--space-xs)}.tq-feature{background:var(--cream);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:1.35rem 1.45rem}.tq-feature h4{font-family:var(--font-sans);font-size:.98rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.tq-feature p{font-size:.87rem;color:var(--ink-muted);line-height:1.55}.tq-pitch__cta{margin-top:var(--space-section);background:var(--ink);border-radius:var(--r-lg);padding:clamp(2rem,6vw,4rem) clamp(1.4rem,5vw,4rem);text-align:center}.tq-pitch__cta h2{color:#fff;max-width:20ch;margin-inline:auto}.tq-pitch__cta p{color:#b7b0a6;max-width:52ch;margin:var(--space-xs) auto 0;font-size:1rem;line-height:1.7}.tq-pitch__cta .tq-pitch__badge-link{margin-top:var(--space-md)}.tq-pitch__links{margin-top:var(--space-sm);display:flex;justify-content:center;gap:.8rem;font-size:.88rem;color:#857e75}.tq-pitch__links a{color:#b7b0a6;text-decoration:underline;text-underline-offset:3px}.tq-pitch__links a:hover{color:var(--orange)}
