:root{--nav-h: 64px}.top-navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#f8fafc;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:130;min-height:var(--nav-h)}.nav-title{font-size:1.75rem;color:#1d4ed8}.nav-links{display:flex;gap:2rem}.nav-link{font-size:1.25rem;font-weight:500;color:#1f2937;text-decoration:none;transition:color .2s}.nav-link:hover{color:#1d4ed8}.hamburger{display:none;background:none;border:none;cursor:pointer}.desktop-nav{display:flex}.mobile-menu{display:none}@media (max-width: 768px){.desktop-nav{display:none}.hamburger{display:block;color:#1f2937}.menu-backdrop{display:none}.menu-backdrop.open{display:block;position:fixed;inset:0;background:#0000001f;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:110}.mobile-menu{display:block;position:fixed;top:var(--nav-h);left:0;right:0;z-index:120;overflow:hidden;max-height:0;opacity:0;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .35s ease,padding .2s ease;background-color:#f8fafc;border-top:1px solid #e5e7eb;padding:0 2rem;box-shadow:0 8px 24px #00000014}.mobile-menu.open{max-height:260px;opacity:1;transform:translateY(0);padding:1rem 2rem}.mobile-menu .nav-link{display:block;padding:.25rem 0;font-size:1.125rem;font-weight:500;color:#1f2937}}.nav-logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:80px;width:auto}.home-container{min-height:100%;background:#e8f1fb;display:flex;flex-direction:column;align-items:center;padding:2.2rem 1.2rem 3rem;font-family:Arial,sans-serif;color:#111827}.home-title{font-size:3rem;font-weight:800;color:#1d4ed8;text-align:center;margin-bottom:.5rem}.home-subtitle{font-size:1.25rem;color:#374151;max-width:780px;text-align:center;line-height:1.75;margin:0 auto 2rem}.stats-row{width:100%;max-width:1040px;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0 auto 1.6rem}.stat-card{background:#fff;border-radius:10px;padding:1.2rem 1.3rem;min-height:112px;display:flex;align-items:center}.stat-title{font-weight:700;font-size:1.05rem;color:#111827;display:flex;gap:.5rem;align-items:center}.stat-value{font-size:2rem;font-weight:800;margin-top:.1rem}.stat-sub{font-size:.95rem;color:#6b7280;margin-top:.15rem}.stat-green{color:#10b981}.stat-blue{color:#2563eb}.stat-red{color:#ef4444}.panels-grid{width:100%;max-width:1040px;display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:.5rem}.panel{background:#fff;border-radius:12px;padding:1.25rem 1.25rem 1.4rem}.panel-title{font-size:1.8rem;font-weight:800;margin-bottom:1rem;color:#0f172a;text-shadow:0 2px 0 rgba(0,0,0,.06)}.activity-list{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.activity-item{display:flex;justify-content:space-between;align-items:center;background:#f3f4f6;padding:.9rem 1rem;border-radius:10px}.activity-left{display:flex;gap:.75rem;align-items:center}.activity-icon{color:#2563eb;font-size:1.2rem}.activity-name{font-weight:700;color:#111827}.activity-date{font-size:.9rem;color:#6b7280;margin-top:2px}.activity-score{font-weight:800;font-size:1.2rem}.score-green{color:#16a34a}.score-red{color:#ef4444}.score-amber{color:#f59e0b}.action-item{display:flex;justify-content:space-between;align-items:center;background:#f3f4f6;border-radius:10px;padding:1rem;text-decoration:none;color:#111827;margin-bottom:.9rem;transition:transform .12s ease,background .12s ease,box-shadow .12s ease;cursor:pointer}.action-item:hover{transform:translateY(-1px);background:#e0e7ff}.action-item:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb;background:#dbeafe;color:#111827}.action-item:active{background:#bfdbfe;transform:translateY(1px)}.action-left{display:flex;gap:.75rem;align-items:center;font-weight:700;font-size:1rem}.action-left svg{color:#2563eb;flex-shrink:0;font-size:1.2rem}.action-chevron{color:#9ca3af;font-weight:700;font-size:1.2rem}@media (max-width: 900px){.stats-row,.panels-grid{grid-template-columns:1fr}}:root{--font-scale: 1}html{font-size:calc(16px * var(--font-scale))}html[data-contrast=high] body,html[data-contrast=high] .home-container{background:#0b1220!important;color:#e6edf6!important}html[data-contrast=high] .home-title{color:#77b3ff!important}html[data-contrast=high] .home-subtitle{color:#a8b3c7!important}html[data-contrast=high] .stat-card{background:#182237!important;border:1.5px solid #2a3a57!important}html[data-contrast=high] .stat-title{color:#cdd6e3!important}html[data-contrast=high] .stat-value.stat-green{color:#22c55e!important}html[data-contrast=high] .stat-value.stat-blue{color:#60a5fa!important}html[data-contrast=high] .stat-value.stat-red{color:#f87171!important}html[data-contrast=high] .stat-sub{color:#8aa0bf!important}html[data-contrast=high] .panel{background:#182237!important;border:1.5px solid #2a3a57!important;color:#e6edf6!important}html[data-contrast=high] .panel-title{color:#e6edf6!important;text-shadow:none!important}html[data-contrast=high] .activity-item{background:#111a2c!important;border:1.5px solid #2a3a57!important}html[data-contrast=high] .activity-name{color:#e6edf6!important}html[data-contrast=high] .activity-date{color:#9db0c9!important}html[data-contrast=high] .activity-icon{color:#77b3ff!important}html[data-contrast=high] .score-green{color:#22c55e!important}html[data-contrast=high] .score-red{color:#fb7185!important}html[data-contrast=high] .score-amber{color:#fbbf24!important}html[data-contrast=high] .action-item{background:#111a2c!important;border:1.5px solid #2a3a57!important;color:#e6edf6!important}html[data-contrast=high] .action-left svg{color:#77b3ff!important}html[data-contrast=high] .action-chevron{color:#93a3bd!important}html[data-contrast=high] .activity-item:hover,html[data-contrast=high] .activity-item:focus-visible{background:#2563eb!important;color:#fff!important;outline:none!important}html[data-contrast=high] .activity-item:hover .activity-icon,html[data-contrast=high] .activity-item:focus-visible .activity-icon,html[data-contrast=high] .activity-item:hover .activity-score,html[data-contrast=high] .activity-item:focus-visible .activity-score{color:#fff!important}html[data-contrast=high] .action-item.take-quiz:hover,html[data-contrast=high] .action-item.take-quiz:focus-visible{background:#2563eb!important;color:#fff!important}html[data-contrast=high] .action-item.start-learning:hover,html[data-contrast=high] .action-item.start-learning:focus-visible{background:#7c3aed!important;color:#fff!important}html[data-contrast=high] .action-item.test-risk:hover,html[data-contrast=high] .action-item.test-risk:focus-visible{background:#f59e0b!important;color:#111827!important}html[data-contrast=high] .action-item.view-statistics:hover,html[data-contrast=high] .action-item.view-statistics:focus-visible{background:#059669!important;color:#fff!important}html[data-contrast=high] .action-item:hover .action-left svg,html[data-contrast=high] .action-item:focus-visible .action-left svg,html[data-contrast=high] .action-item:hover .action-chevron,html[data-contrast=high] .action-item:focus-visible .action-chevron{color:currentColor!important}.a11y-bar{width:100%;max-width:1040px;display:flex;gap:.5rem;justify-content:flex-end;margin:0 auto .5rem}.a11y-btn{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cbd5e1;background:#fff;padding:.45rem .7rem;border-radius:10px;cursor:pointer;font-weight:700}.a11y-btn:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.action-item{-webkit-user-select:none;user-select:none}.action-item:focus-visible,.activity-item:focus-visible,.stat-card:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.action-item:active,.activity-item:active{transform:translateY(1px)}.activity-item{cursor:pointer}.activity-item:hover{background:#e9eef8}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}.activity-item{cursor:pointer;transition:background .15s ease,color .15s ease,transform .1s ease}.activity-item:hover,.activity-item:focus-visible{background:#10b981;color:#fff}.activity-item:hover .activity-name,.activity-item:hover .activity-date,.activity-item:hover .activity-icon,.activity-item:hover .activity-score,.activity-item:focus-visible .activity-name,.activity-item:focus-visible .activity-date,.activity-item:focus-visible .activity-icon,.activity-item:focus-visible .activity-score{color:#fff}.action-item.take-quiz:hover,.action-item.take-quiz:focus-visible{background:#2563eb;color:#fff}.action-item.start-learning:hover,.action-item.start-learning:focus-visible{background:#7c3aed;color:#fff}.action-item.test-risk:hover,.action-item.test-risk:focus-visible{background:#f59e0b;color:#fff}.action-item.view-statistics:hover,.action-item.view-statistics:focus-visible{background:#059669;color:#fff}.action-item:hover svg,.action-item:focus-visible svg,.action-item:hover .action-chevron,.action-item:focus-visible .action-chevron{color:#fff}.mantine-Tooltip-tooltip{display:none!important}.kpi-rows{display:grid;gap:16px;margin-top:18px}.kpi-row-2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.kpi-row-1col{display:grid;grid-template-columns:1fr}.kpi-card--taller{padding-block:32px;min-height:100px}.kpi-card{background:#fff;border-style:solid;border-color:currentColor;border-width:4px;border-radius:12px;padding:16px 20px}.kpi-card--blue{color:#1d4ed8}.kpi-card--green{color:#059669}.kpi-card--orange{color:#f59e0b}.kpi-group{display:flex;align-items:stretch;gap:24px}.kpi-group--pair .kpi-item,.kpi-group--triple .kpi-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center;text-align:center;min-height:110px;padding:12px 16px}.kpi-value{color:#0f172a;font-weight:800;font-size:1.3rem;letter-spacing:.5px;line-height:1;margin-bottom:6px}.kpi-label{color:#334155;font-weight:600;font-size:.9rem}.kpi-icon{color:#374151}@media (max-width: 62rem){.kpi-row-2col{grid-template-columns:1fr}}.charts-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}@media (max-width: 62rem){.charts-grid{grid-template-columns:1fr}}.chart-card{background:#fff;position:relative;overflow:hidden;transition:box-shadow .3s ease;border-radius:12px}.chart-card:hover{box-shadow:0 8px 24px #00000014}.empty-card .empty-slot{min-height:260px}.chart-title{font-size:18px;font-weight:700;font-family:"sans-serif";color:#333}.zoom-btn{width:32px;height:32px;border-radius:6px;border:1px solid #d1d5db;background:#fff;font-size:18px;font-weight:700;color:#374151;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background .2s ease,transform .1s ease}.zoom-btn:hover{background:#f3f4f6}.zoom-btn:active{transform:translateY(1px)}.filters-header{margin:6px 0 8px}.filter-title{font-weight:700;font-size:.9rem;color:#111827;letter-spacing:.02em}.filters-row{display:flex;justify-content:flex-start;align-items:stretch;gap:12px;margin-bottom:12px;flex-wrap:wrap}.filter-card-small{background:transparent!important;border:none;border-radius:14px;box-shadow:0 4px 12px #0000001a;flex:0 1 140px;min-width:140px}@media (max-width: 62rem){.filter-card-small{flex:1 1 100%;min-width:0}}.filter-select .mantine-NativeSelect-input,.filter-card-small .mantine-NativeSelect-input{height:40px;padding:0 12px;border-radius:10px;font-weight:700;color:#111827;background-color:#dbeafe!important;border:1px solid #000;box-shadow:none}.filter-card-small .mantine-NativeSelect-rightSection,.filter-card-small .mantine-Input-section{display:none!important}.filter-card-small svg{width:1em!important;height:1em!important}.filters-actions{margin-left:auto;display:flex;align-items:stretch}.filters-actions .mantine-Button-root{height:40px;border-radius:10px}@media (max-width: 62rem){.filters-actions{width:100%;justify-content:justify-content}}.filters-right-group{display:flex;align-items:flex-end;gap:8px}.filter-card-small.mantine-Card-root{border:none!important;box-shadow:none}.mantine-Select-item[data-selected=true],.mantine-NativeSelect-item[data-selected=true]{background-color:#fbcfe8!important;font-weight:700;color:#111827!important}.clear-btn{--btn-bg: #0ea5e9;--btn-bg-dark: #0284c7;--btn-highlight: #7dd3fc;--btn-shadow: rgba(2, 132, 199, .35);--btn-inner: rgba(255, 255, 255, .18);position:relative;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:12px;background:linear-gradient(180deg,var(--btn-bg) 0%,var(--btn-bg-dark) 100%);border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 18px -6px var(--btn-shadow),0 4px 10px -2px #0000001f,inset 0 1px 0 var(--btn-highlight);color:#fff;font-weight:700;font-size:.95rem;line-height:1;cursor:pointer;transition:transform .08s ease,box-shadow .15s ease,filter .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.clear-btn:before{content:"";position:absolute;inset:2px 2px auto;height:40%;border-radius:10px;background:linear-gradient(180deg,#ffffff61,#fff0);pointer-events:none}.clear-btn:hover:not(:disabled){box-shadow:0 14px 24px -6px var(--btn-shadow),0 6px 14px -2px #00000029,inset 0 1px 0 var(--btn-highlight);transform:translateY(-1px);filter:saturate(1.05)}.clear-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 6px 12px -6px var(--btn-shadow),0 2px 6px -2px #00000029,inset 0 2px 6px var(--btn-inner),inset 0 1px #ffffff40}.clear-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #7dd3fc80,0 10px 18px -6px var(--btn-shadow),inset 0 1px 0 var(--btn-highlight)}.clear-btn:disabled{background:linear-gradient(180deg,#e5e7eb,#d1d5db);border-color:#e5e7eb;color:#94a3b8;box-shadow:none;cursor:not-allowed;filter:grayscale(.1)}@media (prefers-reduced-motion: reduce){.clear-btn{transition:none}}@media (prefers-color-scheme: dark){.clear-btn{--btn-shadow: rgba(14, 165, 233, .45);border-color:#ffffff0f}}.filters-actions{display:flex;align-items:flex-end}@media (max-width: 62rem){.filters-right-group{width:100%}.filters-actions{margin-left:auto}}.filter-card-small{display:flex;align-items:center;justify-content:justify-content}.filter-card-small .mantine-InputWrapper-root{display:flex;flex-direction:column;align-items:flex-start;width:100%}.filter-card-small .mantine-InputWrapper-label{width:100%;text-align:left;font-weight:600}.filter-card-small .mantine-NativeSelect-input{text-align:center}.filter-card-small{border:2px solid #111!important;border-radius:12px}.dashboard-header-container{text-align:left;max-width:1200px;margin:0 auto;padding:32px 24px}.dashboard-header-stack{margin-bottom:26px}.dashboard-title{font-size:2.2rem;font-weight:700;color:#2563eb;margin-bottom:8px;line-height:1.3}.dashboard-subtitle{font-size:.95rem;font-weight:400;color:#0f172a;line-height:1.6}html,body,#root{height:100%}body{margin:0;background:var(--bg)}*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:hidden}.rt-hero{width:min(1100px,100%);margin:0 auto;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:48px}.rt-hero h1{font-size:clamp(32px,3.5vw,42px);line-height:1.2;margin:0 0 12px;color:var(--brand);display:flex;align-items:center;gap:12px}.rt-hero h1 .icon{width:1.2em;height:1.2em}.rt-hero p{margin:0 0 20px;color:var(--muted);font-size:17px}.rt-hero .rt-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0 20px}.rt-badge svg{width:1em;height:1em}.rt-badge strong{color:var(--text)}.rt-badge{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px;font-size:15px;color:#141a22;line-height:1.5}.rt-badge strong{color:#060b14;font-weight:600}.rt-last{font-size:15px;line-height:1.6;color:#161c25;background:#f9fafb}.rt-last-text{flex:1;font-weight:500}.rt-btn-primary{appearance:none;border:none;border-radius:12px;padding:12px 18px;font-weight:600;background:var(--brand);color:#fff;cursor:pointer;transition:transform .04s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 8px 20px #2563eb40}.rt-intro-actions{display:grid;gap:12px}.rt-last{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-size:15px;color:var(--muted)}.rt-last-band{display:inline-block;font-weight:700;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:14px}.rt-last-band.low{background:#ecfdf5;color:#065f46}.rt-last-band.medium{background:#fefce8;color:#92400e}.rt-last-band.high{background:#fef2f2;color:#991b1b}.rt-last-band.veryhigh{background:#fee2e2;color:#7f1d1d}.rt-intro-buttons{display:flex;flex-wrap:wrap;gap:10px}.rt-btn-outline{appearance:none;border:1px solid #e2e8f0;background:#fff;color:var(--text);padding:12px 18px;border-radius:14px;cursor:pointer;min-height:48px;font-size:16px;font-weight:600;transition:transform .04s ease,box-shadow .2s ease,background .2s ease}.rt-btn-outline:hover{background:#f3f4f6}.rt-btn-outline:active{transform:translateY(1px)}.rt-btn-outline:focus-visible{outline:4px solid var(--ring);outline-offset:3px}@media (max-width:640px){.rt-page{padding:12px 0;display:block}.rt-hero{width:auto;margin:0 10px;padding:20px 16px;border-radius:12px;box-shadow:var(--shadow)}.rt-hero h1{font-size:28px}.rt-hero .rt-badges{grid-template-columns:1fr}}.rt-hero{padding:56px;border-radius:20px}.rt-hero h1{font-size:clamp(36px,4vw,48px);gap:14px}.rt-hero p{font-size:18px;line-height:1.7}.rt-badge{font-size:16px;padding:12px 14px;border-radius:14px}.rt-btn-primary{min-height:48px;font-size:16px;border-radius:14px}:root{--bg:#eef5ff;--card:#fff;--text:#0f172a;--muted:#64748b;--brand:#2563eb;--ring:rgba(37,99,235,.35);--shadow:0 8px 24px rgba(15,23,42,.06);--radius:16px}.rt-page{min-height:calc(100vh - 160px);background:var(--bg);padding:48px 16px;display:grid;place-items:start center}.rt-wizard{width:min(960px,100%);margin:0 auto;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.rt-wizard .rt-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:var(--muted);font-size:14px}.rt-progress{height:8px;background:#eef2ff;border-radius:999px;overflow:hidden;margin:8px 0 18px}.rt-progress>span{display:block;height:100%;width:var(--value,0%);background:linear-gradient(90deg,#4f46e5,#22d3ee)}.rt-question{font-size:20px;color:var(--text);margin:0 0 12px}.rt-options{display:grid;gap:12px;margin-bottom:16px}.rt-option{border:1.5px solid #e2e8f0;background:#fff;border-radius:12px;padding:14px 16px;display:grid;grid-template-columns:20px 1fr;gap:12px;align-items:start;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .1s ease;position:relative}.rt-option:hover{background:#f9fafb;border-color:#cbd5e1}.rt-option input{margin-top:3px}.rt-option .label{color:var(--text)}.rt-option.is-active{background:#10b956;border-color:#10b981;box-shadow:0 6px 16px #10b9814d;transform:translateY(-1px)}.rt-option.is-active .label{color:#fff;font-weight:600}.rt-option.is-active:after{color:#fff;opacity:1}.rt-option input{accent-color:var(--brand)}.rt-option.is-active input{accent-color:#4c1eb6}.rt-actions{display:flex;justify-content:flex-end;gap:10px}.rt-btn-ghost{appearance:none;border:1px solid #e2e8f0;background:#fff;color:var(--text);padding:10px 14px;border-radius:12px;cursor:pointer}.rt-btn-primary{appearance:none;border:none;background:var(--brand);color:#fff;font-weight:600;padding:12px 18px;border-radius:12px;cursor:pointer;box-shadow:0 8px 20px #2563eb40;transition:transform .04s ease,box-shadow .2s ease,background .2s ease}.rt-btn-primary:hover{background:#1e4fd6}.rt-btn-primary:active{transform:translateY(1px)}.rt-btn-primary:focus-visible{outline:3px solid var(--ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){.rt-option,.rt-btn-primary{transition:none!important}}@media (max-width:640px){.rt-wizard{padding:18px;border-radius:16px}.rt-question{font-size:18px}.rt-option{padding:14px 44px 14px 16px}}@media (min-width:1024px){.rt-question{font-size:22px;line-height:1.45;margin-bottom:16px}.rt-option{padding:16px 48px 16px 18px;border-width:2px;border-radius:16px}.rt-option .label{font-size:18px;line-height:1.6}.rt-progress{height:12px}.rt-btn-primary,.rt-btn-ghost{min-height:48px;font-size:16px;border-radius:14px}}:root{--bg:#eef5ff;--card:#fff;--text:#0f172a;--muted:#64748b;--brand:#2563eb;--ok:#10b981;--warn:#f59e0b;--danger:#ef4444;--ring:rgba(37,99,235,.35);--shadow:0 8px 24px rgba(15,23,42,.06);--radius:16px}.rt-page{min-height:calc(100vh - 160px);background:var(--bg);padding:56px 18px;display:grid;place-items:start center}.rt-summary{background:#fff;border-radius:20px;padding:28px;text-align:center;box-shadow:var(--shadow);margin-bottom:24px;width:min(1200px,100%)}.rt-summary h2{font-size:22px;margin:0 0 8px;color:var(--text)}.rt-summary .band{font-size:28px;font-weight:700;margin:0}.rt-summary .band.low,.rt-summary .low{color:#059669}.rt-summary .band.medium,.rt-summary .medium{color:#d97706}.rt-summary .band.high,.rt-summary .high{color:#dc2626}.rt-summary .band.veryhigh,.rt-summary .veryhigh{color:#991b1b}.rt-plan{width:min(1200px,100%);background:#fff;border-radius:20px;padding:28px;box-shadow:var(--shadow)}.rt-plan-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.rt-plan-header h3{margin:0;font-size:18px;color:var(--text)}.rt-plan p.hint{margin:0 0 16px;color:var(--muted);font-size:16px;line-height:1.7}.rt-card{border:1px solid #e5e7eb;border-radius:16px;padding:18px 20px;margin-bottom:12px;background:#fafafa}.rt-card h4{margin:0 0 6px;font-size:18px;font-weight:600;color:var(--text)}.rt-card p{margin:0;color:var(--muted);font-size:16px}.rt-summary svg{width:1.4em;height:1.4em}.rt-plan-header svg{width:1.1em;height:1.1em}.rt-report-actions svg{width:1em;height:1em}.rt-card p,.rt-card li{overflow-wrap:anywhere}.rt-summary .band{margin-top:4px}.rt-tag{display:inline-block;font-size:14px;font-weight:600;padding:6px 12px;border-radius:999px;margin-bottom:8px}.rt-tag.low{background:#ecfdf5;color:#065f46}.rt-tag.medium{background:#fefce8;color:#92400e}.rt-tag.high{background:#fef2f2;color:#991b1b}.rt-tag.veryhigh{background:#fee2e2;color:#7f1d1d}.rt-report-actions{display:flex;justify-content:center;gap:16px;margin-top:32px}.rt-btn-outline,.rt-btn-dark{border-radius:14px;padding:12px 18px;min-height:48px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.rt-btn-outline{border:1px solid #d1d5db;background:#fff;color:#374151}.rt-btn-dark{background:#111827;color:#fff}.rt-btn-dark:hover{background:#000}.rt-pdf-exporting{background:#fff}.rt-pdf-exporting .rt-summary,.rt-pdf-exporting .rt-plan,.rt-pdf-exporting .rt-card{box-shadow:none!important}.rt-card,.rt-summary,.rt-plan{break-inside:avoid-page;page-break-inside:avoid}.rt-card ul{margin:6px 0 0;padding-left:20px;color:var(--muted);font-size:15px;line-height:1.6}.rt-card li{margin-bottom:4px}:focus-visible{outline:4px solid rgba(37,99,235,.45);outline-offset:3px}@media (prefers-reduced-motion: reduce){.rt-btn-outline,.rt-btn-dark{transition:none!important}}@media (max-width:640px){.rt-plan{padding:22px}}.rt-card{transition:transform .15s ease,box-shadow .15s ease}.rt-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.rt-btn-outline,.rt-btn-dark{transition:background .2s ease,color .2s ease,transform .1s ease,box-shadow .2s ease}.rt-btn-outline:hover{background:#f3f4f6;box-shadow:0 3px 6px #00000014}.rt-btn-dark:hover{background:#000;box-shadow:0 3px 6px #00000026}.rt-btn-outline:active,.rt-btn-dark:active,.rt-card:active{transform:translateY(1px);box-shadow:none}.top-navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#f8fafc;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:100}html,body,#root{height:100%;margin:0}.app-shell{min-height:100dvh;display:flex;flex-direction:column;background:transparent}.app-main{flex:1;background:#e8f1fb}html[data-contrast=high] .app-main{background:#0b1220}@media (prefers-reduced-motion: reduce){.mobile-menu{transition:none!important}}.site-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 0}.footer-inner{background-color:#f9fafb;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:1040px;margin:0 auto;padding:0 1rem}.footer-copy{color:#6b7280}.footer-brand{font-weight:600;color:#1d4ed8}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-link{font-size:.875rem;color:#374151;transition:color .2s ease,transform .2s ease}.footer-link:hover{color:#1d4ed8;transform:translateY(-1px)}
