@font-face{font-family:Inter;src:url("/assets/fonts/InterVariable.woff2") format("woff2-variations");font-style:normal;font-weight:100 900;font-display:block}
:root{
  --bg:#f7f8f9;--surface:#ffffff;--surface-2:#f1f4f4;--text:#122522;--muted:#61706d;
  --primary:#19a386;--primary-dark:#11816a;--accent:#ff6b5f;--line:#dbe9e6;
  --shadow:0 18px 50px rgba(16,52,47,.10);--radius:26px;--radius-sm:16px;
}
*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;overflow-y:scroll;scrollbar-gutter:stable;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;margin:0;display:flex;flex-direction:column;font-family:Inter,Arial,sans-serif;font-synthesis:none;background:radial-gradient(circle at top left,#eef1f2 0,#f7f8f9 34%,#fff 100%);color:var(--text);line-height:1.55;overflow-x:hidden}main{flex:1 0 auto}a{color:inherit}img{max-width:100%;height:auto}[hidden]{display:none!important}
:where(a,button,input,select,textarea,summary,label,[role="button"],[role="tab"],[role="option"]){-webkit-tap-highlight-color:transparent}
body.auth-checking{visibility:hidden}
.container{width:calc(100% - 32px);max-width:1160px;width:min(1160px,calc(100% - 32px));margin:0 auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,233,230,.86)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:18px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:850;font-size:22px;white-space:nowrap}.brand img{width:42px;height:42px;border-radius:13px;flex:0 0 auto}.navlinks,.navlinks [data-auth-slot],[data-auth-guest-actions]{display:flex;align-items:center;gap:16px}.navlinks [data-auth-slot]{flex:0 0 200px;justify-content:flex-end;min-width:200px}.has-auth-token .navlinks [data-auth-slot]{flex-basis:auto;min-width:0}.navlinks [data-auth-slot] .nav-auth-account{display:none}.has-auth-token .navlinks [data-auth-slot] .nav-auth-account{display:inline-flex}.has-auth-token [data-auth-guest-actions]{display:none}.nav-auth-admin-label{display:none}.has-admin-account .nav-auth-user-label{display:none}.has-admin-account .nav-auth-admin-label{display:inline}.navlinks a,.navlinks button{color:var(--muted);text-decoration:none;font-weight:650;white-space:nowrap}.navlinks a:hover{color:var(--primary)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:0;border-radius:999px;background:var(--primary);color:white;text-align:center;text-decoration:none;font-family:inherit;font-size:inherit;font-weight:800;line-height:1.15;padding:13px 20px;cursor:pointer;box-shadow:0 12px 25px rgba(25,163,134,.18);transition:.18s}.btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn:active{transform:translateY(1px);filter:brightness(.96);box-shadow:0 6px 14px rgba(25,163,134,.16)}.btn.secondary{background:#fff;color:var(--text);border:1px solid var(--line);box-shadow:none}.btn.ghost{background:transparent;color:var(--primary);box-shadow:none}.btn.danger{background:#e54848}.btn.full{width:100%}
.btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}
.hero{padding:70px 0 52px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface-2);border:1px solid #d3eeea;border-radius:999px;color:var(--primary-dark);font-weight:800;font-size:14px}.h1{font-size:52px;font-size:clamp(38px,6vw,70px);line-height:.98;margin:20px 0 18px;letter-spacing:-.055em}.lead{font-size:20px;color:var(--muted);max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric{padding:13px;border-radius:18px;background:var(--surface-2)}.metric b{display:block;font-size:20px}.muted{color:var(--muted)}
.hero-centered{position:relative;overflow:hidden;padding:78px 0 58px}
.hero-center-content{max-width:920px;margin:0 auto;text-align:center}
.hero-center-content .h1{margin:0 auto 18px;max-width:900px}
.hero-center-content .lead{margin:0 auto;max-width:760px}
.hero-center-content .hero-actions{justify-content:center}
.hero-center-content>.small{display:block;max-width:720px;margin:16px auto 0}
.hero-free-action{display:inline-flex}
.hero-auth-action,[data-auth-consultation-cta]{display:none}
.has-auth-token [data-free-consultation-cta]{display:none}
.has-auth-token [data-guest-demo-link]{display:none!important}
.auth-guest-demo{padding-inline:16px;text-align:center}.auth-guest-demo .btn{max-width:100%;white-space:normal}
.has-auth-token [data-auth-consultation-cta]{display:inline-flex}
.home-primary-cta{min-height:54px;padding:16px 25px;background:var(--primary);color:#fff;font-size:17px;box-shadow:0 14px 28px rgba(25,163,134,.2)}
.home-primary-cta:hover{background:var(--primary-dark);color:#fff}
.home-secondary-cta{min-height:54px}
.home-report-demo{position:relative;overflow:hidden;padding:60px 0 72px;background:transparent}
.home-report-demo-grid{position:relative;display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);align-items:center;gap:64px}
.home-report-demo-copy{display:grid;justify-items:start;gap:16px}
.home-report-demo-copy .section-title{margin:0;font-size:clamp(34px,4vw,52px)}
.home-report-demo-copy>p{margin:0;font-size:18px;line-height:1.55}
.home-report-demo-copy>.btn{margin-top:6px}
.home-report-stack-wrap{display:grid;justify-items:center;gap:18px;min-width:0}
.home-report-stack{position:relative;width:min(100%,650px);height:500px;outline:0;touch-action:pan-y}
.home-report-stack:focus-visible{outline:3px solid rgba(25,163,134,.32);outline-offset:10px;border-radius:28px}
.home-report-stack-card{position:absolute!important;inset:0 auto auto 50%;display:grid!important;width:calc(100% - 72px)!important;height:456px!important;min-height:0!important;margin:0!important;overflow:hidden;transform-origin:center bottom;transition:transform .38s ease,opacity .3s ease,filter .3s ease;box-shadow:0 24px 60px rgba(16,52,47,.17)!important;cursor:pointer;user-select:none}
.home-report-stack-card *{pointer-events:none}
.home-report-stack-card[data-stack-position="0"]{z-index:3;opacity:1;transform:translateX(-50%) translateY(0) rotate(0deg) scale(1);filter:none;cursor:default}
.home-report-stack-card[data-stack-position="1"]{z-index:2;opacity:.92;transform:translateX(calc(-50% + 30px)) translateY(20px) rotate(2.2deg) scale(.965);filter:saturate(.88)}
.home-report-stack-card[data-stack-position="2"]{z-index:1;opacity:.72;transform:translateX(calc(-50% + 54px)) translateY(38px) rotate(4deg) scale(.93);filter:saturate(.72)}
.home-report-stack-card.example-dynamics{grid-template-rows:auto 1fr;padding:20px!important}
.home-report-stack-card.example-dynamics .chart-carousel-shell{grid-template-columns:1fr}
.home-report-stack-card.example-dynamics .chart-carousel{grid-column:1}
.home-report-stack-card.example-dynamics .chart{min-height:300px}
.home-report-stack-card.zone-summary-card,.home-report-stack-card.temperament-card{padding:20px!important}
.home-report-stack-card .zone-summary-chart{width:min(100%,430px);max-width:430px}
.home-report-stack-card.zone-summary-card-explained{grid-template-rows:auto minmax(0,1fr) auto;align-content:stretch}
.home-report-stack-card.zone-summary-card-explained .zone-summary-body{position:relative;width:100%;min-height:0}
.home-report-stack-card.zone-summary-card-explained .zone-summary-chart{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none}
.home-report-stack-card.zone-summary-card-explained .zone-summary-legend{width:min(100%,360px)}
.home-report-stack-card .temperament-chart{width:min(100%,500px);max-width:500px}
.home-report-stack-card .temperament-value{fill:var(--report-temperament-fill,url(#homeTemperamentFill))}
.home-report-stack-card .temperament-value-line{stroke:var(--report-temperament-fill,url(#homeTemperamentFill))}
.home-report-stack-card.report-foundation-profile{grid-template-rows:auto auto minmax(0,1fr);align-content:stretch;gap:4px}
.home-report-stack-card.report-foundation-profile .report-foundation-intro{font-size:11px;line-height:1.35}
.home-report-stack-card.report-foundation-profile .report-foundation-body{grid-template-columns:minmax(0,1.12fr) minmax(180px,.88fr);align-items:center;gap:10px;min-height:0}
.home-report-stack-card.report-foundation-profile .report-foundation-chart{width:min(100%,350px);max-width:350px}
.home-report-stack-card.report-foundation-profile .report-foundation-details{grid-template-columns:minmax(0,1fr);gap:4px}
.home-report-stack-card.report-foundation-profile .report-foundation-detail{grid-template-columns:7px minmax(0,1fr);gap:7px;padding:5px 7px;border-radius:10px}
.home-report-stack-card.report-foundation-profile .report-foundation-detail>i{width:7px;height:7px;margin-top:4px;box-shadow:0 0 0 3px #e5f5f1}
.home-report-stack-card.report-foundation-profile .report-foundation-detail>div{grid-template-columns:minmax(0,1fr)}
.home-report-stack-card.report-foundation-profile .report-foundation-detail strong{font-size:10px;line-height:1.2}
.home-report-stack-card.report-foundation-profile .report-foundation-detail span{display:none}
.home-report-stack-card.report-foundation-profile .report-foundation-detail p{font-size:9px;line-height:1.2;white-space:nowrap}
.home-report-stack-controls{display:flex;align-items:center;justify-content:center;gap:14px}
.home-report-stack-controls>button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #cce4df;border-radius:50%;background:#fff;color:var(--primary-dark);font:inherit;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(16,52,47,.09)}
.home-report-stack-controls>button:hover{border-color:var(--primary);background:#eef8f6}
.home-report-stack-dots{display:flex;align-items:center;gap:7px}
.home-report-stack-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#b9d8d2;cursor:pointer;transition:.2s}
.home-report-stack-dots button.active{width:28px;border-radius:999px;background:var(--primary)}
@media(max-width:980px){.home-report-demo{padding:48px 0 58px}.home-report-demo-grid{grid-template-columns:1fr;gap:34px}.home-report-demo-copy{max-width:720px}.home-report-stack{width:min(100%,680px)}}
@media(max-width:560px){.home-report-demo{padding:38px 0 46px}.home-report-demo-grid{gap:26px}.home-report-demo-copy{justify-items:start}.home-report-demo-copy .section-title{font-size:34px}.home-report-demo-copy>p{font-size:16px}.home-report-demo-copy>.btn{width:100%}.home-report-stack{height:438px}.home-report-stack-card{width:calc(100% - 28px)!important;height:400px!important}.home-report-stack-card[data-stack-position="1"]{transform:translateX(calc(-50% + 10px)) translateY(12px) rotate(1.4deg) scale(.975)}.home-report-stack-card[data-stack-position="2"]{transform:translateX(calc(-50% + 18px)) translateY(23px) rotate(2.6deg) scale(.95)}.home-report-stack-card.example-dynamics,.home-report-stack-card.zone-summary-card,.home-report-stack-card.temperament-card{padding:14px!important}.home-report-stack-card.example-dynamics .chart{min-height:270px}.home-report-stack-card .zone-summary-chart{width:min(100%,390px);max-width:390px}.home-report-stack-card .temperament-chart{width:min(100%,410px);max-width:410px}.home-report-stack-controls>button{width:42px;height:42px}}
@media(max-width:560px){.home-report-stack-card.zone-summary-card-explained .zone-summary-legend{gap:5px;font-size:11px;line-height:1.3}}
@media(max-width:560px){
  .home-report-stack-card.report-foundation-profile{gap:2px}
  .home-report-stack-card.report-foundation-profile .chart-title-copy span{font-size:10px;line-height:1.25}
  .home-report-stack-card.report-foundation-profile .report-foundation-intro{font-size:9px;line-height:1.25}
  .home-report-stack-card.report-foundation-profile .report-foundation-body{grid-template-columns:minmax(0,1fr);align-content:start;gap:0}
  .home-report-stack-card.report-foundation-profile .report-foundation-chart{width:min(100%,190px);max-width:190px}
  .home-report-stack-card.report-foundation-profile .report-foundation-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 5px}
  .home-report-stack-card.report-foundation-profile .report-foundation-detail:last-child:nth-child(odd){grid-column:1/-1}
  .home-report-stack-card.report-foundation-profile .report-foundation-detail{padding:4px 6px}
}
.hero-split{padding:58px 0 44px}
.hero-split-card{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:34px;align-items:center;min-height:560px}
.hero-photo-card{align-self:stretch;min-height:520px;margin:0;position:relative;overflow:hidden;border-radius:24px;border:0;background:transparent;box-shadow:none}
.hero-photo-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:sepia(.04) saturate(.96) brightness(1.02) contrast(.94)}
.hero-split-content{max-width:720px;justify-self:end}
.hero-split-content .h1{margin:0 0 18px;max-width:720px}
.hero-split-content .lead{max-width:660px}
.hero-split-content .hero-actions{justify-content:flex-start}
.home-how{padding:14px 0 24px}
.home-how h2{margin:0 0 24px;font-size:34px;line-height:1.1;letter-spacing:-.03em}
.home-how-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none}
.home-how-steps li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:start;padding:2px 28px}
.home-how-steps li:first-child{padding-left:0}
.home-how-steps li+li{border-left:1px solid #acd4cc}
.home-how-number{color:var(--primary);font-size:14px;font-weight:900;line-height:1.5}
.home-how-steps h3{margin:0 0 6px;font-size:20px;line-height:1.2}
.home-how-steps p{margin:0;color:var(--muted);font-size:15px;line-height:1.5}
.home-how-action{display:flex;justify-content:center;margin-top:24px}
.home-how-action .btn{min-width:132px}
.section{padding:44px 0}.section-title{font-size:36px;font-size:clamp(28px,4vw,44px);line-height:1.05;margin:0 0 14px;letter-spacing:-.035em}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.service-list{display:grid;gap:12px}.service-row{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:18px;align-items:center;min-height:104px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 26px rgba(16,52,47,.05);padding:18px 22px}.service-row h3{margin:0;font-size:22px;line-height:1.15}.service-row p{margin:0}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 32px rgba(16,52,47,.06);padding:24px}.card h3{margin:0 0 8px;font-size:22px}.badge{display:inline-flex;border-radius:999px;background:#eef8f6;color:#167a66;border:1px solid #ccebe5;padding:5px 10px;font-size:13px;font-weight:800}.notice{background:#f7fbfa;border:1px solid var(--line);color:var(--muted);border-radius:18px;padding:15px 16px}.success{background:#eaf8f0;border:1px solid #c7eed7;color:#126235;border-radius:18px;padding:15px 16px}.error{background:#fff0f0;border:1px solid #ffcaca;color:#922323;border-radius:18px;padding:15px 16px}.hidden{display:none!important}
.form-wrap{width:calc(100% - 32px);max-width:560px;width:min(560px,calc(100% - 32px));margin:46px auto}.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 14px;font:inherit;outline:none}textarea{resize:none}.input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(25,163,134,.12)}label{font-weight:750}.checkline{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:14px}.checkline input{margin-top:5px}.small{font-size:14px}.footer{flex-shrink:0;padding:32px 0;border-top:1px solid var(--line);background:#fff;margin-top:auto}.footer-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1fr);gap:18px;align-items:start}.legal-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.legal-links a{color:var(--muted);text-decoration:none}.legal-page{max-width:920px;margin:32px auto}.legal-page h1{font-size:42px;letter-spacing:-.04em;text-align:center}.legal-page h2{margin-top:28px}.contact-list{display:grid;gap:8px;margin-top:16px}.contact-list p{margin:0}.contact-form-card{margin-top:18px}.dashboard{display:grid;grid-template-columns:300px 1fr;gap:22px;padding:28px 0}.sidebar{position:sticky;top:96px;align-self:start}.userbox{display:grid;gap:8px}.credits{font-size:44px;font-weight:900;letter-spacing:-.04em;color:var(--primary-dark)}.tabs{display:grid;gap:8px;margin-top:16px}.tab{display:flex;align-items:center;min-height:46px;border:1px solid var(--line);background:#fff;text-align:left;border-radius:16px;padding:13px 14px;font-weight:800;line-height:1.15;cursor:pointer}.tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.table-wrap{max-width:100%;overflow:auto;contain:paint;border:1px solid var(--line);border-radius:20px}.table{width:100%;border-collapse:collapse;background:#fff;min-width:680px}.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{background:#f4fbf9;font-size:13px;text-transform:uppercase;color:var(--muted)}.request-card{display:grid;gap:10px;margin-bottom:12px}.pre{white-space:pre-wrap;background:#f7fbfa;border:1px solid var(--line);border-radius:18px;padding:14px;max-height:360px;overflow:auto}.upload-zone{display:grid;place-items:center;gap:8px;min-height:132px;border:2px dashed #b9ded8;background:#f7f8f9;border-radius:24px;padding:20px;text-align:center;cursor:pointer;transition:.18s}.upload-zone:hover{border-color:var(--primary);background:#eef8f6}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-title{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;background:var(--primary);color:#fff;padding:10px 18px;font-weight:850;line-height:1.15}.upload-text{display:block;color:var(--muted);font-size:14px;font-weight:650;max-width:100%;overflow-wrap:anywhere}.admin-request{border:1px solid var(--line);border-radius:22px;padding:16px;background:#fff;margin-bottom:14px}.admin-request textarea{min-height:130px}.mobile-menu,.mobile-nav-toggle{display:none}
.auth-help-link{margin:14px 0 0;text-align:center}.auth-help-link a{color:var(--primary-dark);font-weight:800}.auth-action-page .card{display:grid;gap:16px}.auth-action-page .section-title{margin:0}.auth-action-page .muted{margin:0}.auth-action-primary{margin-top:2px}.auth-status{margin:0;padding:0;border:0;border-radius:0;background:transparent;font-size:15px;font-weight:750;line-height:1.55}.auth-status.success{padding:0;border:0;background:transparent;color:var(--primary-dark)}.auth-status.error{padding:0;border:0;background:transparent;color:#a93636}
.form-wrap .section-title{text-align:center}
.auth-input-field{display:grid;gap:0}.auth-field-error{display:block;width:100%;margin-top:6px;color:#a93636;font-size:13px;font-weight:700;line-height:1.35}.form label.has-error>.input,.form label.has-error>.phone-combo,.form label.has-error>.platform-select .platform-select-trigger,.form .auth-input-field.has-error>.input{border-color:#d95c5c;box-shadow:0 0 0 4px rgba(217,92,92,.1)}.form label.has-error>.phone-combo .input{box-shadow:none}.form label.has-error{color:#8f3030}.checkline.has-error{flex-wrap:wrap;padding:0;border:0;background:transparent}.checkline.has-error .auth-field-error{margin:2px 0 0 32px}.admin-inline-message{margin:12px 0 0;padding:11px 13px;border:1px solid var(--line);border-radius:14px;background:#f7fbfa;color:var(--primary-dark);font-size:14px;font-weight:700}.admin-inline-message.is-error{border-color:#efc3c3;background:#fff7f7;color:#a93636}
.platform-select{position:relative;display:block;margin-top:0;font-weight:400}.platform-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:51px;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--muted);font:inherit;text-align:left;cursor:pointer;transition:border-color .18s,box-shadow .18s}.platform-select-trigger i{width:9px;height:9px;margin:-4px 3px 0 0;border-right:2px solid #78908b;border-bottom:2px solid #78908b;transform:rotate(45deg);transition:transform .18s}.platform-select.has-value .platform-select-trigger{color:var(--text)}.platform-select.is-open .platform-select-trigger{border-color:var(--primary);box-shadow:0 0 0 4px rgba(25,163,134,.12)}.platform-select.is-open .platform-select-trigger i{margin-top:4px;transform:rotate(225deg)}.platform-select.is-error .platform-select-trigger{border-color:#d95c5c;box-shadow:0 0 0 4px rgba(217,92,92,.1)}.platform-select-options{position:absolute;top:calc(100% + 7px);left:0;z-index:20;display:grid;width:100%;padding:6px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(16,52,47,.16)}.platform-select-options[hidden]{display:none}.platform-select-options button{display:flex;align-items:center;width:100%;min-height:43px;padding:10px 12px;border:0;border-radius:11px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.platform-select-options button:hover,.platform-select-options button:focus-visible{outline:0;background:#eef8f6;color:var(--primary-dark)}.platform-select-options button[aria-selected="true"]{background:#e3f5f1;color:var(--primary-dark);font-weight:750}.legal-consent-field{display:grid;gap:7px;padding:0}.legal-consent-field.is-error{padding:0;border:0;background:transparent}.form-field-error{margin:0;color:#a93636;font-size:13px;font-weight:700;line-height:1.35}
.platform-native-select{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important}.platform-select-enhanced{width:100%}.platform-select-enhanced .platform-select-options{max-height:280px;overflow:auto}.manual-analyte-picker-row .platform-select-enhanced{min-width:0}.history-tools .platform-select-enhanced{min-width:180px}
.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;background:var(--surface-2);border:1px solid var(--line);border-radius:999px}.auth-switch button{min-height:40px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-weight:850;cursor:pointer}.auth-switch button.active{background:#fff;color:var(--primary-dark);box-shadow:0 8px 20px rgba(16,52,47,.08)}.phone-combo{display:grid;grid-template-columns:auto 1fr;align-items:center;border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.phone-combo:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px rgba(25,163,134,.12)}.phone-code{display:flex;align-items:center;justify-content:center;align-self:stretch;min-width:58px;padding:0 14px;background:#f7f8f9;border-right:1px solid var(--line);color:var(--primary-dark);font-weight:850}.phone-combo .phone-input{border:0;border-radius:0;box-shadow:none;letter-spacing:.08em}.phone-combo .phone-input:focus{border:0;box-shadow:none}.phone-input::placeholder{color:#91a29f;opacity:1}
.badge-soft{background:#fff;color:var(--muted);border-color:var(--line)}
@media(max-width:980px){.nav{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;min-height:auto;padding:10px 0;gap:8px}.nav .brand{grid-column:1;min-width:0;margin:0}.mobile-menu{display:inline-flex;grid-column:2;width:176px;min-height:40px;padding:9px 15px;font-size:14px;box-shadow:none}.mobile-nav-toggle{grid-column:3;display:grid;place-content:center;gap:4px;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--text);cursor:pointer}.mobile-nav-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor;transition:transform .18s,opacity .18s}.mobile-nav-open .mobile-nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-nav-open .mobile-nav-toggle span:nth-child(2){opacity:0}.mobile-nav-open .mobile-nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.navlinks{display:none;grid-column:1/-1;grid-template-columns:1fr;gap:0;margin-top:2px;padding:8px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(16,52,47,.14)}.mobile-nav-open .navlinks{display:grid}.navlinks>a{display:flex;align-items:center;min-height:42px;padding:10px 12px;border-radius:12px;color:var(--text);font-size:14px}.navlinks>a:hover{background:#eef8f6}.navlinks [data-auth-slot]{display:none}.hero-grid,.grid-4,.grid-3,.grid-2,.dashboard,.footer-grid,.service-row{grid-template-columns:1fr}.hero{padding-top:42px}.sidebar{position:static}.section-head{display:block}.section-head .btn{margin-top:14px}.metric-row{grid-template-columns:1fr}.footer{text-align:center}.footer-grid{justify-items:center;gap:18px}.footer-grid>div:first-child{display:grid;justify-items:center}.legal-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(520px,100%);gap:10px;justify-content:center}.legal-links a{display:flex;align-items:center;justify-content:center;min-height:38px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:#f7fbfa;text-align:center;font-size:14px;line-height:1.15}.card{padding:20px}.service-row{align-items:start;min-height:auto;padding:18px}}
@media(max-width:560px){.container{width:calc(100% - 24px)}.brand{font-size:19px}.brand img{width:36px;height:36px}.nav{gap:7px}.mobile-menu{min-height:44px;padding:8px 12px;font-size:13px}.mobile-nav-toggle{width:44px;height:44px}.navlinks>a{min-height:44px;padding:9px 11px;font-size:13px}.btn{padding:11px 15px}.hero{padding:34px 0 34px}.h1{font-size:38px;letter-spacing:-.035em}.lead{font-size:17px}.section{padding:32px 0}.section-title{font-size:30px;letter-spacing:-.025em}.legal-page{margin:18px auto}.legal-page h1{font-size:32px;letter-spacing:-.025em}.form-wrap{margin:28px auto}.form-row{grid-template-columns:1fr}.footer{padding:26px 0}.legal-links{grid-template-columns:1fr}.table{min-width:620px}}
@media(max-width:980px){.nav .brand{grid-row:1}.nav .mobile-menu{grid-row:1}.nav .mobile-nav-toggle{grid-row:1}.nav .navlinks{grid-row:2}}
@media(max-width:980px){.nav .navlinks>a{justify-content:center;text-align:center}}
@media(max-width:980px){.hero-centered{padding:56px 0 42px}.hero-center-content .hero-actions{justify-content:center}}
@media(max-width:980px){.hero-split{padding:42px 0 34px}.hero-split-card{grid-template-columns:1fr;gap:22px;min-height:0}.hero-photo-card{min-height:0;height:420px}.hero-split-content{max-width:760px;justify-self:start}.hero-split-content .hero-actions{justify-content:flex-start}}
@media(min-width:561px) and (max-width:980px){.hero-split-content{width:100%;max-width:none;justify-self:stretch;text-align:left}.hero-split-content .h1,.hero-split-content .lead{max-width:none;margin-left:0;margin-right:0}.hero-split-content .hero-actions{justify-content:center}}
@media(max-width:760px){.home-how{padding:8px 0 26px}.home-how h2{margin-bottom:20px;font-size:30px}.home-how-steps{grid-template-columns:1fr}.home-how-steps li,.home-how-steps li:first-child{gap:17px;padding:20px 0}.home-how-steps li+li{border-left:0;border-top:1px solid #acd4cc}.home-how-action{margin-top:18px}}
@media(max-width:560px){.hero-centered{padding:42px 0 34px}.hero-center-content{text-align:left}.hero-center-content .h1,.hero-center-content .lead,.hero-center-content>.small{margin-left:0;margin-right:0}.hero-center-content .hero-actions{justify-content:flex-start}}
@media(max-width:560px){.hero-split{padding:28px 0 30px}.hero-split-card{gap:18px}.hero-photo-card{height:330px;border-radius:20px}.hero-photo-card img{object-position:center 48%}.hero-split-content .hero-actions{justify-content:center}.hero-split-content .h1{font-size:36px}}
@media(max-width:980px){.footer{padding:22px 0;text-align:center}.footer-grid{gap:10px}.footer .brand{font-size:19px;gap:10px}.footer .brand img{width:34px;height:34px}.footer .small{margin:6px 0 0;line-height:1.35}.legal-links{display:flex;flex-wrap:wrap;width:min(620px,100%);gap:8px 14px;justify-content:center}.legal-links a{display:inline;min-height:0;padding:0;border:0;border-radius:0;background:transparent;text-align:center;font-size:14px;line-height:1.25}}
@media(max-width:560px){.footer{padding:18px 0}.footer-grid{gap:8px}.footer .brand{font-size:18px}.footer .brand img{width:32px;height:32px}.footer .small{font-size:13px}.legal-links{display:flex;grid-template-columns:none;gap:6px 12px}.legal-links a{font-size:13px;line-height:1.2}}
.cookie-notice{position:fixed;left:50%;bottom:18px;z-index:80;width:min(760px,calc(100% - 24px));transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 55px rgba(18,37,34,.18);padding:16px}.cookie-notice p{margin:4px 0;color:var(--muted)}.cookie-notice a{color:var(--primary-dark);font-weight:800}.cookie-notice .btn{flex:0 0 auto}
@media(max-width:560px){.cookie-notice{display:grid;gap:12px;bottom:12px}.cookie-notice .btn{width:100%}}

.navlinks .btn,.navlinks [data-auth-slot] .btn{color:#fff}
.navlinks .btn.secondary,.navlinks [data-auth-slot] .btn.secondary{color:var(--text)}
.topbar .btn{box-shadow:none}

.feature-grid{align-items:stretch}
.feature-grid .card{display:flex;flex-direction:column;justify-content:flex-start;min-height:158px;padding:20px}
.feature-grid .card h3{display:flex;align-items:flex-start;min-height:22px;margin:0 0 12px;font-size:19px;line-height:1.15;white-space:nowrap;overflow-wrap:normal}
.feature-grid .card p{margin:0;font-size:15px;line-height:1.45}
@media(max-width:1120px) and (min-width:981px){.feature-grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.feature-grid .card{min-height:auto}.feature-grid .card h3{white-space:normal}}
.app-section{padding:52px 0 58px}
.app-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);
  grid-template-areas:"copy preview" "platforms preview";
  align-items:end;
  column-gap:clamp(36px,5vw,74px);
  row-gap:28px;
  min-height:430px;
  padding:clamp(38px,5vw,62px);
  border:1px solid #c9e7e0;
  border-radius:32px;
  background:linear-gradient(135deg,#edf8f5 0%,#fbfdfc 52%,#e6f5f1 100%);
  box-shadow:0 24px 64px rgba(19,76,67,.1);
}
.app-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-190px;
  right:-130px;
  width:440px;
  height:440px;
  border-radius:50%;
  background:rgba(25,163,134,.11);
  filter:blur(1px);
}
.app-copy{grid-area:copy;position:relative;z-index:2;max-width:520px;align-self:end}
.app-kicker{display:block;margin-bottom:13px;color:var(--primary-dark);font-size:12px;font-weight:900;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}
.app-copy .section-title{margin:0 0 16px;font-size:clamp(38px,4.2vw,56px);line-height:1;letter-spacing:-.045em;white-space:normal}
.app-copy p{max-width:510px;margin:0;color:#4e6560;font-size:17px;line-height:1.58}
.app-platforms{grid-area:platforms;position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,minmax(0,150px));gap:12px;align-self:start;width:min(100%,312px)}
.app-platform-download{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:64px;
  padding:0 19px;
  border:1px solid var(--primary);
  border-radius:18px;
  appearance:none;
  background:var(--primary);
  color:#fff;
  box-shadow:0 12px 28px rgba(25,163,134,.2);
  font:inherit;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.app-platforms b{font-size:17px;font-weight:850;line-height:1}
.app-platform-download:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(25,163,134,.2),0 12px 28px rgba(25,163,134,.2)}
.app-platform-download:active{background:var(--primary-dark);transform:translateY(1px);box-shadow:0 7px 18px rgba(25,163,134,.18)}
@media(hover:hover){
  .app-platform-download:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 17px 34px rgba(25,163,134,.25)}
}
.app-preview{grid-area:preview;position:relative;z-index:1;align-self:center;justify-self:end;width:min(100%,480px);height:350px}
.app-preview::before{
  content:"";
  position:absolute;
  inset:22px -22px -22px 38px;
  border:1px solid rgba(25,163,134,.14);
  border-radius:30px;
  background:rgba(255,255,255,.48);
}
.app-preview-screen{position:relative;width:calc(100% - 28px);height:330px;margin-left:auto;overflow:hidden;border:1px solid #d4e9e4;border-radius:28px;background:#fff;box-shadow:0 24px 55px rgba(18,65,57,.15)}
.app-preview-header{display:flex;align-items:center;justify-content:space-between;height:58px;padding:10px 18px;border-bottom:1px solid #edf3f2;background:rgba(255,255,255,.96)}
.app-preview-brand{display:flex;align-items:center;gap:9px;color:var(--text);font-size:15px}
.app-preview-brand img{width:30px;height:30px}
.app-preview-add{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e4f4f0;color:var(--primary-dark);font-size:23px;line-height:1}
.app-preview-content{padding:18px 20px 70px}
.app-preview-overline{margin:0 0 9px;color:#72827f;font-size:10px;font-weight:900;line-height:1.2;letter-spacing:.11em;text-transform:uppercase}
.app-preview-report{padding:15px;border:1px solid #d8ede8;border-radius:19px;background:#f9fcfb}
.app-preview-report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.app-preview-report-head h3{margin:5px 0 0;font-size:18px;line-height:1.2;letter-spacing:-.02em}
.app-preview-status{color:var(--primary-dark);font-size:11px;font-weight:900}
.app-preview-check{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--primary);color:#fff;font-size:16px;font-weight:900}
.app-preview-chart{margin-top:13px;padding:10px 12px 7px;border-radius:14px;background:#fff}
.app-preview-chart>span{display:block;color:#61706d;font-size:11px;font-weight:800}
.app-preview-chart svg{display:block;width:100%;height:72px;margin-top:3px;overflow:visible}
.app-preview-chart .app-preview-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.app-preview-chart .app-preview-points circle{stroke:#fff;stroke-width:2}
.app-preview-navigation{position:absolute;right:10px;bottom:9px;left:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;padding:5px;border:1px solid #d8e9e5;border-radius:19px;background:#fcfefd;box-shadow:0 8px 22px rgba(32,78,69,.11)}
.app-preview-navigation span{display:grid;place-items:center;gap:4px;min-width:0;padding:6px 1px;border-radius:14px;color:#72827f;font-size:9px;font-weight:850;line-height:1}
.app-preview-navigation i{display:block;width:4px;height:3px;border-radius:999px;background:#cfe0dc}
.app-preview-navigation .active{background:#e2f5f0;color:var(--primary-dark)}
.app-preview-navigation .active i{width:18px;background:var(--primary)}
.app-preview-toast{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:10px;min-width:216px;padding:12px 14px;border:1px solid #d6eae5;border-radius:17px;background:rgba(255,255,255,.97);box-shadow:0 16px 40px rgba(18,65,57,.16)}
.app-preview-toast>span{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;border-radius:50%;background:#def2ed;color:var(--primary-dark);font-weight:900}
.app-preview-toast div{display:grid;gap:2px}
.app-preview-toast b{font-size:13px;line-height:1.15}
.app-preview-toast small{color:#6a7a77;font-size:10px;line-height:1.2}
@media(max-width:900px){
  .app-card{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "preview" "platforms";row-gap:28px;min-height:0;padding:42px}
  .app-copy{max-width:660px}
  .app-copy p{max-width:620px}
  .app-preview{justify-self:center;width:min(100%,560px)}
  .app-platforms{justify-self:center}
}
@media(max-width:760px){.hero-actions{justify-content:flex-start}.hero-actions .btn{flex:0 0 auto;width:auto;max-width:100%}}
@media(max-width:560px){
  .app-section{padding:32px 0 38px}
  .app-card{row-gap:23px;padding:26px 22px;border-radius:27px}
  .app-card::before{top:-150px;right:-190px}
  .app-kicker{margin-bottom:10px;font-size:10px}
  .app-copy .section-title{margin-bottom:13px;font-size:clamp(31px,9.5vw,40px);line-height:1.03}
  .app-copy p{font-size:15px;line-height:1.52}
  .app-preview{height:302px}
  .app-preview::before{inset:18px -10px -12px 26px;border-radius:24px}
  .app-preview-screen{width:calc(100% - 13px);height:288px;border-radius:23px}
  .app-preview-header{height:51px;padding:8px 14px}
  .app-preview-brand{gap:7px;font-size:13px}
  .app-preview-brand img{width:27px;height:27px}
  .app-preview-add{width:31px;height:31px;font-size:20px}
  .app-preview-content{padding:14px 14px 64px}
  .app-preview-report{padding:13px;border-radius:16px}
  .app-preview-report-head h3{font-size:16px}
  .app-preview-chart{margin-top:10px;padding:8px 9px 4px}
  .app-preview-chart svg{height:60px}
  .app-preview-toast{bottom:0;min-width:196px;padding:10px 12px}
  .app-platforms{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:10px}
  .app-platform-download{min-height:60px;padding:0 16px;border-radius:16px}
  .app-platforms b{font-size:16px}
}

.hero-benefits{display:grid;grid-auto-rows:1fr;gap:10px}
.hero-benefit{height:100%;display:grid;grid-template-columns:minmax(150px,210px) 1fr;gap:12px;align-items:center;min-height:82px;padding:14px 16px;border-radius:18px;background:var(--surface-2);border:1px solid #d3eeea}
.hero-benefit b{font-size:18px;line-height:1.2}
.hero-benefit span{line-height:1.35}
@media(max-width:560px){.hero-benefit{grid-template-columns:1fr;gap:4px}}
.services-section{position:relative}
.services-head{display:block;margin-bottom:22px}
.services-copy{max-width:720px}
.services-copy .btn{margin-top:16px}
.services-section .service-row{grid-template-columns:52px minmax(220px,300px) 1fr;gap:16px;align-items:center}
.service-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:#eef8f6;border:1px solid #ccebe5;color:var(--primary);grid-row:1}
.service-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.services-section .service-row h3{grid-column:2;grid-row:1}
.services-section .service-row p{grid-column:3;grid-row:1}
@media(max-width:980px){.services-section .service-row{grid-template-columns:50px 1fr;align-items:start}.services-section .service-row h3{grid-column:2}.services-section .service-row p{grid-column:2;grid-row:2}.service-icon{grid-row:1/3}}
@media(max-width:560px){.services-copy .btn{width:auto}.services-section .service-row{grid-template-columns:46px 1fr;gap:12px;padding:16px}.service-icon{width:46px;height:46px;border-radius:15px}.service-icon svg{width:24px;height:24px}.services-section .service-row h3{font-size:20px}.services-section .service-row p{line-height:1.45}}
.audience-section{position:relative;padding-top:18px;overflow:hidden}
.audience-section:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(248,249,250,.56),rgba(248,249,250,.56)),url("/assets/img/audience-bg.webp") right center/cover no-repeat;opacity:.96;z-index:-1}
.audience-section .section-head{max-width:760px}
.audience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}
.audience-card{height:184px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 26px rgba(16,52,47,.05);padding:20px;overflow:hidden}
.audience-card h3{margin:0;font-size:22px;line-height:1.15}
.audience-card p{margin:0}
.audience-actions{display:flex;justify-content:center;margin-top:20px}
@media(max-width:1180px){.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audience-card{height:146px}}
@media(max-width:560px){.audience-section{padding-top:6px}.audience-section:before{background:linear-gradient(rgba(248,249,250,.56),rgba(248,249,250,.56)),url("/assets/img/audience-bg.webp") center top/cover no-repeat;opacity:.88}.audience-grid{grid-template-columns:1fr}.audience-card{height:auto;min-height:128px;padding:18px}.audience-actions .btn{width:100%}}
.loyalty-home-section{padding-top:18px}
.loyalty-home-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);gap:28px;align-items:center;min-height:520px;padding:0}
.loyalty-home-copy{display:grid;align-content:center}
.loyalty-home-card .section-title{margin:12px 0 10px}
.loyalty-home-actions{margin-top:18px}
.loyalty-home-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.loyalty-home-points div{display:grid;gap:6px;align-content:start;min-height:118px;padding:16px;border:1px solid #d3eeea;border-radius:18px;background:#fff}
.loyalty-home-points b{font-size:18px;line-height:1.2;color:var(--primary-dark)}
.loyalty-home-points span{color:var(--muted);font-size:14px;line-height:1.4}
.loyalty-photo-card{align-self:stretch;min-height:470px;margin:0;position:relative;overflow:hidden;border-radius:24px;border:0;background:transparent;box-shadow:none}
.loyalty-photo-card img{display:block;width:100%;height:100%;object-fit:cover;filter:sepia(.08) saturate(.9) brightness(1.02) contrast(.9)}
.pulse-coin-card{display:grid;justify-items:center;gap:10px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px}
.pulse-coin{display:grid;place-items:center;width:132px;height:132px;border:7px solid var(--primary);border-radius:50%;background:#fff;color:var(--primary);box-shadow:none}
.pulse-coin svg{width:84px;height:36px;fill:none;stroke:var(--primary);stroke-width:6;stroke-linecap:round;stroke-linejoin:round}
.loyalty-page-hero{padding-bottom:32px}
.loyalty-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);gap:28px;align-items:center}
.pulse-coin-showcase{display:grid;justify-items:center;gap:14px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:28px}
.pulse-coin-large{width:180px;height:180px}
.pulse-coin-large{border-width:8px}
.pulse-coin-large svg{width:118px;height:44px}
.loyalty-rules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.loyalty-rule{min-height:190px}
.loyalty-flow-section{padding-top:0}
.loyalty-note{display:grid;gap:18px;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}
.loyalty-note-head{display:grid;gap:8px;text-align:center;max-width:760px;margin:0 auto}
.loyalty-note-head h2{margin:0;font-size:30px;line-height:1.15}
.loyalty-note-head p{margin:0}
.loyalty-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.loyalty-flow div{display:grid;gap:8px;align-content:start;min-height:124px;padding:16px;border:1px solid #d3eeea;border-radius:18px;background:var(--surface)}
.loyalty-flow b{font-size:18px;line-height:1.2;color:var(--text)}
.loyalty-flow span{color:var(--muted);line-height:1.45}
.loyalty-flow-note{margin:0;text-align:center}
@media(max-width:980px){.loyalty-home-card,.loyalty-hero-grid,.loyalty-rules,.loyalty-flow{grid-template-columns:1fr}.loyalty-home-card{min-height:0}.loyalty-photo-card{min-height:0;height:360px}.loyalty-photo-card img{object-position:center 50%}.loyalty-flow div{min-height:auto}}
@media(max-width:560px){.loyalty-home-card,.pulse-coin-showcase{padding:0;border-radius:0}.loyalty-home-points{grid-template-columns:1fr}.loyalty-home-points div{min-height:auto}.loyalty-photo-card{height:280px;border-radius:20px}.loyalty-photo-card img{object-position:center 58%}.loyalty-home-actions .btn{width:100%}.pulse-coin{width:118px;height:118px}.pulse-coin svg{width:74px;height:32px}.pulse-coin-large{width:150px;height:150px}.pulse-coin-large svg{width:98px;height:38px}}
.about-product-page{overflow:hidden}
.about-product-page .section{padding:72px 0}
.about-product-hero{padding:70px 0 82px;background:linear-gradient(135deg,#f5fbf9 0%,#fff 58%)}
.about-product-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.78fr);gap:70px;align-items:center}
.about-product-intro{position:relative;z-index:1}
.about-kicker{margin:0 0 16px;color:var(--primary);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.about-product-intro h1{max-width:760px;margin:0;font-size:clamp(44px,5.3vw,72px);line-height:1;letter-spacing:-.055em}
.about-title-join{white-space:nowrap}
.about-product-intro .lead{max-width:690px;margin:24px 0 0;font-size:20px;line-height:1.55}
.about-product-intro .hero-actions{justify-content:flex-start;margin-top:30px}
.about-report-visual{display:grid;justify-items:center;margin:0}
.about-report-sheet{position:relative;width:min(100%,500px);min-height:488px;padding:28px;border:1px solid #d8ebe7;border-radius:30px;background:#fff;box-shadow:0 30px 80px rgba(19,72,63,.15);transform:rotate(1.3deg)}
.about-report-brand{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:900}.about-report-brand img{width:30px;height:30px}
.about-report-heading{display:grid;gap:5px;margin:32px 0 24px}.about-report-heading b{font-size:25px;letter-spacing:-.025em}.about-report-heading span{color:var(--muted);font-size:13px}
.about-real-chart{min-height:310px}.about-chart-copy{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-bottom:13px;border-bottom:1px solid var(--line)}.about-chart-copy b{font-size:17px}.about-chart-copy span{color:var(--muted);font-size:13px}.about-chart-image{display:block;width:100%;height:auto;margin-top:10px}
.about-report-visual figcaption{margin-top:20px;color:var(--muted);font-size:14px;font-weight:750}
.about-section-head{max-width:720px;margin-bottom:40px}.about-section-head h2,.about-context-copy h2,.about-control-layout h2{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.045em}
.about-flow-section{background:#edf6f3}
.about-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none}
.about-flow li{min-width:0;padding:0 28px;border-left:1px solid #a8d2ca}.about-flow li:first-child{padding-left:0;border-left:0}.about-flow li:last-child{padding-right:0}
.about-flow li>span,.about-result-grid>div>span{display:block;margin-bottom:24px;color:var(--primary);font-size:13px;font-weight:900}
.about-flow h3,.about-result-grid h3{margin:0 0 10px;font-size:22px;line-height:1.15}.about-flow p,.about-result-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.about-context-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:80px;align-items:start}
.about-context-copy{position:sticky;top:110px}.about-context-copy>p:last-child{margin:24px 0 0;color:var(--muted);font-size:17px;line-height:1.6}
.about-context-list{margin:0}.about-context-list>div{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:24px 0;border-top:1px solid var(--line)}.about-context-list>div:last-child{border-bottom:1px solid var(--line)}
.about-context-list dt{font-size:18px;font-weight:900}.about-context-list dd{margin:0;color:var(--muted);line-height:1.55}
.about-result-section{background:#153c35;color:#fff}
.about-result-section .about-kicker,.about-result-grid>div>span{color:#73d2be}.about-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.about-result-grid>div{padding:6px 36px 6px 0}.about-result-grid>div+div{padding-left:36px;border-left:1px solid rgba(255,255,255,.2)}.about-result-grid p{color:rgba(255,255,255,.7)}
.about-control-layout{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1fr);gap:80px;align-items:start}.about-control-copy{max-width:650px}.about-control-copy p{margin:0 0 14px;color:var(--muted);font-size:17px;line-height:1.6}.about-control-copy .btn{margin-top:14px}
.medical-disclaimer{margin:1.15em 0 0;color:var(--muted);font-size:13px;line-height:1.45}
@media(max-width:980px){.about-product-page .section{padding:58px 0}.about-product-hero{padding:50px 0 64px}.about-product-hero-grid{grid-template-columns:1fr;gap:48px}.about-product-intro{max-width:780px}.about-report-sheet{width:min(520px,100%)}.about-flow{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:38px}.about-flow li:nth-child(3){padding-left:0;border-left:0}.about-context-layout,.about-control-layout{grid-template-columns:1fr;gap:34px}.about-context-copy{position:static;max-width:700px}}
@media(max-width:560px){.about-product-page .section{padding:44px 0}.about-product-hero{padding:36px 0 48px}.about-product-hero-grid{gap:38px}.about-product-intro h1{font-size:40px}.about-product-intro .lead{margin-top:18px;font-size:17px}.about-product-intro .hero-actions{margin-top:24px}.about-product-intro .hero-actions .btn{width:100%}.about-report-sheet{min-height:410px;padding:21px;border-radius:23px;transform:none}.about-report-heading{margin:25px 0 18px}.about-report-heading b{font-size:21px}.about-real-chart{min-height:270px}.about-chart-copy{display:grid;gap:4px}.about-report-visual figcaption{text-align:center}.about-section-head{margin-bottom:30px}.about-section-head h2,.about-context-copy h2,.about-control-layout h2{font-size:34px}.about-flow{grid-template-columns:1fr;row-gap:0}.about-flow li,.about-flow li:first-child,.about-flow li:nth-child(3){display:grid;grid-template-columns:38px 1fr;gap:12px;padding:22px 0;border-left:0;border-top:1px solid #a8d2ca}.about-flow li:first-child{padding-top:0;border-top:0}.about-flow li>span{margin:2px 0 0}.about-context-list>div{grid-template-columns:1fr;gap:8px;padding:20px 0}.about-result-grid{grid-template-columns:1fr}.about-result-grid>div,.about-result-grid>div+div{padding:24px 0;border-left:0;border-top:1px solid rgba(255,255,255,.2)}.about-result-grid>div:first-child{padding-top:0;border-top:0}.about-result-grid>div>span{margin-bottom:14px}.about-control-copy .btn{width:100%}}
.consultation-examples{padding-top:24px}
.examples-head{align-items:center}
.example-controls{display:flex;gap:10px;flex:0 0 auto}
.example-btn{width:46px;padding:0;font-size:28px;line-height:1;box-shadow:none}
.example-carousel{--example-index:0;position:relative;overflow:hidden;touch-action:pan-y;user-select:none}
.example-track{display:flex;align-items:stretch;gap:0;width:100%;transform:translateX(calc(var(--example-index) * -100%));transition:transform .38s cubic-bezier(.22,.8,.24,1)}
.example-carousel.no-transition .example-track{transition:none}
.example-carousel.dragging{cursor:grabbing}
.example-carousel:focus-visible{outline:3px solid rgba(25,163,134,.25);outline-offset:6px;border-radius:24px}
.example-slide{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:16px;align-items:start;min-width:100%;width:100%;flex:0 0 100%;padding:0 1px}
.example-slide.active{opacity:1}
.example-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:none;padding:22px;overflow:hidden}
.example-answer{background:var(--surface)}
.example-card h3{margin:12px 0 14px;font-size:24px;line-height:1.15}
.example-card p{margin:0}
.example-card p+p{margin-top:12px}
.consultation-part{display:grid;gap:6px;margin-top:14px}
.consultation-part h4{margin:0;font-size:16px;line-height:1.2;color:var(--primary-dark)}
.consultation-part p{margin:0}
.reference-table-wrap{overflow-x:auto;border:1px solid #d3eeea;border-radius:16px;background:#fff}
.reference-table{width:100%;min-width:560px;border-collapse:collapse;font-size:13px;line-height:1.35}
.reference-table th,.reference-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e4f1ee;vertical-align:top}
.reference-table th{background:#f3fbf9;color:var(--primary-dark);font-weight:850}
.reference-table tr:last-child td{border-bottom:0}
.example-block{display:grid;gap:6px;margin-top:12px;padding:14px;border:1px solid #d3eeea;border-radius:18px;background:#f7f8f9}
.example-block b{line-height:1.2}
.example-block ul{margin:0;padding-left:18px;color:var(--muted)}
.example-block li{margin:4px 0}
.example-dynamics{display:grid;gap:10px;margin-top:12px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}
.example-dynamics>b{line-height:1.2}
.consultation-visual-summary{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(320px,1fr);gap:16px;margin:0 0 18px;align-items:stretch}
.consultation-visual-summary-single{grid-template-columns:1fr}
.consultation-answer-card .consultation-visual-summary>.example-dynamics{margin:0;padding:18px;border-color:#d3eeea;border-radius:20px;background:#fff}
.consultation-answer-card .consultation-visual-summary>.example-dynamics .chart{min-height:190px}
.consultation-answer-card .consultation-visual-summary>.example-dynamics .mini-chart{gap:10px}
.consultation-answer-card .consultation-visual-summary>.example-dynamics .mini-chart span{font-size:15px}
.consultation-detail-grid>.consultation-visual-summary{margin-bottom:0}
.consultation-detail-grid>.consultation-visual-summary>.example-dynamics{margin:0;padding:18px;border:1px solid #d3eeea;border-radius:20px;background:#fff}
.consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:235px}
.consultation-detail-grid>.consultation-visual-summary>.example-dynamics .mini-chart{gap:8px}
.zone-summary-card{display:grid;grid-template-rows:auto 1fr;gap:8px;min-width:0;padding:16px;border:1px solid #d3eeea;border-radius:20px;background:#fff}
.zone-summary-body{display:grid;place-items:center;min-height:0}
.zone-summary-legend{display:grid;grid-template-columns:1fr;gap:7px;width:min(100%,320px);margin:0 auto;padding-top:6px;color:var(--muted);font-size:12px;line-height:1.35;font-weight:700}
.zone-summary-legend>span{display:grid;grid-template-columns:9px minmax(0,1fr);align-items:start;gap:8px}
.zone-summary-legend i{width:9px;height:9px;margin-top:.28em;border-radius:50%;flex:0 0 auto}
.zone-summary-legend-green{background:#10c888}
.zone-summary-legend-yellow{background:#ffc43c}
.zone-summary-legend-red{background:#e84040}
.zone-summary-chart{display:block;width:min(100%,430px);max-width:430px;margin:0 auto;overflow:visible}
.zone-summary-chart path,.zone-summary-chart circle{vector-effect:non-scaling-stroke}
.zone-summary-leader{fill:none;stroke-width:3.4;stroke-linecap:round;stroke-dasharray:6 6;opacity:.95;vector-effect:non-scaling-stroke}
.zone-summary-label rect{fill:#fff;stroke-width:2.5;filter:drop-shadow(0 10px 18px rgba(16,42,36,.18))}
.zone-summary-label text{font-size:15px;font-weight:950;fill:var(--text)}
.temperament-card{display:grid;grid-template-rows:auto 1fr;gap:8px;min-width:0;padding:16px;border:1px solid #d3eeea;border-radius:20px;background:#fff}
.temperament-body{display:grid;place-items:center;gap:8px;min-height:0}
.temperament-chart{display:block;width:min(100%,560px);max-width:560px;margin:0 auto;overflow:visible;font-family:Inter,Arial,sans-serif}
.temperament-grid-level{fill:#f7fbfa;stroke:#d3eeea;stroke-width:1.4;vector-effect:non-scaling-stroke}
.temperament-grid-level:nth-of-type(4){fill:#eef8f6;stroke:#bfe6df}
.temperament-spoke{stroke:#c9ddd9;stroke-width:1.2;opacity:.9;vector-effect:non-scaling-stroke}
.temperament-value{fill:url(#temperamentFill);fill-opacity:.38;stroke:none;filter:drop-shadow(0 8px 16px rgba(16,42,36,.08))}
.temperament-value-line{fill:none;stroke:url(#temperamentFill);stroke-width:4;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 5px 10px rgba(16,42,36,.16))}
.temperament-dot{fill:#fff;stroke:var(--primary);stroke-width:2.2;vector-effect:non-scaling-stroke;cursor:pointer;outline:none;filter:drop-shadow(0 3px 5px rgba(16,42,36,.12))}
.temperament-dot:is(:hover,:focus){filter:brightness(.96) drop-shadow(0 4px 8px rgba(25,163,134,.2))}
.temperament-axis-name{font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:850;fill:var(--text)}
.temperament-active-marker{pointer-events:none}
.temperament-active-marker path{fill:none;stroke:#8aa7a0;stroke-width:1.2;opacity:.72;vector-effect:non-scaling-stroke}
.temperament-active-pill{fill:var(--primary-dark);filter:drop-shadow(0 4px 8px rgba(16,42,36,.18))}
.temperament-active-title,.temperament-active-subtitle{font-family:Inter,Arial,sans-serif;text-anchor:middle;fill:#fff}
.temperament-active-title{font-size:10px;font-weight:900}
.temperament-active-subtitle{font-size:8.8px;font-weight:800;opacity:.86}
.temperament-active-dot{fill:#fff;stroke:var(--primary-dark);stroke-width:2.2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 3px 7px rgba(16,42,36,.18))}
.temperament-report-card{width:100%;align-self:start}
.report-foundation-profile{container-name:report-foundation;container-type:inline-size;grid-template-rows:auto auto auto auto;align-content:start}
.report-foundation-intro{margin:2px 0 0;color:#315b53;font-size:13px;line-height:1.45;font-weight:750}
.report-foundation-body{display:grid;grid-template-columns:minmax(280px,1.08fr) minmax(250px,.92fr);align-items:center;gap:20px;min-width:0}
.report-foundation-chart{width:min(100%,500px);max-width:500px}
.report-foundation-value{fill:url(#reportFoundationFill);fill-opacity:.36;stroke:none;filter:drop-shadow(0 8px 16px rgba(16,91,75,.08))}
.report-foundation-value-line{fill:none;stroke:url(#reportFoundationFill);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 5px 10px rgba(16,91,75,.14))}
.report-foundation-dot{fill:#fff;stroke:#159979;stroke-width:3;vector-effect:non-scaling-stroke;filter:drop-shadow(0 3px 5px rgba(16,91,75,.12))}
.report-foundation-details{display:grid;align-content:center;gap:7px;min-width:0}
.report-foundation-detail{display:grid;grid-template-columns:10px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:10px 11px;border:1px solid #dcece8;border-radius:14px;background:#f7fbfa}
.report-foundation-detail>i{width:10px;height:10px;margin-top:4px;border-radius:50%;background:#19a386;box-shadow:0 0 0 4px #e5f5f1}
.report-foundation-detail>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;min-width:0}
.report-foundation-detail strong{min-width:0;color:#173d36;font-size:13px;line-height:1.3;font-weight:900}
.report-foundation-detail span{color:#159979;font-size:11px;line-height:1.3;font-weight:900;text-align:right}
.report-foundation-detail p{grid-column:1/-1;min-width:0;margin:0;color:#52706a;font-size:12px;line-height:1.4;font-weight:700;overflow-wrap:break-word}
.report-foundation-scale-note{margin:0;padding-top:11px;border-top:1px solid #e0eeeb;color:#6b837e;font-size:11px;line-height:1.45;font-weight:700}
@container report-foundation (max-width:680px){
  .report-foundation-body{grid-template-columns:minmax(0,1fr);gap:4px}
  .report-foundation-chart{width:min(100%,440px);max-width:440px}
  .report-foundation-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .report-foundation-detail:last-child:nth-child(odd){grid-column:1/-1}
}
@container report-foundation (max-width:410px){
  .report-foundation-intro{font-size:12px}
  .report-foundation-chart{width:min(100%,390px);max-width:390px}
  .report-foundation-details{grid-template-columns:minmax(0,1fr)}
  .report-foundation-detail:last-child:nth-child(odd){grid-column:auto}
  .report-foundation-detail{padding:9px 10px}
}
.laboratory-profile-directional{container-name:laboratory-profile;container-type:inline-size}
.laboratory-profile-body{display:grid;gap:16px;min-width:0;padding-top:8px}
.laboratory-profile-coverage{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0;padding:0 2px;color:#52706a;font-size:13px;line-height:1.35;font-weight:750}
.laboratory-profile-coverage strong{color:#173d36;font-size:15px;font-weight:900}
.laboratory-profile-zones{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-width:0}
.laboratory-profile-zone{--profile-zone:#8ebdb4;--profile-zone-soft:#f4f8f7;display:grid;align-content:start;gap:10px;min-width:0;min-height:144px;padding:13px 10px 11px;border:1px solid #dbe9e6;border:1px solid color-mix(in srgb,var(--profile-zone) 32%,#dbe9e6);border-top:5px solid var(--profile-zone);border-radius:16px;background:var(--profile-zone-soft)}
.laboratory-profile-zone-very_low,.laboratory-profile-zone-very_high{--profile-zone:#e84040;--profile-zone-soft:#fff3f4}
.laboratory-profile-zone-low,.laboratory-profile-zone-high{--profile-zone:#ffc43c;--profile-zone-soft:#fff9e8}
.laboratory-profile-zone-optimal{--profile-zone:#10c888;--profile-zone-soft:#edfbf6}
.laboratory-profile-zone-head{display:grid;justify-items:center;gap:7px;min-width:0;text-align:center}
.laboratory-profile-zone-head strong{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--profile-zone);color:#fff;font-size:22px;line-height:1;font-weight:950;font-variant-numeric:tabular-nums}
.laboratory-profile-zone-low .laboratory-profile-zone-head strong,.laboratory-profile-zone-high .laboratory-profile-zone-head strong{color:#493600}
.laboratory-profile-zone-head span{min-width:0;color:#173d36;font-size:13px;line-height:1.25;font-weight:900;overflow-wrap:break-word}
.laboratory-profile-indicators{display:grid;gap:7px;min-width:0}
.laboratory-profile-indicator{min-width:0;border:1px solid #dbe9e6;border:1px solid color-mix(in srgb,var(--profile-zone) 38%,#dbe9e6);border-radius:12px;background:rgba(255,255,255,.86);overflow:hidden}
.laboratory-profile-indicator>button{display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:5px;width:100%;min-width:0;padding:8px 8px 8px 9px;border:0;background:transparent;color:#173d36;font:inherit;text-align:left;cursor:pointer}
.laboratory-profile-indicator>button>span{min-width:0;font-size:12px;line-height:1.28;font-weight:850;overflow-wrap:break-word}
.laboratory-profile-indicator>button>i{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#edf6f3;background:color-mix(in srgb,var(--profile-zone) 18%,#fff);color:#315b53;font-style:normal;font-size:16px;line-height:1}
.laboratory-profile-indicator>button>i::before{content:'+'}
.laboratory-profile-indicator>button[aria-expanded="true"]>i::before{content:'−'}
.laboratory-profile-indicator>button:focus-visible{outline:2px solid var(--profile-zone);outline-offset:-2px}
.laboratory-profile-indicator-detail{display:grid;gap:5px;max-height:0;padding:0 9px;overflow:hidden;opacity:0;color:#52706a;font-size:11px;line-height:1.35;transition:max-height .18s ease,opacity .18s ease,padding .18s ease}
.laboratory-profile-indicator-detail[aria-hidden="false"]{max-height:120px;padding:0 9px 9px;opacity:1}
.laboratory-profile-indicator-detail span{display:grid;gap:1px;min-width:0;overflow-wrap:break-word}
.laboratory-profile-indicator-detail b{color:#173d36;font-size:10px;line-height:1.3;font-weight:900;text-transform:uppercase;letter-spacing:.035em}
.laboratory-profile-more{display:block;padding:1px 4px 0;color:#52706a;font-size:11px;line-height:1.3;font-weight:800}
@container laboratory-profile (max-width:650px){
  .laboratory-profile-body{gap:10px;padding-top:4px}
  .laboratory-profile-coverage{display:grid;justify-content:stretch;gap:1px;padding:0}
  .laboratory-profile-zones{grid-template-columns:minmax(0,1fr);gap:6px}
  .laboratory-profile-zone{grid-template-columns:minmax(106px,.85fr) minmax(0,1.15fr);align-items:start;gap:8px;min-height:0;padding:8px 9px;border-top-width:1px;border-left:5px solid var(--profile-zone);border-radius:13px}
  .laboratory-profile-zone-summary-only{grid-template-columns:minmax(0,1fr)}
  .laboratory-profile-zone-head{grid-template-columns:34px minmax(0,1fr);align-items:center;justify-items:start;gap:8px;text-align:left}
  .laboratory-profile-zone-head strong{width:34px;height:34px;border-radius:11px;font-size:18px}
  .laboratory-profile-zone-head span{font-size:12px}
  .laboratory-profile-indicators{gap:5px}
  .laboratory-profile-indicator>button{padding-block:7px}
}
.laboratory-profile-spectrum{container-name:laboratory-profile-spectrum;container-type:inline-size}
.laboratory-profile-spectrum-body{display:grid;align-content:start;gap:20px;min-width:0;padding-top:8px}
.laboratory-profile-spectrum-coverage{display:flex;align-items:center;gap:12px;min-width:0;margin:0;color:#52706a;font-size:13px;line-height:1.25;font-weight:750}
.laboratory-profile-spectrum-coverage>strong{display:flex;align-items:baseline;gap:6px;flex:0 0 auto;color:#173d36;font-style:normal}
.laboratory-profile-spectrum-coverage>strong>span{font-size:32px;line-height:1;font-weight:950;font-variant-numeric:tabular-nums}
.laboratory-profile-spectrum-coverage>strong>i{font-size:13px;line-height:1;font-style:normal;font-weight:850}
.laboratory-profile-spectrum-scale{position:relative;min-width:0;padding:2px 0 4px}
.laboratory-profile-spectrum-track{position:absolute;z-index:0;top:21px;right:10%;left:10%;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));height:6px;border-radius:999px;overflow:hidden}
.laboratory-profile-spectrum-track>i{display:block;min-width:0;background:#e84040}
.laboratory-profile-spectrum-track>i:nth-child(3),.laboratory-profile-spectrum-track>i:nth-child(6){background:#ffc43c}
.laboratory-profile-spectrum-track>i:nth-child(4),.laboratory-profile-spectrum-track>i:nth-child(5){background:#10c888}
.laboratory-profile-spectrum-stops{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-width:0}
.laboratory-profile-spectrum-stop{--profile-spectrum-color:#8ebdb4;display:grid;justify-items:center;align-content:start;gap:9px;min-width:0;text-align:center}
.laboratory-profile-spectrum-stop-very_low,.laboratory-profile-spectrum-stop-very_high{--profile-spectrum-color:#e84040}
.laboratory-profile-spectrum-stop-low,.laboratory-profile-spectrum-stop-high{--profile-spectrum-color:#ffc43c}
.laboratory-profile-spectrum-stop-optimal{--profile-spectrum-color:#10c888}
.laboratory-profile-spectrum-stop>strong{display:grid;place-items:center;width:44px;height:44px;border:4px solid #fff;border-radius:50%;background:var(--profile-spectrum-color);box-shadow:0 0 0 1px color-mix(in srgb,var(--profile-spectrum-color) 32%,#dbe9e6);color:#fff;font-size:20px;line-height:1;font-weight:950;font-variant-numeric:tabular-nums}
.laboratory-profile-spectrum-stop-low>strong,.laboratory-profile-spectrum-stop-high>strong{color:#493600}
.laboratory-profile-spectrum-stop>span{max-width:116px;color:#173d36;font-size:12px;line-height:1.3;font-weight:850;overflow-wrap:break-word}
.laboratory-profile-deviation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;min-width:0;border-top:1px solid #dbe9e6;padding-top:2px}
.laboratory-profile-deviation-group{display:grid;align-content:start;min-width:0}
.laboratory-profile-deviation-group:only-child{grid-column:1/-1}
.laboratory-profile-deviation-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0;padding:12px 0 9px;border-bottom:2px solid #dbe9e6}
.laboratory-profile-deviation-head>strong{min-width:0;color:#173d36;font-size:14px;line-height:1.3;font-weight:900}
.laboratory-profile-deviation-head>span{flex:0 0 auto;color:#52706a;font-size:13px;line-height:1;font-weight:900;font-variant-numeric:tabular-nums}
.laboratory-profile-deviation-list{display:grid;min-width:0}
.laboratory-profile-deviation-row{--profile-deviation-color:#52706a;display:grid;gap:8px;min-width:0;padding:13px 0;border-bottom:1px solid #e4efec}
.laboratory-profile-deviation-row-very_low,.laboratory-profile-deviation-row-very_high{--profile-deviation-color:#c43137}
.laboratory-profile-deviation-row-low,.laboratory-profile-deviation-row-high{--profile-deviation-color:#856300}
.laboratory-profile-deviation-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0}
.laboratory-profile-deviation-title>strong{min-width:0;color:#173d36;font-size:13px;line-height:1.35;font-weight:900;overflow-wrap:break-word}
.laboratory-profile-deviation-title>span{max-width:132px;color:var(--profile-deviation-color);font-size:11px;line-height:1.3;font-weight:900;text-align:right;overflow-wrap:break-word}
.laboratory-profile-deviation-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.laboratory-profile-deviation-values>span{display:grid;gap:2px;min-width:0}
.laboratory-profile-deviation-values small{color:#52706a;font-size:11px;line-height:1.25;font-weight:750}
.laboratory-profile-deviation-values b{min-width:0;color:#315b53;font-size:12px;line-height:1.35;font-weight:850;overflow-wrap:break-word}
.laboratory-profile-spectrum-calm{margin:0;padding:13px 0 0;border-top:1px solid #dbe9e6;color:#315b53;font-size:13px;line-height:1.45;font-weight:800}
.laboratory-profile-deviation-more{display:block;padding:8px 0 0;color:#52706a;font-size:11px;line-height:1.3;font-weight:750}
@container laboratory-profile-spectrum (max-width:650px){
  .laboratory-profile-spectrum-body{gap:15px;padding-top:4px}
  .laboratory-profile-spectrum-coverage{gap:9px}
  .laboratory-profile-spectrum-coverage>strong>span{font-size:28px}
  .laboratory-profile-spectrum-scale{padding:0}
  .laboratory-profile-spectrum-track{top:21px;right:auto;bottom:21px;left:19px;grid-template-columns:none;grid-template-rows:repeat(8,minmax(0,1fr));width:6px;height:auto}
  .laboratory-profile-spectrum-stops{grid-template-columns:minmax(0,1fr);gap:9px}
  .laboratory-profile-spectrum-stop{grid-template-columns:44px minmax(0,1fr);align-items:center;justify-items:start;gap:12px;text-align:left}
  .laboratory-profile-spectrum-stop>span{max-width:none;font-size:13px}
  .laboratory-profile-deviation-grid{grid-template-columns:minmax(0,1fr);gap:4px;padding-top:0}
  .laboratory-profile-deviation-group:only-child{grid-column:auto}
}
@container laboratory-profile-spectrum (max-width:360px){
  .laboratory-profile-spectrum-track{top:19px;bottom:19px;left:16px;width:6px}
  .laboratory-profile-spectrum-stops{gap:7px}
  .laboratory-profile-spectrum-stop{grid-template-columns:38px minmax(0,1fr);gap:10px}
  .laboratory-profile-spectrum-stop>strong{width:38px;height:38px;border-width:3px;font-size:18px}
  .laboratory-profile-deviation-title{gap:7px}
  .laboratory-profile-deviation-title>span{max-width:112px}
  .laboratory-profile-deviation-values{gap:8px}
}
.home-report-stack-card.laboratory-profile-spectrum{grid-template-rows:auto minmax(0,1fr)}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-body{align-content:start;gap:9px;padding-top:2px;overflow:hidden}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-coverage{gap:7px;font-size:11px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-coverage>strong{gap:4px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-coverage>strong>span{font-size:24px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-coverage>strong>i{font-size:10px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-scale{min-height:58px;padding:0}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-track{top:15px;right:10%;bottom:auto;left:10%;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-template-rows:none;width:auto;height:5px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-stops{grid-template-columns:repeat(5,minmax(0,1fr));gap:0}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-stop{grid-template-columns:minmax(0,1fr);justify-items:center;gap:4px;text-align:center}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-stop>strong{width:32px;height:32px;border-width:3px;font-size:15px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-spectrum-stop>span{max-width:72px;font-size:9px;line-height:1.2}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:0}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-group:only-child{grid-column:1/-1}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-head{padding:5px 0;border-bottom-width:1px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-head>strong{font-size:11px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-head>span{font-size:10px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-row{gap:4px;padding:7px 0}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-title>strong{font-size:10px;line-height:1.25}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-title>span{max-width:90px;font-size:9px;line-height:1.2}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-values{gap:6px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-values small{font-size:9px}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-values b{font-size:10px;line-height:1.25}
.home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-more{padding-top:5px;font-size:9px}
@container laboratory-profile-spectrum (max-width:360px){
  .home-report-stack-card.laboratory-profile-spectrum .chart-title-copy>span{display:none}
  .home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-grid{grid-template-columns:minmax(0,1fr);gap:1px}
  .home-report-stack-card.laboratory-profile-spectrum .laboratory-profile-deviation-group:only-child{grid-column:auto}
}
.laboratory-deviation-position{--deviation-position-columns:minmax(150px,.86fr) minmax(300px,1.45fr) minmax(230px,1fr);container-name:laboratory-deviation-position;container-type:inline-size}
.laboratory-deviation-position-body{display:grid;align-content:start;gap:14px;min-width:0;padding-top:8px}
.laboratory-deviation-position-explanation{max-width:700px;margin:0 auto;color:#52706a;font-size:13px;line-height:1.45;font-weight:750;text-align:center}
.laboratory-deviation-position-columns{display:grid;grid-template-columns:var(--deviation-position-columns);align-items:end;gap:22px;min-width:0;padding:0 12px 8px;border-bottom:1px solid #dbe9e6}
.laboratory-deviation-position-columns>span{color:#52706a;font-size:10px;line-height:1.25;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.laboratory-deviation-position-columns>span:last-child{text-align:left}
.laboratory-deviation-position-key{min-width:0}
.laboratory-deviation-position-key-detailed{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:4px;min-width:0}
.laboratory-deviation-position-key-detailed>span{min-width:0;color:#52706a;font-size:10px;line-height:1.2;font-weight:850;text-align:center;overflow-wrap:break-word}
.laboratory-deviation-position-key-compact{display:none;grid-template-columns:2fr 1fr 2fr;align-items:end;min-width:0}
.laboratory-deviation-position-key-compact>span{min-width:0;color:#52706a;font-size:9px;line-height:1.2;font-weight:850;text-align:center;overflow-wrap:normal}
.laboratory-deviation-position-key-compact>span:nth-child(2){color:#087553}
.laboratory-deviation-position-key-very_low,.laboratory-deviation-position-key-very_high{color:#a62c32!important}
.laboratory-deviation-position-key-low,.laboratory-deviation-position-key-high{color:#755900!important}
.laboratory-deviation-position-key-optimal{color:#087553!important}
.laboratory-deviation-position-list{display:grid;min-width:0}
.laboratory-deviation-position-row{--deviation-position-color:#52706a;display:grid;grid-template-columns:var(--deviation-position-columns);align-items:center;gap:22px;min-width:0;padding:16px 12px;border-bottom:1px solid #e4efec}
.laboratory-deviation-position-row:first-child{padding-top:4px}
.laboratory-deviation-position-row:last-child{padding-bottom:4px;border-bottom:0}
.laboratory-deviation-position-row-very_low,.laboratory-deviation-position-row-very_high{--deviation-position-color:#c43137}
.laboratory-deviation-position-row-low,.laboratory-deviation-position-row-high{--deviation-position-color:#856300}
.laboratory-deviation-position-name{display:grid;gap:4px;min-width:0}
.laboratory-deviation-position-name>strong{min-width:0;color:#173d36;font-size:14px;line-height:1.35;font-weight:900;overflow-wrap:break-word}
.laboratory-deviation-position-name>span{color:var(--deviation-position-color);font-size:11px;line-height:1.3;font-weight:900}
.laboratory-deviation-position-scale{position:relative;display:grid;align-items:center;min-width:0;height:28px}
.laboratory-deviation-position-track{position:absolute;right:10%;left:10%;height:4px;border-radius:999px;background:#dbe9e6}
.laboratory-deviation-position-stops{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-items:center;min-width:0}
.laboratory-deviation-position-stop{--deviation-stop-color:#10c888;display:block;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:var(--deviation-stop-color);box-shadow:0 0 0 1px color-mix(in srgb,var(--deviation-stop-color) 35%,#dbe9e6);opacity:.28}
.laboratory-deviation-position-stop-very_low,.laboratory-deviation-position-stop-very_high{--deviation-stop-color:#e84040}
.laboratory-deviation-position-stop-low,.laboratory-deviation-position-stop-high{--deviation-stop-color:#ffc43c}
.laboratory-deviation-position-stop.is-active{width:22px;height:22px;border-width:4px;box-shadow:0 0 0 2px var(--deviation-stop-color);opacity:1}
.laboratory-deviation-position-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.laboratory-deviation-position-values>span{display:grid;gap:2px;min-width:0}
.laboratory-deviation-position-values small{color:#52706a;font-size:10px;line-height:1.25;font-weight:750}
.laboratory-deviation-position-values b{min-width:0;color:#315b53;font-size:12px;line-height:1.35;font-weight:850;overflow-wrap:break-word}
.laboratory-deviation-position-values>span:first-child b{color:var(--deviation-position-color)}
@container laboratory-deviation-position (max-width:760px){
  .laboratory-deviation-position-body{gap:12px;padding-top:5px}
  .laboratory-deviation-position-columns{grid-template-columns:minmax(0,1fr);gap:0;padding-inline:0}
  .laboratory-deviation-position-columns>span{display:none}
  .laboratory-deviation-position-row{grid-template-columns:minmax(0,1fr);gap:11px;padding:14px 0}
  .laboratory-deviation-position-row:first-child{padding-top:2px}
  .laboratory-deviation-position-row:last-child{padding-bottom:2px}
  .laboratory-deviation-position-name{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}
  .laboratory-deviation-position-name>span{max-width:132px;text-align:right}
  .laboratory-deviation-position-scale{height:26px}
}
@container laboratory-deviation-position (max-width:360px){
  .laboratory-deviation-position-explanation{font-size:12px;line-height:1.4}
  .laboratory-deviation-position-key-detailed{display:none}
  .laboratory-deviation-position-key-compact{display:grid}
  .laboratory-deviation-position-name{gap:7px}
  .laboratory-deviation-position-name>strong{font-size:13px}
  .laboratory-deviation-position-name>span{max-width:112px;font-size:10px}
  .laboratory-deviation-position-values{gap:8px}
}
.home-report-stack-card.laboratory-deviation-position{grid-template-rows:auto minmax(0,1fr)}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-body{align-content:start;gap:7px;padding-top:2px;overflow:hidden}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-explanation{font-size:10px;line-height:1.3}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-columns{grid-template-columns:minmax(0,1fr);padding:0 0 5px}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-columns>span{display:none}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-key-detailed{display:none}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-key-compact{display:grid}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-key-compact>span{font-size:8px;line-height:1.15}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-row{grid-template-columns:minmax(0,.95fr) minmax(112px,1.05fr);gap:4px 10px;padding:5px 0}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-name{grid-template-columns:minmax(0,1fr);gap:2px}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-name>strong{font-size:10px;line-height:1.25}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-name>span{font-size:9px;line-height:1.2}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-scale{height:22px}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-stop{width:9px;height:9px;border-width:1px}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-stop.is-active{width:17px;height:17px;border-width:3px;box-shadow:0 0 0 1px var(--deviation-stop-color)}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-values{grid-column:1/-1;gap:8px}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-values small{font-size:8px}
.home-report-stack-card.laboratory-deviation-position .laboratory-deviation-position-values b{font-size:9px;line-height:1.25}
@container laboratory-deviation-position (max-width:360px){
  .home-report-stack-card.laboratory-deviation-position .chart-title-copy>span{display:none}
}
.consultation-report-card-continued{width:100%}
.chart-carousel-head{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;text-align:center}
.chart-carousel-head>b{line-height:1.2;text-align:center}
.chart-title-copy{display:grid;justify-items:center;gap:5px;max-width:min(100%,420px);margin:0 auto;text-align:center}
.chart-title-copy b{line-height:1.2}
.chart-title-copy span{font-size:14px;line-height:1.35;font-weight:650;color:var(--muted)}
.chart-title-copy .chart-caption-two-line{display:grid;justify-items:center;gap:0}
.chart-title-copy .chart-caption-line{display:block;white-space:nowrap}
.chart-carousel-controls{display:flex;gap:6px;flex:0 0 auto}
.consultation-answer-card .example-dynamics .chart-title-copy{padding:0 86px 0 0}
.consultation-answer-card .example-dynamics .chart-carousel-controls{position:absolute;right:0;top:0;transform:none}
.consultation-detail-grid>.consultation-visual-summary .example-dynamics .chart-title-copy{padding:0 86px 0 0}
.consultation-detail-grid>.consultation-visual-summary .example-dynamics .chart-carousel-controls{position:absolute;right:0;top:0;transform:none}
.chart-carousel-btn{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #d3eeea;border-radius:12px;background:#fff;color:var(--primary-dark);font-size:24px;line-height:1;cursor:pointer}
.chart-carousel-btn:hover{background:#f7fbfa;border-color:#bfe6df}
.chart-carousel-btn[hidden]{display:none}
.chart-carousel-shell{--chart-arrow-y:50%;position:relative;display:block;min-width:0;width:100%}
.chart-carousel-shell.has-carousel-controls>.chart-carousel{width:auto;max-width:none;margin-inline:44px}
.chart-carousel-shell>.chart-carousel-btn{position:absolute;top:var(--chart-arrow-y);z-index:2;width:34px;height:34px;margin:0;transform:translateY(-50%)}
.chart-carousel-shell>[data-chart-prev]{left:0}
.chart-carousel-shell>[data-chart-next]{right:0}
.chart-carousel{--chart-index:0;position:relative;overflow:hidden;touch-action:pan-y;user-select:none}
.chart-carousel.no-transition .chart-track{transition:none}
.chart-carousel.dragging{cursor:grabbing}
.chart-carousel:focus-visible{outline:3px solid rgba(25,163,134,.22);outline-offset:4px;border-radius:16px}
.chart-track{display:flex;align-items:stretch;width:100%;transform:translateX(calc(var(--chart-index) * -100%));transition:transform .36s cubic-bezier(.22,.8,.24,1)}
.chart-slide{min-width:100%;width:100%;flex:0 0 100%;padding:0 1px}
.chart-dots{display:flex;justify-content:center;gap:7px}
.chart-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#c9ddd9;padding:0;cursor:pointer}
.chart-dots button.active{width:22px;background:var(--primary)}
.chart-dots button[hidden]{display:none}
.mini-chart{gap:10px}
.consultation-answer-card .consultation-visual-summary>.example-dynamics .mini-chart span{font-size:15px}
.consultation-detail-grid>.consultation-visual-summary{margin-bottom:0}
.consultation-detail-grid>.consultation-visual-summary>.example-dynamics{margin:0;padding:18px;border:1px solid #d3eeea;border-radius:20px;background:#fff}
.consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:235px}
.consultation-detail-grid>.consultation-visual-summary>.example-dynamics .mini-chart{gap:8px}
.zone-summary-card{display:grid;grid-template-rows:auto 1fr;gap:8px;min-width:0;padding:16px;border:1px solid #d3eeea;border-radius:20px;background:#fff}
.zone-summary-body{display:grid;place-items:center;min-height:0}
.zone-summary-chart{display:block;width:min(100%,430px);max-width:430px;margin:0 auto;overflow:visible}
.zone-summary-chart path,.zone-summary-chart circle{vector-effect:non-scaling-stroke}
.zone-summary-leader{fill:none;stroke-width:3.4;stroke-linecap:round;stroke-dasharray:6 6;opacity:.95;vector-effect:non-scaling-stroke}
.zone-summary-label rect{fill:#fff;stroke-width:2.5;filter:drop-shadow(0 10px 18px rgba(16,42,36,.18))}
.zone-summary-label text{font-size:15px;font-weight:950;fill:var(--text)}
.zone-summary-card-explained{grid-template-rows:auto auto auto;align-content:start;gap:0}
.zone-summary-card-explained .zone-summary-body{place-items:start center;overflow:hidden}
.chart-carousel-head{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;text-align:center}
.chart-carousel-head>b{line-height:1.2;text-align:center}
.chart-title-copy{display:grid;justify-items:center;gap:5px;max-width:min(100%,420px);margin:0 auto;text-align:center}
.chart-title-copy b{line-height:1.2}
.chart-title-copy span{font-size:14px;line-height:1.35;font-weight:650;color:var(--muted)}
.chart-title-copy .chart-caption-two-line{display:grid;justify-items:center;gap:0}
.chart-title-copy .chart-caption-line{display:block;white-space:nowrap}
.chart-carousel-controls{display:flex;gap:6px;flex:0 0 auto}
.consultation-answer-card .example-dynamics .chart-title-copy{padding:0 86px 0 0}
.consultation-answer-card .example-dynamics .chart-carousel-controls{position:absolute;right:0;top:0;transform:none}
.consultation-detail-grid>.consultation-visual-summary .example-dynamics .chart-title-copy{padding:0 86px 0 0}
.consultation-detail-grid>.consultation-visual-summary .example-dynamics .chart-carousel-controls{position:absolute;right:0;top:0;transform:none}
.chart-carousel-btn{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #d3eeea;border-radius:12px;background:#fff;color:var(--primary-dark);font-size:24px;line-height:1;cursor:pointer}
.chart-carousel-btn:hover{background:#f7fbfa;border-color:#bfe6df}
.chart-carousel-btn[hidden]{display:none}
.chart-carousel{--chart-index:0;position:relative;overflow:hidden;touch-action:pan-y;user-select:none}
.chart-carousel.no-transition .chart-track{transition:none}
.chart-carousel.dragging{cursor:grabbing}
.chart-carousel:focus-visible{outline:3px solid rgba(25,163,134,.22);outline-offset:4px;border-radius:16px}
.chart-track{display:flex;align-items:stretch;width:100%;transform:translateX(calc(var(--chart-index) * -100%));transition:transform .36s cubic-bezier(.22,.8,.24,1)}
.chart-slide{min-width:100%;width:100%;flex:0 0 100%;padding:0 1px}
.chart-dots{display:flex;justify-content:center;gap:7px}
.chart-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#c9ddd9;padding:0;cursor:pointer}
.chart-dots button.active{width:22px;background:var(--primary)}
.chart-dots button[hidden]{display:none}
.mini-chart{display:grid;gap:7px;min-width:0;position:relative}
.mini-chart .chart-name{display:block;justify-self:center;max-width:min(100%,460px);min-height:38px;margin:0 auto 4px;text-align:center;font-size:14px;font-weight:850;line-height:1.25;color:var(--text);overflow-wrap:anywhere}
.consultation-detail-grid .mini-chart .chart-name{font-size:15px}
.chart{display:block;width:100%;height:auto;min-height:120px;border:0;border-radius:0;background:transparent;overflow:visible}
.chart-grid,.chart-axis,.chart-reference,.chart-values{display:none}
.chart-zones rect{opacity:1}
.chart-zone-scale rect{filter:drop-shadow(0 2px 4px rgba(16,42,36,.08))}
.chart-zone-bounds path{fill:none;stroke-width:1.25;stroke-linecap:round;stroke-dasharray:2.8 3.4;opacity:.72;vector-effect:non-scaling-stroke}
.chart-zone-bounds text{font-size:8.8px;font-weight:850;text-anchor:end}
.chart-line{fill:none;stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 4px 8px rgba(16,42,36,.16))}
.chart-range-band{fill:rgba(25,163,134,.16);stroke:none}
.chart-range-boundary{fill:none;stroke:#11816a;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 3px 7px rgba(16,42,36,.12))}
.chart-range-segment{fill:none;stroke-width:2.2;stroke-linecap:round;vector-effect:non-scaling-stroke}
.chart-range-endpoint{stroke-width:1.5;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 4px rgba(16,42,36,.16))}
.chart-range-hit{fill:none;stroke:transparent;stroke-width:18;cursor:pointer;outline:none;vector-effect:non-scaling-stroke}
.chart-range-hit:is(:hover,:focus)+.chart-range-endpoint{filter:brightness(.9)}
.chart-points circle{stroke-width:1.6;vector-effect:non-scaling-stroke;cursor:pointer;outline:none;filter:drop-shadow(0 3px 5px rgba(16,42,36,.2))}
.chart-points circle:is(:hover,:focus){filter:brightness(.88)}
.chart-active-marker{pointer-events:none}
.chart-active-marker path{fill:none;stroke:#8aa7a0;stroke-width:1.1;opacity:.72;vector-effect:non-scaling-stroke}
.chart-active-pill{filter:drop-shadow(0 4px 8px rgba(16,42,36,.18))}
.chart-active-value,.chart-active-date{font-size:8.3px;font-weight:900;text-anchor:middle;fill:#fff}
.chart-active-dot{stroke-width:2.2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 3px 7px rgba(16,42,36,.22))}
.chart-active-dot-core{vector-effect:non-scaling-stroke}
.chart-bars rect{fill:#6d817d}
.chart-reference{display:none;fill:none;stroke:#98aaa6;stroke-width:1.1;stroke-dasharray:4 4;stroke-linecap:round;vector-effect:non-scaling-stroke}
.chart-values text{font-size:10.5px;font-weight:850;text-anchor:middle;fill:#344541}
.example-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}
.example-dots button{width:10px;height:10px;border:0;border-radius:999px;background:#c9ddd9;padding:0;cursor:pointer}
.example-dots button.active{width:28px;background:var(--primary)}
.consultation-page{padding-top:18px}
.consultation-page>.container{max-width:1280px}
.consultation-page-head{display:grid;justify-items:center;gap:6px;margin-bottom:18px;text-align:center}
.pdf-report-brand{display:none}
.consultation-page-head .section-title{font-size:clamp(26px,2.8vw,36px);margin-bottom:4px}
.consultation-page-head .muted{margin:0}
.consultation-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.consultation-page-actions>.btn{min-width:132px}
.consultation-detail-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start;max-width:1120px;margin:0 auto}
.consultation-answer-card{min-width:0;align-self:start;width:100%}

.consultation-body-actions{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px}
.consultation-body-actions .btn{width:auto;min-width:132px;min-height:40px;padding:10px 18px;font-size:14px;line-height:1.15;text-align:center}
.consultation-answer-card .consultation-part:first-of-type{margin-top:0}
.consultation-answer-card .medical-disclaimer{margin-top:2.4em}
.consultation-real{display:grid;gap:12px}
.consultation-real>p{margin:0}
.consultation-part{display:grid;gap:8px;margin-top:0;padding:15px 0 0;border-top:1px solid #e4f1ee;background:transparent}
.consultation-part:first-of-type{padding-top:0;border-top:0}
.consultation-part h4{position:relative;margin:0;padding-left:14px;font-size:18px;line-height:1.2;color:var(--text)}
.consultation-part h4::before{content:"";position:absolute;left:0;top:.12em;width:3px;height:1.05em;border-radius:999px;background:var(--primary)}
.consultation-part p{margin:0;color:var(--muted);line-height:1.62}
.consultation-part ul{display:grid;gap:7px;margin:0;padding:0;list-style:none;color:var(--muted)}
.consultation-part li{position:relative;margin:0;padding-left:18px;line-height:1.55}
.consultation-part li::before{content:"";position:absolute;left:0;top:.78em;width:8px;height:1.5px;border-radius:999px;background:#8ebdb4}
.consultation-part strong{color:var(--text);font-weight:900}
.consultation-part-summary p{font-size:16px;color:var(--muted)}
.consultation-part-body h4::before{background:var(--primary-dark)}
.consultation-part-final li{padding-left:18px;border:0;border-radius:0;background:transparent}
.consultation-part-final li::before{left:0;top:.78em}

.pulse-report-summary{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;margin:24px 0 0;padding:0;background:transparent;border:0;border-radius:0}
.pulse-report-summary img{display:block;width:96px;height:auto;max-height:118px;object-fit:contain}
.pulse-report-copy{display:grid;gap:6px;min-width:0}
.pulse-report-copy>span{font-size:13px;line-height:1.2;font-weight:850;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
.pulse-report-balance{display:block;min-width:0;color:var(--text);font-size:18px;line-height:1.2;font-weight:850;white-space:normal;overflow-wrap:normal;word-break:normal;hyphens:none}
.pulse-report-balance b{font-size:34px;line-height:1;font-weight:950;letter-spacing:-.03em;color:var(--primary-dark)}
.pulse-report-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.45;white-space:normal;overflow-wrap:normal;word-break:normal;hyphens:none;text-wrap:pretty}
.pulse-report-create{grid-column:1/-1;justify-self:center;min-width:210px;margin-top:0;box-shadow:none}
@media(min-width:561px){.pulse-report-summary{grid-template-columns:96px minmax(0,520px);justify-content:center}}
.consultation-answer-card ul{margin:0;padding-left:18px;color:var(--muted)}
.consultation-answer-card li{margin:5px 0}
@media(max-width:980px){.example-slide{grid-template-columns:1fr}.example-controls{margin-top:14px}.example-card{padding:20px}}
@media(max-width:980px){.consultation-page-head{display:grid}.consultation-page-actions{justify-content:flex-start}.consultation-detail-grid{grid-template-columns:1fr;max-width:100%}}
@media(max-width:920px){
  .consultation-detail-grid{width:100%;min-width:0}
  .consultation-visual-summary{grid-template-columns:minmax(0,1fr);width:100%;min-width:0}
  .consultation-visual-summary>*{min-width:0;max-width:100%}
  .consultation-visual-summary .example-dynamics{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;max-width:100%}
  .consultation-visual-summary .chart-carousel{width:100%;min-width:0;max-width:100%}
  .consultation-answer-card .consultation-visual-summary>.example-dynamics{min-height:420px}
  .consultation-answer-card .consultation-visual-summary>.example-dynamics .chart{min-height:300px}
  .consultation-detail-grid>.consultation-visual-summary>.example-dynamics{min-height:420px}
  .consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:300px}
  .zone-summary-card{min-height:460px}
  .zone-summary-chart{width:min(100%,560px);max-width:560px}
}
@media(max-width:680px){
  .consultation-answer-card .example-dynamics .chart-title-copy{padding:0}
  .consultation-answer-card .example-dynamics .chart-carousel-controls{position:static;justify-content:center;transform:none}
  .consultation-detail-grid>.consultation-visual-summary .example-dynamics .chart-title-copy{padding:0}
  .consultation-detail-grid>.consultation-visual-summary .example-dynamics .chart-carousel-controls{position:static;justify-content:center;transform:none}
  .chart-carousel-head{display:grid;justify-items:center}
  .chart-title-copy .chart-caption-line{white-space:normal}
  .chart-carousel-shell.has-carousel-controls>.chart-carousel{width:auto;max-width:none;margin-inline:26px}
  .chart-carousel-shell>.chart-carousel-btn{width:28px;height:28px;border-radius:9px}
  .chart-carousel-shell>[data-chart-prev]{left:-4px}
  .chart-carousel-shell>[data-chart-next]{right:-4px}
  .chart-carousel-shell .chart-line{stroke-width:3}
  .chart-carousel-shell .chart-points circle{stroke-width:2.6}
  .consultation-answer-card .consultation-visual-summary>.example-dynamics,
  .consultation-detail-grid>.consultation-visual-summary>.example-dynamics{padding-inline:8px}
}
@media(max-width:980px){
}
@media(max-width:560px){.pulse-report-summary{grid-template-columns:1fr;justify-items:center;text-align:center;gap:10px;margin-top:20px;padding:0}.pulse-report-summary img{width:82px;max-height:96px}.pulse-report-copy{width:100%;justify-items:center}.pulse-report-balance{font-size:16px}.pulse-report-balance b{font-size:30px}.pulse-report-copy p{max-width:320px;font-size:14px;text-wrap:auto}.pulse-report-create{grid-column:1;justify-self:stretch;width:100%;min-width:0;max-width:320px;margin-inline:auto}}
@media(max-width:560px){.consultation-examples{padding-top:12px}.consultation-page{padding-top:12px}.consultation-page>.container{padding-inline:12px}.consultation-page-head{margin-bottom:12px}.example-controls{width:100%;display:grid;grid-template-columns:1fr 1fr}.example-btn{width:100%;font-size:24px}.example-card{padding:18px;border-radius:20px}.example-card h3{font-size:21px}.example-block,.example-dynamics{padding:12px}.consultation-part{padding-top:13px}.consultation-part h4{font-size:16px}.consultation-part p,.consultation-part li{font-size:14px;line-height:1.5}.consultation-answer-card .consultation-visual-summary>.example-dynamics{padding:14px;min-height:390px}.consultation-answer-card .consultation-visual-summary>.example-dynamics .chart{min-height:270px}.consultation-detail-grid>.consultation-visual-summary>.example-dynamics{padding:14px;min-height:390px}.consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:270px}.zone-summary-card{padding:14px;min-height:390px}.zone-summary-chart{width:min(100%,440px);max-width:440px}.temperament-card{padding:14px}.temperament-chart{width:min(100%,440px);max-width:440px}.reference-table{min-width:500px;font-size:12px}.reference-table th,.reference-table td{padding:9px 10px}.chart{min-height:108px}.chart-values text{font-size:10px}.example-dots{margin-top:12px}.consultation-page-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.consultation-page-actions .btn{width:100%;box-shadow:none}.consultation-detail-grid{gap:12px}.consultation-body-actions{grid-template-columns:1fr}}
@media(max-width:560px){.consultation-answer-card .consultation-visual-summary>.example-dynamics .chart{min-height:270px}.consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:270px}.consultation-answer-card .zone-summary-chart,.consultation-detail-grid .zone-summary-chart{width:min(100%,440px);max-width:440px}.consultation-answer-card .temperament-chart,.consultation-detail-grid .temperament-chart{width:min(100%,440px);max-width:440px}}
@media(max-width:680px){
  .consultation-answer-card .consultation-visual-summary>.example-dynamics,
  .consultation-detail-grid>.consultation-visual-summary>.example-dynamics{width:100%;max-width:100%;margin-left:0;padding-inline:8px}
}
.metric b{line-height:1.15;overflow-wrap:anywhere}
.metric span{display:block;margin-top:6px;overflow-wrap:anywhere}
.checkline span,.checkline a{overflow-wrap:anywhere}
.checkline{position:relative}
.checkline input[type="checkbox"]{appearance:none;-webkit-appearance:none;display:grid;place-content:center;flex:0 0 auto;width:22px;height:22px;margin-top:2px;border:1.5px solid #b9ded8;border-radius:7px;background:#fff;box-shadow:inset 0 0 0 2px #fff,0 6px 16px rgba(16,52,47,.06);cursor:pointer;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s}
.checkline input[type="checkbox"]::before{content:"";width:10px;height:6px;margin-top:-1px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) scale(0);transform-origin:center;transition:transform .16s ease-out}
.checkline input[type="checkbox"]:checked{border-color:var(--primary);background:var(--primary);box-shadow:0 8px 18px rgba(25,163,134,.18)}
.checkline input[type="checkbox"]:checked::before{transform:rotate(-45deg) scale(1)}
.checkline input[type="checkbox"]:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(25,163,134,.14),0 8px 18px rgba(25,163,134,.12)}
.checkline input[type="checkbox"]:active{transform:scale(.96)}
.checkline input[type="checkbox"]:disabled{opacity:.55;cursor:not-allowed}

@media(max-width:760px){.hero-benefit{padding:12px 14px}.hero-actions .btn{flex:1 1 220px}.legal-page.card{padding:20px}.cookie-notice{max-height:calc(100vh - 24px);overflow:auto}}
.pricing-head{text-align:center;max-width:760px;margin:0 auto 28px}
.pricing-head .lead{margin:0 auto;color:var(--muted)}
.plan-list{display:grid;grid-template-columns:1fr;gap:14px}
.plan-row{width:100%;min-height:132px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:18px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 26px rgba(16,52,47,.05);padding:18px 22px}
.plan-row h2,.plan-row h3{margin:0 0 6px;font-size:24px;line-height:1.15}
.plan-row p{margin:0}
.plan-meta{display:grid;justify-items:end;gap:6px;min-width:170px}
.plan-meta .credits{font-size:34px;line-height:1}
.pricing-note{margin-top:22px}
.pricing-note h2{margin:0 0 10px;font-size:26px;line-height:1.15}
.pricing-note h2{text-align:center}
.pricing-note p{margin:0;width:100%;max-width:none;text-align:left;color:var(--muted);line-height:1.65;text-indent:1.2em}
.pricing-note p+p{margin-top:10px}
.pricing-note .medical-disclaimer{color:var(--muted);line-height:1.45;text-indent:0}
.pricing-example-btn{display:flex;width:max-content;margin:16px auto 0}
@media(max-width:560px){.pricing-example-btn{width:100%}}
@media(max-width:980px){.plan-row{grid-template-columns:1fr;justify-items:center;align-items:start;min-height:180px;text-align:center}.plan-meta{justify-items:center;min-width:0}.plan-row .btn{justify-self:center;width:auto;min-width:132px}}
.legal-page,.section-title,.card h1,.card h2,.card h3{overflow-wrap:anywhere}
.legal-page h1.consent-title{font-size:34px;line-height:1.12;letter-spacing:-.03em;white-space:nowrap;overflow-wrap:normal;word-break:normal}
@media(max-width:900px){.legal-page h1.consent-title{font-size:30px}}
@media(max-width:760px){.legal-page h1.consent-title{font-size:22px;letter-spacing:-.02em}}
@media(max-width:560px){.legal-page h1.consent-title{font-size:clamp(10px,3.2vw,14px);letter-spacing:0}}
.contact-hero{padding:58px 0 34px}
.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:center}
.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.contact-panel{background:linear-gradient(145deg,#fff,#eef8f6);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:26px}
.contact-panel h2{margin:14px 0 8px;font-size:30px;line-height:1.1;letter-spacing:-.03em;overflow-wrap:anywhere}
.contact-panel p{margin:0}
.contact-channel-label{display:block;color:var(--primary-dark);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.contact-channel h2 a{color:var(--text);text-decoration:none;overflow-wrap:anywhere;word-break:break-word;text-decoration-thickness:1.5px;text-underline-offset:4px}
.contact-channel h2 a:hover,.contact-channel h2 a:focus-visible{color:var(--primary-dark);text-decoration:underline}
.contact-channel+.contact-channel{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}
.contact-section{padding-top:26px}
.contact-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:stretch}
.contact-card{height:100%;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:0 8px 26px rgba(16,52,47,.05);padding:24px}
.contact-card h2{margin:0 0 14px;font-size:26px;line-height:1.15}
.contact-card p{margin:0}
.contact-card-accent{background:#f7f8f9}
.contact-topics-card{background:transparent;border:0;box-shadow:none;padding:0}
.contact-topic-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.contact-topic-list div{min-height:118px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:14px;border:1px solid #d3eeea;border-radius:18px;background:#fff}
.contact-topic-list b{font-size:17px;line-height:1.2}
.contact-topic-list span{display:block;line-height:1.35}
.contact-form-layout{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(360px,1.18fr);gap:22px;align-items:start}
.contact-details{display:grid;gap:10px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff}
.contact-details p{margin:0}
.contact-form-card{margin-top:0}
.legal-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.legal-template-card{display:flex;flex-direction:column}
.legal-template-card h3{margin:0 0 14px;font-size:24px;line-height:1.15}
.legal-requisites{display:grid;gap:10px;margin:0}
.legal-requisites div{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--line)}
.legal-requisites div:last-child{border-bottom:0}
.legal-requisites dt{font-weight:850;color:var(--text)}
.legal-requisites dd{margin:0;color:var(--muted);overflow-wrap:anywhere}
@media(max-width:980px){.contact-hero-grid,.contact-grid,.contact-form-layout,.legal-template-grid{grid-template-columns:1fr}.contact-panel h2{font-size:28px}.contact-topic-list{grid-template-columns:1fr 1fr}.contact-topic-list div{min-height:104px}}
@media(max-width:560px){.contact-hero{padding:34px 0 20px}.contact-actions .btn{width:100%}.contact-panel,.contact-card{padding:20px;border-radius:20px}.contact-panel h2{font-size:23px}.contact-topic-list{grid-template-columns:1fr}.contact-topic-list div{min-height:0}.contact-form-layout{gap:16px}}

.cabinet-shell{padding:22px 0 38px}
.cabinet-balance,.cabinet-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:0 8px 26px rgba(16,52,47,.05);padding:20px}
.cabinet-balance{display:grid;align-content:start;gap:14px;background:var(--surface)}
.balance-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}
.balance-metric{display:grid;place-items:center;gap:8px;min-height:104px;padding:14px 12px;border:1px solid #d3eeea;border-radius:18px;background:#fff;text-align:center}
.balance-metric span{font-weight:850;color:var(--text);line-height:1.2}
.balance-metric strong{font-size:40px;line-height:1;letter-spacing:-.04em;color:var(--primary-dark);text-align:center}
.balance-metric.pulse-metric{background:#fff}
.balance-metric.pulse-metric strong{color:#0f7e6e}
.cabinet-balance-actions{display:grid;gap:8px;width:100%;margin-top:2px}
.cabinet-balance-actions .btn{width:100%;box-shadow:none}
.cabinet-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}
.cabinet-side{display:grid;align-content:start;align-self:start;gap:12px;position:static;height:max-content;contain:layout paint}
.cabinet-side>.cabinet-balance,.cabinet-side>.cabinet-card,.cabinet-side>.cabinet-tabs{align-self:start;height:max-content}
.profile-head{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center}
.profile-avatar{display:none}
.profile-card h2{margin:0;font-size:24px;line-height:1.15;overflow-wrap:anywhere}
.profile-card p{margin:4px 0 0;overflow-wrap:anywhere}
.profile-facts{display:grid;gap:8px;margin:14px 0;padding:0}
.profile-facts div{display:grid;gap:3px;padding:10px 0;border-top:1px solid var(--line)}
.profile-facts dt{font-weight:850;color:var(--text)}
.profile-facts dd{margin:0;color:var(--muted)}
.profile-birth-row dd{display:grid;gap:8px}
.birth-display{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.inline-edit-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid #d3eeea;border-radius:999px;background:#fff;color:var(--primary-dark);font:inherit;font-size:13px;font-weight:850;line-height:1;padding:7px 11px;cursor:pointer}
.inline-edit-btn:hover{border-color:var(--primary);background:#eef8f6}
.birth-inline-form{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}
.birth-inline-form .auth-input-field{display:grid;grid-column:1/-1;gap:8px;width:100%}
.birth-inline-form .input{grid-column:1/-1;min-height:44px;padding:10px 13px;border:1px solid #b8d9d3;border-radius:14px;background:#fff;color:var(--text);font-weight:700}
.birth-inline-form .input::placeholder{color:#71837f;opacity:1}
.birth-inline-form .input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(25,163,134,.12);outline:0}
.birth-inline-form .auth-field-error{width:auto;margin:0;padding:0;border:0;background:transparent;font-size:13px;line-height:1.4}
.birth-inline-form .btn{width:100%;min-height:42px;padding:9px 10px;font-size:14px;box-shadow:none}
.birth-inline-form .btn[type="submit"]{border-color:var(--primary);background:var(--primary);color:#fff}
.birth-inline-form .btn[type="submit"]:hover{border-color:var(--primary-dark);background:var(--primary-dark)}
.birth-inline-form #cancelBirthDateBtn{border:1px solid #e54848;border-radius:999px;background:#fff;color:#b42323}
.birth-inline-form #cancelBirthDateBtn:hover{border-color:#c93636;background:#fff1f1;color:#991b1b}
.profile-birth-row .success,.profile-birth-row .error{font-size:14px;padding:10px 12px;border-radius:14px}
.profile-form{display:grid;gap:10px}
.profile-form .btn{width:100%;box-shadow:none;font-size:16px}
.profile-form .success,.profile-form .error{font-size:14px;padding:11px 12px;border-radius:14px}
.cabinet-tabs{display:grid;gap:8px}
.cabinet-tabs .tab{justify-content:center;text-align:center;font-size:16px}
.cabinet-tabs .tab-danger{border-color:#f3c2c2;background:#fff5f5;color:#b42323}
.cabinet-tabs .tab-danger:hover{border-color:#e54848;background:#e54848;color:#fff}
.cabinet-main{display:grid;align-self:start;gap:14px;min-width:0}
.consultation-main-hidden{display:none!important}
.consultation-loading{display:grid;place-items:center;align-content:center;gap:16px;min-height:520px;text-align:center}
.consultation-loading h2{margin:0;font-size:32px;line-height:1.1}
.consultation-loading p{max-width:520px;margin:0;color:var(--muted);font-size:17px;line-height:1.55}
.pulse-loader{display:grid;place-items:center;width:112px;height:112px;border:4px solid #d3eeea;border-top-color:var(--primary);border-radius:50%;animation:pulse-loader-spin 1.05s linear infinite}
.pulse-loader svg{width:58px;height:58px;animation:pulse-loader-mark 1.05s linear infinite}
.pulse-loader path{fill:none;stroke:var(--primary);stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
@keyframes pulse-loader-spin{to{transform:rotate(360deg)}}
@keyframes pulse-loader-mark{to{transform:rotate(-360deg)}}
.cabinet-notice{margin:0}
.panel-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.panel-head .section-title{margin-bottom:8px}
.consultation-head{display:block;text-align:center}
.consultation-head .section-title{margin:0}
.consultation-scenarios{display:grid;grid-template-columns:repeat(2,minmax(180px,240px));justify-content:center;gap:12px;margin-bottom:16px}
.scenario-card{display:grid;gap:8px;align-content:start;min-height:138px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:.18s}
.scenario-card:hover{border-color:#b9ded8;transform:translateY(-1px)}
.scenario-card.active{border-color:var(--primary);background:#f1faf8;box-shadow:0 12px 30px rgba(25,163,134,.1)}
.scenario-card b{font-size:18px;line-height:1.15;color:var(--primary-dark)}
.scenario-card span{color:var(--muted);font-weight:650;line-height:1.35}
.optional-field{display:grid;gap:10px;border:0;background:transparent}
.optional-field summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:86px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--text);font-weight:850;line-height:1.2;cursor:pointer;list-style:none;transition:.18s}
.optional-field summary::-webkit-details-marker{display:none}
.optional-field summary:hover{border-color:#b9ded8;transform:translateY(-1px)}
.optional-field summary>span{display:grid;gap:3px;min-width:0}
.optional-field summary b{font-size:18px;line-height:1.15;color:var(--primary-dark)}
.optional-field summary small{color:var(--muted);font-size:14px;font-weight:650;line-height:1.35}
.optional-field summary:after{content:"";width:12px;height:12px;flex:0 0 auto;border-right:2px solid var(--primary-dark);border-bottom:2px solid var(--primary-dark);transform:rotate(45deg);transition:.18s}
.optional-field[open] summary{border-color:var(--primary);background:#f1faf8;box-shadow:0 12px 30px rgba(25,163,134,.1)}
.optional-field[open] summary:after{transform:rotate(225deg)}
.optional-field label{display:grid;gap:8px;margin:0}
.optional-field textarea{min-height:118px;border-radius:16px;background:#fff}
.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}
.answer-mode-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 18px}
.answer-mode-row div{display:grid;gap:5px;min-height:112px;padding:16px;border:1px solid #d3eeea;border-radius:18px;background:#f7f8f9}
.answer-mode-row b{font-size:18px;line-height:1.2;color:var(--primary-dark)}
.answer-mode-row span{color:var(--muted);font-size:14px;line-height:1.4}
.answer-mode-note{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.45;text-align:center}
.cabinet-form{gap:16px}
.cabinet-form .btn.full{min-height:50px}
.cabinet-form .medical-disclaimer{margin-top:1.15em}

.consultation-context-box{display:grid;gap:12px}
.input-mode-switch.context-mode-switch{grid-template-columns:repeat(3,minmax(0,1fr))}
.context-input-panel{display:grid;gap:8px;margin:0}
.context-input-panel>span{font-weight:850;color:var(--text)}
.context-input-panel textarea{min-height:112px;border-radius:16px;background:#fff}
.context-input-panel textarea::placeholder{color:#8aa09c}
.analysis-input-box{display:grid;gap:12px}
.consultation-form-section-title{margin:0;font-size:18px;line-height:1.2}
.consultation-context-details{overflow:hidden;border:1px solid #cce2dd;border-radius:18px;background:#f3f9f7;box-shadow:0 10px 26px rgba(26,77,66,.06)}
.consultation-context-details summary{position:relative;display:flex;align-items:center;min-height:56px;padding:14px 46px 14px 18px;color:var(--primary-dark);font-weight:850;line-height:1.3;cursor:pointer;list-style:none}
.consultation-context-details summary::before{content:"";flex:0 0 auto;width:9px;height:9px;margin-right:11px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px rgba(25,163,134,.11)}
.consultation-context-details summary::-webkit-details-marker{display:none}
.consultation-context-details summary::after{content:"+";position:absolute;right:17px;top:50%;font-size:24px;font-weight:500;line-height:1;transform:translateY(-50%);transition:transform .18s}
.consultation-context-details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.consultation-context-details .consultation-context-box{padding:4px 18px 18px;border-top:1px solid rgba(186,216,210,.72)}
.consultation-context-details .input-mode-switch.context-mode-switch{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:5px;border-radius:16px}
.consultation-context-details .context-mode-switch button{position:relative;min-height:40px;padding:8px 10px;border-radius:12px;font-size:14px}
.consultation-context-details .context-mode-switch button.has-value::after{content:"";flex:0 0 auto;width:7px;height:7px;margin-left:7px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 3px rgba(25,163,134,.12)}
.consultation-context-details .context-mode-switch button.active.has-value::after{background:#10a886}
.consultation-context-details .context-input-panel>span{font-size:14px}
.consultation-context-details .context-input-panel textarea{min-height:96px}
.pregnancy-context{display:grid;gap:16px;padding:20px 24px;border:1px solid #cce2dd;border-radius:22px;background:linear-gradient(135deg,#ecf7f4,#f7fbfa);box-shadow:0 10px 26px rgba(26,77,66,.055)}
.pregnancy-context-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px}
.pregnancy-context-copy{min-width:0}
.pregnancy-context-copy h3{margin:0;color:var(--text);font-size:19px;line-height:1.25}
.pregnancy-context-copy p{margin:5px 0 0;color:var(--muted);font-size:13px;font-weight:650;line-height:1.4}
.pregnancy-switch{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;gap:9px;min-height:44px;color:var(--primary-dark);cursor:pointer;user-select:none}
.pregnancy-switch input{position:absolute;width:1px;height:1px;margin:0;opacity:0}
.pregnancy-switch-track{position:relative;display:block;flex:0 0 auto;width:54px;height:30px;border:1px solid #b9cdc8;border-radius:999px;background:#dce8e5;box-shadow:inset 0 1px 2px rgba(21,67,59,.08);transition:background .2s,border-color .2s,box-shadow .2s}
.pregnancy-switch-track span{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(21,67,59,.24);transition:transform .2s}
.pregnancy-switch input:checked+.pregnancy-switch-track{border-color:var(--primary);background:var(--primary)}
.pregnancy-switch input:checked+.pregnancy-switch-track span{transform:translateX(24px)}
.pregnancy-switch input:focus-visible+.pregnancy-switch-track{box-shadow:0 0 0 4px rgba(25,163,134,.17),inset 0 1px 2px rgba(21,67,59,.08)}
.pregnancy-switch b{min-width:26px;font-size:14px;text-align:left}
.pregnancy-trimester{display:grid;gap:10px;min-width:0;margin:0;padding:0;border:0;background:transparent}
.pregnancy-trimester legend{padding:0;color:var(--text);font-size:15px;font-weight:850}
.pregnancy-trimester>p{margin:-3px 0 0;color:var(--muted);font-size:12px;font-weight:650;line-height:1.35}
.pregnancy-trimester-options label{position:relative;display:flex;min-width:0;cursor:pointer}
.pregnancy-trimester-options input{position:absolute;width:1px;height:1px;margin:0;opacity:0}
.pregnancy-trimester-options span{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;width:100%;min-height:44px;padding:8px 7px;border:0;border-radius:14px;background:transparent;color:var(--muted);text-align:center;transition:.18s}
.pregnancy-trimester-options b{font-size:14px;line-height:1.15}
.pregnancy-trimester-options small{font-size:12px;font-weight:700;line-height:1.2}
.pregnancy-trimester-options input:checked+span{background:#fff;color:var(--primary-dark);box-shadow:0 10px 24px rgba(23,91,83,.1)}
.pregnancy-trimester-options input:focus-visible+span{outline:0;box-shadow:0 0 0 4px rgba(25,163,134,.15)}
.pregnancy-error{width:100%;margin:0}
@media(max-width:420px){.consultation-context-details .context-mode-switch button{padding:8px 4px;font-size:12px}.consultation-context-details .context-mode-switch button.has-value::after{width:6px;height:6px;margin-left:4px}.pregnancy-context{padding:18px}.pregnancy-context-header{gap:12px}.pregnancy-context-copy p{font-size:12px}}
@media(max-width:320px){.pregnancy-context-header{grid-template-columns:1fr}.pregnancy-switch{justify-self:start}}
.cabinet-form>.checkline{font-size:13px;line-height:1.4}
.input-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;border:1px solid #d3eeea;border-radius:18px;background:#f7f8f9}
.input-mode-switch.pregnancy-trimester-options{grid-template-columns:repeat(3,minmax(0,1fr))}
.input-mode-switch button{display:flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:14px;background:transparent;color:var(--muted);font:inherit;font-weight:850;line-height:1.15;text-align:center;cursor:pointer;transition:.18s}
.input-mode-switch button.active{background:#fff;color:var(--primary-dark);box-shadow:0 10px 24px rgba(23,91,83,.1)}
.analysis-input-panel{min-width:0}
.analysis-input-panel textarea{min-height:138px}
.upload-zone.is-processing{cursor:progress;pointer-events:none;border-style:solid;border-color:#b9ded8;background:#eef8f6}
.upload-zone.is-processing:hover{border-color:#b9ded8;background:#eef8f6}
.upload-zone.is-processing .upload-title{display:none}
.upload-zone.is-processing::before{content:"";width:30px;height:30px;border:3px solid #cde7e2;border-top-color:var(--primary);border-radius:50%;animation:pulse-loader-spin 1.05s linear infinite}
.analysis-input-box.is-recognizing .input-mode-switch button{cursor:default;opacity:.62}
@media(prefers-reduced-motion:reduce){.upload-zone.is-processing::before{animation:none}}
.manual-analysis-builder{display:grid;gap:12px}
.analysis-file-review.notice{display:grid;gap:4px;margin:2px 0 0;padding:13px 14px;border:1px solid #c5e8df;border-radius:16px;background:#f0faf7;font-size:14px;line-height:1.4}
.analysis-file-review b{color:var(--primary-dark);line-height:1.25}
.analysis-file-review span{color:var(--muted);font-weight:650;overflow-wrap:anywhere}
.analysis-file-review.notice span{color:var(--primary-dark)}
.analysis-file-review.error b,.analysis-file-review.error span{color:#922323}
.analysis-file-review.error{padding:0;border:0;border-radius:0;background:transparent}
.consent-inline-notice{display:block;margin:0 0 -2px;padding:12px 14px;font-size:14px;line-height:1.35}
.consent-inline-notice span{color:#922323;font-weight:650;overflow-wrap:anywhere}
.consent-inline-notice.error{padding:0;border:0;border-radius:0;background:transparent}
.manual-add-row{display:flex;align-items:center;gap:10px}
.manual-add-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--primary);border-radius:14px;background:#fff;color:var(--primary);font-size:28px;font-weight:750;line-height:1;cursor:pointer;transition:.18s}
.manual-add-btn:hover{background:#eef8f5}
.manual-add-hint{color:var(--muted);font-size:14px;line-height:1.25;white-space:nowrap}
.manual-analyte-rows{display:grid;gap:10px}
.manual-direction-group{display:grid;gap:12px;padding:14px;border:1px solid #c7e2dc;border-radius:20px;background:#f1f8f6}
.manual-direction-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:2px 2px 0}
.manual-direction-head>div{display:grid;gap:3px;min-width:0}
.manual-direction-head h4{margin:0;color:var(--primary-dark);font-size:18px;line-height:1.25;overflow-wrap:anywhere}
.manual-direction-head span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.3}
.manual-direction-items{display:grid;gap:10px}
.manual-direction-remove{min-height:42px;padding:9px 13px;border:1px solid #e6a6a0;border-radius:13px;background:#fff7f5;color:#9f3029;font:inherit;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;transition:.18s}
.manual-direction-remove:hover{border-color:#d85d54;background:#d94a4a;color:#fff}
.manual-direction-add-row{justify-content:flex-start}
.manual-direction-add-trigger:disabled{cursor:default;opacity:.48}
.manual-direction-add-row.is-disabled .manual-add-hint{opacity:.48}
.manual-analyte-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr) 42px;align-items:center;gap:10px;padding:12px;border:1px solid #dceae7;border-radius:18px;background:#fff}
.manual-analyte-picker-row{grid-template-columns:minmax(0,1fr) 42px}
.manual-analyte-picker{min-height:44px}
.manual-analyte-name{display:grid;gap:3px;min-width:0}
.manual-analyte-name b{font-size:15px;line-height:1.25;color:var(--text)}
.manual-analyte-name span{color:var(--muted);font-size:13px;line-height:1.2}
.manual-analyte-value{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}
.manual-analyte-value input,.manual-analyte-value select{min-height:44px}
.manual-analyte-value span{color:var(--muted);font-size:14px;line-height:1.2;white-space:nowrap}
.manual-analyte-value sup{font-size:.72em;line-height:0;vertical-align:super}
.manual-remove-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #f0c8c8;border-radius:12px;background:#fff8f8;color:#b43131;font-size:24px;line-height:1;cursor:pointer;transition:.18s}
.manual-remove-btn:hover{border-color:#e06b6b;color:#fff;background:#d94a4a}
.report-submit-block{display:grid;justify-items:center;gap:12px;width:100%;max-width:760px;justify-self:center}
.report-credit-charge{max-width:680px;margin:0;padding:12px 16px;border:1px solid #e99c92;border-radius:15px;background:#fff3f0;color:#922f28;font-size:14px;font-weight:800;line-height:1.4;text-align:center;overflow-wrap:anywhere}
.cabinet-start-btn{justify-self:start;min-width:178px;max-width:240px;min-height:50px;padding:14px 32px;font-size:18px;line-height:1.1}
.latest-card{display:grid;gap:12px}
.latest-head{display:flex;align-items:center;justify-content:space-between;gap:18px}
.latest-head h2{margin:8px 0 4px;font-size:24px;line-height:1.15}
.latest-actions,.request-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.latest-actions{justify-content:flex-end;align-self:stretch}
.latest-open-btn{min-width:164px;min-height:52px;font-size:17px;padding-inline:28px}
.request-actions{justify-content:flex-end;margin-top:2px}
.request-actions .btn{min-height:44px;padding:11px 20px;font-size:15px;box-shadow:none}
.request-primary-action{min-width:132px}
.request-secondary-action{min-width:132px;border:2px solid #d3eeea;color:var(--primary-dark)}
.history-tools{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,260px);gap:10px;margin:0 0 14px}
.history-panel{width:100%;min-width:0}
.history-panel>.history-panel-head{display:block;width:100%;margin:0 0 16px;padding:0;text-align:center}
.history-panel-title{display:grid;justify-items:center;width:100%;text-align:center}
.history-panel-title .section-title{width:100%;margin:0 0 8px;text-align:center}
.history-panel-title .muted{display:none}
.history-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:14px 16px;border:1px solid #d3eeea;border-radius:18px;background:#f7f8f9;color:var(--muted);font-size:14px;margin-bottom:14px}
.history-summary b{color:var(--primary-dark)}
.transaction-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;border:1px solid #d3eeea;border-radius:18px;background:#f7f8f9;margin-bottom:14px}
[data-panel="transactions"]>.panel-head{display:block;width:100%;text-align:center}
[data-panel="transactions"]>.panel-head>div{width:100%}
[data-panel="transactions"]>.panel-head .section-title{width:100%;margin-bottom:0;text-align:center}
[data-panel="transactions"]>.panel-head .muted{display:none}
.transaction-switch button{display:flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:14px;background:transparent;color:var(--muted);font:inherit;font-weight:850;line-height:1.15;text-align:center;cursor:pointer}
.transaction-switch button.active{background:#fff;color:var(--primary-dark);box-shadow:0 10px 24px rgba(23,91,83,.1)}
.ledger-list{display:grid;gap:12px}
.ledger-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(16,52,47,.04)}
.ledger-row>div:first-child{display:grid;gap:4px;min-width:0}
.ledger-amount{display:grid;justify-items:end;gap:3px;min-width:120px;color:var(--primary-dark)}
.ledger-amount.negative{color:#b34a4a}
.ledger-amount.positive{color:#0f7e6e}
.request-list{display:grid;gap:12px}
.request-card{border-radius:22px;overflow:hidden}
.request-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.request-card h3{margin:0;font-size:21px;line-height:1.2}
.empty-state{display:grid;justify-items:start;gap:10px;padding:24px;border:1px dashed #b9ded8;border-radius:22px;background:#f7f8f9}
.empty-state h3{margin:0;font-size:24px}
@media(max-width:980px){
  .cabinet-layout{grid-template-columns:1fr}
  .cabinet-side{position:static}
  .cabinet-balance-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cabinet-balance-actions .btn{min-height:48px;padding:11px 12px;font-size:15px;line-height:1.1}
  .cabinet-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cabinet-tabs .tab{min-height:48px}
  .history-tools{grid-template-columns:1fr}
  .consultation-scenarios{grid-template-columns:1fr}
  .scenario-card{min-height:auto}
}
@media(max-width:560px){
  .cabinet-shell{padding:16px 0 32px}
  .cabinet-balance,.cabinet-card{padding:18px;border-radius:20px}
  .cabinet-balance-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .cabinet-balance-actions .btn{width:100%;min-height:46px;padding:10px 10px;font-size:14px}
  .balance-metrics{grid-template-columns:1fr}
  .balance-metric{min-height:auto}
  .profile-head{grid-template-columns:1fr}
  .birth-display{align-items:flex-start}
  .birth-inline-form{grid-template-columns:1fr 1fr}
  .birth-inline-form .input{grid-column:1/-1}
  .answer-mode-row,.cabinet-tabs{grid-template-columns:1fr}
  .answer-mode-row div{min-height:auto}
  .input-mode-switch,.input-mode-switch.pregnancy-trimester-options{grid-template-columns:1fr}
  .input-mode-switch.context-mode-switch{grid-template-columns:1fr}
  .analysis-file-review.notice,.consent-inline-notice{padding:12px;font-size:13px}
  .manual-add-row{align-items:flex-start}
  .manual-add-hint{white-space:normal;padding-top:6px}
  .manual-analyte-row{grid-template-columns:1fr 42px;align-items:start}
  .manual-analyte-picker-row{grid-template-columns:1fr 42px}
  .manual-analyte-value{grid-column:1/-1;grid-row:2}
  .manual-remove-btn{grid-column:2;grid-row:1}
  .manual-direction-head{display:grid;grid-template-columns:minmax(0,1fr);align-items:start}
  .manual-direction-remove{width:100%}
  .report-submit-block,.report-submit-block .cabinet-start-btn{width:100%;max-width:none}
  .latest-head,.request-topline{display:grid}
  .latest-actions,.request-actions{display:grid;grid-template-columns:1fr;width:100%}
  .latest-actions .btn,.request-actions .btn{width:100%}
  .request-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .latest-actions{justify-items:center}
  .latest-actions .latest-open-btn{width:auto;min-width:190px}
  .transaction-switch,.ledger-row{grid-template-columns:1fr}
  .ledger-amount{justify-items:start;min-width:0}
  .cabinet-start-btn{width:100%;max-width:none}
  .panel-head{display:block}
  .consultation-loading{min-height:360px;padding:24px 18px}
  .consultation-loading h2{font-size:26px}
  .consultation-loading p{font-size:15px}
  .pulse-loader{width:88px;height:88px}
  .pulse-loader svg{width:48px;height:48px}
}
@media(max-width:760px){
  .hero .hero-actions{justify-content:flex-start}
  .hero .hero-actions .btn{flex:0 0 auto;width:auto;max-width:100%}
  .hero-centered .hero-actions{justify-content:center}
  .hero-centered .hero-free-action{flex:0 0 auto}
  .hero-split .hero-actions{justify-content:center}
  .hero-split .hero-free-action{flex:0 0 auto}
}
@media(max-width:560px){
  .table-wrap{overflow-x:auto}
  .table{display:block;width:100%;min-width:0;font-size:12px}
  .table thead,.table tbody,.table tr{display:block;width:100%}
  .table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .table th,.table td{display:block;padding:8px 6px;overflow-wrap:anywhere;word-break:break-word}
  .table th{font-size:11px;line-height:1.2}
}

@page{size:A4;margin:12mm 10mm}
@media print{
  html.pdf-export,html.pdf-export body{background:#fff!important}
  html.pdf-export body{display:block;color:#122522;font-size:12px;line-height:1.48;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  html.pdf-export .topbar,html.pdf-export .footer,html.pdf-export .cookie-notice,html.pdf-export .consultation-body-actions,html.pdf-export .pulse-report-summary{display:none!important}
  html.pdf-export .section.consultation-page{padding:0!important}
  html.pdf-export .container{width:100%!important;max-width:none!important;margin:0!important}
  html.pdf-export .consultation-detail-grid{display:grid!important;gap:12px!important}
  html.pdf-export .consultation-page-head{margin:0 0 12px!important;padding:0 0 10px!important;border-bottom:1px solid #dbe9e6;break-after:avoid}
  html.pdf-export .pdf-report-brand{display:flex!important;align-items:center;justify-content:center;gap:9px;margin:0 0 10px;color:#175b53;font-size:20px;font-weight:950;line-height:1}
  html.pdf-export .pdf-report-brand img{display:block;width:38px;height:38px}
  html.pdf-export .consultation-page-head .section-title{font-size:28px!important;margin:0 0 5px!important}
  html.pdf-export .example-card,html.pdf-export .temperament-card,html.pdf-export .zone-summary-card,html.pdf-export .example-dynamics,html.pdf-export .example-block{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important;break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .example-card,html.pdf-export .temperament-card,html.pdf-export .zone-summary-card,html.pdf-export .example-dynamics{padding:0!important}
  html.pdf-export .consultation-report-card{padding:0!important}
  html.pdf-export .consultation-real{gap:9px!important}
  html.pdf-export .consultation-part{break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .consultation-part h4{font-size:16px!important;break-after:avoid}
  html.pdf-export .consultation-part p,html.pdf-export .consultation-part li{line-height:1.48!important}
  html.pdf-export .consultation-part ul{gap:5px!important}
  html.pdf-export .reference-table-wrap{border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
  html.pdf-export .reference-table th{background:#f7fbfa!important}
  html.pdf-export .reference-table{min-width:0!important;width:100%!important;font-size:11px!important}
  html.pdf-export .reference-table th,html.pdf-export .reference-table td{padding:7px 8px!important}
  html.pdf-export .chart-carousel-controls,html.pdf-export .chart-carousel-btn,html.pdf-export .chart-dots{display:none!important}
  html.pdf-export .chart-carousel{overflow:visible!important;user-select:auto!important;touch-action:auto!important}
  html.pdf-export .example-dynamics{break-inside:auto!important;page-break-inside:auto!important}
  html.pdf-export .chart-carousel-head{margin-bottom:8px!important;break-after:avoid-page}
  html.pdf-export .chart-title-copy{gap:2px!important}
  html.pdf-export .chart-title-copy span{font-size:11px!important}
  html.pdf-export .chart-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:9px 14px!important;width:100%!important;transform:none!important;transition:none!important}
  html.pdf-export .chart-slide{display:block!important;min-width:0!important;width:100%!important;flex:none!important;opacity:1!important;transform:none!important;padding:0 0 8px!important;margin:0!important;border-bottom:1px solid #e4f1ee;break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .mini-chart{gap:3px!important}
  html.pdf-export .mini-chart .chart-name{font-size:10.5px!important;line-height:1.2!important;min-height:25px!important;margin-bottom:0!important}
  html.pdf-export .consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:0!important}
  html.pdf-export .chart{height:125px!important;min-height:0!important;max-height:125px!important}
  html.pdf-export .example-dynamics:is(.chart-count-1,.chart-count-2,.chart-count-3,.chart-count-4){display:grid!important;align-content:center!important;min-height:205mm!important}
  html.pdf-export .example-dynamics.chart-count-1 .chart-track{grid-template-columns:minmax(0,1fr)!important;max-width:72%!important;margin:0 auto!important}
  html.pdf-export .example-dynamics.chart-count-1 .chart{height:240px!important;max-height:240px!important}
  html.pdf-export .example-dynamics.chart-count-2 .chart{height:220px!important;max-height:220px!important}
  html.pdf-export .example-dynamics:is(.chart-count-3,.chart-count-4) .chart{height:175px!important;max-height:175px!important}
  html.pdf-export .zone-summary-card,html.pdf-export .temperament-card{display:grid!important;grid-template-rows:auto auto!important;align-content:center!important;justify-items:stretch!important;gap:12px!important;min-height:250mm!important;break-before:page!important;break-after:page!important;page-break-before:always!important;page-break-after:always!important}
  html.pdf-export .zone-summary-card .chart-title-copy b,html.pdf-export .temperament-card .chart-title-copy b{font-size:24px!important;line-height:1.15!important}
  html.pdf-export .zone-summary-card .chart-title-copy span,html.pdf-export .temperament-card .chart-title-copy span{font-size:17px!important;line-height:1.35!important}
  html.pdf-export .zone-summary-body,html.pdf-export .temperament-body{display:grid!important;place-items:center!important}
  html.pdf-export .zone-summary-chart{width:660px!important;max-width:96%!important}
  html.pdf-export .temperament-chart{width:500px!important;max-width:74%!important}
  html.pdf-export .laboratory-profile-directional{display:grid!important;grid-template-rows:auto auto!important;align-content:start!important;gap:12px!important;min-height:0!important;padding:0!important;break-before:auto!important;break-after:auto!important;page-break-before:auto!important;page-break-after:auto!important}
  html.pdf-export .laboratory-profile-directional .laboratory-profile-zones{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important}
  html.pdf-export .laboratory-profile-directional .laboratory-profile-zone{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-content:start!important;min-height:145px!important;padding:10px 8px!important;border-left-width:1px!important;border-top-width:5px!important}
  html.pdf-export .laboratory-profile-directional .laboratory-profile-zone-head{display:grid!important;grid-template-columns:minmax(0,1fr)!important;justify-items:center!important;text-align:center!important}
  html.pdf-export .laboratory-profile-directional .laboratory-profile-indicator-detail{max-height:none!important;padding:0 8px 8px!important;overflow:visible!important;opacity:1!important}
  html.pdf-export .laboratory-profile-directional .laboratory-profile-indicator>button>i{display:none!important}
  html.pdf-export .laboratory-profile-spectrum{display:grid!important;grid-template-rows:auto auto!important;align-content:start!important;gap:12px!important;min-height:0!important;padding:0!important;break-before:auto!important;break-after:auto!important;page-break-before:auto!important;page-break-after:auto!important}
  html.pdf-export .laboratory-profile-spectrum-body{gap:16px!important}
  html.pdf-export .laboratory-profile-spectrum-scale{break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .laboratory-profile-deviation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
  html.pdf-export .laboratory-profile-deviation-group{break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .laboratory-profile-deviation-row{break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .laboratory-deviation-position{display:grid!important;grid-template-rows:auto auto!important;align-content:start!important;gap:12px!important;min-height:0!important;padding:0!important;break-before:auto!important;break-after:auto!important;page-break-before:auto!important;page-break-after:auto!important}
  html.pdf-export .laboratory-deviation-position-body{gap:14px!important}
  html.pdf-export .laboratory-deviation-position-row{break-inside:avoid-page;page-break-inside:avoid}
  html.pdf-export .medical-disclaimer{margin-top:16px!important;padding-top:8px;border-top:1px solid #dbe9e6;font-size:10px!important;line-height:1.4!important;break-inside:avoid-page;page-break-inside:avoid}
}

.admin-list-head{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:0 0 12px}
.admin-pagination{display:flex;justify-content:center;gap:10px;margin-top:18px}
.admin-pagination .btn{min-width:120px}
.admin-pagination .btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.admin-page{display:grid;gap:26px;padding-top:34px;padding-bottom:48px}
.admin-page>*{min-width:0}
.admin-tab-strip{display:flex;gap:5px;width:max-content;max-width:100%;padding:5px;border:1px solid var(--line);border-radius:24px;background:var(--page-soft);overflow-x:auto;scrollbar-width:thin;overscroll-behavior-x:contain}
.admin-tab-strip>button{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 20px;border:0;border-radius:19px;background:transparent;color:var(--muted);font:inherit;font-size:15px;font-weight:850;white-space:nowrap;cursor:pointer}
.admin-tab-strip>button[aria-selected="true"]{background:#fff;color:var(--primary-dark);box-shadow:0 3px 12px rgba(16,52,47,.07)}
.admin-tab-strip>button:focus-visible{outline:2px solid var(--primary);outline-offset:-3px}
.admin-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:3px 7px;border-radius:999px;background:#e0efeb;color:var(--primary-dark);font-size:12px;line-height:1.3}
.admin-panel{min-width:0;scroll-margin-top:100px}
.admin-panel>*{min-width:0}
.admin-panel:focus-visible{outline:2px solid var(--primary);outline-offset:5px;border-radius:16px}
.admin-panel[hidden],.admin-list-feedback[hidden],.admin-users-wrap[hidden],.admin-failure-list[hidden],#adminRequests[hidden],.admin-tab-count[hidden]{display:none}
.admin-list-feedback{display:flex;flex-wrap:wrap;align-items:center;gap:12px;min-height:76px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#f4fbf8;color:var(--muted)}
.admin-list-feedback p{flex:1 1 180px;min-width:0;margin:0}
.admin-list-feedback.is-error{border-color:#edcaca;background:#fff5f5;color:#a93636}
.admin-list-feedback button[hidden]{display:none}
.admin-list-feedback .btn{min-height:40px}
.admin-panel .admin-list-head{margin:0;text-align:center;overflow-wrap:anywhere}
.admin-panel .admin-pagination{margin-top:0;flex-wrap:wrap}
.admin-panel .admin-pagination .btn{min-width:0;flex:0 1 120px}
.admin-panel .admin-actions{margin-top:16px}
@media(max-width:360px){.admin-tab-detail{display:none}}
@media(max-width:560px){.admin-tab-strip{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;width:100%;overflow:visible}.admin-tab-strip>button{min-width:0;padding:10px 6px;font-size:13px}.admin-tab-strip>[data-admin-tab="failures"]{flex-wrap:wrap;gap:4px;white-space:normal}.admin-tab-strip>[data-admin-tab="failures"]>span{max-width:100%;overflow-wrap:anywhere}.admin-tab-count{min-width:22px;padding:3px 5px}}
.admin-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.admin-hero h1{margin:10px 0 5px;font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.045em}
.admin-hero p{margin:0;color:var(--muted)}
.admin-hero-actions{display:flex;align-items:center;gap:10px}.admin-logout{background:#fff;color:#a93636;border:1px solid #edcaca;box-shadow:none}.admin-logout:hover{background:#fff5f5;border-color:#dda9a9}
.admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.admin-stat{display:grid;gap:7px;padding:18px 20px;border:1px solid var(--line);border-radius:20px;background:#fff}
.admin-stat span{color:var(--muted);font-size:13px;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.035em}
.admin-stat strong{font-size:30px;line-height:1;color:var(--primary-dark);letter-spacing:-.035em}
.admin-stat:last-child{grid-column:span 2}
.admin-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}
.admin-actions .card{align-self:start;padding:22px}.admin-actions h2{margin:0 0 5px;font-size:22px}.admin-actions p{margin:0 0 16px}
.broadcast-exclusions{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#f7fbfa}
.broadcast-exclusions-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.broadcast-exclusions-head>div{display:grid;gap:3px}.broadcast-exclusions-head span{color:var(--muted);font-size:13px}.broadcast-clear{padding:0;border:0;background:none;color:var(--primary-dark);font:inherit;font-size:13px;font-weight:850;cursor:pointer}
.broadcast-bulk-actions{display:grid!important;grid-template-columns:1fr!important;grid-auto-flow:initial!important;gap:7px!important}.broadcast-bulk-actions button{width:100%;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--primary-dark);font:inherit;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer}.broadcast-bulk-actions button:first-child{color:#9b3e3e}.broadcast-bulk-actions button:hover{background:#eef8f6}
.broadcast-recipient-list{display:grid;gap:6px;max-height:300px;overflow:auto}.broadcast-recipient-list>p{margin:5px 0;color:var(--muted);font-size:14px;text-align:center}.broadcast-recipient{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:2px 10px;min-height:56px;padding:9px 11px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--text);font:inherit;text-align:left;cursor:pointer}.broadcast-recipient i{display:grid;grid-row:1/3;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;font-style:normal;font-weight:900}.broadcast-recipient span{grid-column:2;min-width:0;overflow:hidden;text-overflow:ellipsis;font-weight:800;white-space:nowrap}.broadcast-recipient small{grid-column:2;min-width:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.broadcast-recipient b{grid-column:3;grid-row:1/3;align-self:center;color:var(--primary-dark);font-size:12px}.broadcast-recipient:hover{border-color:#b9ded8;background:#eef8f6}.broadcast-recipient.is-excluded{border-color:#edcaca;background:#fff8f8}.broadcast-recipient.is-excluded i{background:#c65b5b}.broadcast-recipient.is-excluded b{color:#9b3e3e}
.broadcast-excluded-chips{display:flex;flex-wrap:wrap;gap:6px}.broadcast-chip{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:7px 10px;border:1px solid #edcaca;border-radius:999px;background:#fff5f5;color:#8e3434;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.broadcast-chip span{font-size:17px;line-height:1}
.broadcast-signature-preview{display:grid;gap:3px;padding:13px 15px;border-left:3px solid var(--primary);border-radius:0 14px 14px 0;background:#f7fbfa}.broadcast-signature-preview span{margin-bottom:4px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.broadcast-signature-preview b{color:var(--primary-dark)}.broadcast-signature-preview small{color:var(--muted);line-height:1.45}
.admin-broadcast-link-card{display:grid;align-content:start}.admin-broadcast-link-card .btn{width:max-content}
.admin-broadcast-page{display:grid;gap:24px;padding-top:28px;padding-bottom:56px}.admin-broadcast-heading{padding-bottom:20px;border-bottom:1px solid var(--line)}.admin-broadcast-heading h1{margin:10px 0 7px;font-size:clamp(36px,4vw,52px);line-height:1;letter-spacing:-.04em}.admin-broadcast-heading p{margin:0;color:var(--muted)}
.admin-broadcast-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);align-items:start;gap:18px}.admin-broadcast-compose,.admin-broadcast-recipients{display:grid;gap:16px}.admin-broadcast-compose h2,.admin-broadcast-recipients h2{margin:0;font-size:24px}.admin-broadcast-compose label{display:grid;gap:7px}.admin-broadcast-compose textarea{min-height:300px;resize:vertical}.admin-broadcast-recipients .broadcast-recipient-list{max-height:440px}.admin-broadcast-submit{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px 13px 20px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 12px 32px rgba(16,52,47,.1)}.admin-broadcast-submit span{color:var(--muted);font-weight:800}.admin-broadcast-submit span.is-error{color:#a93636}.admin-broadcast-submit span.is-success{color:var(--primary-dark)}.admin-broadcast-submit .btn:disabled{opacity:.55;cursor:wait}body.cookie-notice-visible .admin-broadcast-page{padding-bottom:190px}
.broadcast-history{display:grid;gap:16px;margin-top:14px}.broadcast-history-head{display:flex;align-items:end;justify-content:space-between;gap:18px}.broadcast-history-head h2{margin:0;font-size:30px;letter-spacing:-.025em}.broadcast-history-head p{margin:5px 0 0;color:var(--muted)}.broadcast-history-head .btn{min-height:40px;padding:10px 17px}.broadcast-history-list{display:grid;gap:10px}.broadcast-history-item{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(16,52,47,.05)}.broadcast-history-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:78px;padding:16px 18px;cursor:pointer;list-style:none}.broadcast-history-item summary::-webkit-details-marker{display:none}.broadcast-history-item summary::after{content:"+";display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;color:var(--primary-dark);font-size:20px;line-height:1}.broadcast-history-item[open] summary::after{content:"−"}.broadcast-history-main{display:grid;gap:4px;min-width:0;margin-right:auto}.broadcast-history-main b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.broadcast-history-main small{color:var(--muted)}.broadcast-history-status{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:#eef8f6;color:var(--primary-dark);font-size:12px;font-weight:800}.broadcast-history-status.is-partial{background:#fff7df;color:#8a6211}.broadcast-history-status.is-failed{background:#fff0f0;color:#9b3e3e}.broadcast-history-status.is-sending{background:#eef2f7;color:#536575}.broadcast-history-detail{display:grid;gap:18px;padding:18px;border-top:1px solid var(--line);background:#fbfcfc}.broadcast-history-detail section{display:grid;gap:7px}.broadcast-history-detail h3{margin:0;font-size:15px}.broadcast-history-detail h3 span{color:var(--muted);font-weight:650}.broadcast-history-detail p{margin:0}.broadcast-history-message{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;white-space:pre-wrap;line-height:1.55}.broadcast-history-recipients{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.broadcast-history-recipients>div{display:grid;gap:2px;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:13px;background:#fff}.broadcast-history-recipients span,.broadcast-history-recipients small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.broadcast-history-recipients span{font-weight:750}.broadcast-history-recipients small,.broadcast-history-note{color:var(--muted)}.broadcast-history-error{padding:11px 13px;border-radius:12px;background:#fff0f0;color:#9b3e3e}.broadcast-history-empty{margin:0;padding:28px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);text-align:center}.broadcast-history-empty.is-error{color:#9b3e3e}
.platform-modal-open{overflow:hidden}.platform-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px}.platform-modal[hidden]{display:none}.platform-modal-backdrop{position:absolute;inset:0;background:rgba(16,36,32,.5);backdrop-filter:blur(4px)}.platform-modal-card{position:relative;z-index:1;display:grid;justify-items:start;width:min(100%,510px);padding:28px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 28px 80px rgba(10,35,30,.25)}.platform-modal-card h2{margin:0 44px 8px 0;font-size:30px;line-height:1.1;letter-spacing:-.03em}.platform-modal-card>p{margin:0;color:var(--muted)}.platform-modal-close{position:absolute;top:17px;right:17px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);font:inherit;font-size:25px;line-height:1;cursor:pointer}.platform-modal-summary{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:20px;padding:15px 17px;border-radius:16px;background:#eef8f6}.platform-modal-summary span{color:var(--muted);font-weight:800}.platform-modal-summary strong{color:var(--primary-dark);font-size:27px}.platform-modal-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px;margin-top:20px}.platform-modal-actions .btn{width:100%}
@media(max-width:560px){.platform-modal{padding:12px}.platform-modal-card{padding:22px 18px;border-radius:22px}.platform-modal-card h2{font-size:26px}.platform-modal-actions{grid-template-columns:1fr}.platform-modal-actions .btn{min-height:48px}}
@media(max-width:560px){
  .pwa-platform-modal.platform-modal{place-items:end center;padding:0}
  .pwa-platform-modal .platform-modal-card{
    width:100%;
    max-height:calc(100svh - max(12px,env(safe-area-inset-top)));
    padding:25px 20px max(22px,env(safe-area-inset-bottom));
    border-right:0;
    border-bottom:0;
    border-left:0;
    border-radius:28px 28px 0 0;
  }
}
.admin-section{display:grid;gap:14px}.admin-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px}
.admin-section-head h2{margin:0;font-size:28px;letter-spacing:-.025em}.admin-section-head p{margin:4px 0 0;color:var(--muted)}
.admin-user-search{position:relative;width:min(100%,390px)}.admin-user-search input{padding-left:42px}.admin-user-search::before{content:'⌕';position:absolute;left:15px;top:50%;z-index:1;transform:translateY(-52%);color:var(--muted);font-size:24px;line-height:1;pointer-events:none}.admin-users-empty{text-align:center!important;color:var(--muted);padding:28px!important}
.admin-users-table{min-width:720px}.admin-users-table th,.admin-users-table td{padding:13px 15px}
.admin-user-row{cursor:pointer;transition:background .15s}.admin-user-row:hover,.admin-user-row:focus-within{background:#eef8f6}.admin-user-cell-link{display:block;min-height:28px;color:inherit;text-decoration:none}.admin-user-cell-link:focus-visible{border-radius:6px;outline:2px solid var(--primary);outline-offset:3px}
.admin-request{display:grid;gap:13px;margin-bottom:10px;padding:17px 18px;border:1px solid var(--line);border-radius:20px;background:#fff}
.admin-request-head{display:flex;align-items:start;justify-content:space-between;gap:14px}.admin-request-head>div{display:grid;gap:4px}.admin-request-head b{font-size:17px}.admin-request-head span:not(.badge){color:var(--muted);font-size:13px}
.admin-request-comment{margin:0;color:var(--text);line-height:1.5}
.admin-failure-filter{display:grid;gap:6px;min-width:210px;color:var(--muted);font-size:13px;font-weight:800}.admin-failure-filter select{min-height:44px;padding:0 38px 0 13px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);font:inherit}
.admin-failure-list{display:grid;gap:10px}.admin-report-failure{display:grid;gap:13px;padding:17px 18px;border:1px solid #efcaca;border-radius:20px;background:#fffafa}.admin-report-failure.is-resolved{border-color:var(--line);background:#fff;opacity:.82}.admin-failure-user{margin:0;color:var(--muted);font-size:14px}.admin-failure-user a{color:var(--primary-dark);font-weight:850}.admin-failure-error{max-height:240px;margin:11px 0 0;padding:13px;border-radius:12px;background:#201d1d;color:#fff5f5;font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow:auto;overflow-wrap:anywhere}
.admin-report{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:11px 0}.admin-report summary{color:var(--primary-dark);font-weight:850;cursor:pointer}.admin-report .pre{margin-top:11px;max-height:420px}
.admin-note{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.admin-note textarea{min-height:48px;resize:vertical}.admin-note .btn{min-height:48px}
.admin-report-failure>summary{display:grid;grid-template-columns:minmax(0,1fr) auto 26px;align-items:center;gap:7px 12px;list-style:none;cursor:pointer;overflow-wrap:anywhere}
.admin-report-failure>summary::-webkit-details-marker{display:none}
.admin-report-failure>summary::after{content:'+';grid-column:3;grid-row:1/4;align-self:center;justify-self:end;color:var(--primary-dark);font-size:24px;line-height:1}
.admin-report-failure[open]>summary::after{content:'−'}
.admin-report-failure>summary:focus-visible{outline:2px solid var(--primary);outline-offset:5px;border-radius:8px}
.admin-failure-meta,.admin-failure-person{grid-column:1/3;color:var(--muted);font-size:13px;line-height:1.5}
.admin-failure-person{font-size:14px}
.admin-failure-body{display:grid;gap:14px;min-width:0;padding-top:15px;border-top:1px solid #eadbdb}
.admin-report-failure:not([open])>.admin-failure-body{display:none}
@media(max-width:560px){.admin-report-failure>summary{grid-template-columns:minmax(0,1fr) 26px}.admin-report-failure>summary::after{grid-column:2;grid-row:1/5}.admin-report-failure>summary>.badge{grid-column:1;justify-self:start}.admin-failure-meta,.admin-failure-person{grid-column:1}}
.admin-user-page{display:grid;gap:30px;padding-top:28px;padding-bottom:52px}.admin-user-page>*{min-width:0}.admin-back{width:max-content;color:var(--primary-dark);font-weight:850;text-decoration:none}.admin-user-profile{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--line)}.admin-user-profile h1{margin:10px 0 6px;font-size:clamp(36px,4vw,52px);line-height:1;letter-spacing:-.04em}.admin-user-profile p{margin:0;color:var(--muted)}.admin-user-balances{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:10px}.admin-user-balances>div{display:grid;gap:4px;padding:15px 18px;border:1px solid var(--line);border-radius:18px;background:#fff}.admin-user-balances span{color:var(--muted);font-size:13px;font-weight:800}.admin-user-balances strong{color:var(--primary-dark);font-size:28px}.admin-user-nav{display:flex;gap:8px;overflow:auto}.admin-user-nav a{flex:none;padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-weight:800;text-decoration:none}.admin-user-ledgers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-user-ledgers h3{margin-top:0}.admin-timeline{display:grid}.admin-timeline-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.admin-timeline-item:last-child{border-bottom:0}.admin-timeline-item>span{font-weight:900}.admin-timeline-item .is-plus{color:var(--primary-dark)}.admin-timeline-item .is-minus{color:#bd3f3f}.admin-timeline-item div{display:grid;gap:3px}.admin-timeline-item small,.admin-detail-card small{color:var(--muted)}.admin-user-list{display:grid;gap:10px}.admin-detail-card{display:grid;gap:11px;padding:17px 18px;border:1px solid var(--line);border-radius:20px;background:#fff}.admin-detail-card p{margin:0;white-space:pre-wrap}.admin-detail-head{display:flex;align-items:start;justify-content:space-between;gap:14px}.admin-detail-head>div{display:grid;gap:4px}.admin-detail-head span:not(.badge){color:var(--muted);font-size:13px}.admin-empty{margin:0;padding:24px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);text-align:center}.admin-visits-table{min-width:580px}.admin-visits-table code{font-family:inherit;color:var(--primary-dark)}
@media(max-width:900px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-actions{grid-template-columns:1fr}}
@media(max-width:900px){.admin-broadcast-layout{grid-template-columns:1fr}.admin-broadcast-submit{grid-column:1}}
@media(max-width:700px){.broadcast-history-head{align-items:stretch}.broadcast-history-head .btn{align-self:start}.broadcast-history-item summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px}.broadcast-history-main{grid-column:1}.broadcast-history-status{grid-column:1;width:max-content}.broadcast-history-item summary::after{grid-column:2;grid-row:1/3}.broadcast-history-recipients{grid-template-columns:1fr}.broadcast-history-detail{padding:14px}.broadcast-history-head h2{font-size:26px}}
@media(max-width:480px){.broadcast-history-head{display:grid}.broadcast-history-head .btn{width:100%}.broadcast-history-main b{white-space:normal}.broadcast-history-item summary{min-height:0}}
@media(max-width:560px){.admin-stat span{font-size:11px;letter-spacing:.02em}}
@media(max-width:560px){
  .reference-table-wrap,.table-wrap{box-shadow:inset -18px 0 14px -16px rgba(16,52,47,.55)}
  .admin-list-head{justify-content:center}
  .admin-pagination{display:grid;grid-template-columns:1fr 1fr}
  .admin-pagination .btn{width:100%;min-width:0}
  .admin-page{gap:22px;padding-top:24px}.admin-hero{display:grid;align-items:start}.admin-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.admin-hero-actions .btn{width:100%;padding-inline:10px}.admin-hero h1{font-size:34px}.admin-stats{gap:8px}.admin-stat{padding:15px}.admin-stat strong{font-size:26px}.admin-actions .card{width:100%;padding:18px}.admin-broadcast-link-card .btn{width:100%}.broadcast-card .form>.btn{width:100%}.broadcast-exclusions{padding:11px}.broadcast-recipient{grid-template-columns:30px minmax(0,1fr);min-height:62px}.broadcast-recipient b{grid-column:2;grid-row:3;font-size:11px}.broadcast-recipient i{grid-row:1/4}.broadcast-excluded-chips{display:grid;grid-template-columns:1fr}.broadcast-chip{justify-content:space-between;width:100%}.admin-broadcast-page{gap:18px;padding-top:20px;padding-bottom:40px}.admin-broadcast-heading h1{font-size:34px}.admin-broadcast-layout{gap:12px}.admin-broadcast-compose,.admin-broadcast-recipients{padding:17px}.admin-broadcast-compose textarea{min-height:240px}.admin-broadcast-recipients .broadcast-exclusions-head{display:grid}.broadcast-bulk-actions{grid-template-columns:1fr!important}.broadcast-bulk-actions button{min-height:40px}.admin-broadcast-recipients .broadcast-recipient-list{max-height:380px}.admin-broadcast-submit{bottom:8px;display:grid;padding:12px}.admin-broadcast-submit span{text-align:center}.admin-broadcast-submit .btn{width:100%}.admin-section-head{display:grid;align-items:start}.admin-section-head h2{font-size:25px}.admin-user-search{width:100%}.admin-request{padding:15px}.admin-request-head{display:grid}.admin-note{grid-template-columns:1fr}.admin-note .btn{width:100%}
  .admin-failure-filter{width:100%}.admin-report-failure{padding:15px}.admin-user-page{gap:24px;padding-top:22px}.admin-user-profile{display:grid;align-items:start}.admin-user-profile h1{font-size:34px}.admin-user-balances{width:100%}.admin-user-ledgers{grid-template-columns:1fr}.admin-detail-head{display:grid}.admin-user-nav{max-width:100%;margin-right:0;padding-right:4px}.admin-visits-table{min-width:0}
}

.payment-status-page{display:grid;place-items:center;min-height:calc(100vh - 230px);padding:54px 0 64px;background:transparent}
.payment-status-container{display:grid;place-items:center}
.payment-status-card{display:grid;justify-items:center;width:min(100%,760px);padding:46px;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:0 12px 36px rgba(16,52,47,.07);font-family:Inter,Arial,sans-serif;text-align:center}
.payment-status-visual{position:relative;display:grid;place-items:center;width:108px;height:108px;margin-bottom:24px;border-radius:50%;background:#eef8f6;color:var(--primary)}
.payment-status-ring{position:absolute;inset:0;border:3px solid #cce9e4;border-top-color:var(--primary);border-radius:50%}
.payment-status-icon{position:absolute;width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.75);transition:.25s}
.payment-status-card.is-pending .payment-status-ring{animation:payment-status-spin 1.1s linear infinite}
.payment-status-card.is-pending .payment-status-icon-pending,.payment-status-card.is-success .payment-status-icon-success,.payment-status-card.is-error .payment-status-icon-error{opacity:1;transform:scale(1)}
.payment-status-card.is-success .payment-status-visual{display:none}
.payment-status-card.is-error .payment-status-visual{background:#fff1f1;color:#c33d3d}.payment-status-card.is-error .payment-status-ring{border-color:#f2caca}
@keyframes payment-status-spin{to{transform:rotate(360deg)}}
.payment-status-copy{display:grid;justify-items:center;gap:10px;max-width:610px}
.payment-status-kicker{display:inline-flex;align-items:center;min-height:32px;padding:7px 13px;border:1px solid #cce9e4;border-radius:999px;background:#f1faf8;color:var(--primary-dark);font-size:14px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.04em}
.payment-status-kicker:empty{display:none}
.payment-status-copy h1{margin:0;font-size:clamp(36px,4.3vw,46px);line-height:1.08;letter-spacing:-.035em;color:var(--text);font-weight:900}
.payment-status-copy p{max-width:590px;margin:0;color:var(--muted);font-size:19px;line-height:1.55}
.payment-status-copy p:empty{display:none}
.payment-status-details{display:grid;grid-template-columns:1fr 1fr;width:100%;margin:30px 0 0;border:1px solid var(--line);border-radius:20px;background:#f8fbfa;text-align:center;overflow:hidden}
.payment-status-card.is-success .payment-status-details{margin-top:24px}
.payment-status-details>div{display:grid;place-items:center;align-content:center;gap:5px;min-height:94px;padding:18px 20px}.payment-status-details>div+div{border-left:1px solid var(--line)}
.payment-status-balance-detail{height:100%;text-align:center}
.payment-status-details span{color:var(--muted);font-size:15px;font-weight:750}.payment-status-details b{font-size:17px;line-height:1.4;color:var(--primary-dark)}
.payment-status-actions{display:grid;grid-template-columns:repeat(2,minmax(210px,240px));justify-content:center;gap:10px;width:100%;margin-top:26px}.payment-status-actions .btn{width:100%;min-height:50px;box-shadow:none;font-size:17px}
.payment-status-help{max-width:620px;margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.5}
@media(max-width:560px){
  .payment-status-page{min-height:0;padding:22px 0 34px;place-items:start center}
  .payment-status-card{padding:28px 18px;border-radius:24px}
  .payment-status-visual{width:88px;height:88px;margin-bottom:18px}.payment-status-icon{width:40px;height:40px}
  .payment-status-copy h1{font-size:35px}.payment-status-copy p{font-size:17px}
  .payment-status-details{grid-template-columns:1fr;margin-top:24px}.payment-status-details>div+div{border-top:1px solid var(--line);border-left:0}
  .payment-status-details>div{padding:16px}
  .payment-status-actions{display:grid;grid-template-columns:1fr;margin-top:22px}.payment-status-actions .btn{width:100%;min-width:0}
}
@media(prefers-reduced-motion:reduce){.payment-status-card.is-pending .payment-status-ring{animation:none}}

.platform-toast-stack{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:140;display:flex;flex-direction:column;gap:12px;width:min(440px,calc(100vw - 48px));max-height:calc(100svh - 48px);overflow:hidden;background:transparent;box-shadow:none;pointer-events:none}
.platform-toast-stack:empty{display:none}
.consultation-ready-toast{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;flex:0 0 auto;width:100%;min-width:0;padding:17px 18px;border:1px solid #cce4df;border-radius:22px;background:rgba(255,255,255,.98);box-shadow:none;font-family:Inter,Arial,sans-serif;text-align:left;animation:consultation-toast-in .28s ease-out;pointer-events:auto}
.consultation-ready-toast.is-error{border-color:#efcaca}
.consultation-ready-toast-icon{display:block;width:46px;height:46px;border-radius:15px}
.consultation-ready-toast.is-error .consultation-ready-toast-icon{filter:grayscale(1);opacity:.65}
.consultation-ready-toast-copy{display:grid;gap:3px;min-width:0;padding-right:2px}
.consultation-ready-toast-copy>span{color:var(--primary-dark);font-size:12px;font-weight:900;line-height:1.15;text-transform:uppercase;letter-spacing:.045em}
.consultation-ready-toast.is-error .consultation-ready-toast-copy>span{color:#a32f2f}
.consultation-ready-toast-copy>b{font-size:18px;line-height:1.2;color:var(--text);overflow-wrap:anywhere}
.consultation-ready-toast-copy>p{margin:0;color:var(--muted);font-size:14px;line-height:1.35;overflow-wrap:anywhere}
.consultation-ready-toast-actions{display:flex;align-items:center;gap:8px}
.consultation-ready-toast-open{min-height:42px;padding:10px 17px;box-shadow:none;font-size:14px}
.consultation-ready-toast-close{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#f1f5f4;color:#536965;font:inherit;font-size:25px;font-weight:400;line-height:1;cursor:pointer}
.consultation-ready-toast-close:hover{background:#e3eeeb;color:var(--text)}
@keyframes consultation-toast-in{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:560px){
  .platform-toast-stack{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));gap:8px;width:auto;max-height:calc(100svh - 24px)}
  .consultation-ready-toast{grid-template-columns:42px minmax(0,1fr);gap:11px;width:100%;max-width:none;min-width:0;padding:15px 44px 15px 15px;border-radius:20px}
  .consultation-ready-toast-icon{width:42px;height:42px;border-radius:14px}
  .consultation-ready-toast-copy>b{font-size:17px}.consultation-ready-toast-copy>p{font-size:13px}
  .consultation-ready-toast-actions{grid-column:1/-1;display:grid;margin-top:2px}
  .consultation-ready-toast-open{width:100%}
  .consultation-ready-toast-close{position:absolute;top:12px;right:12px;width:32px;height:32px;font-size:22px}
}
@media(prefers-reduced-motion:reduce){.consultation-ready-toast{animation:none}}

.request-files{display:grid;gap:7px;margin-top:2px}.request-file{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:8px 11px;border-radius:12px;background:#f4f8f7}.request-file a{min-width:0;overflow:hidden;color:var(--primary-dark);font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.request-file button,.profile-delete-account{padding:0;border:0;background:none;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.request-file button,.profile-delete-account{color:#a93636}.profile-pin-row dd{display:flex;align-items:center;justify-content:flex-start;gap:9px}.profile-pin-row .profile-pin-action{margin:0 0 0 auto}.request-file button:disabled,.profile-delete-account:disabled{opacity:.5;cursor:wait}.profile-delete-account{justify-self:start;margin-top:12px}.cabinet-confirm-password{display:grid;width:100%;gap:7px;margin-top:20px;color:var(--text);font-weight:800}.cabinet-confirm-error{width:100%;margin:8px 0 0!important;color:#a93636!important;font-size:14px}.cabinet-confirm-modal .btn.danger{background:#b44747;color:#fff;box-shadow:none}.cabinet-confirm-modal .btn.danger:hover{background:#983838}
@media(max-width:560px){.request-file{align-items:start}.request-file button{min-height:28px}.profile-delete-account{min-height:40px;margin-top:12px}}

.login-pin-panel{display:grid;justify-items:center;gap:17px;padding:8px 0 2px}.login-pin-copy{display:grid;gap:3px;text-align:center}.login-pin-copy b{font-size:19px;color:var(--text)}.login-pin-copy span{color:var(--muted);font-size:14px}.pin-boxes{display:grid;grid-template-columns:repeat(4,54px);gap:10px}.pin-boxes input{width:54px;height:58px;padding:0;border:1px solid var(--line);border-radius:16px;background:#f8fbfa;color:transparent;caret-color:var(--primary);font:800 25px/1 Inter,Arial,sans-serif;text-align:center;outline:0;transition:border-color .15s,box-shadow .15s,background-color .15s}.pin-boxes input.is-filled{background-image:radial-gradient(circle at center,#173f38 0 5px,transparent 5.5px);caret-color:transparent}.pin-boxes input:focus{border-color:var(--primary);background-color:#fff;box-shadow:0 0 0 3px rgba(31,143,126,.12)}.login-password-fallback{padding:3px;border:0;background:none;color:var(--primary-dark);font:800 14px/1.3 Inter,Arial,sans-serif;cursor:pointer}.login-password-fallback:hover{text-decoration:underline}
.pin-setup-modal .platform-modal-card{width:min(100%,500px)}.pin-setup-fields{display:grid;justify-items:center;width:100%;margin-top:24px}.pin-setup-fields label{display:grid;justify-items:center;gap:9px}.pin-setup-fields label>span{color:var(--muted);font-size:13px;font-weight:800}.pin-setup-fields .pin-boxes{grid-template-columns:repeat(4,50px);gap:9px}.pin-setup-fields .pin-boxes input{width:50px;height:54px;border-radius:15px;font-size:23px}.pin-setup-error{width:100%;margin:13px 0 0!important;color:#a93636!important;font-size:14px;text-align:center}
@media(max-width:560px){.pin-boxes{grid-template-columns:repeat(4,50px);gap:8px}.pin-boxes input{width:50px;height:54px;border-radius:15px}.pin-setup-fields{margin-top:20px}.pin-setup-fields .pin-boxes{grid-template-columns:repeat(4,48px)}.pin-setup-fields .pin-boxes input{width:48px;height:52px}.pin-setup-modal .platform-modal-actions{grid-template-columns:1fr}.pin-setup-modal .platform-modal-actions .btn:first-child{order:2}}

/* Platform visual system 2026-07: shared foundation derived from the About page. */
:root{
  --page:#ffffff;
  --page-soft:#f3f9f7;
  --page-band:#eaf4f1;
  --ink:#102b26;
  --ink-inverse:#ffffff;
  --brand-deep:#153c35;
  --section-space:72px;
  --content-wide:1180px;
}
body{background:var(--page);color:var(--ink)}
.container{max-width:var(--content-wide);width:min(var(--content-wide),calc(100% - 40px))}
.section{padding:var(--section-space) 0}
.section-title{font-size:clamp(36px,4.2vw,52px);line-height:1.04;letter-spacing:-.045em}
.lead{font-size:clamp(18px,2vw,21px);line-height:1.55}
.topbar{background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(18,55,48,.04)}
.btn{min-height:50px;padding:14px 23px;box-shadow:0 14px 30px rgba(25,163,134,.16)}
.btn.secondary{border-color:#cfe2de;background:rgba(255,255,255,.9)}
.card{border-color:#d8e8e4;border-radius:24px;box-shadow:0 18px 50px rgba(17,60,53,.07)}
.input,select,textarea{min-height:52px;border-color:#cfdfdc;border-radius:15px}
.table-wrap{border-color:#d5e5e1;border-radius:22px;box-shadow:0 16px 44px rgba(17,60,53,.06)}
.table th{background:var(--page-soft);color:#52706a}
.notice,.success,.error{border:0;border-radius:0;background:transparent;padding:0}
.footer{border-top-color:#dce9e6;background:#fff}
@media(max-width:980px){:root{--section-space:56px}.container{width:calc(100% - 32px)}}
@media(max-width:560px){:root{--section-space:42px}.container{width:calc(100% - 24px)}.section-title{font-size:34px}.btn{min-height:48px}}
.home-product-hero{padding:70px 0 82px;background:linear-gradient(135deg,#f5fbf9 0%,#fff 58%)}
.home-product-hero .about-product-intro h1{max-width:760px;margin:0;font-size:clamp(44px,5.3vw,72px);line-height:1;letter-spacing:-.055em}
.home-product-hero .about-report-sheet{transform:rotate(1.3deg)}
.home-hero-report-stack{display:grid;justify-items:center;min-width:0}
.home-hero-report-stack .home-report-stack-wrap{width:100%}
.home-hero-report-stack .home-report-stack{width:100%;height:566px}
.home-hero-report-stack .home-report-stack-card{width:calc(100% - 58px)!important;height:516px!important}
.home-hero-example-link{margin-top:4px;color:var(--primary-dark);font-size:14px;font-weight:850;text-underline-offset:4px}
.audience-section{background:var(--page-soft)}
.audience-section:before{display:none}
.audience-grid{border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2}
.audience-card{height:auto;min-height:150px;padding:24px 26px;border:0;border-left:1px solid #bad8d2;border-radius:0;background:transparent;box-shadow:none}
.audience-card:first-child{border-left:0}
.audience-card h3{font-size:20px}
@media(max-width:980px){.home-product-hero{padding:50px 0 64px}.home-product-hero .about-product-intro .hero-actions{justify-content:center}.home-hero-report-stack{width:min(100%,680px);justify-self:center}.audience-card:nth-child(3){border-left:0}.audience-card:nth-child(n+3){border-top:1px solid #bad8d2}}
@media(max-width:560px){.home-product-hero{padding:36px 0 48px}.home-product-hero .about-product-intro h1{font-size:40px}.home-product-hero .about-report-sheet{transform:none}.home-product-hero .about-product-intro .hero-actions>span{width:100%}.home-hero-report-stack .home-report-stack{height:506px}.home-hero-report-stack .home-report-stack-card{width:calc(100% - 28px)!important;height:466px!important}.audience-grid{border-top:1px solid #bad8d2}.audience-card,.audience-card:first-child,.audience-card:nth-child(3){min-height:0;padding:22px 0;border-left:0;border-top:1px solid #bad8d2}.audience-card:first-child{border-top:0}}
.pricing-head{max-width:860px;margin:0 0 44px;text-align:left}.pricing-head .section-title{font-size:clamp(48px,6vw,72px)}.pricing-head .lead{margin:12px 0 0;text-align:left}
.plan-list{border-top:1px solid #bad8d2}.plan-row{min-height:144px;padding:26px 0;border:0;border-bottom:1px solid #bad8d2;border-radius:0;background:transparent;box-shadow:none}.plan-row h2,.plan-row h3{font-size:28px}
.pricing-note{margin-top:64px;padding:42px;background:var(--brand-deep);color:#fff;border:0;border-radius:30px;box-shadow:none}.pricing-note h2{font-size:36px}.pricing-note p{color:rgba(255,255,255,.72);text-indent:0}.pricing-note .btn{margin-top:24px;background:#fff;color:var(--brand-deep)}
.loyalty-page-hero{padding:70px 0 74px;background:linear-gradient(135deg,#f5fbf9,#fff)}.loyalty-page-hero .section-title{font-size:clamp(44px,5vw,66px)}.loyalty-hero-grid{gap:64px}.loyalty-flow-section{background:var(--page-soft)}.loyalty-note{padding:0;border:0;background:transparent;box-shadow:none}.loyalty-flow{border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2}.loyalty-flow div{min-height:160px;padding:26px;border:0;border-left:1px solid #bad8d2;border-radius:0;background:transparent}.loyalty-flow div:first-child{border-left:0}
.contact-hero{padding:70px 0 66px;background:linear-gradient(135deg,#f5fbf9,#fff)}.contact-hero .section-title{font-size:clamp(48px,6vw,72px)}.contact-hero-grid{gap:70px}.contact-panel{padding:30px 0;border:0;border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2;border-radius:0;background:transparent;box-shadow:none}.contact-section{padding-top:var(--section-space)}.contact-topic-list{border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2}.contact-topic-list div{min-height:140px;padding:24px;border:0;border-left:1px solid #bad8d2;border-radius:0;background:transparent}.contact-topic-list div:first-child{border-left:0}.contact-form-card{padding:34px}.contact-details{padding:18px 0;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent}
@media(max-width:980px){.pricing-head{text-align:left}.loyalty-flow div:nth-child(n+2){border-left:0;border-top:1px solid #bad8d2}.contact-topic-list div:nth-child(3){border-left:0}.contact-topic-list div:nth-child(n+3){border-top:1px solid #bad8d2}}
@media(max-width:560px){.pricing-head .section-title,.contact-hero .section-title{font-size:42px}.plan-row{padding:24px 0}.pricing-note{margin-top:42px;padding:26px 22px;border-radius:24px}.pricing-note h2{font-size:30px}.loyalty-page-hero,.contact-hero{padding:40px 0 46px}.loyalty-flow div{min-height:0;padding:22px 0;border-left:0}.contact-topic-list div,.contact-topic-list div:nth-child(3){min-height:0;padding:22px 0;border-left:0;border-top:1px solid #bad8d2}.contact-topic-list div:first-child{border-top:0}.contact-form-card{padding:22px}}
.form-wrap{max-width:620px;margin:72px auto;padding:0}.form-wrap>.card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.form-wrap .section-title{margin-bottom:14px;font-size:clamp(42px,5vw,58px)}.form-wrap .form{gap:18px;margin-top:30px}.form-wrap .muted.small:last-child{text-align:center}.auth-switch{border:0;background:var(--page-soft)}.auth-switch button.active{box-shadow:none}.auth-help-link{margin-top:20px}
.auth-action-page .card{padding:0;border:0;background:transparent;box-shadow:none}.auth-status{padding:0}
.payment-status-page{background:linear-gradient(135deg,#f5fbf9,#fff)}.payment-status-card{border-color:#d7e7e3;box-shadow:0 30px 80px rgba(19,72,63,.1)}.payment-status-kicker{color:var(--primary);letter-spacing:.12em;text-transform:uppercase}
.legal-page.card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.legal-page{max-width:940px;margin:64px auto 80px}.legal-page h1{font-size:clamp(42px,5.5vw,64px);text-align:left}.legal-page h2{padding-top:20px;border-top:1px solid #bad8d2}
.cabinet-shell{padding:36px 0 64px}.cabinet-balance,.cabinet-card{border-color:#d5e5e1;box-shadow:0 16px 44px rgba(17,60,53,.06)}.cabinet-card>h2,.cabinet-card>h3{letter-spacing:-.025em}.balance-metric{border:0;background:var(--page-soft)}.cabinet-tabs{border:0}.tab{border-color:#d5e5e1;box-shadow:none}
.admin-shell .card,.admin-request{border-color:#d5e5e1;box-shadow:0 16px 44px rgba(17,60,53,.05)}.admin-stat{border:0;background:var(--page-soft)}.admin-user-row{box-shadow:none}
@media(max-width:560px){.form-wrap{margin:40px auto}.form-wrap .section-title{font-size:40px}.legal-page{margin:36px auto 52px}.legal-page h1{font-size:38px}.cabinet-shell{padding:22px 0 44px}}

/* Pricing: product-level visual system */
.pricing-page{background:#fff}
.pricing-hero{padding:70px 0 62px;background:linear-gradient(135deg,#f3faf8 0%,#fff 72%)}
.pricing-hero-grid{display:block}
.pricing-page .pricing-head{max-width:760px;margin:0;text-align:left}
.pricing-kicker{display:block;margin-bottom:14px;color:var(--primary-dark);font-size:13px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.pricing-page .pricing-head .section-title{max-width:720px;margin:0;font-size:clamp(44px,5.5vw,68px);line-height:1;letter-spacing:-.055em}
.pricing-page .pricing-head .lead{max-width:650px;margin:20px 0 0;color:var(--muted);font-size:19px;line-height:1.55;text-align:left}
.pricing-plans-section{padding:58px 0 82px}
.pricing-page .plan-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border:0}
.pricing-page .plan-row{position:relative;min-height:430px;display:flex;flex-direction:column;align-items:stretch;padding:27px;border:1px solid #d5e5e1;border-radius:26px;background:#fff;box-shadow:0 18px 54px rgba(17,60,53,.07);text-align:left}
.plan-row-head{min-height:168px}
.plan-choice{display:inline-flex;min-height:28px;max-width:100%;align-items:center;margin-bottom:18px;padding:5px 11px;border-radius:999px;background:#dff3ed;color:var(--brand-deep);font-size:12px;font-weight:850;line-height:1.15;white-space:nowrap}
.pricing-page .plan-row h2{margin:0 0 10px;font-size:30px;letter-spacing:-.035em}
.pricing-page .plan-row p{line-height:1.55}
.pricing-page .plan-meta{display:flex;min-width:0;align-items:flex-start;justify-content:flex-start;gap:8px;margin-top:auto;padding-top:25px;border-top:1px solid #d5e5e1}
.pricing-page .plan-meta .credits{display:flex;align-items:flex-start;gap:5px;color:var(--ink);line-height:1}
.pricing-page .plan-meta .credits strong{font-size:42px;letter-spacing:-.045em}
.pricing-page .plan-meta .credits span{padding-top:5px;font-size:20px;font-weight:850}
.plan-buy-btn{width:100%;margin-top:22px}
.pricing-includes{margin-top:76px;padding-top:54px;border-top:1px solid #bad8d2}
.pricing-includes-head{display:grid;grid-template-columns:minmax(180px,.4fr) minmax(0,1fr);gap:42px;align-items:start}
.pricing-includes-head h2{max-width:760px;margin:0;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.045em}
.pricing-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px;border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2}
.pricing-feature-list>div{min-height:185px;padding:25px;border-left:1px solid #bad8d2}
.pricing-feature-list>div:first-child{border-left:0}
.pricing-feature-list span{color:var(--primary);font-size:13px;font-weight:850}
.pricing-feature-list h3{margin:20px 0 8px;font-size:21px}
.pricing-feature-list p{margin:0;color:var(--muted);line-height:1.55}
.pricing-includes-action{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px}
.pricing-includes-action .pricing-example-btn{width:auto;margin:0}
.pricing-includes-action p{margin:0;color:var(--muted);font-size:13px}
@media(max-width:900px){.pricing-page .plan-list{grid-template-columns:1fr}.pricing-page .plan-row{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px 28px;align-items:end}.plan-row-head{min-height:0}.pricing-page .plan-meta{min-width:180px;margin:0;padding:0 0 0 24px;border-top:0;border-left:1px solid #d5e5e1}.plan-buy-btn{grid-column:1/-1}.pricing-feature-list{grid-template-columns:1fr}.pricing-feature-list>div{min-height:0;border-left:0;border-top:1px solid #bad8d2}.pricing-feature-list>div:first-child{border-top:0}.pricing-includes-head{grid-template-columns:1fr;gap:8px}}
@media(max-width:560px){.pricing-hero{padding:38px 0 40px}.pricing-page .pricing-head .section-title{font-size:42px}.pricing-page .pricing-head .lead{font-size:16px}.pricing-plans-section{padding:30px 0 56px}.pricing-page .plan-list{gap:14px}.pricing-page .plan-row{display:flex;padding:22px;border-radius:22px}.pricing-page .plan-meta{align-items:flex-start;min-width:0;margin-top:22px;padding:20px 0 0;border-left:0;border-top:1px solid #d5e5e1}.pricing-page .plan-row h2{font-size:27px}.pricing-includes{margin-top:52px;padding-top:38px}.pricing-includes-head h2{font-size:34px}.pricing-feature-list{margin-top:28px}.pricing-feature-list>div{padding:22px 0}.pricing-includes-action{align-items:stretch;flex-direction:column}.pricing-includes-action .pricing-example-btn{width:100%}}

/* Modern cabinet workspace */
.cabinet-layout-modern{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}
.cabinet-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.9fr);gap:52px;align-items:center;padding:34px 0 38px;border-bottom:1px solid #bad8d2}
.cabinet-overview-copy h1{max-width:660px;margin:0;font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-.05em}
.cabinet-overview-copy>p:last-child{max-width:620px;margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.55}
.cabinet-overview .cabinet-balance{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(230px,1fr);gap:18px;align-items:center;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.cabinet-overview .balance-metrics{gap:0;border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2}
.cabinet-overview .balance-metric{min-height:98px;padding:14px 10px;border:0;border-radius:0;background:transparent}
.cabinet-overview .balance-metric+.balance-metric{border-left:1px solid #bad8d2}
.cabinet-overview .balance-metric strong{font-size:34px}
.cabinet-overview .cabinet-balance-actions{grid-template-columns:1fr;gap:8px;margin:0}
.cabinet-overview .cabinet-balance-actions .btn{min-height:46px}
.cabinet-layout-modern>.cabinet-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:0;padding:0;border-bottom:1px solid #bad8d2}
.cabinet-layout-modern>.cabinet-tabs .tab{min-height:54px;padding:13px 18px;border:0;border-radius:0;background:transparent;color:var(--muted);font-size:15px}
.cabinet-layout-modern>.cabinet-tabs .tab.active{color:var(--primary-dark);box-shadow:inset 0 -3px 0 var(--primary)}
.cabinet-layout-modern>.cabinet-tabs .tab-danger{padding-inline:24px;color:#a93636}
.cabinet-layout-modern>.cabinet-tabs .tab-danger:hover{background:#fff4f4;color:#972c2c}
.cabinet-layout-modern>.cabinet-main{width:100%;max-width:1040px;margin:0 auto;padding:28px 0 48px}
.cabinet-layout-modern .consultation-card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.cabinet-layout-modern .consultation-head{margin:0 0 38px;text-align:left}
.cabinet-layout-modern .consultation-head .about-kicker{margin-bottom:12px}
.cabinet-layout-modern .consultation-head .section-title{font-size:clamp(38px,4.5vw,54px);text-align:left}
.cabinet-layout-modern .cabinet-form{gap:24px}
.cabinet-layout-modern .cabinet-form>label[data-scenario-field="service"]{display:grid;grid-template-columns:180px minmax(0,1fr);gap:30px;align-items:center;padding-bottom:26px;border-bottom:1px solid var(--line)}
.cabinet-layout-modern .cabinet-form>label[data-scenario-field="service"] select{margin:0}
.cabinet-layout-modern .analysis-input-box{gap:18px;padding:0 0 30px;border-bottom:1px solid var(--line)}
.cabinet-layout-modern .consultation-form-section-title{font-size:26px;letter-spacing:-.025em}
.cabinet-layout-modern .consultation-context-details{border:1px solid #b9dbd4}
.cabinet-layout-modern .consultation-context-details summary{font-size:17px}
.cabinet-layout-modern .input-mode-switch{border:0;background:var(--page-soft)}
.cabinet-layout-modern .cabinet-start-btn{min-width:220px;justify-self:center}
.cabinet-layout-modern .cabinet-form>.checkline{max-width:820px;margin:0 auto}
.cabinet-layout-modern .cabinet-form>.medical-disclaimer{max-width:820px;margin:0 auto;text-align:center}
.cabinet-layout-modern .history-panel>.history-panel-head,.cabinet-layout-modern [data-panel="transactions"]>.panel-head{margin-bottom:30px;text-align:left}
.cabinet-layout-modern .history-panel-title{justify-items:start;text-align:left}
.cabinet-layout-modern .history-panel-title .section-title,.cabinet-layout-modern [data-panel="transactions"]>.panel-head .section-title{font-size:clamp(38px,4.5vw,54px);text-align:left}
.cabinet-profile-panel{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.cabinet-profile-heading{margin-bottom:30px}.cabinet-profile-heading .section-title{font-size:clamp(38px,4.5vw,54px)}
.cabinet-profile-panel .profile-head{padding:24px 0;border-top:1px solid #bad8d2;border-bottom:1px solid #bad8d2}
.cabinet-profile-panel .profile-head h2{font-size:28px}
.cabinet-profile-panel .profile-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:28px 0}
.cabinet-profile-panel .profile-facts>div{grid-template-columns:minmax(150px,.7fr) minmax(0,1fr);gap:20px;padding:18px 0;border-top:1px solid var(--line)}
.cabinet-profile-panel .profile-facts>div:nth-child(odd){padding-right:30px}
.cabinet-profile-panel .profile-facts>div:nth-child(even){padding-left:30px;border-left:1px solid var(--line)}
@media(max-width:980px){.cabinet-overview{grid-template-columns:1fr;gap:30px}.cabinet-overview .cabinet-balance{grid-template-columns:1fr 1fr}.cabinet-layout-modern>.cabinet-tabs{grid-template-columns:repeat(4,minmax(0,1fr)) auto}}
@media(max-width:700px){.cabinet-overview{padding:20px 0 28px}.cabinet-overview-copy h1{font-size:42px}.cabinet-overview .cabinet-balance{grid-template-columns:1fr}.cabinet-overview .balance-metrics{grid-template-columns:1fr 1fr}.cabinet-overview .cabinet-balance-actions{grid-template-columns:1fr 1fr}.cabinet-layout-modern>.cabinet-tabs{grid-template-columns:1fr 1fr;gap:1px;background:#dbe9e6;border:1px solid #dbe9e6;border-radius:18px;overflow:hidden}.cabinet-layout-modern>.cabinet-tabs .tab{background:#fff}.cabinet-layout-modern>.cabinet-tabs .tab.active{background:var(--page-soft);box-shadow:inset 3px 0 0 var(--primary)}.cabinet-layout-modern>.cabinet-tabs .tab-danger{grid-column:1/-1}.cabinet-layout-modern>.cabinet-main{padding:20px 0 36px}.cabinet-layout-modern .consultation-head{margin-bottom:28px}.cabinet-layout-modern .cabinet-form>label[data-scenario-field="service"]{grid-template-columns:1fr;gap:8px}.cabinet-profile-panel .profile-facts{grid-template-columns:1fr}.cabinet-profile-panel .profile-facts>div,.cabinet-profile-panel .profile-facts>div:nth-child(odd),.cabinet-profile-panel .profile-facts>div:nth-child(even){grid-template-columns:1fr;gap:5px;padding:16px 0;border-left:0}.cabinet-layout-modern .history-panel-title .section-title,.cabinet-layout-modern [data-panel="transactions"]>.panel-head .section-title{font-size:38px}}
@media(max-width:420px){.cabinet-overview .cabinet-balance-actions{grid-template-columns:1fr}.cabinet-layout-modern>.cabinet-tabs .tab{padding:12px 8px;font-size:14px}.cabinet-layout-modern .consultation-head .section-title{font-size:38px}}
@media(max-width:560px){.nav.is-admin-account .brand span{display:none}}

/* Cabinet tabs mirror the analysis input switch. */
.cabinet-layout-modern>.cabinet-tabs{gap:6px;padding:6px;border:1px solid #d3eeea;border-radius:18px;background:var(--page-soft)}
.cabinet-layout-modern>.cabinet-tabs .tab{border-radius:14px}
.cabinet-layout-modern>.cabinet-tabs .tab:not(.tab-danger){background:transparent}
.cabinet-layout-modern>.cabinet-tabs .tab:not(.tab-danger).active{background:#fff;color:var(--primary-dark);box-shadow:0 10px 24px rgba(23,91,83,.1)}
.cabinet-layout-modern>.cabinet-tabs .tab:not(.tab-danger).active:hover{background:#fff;color:var(--primary-dark)}
.cabinet-layout-modern>.cabinet-tabs .tab-danger{border-radius:14px}
.latest-report-label{align-self:end;margin:2px 0 -6px}
@media(max-width:700px){
  .cabinet-layout-modern>.cabinet-tabs{gap:6px;padding:6px;border:1px solid #d3eeea;background:var(--page-soft)}
  .cabinet-layout-modern>.cabinet-tabs .tab,.cabinet-layout-modern>.cabinet-tabs .tab-danger{border-radius:14px}
  .cabinet-layout-modern>.cabinet-tabs .tab:not(.tab-danger){background:transparent}
  .cabinet-layout-modern>.cabinet-tabs .tab:not(.tab-danger).active{background:#fff;color:var(--primary-dark);box-shadow:0 10px 24px rgba(23,91,83,.1)}
  .latest-report-label{margin-top:0}
}

/* Primary service selection step */
.cabinet-layout-modern .cabinet-form>label[data-scenario-field="service"]{
  grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);
  gap:34px;
  padding:22px 24px;
  border-bottom:0;
  border-radius:22px;
  background:linear-gradient(135deg,#ecf7f4,#f7fbfa);
}
.cabinet-service-copy{display:block;min-width:0}
.cabinet-service-copy b{font-size:19px;line-height:1.2;color:var(--text)}
.cabinet-layout-modern [data-scenario-field="service"] select{
  min-height:58px;
  padding:15px 52px 15px 18px;
  border:1.5px solid #7fc7bb;
  border-radius:17px;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23198f7e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 18px center;
  box-shadow:0 10px 26px rgba(23,91,83,.07);
  color:var(--text);
  font-size:16px;
  font-weight:800;
  appearance:none;
}
.cabinet-layout-modern [data-scenario-field="service"] select:hover{border-color:var(--primary)}
.cabinet-layout-modern [data-scenario-field="service"] select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(25,163,134,.13),0 12px 28px rgba(23,91,83,.09);outline:0}
@media(max-width:700px){
  .cabinet-layout-modern .cabinet-form>label[data-scenario-field="service"]{grid-template-columns:1fr;gap:16px;padding:20px 18px}
  .cabinet-layout-modern [data-scenario-field="service"] select{width:100%;min-width:0}
}

/* Cabinet navigation: keep section tabs grouped and logout visibly separate. */
.cabinet-tab-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:stretch}
.cabinet-tab-row>.cabinet-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px;border:1px solid #d3eeea;border-radius:18px;background:var(--page-soft)}
.cabinet-tab-row>.cabinet-tabs .tab{min-height:54px;padding:13px 18px;border:0;border-radius:14px;background:transparent;color:var(--muted);font-size:15px}
.cabinet-tab-row>.cabinet-tabs .tab.active{background:#fff;color:var(--primary-dark);box-shadow:0 10px 24px rgba(23,91,83,.1)}
.cabinet-tab-row>.cabinet-tabs .tab.active:hover{background:#fff;color:var(--primary-dark)}
.cabinet-tab-row>.cabinet-logout-btn{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;min-width:112px;padding:13px 22px;border:1px solid #e7baba;border-radius:18px;background:#fff7f7;color:#ad2f2f;box-shadow:0 8px 20px rgba(119,42,42,.08);text-align:center}
.cabinet-tab-row>.cabinet-logout-btn:hover{border-color:#d97878;background:#ffeded;color:#922626;box-shadow:0 10px 24px rgba(119,42,42,.12)}
.cabinet-tab-row>.cabinet-logout-btn:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(196,45,45,.13),0 8px 20px rgba(119,42,42,.08)}
@media(max-width:700px){
  .cabinet-tab-row{grid-template-columns:minmax(0,1fr);gap:10px}
  .cabinet-tab-row>.cabinet-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cabinet-tab-row>.cabinet-tabs .tab{min-height:48px;padding:10px 8px;font-size:13px}
  .cabinet-tab-row>.cabinet-logout-btn{justify-self:center;align-self:start;width:min(180px,100%);min-height:48px;padding:10px 18px;border-radius:16px;font-size:13px}
}
@media(max-width:360px){
  .cabinet-tab-row{grid-template-columns:minmax(0,1fr);gap:8px}
  .cabinet-tab-row>.cabinet-tabs{gap:4px;padding:4px;border-radius:15px}
  .cabinet-tab-row>.cabinet-tabs .tab{padding:9px 5px;font-size:12px}
  .cabinet-tab-row>.cabinet-logout-btn{width:min(160px,100%);padding-inline:14px;border-radius:15px;font-size:12px}
}
.cabinet-tab-row{grid-template-columns:minmax(0,1fr)}
.cabinet-logout-row{display:flex;justify-content:flex-end;width:100%;max-width:1040px;margin:-22px auto 48px}
.cabinet-logout-row>.cabinet-logout-btn{display:inline-flex;align-items:center;justify-content:center;min-width:128px;min-height:48px;padding:11px 22px;border:1px solid #e7baba;border-radius:16px;background:#fff7f7;color:#ad2f2f;box-shadow:0 8px 20px rgba(119,42,42,.08);text-align:center}
.cabinet-logout-row>.cabinet-logout-btn:hover{border-color:#d97878;background:#ffeded;color:#922626;box-shadow:0 10px 24px rgba(119,42,42,.12)}
.cabinet-logout-row>.cabinet-logout-btn:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(196,45,45,.13),0 8px 20px rgba(119,42,42,.08)}
@media(max-width:700px){
  .cabinet-logout-row{margin:-14px auto 36px}
  .cabinet-logout-row>.cabinet-logout-btn{min-width:120px}
}

/* Guided laboratory report. The content stays intact; the renderer turns it
   into a calm route that can be scanned before it is read in full. */
html:not(.pdf-export) .consultation-page{
  padding:38px 0 84px;
  background:#f7f9f8;
  overflow-x:hidden;
  overflow-x:clip;
  overscroll-behavior-x:none;
}
html:not(.pdf-export) .consultation-page-head{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  grid-template-columns:minmax(0,1fr) auto;
  justify-items:stretch;
  align-items:center;
  gap:28px;
  width:100%;
  max-width:1160px;
  margin:0 auto 22px;
  padding:27px 30px;
  border:1px solid rgba(184,217,210,.9);
  border-radius:30px;
  background:#fff;
  box-shadow:0 10px 32px rgba(16,52,47,.06);
  text-align:left;
}
html:not(.pdf-export) .consultation-report-v3 .consultation-page-head{
  overflow:visible;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
html:not(.pdf-export) .consultation-page-head::after{
  display:none;
}
html:not(.pdf-export) .consultation-page-heading{display:grid;gap:8px}
html:not(.pdf-export) .consultation-page-heading .about-kicker{margin:0;color:#0f7c68}
html:not(.pdf-export) .consultation-page-head .section-title{max-width:820px;margin:0;font-size:clamp(38px,4vw,54px);line-height:1.02;letter-spacing:-.05em}
html:not(.pdf-export) .consultation-page-head .muted{font-size:16px}
html:not(.pdf-export) .consultation-page-actions{position:relative;z-index:1;justify-content:flex-end}
html:not(.pdf-export) .consultation-page-actions .btn{min-height:48px;padding:13px 22px;background:#fff}
html:not(.pdf-export) .consultation-report-v3 .consultation-page-head-showcase .consultation-page-actions .btn{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 12px 25px rgba(25,163,134,.18)}
html:not(.pdf-export) .consultation-report-v3 .consultation-page-head-showcase .consultation-page-actions .btn:hover{border-color:var(--primary-dark);background:var(--primary-dark);color:#fff}
html:not(.pdf-export) .consultation-detail-grid{max-width:1160px;gap:20px}
html:not(.pdf-export) .consultation-input-summary{
  grid-column:1/-1;
  display:grid;
  gap:20px;
  min-width:0;
  padding:24px 26px 10px;
  border:1px solid #cfe7e2;
  border-radius:22px;
  background:#fff;
}
html:not(.pdf-export) .consultation-input-summary-head{display:flex;align-items:center;gap:12px;min-width:0}
html:not(.pdf-export) .consultation-input-summary-head h2{margin:0;color:#173d36;font-size:23px;line-height:1.15;letter-spacing:-.025em}
html:not(.pdf-export) .consultation-input-summary-icon{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border:1px solid #c4e4de;border-radius:13px;background:#e4f4f0;color:var(--primary)}
html:not(.pdf-export) .consultation-input-summary-icon svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
html:not(.pdf-export) .consultation-input-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;margin:0}
html:not(.pdf-export) .consultation-input-data>div{min-width:0}
html:not(.pdf-export) .consultation-input-data-short{display:grid;align-content:start;gap:5px;padding:1px 18px 18px;border-left:1px solid #cfe3df}
html:not(.pdf-export) .consultation-input-data-short:first-child{padding-left:0;border-left:0}
html:not(.pdf-export) .consultation-input-data-short:nth-child(3){padding-right:0}
html:not(.pdf-export) .consultation-input-data dt{color:var(--primary-dark);font-size:12px;line-height:1.3;font-weight:800}
html:not(.pdf-export) .consultation-input-data dd{min-width:0;margin:0;color:#173d36;font-size:15px;line-height:1.45;font-weight:750;overflow-wrap:anywhere}
html:not(.pdf-export) .consultation-input-data-long{grid-column:1/-1;display:grid;grid-template-columns:minmax(170px,210px) minmax(0,1fr);gap:20px;padding:13px 0;border-top:1px solid #d7e8e4}
html:not(.pdf-export) .consultation-input-data-long dt{padding-top:1px;font-size:13px}
html:not(.pdf-export) .consultation-input-data-long dd{font-weight:520}
html:not(.pdf-export) .consultation-input-missing{color:#87938f!important;font-weight:600!important}

html:not(.pdf-export) .consultation-report-lead{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  padding:32px;
  border:1px solid #b9ddd5;
  border-radius:32px;
  background:#fff;
  box-shadow:0 10px 32px rgba(16,52,47,.06);
}
html:not(.pdf-export) .consultation-report-lead::after{
  display:none;
}
html:not(.pdf-export) .consultation-report-lead .consultation-part{max-width:980px;margin:0;padding:0;border:0;background:transparent;box-shadow:none}
html:not(.pdf-export) .consultation-report-lead .consultation-part-head{grid-template-columns:64px minmax(0,1fr);gap:16px}
html:not(.pdf-export) .consultation-report-lead .consultation-part-icon{width:64px;height:64px;border-radius:19px}
html:not(.pdf-export) .consultation-report-lead .consultation-part-icon svg{width:31px;height:31px}
html:not(.pdf-export) .consultation-report-lead .consultation-part h4{padding:0;font-size:29px;letter-spacing:-.03em}
html:not(.pdf-export) .consultation-report-lead .consultation-part h4::before{display:none}
html:not(.pdf-export) .consultation-report-lead .consultation-part-content{max-width:820px;margin:14px 0 0 80px;padding:0}
html:not(.pdf-export) .consultation-report-lead .consultation-part p,
html:not(.pdf-export) .consultation-report-lead .consultation-part li{font-size:18px;line-height:1.62;color:#345a52}

.report-snapshot{
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,1.8fr);
  align-items:center;
  gap:24px;
  padding:27px;
  border-radius:30px;
  background:#0d6957;
  box-shadow:0 12px 34px rgba(10,75,62,.14);
  color:#fff;
}
.report-snapshot-copy{display:grid;gap:7px;align-content:center}
.report-snapshot-kicker{font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#a9ead8}
.report-snapshot h2{margin:0;color:#fff;font-size:28px;line-height:1.08;letter-spacing:-.035em}
.report-snapshot p{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.5}
.report-snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.report-snapshot-metric{position:relative;display:grid;align-content:center;gap:5px;min-height:126px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.095);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.report-snapshot-metric i{position:absolute;top:15px;right:15px;width:9px;height:9px;border-radius:50%;background:#d7eee8;box-shadow:0 0 0 5px rgba(255,255,255,.07)}
.report-snapshot-metric-calm i{background:#6ee0b6}
.report-snapshot-metric-attention i{background:#ffb16f}
.report-snapshot-metric-history i{background:#c4b7ff}
.report-snapshot-metric strong{font-size:36px;line-height:1;font-weight:950;letter-spacing:-.045em;color:#fff}
.report-snapshot-metric span{max-width:120px;color:rgba(255,255,255,.76);font-size:13px;line-height:1.3;font-weight:750}

html:not(.pdf-export) .consultation-visual-summary{grid-template-columns:minmax(0,1.65fr) minmax(300px,.82fr);gap:18px}
html:not(.pdf-export) .consultation-detail .example-dynamics,
html:not(.pdf-export) .consultation-detail .zone-summary-card,
html:not(.pdf-export) .consultation-detail .temperament-card{
  border:1px solid #d4e8e3;
  border-radius:28px;
  background:#fff;
  box-shadow:0 8px 26px rgba(16,52,47,.05);
}
html:not(.pdf-export) .consultation-detail-grid>.consultation-visual-summary>.example-dynamics{padding:23px}
html:not(.pdf-export) .consultation-detail .zone-summary-card{padding:23px}
html:not(.pdf-export) .consultation-detail .chart-carousel-head{display:grid;grid-template-columns:58px minmax(0,1fr);justify-content:stretch;justify-items:stretch;gap:14px;text-align:left}
html:not(.pdf-export) .consultation-detail.consultation-report-v4 .chart-carousel-head{gap:10px}
html:not(.pdf-export) .consultation-detail .chart-title-visual{display:grid;place-items:center;width:58px;height:58px;border:1px solid #ccebe5;border-radius:18px;background:#eef8f6;color:var(--primary)}
html:not(.pdf-export) .consultation-detail .chart-title-visual svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
html:not(.pdf-export) .consultation-detail .chart-title-copy{justify-items:start;max-width:none;margin:0;text-align:left}
html:not(.pdf-export) .consultation-detail.consultation-report-v4 .example-dynamics .chart-title-copy{padding:0}
html:not(.pdf-export) .consultation-detail .chart-title-copy b{font-size:18px;color:#153b34}
html:not(.pdf-export) .consultation-detail .chart-title-copy span{max-width:420px;font-size:13px}
html:not(.pdf-export) .consultation-detail .chart-title-copy .chart-caption-two-line{justify-items:start}
html:not(.pdf-export) .consultation-detail-grid>.consultation-visual-summary>.example-dynamics .chart{min-height:230px}
html:not(.pdf-export) .consultation-detail .zone-summary-chart{width:min(100%,330px);max-width:330px}
html:not(.pdf-export) .consultation-detail .chart-carousel-btn{border-color:#c9e2dc;background:#f8fcfb;box-shadow:0 8px 18px rgba(16,81,68,.08)}

html:not(.pdf-export) .consultation-report-card,
html:not(.pdf-export) .consultation-report-card-continued{
  width:100%;
  max-width:960px;
  margin-inline:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
html:not(.pdf-export) .consultation-real{gap:20px}
html:not(.pdf-export) .consultation-report-card .consultation-part,
html:not(.pdf-export) .consultation-report-card-continued .consultation-part{
  position:relative;
  overflow:visible;
  margin:0;
  padding:24px 26px 25px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 8px 26px rgba(16,52,47,.05);
}
html:not(.pdf-export) .consultation-part-head{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px}
html:not(.pdf-export) .consultation-part-icon{display:grid;place-items:center;width:56px;height:56px;border:1px solid #ccebe5;border-radius:18px;background:#eef8f6;color:var(--primary)}
html:not(.pdf-export) .consultation-part-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
html:not(.pdf-export) .consultation-part-title{display:grid;gap:5px;min-width:0}
html:not(.pdf-export) .consultation-part-kicker{font-size:11px;line-height:1;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-dark)}
html:not(.pdf-export) .consultation-part h4{margin:0;padding:0;color:#173d36;font-size:22px;line-height:1.14;letter-spacing:-.025em}
html:not(.pdf-export) .consultation-part h4::before{display:none}
html:not(.pdf-export) .consultation-part-content{display:grid;gap:10px;max-width:790px;margin-left:70px;padding-top:2px}
html:not(.pdf-export) .consultation-part-content p,
html:not(.pdf-export) .consultation-part-content li{font-size:16px;line-height:1.62;color:#425f59}
html:not(.pdf-export) .consultation-part-content ul{gap:10px}
html:not(.pdf-export) .consultation-part-content li{padding-left:18px}
html:not(.pdf-export) .consultation-part-content li::before{content:"";top:.78em;width:8px;height:1.5px;border-radius:999px;background:#8ebdb4}
html:not(.pdf-export) .consultation-part-final li{padding:0 0 0 18px;background:transparent}
html:not(.pdf-export) .consultation-part-final li::before{left:0;top:.78em}
html:not(.pdf-export) .consultation-report-v7 .consultation-part-content ul{padding-left:0}
html:not(.pdf-export) .consultation-report-v7 .consultation-part-content li{padding-left:0}
html:not(.pdf-export) .consultation-report-v7 .consultation-part-content li::before{left:-14px;top:.69em;width:6px;height:6px;border-radius:50%;background:#9bd9cc;box-shadow:0 0 0 3px rgba(155,217,204,.2)}
html:not(.pdf-export) .consultation-report-v10 .consultation-part-content li::before{left:-16px;top:.64em;width:9px;height:9px;background:#10c888;box-shadow:0 0 0 3px rgba(16,200,136,.18)}
html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics{border-color:#c8e1db;background:#f3f9f7}
html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics .consultation-part-icon{border-color:#c4e4de;background:#fff}
html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics .consultation-part-content{gap:14px;max-width:none;margin:18px 0 0;padding:0}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-intro{margin:0;color:#52706a;font-size:14px;line-height:1.48}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-overview{display:grid;gap:11px;min-width:0}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-strip{display:flex;gap:3px;height:12px;overflow:hidden;border:1px solid #c9dfda;border-radius:999px;background:#fff}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-strip>span{min-width:6px}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-counts{display:flex;flex-wrap:wrap;gap:8px 20px;min-width:0;color:#52706a;font-size:12px;font-weight:750}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-counts>span{display:inline-grid;grid-template-columns:8px auto minmax(0,1fr);align-items:center;gap:7px;min-width:0}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-counts i{width:8px;height:8px;border-radius:50%}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-counts strong{color:#173d36;font-size:14px}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-tone-green{background:#10c888}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-tone-neutral{background:#8ebdb4}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-tone-yellow{background:#ffc43c}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-tone-red{background:#e84040}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-list{display:grid;gap:0;min-width:0;margin:0;padding:0;list-style:none}
html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px 18px;min-width:0;margin:0;padding:16px 0 16px 24px;border-top:1px solid #d7e8e4}
html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item:first-child{border-top:0}
html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item::before{left:0;top:23px;width:9px;height:9px;background:#10c888;box-shadow:0 0 0 3px rgba(16,200,136,.18)}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-copy{min-width:0;color:#345a52;font-size:16px;line-height:1.58}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-state{align-self:start;max-width:220px;padding:6px 10px;border:1px solid #bedbd5;border-radius:999px;background:rgba(255,255,255,.76);font-size:12px;line-height:1.25;font-weight:850;text-align:center;white-space:nowrap}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-state-green{border-color:#9cddca;color:#0d8068}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-state-neutral{border-color:#c6dcd7;color:#52706a}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-state-yellow{border-color:#f0cd70;color:#765600}
html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-state-red{border-color:#efaaaa;color:#b43434}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item::before{background:#8ebdb4;box-shadow:0 0 0 3px rgba(142,189,180,.18)}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item-green::before{background:#10c888;box-shadow:0 0 0 3px rgba(16,200,136,.18)}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item-yellow::before{background:#ffc43c;box-shadow:0 0 0 3px rgba(255,196,60,.2)}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item-red::before{background:#e84040;box-shadow:0 0 0 3px rgba(232,64,64,.18)}
html:not(.pdf-export) .consultation-report-v13 .report-dynamics-map-state{box-sizing:border-box;min-width:120px;padding:7px 14px;text-align:center}
html:not(.pdf-export) .consultation-report-v13 .report-dynamics-baseline-copy{display:grid;gap:4px}
html:not(.pdf-export) .consultation-report-v13 .report-dynamics-baseline-copy strong{color:#173d36;font-size:16px;line-height:1.4}
html:not(.pdf-export) .consultation-report-v13 .report-dynamics-baseline-copy>span{color:#52706a;font-size:14px;line-height:1.45}
html:not(.pdf-export) .consultation-report-v13 .report-dynamics-baseline-empty{margin:0;padding-top:4px;color:#345a52;font-size:16px;line-height:1.58}
html:not(.pdf-export) .temperament-report-card{max-width:960px;margin-inline:auto;padding:25px;border-color:#d4e8e3;box-shadow:0 8px 26px rgba(16,52,47,.05)}
html:not(.pdf-export) .temperament-report-card .temperament-chart{width:min(100%,520px);max-width:520px}
html:not(.pdf-export) .pulse-report-summary{max-width:760px;margin:32px auto 0;padding-top:24px;border-top:1px solid var(--line)}
html:not(.pdf-export) .consultation-body-actions{display:none}
html:not(.pdf-export) .consultation-answer-card .medical-disclaimer{max-width:900px;margin:8px auto 0;padding:0;border:0;border-radius:0;background:transparent;color:#65716e;font-size:13px;line-height:1.5}

html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3{grid-template-columns:minmax(280px,1fr) minmax(320px,1fr);border:1px solid #c8e1db;background:#f3f9f7;color:#173d36;box-shadow:0 8px 26px rgba(16,52,47,.05)}
html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3 h2{color:#173d36}
html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3 p{color:#52706a}
html:not(.pdf-export) .consultation-report-v3 .consultation-report-card,
html:not(.pdf-export) .consultation-report-v3 .consultation-report-card-continued,
html:not(.pdf-export) .consultation-report-v3 .temperament-report-card{max-width:1160px}
html:not(.pdf-export) .consultation-report-v3 .consultation-part-content{max-width:1000px}
html:not(.pdf-export) .consultation-report-v3 .consultation-answer-card .medical-disclaimer{max-width:1040px}
html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3-body{display:grid;align-content:center;gap:14px;min-width:0}
html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3-total{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}
html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3-total strong{color:#0d6957;font-size:52px;line-height:.9;font-weight:950;letter-spacing:-.055em}
html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3-total span{color:#315b53;font-size:15px;line-height:1.25;font-weight:850}
html:not(.pdf-export) .consultation-report-v16 .report-snapshot-v16-total{grid-template-columns:minmax(max-content,auto) minmax(0,1fr);gap:14px}
html:not(.pdf-export) .consultation-report-v16 .report-snapshot-v16-total>strong{max-width:100%;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:clamp(42px,4.2vw,52px)}
html:not(.pdf-export) .consultation-report-v16 .report-insight-teaser-copy{display:grid;align-content:center;gap:4px;min-width:0}
html:not(.pdf-export) .consultation-report-v16 .report-insight-teaser-copy b{min-width:0;color:#234f47;font-size:15px;line-height:1.3;font-weight:900;overflow-wrap:break-word}
html:not(.pdf-export) .consultation-report-v16 .report-insight-teaser-copy small{min-width:0;color:#52706a;font-size:13px;line-height:1.35;font-weight:700;overflow-wrap:break-word}
html:not(.pdf-export) .consultation-report-v3 .report-zone-distribution{display:flex;gap:3px;height:12px;overflow:hidden;border:1px solid #c9dfda;border-radius:999px;background:#fff}
html:not(.pdf-export) .consultation-report-v3 .report-zone-distribution span{min-width:6px}
html:not(.pdf-export) .consultation-report-v3 .report-zone-distribution-green{background:#10c888}
html:not(.pdf-export) .consultation-report-v3 .report-zone-distribution-yellow{background:#ffc43c}
html:not(.pdf-export) .consultation-report-v3 .report-zone-distribution-red{background:#e84040}
html:not(.pdf-export) .consultation-report-v3 .report-zone-counts{display:flex;flex-wrap:wrap;gap:8px 18px;min-width:0;color:#52706a;font-size:12px;font-weight:750}
html:not(.pdf-export) .consultation-report-v3 .report-zone-counts>span{display:inline-flex;align-items:center;gap:6px;min-width:0}
html:not(.pdf-export) .consultation-report-v3 .report-zone-counts i{width:8px;height:8px;border-radius:50%;flex:0 0 auto}
html:not(.pdf-export) .consultation-report-v3 .report-zone-counts strong{color:#173d36;font-size:14px}
html:not(.pdf-export) .consultation-report-v3 .report-zone-label{min-width:0;overflow-wrap:normal;word-break:normal;hyphens:none}
html:not(.pdf-export) .consultation-report-v3 .report-zone-dot-green{background:#10c888}
html:not(.pdf-export) .consultation-report-v3 .report-zone-dot-yellow{background:#ffc43c}
html:not(.pdf-export) .consultation-report-v3 .report-zone-dot-red{background:#e84040}
html:not(.pdf-export) .consultation-report-v6 .report-zone-counts{display:grid;grid-template-columns:minmax(0,1fr);gap:7px}
html:not(.pdf-export) .consultation-report-v6 .report-zone-counts>span{display:grid;grid-template-columns:8px minmax(16px,auto) minmax(0,1fr);align-items:center;gap:7px;width:100%;line-height:1.35}
html:not(.pdf-export) .consultation-report-v3 .consultation-part-title{gap:0}

html:not(.pdf-export) .consultation-report-v3 .report-insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;max-width:1160px;margin:0 auto}
html:not(.pdf-export) .consultation-report-v3 .report-insight-grid-single{grid-template-columns:minmax(0,760px);justify-content:center}
html:not(.pdf-export) .consultation-report-v3 .report-insight-card{display:grid;align-content:start;gap:8px;min-width:0;padding:24px;border:1px solid #d4e8e3;border-radius:26px;background:#fff;box-shadow:0 8px 26px rgba(16,52,47,.05)}
html:not(.pdf-export) .consultation-report-v3 .report-insight-kicker{color:var(--primary-dark);font-size:11px;line-height:1;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
html:not(.pdf-export) .consultation-report-v3 .report-insight-card h2{margin:0;color:#173d36;font-size:23px;line-height:1.12;letter-spacing:-.025em}
html:not(.pdf-export) .consultation-report-v3 .report-insight-summary{margin:0;color:#61706d;font-size:14px;line-height:1.48}
html:not(.pdf-export) .consultation-report-v3 .report-signal-list{display:grid;margin-top:7px}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px 11px;padding:13px 0;border-top:1px solid #e1eeeb}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row:first-child{border-top:0}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row>i{width:9px;height:9px;border-radius:50%;background:#8ebdb4}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row-green>i{background:#21ad85}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row-yellow>i{background:#d7a735}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row-red>i{background:#d66055}
html:not(.pdf-export) .consultation-report-v3 .report-signal-copy{display:grid;gap:3px;min-width:0}
html:not(.pdf-export) .consultation-report-v3 .report-signal-copy strong{color:#173d36;font-size:15px;line-height:1.25}
html:not(.pdf-export) .consultation-report-v3 .report-signal-copy span{color:#697875;font-size:12px;line-height:1.4}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row>b{max-width:150px;color:#345a52;font-size:12px;line-height:1.35;text-align:right}
html:not(.pdf-export) .consultation-report-v3 .report-signal-row>small{grid-column:2/-1;margin-top:-4px;color:#697875;font-size:11px;line-height:1.35;text-align:right}
html:not(.pdf-export) .consultation-report-v8 .report-signal-row{grid-template-columns:minmax(0,1fr) auto}
html:not(.pdf-export) .consultation-report-v8 .report-signal-copy strong{overflow-wrap:anywhere}
html:not(.pdf-export) .consultation-report-v8 .report-signal-row-green .report-signal-copy strong{color:#0b8063}
html:not(.pdf-export) .consultation-report-v8 .report-signal-row-yellow .report-signal-copy strong{color:#946300}
html:not(.pdf-export) .consultation-report-v8 .report-signal-row-red .report-signal-copy strong{color:#c13f3f}
html:not(.pdf-export) .consultation-report-v8 .report-signal-row>small{grid-column:1/-1}
html:not(.pdf-export) .consultation-report-v9 .report-signal-row-green .report-signal-copy strong{color:#10c888}
html:not(.pdf-export) .consultation-report-v9 .report-signal-row-yellow .report-signal-copy strong{color:#ffc43c}
html:not(.pdf-export) .consultation-report-v9 .report-signal-row-red .report-signal-copy strong{color:#e84040}
html:not(.pdf-export) .consultation-report-v14 .report-focus-card .report-signal-row-green>b{color:#10c888}
html:not(.pdf-export) .consultation-report-v14 .report-focus-card .report-signal-row-yellow>b{color:#ffc43c}
html:not(.pdf-export) .consultation-report-v14 .report-focus-card .report-signal-row-red>b{color:#e84040}

/* Keep the entire navigation above report cards even before its static bar is
   pinned: a z-index on the static bar alone cannot raise its tooltips. */
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-slot{position:relative;z-index:8;width:100%;max-width:1160px;min-width:0;margin:18px auto 22px;overflow-anchor:none}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav{position:static;top:var(--report-chapter-nav-top,85px);z-index:8;width:100%;max-width:1160px;min-width:0;margin:0;padding:6px;border:1px solid #0d6957;border-radius:18px;background:#0d6957;box-shadow:0 12px 28px rgba(10,75,62,.18);isolation:isolate;overscroll-behavior-inline:none;touch-action:pan-y pinch-zoom}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-slot.is-report-nav-pinned .consultation-chapter-nav{position:fixed;top:var(--report-chapter-nav-top,85px);left:var(--report-chapter-nav-left,16px);width:var(--report-chapter-nav-width,calc(100% - 32px));max-width:none}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-slot.is-report-nav-ended .consultation-chapter-nav{position:absolute;top:var(--report-chapter-nav-end-offset,0);left:0;width:100%;max-width:none}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll{display:grid;grid-template-columns:repeat(var(--report-chapter-count),minmax(0,1fr));gap:6px;width:100%;max-width:100%;min-width:0;overscroll-behavior-inline:none;touch-action:pan-y pinch-zoom}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:58px;padding:9px 10px;border:0;border-radius:14px;background:transparent;color:rgba(255,255,255,.76);font:800 12px/1.2 inherit;text-align:center;cursor:pointer;transition:none}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button:hover{background:rgba(255,255,255,.08);color:#fff}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll{position:relative}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-highlight{position:absolute;top:0;left:0;pointer-events:none;border-radius:14px;background:#fff;box-shadow:none}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav.is-highlight-ready .consultation-chapter-nav-highlight{transition:left .28s cubic-bezier(.22,.61,.36,1),width .28s ease}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button.active{background:transparent;color:#0d6957;box-shadow:none}
@media (prefers-reduced-motion:reduce){html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav.is-highlight-ready .consultation-chapter-nav-highlight{transition:none}}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(202,241,232,.34),0 10px 24px rgba(5,51,42,.2)}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button::after{content:attr(data-report-tooltip);position:absolute;left:50%;top:calc(100% + 9px);z-index:3;display:none;max-width:min(260px,calc(100vw - 28px));padding:8px 11px;border:1px solid #cfe7e2;border-radius:11px;background:#fff;color:#315b53;box-shadow:0 12px 30px rgba(23,91,83,.14);font:750 12px/1.3 inherit;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .15s ease,transform .15s ease}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button:hover::after,
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button:focus-visible::after{opacity:1;transform:translate(-50%,0)}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll button:is(:first-of-type,:nth-of-type(2))::after{left:0;transform:translate(0,-4px)}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll button:is(:first-of-type,:nth-of-type(2)):hover::after,
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll button:is(:first-of-type,:nth-of-type(2)):focus-visible::after{transform:translate(0,0)}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll button:is(:last-of-type,:nth-last-of-type(2))::after{right:0;left:auto;transform:translate(0,-4px)}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll button:is(:last-of-type,:nth-last-of-type(2)):hover::after,
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll button:is(:last-of-type,:nth-last-of-type(2)):focus-visible::after{transform:translate(0,0)}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-icon{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;color:currentColor}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-label{min-width:0;overflow-wrap:normal;word-break:normal;hyphens:none}
html:not(.pdf-export) .consultation-report-v3 .consultation-part{scroll-margin-top:calc(var(--report-chapter-nav-top,85px) + var(--report-chapter-nav-height,72px) + 10px)}

@media(max-width:960px){
  .report-snapshot{grid-template-columns:1fr}
  .report-snapshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  html:not(.pdf-export) .consultation-visual-summary{grid-template-columns:1fr}
  html:not(.pdf-export) .consultation-detail .zone-summary-chart{width:min(100%,390px);max-width:390px}
  html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3{grid-template-columns:1fr}
  html:not(.pdf-export) .consultation-input-summary{gap:18px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button{min-height:50px;padding:8px 5px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button::after{display:block}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-icon{width:23px;height:23px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}
@media(max-width:700px){
  html:not(.pdf-export) .consultation-page{padding:22px 0 58px}
  html:not(.pdf-export) .consultation-page-head{grid-template-columns:1fr;align-items:start;gap:18px;margin-bottom:16px;padding:21px;border-radius:24px}
  html:not(.pdf-export) .consultation-page-head .section-title{font-size:clamp(32px,10vw,39px)}
  html:not(.pdf-export) .consultation-page-head .muted{font-size:14px}
  html:not(.pdf-export) .consultation-page-actions{display:grid;grid-template-columns:1fr;width:100%}
  html:not(.pdf-export) .consultation-page-actions .btn{width:100%}
  html:not(.pdf-export) .consultation-input-summary{gap:16px;padding:18px 18px 7px;border-radius:20px}
  html:not(.pdf-export) .consultation-input-summary-head{gap:10px}
  html:not(.pdf-export) .consultation-input-summary-head h2{font-size:21px}
  html:not(.pdf-export) .consultation-input-summary-icon{width:38px;height:38px;border-radius:12px}
  html:not(.pdf-export) .consultation-input-summary-icon svg{width:20px;height:20px}
  html:not(.pdf-export) .consultation-input-data{grid-template-columns:repeat(3,minmax(0,1fr))}
  html:not(.pdf-export) .consultation-input-data-short{padding:2px 12px 13px;border-left:1px solid #cfe3df}
  html:not(.pdf-export) .consultation-input-data-short:first-child{padding-left:0;border-left:0}
  html:not(.pdf-export) .consultation-input-data-short:nth-child(3){padding-right:0}
  html:not(.pdf-export) .consultation-input-data-long{grid-template-columns:1fr;gap:4px;padding:11px 0}
  html:not(.pdf-export) .consultation-report-lead{padding:20px;border-radius:25px}
  html:not(.pdf-export) .consultation-report-lead .consultation-part-head{grid-template-columns:52px minmax(0,1fr);gap:12px}
  html:not(.pdf-export) .consultation-report-lead .consultation-part-icon{width:52px;height:52px;border-radius:16px}
  html:not(.pdf-export) .consultation-report-lead .consultation-part-icon svg{width:26px;height:26px}
  html:not(.pdf-export) .consultation-report-lead .consultation-part h4{font-size:23px}
  html:not(.pdf-export) .consultation-report-lead .consultation-part-content{margin:16px 0 0;padding:0}
  html:not(.pdf-export) .consultation-report-lead .consultation-part p,
  html:not(.pdf-export) .consultation-report-lead .consultation-part li{font-size:15px;line-height:1.55}
  .report-snapshot{gap:18px;padding:21px;border-radius:25px}
  .report-snapshot h2{font-size:24px}
  .report-snapshot-grid{grid-template-columns:1fr 1fr}
  .report-snapshot-metric{min-height:112px;padding:14px;border-radius:18px}
  .report-snapshot-metric strong{font-size:32px}
  html:not(.pdf-export) .consultation-detail-grid>.consultation-visual-summary>.example-dynamics,
  html:not(.pdf-export) .consultation-detail .zone-summary-card{padding:17px;border-radius:24px}
  html:not(.pdf-export) .consultation-detail .chart-carousel-head{grid-template-columns:52px minmax(0,1fr);gap:11px}
  html:not(.pdf-export) .consultation-detail .chart-title-visual{width:52px;height:52px;border-radius:16px}
  html:not(.pdf-export) .consultation-detail .chart-title-visual svg{width:26px;height:26px}
  html:not(.pdf-export) .consultation-detail .chart-title-copy b{font-size:16px}
  html:not(.pdf-export) .consultation-detail .chart-title-copy span{font-size:12px}
  html:not(.pdf-export) .consultation-report-card .consultation-part,
  html:not(.pdf-export) .consultation-report-card-continued .consultation-part{padding:18px;border-radius:20px}
  html:not(.pdf-export) .consultation-part-head{grid-template-columns:48px minmax(0,1fr);gap:12px}
  html:not(.pdf-export) .consultation-part-icon{width:48px;height:48px;border-radius:15px}
  html:not(.pdf-export) .consultation-part-icon svg{width:24px;height:24px}
  html:not(.pdf-export) .consultation-part h4{font-size:19px}
  html:not(.pdf-export) .consultation-part-content{max-width:none;margin:14px 0 0;padding:0}
  html:not(.pdf-export) .consultation-part-content p,
  html:not(.pdf-export) .consultation-part-content li{font-size:15px;line-height:1.56}
  html:not(.pdf-export) .temperament-report-card{padding:18px 10px;border-radius:24px}
  html:not(.pdf-export) .temperament-report-card .temperament-chart{width:min(100%,380px);max-width:380px}
  html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3-total{grid-template-columns:auto minmax(0,1fr)}
  html:not(.pdf-export) .consultation-report-v3 .report-insight-grid{grid-template-columns:1fr;gap:12px}
  html:not(.pdf-export) .consultation-report-v3 .report-insight-card{padding:18px;border-radius:21px}
  html:not(.pdf-export) .consultation-report-v3 .report-insight-card h2{font-size:20px}
  html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-counts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-slot{margin:12px auto 18px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav{padding:4px;border-radius:15px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-scroll{gap:4px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button{min-height:48px;padding:8px 4px;border-radius:12px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-icon{width:23px;height:23px}
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}
@media(max-width:560px){
  html:not(.pdf-export) .consultation-report-v8 .report-signal-row{grid-template-columns:minmax(0,1fr)}
  html:not(.pdf-export) .consultation-report-v8 .report-signal-row>b,
  html:not(.pdf-export) .consultation-report-v8 .report-signal-row>small{grid-column:1;text-align:left}
  html:not(.pdf-export) .consultation-report-v9 .report-signal-row>b{width:100%;max-width:none}
  html:not(.pdf-export) .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item{grid-template-columns:minmax(0,1fr);gap:9px;padding-right:0}
  html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-state{justify-self:start;max-width:100%;white-space:normal;text-align:left}
  html:not(.pdf-export) .consultation-report-v13 .report-changes-card .report-signal-row>b{justify-self:end;width:auto;max-width:100%;text-align:right}
  html:not(.pdf-export) .consultation-report-v13 .report-dynamics-map-state{justify-self:end;text-align:center}
  html:not(.pdf-export) .consultation-report-v14 .report-focus-card .report-signal-row>b{grid-column:1;justify-self:end;width:auto;max-width:100%;text-align:right}
  html:not(.pdf-export) .consultation-report-v12 .report-dynamics-map-counts{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:360px){
  html:not(.pdf-export) .consultation-report-v16 .report-snapshot-v16-total{grid-template-columns:minmax(0,1fr);gap:9px}
  html:not(.pdf-export) .consultation-report-v16 .report-snapshot-v16-total>strong{font-size:44px}
}
@media(max-width:320px){
  html:not(.pdf-export) .consultation-input-data{grid-template-columns:1fr}
  html:not(.pdf-export) .consultation-input-data-short{padding:10px 0;border-top:1px solid #d7e8e4;border-left:0}
  html:not(.pdf-export) .consultation-input-data-short:first-child{padding-top:0;border-top:0}
  .report-snapshot-grid{grid-template-columns:1fr}
  .report-snapshot-metric{min-height:92px}
  html:not(.pdf-export) .consultation-report-v3 .report-snapshot-v3-total strong{font-size:44px}
  html:not(.pdf-export) .consultation-report-v3 .report-signal-row{grid-template-columns:9px minmax(0,1fr)}
  html:not(.pdf-export) .consultation-report-v3 .report-signal-row>b,
  html:not(.pdf-export) .consultation-report-v3 .report-signal-row>small{grid-column:2;text-align:left}
  html:not(.pdf-export) .consultation-report-v8 .report-signal-row{grid-template-columns:minmax(0,1fr)}
  html:not(.pdf-export) .consultation-report-v8 .report-signal-row>b,
  html:not(.pdf-export) .consultation-report-v8 .report-signal-row>small{grid-column:1}
  html:not(.pdf-export) .consultation-report-v13 .report-changes-card .report-signal-row>b{justify-self:end;text-align:right}
  html:not(.pdf-export) .consultation-report-v13 .report-dynamics-map-state{justify-self:end;text-align:center}
  html:not(.pdf-export) .consultation-report-v14 .report-focus-card .report-signal-row>b{justify-self:end;text-align:right}
}
@media(hover:none){
  html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav button::after{display:none}
}

html.pdf-export .consultation-part-head{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px}
html.pdf-export .consultation-part-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d3e8e3;border-radius:13px;background:#f3faf8}
html.pdf-export .consultation-part-icon svg{display:block;width:22px;height:22px;fill:none;stroke:#19a386;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
html.pdf-export .consultation-part-title{display:grid;gap:2px}
html.pdf-export .consultation-part-kicker{font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#16816b}
html.pdf-export .consultation-part-head h4{margin:0;padding:0}
html.pdf-export .consultation-part-head h4::before{display:none}
html.pdf-export .consultation-part-content{display:grid;gap:5px;margin-top:7px}
html.pdf-export .consultation-report-v7 .consultation-part-content ul{padding-left:0}
html.pdf-export .consultation-report-v7 .consultation-part-content li{padding-left:0}
html.pdf-export .consultation-report-v7 .consultation-part-content li::before{left:-10px;top:.72em;width:4px;height:4px;border-radius:50%;background:#9bd9cc;box-shadow:none}
html.pdf-export .consultation-report-v10 .consultation-part-content li::before{left:-12px;top:.67em;width:6px;height:6px;background:#10c888}
html.pdf-export .consultation-report-v12 .consultation-part-dynamics{padding:10px;border:1px solid #c8e1db;border-radius:12px;background:#f3f9f7;break-inside:avoid-page}
html.pdf-export .consultation-report-v12 .consultation-part-dynamics .consultation-part-content{gap:6px;margin-top:8px}
html.pdf-export .consultation-report-v12 .report-dynamics-map-intro{margin:0;color:#52706a;font-size:8px;line-height:1.35}
html.pdf-export .consultation-report-v12 .report-dynamics-map-overview{display:grid;gap:5px}
html.pdf-export .consultation-report-v12 .report-dynamics-map-strip{display:flex;gap:2px;height:7px;overflow:hidden;border-radius:999px;background:#fff}
html.pdf-export .consultation-report-v12 .report-dynamics-map-counts{display:flex;flex-wrap:wrap;gap:4px 9px;color:#52706a;font-size:7px;font-weight:750}
html.pdf-export .consultation-report-v12 .report-dynamics-map-counts>span{display:inline-flex;align-items:center;gap:3px}
html.pdf-export .consultation-report-v12 .report-dynamics-map-counts i{width:5px;height:5px;border-radius:50%}
html.pdf-export .consultation-report-v12 .report-dynamics-map-tone-green{background:#10c888}
html.pdf-export .consultation-report-v12 .report-dynamics-map-tone-neutral{background:#8ebdb4}
html.pdf-export .consultation-report-v12 .report-dynamics-map-tone-yellow{background:#ffc43c}
html.pdf-export .consultation-report-v12 .report-dynamics-map-tone-red{background:#e84040}
html.pdf-export .consultation-report-v12 .report-dynamics-map-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
html.pdf-export .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:5px;padding:6px 0 6px 12px;border-top:1px solid #d7e8e4}
html.pdf-export .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item:first-child{border-top:0}
html.pdf-export .consultation-report-v12 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item::before{left:0;top:9px;width:6px;height:6px;background:#10c888}
html.pdf-export .consultation-report-v12 .report-dynamics-map-copy{font-size:8px;line-height:1.4;color:#345a52}
html.pdf-export .consultation-report-v12 .report-dynamics-map-state{max-width:115px;padding:3px 6px;border:1px solid #bedbd5;border-radius:999px;background:#fff;color:#345a52;font-size:7px;line-height:1.2;font-weight:800;text-align:center}
html.pdf-export .consultation-report-v13 .report-dynamics-map-state{box-sizing:border-box;min-width:68px;text-align:center}
html.pdf-export .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item::before{background:#8ebdb4}
html.pdf-export .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item-green::before{background:#10c888}
html.pdf-export .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item-yellow::before{background:#ffc43c}
html.pdf-export .consultation-report-v13 .consultation-part-dynamics .consultation-part-content .report-dynamics-map-item-red::before{background:#e84040}
html.pdf-export .consultation-report-v13 .report-dynamics-baseline-copy{display:grid;gap:2px}
html.pdf-export .consultation-report-v13 .report-dynamics-baseline-copy strong{color:#173d36}
html.pdf-export .consultation-report-v13 .report-dynamics-baseline-copy>span{color:#52706a;font-size:7px}
html.pdf-export .consultation-report-v13 .report-dynamics-baseline-empty{margin:0;color:#345a52;font-size:8px;line-height:1.4}
html.pdf-export .consultation-report-v13 .consultation-part-content ul:not(.report-dynamics-map-list){padding-left:0}
html.pdf-export .consultation-report-v13 .consultation-part-content li:not(.report-dynamics-map-item){padding-left:12px}
html.pdf-export .consultation-report-v13 .consultation-part-content li:not(.report-dynamics-map-item)::before{left:0;top:.67em;width:6px;height:6px;background:#10c888}
html.pdf-export .report-snapshot{display:grid;grid-template-columns:1fr 2fr;gap:10px;margin:0 0 12px;padding:12px;border:1px solid #d3e8e3;border-radius:14px;background:#f7fbfa;color:#173d36;box-shadow:none;break-inside:avoid-page}
html.pdf-export .report-snapshot-kicker,html.pdf-export .report-snapshot h2{color:#173d36}
html.pdf-export .report-snapshot p{color:#61706d}
html.pdf-export .report-snapshot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
html.pdf-export .report-snapshot-metric{min-height:0;padding:8px;border-color:#d3e8e3;border-radius:10px;background:#fff;box-shadow:none}
html.pdf-export .report-snapshot-metric i{display:none}
html.pdf-export .report-snapshot-metric strong{font-size:21px;color:#173d36}
html.pdf-export .report-snapshot-metric span{font-size:9px;color:#61706d}
html.pdf-export .consultation-report-v3 .report-snapshot-v3-body{display:grid;align-content:center;gap:7px}
html.pdf-export .consultation-report-v3 .report-snapshot-v3-total{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px}
html.pdf-export .consultation-report-v3 .report-snapshot-v3-total strong{color:#173d36;font-size:28px;line-height:1;font-weight:950}
html.pdf-export .consultation-report-v3 .report-snapshot-v3-total span{color:#345a52;font-size:10px;font-weight:800}
html.pdf-export .consultation-report-v16 .report-snapshot-v16-total{grid-template-columns:auto minmax(0,1fr);gap:8px}
html.pdf-export .consultation-report-v16 .report-snapshot-v16-total>strong{white-space:nowrap;font-variant-numeric:tabular-nums}
html.pdf-export .consultation-report-v16 .report-insight-teaser-copy{display:grid;align-content:center;gap:2px;min-width:0}
html.pdf-export .consultation-report-v16 .report-insight-teaser-copy b{color:#234f47;font-size:9px;line-height:1.2;font-weight:900}
html.pdf-export .consultation-report-v16 .report-insight-teaser-copy small{color:#61706d;font-size:7px;line-height:1.25;font-weight:700}
html.pdf-export .consultation-report-v3 .report-zone-distribution{display:flex;gap:2px;height:7px;overflow:hidden;border-radius:999px;background:#e6efed}
html.pdf-export .consultation-report-v3 .report-zone-distribution-green{background:#10c888}
html.pdf-export .consultation-report-v3 .report-zone-distribution-yellow{background:#ffc43c}
html.pdf-export .consultation-report-v3 .report-zone-distribution-red{background:#e84040}
html.pdf-export .consultation-report-v3 .report-zone-counts{display:flex;gap:10px;min-width:0;color:#61706d;font-size:8px}
html.pdf-export .consultation-report-v3 .report-zone-counts>span{display:inline-flex;align-items:center;gap:3px;min-width:0}
html.pdf-export .consultation-report-v3 .report-zone-counts i{width:5px;height:5px;border-radius:50%}
html.pdf-export .consultation-report-v3 .report-zone-label{min-width:0;overflow-wrap:normal;word-break:normal;hyphens:none}
html.pdf-export .consultation-report-v3 .report-zone-dot-green{background:#10c888}
html.pdf-export .consultation-report-v3 .report-zone-dot-yellow{background:#ffc43c}
html.pdf-export .consultation-report-v3 .report-zone-dot-red{background:#e84040}
html.pdf-export .consultation-report-v6 .report-zone-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
html.pdf-export .consultation-report-v6 .report-zone-counts>span{display:grid;grid-template-columns:5px minmax(10px,auto) minmax(0,1fr);align-items:start;gap:3px;line-height:1.25}
html.pdf-export .consultation-report-v3 .report-insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px;break-inside:avoid-page}
html.pdf-export .consultation-report-v3 .report-insight-card{display:grid;align-content:start;gap:4px;padding:10px;border:1px solid #d3e8e3;border-radius:12px;background:#fff}
html.pdf-export .consultation-report-v3 .report-insight-kicker{color:#0f7c68;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
html.pdf-export .consultation-report-v3 .report-insight-card h2{margin:0;color:#173d36;font-size:15px}
html.pdf-export .consultation-report-v3 .report-insight-summary{margin:0;color:#61706d;font-size:9px;line-height:1.35}
html.pdf-export .consultation-report-v3 .report-signal-list{display:grid;margin-top:3px}
html.pdf-export .consultation-report-v3 .report-signal-row{display:grid;grid-template-columns:6px 1fr auto;align-items:center;gap:5px;padding:5px 0;border-top:1px solid #e1eeeb}
html.pdf-export .consultation-report-v3 .report-signal-row:first-child{border-top:0}
html.pdf-export .consultation-report-v3 .report-signal-row>i{width:5px;height:5px;border-radius:50%;background:#8ebdb4}
html.pdf-export .consultation-report-v3 .report-signal-row-green>i{background:#21ad85}
html.pdf-export .consultation-report-v3 .report-signal-row-yellow>i{background:#d7a735}
html.pdf-export .consultation-report-v3 .report-signal-row-red>i{background:#d66055}
html.pdf-export .consultation-report-v3 .report-signal-copy{display:grid;gap:1px}
html.pdf-export .consultation-report-v3 .report-signal-copy strong{font-size:9px;color:#173d36}
html.pdf-export .consultation-report-v3 .report-signal-copy span,
html.pdf-export .consultation-report-v3 .report-signal-row>b,
html.pdf-export .consultation-report-v3 .report-signal-row>small{font-size:7px;color:#61706d}
html.pdf-export .consultation-report-v3 .report-signal-row>small{grid-column:2/-1;text-align:right}
html.pdf-export .consultation-report-v8 .report-signal-row{grid-template-columns:minmax(0,1fr) minmax(70px,110px)}
html.pdf-export .consultation-report-v8 .report-signal-copy strong{overflow-wrap:anywhere}
html.pdf-export .consultation-report-v8 .report-signal-row-green .report-signal-copy strong{color:#0b8063}
html.pdf-export .consultation-report-v8 .report-signal-row-yellow .report-signal-copy strong{color:#946300}
html.pdf-export .consultation-report-v8 .report-signal-row-red .report-signal-copy strong{color:#c13f3f}
html.pdf-export .consultation-report-v8 .report-signal-row>small{grid-column:1/-1}
html.pdf-export .consultation-report-v9 .report-signal-row-green .report-signal-copy strong{color:#10c888}
html.pdf-export .consultation-report-v9 .report-signal-row-yellow .report-signal-copy strong{color:#ffc43c}
html.pdf-export .consultation-report-v9 .report-signal-row-red .report-signal-copy strong{color:#e84040}
html.pdf-export .consultation-report-v14 .report-focus-card .report-signal-row-green>b{color:#10c888}
html.pdf-export .consultation-report-v14 .report-focus-card .report-signal-row-yellow>b{color:#ffc43c}
html.pdf-export .consultation-report-v14 .report-focus-card .report-signal-row-red>b{color:#e84040}
html.pdf-export .chart-title-visual{display:none}

/* Mobile resilience: preserve the visual system while allowing every layout
   primitive to shrink to the real device viewport. */
html{max-width:100%;overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none}
body{max-width:100%;min-width:0;overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none}
main,section,header,footer,nav,form,fieldset,
.container,.card,.grid,.form,.form-row,.table-wrap,
.cabinet-main,.cabinet-card,.admin-page,.admin-section,
.about-product-page,.about-product-hero-grid,.about-control-layout,
.consultation-page,.consultation-detail,.consultation-detail-grid,
.consultation-visual-summary,.chart-carousel-shell,.chart-carousel,
.home-hero-report-stack,.home-report-stack-wrap,.home-report-stack{
  min-width:0;
  max-width:100%;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,label,legend,summary,
.btn,.tab,.badge,.notice,.success,.error{overflow-wrap:anywhere}
input,select,textarea,button{max-width:100%;min-width:0}
.btn,button{white-space:normal}

@media(max-width:560px){
  html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
  body{min-height:100svh}
  .container,.form-wrap{
    width:calc(100% - max(24px, env(safe-area-inset-left) + env(safe-area-inset-right)));
  }
  .topbar .container{
    padding-left:env(safe-area-inset-left);
    padding-right:env(safe-area-inset-right);
  }
  .footer{padding-bottom:max(18px,env(safe-area-inset-bottom))}
  .section-title,.form-wrap .section-title,.legal-page h1,
  .pricing-head .section-title,.contact-hero .section-title,
  .home-product-hero .about-product-intro h1,.about-product-intro h1{
    font-size:clamp(30px,10vw,40px);
    line-height:1.08;
    letter-spacing:-.035em;
  }
  .about-section-head h2,.about-context-copy h2,.about-control-layout h2{
    font-size:clamp(28px,9vw,34px);
  }
  .about-control-layout,.about-context-layout,.about-product-hero-grid,
  .hero-grid,.grid-4,.grid-3,.grid-2,.contact-hero-grid,
  .contact-form-layout,.consultation-visual-summary{
    grid-template-columns:minmax(0,1fr);
  }
  .card,.contact-panel,.contact-card,.contact-form-card,
  .cabinet-balance,.cabinet-card{max-width:100%}
  .input,select,textarea{font-size:16px;line-height:1.35}
  textarea{resize:vertical}
  .checkline{min-width:0}
  .checkline>span{min-width:0;overflow-wrap:anywhere}
  .hero-actions,.contact-actions,.consultation-page-actions,
  .platform-modal-actions,.payment-status-actions{width:100%}
  .hero-actions .btn,.contact-actions .btn,
  .consultation-page-actions .btn,.platform-modal-actions .btn,
  .payment-status-actions .btn{width:100%;min-width:0}
  .cookie-notice,.platform-toast-stack{
    bottom:max(12px,env(safe-area-inset-bottom));
  }
  .platform-modal{
    padding:max(12px,env(safe-area-inset-top))
      max(12px,env(safe-area-inset-right))
      max(12px,env(safe-area-inset-bottom))
      max(12px,env(safe-area-inset-left));
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .platform-modal-card{max-height:calc(100svh - 24px);overflow-y:auto}
  .table-wrap,.reference-table-wrap{
    max-width:100%;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
  }
  .manual-analyte-value{grid-template-columns:minmax(0,1fr) auto}
  .manual-analyte-value span{
    max-width:38vw;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .consultation-detail-grid>.consultation-visual-summary>.example-dynamics{
    width:100%;
    max-width:100%;
    margin-left:0;
    padding-inline:8px;
  }
}

@media(max-width:360px){
  .container,.form-wrap{width:calc(100% - 20px)}
  .nav{gap:7px}
  .mobile-menu{padding-inline:10px}
  .brand{gap:8px;font-size:17px}
  .brand img{width:34px;height:34px}
  .manual-direction-group{padding:10px;border-radius:17px}
  .manual-direction-head h4{font-size:16px}
  .report-credit-charge{padding:11px 12px;font-size:13px}
  .card,.contact-panel,.contact-card,.contact-form-card,
  .cabinet-balance,.cabinet-card,.example-card{
    padding:16px;
    border-radius:18px;
  }
  .home-hero-report-stack .home-report-stack,.home-report-stack{height:454px}
  .home-hero-report-stack .home-report-stack-card,.home-report-stack-card{
    width:calc(100% - 22px)!important;
    height:420px!important;
  }
  .home-report-stack-card[data-stack-position="1"]{
    transform:translateX(calc(-50% + 7px)) translateY(10px) rotate(1deg) scale(.98);
  }
  .home-report-stack-card[data-stack-position="2"]{
    transform:translateX(calc(-50% + 12px)) translateY(19px) rotate(1.8deg) scale(.96);
  }
  .pin-boxes,.pin-setup-fields .pin-boxes{
    grid-template-columns:repeat(4,minmax(42px,48px));
    gap:6px;
  }
  .pin-boxes input,.pin-setup-fields .pin-boxes input{
    width:100%;
    height:52px;
  }
  .admin-user-balances,.cabinet-overview .balance-metrics,
  .cabinet-overview .cabinet-balance-actions,.request-actions{
    grid-template-columns:minmax(0,1fr);
  }
}

@media(max-width:420px){
  .nav.is-admin-account .brand span{display:inline}
  .nav .mobile-menu{
    position:relative;
    width:44px;
    min-width:44px;
    max-width:44px;
    height:44px;
    min-height:44px;
    max-height:44px;
    flex:0 0 44px;
    align-items:center;
    justify-content:center;
    padding:0;
    border-radius:50%;
    font-size:0;
    line-height:1;
  }
  .nav .mobile-menu::after{
    content:"К";
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    font-size:16px;
    font-weight:900;
    line-height:1;
    text-align:center;
  }
  .nav .mobile-menu[href="/admin"]::after,.has-admin-account .nav .mobile-menu::after{content:"А"}
}

@media(max-width:320px){
  .app-card{
    grid-template-columns:minmax(0,1fr);
    padding:16px;
  }
  .app-copy{min-width:0;max-width:100%}
  .app-copy .section-title{
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .app-platforms{
    grid-template-columns:minmax(0,1fr);
    justify-self:center;
    width:min(100%,220px);
  }
  .app-platform-download{
    width:100%;
    min-width:0;
    min-height:60px;
  }
  .legal-links{display:grid;grid-template-columns:minmax(0,1fr);width:100%}
  .legal-page h1.consent-title{
    font-size:clamp(18px,7.2vw,23px);
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .consultation-page>.container{padding-inline:8px}
  .chart-carousel-shell.has-carousel-controls>.chart-carousel{
    margin-inline:22px;
  }
  .chart-carousel-shell>.chart-carousel-btn{width:26px;height:26px}
}

@media(max-width:270px){
  .nav .brand span,
  .nav.is-admin-account .brand span{display:none}
}

/* The admin users dataset is a table on wide screens and a labelled card
   list when the columns can no longer remain readable. */
.admin-user-contact{display:block;min-width:0;overflow-wrap:anywhere}
@media(max-width:780px){
  .admin-users-wrap{
    overflow:visible;
    contain:none;
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  .admin-users-table{
    display:block;
    width:100%;
    min-width:0;
    background:transparent;
  }
  .admin-users-table thead{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
  }
  .admin-users-table tbody{
    display:grid;
    gap:12px;
    width:100%;
  }
  .admin-users-table .admin-user-row{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    grid-auto-flow:row;
    width:100%;
    min-width:0;
    padding:6px 16px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 28px rgba(16,52,47,.05);
  }
  .admin-users-table .admin-user-row>td{
    display:grid;
    grid-column:1;
    grid-template-columns:minmax(108px,.34fr) minmax(0,1fr);
    align-items:start;
    gap:12px;
    width:100%;
    min-width:0;
    padding:11px 0;
    border:0;
    border-bottom:1px solid var(--line);
    overflow-wrap:anywhere;
  }
  .admin-users-table .admin-user-row>td:last-child{border-bottom:0}
  .admin-users-table .admin-user-row>td::before{
    content:attr(data-label);
    color:var(--muted);
    font-size:12px;
    font-weight:850;
    line-height:1.35;
    text-transform:uppercase;
    letter-spacing:.035em;
  }
  .admin-users-table .admin-user-cell-link{
    min-width:0;
    overflow-wrap:anywhere;
  }
  .admin-users-table .admin-user-contact{
    margin-top:4px;
    line-height:1.45;
  }
  .admin-users-table .admin-users-empty{
    display:block;
    width:100%;
    padding:22px!important;
    border:1px dashed var(--line);
    border-radius:18px;
  }
  .admin-users-table .admin-users-empty::before{display:none}
}
@media(max-width:360px){
  .admin-users-table .admin-user-row{padding-inline:13px;border-radius:18px}
  .admin-users-table .admin-user-row>td{
    grid-template-columns:minmax(0,1fr);
    gap:4px;
  }
}

/* Installed iPhone application (PWA), release 0.31.2. */
.app-platform-ios{cursor:pointer;appearance:none;font:inherit}.app-platform-ios:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(25,163,134,.2),0 12px 28px rgba(25,163,134,.2)}
.pwa-operations-intro,.pwa-profile-description{display:none}
html.ios-pwa{background:#fff;color-scheme:light}html.ios-pwa body{min-height:100dvh;background:#fff;-webkit-tap-highlight-color:transparent}html.ios-pwa body>.footer,html.ios-pwa body.pwa-auth-page>.topbar{display:none}
html.ios-pwa body.pwa-auth-page .form-wrap{width:min(520px,100%);margin:0 auto;padding:28px 18px 38px}html.ios-pwa body.pwa-auth-page .form-wrap>.card{padding:0;border:0;border-radius:0;box-shadow:none}.pwa-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:58px;color:var(--ink);font-size:19px;font-weight:850;text-decoration:none}.pwa-auth-brand img{width:34px;height:34px}.pwa-auth-description{margin:10px 0 28px;color:var(--muted);font-size:16px;line-height:23px}html.ios-pwa body.pwa-auth-page .section-title{text-align:left;font-size:clamp(38px,10vw,44px);letter-spacing:-.035em}
html.ios-pwa .topbar.pwa-app-header{position:sticky;top:0;z-index:80;border-bottom:1px solid rgba(18,55,48,.04);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}html.ios-pwa .pwa-app-header .nav{width:min(520px,100%);min-height:54px;padding:8px 16px}html.ios-pwa .pwa-app-header .brand{gap:10px;color:var(--ink);font-size:18px}html.ios-pwa .pwa-app-header .brand img{width:32px;height:32px}html.ios-pwa .pwa-app-header .navlinks,html.ios-pwa .pwa-app-header .mobile-menu,html.ios-pwa .pwa-app-header .mobile-nav-toggle{display:none!important}.pwa-top-up{display:grid;place-items:center;flex-shrink:0;min-height:44px;padding:8px 12px;margin-left:auto;border-radius:22px;background:#e5f5f1;color:var(--primary-dark);font-size:14px;font-weight:750;line-height:18px;text-decoration:none}.pwa-top-up:hover{color:var(--primary-dark);background:#d9f1eb}.pwa-top-up:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(25,163,134,.15)}
.pwa-bottom-nav{position:fixed;z-index:90;left:50%;bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;width:min(496px,calc(100% - 24px));padding:5px;border:1px solid #d8e9e5;border-radius:25px;background:#fcfefd;box-shadow:0 12px 28px rgba(32,78,69,.16);transform:translateX(-50%)}.pwa-bottom-nav a{display:grid;place-items:center;align-content:center;min-width:0;padding:8px 2px;border-radius:20px;color:var(--muted);font-size:11px;font-weight:850;line-height:1;text-decoration:none}.pwa-bottom-nav a i{display:block;width:5px;height:4px;border-radius:999px;background:#cfe0dc;transition:width .18s ease,background .18s ease}.pwa-bottom-nav a span{margin-top:6px;white-space:nowrap}.pwa-bottom-nav a.active{background:#e2f5f0;color:var(--primary-dark)}.pwa-bottom-nav a.active i{width:22px;background:var(--primary)}.pwa-bottom-nav a:focus-visible{outline:0;box-shadow:inset 0 0 0 2px var(--primary)}html.ios-pwa body.has-pwa-bottom-nav{padding-bottom:calc(90px + env(safe-area-inset-bottom))}
html.ios-pwa .cabinet-shell{padding:0;background:#fff}html.ios-pwa .cabinet-shell>.container{width:min(520px,100%);padding:0 16px}html.ios-pwa .cabinet-layout-modern{display:block}html.ios-pwa .cabinet-layout-modern>.cabinet-tab-row,html.ios-pwa .cabinet-layout-modern>.cabinet-logout-row{display:none}html.ios-pwa .cabinet-overview{display:grid;grid-template-columns:1fr;gap:22px;padding:16px 0 30px;border:0}html.ios-pwa body:not([data-cabinet-tab="new"]) .cabinet-overview{display:none}html.ios-pwa .cabinet-overview-copy h1{max-width:430px;margin-top:8px;font-size:clamp(39px,10.5vw,46px);line-height:.99;letter-spacing:-.04em}html.ios-pwa .cabinet-overview-copy>p:last-child{margin-top:10px;font-size:16px;line-height:23px}html.ios-pwa .cabinet-overview .cabinet-balance{grid-template-columns:1fr;padding:0;border:0;background:transparent;box-shadow:none}html.ios-pwa .cabinet-overview .balance-metrics{grid-template-columns:1fr 1fr;gap:10px}html.ios-pwa .cabinet-overview .balance-metric{min-height:98px;padding:16px 17px;border-radius:20px;background:var(--page-soft)}html.ios-pwa .cabinet-overview .pulse-metric{background:#e9f6f2}html.ios-pwa .cabinet-overview .balance-metric strong{font-size:31px}html.ios-pwa .cabinet-overview .cabinet-balance-actions{display:none}
html.ios-pwa .cabinet-layout-modern>.cabinet-main{padding:0 0 28px}html.ios-pwa .cabinet-main>.cabinet-card,html.ios-pwa .cabinet-main>[data-panel]{padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}html.ios-pwa .latest-report-label{margin:0 0 9px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}html.ios-pwa .latest-card{padding:17px!important;border:1px solid #d3eeea!important;border-radius:20px!important;background:#f7fbfa!important}html.ios-pwa .latest-card h2{font-size:18px}html.ios-pwa .consultation-card{margin-top:30px}html.ios-pwa .consultation-head{margin-bottom:28px}html.ios-pwa .consultation-head .section-title{font-size:clamp(39px,10.5vw,46px);line-height:1;letter-spacing:-.04em}
html.ios-pwa .cabinet-layout-modern .cabinet-form{gap:24px}html.ios-pwa .cabinet-layout-modern .cabinet-form>label[data-scenario-field="service"]{grid-template-columns:1fr;gap:16px;padding:20px 18px;border-radius:22px;background:linear-gradient(135deg,#ecf7f4,#f7fbfa)}html.ios-pwa .cabinet-service-copy b{font-size:19px}html.ios-pwa .cabinet-layout-modern [data-scenario-field="service"] select{height:58px;border:1.5px solid #7fc7bb;border-radius:17px}html.ios-pwa .cabinet-layout-modern .analysis-input-box{gap:18px;padding-bottom:24px}html.ios-pwa .cabinet-layout-modern .input-mode-switch{display:grid;grid-template-columns:1fr;padding:6px;border:1px solid #d3eeea;border-radius:18px;background:#f7f8f9}html.ios-pwa .cabinet-layout-modern .input-mode-switch button{min-height:44px;border-radius:14px}html.ios-pwa .cabinet-layout-modern .consultation-context-details{border:1px solid #b9dbd4;border-radius:18px;background:#edf8f5;box-shadow:0 5px 14px rgba(23,91,83,.08)}html.ios-pwa .cabinet-layout-modern .cabinet-start-btn{width:100%;min-height:52px;margin:0}
html.ios-pwa .cabinet-layout-modern .consultation-context-details{background:#f3f9f7}html.ios-pwa .cabinet-layout-modern .pregnancy-context{background:linear-gradient(135deg,#ecf7f4,#f7fbfa)}
html.ios-pwa .history-panel>.history-panel-head{margin:16px 0 24px}html.ios-pwa .history-panel-title .section-title{font-size:clamp(39px,10.5vw,46px);line-height:1}html.ios-pwa .history-tools{grid-template-columns:1fr;gap:10px}html.ios-pwa .request-card{padding:17px;border-radius:20px}
html.ios-pwa .pwa-operations-intro{display:block;padding-top:16px}html.ios-pwa [data-panel="transactions"]>.panel-head{display:none}html.ios-pwa .pwa-operations-intro>h2{margin:0;font-size:clamp(39px,10.5vw,46px);line-height:.98;letter-spacing:-.04em}html.ios-pwa .pwa-operations-intro>p{margin:10px 0 24px;color:var(--muted);font-size:16px;line-height:23px}.pwa-operation-balances{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pwa-operation-balances>div{display:grid;gap:8px;min-height:98px;padding:16px 17px;border-radius:20px;background:var(--page-soft)}.pwa-operation-balances>div+div{background:#e9f6f2}.pwa-operation-balances span{color:var(--muted);font-size:13px;font-weight:800}.pwa-operation-balances strong{font-size:31px;color:var(--ink)}html.ios-pwa #pwaRedeemPulseBtn{width:100%;min-height:52px;margin-top:16px}html.ios-pwa .pwa-operations-intro>h3{margin:28px 0 14px;font-size:28px}
html.ios-pwa .cabinet-profile-panel{padding-top:16px!important}html.ios-pwa .cabinet-profile-heading{margin-bottom:26px}html.ios-pwa .cabinet-profile-heading .section-title{font-size:clamp(39px,10.5vw,46px)}html.ios-pwa .pwa-profile-description{display:block;margin:10px 0 0;color:var(--muted);font-size:16px;line-height:24px}html.ios-pwa .cabinet-profile-panel .profile-head{padding:20px 0}html.ios-pwa .cabinet-profile-panel .profile-facts{display:block;margin:12px 0;padding:4px 18px;border-radius:22px;background:var(--page-soft)}html.ios-pwa .cabinet-profile-panel .profile-facts>div,html.ios-pwa .cabinet-profile-panel .profile-facts>div:nth-child(odd),html.ios-pwa .cabinet-profile-panel .profile-facts>div:nth-child(even){display:grid;grid-template-columns:1fr;gap:5px;padding:14px 0;border:0;border-bottom:1px solid var(--line)}html.ios-pwa .cabinet-profile-panel .profile-facts>div:last-child{border-bottom:0}html.ios-pwa .cabinet-profile-panel .profile-facts dd{margin:0;overflow-wrap:anywhere}html.ios-pwa .profile-pin-row dd,html.ios-pwa .profile-notification-row dd{display:flex;align-items:center;justify-content:space-between;gap:10px}html.ios-pwa .pwa-profile-logout{display:flex;width:100%;min-height:50px;margin-top:34px;align-items:center;justify-content:center;border:1px solid #e7baba;border-radius:999px;background:#fff;color:#ad2f2f;font-weight:850}html.ios-pwa .profile-delete-account{width:100%;margin-top:8px;text-align:center}
.analysis-source-modal .platform-modal-card{width:min(430px,calc(100% - 28px));padding:22px}.analysis-source-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.analysis-source-options button{display:grid;place-items:center;align-content:center;min-height:118px;padding:12px;border:1px solid #d3eeea;border-radius:18px;background:#f7fbfa;color:var(--ink);cursor:pointer}.analysis-source-options button>span{color:var(--primary);font-size:30px;font-weight:800}.analysis-source-options button>b{margin-top:7px;font-size:14px;line-height:17px}.analysis-source-options button:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(25,163,134,.15)}.analysis-source-cancel{width:100%;margin-top:8px}
.pwa-notification-invite{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;gap:12px;align-items:center;margin:0 0 20px;padding:14px;border:1px solid #d3eeea;border-radius:20px;background:#f7fbfa}.pwa-notification-invite img{width:42px;height:42px}.pwa-notification-invite b{font-size:15px}.pwa-notification-invite p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:17px}.pwa-notification-invite .btn{min-height:40px;padding:8px 14px}.pwa-invite-close{border:0;background:transparent;color:var(--muted);font-size:24px;cursor:pointer}
.pwa-modal-logo{width:48px;height:48px;margin-bottom:10px}
html.ios-pwa body.has-pwa-bottom-nav .cookie-notice{z-index:100;bottom:calc(92px + env(safe-area-inset-bottom));width:min(496px,calc(100% - 24px))}html.ios-pwa .cookie-notice p{font-size:14px;line-height:20px}
.pwa-pin-gate{position:fixed;z-index:1000;inset:0;display:grid;grid-template-rows:auto 1fr;padding:calc(20px + env(safe-area-inset-top)) 18px calc(20px + env(safe-area-inset-bottom));background:#fff;color:var(--ink);overflow:auto}.pwa-pin-brand{display:flex;align-items:center;gap:10px;width:min(420px,100%);margin:0 auto;font-size:19px;font-weight:850}.pwa-pin-brand img{width:34px;height:34px}.pwa-pin-content{display:grid;align-content:center;justify-items:center;width:min(390px,100%);margin:0 auto;text-align:center}.pwa-pin-content h1{margin:7px 0 0;font-size:42px;letter-spacing:-.04em}.pwa-pin-email{margin:7px 0 0;color:var(--muted)}.pwa-pin-dots{display:flex;gap:12px;margin:26px 0 20px}.pwa-pin-dots i{width:15px;height:15px;border:1.5px solid #b9dbd4;border-radius:50%;background:transparent}.pwa-pin-dots i.filled{border-color:var(--primary);background:var(--primary)}.pwa-pin-error{max-width:320px;margin:0 0 12px;padding:10px 12px;border-radius:14px;background:#fff4f4;color:#a52e2e;font-size:13px;font-weight:750}.pwa-pin-keypad{display:grid;grid-template-columns:repeat(3,58px);gap:12px}.pwa-pin-keypad button{display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--line);border-radius:50%;background:var(--page-soft);color:var(--ink);font:inherit;font-size:22px;font-weight:850;cursor:pointer}.pwa-pin-password{margin-top:18px;border:0;background:transparent;color:var(--primary-dark);font:inherit;font-weight:850;cursor:pointer}
@media(max-width:430px){.pwa-bottom-nav a{font-size:10px}.pwa-notification-invite{grid-template-columns:38px minmax(0,1fr) auto}.pwa-notification-invite img{width:38px;height:38px}.pwa-notification-invite .btn{grid-column:2/3;justify-self:start}.pwa-invite-close{grid-column:3;grid-row:1}}
@media(max-width:340px){.pwa-bottom-nav{width:calc(100% - 14px);bottom:max(6px,env(safe-area-inset-bottom))}.pwa-bottom-nav a{padding-inline:1px;font-size:9px}html.ios-pwa .cabinet-shell>.container{padding-inline:12px}.analysis-source-modal .platform-modal-card{padding:17px}.analysis-source-options{gap:7px}.analysis-source-options button{min-height:108px;padding:8px}.pwa-pin-keypad{grid-template-columns:repeat(3,52px);gap:9px}.pwa-pin-keypad button{width:52px;height:52px}}

@media(max-width:340px){
  .app-card{row-gap:19px}
  .app-copy .section-title{font-size:29px}
  .app-preview{height:250px}
  .app-preview::before{display:none}
  .app-preview-screen{width:100%;height:250px}
  .app-preview-header{height:47px;padding:7px 11px}
  .app-preview-content{padding:11px 11px 59px}
  .app-preview-overline{margin-bottom:6px;font-size:9px}
  .app-preview-report{padding:10px}
  .app-preview-report-head h3{font-size:14px}
  .app-preview-check{width:27px;height:27px;flex-basis:27px}
  .app-preview-chart{margin-top:7px;padding:6px 7px 2px}
  .app-preview-chart>span{font-size:9px}
  .app-preview-chart svg{height:43px}
  .app-preview-toast{display:none}
  .app-platforms{grid-template-columns:minmax(0,1fr)}
}

@media(max-width:300px){
  .app-preview-navigation span{gap:0;font-size:0}
  .app-preview-navigation i{width:6px;height:4px}
  .app-preview-navigation .active i{width:21px}
}

@media(prefers-reduced-motion:reduce){
  .app-platform-download{transition:none}
}

/* Registration and account-link outcomes share one calm, centred composition. */
.auth-page-intro{text-align:center}
.form-wrap.auth-outcome-page{
  display:grid;
  align-items:center;
  width:min(680px,calc(100% - 32px));
  max-width:680px;
  min-height:calc(100dvh - 250px);
  margin:38px auto;
}
.form-wrap.auth-outcome-page>.card{
  width:100%;
  padding:clamp(30px,5vw,46px);
  border:1px solid #d7e7e3;
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 60px rgba(19,72,63,.09);
}
.auth-outcome{
  display:grid;
  justify-items:center;
  width:100%;
  text-align:center;
}
.auth-outcome-visual{
  position:relative;
  display:grid;
  place-items:center;
  width:82px;
  height:82px;
  margin-bottom:22px;
  border-radius:50%;
  background:#edf8f5;
  color:var(--primary);
}
.auth-outcome-ring{
  position:absolute;
  inset:0;
  border:3px solid #cce9e4;
  border-top-color:var(--primary);
  border-radius:50%;
}
.auth-outcome.is-pending .auth-outcome-ring{animation:auth-outcome-spin 1.05s linear infinite}
.auth-outcome.is-success .auth-outcome-ring,.auth-outcome.is-error .auth-outcome-ring{display:none}
.auth-outcome-icon{
  position:absolute;
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:5;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:0;
}
.auth-outcome.is-success .auth-outcome-icon:not(.auth-outcome-icon-error),
.auth-outcome.is-error .auth-outcome-icon-error{opacity:1}
.auth-outcome.is-error .auth-outcome-visual{background:#fff2f2;color:#bd3d3d}
.auth-outcome h1{
  max-width:560px;
  margin:0;
  color:var(--ink);
  font-size:clamp(34px,5vw,46px);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.04em;
  text-align:center;
  overflow-wrap:anywhere;
}
.auth-outcome h1:focus{outline:0}
.auth-outcome-message{
  max-width:540px;
  margin:14px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  text-align:center;
}
.auth-outcome-note{
  max-width:520px;
  margin:20px 0 0;
  padding:14px 17px;
  border-radius:16px;
  background:var(--page-soft);
  color:var(--primary-dark);
  font-size:15px;
  font-weight:750;
  line-height:1.5;
  text-align:center;
}
.auth-outcome-action{
  width:min(100%,340px);
  min-height:50px;
  margin-top:26px;
  box-shadow:none;
}
.auth-outcome-help{
  max-width:500px;
  margin:16px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
  text-align:center;
}
@keyframes auth-outcome-spin{to{transform:rotate(360deg)}}

@media(max-width:560px){
  .form-wrap.auth-outcome-page{
    width:calc(100% - 24px);
    min-height:calc(100dvh - 210px);
    margin:24px auto 34px;
  }
  .form-wrap.auth-outcome-page>.card{padding:30px 20px;border-radius:24px}
  .auth-outcome-visual{width:72px;height:72px;margin-bottom:20px}
  .auth-outcome-icon{width:34px;height:34px}
  .auth-outcome h1{font-size:34px}
  .auth-outcome-message{font-size:16px;line-height:1.5}
  .auth-outcome-note{margin-top:17px;padding:13px 14px;font-size:14px}
  .auth-outcome-action{width:100%;margin-top:22px}
}

html.ios-pwa body.pwa-auth-page .form-wrap.auth-outcome-page{
  width:min(520px,100%);
  min-height:100dvh;
  margin:0 auto;
  padding:calc(24px + env(safe-area-inset-top)) 18px calc(32px + env(safe-area-inset-bottom));
}
html.ios-pwa body.pwa-auth-page .form-wrap.auth-outcome-page>.card{
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
html.ios-pwa body.pwa-auth-page .form-wrap.auth-outcome-page .pwa-auth-brand{margin-bottom:44px}

@media(prefers-reduced-motion:reduce){
  .auth-outcome.is-pending .auth-outcome-ring{animation:none}
}

/* Report format 13: every prose chapter follows the contained dynamics rhythm. */
html:not(.pdf-export) .consultation-report-v13 .consultation-part-content{
  gap:14px;
  max-width:none;
  margin:18px 0 0;
  padding:0;
}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-content>p:not(.report-dynamics-map-intro){
  font-size:16px;
  line-height:1.58;
}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-content ul:not(.report-dynamics-map-list){
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-content li:not(.report-dynamics-map-item){
  position:relative;
  margin:0;
  padding-left:24px;
  color:#425f59;
  font-size:16px;
  line-height:1.58;
}
html:not(.pdf-export) .consultation-report-v13 .consultation-part-content li:not(.report-dynamics-map-item)::before{
  left:0;
  top:.69em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#10c888;
  box-shadow:0 0 0 3px rgba(16,200,136,.18);
}
@media(max-width:560px){
  html:not(.pdf-export) .consultation-report-v13 .report-changes-card .report-signal-row>b{
    justify-self:end;
    width:auto;
    max-width:100%;
    text-align:right;
  }
  html:not(.pdf-export) .consultation-report-v13 .report-dynamics-map-state{
    justify-self:end;
    max-width:100%;
    text-align:center;
  }
}

/* Report format 19: simplified dynamics chart with persistent value markers. */
.dynamics-chart-legend{
  display:grid;
  width:min(100%,320px);
  gap:7px;
  margin:4px auto 0;
  color:var(--muted);
  font-size:12px;
  font-weight:750;
  line-height:1.4;
}
.dynamics-chart-legend>span{display:flex;align-items:flex-start;gap:8px;min-width:0}
.dynamics-chart-legend i{
  width:9px;
  height:9px;
  margin-top:.28em;
  border-radius:50%;
  flex:0 0 auto;
}
.dynamics-chart-legend-green{background:#10c888}
.dynamics-chart-legend-yellow{background:#ffc43c}
.dynamics-chart-legend-red{background:#e84040}
.mini-chart[data-chart-layout="simplified"]{gap:6px}
.mini-chart[data-chart-layout="simplified"] .chart-name{
  min-height:0;
  margin:2px auto 8px;
  font-size:16px;
  line-height:1.3;
}
.mini-chart[data-chart-layout="simplified"] .chart-point-auto{cursor:default}
.consultation-report-v19 .example-dynamics-simplified{align-content:start;gap:12px}
html:not(.pdf-export) .consultation-report-v19 .example-dynamics-simplified .chart{min-height:260px}
.home-report-stack-card.example-dynamics-simplified{
  grid-template-rows:auto minmax(0,1fr) auto;
  align-content:stretch;
}
.home-report-stack-card.example-dynamics-simplified .mini-chart{height:100%;align-content:center}
.home-report-stack-card.example-dynamics-simplified .dynamics-chart-legend{width:min(100%,360px)}
html.pdf-export .dynamics-chart-legend{gap:4px;margin-top:2px;font-size:8.5px;line-height:1.25}
html.pdf-export .dynamics-chart-legend i{width:6px;height:6px}

@media(max-width:700px){
  html:not(.pdf-export) .consultation-report-v19 .example-dynamics-simplified .chart{min-height:300px}
}

@media(max-width:560px){
  .dynamics-chart-legend{gap:6px;font-size:11px;line-height:1.35}
  .mini-chart[data-chart-layout="simplified"] .chart-name{font-size:14px;margin-bottom:5px}
  .home-report-stack-card.example-dynamics-simplified .dynamics-chart-legend{gap:5px}
}

/* Report format 20: centred legend and flat, guide-free dynamics markers. */
.example-dynamics-clean .dynamics-chart-legend{
  width:max-content;
  max-width:100%;
  margin-inline:auto;
}
[data-chart-clean-markers="true"] :is(
  .chart-zone-scale rect,
  .chart-line,
  .chart-range-boundary,
  .chart-range-endpoint,
  .chart-points circle,
  .chart-active-pill,
  .chart-active-dot
){filter:none}

/* Report format 21: balance distribution content inside a shared desktop row. */
.consultation-report-v21 .example-dynamics-clean,
.home-report-stack-card.example-dynamics-clean{
  container-name:report-dynamics-legend;
  container-type:inline-size;
}
.consultation-report-v21 .zone-summary-card-explained,
.home-report-stack-card.zone-summary-card-explained{
  container-name:report-distribution-legend;
  container-type:inline-size;
}
html:not(.pdf-export) .consultation-report-v21
  .consultation-visual-summary.consultation-visual-summary-single{
  grid-template-columns:1fr;
}
html:not(.pdf-export) .consultation-report-v21
  .consultation-visual-summary:not(.consultation-visual-summary-single)
  >.zone-summary-card-explained{
  grid-template-rows:auto minmax(0,1fr) auto;
  align-content:stretch;
}
html:not(.pdf-export) .consultation-report-v21
  .consultation-visual-summary:not(.consultation-visual-summary-single)
  >.zone-summary-card-explained .zone-summary-body{
  place-items:center;
}
html:not(.pdf-export) .consultation-report-v21
  .consultation-visual-summary:not(.consultation-visual-summary-single)
  >.zone-summary-card-explained .zone-summary-legend{
  align-self:end;
}

@media(max-width:920px){
  html:not(.pdf-export) .consultation-report-v21
    .consultation-visual-summary:not(.consultation-visual-summary-single)
    >.zone-summary-card-explained{
    grid-template-rows:auto auto auto;
    align-content:start;
  }
  html:not(.pdf-export) .consultation-report-v21
    .consultation-visual-summary:not(.consultation-visual-summary-single)
    >.zone-summary-card-explained .zone-summary-body{
    place-items:start center;
  }
  html:not(.pdf-export) .consultation-report-v21
    .consultation-visual-summary:not(.consultation-visual-summary-single)
    >.zone-summary-card-explained .zone-summary-legend{
    align-self:auto;
  }
}

@container report-dynamics-legend (min-width:560px){
  .dynamics-chart-legend{
    display:flex;
    justify-content:center;
    width:100%;
    max-width:none;
    gap:24px;
  }
  .dynamics-chart-legend>span{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@container report-distribution-legend (min-width:860px){
  .zone-summary-legend{
    display:flex;
    justify-content:center;
    width:100%;
    max-width:none;
    gap:12px;
  }
  .zone-summary-legend>span{
    display:flex;
    flex:0 0 auto;
    gap:6px;
    white-space:nowrap;
  }
}

/* Report format 22: dots, gestures and keyboard replace space-heavy side arrows. */
.consultation-report-v22 .chart-carousel-btn{display:none!important}
.consultation-report-v22 .chart-carousel-shell>.chart-carousel,
.consultation-report-v22 .chart-carousel-shell.has-carousel-controls>.chart-carousel{
  width:100%;
  max-width:100%;
  margin-inline:0;
}

/* Keep the report header and the pinned chapter bar on a stable native paint
   path. The chapter bar is pinned by script after its reserved slot reaches
   the header, so no browser has to recompute a nested sticky surface while
   scrolling. */
/* The viewport owns report scrolling. An additional body/root overflow:clip
   boundary can repaint rounded fixed/sticky surfaces at a different scroll
   phase in WebKit. Individual report cards already constrain their contents. */
html:has(body.consultation-report-page):not(.pdf-export){overflow-x:visible}
html:not(.pdf-export) body.consultation-report-page{overflow-x:visible}
html:not(.pdf-export) body.consultation-report-page .topbar,
html.ios-pwa:not(.pdf-export) body.consultation-report-page .topbar.pwa-app-header{
  background:#fff;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  -webkit-transform:none;
  transform:none;
  will-change:auto;
}
html:not(.pdf-export) .consultation-report-v3 .consultation-chapter-nav{
  -webkit-backface-visibility:visible;
  backface-visibility:visible;
  -webkit-transform:none;
  transform:none;
  will-change:auto;
}

/* Format 29: compact result facts beside distribution; dynamics owns its row.
   Older saved formats retain their original DOM and layout. */
.consultation-report-v29 .consultation-result-overview{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:center;
  gap:18px;
  min-width:0;
}
.consultation-report-v29 .consultation-result-overview>*{min-width:0;max-width:100%}
html:not(.pdf-export) .consultation-report-v29 .report-snapshot-v3{
  grid-template-columns:minmax(0,1fr);
  background:#f3f9f7;
  border-color:#c8e1db;
}
.consultation-report-v29 .consultation-result-overview-single{grid-template-columns:minmax(0,1fr)}
html:not(.pdf-export) .consultation-report-v29 .consultation-visual-summary{
  grid-template-columns:minmax(0,1fr);
}
@media(max-width:920px){
  .consultation-report-v29 .consultation-result-overview{grid-template-columns:minmax(0,1fr);gap:12px}
}

/* A4 keeps the same pair and prints each dynamics chart at full row width. */
html.pdf-export .consultation-report-v29 .consultation-result-overview{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  break-inside:avoid-page;
  page-break-inside:avoid;
}
html.pdf-export .consultation-report-v29 .report-snapshot-v3{
  grid-template-columns:minmax(0,1fr);
  margin:0;
  background:#f3f9f7;
  border-color:#c8e1db;
}
html.pdf-export .consultation-report-v29 .report-snapshot-v3-total strong{color:#0d6957;font-size:36px}
html.pdf-export .consultation-report-v29 .report-snapshot-v3-total>span{color:#315b53;font-size:12px}
html.pdf-export .consultation-report-v29 .report-insight-teaser-copy b{font-size:12px;line-height:1.3}
html.pdf-export .consultation-report-v29 .report-insight-teaser-copy small{font-size:10px;line-height:1.35}
html.pdf-export .consultation-report-v29 .report-insight-teaser-copy small,
html.pdf-export .consultation-report-v29 .report-zone-counts{color:#52706a}
html.pdf-export .consultation-report-v29 .report-zone-counts{grid-template-columns:minmax(0,1fr);font-size:11px;gap:7px}
html.pdf-export .consultation-report-v29 .report-zone-counts strong{color:#173d36;font-size:12px}
html.pdf-export .consultation-report-v29 .report-zone-distribution{height:9px;background:#fff;border:1px solid #c9dfda}
html.pdf-export .consultation-report-v29 .consultation-result-overview .zone-summary-legend{font-size:10px;line-height:1.35;gap:6px}
html.pdf-export .consultation-report-v29 .consultation-result-overview>.zone-summary-card{
  grid-template-rows:auto auto auto!important;
  align-content:start!important;
  min-height:0!important;
  break-before:auto!important;
  break-after:auto!important;
  page-break-before:auto!important;
  page-break-after:auto!important;
}
html.pdf-export .consultation-report-v29 .consultation-result-overview .zone-summary-chart{
  width:100%!important;
  max-width:290px!important;
}
html.pdf-export .consultation-report-v29 .consultation-result-overview .chart-title-copy b{font-size:16px!important}
html.pdf-export .consultation-report-v29 .consultation-visual-summary{grid-template-columns:minmax(0,1fr)}
@media print{
  html.pdf-export .consultation-report-v29 .example-dynamics{min-height:0!important}
  html.pdf-export .consultation-report-v29 .consultation-visual-summary{break-before:page}
  html.pdf-export .consultation-report-v29 .example-dynamics .chart-track{
    grid-template-columns:minmax(0,1fr)!important;
    max-width:100%!important;
  }
  html.pdf-export .consultation-report-v29 .example-dynamics .chart{height:auto!important;min-height:0!important;max-height:none!important}
}

/* Format 30: the grid row sets a shared natural height, with no pixel-height
   synchronization. A single-column phone layout keeps its compact facts. */
html .consultation-report-v30 .consultation-result-overview{align-items:stretch}
html .consultation-report-v30 .consultation-result-overview .report-snapshot-v3-body{
  grid-template-columns:24px minmax(0,1fr);
  grid-template-rows:auto minmax(210px,1fr);
  align-content:stretch;
  align-self:stretch;
  gap:28px 26px;
}
html .consultation-report-v30 .consultation-result-overview .report-snapshot-v3-total{grid-column:1/-1}
html .consultation-report-v30 .consultation-result-overview .report-zone-distribution{
  grid-column:1;
  grid-row:2;
  flex-direction:column;
  width:24px;
  height:auto;
  gap:0;
  align-self:stretch;
}
html .consultation-report-v30 .consultation-result-overview .report-zone-distribution span{
  flex-basis:0;
  min-width:0;
  min-height:0;
}
html .consultation-report-v30 .consultation-result-overview .report-zone-counts{
  grid-column:2;
  grid-row:2;
  grid-template-rows:repeat(3,minmax(min-content,1fr));
  gap:0;
  font-size:16px;
}
html .consultation-report-v30 .consultation-result-overview .report-zone-counts>span{
  grid-template-columns:8px minmax(32px,auto) minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding-block:16px;
  border-bottom:1px solid #dbeae5;
  line-height:1.4;
}
html .consultation-report-v30 .consultation-result-overview .report-zone-counts>span:last-child{border-bottom:0}
html .consultation-report-v30 .consultation-result-overview .report-zone-counts strong{font-size:28px;line-height:1.15}
html.pdf-export .consultation-report-v30 .consultation-result-overview .report-snapshot-v3-body{
  grid-template-columns:18px minmax(0,1fr);
  grid-template-rows:auto minmax(150px,1fr);
  gap:18px 14px;
}
html.pdf-export .consultation-report-v30 .consultation-result-overview .report-zone-distribution{width:18px}
html.pdf-export .consultation-report-v30 .consultation-result-overview .report-zone-counts{font-size:11px}
html.pdf-export .consultation-report-v30 .consultation-result-overview .report-zone-counts>span{
  grid-template-columns:5px minmax(22px,auto) minmax(0,1fr);gap:7px;padding-block:10px;
}
html.pdf-export .consultation-report-v30 .consultation-result-overview .report-zone-counts strong{font-size:22px}
@media(max-width:920px){
  html:not(.pdf-export) .consultation-report-v30 .consultation-result-overview .report-snapshot-v3-body{
    grid-template-columns:minmax(0,1fr);grid-template-rows:none;align-content:center;gap:14px;
  }
  html:not(.pdf-export) .consultation-report-v30 .consultation-result-overview .report-snapshot-v3-total{grid-column:auto}
  html:not(.pdf-export) .consultation-report-v30 .consultation-result-overview .report-zone-distribution{
    grid-column:auto;grid-row:auto;flex-direction:row;width:auto;height:12px;
  }
  html:not(.pdf-export) .consultation-report-v30 .consultation-result-overview .report-zone-counts{
    grid-column:auto;grid-row:auto;grid-template-rows:none;gap:7px;font-size:12px;
  }
  html:not(.pdf-export) .consultation-report-v30 .consultation-result-overview .report-zone-counts>span{
    grid-template-columns:8px minmax(16px,auto) minmax(0,1fr);gap:7px;padding:0;border:0;line-height:1.35;
  }
  html:not(.pdf-export) .consultation-report-v30 .consultation-result-overview .report-zone-counts strong{font-size:14px;line-height:normal}
}

/* Format 31: full-height side scale and one compact content group beside it. */
html .consultation-report-v31 .consultation-result-overview .report-snapshot-v3-body{
  grid-template-columns:18px minmax(0,1fr);
  grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr);
  gap:0 24px;
}
html .consultation-report-v31 .consultation-result-overview .report-zone-distribution{
  grid-column:1;grid-row:1/-1;width:18px;
}
html .consultation-report-v31 .consultation-result-overview .report-snapshot-v3-total{
  grid-column:2;grid-row:2;margin-bottom:26px;
}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts{
  grid-column:2;grid-row:3;grid-template-rows:none;gap:12px;font-size:15px;
}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts>span{
  grid-template-columns:minmax(44px,max-content) minmax(0,1fr);
  gap:12px;padding:0;border:0;line-height:1.35;
}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts i{display:none}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts strong{
  padding:8px 10px;border-radius:12px;text-align:center;font-size:22px;line-height:28px;
}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts>span:nth-child(1) strong{background:#ddf5eb}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts>span:nth-child(2) strong{background:#fff1ca}
html .consultation-report-v31 .consultation-result-overview .report-zone-counts>span:nth-child(3) strong{background:#fbe4e4}
html.pdf-export .consultation-report-v31 .consultation-result-overview .report-snapshot-v3-body{
  grid-template-columns:12px minmax(0,1fr);
  grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr);gap:0 16px;
}
html.pdf-export .consultation-report-v31 .consultation-result-overview .report-zone-distribution{width:12px}
html.pdf-export .consultation-report-v31 .consultation-result-overview .report-snapshot-v3-total{margin-bottom:18px}
html.pdf-export .consultation-report-v31 .consultation-result-overview .report-zone-counts{gap:9px;font-size:11px}
html.pdf-export .consultation-report-v31 .consultation-result-overview .report-zone-counts>span{grid-template-columns:minmax(32px,max-content) minmax(0,1fr);gap:9px;padding:0}
html.pdf-export .consultation-report-v31 .consultation-result-overview .report-zone-counts strong{padding:5px 7px;border-radius:9px;font-size:18px;line-height:22px}
@media(max-width:920px){
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-snapshot-v3-body{
    grid-template-columns:minmax(0,1fr);grid-template-rows:none;gap:14px;
  }
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-snapshot-v3-total{grid-column:auto;grid-row:auto;margin:0}
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-zone-distribution{grid-column:auto;grid-row:auto;width:auto}
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-zone-counts{grid-column:auto;grid-row:auto;gap:7px;font-size:12px}
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-zone-counts>span{grid-template-columns:8px minmax(16px,auto) minmax(0,1fr);gap:7px}
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-zone-counts i{display:block}
  html:not(.pdf-export) .consultation-report-v31 .consultation-result-overview .report-zone-counts>span strong{padding:0;border-radius:0;background:transparent;font-size:14px;line-height:normal}
}

/* Format 32: reuse the chart legend's saturated dots and plain typography. */
@media(min-width:921px){
  html:not(.pdf-export) .consultation-report-v32 .consultation-result-overview .report-zone-counts{
    gap:7px;font-size:12px;font-weight:700;
  }
  html:not(.pdf-export) .consultation-report-v32 .consultation-result-overview .report-zone-counts>span{
    grid-template-columns:9px minmax(16px,max-content) minmax(0,1fr);gap:8px;align-items:start;
  }
  html:not(.pdf-export) .consultation-report-v32 .consultation-result-overview .report-zone-counts i{
    display:block;width:9px;height:9px;margin-top:.28em;
  }
  html:not(.pdf-export) .consultation-report-v32 .consultation-result-overview .report-zone-counts>span strong{
    padding:0;border-radius:0;background:transparent;text-align:start;font-size:14px;line-height:inherit;font-weight:700;
  }
}
html.pdf-export .consultation-report-v32 .consultation-result-overview .report-zone-counts{gap:6px;font-size:10px;font-weight:700}
html.pdf-export .consultation-report-v32 .consultation-result-overview .report-zone-counts>span{
  grid-template-columns:6px minmax(12px,max-content) minmax(0,1fr);gap:6px;align-items:start;
}
html.pdf-export .consultation-report-v32 .consultation-result-overview .report-zone-counts i{
  display:block;width:6px;height:6px;margin-top:.28em;
}
html.pdf-export .consultation-report-v32 .consultation-result-overview .report-zone-counts>span strong{
  padding:0;border-radius:0;background:transparent;text-align:start;font-size:11px;line-height:inherit;font-weight:700;
}

/* Format 33: let the overview typography occupy the available wide-card space. */
@media(min-width:921px){
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-snapshot-v3-total{margin-bottom:40px;gap:18px}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-snapshot-v3-total>strong{font-size:clamp(64px,5.6vw,80px);line-height:1}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-insight-teaser-copy{gap:8px}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-insight-teaser-copy b,
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-snapshot-v3-total>span{font-size:clamp(20px,1.75vw,24px);line-height:1.3}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-insight-teaser-copy small{font-size:clamp(16px,1.25vw,18px);line-height:1.4}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-zone-counts{gap:22px;font-size:clamp(18px,1.55vw,20px)}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-zone-counts>span{grid-template-columns:10px minmax(30px,max-content) minmax(0,1fr);gap:12px;line-height:1.4}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-zone-counts i{width:10px;height:10px;margin-top:.4em}
  html:not(.pdf-export) .consultation-report-v33 .consultation-result-overview .report-zone-counts>span strong{font-size:clamp(26px,2.2vw,30px);line-height:1.05}
}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-snapshot-v3-total{margin-bottom:28px;gap:12px}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-snapshot-v3-total>strong{font-size:56px;line-height:1}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-insight-teaser-copy{gap:6px}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-insight-teaser-copy b,
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-snapshot-v3-total>span{font-size:17px;line-height:1.3}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-insight-teaser-copy small{font-size:13px;line-height:1.4}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-zone-counts{gap:16px;font-size:14px}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-zone-counts>span{grid-template-columns:7px minmax(22px,max-content) minmax(0,1fr);gap:8px;line-height:1.4}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-zone-counts i{width:7px;height:7px;margin-top:.4em}
html.pdf-export .consultation-report-v33 .consultation-result-overview .report-zone-counts>span strong{font-size:22px;line-height:1.05}

/* Format 34: the remaining focus card occupies the whole report row. */
html:not(.pdf-export) .consultation-report-v34 .report-insight-grid,
html.pdf-export .consultation-report-v34 .report-insight-grid{
  grid-template-columns:minmax(0,1fr);justify-content:stretch;
}

/* Form switches use their own available width, including inside the PWA. */
.form-mode-switch-layout{container-type:inline-size;min-width:0;width:100%}
@media(min-width:600px){
  html.ios-pwa body[data-cabinet-tab="new"] .cabinet-shell>.container{width:min(960px,100%)}
}
html .form-mode-switch-layout>:is(.input-mode-switch,.input-mode-switch.context-mode-switch,.input-mode-switch.pregnancy-trimester-options){grid-template-columns:var(--form-mode-columns,minmax(0,1fr))}
.form-mode-switch-layout>.input-mode-switch>button{min-width:0;padding:8px 12px;text-align:center}
@container(min-width:19.125rem){
  .form-mode-switch-layout>.input-mode-switch:not(.context-mode-switch):not(.pregnancy-trimester-options){--form-mode-columns:repeat(2,minmax(0,1fr))}
}
@container(min-width:28.5rem){
  .form-mode-switch-layout>.input-mode-switch:is(.context-mode-switch,.pregnancy-trimester-options){--form-mode-columns:repeat(3,minmax(0,1fr))}
}
