:root{
  --portal-font:"Poppins",Arial,sans-serif;
  --portal-navy:#0b2e63;
  --portal-blue:#1d4f91;
  --portal-gold:#ffd100;
  --portal-red:#d71920;
  --portal-ink:#17284a;
  --portal-muted:#66758d;
  --portal-line:#d8e0ec;
  --portal-wash:#f4f7fb;
  --portal-shadow:0 14px 38px rgba(11,46,99,.09);
}
html{font-family:var(--portal-font);font-size:16px;scroll-behavior:smooth}
body,button,input,select,textarea{font-family:var(--portal-font)!important}
body{color:var(--portal-ink);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4,h5,h6{font-family:var(--portal-font)!important;font-weight:800;line-height:1.18;color:inherit}
p,li,a,button,input,select,textarea,label,th,td{font-family:var(--portal-font)!important}
.site-header{position:relative;z-index:1000;box-shadow:0 7px 24px rgba(7,30,65,.09)}
.site-header .identity strong{font-size:clamp(.96rem,1.4vw,1.12rem);line-height:1.32}
.site-header .navigation,.site-header .utility-links{font-size:.79rem}
main section:not(.hero):not(.system-hero):not(.admin-hero){scroll-margin-top:20px}
.system-container,.admin-container{width:min(1220px,calc(100% - 36px))!important}
.system-hero{padding:46px 0 42px!important}
.system-hero h1,.admin-hero h1{font-size:clamp(2rem,4vw,3.35rem)!important;line-height:1.05!important;letter-spacing:-.035em!important}
.system-hero p:last-child,.admin-hero p:last-child{font-size:.98rem!important;line-height:1.7!important}
.system-category,.system-admin-panel,.stat-card,.filter-card,.image-card{border-radius:14px!important;box-shadow:var(--portal-shadow)!important}
.system-category-heading{min-height:58px!important}
.system-table th{font-size:.72rem!important}
.system-table td{font-size:.9rem!important}
.system-name{font-size:.96rem!important}
.system-meta{font-size:.78rem!important}
.system-open-icon{border-radius:8px!important}
.site-footer{font-size:.84rem}
@media(max-width:760px){html{font-size:15px}.system-container,.admin-container{width:min(100% - 24px,1220px)!important}.system-hero{padding:36px 0 34px!important}}
