:root{
  --portal-bg:#111315;--portal-top:#16191c;--portal-panel:#1b1f23;--portal-panel-2:#20252a;
  --portal-border:#2b3137;--portal-text:#f3f5f7;--portal-muted:#9aa4ad;--portal-soft:#6f7b86;
  --portal-blue:#2f86c7;--portal-blue-soft:rgba(47,134,199,.11);--portal-green:#4ba979;
}
body.portal{background:var(--portal-bg)!important;color:var(--portal-text)!important}
.portal .top{background:rgba(22,25,28,.97)!important;border-bottom:1px solid var(--portal-border)!important}
.portal .links a{color:#b4bdc5!important}.portal .links a:hover{color:#fff!important}.portal .links a::after{background:var(--portal-blue)!important}
.portal-main{padding-top:74px}.portal-wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.portal-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--portal-border);background:linear-gradient(135deg,#15181b,#111315)}
.portal-hero:after{content:"";position:absolute;right:-120px;top:-140px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(47,134,199,.12),transparent 68%);pointer-events:none}
.portal-hero-grid{min-height:480px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:34px;align-items:center;padding:58px 0 52px;position:relative;z-index:1}
.portal-kicker{display:inline-flex;gap:8px;align-items:center;color:#7f91a0;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.portal-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--portal-blue)}
.portal-hero h1{font-size:48px;line-height:1.05;margin:14px 0 14px;letter-spacing:-.035em;max-width:720px}.portal-hero h1 em{font-style:normal;color:#7fb5dd}
.portal-hero p{max-width:690px;color:var(--portal-muted);font-size:14px;line-height:1.7;margin:0}.portal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.portal-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:8px;text-decoration:none;font-size:11px;font-weight:800;border:1px solid var(--portal-border);color:#e8edf1;background:#1c2024}.portal-btn.primary{background:#226da5;border-color:#2d7fb9;color:#fff}.portal-btn:hover{transform:translateY(-1px)}
.portal-summary{background:rgba(27,31,35,.94);border:1px solid var(--portal-border);border-radius:12px;padding:20px}.portal-summary-label{font-size:8px;letter-spacing:.15em;color:#71808c;font-weight:800}.portal-summary h3{font-size:18px;margin:8px 0 6px}.portal-summary p{font-size:10px;line-height:1.6;color:#8f9aa4}.portal-summary-list{display:grid;margin-top:14px;border-top:1px solid var(--portal-border)}.portal-summary-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #262b30;font-size:10px}.portal-summary-row b{color:#8ebcdf}
.portal-section{padding:54px 0;border-bottom:1px solid #20252a}.portal-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.portal-section-head h2{font-size:27px;margin:6px 0 0}.portal-section-head p{margin:7px 0 0;color:var(--portal-muted);font-size:11px;max-width:650px;line-height:1.6}
.portal-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.portal-service{display:flex;flex-direction:column;min-height:190px;padding:18px;border:1px solid var(--portal-border);border-radius:10px;background:var(--portal-panel);text-decoration:none;color:inherit;transition:.15s ease}.portal-service:hover{border-color:#3a5367;background:#1e2327;transform:translateY(-2px)}.portal-service-icon{width:34px;height:34px;border-radius:8px;background:var(--portal-blue-soft);color:#77b0dc;display:grid;place-items:center;margin-bottom:30px}.portal-service-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.portal-service h3{font-size:14px;margin:0 0 6px}.portal-service p{font-size:9.5px;color:var(--portal-muted);line-height:1.55;margin:0}.portal-service span:last-child{margin-top:auto;font-size:9px;color:#83b6dc;font-weight:800}
.portal-leaders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.portal-leader{display:flex;align-items:center;gap:14px;padding:15px;border:1px solid var(--portal-border);border-radius:10px;background:var(--portal-panel)}.portal-avatar{width:48px;height:48px;border-radius:50%;background:#20272d;border:1px solid #303841;display:grid;place-items:center;overflow:hidden;font-weight:800;color:#9ab5c9;flex:0 0 auto}.portal-avatar img{width:100%;height:100%;object-fit:cover}.portal-leader b{display:block;font-size:12px}.portal-leader small{display:block;margin-top:3px;color:var(--portal-muted);font-size:9px}.portal-role{display:inline-flex;margin-top:7px;padding:4px 7px;border-radius:999px;background:var(--portal-blue-soft);color:#82b6dc;font-size:8px;font-weight:800}
.portal-denuncia{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:24px;border:1px solid #31363b;border-radius:10px;background:#181b1e}.portal-denuncia h2{font-size:21px;margin:5px 0 7px}.portal-denuncia p{color:var(--portal-muted);font-size:10.5px;line-height:1.6;max-width:700px;margin:0}
.portal-page{padding:112px 0 62px}.portal-page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.portal-page-head h1{font-size:31px;margin:6px 0 4px}.portal-page-head p{margin:0;color:var(--portal-muted);font-size:11px}.portal-toolbar{display:grid;grid-template-columns:1fr 230px;gap:9px;padding:10px;background:var(--portal-panel);border:1px solid var(--portal-border);border-radius:9px;margin-bottom:12px}.portal-toolbar input,.portal-toolbar select,.portal-lookup input{width:100%;background:#14171a!important;border:1px solid #30363c!important;border-radius:7px;padding:10px 11px;color:#fff!important;outline:0}.portal-toolbar input:focus,.portal-lookup input:focus{border-color:#3c789f!important}
.officer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.officer-card{display:flex;gap:12px;align-items:center;min-height:100px;padding:13px;border:1px solid var(--portal-border);border-radius:9px;background:var(--portal-panel)}.officer-photo{width:58px;height:58px;border-radius:10px;background:#20252a;border:1px solid #30363c;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;color:#8fa4b3;font-weight:800}.officer-photo img{width:100%;height:100%;object-fit:cover}.officer-card h3{font-size:11.5px;margin:0 0 3px}.officer-card p{font-size:9.5px;color:#a0a9b1;margin:0}.officer-card small{display:block;margin-top:5px;color:#74818c;font-size:8.5px}.officer-role{display:inline-flex;margin-top:7px;font-size:7.5px;padding:3px 6px;border-radius:999px;background:var(--portal-blue-soft);color:#80b4dc}
.portal-lookup{max-width:850px;margin:auto;background:var(--portal-panel);border:1px solid var(--portal-border);border-radius:10px;padding:18px}.portal-lookup-row{display:grid;grid-template-columns:1fr auto;gap:8px}.portal-lookup button{border:1px solid #3f596d;background:#263643;color:#fff;border-radius:7px;padding:0 17px;font-weight:800;cursor:pointer}.portal-hint{margin-top:8px;color:#6e7983;font-size:8.5px}.portal-result{margin-top:13px}.public-record{border:1px solid var(--portal-border);border-radius:9px;overflow:hidden;background:#171a1d}.public-record-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start;padding:15px;border-bottom:1px solid var(--portal-border)}.public-record-head h2{font-size:17px;margin:3px 0 0}.public-record-head small{color:#73808a;font-size:8px;text-transform:uppercase;letter-spacing:.12em}.public-status{padding:5px 8px;border-radius:999px;background:var(--portal-blue-soft);color:#82b5db;font-size:8px;font-weight:800}.public-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.public-record-item{padding:13px 15px;border-bottom:1px solid #252a2f}.public-record-item:nth-child(odd){border-right:1px solid #252a2f}.public-record-item span{display:block;color:#74808a;font-size:7.5px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.public-record-item b,.public-record-item p{font-size:10px;margin:0;color:#dce1e5}.public-record-members{padding:14px 15px}.public-member{padding:8px 0;border-bottom:1px solid #252a2f}.public-member:last-child{border-bottom:0}.public-member b{display:block;font-size:10px}.public-member small{font-size:8px;color:#7f8992}.portal-empty,.portal-error{padding:18px;border:1px dashed #343a40;border-radius:8px;text-align:center;color:#818b94;font-size:10px}.portal-error{border-color:#5d373a;color:#d5a1a5;background:#24191b}
.portal .footer{background:#141619!important;border-color:var(--portal-border)!important}
@media(max-width:900px){.portal-hero-grid{grid-template-columns:1fr;min-height:auto}.portal-services{grid-template-columns:repeat(2,1fr)}.officer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.portal-main{padding-top:64px}.portal-wrap{width:min(100% - 24px,1180px)}.portal-hero-grid{padding:42px 0}.portal-hero h1{font-size:36px}.portal-services,.portal-leaders,.officer-grid{grid-template-columns:1fr}.portal-denuncia{grid-template-columns:1fr}.portal-toolbar,.portal-lookup-row{grid-template-columns:1fr}.portal-lookup button{height:40px}.public-record-grid{grid-template-columns:1fr}.public-record-item:nth-child(odd){border-right:0}}
