
:root{--blue:#0759c7;--navy:#0c2948;--ink:#121820;--muted:#59697a;--line:#cfdae6;--soft:#f5f9fd;--gold:#ffbf47;--green:#157347;--red:#b42318}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.58}
a{color:#064fae}.hr-wrap{width:min(1180px,calc(100% - 28px));margin:auto}.hr-top{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}
.hr-top .hr-wrap{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:10px 0}.hr-brand{font-weight:950;color:var(--navy);text-decoration:none}.hr-nav{display:flex;gap:7px;flex-wrap:wrap}
.hr-nav a,.hr-btn,.hr-share button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 12px;border-radius:9px;border:1px solid #9db5cc;background:#fff;color:#123b61;text-decoration:none;font-weight:850;cursor:pointer}
.hr-btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.hr-btn.dark{background:var(--navy);border-color:var(--navy);color:#fff}.hr-btn:hover,.hr-btn:focus-visible,.hr-nav a:hover,.hr-nav a:focus-visible,.hr-share button:hover,.hr-share button:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.hr-hero{background:linear-gradient(180deg,#eff7ff,#fff);border-bottom:1px solid var(--line);padding:44px 0}.hr-k{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;font-weight:950;color:#0759c7}
.hr-hero h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1.02;margin:.35rem 0 1rem;max-width:940px}.hr-hero p{font-size:1.1rem;max-width:950px}.hr-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}
.hr-section{padding:36px 0;border-bottom:1px solid #edf1f5}.hr-section h2{font-size:clamp(1.55rem,3vw,2.5rem);line-height:1.12;margin:.35rem 0 1rem}.hr-section h3{line-height:1.2}
.hr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.hr-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px;box-shadow:0 5px 18px rgba(16,48,81,.05)}
.hr-card.soft{background:var(--soft)}.hr-card strong.hr-step{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--blue);color:#fff;margin-bottom:7px}
.hr-note{padding:13px 15px;border-left:5px solid var(--gold);background:#fff9e8;border-radius:9px;margin:14px 0}.hr-safe{padding:13px 15px;border-left:5px solid var(--green);background:#eefaf4;border-radius:9px;margin:14px 0}
.hr-warn{padding:13px 15px;border-left:5px solid var(--red);background:#fff2f0;border-radius:9px;margin:14px 0}.hr-table{width:100%;border-collapse:collapse}.hr-table th,.hr-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:10px}.hr-table th{background:#f4f8fc}
.hr-side{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hr-plain,.hr-adult{border:1px solid var(--line);border-radius:14px;padding:16px}.hr-plain{background:#eef7ff}.hr-adult{background:#fff}
.hr-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hr-video{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.hr-video iframe{width:100%;aspect-ratio:16/9;border:0;background:#061525}.hr-video .b{padding:12px}.hr-video h3{font-size:1rem;margin:.1rem 0 .45rem}
.hr-chip{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf3fe;color:#0d4c88;font-size:.76rem;font-weight:900}.hr-person-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.hr-person{border:1px solid var(--line);border-radius:13px;padding:14px}.hr-person h3{margin:.25rem 0}.hr-person .status{font-size:.76rem;font-weight:900;color:#744a00;background:#fff3d3;padding:4px 7px;border-radius:999px;display:inline-flex}
.hr-directory{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.hr-dir-card{display:flex;flex-direction:column;gap:7px;border:1px solid var(--line);border-radius:13px;padding:14px;background:#fff}.hr-dir-card .num{font-weight:950;color:var(--blue)}
.hr-form{display:grid;gap:12px}.hr-form label{display:grid;gap:5px;font-weight:800}.hr-form input,.hr-form textarea,.hr-form select{width:100%;border:1px solid #94abc1;border-radius:9px;padding:10px;font:inherit;background:#fff}.hr-form textarea{min-height:110px;resize:vertical}.hr-output{white-space:pre-wrap;background:#f7fafc;border:1px solid var(--line);border-radius:12px;padding:14px;min-height:100px}
.hr-polls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hr-poll{border:1px solid var(--line);border-radius:13px;padding:14px;background:#f8fbff}.hr-poll button{display:block;width:100%;text-align:left;margin:6px 0;min-height:42px;padding:8px 10px;border:1px solid #9ab0c6;border-radius:8px;background:#fff;font:inherit;font-weight:800;cursor:pointer}.hr-results{font-size:.85rem;margin-top:8px}
.hr-bar{display:grid;grid-template-columns:minmax(110px,1fr) 2fr auto;gap:6px;align-items:center;margin:5px 0}.hr-track{height:9px;background:#dfe8f2;border-radius:99px;overflow:hidden}.hr-track span{display:block;height:100%;background:var(--blue)}
.hr-share{display:flex;gap:7px;flex-wrap:wrap}.hr-fine{font-size:.83rem;color:var(--muted)}.hr-source-list{display:grid;gap:8px}.hr-source-list a{overflow-wrap:anywhere}.hr-footer{padding:28px 0;background:#0d1e31;color:#dfeaf5}.hr-footer a{color:#fff}
@media(max-width:900px){.hr-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-side,.hr-polls{grid-template-columns:1fr}.hr-top .hr-wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.hr-video-grid{grid-template-columns:1fr}.hr-wrap{width:min(100% - 20px,1180px)}.hr-table{font-size:.88rem}.hr-nav{display:grid;grid-template-columns:1fr 1fr;width:100%}.hr-nav a{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
