:root{--ot-bg:#f7f4ef;--ot-surface:#ffffff;--ot-text:#1f2430;--ot-muted:#6b7280;--ot-line:#e8e1d8;--ot-deep:#2b245c;--ot-violet:#7c3aed;--ot-lavender:#f1ecff;--ot-peach:#ffb86b;--ot-pink:#ffe4ec;--ot-blue:#e7f0ff;--ot-green:#e7f7ef;--ot-radius:8px;--ot-shadow:0 18px 50px rgba(31,36,48,0.12);color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--ot-bg);color:var(--ot-text);font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}a{color:inherit}.ot-previewbar{position:sticky;top:0;z-index:30;display:flex;gap:8px;overflow-x:auto;padding:10px 16px;border-bottom:1px solid var(--ot-line);background:rgba(255,255,255,0.92);backdrop-filter:blur(14px)}.ot-previewbar a{flex:0 0 auto;padding:8px 10px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);text-decoration:none;font-size:14px;background:var(--ot-surface)}.ot-site{min-height:100vh;background:linear-gradient(180deg,rgba(255,255,255,0.64),rgba(247,244,239,0.2) 340px),var(--ot-bg)}.ot-header,.ot-section,.ot-hero,.ot-cluster-hero,.ot-test-start,.ot-question-wrap,.ot-ad-pause,.ot-result,.ot-search-page,.ot-not-found,.ot-info-page,.ot-footer{width:min(1180px,calc(100% - 32px));margin-inline:auto}.ot-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding:18px 0}.ot-logo{display:inline-flex;align-items:center;gap:10px;min-width:0;text-decoration:none;font-weight:800}.ot-logo__mark{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--ot-radius);color:#ffffff;background:linear-gradient(135deg,var(--ot-deep),var(--ot-violet));font-size:13px}.ot-nav{display:flex;align-items:center;flex:1 1 auto;gap:14px;max-width:100%;overflow-x:auto;padding-bottom:2px;color:var(--ot-muted);font-size:15px;scrollbar-width:none}.ot-nav::-webkit-scrollbar{display:none}.ot-nav a{flex:0 0 auto;text-decoration:none}.ot-nav a:hover{color:var(--ot-text)}.ot-icon-button{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);color:var(--ot-deep);background:var(--ot-surface);cursor:pointer}.ot-hero{display:grid;gap:28px;min-height:430px;padding:34px 0 30px;align-items:center}.ot-hero__content{max-width:720px}.ot-eyebrow{margin:0 0 10px;color:var(--ot-violet);font-size:13px;font-weight:800;text-transform:uppercase}.ot-hero h1,.ot-cluster-hero h1,.ot-test-start h1,.ot-search-page h1,.ot-info-page h1,.ot-not-found h1,.ot-result h1,.ot-ad-pause h1{margin:0;color:var(--ot-text);font-family:Manrope,Inter,Arial,system-ui,sans-serif;font-size:42px;line-height:1.06;font-weight:850;overflow-wrap:anywhere}.ot-hero__lead,.ot-cluster-hero p,.ot-test-start p,.ot-search-page p,.ot-info-page__lead,.ot-not-found p,.ot-ad-pause p{margin:18px 0 0;max-width:760px;color:#4b5563;font-size:18px;line-height:1.55}.ot-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.ot-button,.ot-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;min-width:46px;padding:12px 16px;border:1px solid transparent;border-radius:var(--ot-radius);font-weight:780;line-height:1.1;text-align:center;text-decoration:none;cursor:pointer;transition:transform 0.16s ease,box-shadow 0.16s ease,background-color 0.16s ease}.ot-button:hover,.ot-link-button:hover,.ot-icon-button:hover{transform:translateY(-1px)}.ot-button:focus-visible,.ot-link-button:focus-visible,.ot-icon-button:focus-visible,.ot-answer:focus-visible,.ot-search input:focus-visible,summary:focus-visible{outline:3px solid rgba(124,58,237,0.25);outline-offset:3px}.ot-button:disabled{cursor:not-allowed;opacity:0.45;transform:none}.ot-button--primary{color:#ffffff;background:var(--ot-deep);box-shadow:0 12px 28px rgba(43,36,92,0.24)}.ot-button--secondary{color:var(--ot-deep);border-color:var(--ot-line);background:var(--ot-surface)}.ot-button--ghost{color:var(--ot-deep);border-color:rgba(124,58,237,0.2);background:var(--ot-lavender)}.ot-link-button{min-height:40px;padding:10px 12px;color:var(--ot-deep);border-color:var(--ot-line);background:rgba(255,255,255,0.72)}.ot-hero__scene{position:relative;min-height:280px;padding:16px;border:1px solid rgba(232,225,216,0.86);border-radius:18px;background:linear-gradient(135deg,rgba(241,236,255,0.95),rgba(231,247,239,0.94)),#ffffff;box-shadow:var(--ot-shadow);overflow:hidden}.ot-hero__scene::before{content:"";position:absolute;inset:24px;border:1px solid rgba(43,36,92,0.12);border-radius:14px}.ot-scene-card{position:absolute;width:210px;padding:18px;border:1px solid rgba(255,255,255,0.8);border-radius:var(--ot-radius);background:rgba(255,255,255,0.88);box-shadow:0 16px 34px rgba(31,36,48,0.14)}.ot-scene-card span{display:block;color:var(--ot-muted);font-size:13px}.ot-scene-card strong{display:block;margin-top:6px;color:var(--ot-deep);font-size:21px}.ot-scene-card--main{left:22px;top:34px}.ot-scene-card--side{right:18px;bottom:30px;width:170px;background:#fff8e7}.ot-scene-progress{height:9px;margin-top:18px;border-radius:999px;background:#ece7de;overflow:hidden}.ot-scene-progress span{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ot-violet),var(--ot-peach))}.ot-scene-answers{position:absolute;left:48px;right:54px;bottom:58px;display:grid;gap:10px}.ot-scene-answers span{height:16px;border-radius:999px;background:rgba(43,36,92,0.14)}.ot-scene-answers span:nth-child(2){width:72%;background:rgba(5,150,105,0.18)}.ot-scene-answers span:nth-child(3){width:52%;background:rgba(219,39,119,0.16)}.ot-section{padding:42px 0}.ot-section__head{margin-bottom:18px}.ot-section h2,.ot-result__text h2,.ot-question-card h2{margin:0;color:var(--ot-text);font-family:Manrope,Inter,Arial,system-ui,sans-serif;font-size:26px;line-height:1.18;overflow-wrap:anywhere}.ot-cluster-grid,.ot-test-grid{display:grid;gap:16px}.ot-cluster-card,.ot-test-card,.ot-question-card,.ot-result-card,.ot-faq details,.ot-empty{border:1px solid var(--ot-line);border-radius:var(--ot-radius);background:var(--ot-surface);box-shadow:0 12px 32px rgba(31,36,48,0.07)}.ot-cluster-card{position:relative;display:grid;gap:16px;min-height:260px;padding:18px;overflow:hidden}.ot-cluster-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,color-mix(in srgb,var(--ot-cluster-color) 12%,transparent),color-mix(in srgb,var(--ot-cluster-accent) 18%,transparent));pointer-events:none}.ot-cluster-card>*{position:relative}.ot-cluster-card__visual{display:flex;align-items:end;gap:8px;height:56px}.ot-cluster-card__visual span{display:block;width:34px;border-radius:999px 999px 8px 8px;background:var(--ot-cluster-color)}.ot-cluster-card__visual span:nth-child(1){height:44px}.ot-cluster-card__visual span:nth-child(2){height:28px;background:var(--ot-cluster-accent)}.ot-cluster-card__visual span:nth-child(3){height:52px;background:color-mix(in srgb,var(--ot-cluster-color) 65%,#ffffff)}.ot-cluster-card h3,.ot-test-card h3{margin:0;font-family:Manrope,Inter,Arial,system-ui,sans-serif;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.ot-cluster-card p,.ot-test-card p,.ot-result__text p,.ot-faq p,.ot-empty p{margin:10px 0 0;color:#4b5563;line-height:1.55}.ot-cluster-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;align-self:end}.ot-cluster-card__footer span{color:var(--ot-muted);font-weight:720}.ot-test-card{display:grid;gap:18px;padding:18px}.ot-test-card--featured{min-height:320px;padding:22px;background:linear-gradient(135deg,rgba(241,236,255,0.92),rgba(255,248,231,0.96)),#ffffff}.ot-badge{display:inline-flex;align-items:center;gap:8px;max-width:100%;margin-bottom:14px;padding:7px 9px;border:1px solid color-mix(in srgb,var(--ot-badge-color) 20%,#ffffff);border-radius:999px;color:var(--ot-badge-color);background:color-mix(in srgb,var(--ot-badge-color) 8%,#ffffff);font-size:13px;font-weight:800;overflow-wrap:anywhere}.ot-badge__mark{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--ot-badge-color),var(--ot-badge-accent))}.ot-meta{display:flex;flex-wrap:wrap;gap:8px;color:#4b5563;font-size:14px}.ot-meta span{padding:7px 9px;border:1px solid var(--ot-line);border-radius:999px;background:rgba(255,255,255,0.72)}.ot-ad{width:min(1180px,calc(100% - 32px));min-height:var(--ot-ad-min-height);margin:26px auto;display:grid;place-items:center;border:1px dashed rgba(107,114,128,0.42);border-radius:var(--ot-radius);background:linear-gradient(135deg,rgba(231,240,255,0.74),rgba(231,247,239,0.74)),rgba(255,255,255,0.68)}.ot-ad__inner{display:grid;gap:4px;padding:18px;text-align:center}.ot-ad__label{color:var(--ot-text);font-weight:800}.ot-ad__hint{color:var(--ot-muted);font-size:14px}.ot-cluster-hero,.ot-test-start,.ot-search-page,.ot-not-found,.ot-ad-pause{padding:44px 0}.ot-cluster-hero{border-top:1px solid color-mix(in srgb,var(--ot-cluster-color) 18%,transparent)}.ot-disclaimer{margin-top:18px;padding:14px 16px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);color:#374151;background:rgba(255,255,255,0.72);line-height:1.5}.ot-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;color:var(--ot-muted);font-size:14px}.ot-breadcrumbs a{text-decoration:none}.ot-test-start__grid{display:grid;gap:28px;align-items:center}.ot-test-visual{position:relative;min-height:260px;border:1px solid var(--ot-line);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--ot-test-color) 12%,#ffffff),color-mix(in srgb,var(--ot-test-accent) 24%,#ffffff)),#ffffff;overflow:hidden}.ot-card-stack span{position:absolute;left:34px;right:34px;height:86px;border:1px solid rgba(255,255,255,0.78);border-radius:var(--ot-radius);background:rgba(255,255,255,0.84);box-shadow:0 16px 30px rgba(31,36,48,0.11)}.ot-card-stack span:nth-child(1){top:44px;transform:rotate(-4deg)}.ot-card-stack span:nth-child(2){top:82px;transform:rotate(2deg)}.ot-card-stack span:nth-child(3){top:120px;transform:rotate(-1deg)}.ot-visual-panel{position:absolute;left:28px;right:28px;bottom:26px;display:flex;align-items:center;gap:14px;padding:14px;border-radius:var(--ot-radius);color:#ffffff;background:var(--ot-test-color)}.ot-visual-panel strong{font-size:36px;line-height:1}.ot-question-wrap{padding:30px 0 48px}.ot-question-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ot-question-top h1{margin:0;font-size:24px;line-height:1.2}.ot-progress{height:12px;margin-bottom:18px;border-radius:999px;background:#e9e2d8;overflow:hidden}.ot-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ot-test-color),var(--ot-test-accent))}.ot-question-card{padding:18px}.ot-question-card__caption{margin:0 0 12px;color:var(--ot-muted);line-height:1.45}.ot-answer-grid{display:grid;gap:12px;margin-top:18px}.ot-answer{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;width:100%;min-height:68px;padding:14px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);color:var(--ot-text);background:#ffffff;text-align:left;line-height:1.35;cursor:pointer}.ot-answer:hover,.ot-answer.is-selected{border-color:color-mix(in srgb,var(--ot-test-color) 38%,var(--ot-line));background:color-mix(in srgb,var(--ot-test-color) 7%,#ffffff)}.ot-answer__index{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--ot-radius);color:#ffffff;background:var(--ot-test-color);font-weight:850}.ot-question-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;color:var(--ot-muted);font-weight:750}.ot-ad-pause{text-align:center}.ot-ad-pause .ot-ad{width:100%}.ot-result{padding:34px 0 46px}.ot-result__grid{display:grid;gap:22px;align-items:start;margin-top:18px}.ot-result-card{position:relative;min-height:360px;padding:22px;overflow:hidden;color:#ffffff;background:linear-gradient(135deg,var(--ot-result-color),color-mix(in srgb,var(--ot-result-color) 68%,#111827)),#2b245c}.ot-result-card h1{position:relative;color:#ffffff;font-size:46px}.ot-result-card__subtitle{position:relative;margin:8px 0 0;color:color-mix(in srgb,var(--ot-result-accent) 78%,#ffffff);font-size:19px;font-weight:820}.ot-result-card__short{position:relative;margin:22px 0 0;max-width:520px;color:rgba(255,255,255,0.88);font-size:18px;line-height:1.55}.ot-result-card__visual{position:absolute;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(2,70px);gap:10px;opacity:0.55}.ot-result-card__visual span{height:108px;border:1px solid rgba(255,255,255,0.45);border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,var(--ot-result-accent),rgba(255,255,255,0.12))}.ot-result-card__visual span:nth-child(2){height:78px;margin-top:30px}.ot-result__text{display:grid;gap:14px}.ot-result__text section{padding:18px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);background:rgba(255,255,255,0.78)}.ot-faq details{padding:16px 18px}.ot-faq details+details{margin-top:10px}.ot-faq summary{cursor:pointer;font-weight:820}.ot-search{display:grid;gap:10px;margin:22px 0}.ot-search input{width:100%;min-height:52px;padding:14px 16px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);color:var(--ot-text);background:#ffffff}.ot-search-results{display:grid;gap:16px}.ot-info-page{padding:34px 0 56px}.ot-info-page__lead{max-width:820px}.ot-info-page__body{display:grid;gap:16px;max-width:900px;margin-top:28px}.ot-info-section{padding:20px;border:1px solid var(--ot-line);border-radius:var(--ot-radius);background:rgba(255,255,255,0.72)}.ot-info-section h2{margin:0 0 8px;color:var(--ot-text);font-size:20px;line-height:1.24}.ot-info-section p{margin:0;color:#4b5563;font-size:16px;line-height:1.65}.ot-empty{display:grid;gap:16px;padding:18px}.ot-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ot-footer{padding:38px 0 44px;border-top:1px solid rgba(232,225,216,0.95);color:var(--ot-muted);font-size:14px;line-height:1.55}.ot-footer--tilda{margin-top:52px}.ot-footer__grid{display:grid;gap:26px}.ot-footer__brand{display:grid;gap:14px;max-width:520px}.ot-footer__brand p,.ot-footer__note,.ot-footer__bottom{margin:0}.ot-footer__nav{display:grid;gap:10px;align-content:start}.ot-footer__nav h2{margin:0 0 4px;color:var(--ot-text);font-size:14px;line-height:1.2}.ot-footer__nav a{color:var(--ot-muted);text-decoration:none}.ot-footer__nav a:hover{color:var(--ot-deep)}.ot-footer__bottom{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:space-between;padding-top:24px;margin-top:30px;border-top:1px solid rgba(232,225,216,0.82)}@media (min-width:700px){.ot-hero h1,.ot-cluster-hero h1,.ot-test-start h1,.ot-search-page h1,.ot-info-page h1,.ot-not-found h1,.ot-ad-pause h1{font-size:56px}.ot-cluster-grid,.ot-test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ot-search{grid-template-columns:1fr auto}}@media (min-width:960px){.ot-hero{grid-template-columns:minmax(0,1.06fr) minmax(340px,0.94fr);gap:34px}.ot-test-start__grid,.ot-result__grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,0.92fr)}.ot-result__grid{grid-template-columns:minmax(360px,0.86fr) minmax(0,1.14fr)}.ot-cluster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ot-test-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ot-answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ot-footer__grid{grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(140px,0.8fr))}}@media (max-width:430px){.ot-nav{flex-basis:100%}.ot-header,.ot-section,.ot-hero,.ot-cluster-hero,.ot-test-start,.ot-question-wrap,.ot-ad-pause,.ot-result,.ot-search-page,.ot-info-page,.ot-not-found,.ot-footer{width:min(100% - 24px,1180px)}.ot-hero{min-height:auto;gap:18px;padding-top:24px;padding-bottom:22px}.ot-hero h1,.ot-cluster-hero h1,.ot-test-start h1,.ot-search-page h1,.ot-info-page h1,.ot-not-found h1,.ot-ad-pause h1{font-size:34px}.ot-hero__lead,.ot-cluster-hero p,.ot-test-start p,.ot-search-page p,.ot-info-page__lead,.ot-not-found p,.ot-ad-pause p{font-size:16px}.ot-actions{display:grid}.ot-button{width:100%}.ot-hero__scene{min-height:150px}.ot-scene-card{width:146px;padding:12px}.ot-scene-card--side{width:130px;bottom:18px}.ot-scene-card--main{top:18px}.ot-scene-card strong{font-size:16px}.ot-scene-answers{left:36px;right:38px;bottom:30px;gap:6px}.ot-question-top{display:grid}.ot-question-top .ot-link-button{justify-self:start}.ot-question-card{padding:16px}.ot-answer{grid-template-columns:30px 1fr;min-height:74px;padding:12px}.ot-answer__index{width:30px;height:30px}.ot-result-card h1{font-size:38px}}
