:root{--background:#fbfcfd;--surface:#fff;--surface-strong:#f0f6f7;--text:#172326;--muted:#5e6f73;--brand:#0b7f83;--brand-strong:#075f63;--accent:#f2b84b;--border:#dce7e9;--danger-soft:#fff3ed;--shadow:0 18px 45px #0c303617;--radius:8px;--max-width:1040px}*{box-sizing:border-box}html{background:var(--background);min-width:320px;color:var(--text);font-family:Arial,Helvetica,sans-serif}body{margin:0}a{color:inherit;text-decoration:none}main{width:min(100% - 32px, var(--max-width));margin:0 auto;padding:24px 0 48px}.site-header{width:min(100% - 32px, var(--max-width));border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;min-height:72px;margin:0 auto;display:flex}.brand-link{color:var(--brand-strong);white-space:nowrap;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-link img{width:44px;height:44px}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.site-nav a{border-radius:var(--radius);min-height:38px;color:var(--muted);align-items:center;padding:0 10px;font-size:.94rem;font-weight:700;display:inline-flex}.site-nav a:hover,.site-nav a:focus-visible{background:var(--surface-strong);color:var(--brand-strong);outline:none}.home-hero{padding:28px 0 18px}.home-brand{align-items:center;gap:16px;display:flex}.home-brand img{width:76px;height:76px}.eyebrow{color:var(--brand-strong);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:800}h1,h2,p{overflow-wrap:anywhere}h1{margin:0;font-size:2.35rem;line-height:1.04}h2{margin:0 0 10px;font-size:1.14rem;line-height:1.25}.hero-copy,.page-intro p,.placeholder-panel p,.list-card p,.article-body p,.community-notice p,.site-footer p{color:var(--muted);line-height:1.58}.hero-copy{max-width:700px;margin:22px 0 0;font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.primary-button,.secondary-button{border-radius:var(--radius);justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:800;display:inline-flex}.primary-button{background:var(--brand);color:#fff;box-shadow:var(--shadow)}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--brand-strong)}.action-grid,.list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.action-card,.list-card,.placeholder-panel,.community-notice,.article-body{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.action-card,.list-card{flex-direction:column;min-height:176px;padding:18px;display:flex}.action-card:hover,.action-card:focus-visible,.list-card:hover,.list-card:focus-visible{box-shadow:var(--shadow);border-color:#0b7f8359;outline:none}.action-card-icon{background:var(--surface-strong);width:38px;height:38px;color:var(--brand-strong);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-weight:900;display:inline-flex}.action-card-title{margin-bottom:8px;font-weight:850;line-height:1.2}.action-card-description{color:var(--muted);line-height:1.45}.community-notice{background:var(--danger-soft);border-color:#f4d4c4;margin-top:28px;padding:18px}.community-notice strong{margin-bottom:6px;display:block}.community-notice p{margin:0}.page-intro{max-width:760px;padding:30px 0 8px}.page-intro h1{margin-bottom:14px}.placeholder-panel,.article-body{margin-top:24px;padding:20px}.text-link{color:var(--brand-strong);margin-top:10px;font-weight:800;display:inline-flex}.site-footer{width:min(100% - 32px, var(--max-width));border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;gap:20px;margin:0 auto;padding:26px 0 36px;display:flex}.site-footer p{max-width:620px;margin:0}.site-footer a{color:var(--brand-strong);font-weight:800}@media (max-width:780px){.site-header{flex-direction:column;align-items:flex-start;padding:14px 0}.site-nav{justify-content:flex-start;width:100%}h1{font-size:2rem}.action-grid,.list-grid{grid-template-columns:1fr}.action-card,.list-card{min-height:0}.site-footer{flex-direction:column}}@media (max-width:440px){main,.site-header,.site-footer{width:min(100% - 24px, var(--max-width))}.home-brand{align-items:flex-start}.home-brand img{width:62px;height:62px}.hero-actions a{width:100%}}.search-shell{gap:20px;margin-top:24px;display:grid}.search-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:22px;padding:20px;display:grid}.type-chip-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.type-chip{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:56px;color:var(--text);cursor:pointer;font:inherit;text-align:center;padding:10px 12px;font-weight:800;line-height:1.2}.type-chip:hover,.type-chip:focus-visible,.type-chip[aria-pressed=true]{border-color:var(--brand);background:var(--surface-strong);color:var(--brand-strong);outline:none}.search-field-group{gap:8px;display:grid}.search-field-group label{font-weight:850}.search-field-group input{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:52px;color:var(--text);font:inherit;background:#fff;padding:0 14px}.search-field-group input:focus-visible,.search-button:focus-visible,.result-detail-link:focus-visible,.search-error button:focus-visible{outline-offset:2px;outline:3px solid #0b7f8347}.field-hint{color:var(--muted);margin:0;font-size:.94rem;line-height:1.45}.search-button{cursor:pointer;width:fit-content;font:inherit;border:0}.search-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.search-status{min-height:48px}.search-status>p{color:var(--muted);margin:0}.search-error,.empty-result,.search-result-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:18px}.search-error{background:var(--danger-soft);border-color:#f2c2b3;justify-content:space-between;align-items:center;gap:14px;display:flex}.search-error p,.empty-result p{color:var(--muted);margin:0;line-height:1.5}.empty-result h2,.search-result-card h2{margin-bottom:8px}.search-result-card{box-shadow:var(--shadow);gap:18px;display:grid}.result-label{color:var(--brand-strong);text-transform:uppercase;margin:0 0 6px;font-size:.82rem;font-weight:850}.result-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;display:grid}.result-facts div{border-radius:var(--radius);background:var(--surface-strong);padding:12px}.result-facts dt{color:var(--muted);margin-bottom:6px;font-size:.78rem;font-weight:800}.result-facts dd{color:var(--text);margin:0;font-weight:850;line-height:1.3}.result-detail-link{width:fit-content}@media (max-width:860px){.type-chip-grid,.result-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.search-form,.search-error,.empty-result,.search-result-card{padding:16px}.type-chip-grid,.result-facts{grid-template-columns:1fr}.search-button,.result-detail-link,.search-error button{width:100%}.search-error{flex-direction:column;align-items:stretch}}.detail-shell,.detail-state-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-top:24px}.detail-shell{gap:18px;padding:20px;display:grid}.detail-state-panel{gap:12px;max-width:680px;padding:20px;display:grid}.detail-state-panel p,.detail-muted,.detail-dates,.detail-notice,.detail-loss-section p{color:var(--muted);margin:0;line-height:1.55}.detail-error{background:var(--danger-soft);border-color:#f2c2b3}.detail-summary{border-bottom:1px solid var(--border);gap:8px;padding-bottom:16px;display:grid}.detail-summary h2{color:var(--text);margin:0;font-size:1.85rem;line-height:1.15}.detail-report-count{color:var(--text);margin:0;font-size:1.04rem;line-height:1.4}.detail-report-count strong{color:var(--brand-strong);font-size:1.2rem}.detail-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;display:grid}.detail-section{min-width:0}.detail-section h3{color:var(--brand-strong);margin:0 0 10px;font-size:.95rem;line-height:1.25}.detail-count-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.detail-count-list li{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:8px;line-height:1.35;display:flex}.detail-count-list li:last-child{border-bottom:0;padding-bottom:0}.detail-count-list span{overflow-wrap:anywhere;min-width:0}.detail-count-list strong{color:var(--brand-strong);font-size:1rem}.detail-notice{border-radius:var(--radius);background:var(--surface-strong);padding:12px 14px;font-size:.94rem}.detail-action{width:fit-content}.detail-loading{opacity:.86}@media (max-width:700px){.detail-shell,.detail-state-panel{padding:16px}.detail-summary h2{font-size:1.55rem}.detail-sections{grid-template-columns:1fr;gap:16px}.detail-action,.detail-state-panel form,.detail-state-panel button{width:100%}}.report-form{gap:18px;margin-top:24px;display:grid}.report-panel,.report-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.report-panel{gap:12px;margin-top:24px;padding:20px;display:grid}.report-section{gap:18px;padding:18px;display:grid}.report-section-heading{align-items:flex-start;gap:12px;display:flex}.report-section-heading>span{background:var(--surface-strong);width:30px;height:30px;color:var(--brand-strong);border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.report-section-heading h2,.report-panel h2{margin-bottom:4px}.report-section-heading p,.report-panel p,.report-help,.report-muted,.report-counter{color:var(--muted);margin:0;line-height:1.5}.report-field{gap:7px;display:grid}.report-field label,.report-check-group legend,.report-radio-group legend{color:var(--text);font-weight:850}.report-field input,.report-field select,.report-field textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:48px;color:var(--text);font:inherit;background:#fff;padding:0 12px}.report-field textarea{resize:vertical;min-height:126px;padding:12px}.report-field input:focus-visible,.report-field select:focus-visible,.report-field textarea:focus-visible,.report-check-grid input:focus-visible,.policy-acceptance input:focus-visible,.report-radio-group input:focus-visible{outline-offset:2px;outline:3px solid #0b7f8347}.report-field input:read-only,.report-field input:disabled{background:var(--surface-strong);color:var(--muted)}.locked-identifier{border-radius:var(--radius);background:var(--surface-strong);border:1px solid #0b7f8338;gap:6px;padding:14px;display:grid}.locked-identifier strong,.locked-identifier span{overflow-wrap:anywhere}.locked-identifier p:last-child{color:var(--muted);margin:0;line-height:1.45}.report-check-group,.report-radio-group{border:0;min-width:0;margin:0;padding:0}.report-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.report-check-grid label,.report-radio-group label,.policy-acceptance{align-items:flex-start;gap:9px;line-height:1.35;display:flex}.report-check-grid label{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-height:44px;padding:10px}.report-check-grid input,.report-radio-group input,.policy-acceptance input{width:18px;height:18px;accent-color:var(--brand);flex:none;margin-top:1px}.report-radio-group{flex-wrap:wrap;gap:14px;display:flex}.report-radio-group legend{width:100%;margin-bottom:8px}.report-inline-fields{grid-template-columns:minmax(0,1fr) minmax(110px,160px);gap:12px;display:grid}.report-warning{border-radius:var(--radius);background:var(--danger-soft);color:var(--text);margin:0;padding:10px 12px;line-height:1.45}.report-counter{justify-self:end;font-size:.86rem}.report-field-error,.report-submit-error{color:#9f321b;margin:0;line-height:1.45}.report-submit-error,.report-error{background:var(--danger-soft);border-color:#f2c2b3}.policy-list{gap:10px;display:grid}.policy-item{border:1px solid var(--border);border-radius:var(--radius);background:#fff}.policy-item details{padding:12px}.policy-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-weight:850;display:flex}.policy-item summary strong,.policy-item summary em{color:var(--muted);white-space:nowrap;font-size:.82rem;font-style:normal;font-weight:800}.policy-content{color:var(--muted);white-space:pre-wrap;margin-top:12px;line-height:1.58}.policy-acceptance{color:var(--text);padding:0 12px 12px;font-weight:800}.report-submit-row,.report-actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.report-action{cursor:pointer;font:inherit;border:0}.report-action:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.report-success{box-shadow:var(--shadow);border-color:#0b7f8347}@media (max-width:720px){.report-section,.report-panel{padding:16px}.report-check-grid,.report-inline-fields{grid-template-columns:1fr}.report-submit-row,.report-actions-row{flex-direction:column;align-items:stretch}.report-action,.report-submit-row a,.report-actions-row a{width:100%}.policy-item summary{flex-direction:column;align-items:flex-start}}.breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;font-size:.92rem;line-height:1.4;display:flex}.breadcrumbs a{color:var(--brand-strong);font-weight:800}.education-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.education-card,.article-list-item,.education-state{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.education-card{grid-template-columns:auto minmax(0,1fr);gap:12px;min-height:132px;padding:16px;display:grid}.education-card:hover,.education-card:focus-visible,.article-list-item:hover,.article-list-item:focus-visible{box-shadow:var(--shadow);border-color:#0b7f8359;outline:none}.education-card-icon{background:var(--surface-strong);width:38px;height:38px;color:var(--brand-strong);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:900;display:inline-flex}.education-card h2,.article-list-item h2,.education-state h2{margin-bottom:6px}.education-card p,.article-list-item p,.education-state p,.education-article-section p{color:var(--muted);margin:0;line-height:1.58}.education-state{gap:10px;margin-top:24px;padding:18px;display:grid}.article-list{gap:12px;margin-top:24px;display:grid}.article-list-item{justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.article-list-item>span{color:var(--brand-strong);white-space:nowrap;font-weight:850}.education-article-body{gap:18px;max-width:820px;margin-top:24px;display:grid}.education-article-section{border-bottom:1px solid var(--border);gap:8px;padding-bottom:18px;display:grid}.education-article-section:last-child{border-bottom:0;padding-bottom:0}.education-article-section h2{align-items:center;gap:10px;margin:0;display:flex}.education-article-section h2 span{background:var(--surface-strong);width:28px;height:28px;color:var(--brand-strong);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:900;display:inline-flex}@media (max-width:720px){.education-grid{grid-template-columns:1fr}.education-card{min-height:0}.article-list-item{flex-direction:column;align-items:flex-start}}.policy-document-list{gap:12px;margin-top:24px;display:grid}.policy-document-card,.policy-state,.policy-detail-meta{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.policy-document-card{justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.policy-document-card h2,.policy-state h2{margin-bottom:6px}.policy-document-card p,.policy-state p,.policy-content-body p,.policy-content-body li{color:var(--muted);margin:0;line-height:1.65}.policy-document-card dl,.policy-detail-meta dl{flex-wrap:wrap;gap:12px 18px;margin:12px 0 0;display:flex}.policy-document-card dt,.policy-detail-meta dt{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:850}.policy-document-card dd,.policy-detail-meta dd{color:var(--text);margin:3px 0 0;font-weight:850}.policy-read-link{flex:none;width:fit-content}.policy-state{gap:10px;margin-top:24px;padding:18px;display:grid}.policy-error{background:var(--danger-soft);border-color:#f2c2b3}.policy-detail-meta{max-width:760px;margin-top:20px;padding:14px 16px}.policy-content-body{max-width:760px;margin-top:24px}.policy-content-body h2,.policy-content-body h3{color:var(--text);margin:26px 0 10px;line-height:1.25}.policy-content-body h2:first-child,.policy-content-body h3:first-child{margin-top:0}.policy-content-body ul,.policy-content-body ol{gap:8px;margin:10px 0 18px;padding-left:26px;display:grid}.policy-content-body strong{color:var(--text)}@media (max-width:680px){.policy-document-card{flex-direction:column;align-items:stretch}.policy-read-link,.policy-state form,.policy-state button{width:100%}.policy-detail-meta{padding:16px}}.policy-content-body p{margin:0 0 14px}.policy-content-meta{border-radius:var(--radius);background:var(--surface-strong);width:fit-content;padding:6px 10px;font-weight:850;color:var(--text)!important}.policy-bullet-list{list-style:outside}.policy-bullet-list li::marker{color:var(--brand-strong)}
