.simulator-page{background:#f7f8fa}.sim-header{min-height:88px;background:white;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem max(1.5rem,calc((100vw - 1160px)/2));border-bottom:1px solid var(--line)}.sim-back{font-size:.875rem;font-weight:550;white-space:nowrap}.sim-back span{margin-left:.7rem;color:var(--red)}.sim-shell{max-width:1160px;margin:auto;padding:3rem 1.5rem 2.5rem}.sim-heading{text-align:center;margin-bottom:2.5rem}.sim-heading .eyebrow{font-size:.75rem}.sim-heading h1{font-size:clamp(2rem,3.4vw,3rem);color:var(--ink);letter-spacing:-1.6px;line-height:1.18;margin-bottom:1rem}.sim-heading h1 span{color:var(--red-dark)}.sim-heading>p:last-child{max-width:660px;margin:0 auto;font-size:1rem;line-height:1.7;color:var(--muted)}.sim-workspace{display:grid;grid-template-columns:240px minmax(0,1fr);gap:2.5rem;align-items:start}.sim-aside{padding:1.5rem 0}.sim-aside-title{font-size:.75rem;letter-spacing:1.3px;color:#7f7e88;font-weight:650;margin-bottom:1.5rem}.sim-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.8rem}.sim-steps li{display:flex;gap:.85rem;align-items:center;color:#7e7b85}.sim-steps li>span{width:2.2rem;height:2.2rem;border:1px solid #dddbe2;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:.75rem}.sim-steps strong{display:block;font-size:.875rem;font-weight:600;margin-bottom:.3rem}.sim-steps small{font-size:.75rem}.sim-steps .current{color:var(--ink)}.sim-steps .current>span{color:white;background:var(--red);border-color:var(--red)}.sim-steps .complete>span{color:var(--red-dark);background:#fff0e9;border-color:#f4d6c8}.sim-aside-note{border-top:1px solid var(--line);padding-top:1.5rem;margin-top:2.5rem}.sim-aside-note strong{font-size:.875rem}.sim-aside-note p{font-size:.875rem;line-height:1.7;color:var(--muted);margin:.7rem 0}.sim-aside-note a{font-size:.875rem;color:var(--red-dark)}.sim-card{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 35px #1a152807;padding:2rem 2.5rem;min-width:0}.sim-progress-meta{display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;color:#7c7883;margin-bottom:.75rem}.sim-progress{height:4px;background:#f1eff3;border-radius:3px;overflow:hidden;margin-bottom:2.25rem}.sim-progress>span{display:block;height:100%;background:var(--red);border-radius:3px;transition:width .2s}.question-kicker{font-size:.75rem;letter-spacing:1px;font-weight:650;color:var(--red-dark);margin-bottom:.75rem}.sim-card h2{font-size:1.7rem;line-height:1.35;letter-spacing:-.7px;margin-bottom:.8rem}.question-help{font-size:1rem;line-height:1.7;color:var(--muted);margin-bottom:1.5rem}.answer-options{display:grid;gap:.8rem;border:0;margin:0;padding:0;min-width:0}.answer-option{display:flex;gap:.9rem;padding:1rem 1.15rem;border:1px solid #dedde3;border-radius:9px;align-items:flex-start;cursor:pointer;transition:border-color .2s,background .2s}.answer-option:hover{border-color:#ed9a86;background:#fffaf7}.answer-option:has(input:checked){border-color:var(--red);background:#fff5ee;box-shadow:0 0 0 1px var(--red)}.answer-option:has(input:focus-visible){outline:3px solid #f29c7d;outline-offset:3px}.answer-option input{margin:.2rem 0 0;flex-shrink:0;width:1rem;height:1rem;accent-color:var(--red)}.answer-option strong{font-size:1rem;font-weight:550;display:block;line-height:1.5}.answer-option small{font-size:.875rem;color:var(--muted);display:block;line-height:1.55;margin-top:.25rem}.sim-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--line);padding-top:1.5rem;margin-top:1.75rem}.sim-actions .button{font-size:.875rem;min-height:48px}.sim-hint{font-size:.75rem;color:#85818c;line-height:1.6}.sim-disclaimer{text-align:center;font-size:.8125rem;line-height:1.7;max-width:760px;margin:1.5rem auto 3rem;color:#77737f}.sim-sources{border-top:1px solid var(--line);padding-top:2rem}.sim-sources h2{font-size:1rem;letter-spacing:0;margin-bottom:1rem}.sim-sources>div{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.sim-sources a{font-size:.875rem;font-weight:550;line-height:1.6}.sim-sources a:hover{color:var(--red-dark)}.sim-sources a span{display:block;font-size:.75rem;font-weight:400;color:var(--muted);margin-top:.25rem}.sim-footer{max-width:1112px;margin:auto;padding:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;color:#817b86}.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}
@media(max-width:900px){.sim-workspace{grid-template-columns:190px minmax(0,1fr);gap:1.5rem}.sim-card{padding:1.75rem}.sim-header{padding:1rem 1.5rem}.sim-header .brand{font-size:1.75rem}}
@media(max-width:680px){.sim-shell{padding:2rem 1rem}.sim-header{min-height:74px;padding:1rem}.sim-header .brand{font-size:1.5rem;gap:.5rem}.sim-header .brand-country{font-size:.75rem}.sim-back{font-size:.75rem}.sim-back span{display:none}.sim-heading{text-align:left;margin-bottom:1.5rem}.sim-heading h1{font-size:2rem;letter-spacing:-1px}.sim-heading h1 br{display:none}.sim-workspace{grid-template-columns:1fr;gap:1.25rem}.sim-aside{padding:0}.sim-aside-title,.sim-aside-note,.sim-steps small{display:none}.sim-steps{flex-direction:row;gap:.75rem;justify-content:space-between}.sim-steps li{gap:.45rem;align-items:center}.sim-steps strong{font-size:.75rem;line-height:1.5;margin:0}.sim-steps li>span{width:1.75rem;height:1.75rem}.sim-card{padding:1.4rem 1.2rem;border-radius:13px}.sim-card h2{font-size:1.5rem}.sim-progress{margin-bottom:1.75rem}.sim-actions{flex-wrap:wrap}.sim-hint{max-width:130px}.sim-actions .button{padding:.75rem 1rem}.sim-sources>div{grid-template-columns:1fr}.sim-footer{flex-direction:column}.sim-disclaimer{text-align:left}.answer-option{padding:1rem .85rem}.sim-heading>p:last-child{font-size:1rem}}
.sim-info{background:#f7f8fa;border:1px solid var(--line);border-radius:9px;padding:1rem;margin:1.25rem 0;font-size:.875rem;line-height:1.7}.sim-info summary{cursor:pointer;font-weight:600;color:var(--ink)}.sim-info p{margin:.75rem 0 0;color:var(--muted)}.sim-info ul{padding-left:1.2rem}.sim-info a{color:var(--red-dark)}.back-button{border:0;background:none;color:var(--muted);font:inherit;font-size:.875rem;padding:.6rem 0;cursor:pointer}.back-button:hover{color:var(--red-dark)}.back-button:focus-visible{outline:2px solid var(--red);outline-offset:5px}.report-benefits{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:#595160;font-size:.75rem;border-bottom:1px solid var(--line);padding-bottom:1.25rem;margin-bottom:1.5rem}.privacy-short{background:#f7f8fa;border-radius:9px;padding:1rem;margin:1.25rem 0;font-size:.8125rem;line-height:1.65}.privacy-short strong{font-weight:600}.privacy-short p{margin:.4rem 0 0;color:var(--muted)}.privacy-short a{color:var(--red-dark);text-decoration:underline}.sim-card .consent-label{align-items:flex-start;font-size:.8125rem;line-height:1.6;margin:1rem 0}.sim-card .consent-label input{flex-shrink:0;margin-top:.2rem}.optional-consent small{display:block;color:var(--muted);margin-top:.35rem}.gate-fine{font-size:.75rem;color:var(--muted);text-align:center;margin:1rem 0 0}.honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.sim-error{padding:1rem;background:#fff0ed;border:1px solid #f0c0b5;border-radius:8px;font-size:.875rem;color:#912a1b;line-height:1.6}.button:disabled{opacity:.6;cursor:wait}.result-badge{font-size:.6875rem;letter-spacing:.8px;font-weight:650;display:inline-block;padding:.5rem .8rem;border-radius:30px;margin:.4rem 0 1.25rem}.result-badge.identified{background:#fff0e9;color:#ae341d}.result-badge.review{background:#fff6dd;color:#805b06}.result-badge.no_indicator{background:#eaf4ed;color:#25603c}.result-reasons{border-left:3px solid var(--red);padding:.25rem 0 .25rem 1rem;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7;color:#4d4657}.result-reasons p{margin:.3rem 0}.deadline{background:#f7f1ed;border:1px solid #efdfd2;padding:1.25rem;border-radius:10px;margin:1.5rem 0}.deadline>span{display:block;font-size:.6875rem;letter-spacing:1px;color:#896756;margin-bottom:.6rem}.deadline strong{font-size:1.4rem;letter-spacing:-.5px}.deadline p{font-size:.875rem;line-height:1.6;margin:.7rem 0}.deadline small{display:block;font-size:.75rem;line-height:1.7;color:#7a6b64}.sim-card h3{font-size:1rem;margin:1.75rem 0 1rem}.factor-grid{border:1px solid var(--line);border-radius:10px;overflow:hidden}.factor-grid>div{display:grid;grid-template-columns:26px 1fr auto;gap:.7rem;padding:.8rem 1rem;align-items:center;font-size:.8125rem}.factor-grid>div+div{border-top:1px solid var(--line)}.factor-letter{color:#948b9c;font-size:.75rem}.factor-grid strong{font-size:.75rem;font-weight:550}.level-high{color:#b53220}.level-medium{color:#885f09}.level-low,.level-inactive{color:#33704a}.level-unknown{color:#7a638b}.result-notes{font-size:.875rem;line-height:1.7;color:var(--muted)}.result-notes ul{padding-left:1.2rem}.result-notes li+li{margin-top:.6rem}.next-steps{padding-left:1.4rem;font-size:.9375rem;line-height:1.7;color:#544b60}.next-steps li{padding-left:.4rem;margin-bottom:.7rem}.next-steps li::marker{color:var(--red-dark);font-weight:600}.answer-summary dt{font-weight:550;margin-top:1rem}.answer-summary dd{margin:.25rem 0 0;color:var(--muted)}.report-disclaimer{font-size:.75rem;line-height:1.7;color:#77717e;margin:1.5rem 0 1rem}.report-meta{font-size:.6875rem;overflow-wrap:anywhere;color:#9b929f}.report-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;border-top:1px solid var(--line);padding-top:1.5rem;margin-top:1.5rem}.report-actions .button{font-size:.875rem}.report-cta{background:#f6f0ec;border-radius:10px;padding:1.25rem;margin-top:1.5rem;line-height:1.6}.report-cta strong{font-size:1rem}.report-cta p{font-size:.875rem;color:var(--muted);margin:.4rem 0 1rem}.report-cta a{font-size:.875rem}.restart{margin-top:1rem}.privacy-page{max-width:780px;margin:3rem auto;padding:0 1.5rem 3rem;line-height:1.8}.privacy-page h1{font-size:2.5rem;line-height:1.2;letter-spacing:-1px}.privacy-page h2{font-size:1.25rem;margin-top:2rem}.privacy-page p,.privacy-page li{font-size:.9375rem;color:var(--muted)}.privacy-page a{color:var(--red-dark);text-decoration:underline}.privacy-page ul{padding-left:1.5rem}.admin-main{max-width:1160px;margin:3rem auto;padding:0 1.5rem}.admin-main h1{font-size:2.5rem}.admin-controls{display:flex;gap:1rem;flex-wrap:wrap;margin:1.5rem 0}.admin-controls .button{font-size:.875rem}.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:10px;background:white}table{border-collapse:collapse;width:100%;text-align:left;font-size:.8125rem}th,td{padding:1rem;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f4f1f7;white-space:nowrap}td{max-width:280px;overflow-wrap:anywhere}.admin-main details{font-size:.8125rem;line-height:1.7;min-width:150px}.admin-main summary{cursor:pointer;color:var(--red-dark)}.admin-main .delete{color:#b63420;border:0;background:none;cursor:pointer;text-decoration:underline;font:inherit}.admin-main #admin-status{font-size:.875rem;color:var(--muted)}
@media(max-width:680px){.factor-grid>div{grid-template-columns:18px 1fr auto;padding:.8rem .7rem;gap:.4rem}.sim-card .form-grid{grid-template-columns:1fr}.report-actions .button{width:100%}.privacy-page h1{font-size:2rem}}
@media print{body{background:white!important}.sim-header,.sim-heading,.sim-aside,.sim-progress-meta,.sim-progress,.sim-sources,.sim-footer,.sim-disclaimer,.report-actions,.report-cta,.restart{display:none!important}.sim-shell{max-width:none;margin:0;padding:0}.sim-workspace{display:block}.sim-card{box-shadow:none;border:0;padding:0}#report{font-size:11pt}.sim-card h2{font-size:22pt}.deadline,.factor-grid,.next-steps li{break-inside:avoid}.sim-info>dl,.sim-info>ul{display:block!important}.sim-info summary{display:none}.sim-info{border:0;background:none}.report-meta{color:#555}}
