/* Equipo: presentación aislada, sin alterar tarjetas ni barras de otras páginas. */
.hse-team { --team-accent:#298dcc; font:14px/1.5 Arial,Helvetica,sans-serif; color:#315878; }
.hse-team * { box-sizing:border-box; }
.hse-team .hse-team-intro { position:relative; overflow:hidden; padding:28px; margin-bottom:22px; border:1px solid #fff; border-radius:18px; background:linear-gradient(115deg,#f9fdffff,#e9f7ffd9),url('/img/theme/hse-clouds-soft.png') center / cover; box-shadow:0 5px 18px #178ec618; }
.hse-team .hse-team-eyebrow { display:block; font-size:10px; font-weight:700; letter-spacing:1.8px; color:#327fa6; }
.hse-team h1 { margin:10px 0; font-size:clamp(25px,3vw,34px); line-height:1.15; letter-spacing:-1px; color:#14547d; }
.hse-team .hse-team-intro p { max-width:500px; margin:0 0 18px; font-size:14px; color:#5a7e97; }
.hse-theme .hse-team .hse-team-join { display:inline-flex; align-items:center; gap:20px; padding:9px 14px; border:1px solid #abdffa; border-radius:9px; background:#fff; color:#087db9; font-size:12px; font-weight:700; text-decoration:none; }
.hse-team .hse-team-department { margin:0 0 20px; padding:20px; border:1px solid #d6ebf8; border-top:3px solid var(--team-accent); border-radius:16px; background:#ffffffed; box-shadow:0 5px 18px #1b638510; }
.hse-team .hse-team-department-head { display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.hse-team .hse-team-emblem { display:grid; place-items:center; flex:0 0 46px; width:46px; height:46px; border-radius:14px; color:var(--team-accent); background:color-mix(in srgb,var(--team-accent) 10%,white); border:1px solid color-mix(in srgb,var(--team-accent) 20%,white); }
.hse-team .hse-team-emblem svg { width:26px; height:26px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; }
.hse-team h2 { margin:0; color:#244d6b; font-size:18px; line-height:1.3; font-weight:700; }
.hse-team .hse-team-department-head p { margin:4px 0 0; color:#7890a1; font-size:12px; }
.hse-team .hse-team-role { margin-top:14px; border-top:1px solid #e8f1f7; }
.hse-team .hse-team-role summary { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 2px; color:#5a7286; font-size:12px; font-weight:700; cursor:pointer; list-style:none; }
.hse-team .hse-team-role summary::-webkit-details-marker { display:none; }
.hse-team .hse-team-role summary>span { color:var(--team-accent); font-size:18px; transform:rotate(-90deg); }
.hse-team .hse-team-role[open] summary>span { transform:none; }
.hse-team .hse-team-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; padding-bottom:4px; }
.hse-theme .hse-team .hse-team-member { display:flex; align-items:center; gap:15px; min-width:0; min-height:112px; padding:14px; border:1px solid #dcebf5; border-radius:13px; background:linear-gradient(110deg,#f0f8fe,#fff 65%); color:#245579; text-decoration:none; transition:border-color .15s,box-shadow .15s,transform .15s; }
.hse-theme .hse-team .hse-team-member:hover { transform:translateY(-2px); border-color:var(--team-accent); box-shadow:0 5px 14px #21648d16; }
.hse-team .hse-team-avatar { flex:0 0 68px; width:68px; height:78px; border:2px solid #fff; border-radius:17px; background-color:#d8f1ff; background-repeat:no-repeat; background-position:center -4px; box-shadow:0 2px 5px #315b7720; }
.hse-team .hse-team-member-info { display:flex; flex-direction:column; align-items:flex-start; gap:5px; min-width:0; }
.hse-team .hse-team-member-info strong { max-width:100%; overflow-wrap:anywhere; font-size:16px; color:#087fc4; }
.hse-team .hse-team-status { display:inline-flex; align-items:center; gap:5px; font-size:10px; color:#8294a3; }
.hse-team .hse-team-status i { width:6px; height:6px; background:#a3b0bd; border-radius:50%; }
.hse-team .hse-team-status.is-online { color:#218557; }
.hse-team .hse-team-status.is-online i { background:#30b979; box-shadow:0 0 0 3px #30b97914; }
.hse-team .hse-team-profile { margin-top:3px; color:#6488a2; font-size:11px; }
.hse-team .hse-team-profile>span { margin-left:7px; color:var(--team-accent); }
.hse-team .hse-team-note { padding:5px 20px 14px; text-align:center; font-size:12px; color:#7594a9; }
.hse-team .hse-team-department-head { cursor:pointer; list-style:none; }
.hse-team .hse-team-department-head::-webkit-details-marker { display:none; }
.hse-team .hse-team-department:not([open]) > .hse-team-department-head { margin-bottom:0; }
.hse-team .hse-team-expand { display:inline-flex; align-items:center; gap:8px; margin-left:auto; padding:9px 12px; border:1px solid #bfdfee; border-radius:10px; background:#edf8fe; color:#197ca8; font:600 12px/1.4 Arial,sans-serif; }
.hse-team .hse-team-expand .when-open { display:none; }
.hse-team .hse-team-department[open] > summary .when-open { display:inline; }
.hse-team .hse-team-department[open] > summary .when-closed { display:none; }
.hse-theme .hse-team .hse-team-role { margin-top:20px; padding-top:16px; border-top:1px solid #e3eef6; }
.hse-theme .hse-team .hse-team-role > summary { min-height:48px; border:1px solid #d4e8f4; border-radius:12px; padding:12px 16px; background:linear-gradient(110deg,#eaf7ff,#f8fcff); color:#247496; font:600 15px/1.5 'Segoe UI',Arial,sans-serif; cursor:pointer; }
.hse-theme .hse-team .hse-team-role[open] > summary { margin-bottom:16px; }
.hse-theme .hse-team .hse-team-role > summary > span { display:grid; place-items:center; flex:0 0 28px; width:28px; height:28px; padding:0; border:1px solid #b9def0; border-radius:9px; background:#e1f3fd; color:#1982b3; font-size:0; transform:none; }
.hse-theme .hse-team .hse-team-role > summary > span::before { content:''; width:7px; height:7px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:translateX(-2px) rotate(-45deg); }
.hse-theme .hse-team .hse-team-role[open] > summary > span::before { transform:translateY(-2px) rotate(45deg); }
.hse-theme .hse-team .hse-team-department-head h2 { font:700 20px/1.4 'Segoe UI',Arial,sans-serif; color:#245b7b; }
.hse-theme .hse-team .hse-team-department-head p { font:400 13px/1.6 'Segoe UI',Arial,sans-serif; margin-top:5px; }
@media(max-width:650px) { .hse-team .hse-team-department-head { flex-wrap:wrap; } .hse-team .hse-team-expand { margin-left:0; } }
.hse-team :is(a,summary):focus-visible { outline:3px solid #299bdd; outline-offset:3px; }
@media(max-width:650px) { .hse-team .hse-team-grid { grid-template-columns:minmax(0,1fr); } .hse-team .hse-team-intro { padding:22px 18px; } .hse-team .hse-team-department { padding:15px; } .hse-team h2 { font-size:16px; } .hse-team .hse-team-department-head { align-items:flex-start; gap:10px; } }
@media(prefers-reduced-motion:reduce) { .hse-theme .hse-team .hse-team-member { transition:none; } .hse-theme .hse-team .hse-team-member:hover { transform:none; } }
