/* Zone Sam1337 — WHITE UI v3.0
   zone-sam1337.com
   Clean light interface. Loaded after legacy style.css. */
:root{
  --bg:#f5f7f9!important;
  --panel:#ffffff!important;
  --panel2:#f8fafb!important;
  --text:#17211c!important;
  --muted:#748079!important;
  --line:#dce5e0!important;
  --green:#159b60!important;
  --danger:#d84f5f!important;
  --zone-bg:#f5f7f9;
  --zone-panel:#ffffff;
  --zone-panel-soft:#f8fafb;
  --zone-panel-tint:#f1faf5;
  --zone-text:#17211c;
  --zone-muted:#748079;
  --zone-line:#dce5e0;
  --zone-line-strong:#cbd8d1;
  --zone-accent:#159b60;
  --zone-accent-strong:#0d7f4c;
  --zone-accent-soft:#e9f8ef;
  --zone-danger:#d84f5f;
  --zone-danger-soft:#fff1f3;
  --zone-warning:#b78018;
  --zone-warning-soft:#fff8e8;
  --zone-shadow:0 10px 30px rgba(32,54,43,.07);
  --zone-shadow-hover:0 16px 38px rgba(32,54,43,.11);
  --zone-radius:18px;
  --zone-radius-sm:12px;
  --max:1420px!important;
}

*{box-sizing:border-box}
html{background:var(--zone-bg)!important;color-scheme:light;scroll-behavior:smooth}
body{
  margin:0!important;
  min-height:100vh;
  color:var(--zone-text)!important;
  background:
    radial-gradient(700px 320px at -5% 12%,rgba(21,155,96,.08),transparent 62%),
    radial-gradient(760px 380px at 104% 3%,rgba(21,155,96,.06),transparent 65%),
    linear-gradient(180deg,#fbfcfd 0,#f5f7f9 42%,#f7f9fa 100%)!important;
  background-attachment:fixed!important;
  background-image:
    radial-gradient(700px 320px at -5% 12%,rgba(21,155,96,.08),transparent 62%),
    radial-gradient(760px 380px at 104% 3%,rgba(21,155,96,.06),transparent 65%),
    linear-gradient(180deg,#fbfcfd 0,#f5f7f9 42%,#f7f9fa 100%)!important;
  font-family:"Space Grotesk",sans-serif!important;
  letter-spacing:-.01em;
}
body:before,body:after{display:none!important;content:none!important}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
::selection{background:#ccefdc;color:#0e4d31}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:#eef2f0}
::-webkit-scrollbar-thumb{background:#c5d2cb;border:2px solid #eef2f0;border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:#aebeb5}

/* Header */
.topbar{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0 max(24px,calc((100vw - 1420px)/2))!important;
  display:grid!important;
  grid-template-columns:220px minmax(320px,1fr) 150px!important;
  grid-template-rows:82px 70px!important;
  column-gap:28px!important;
  align-items:center!important;
  background:rgba(255,255,255,.94)!important;
  border:0!important;
  border-bottom:1px solid var(--zone-line)!important;
  box-shadow:0 8px 28px rgba(40,62,51,.06)!important;
  backdrop-filter:blur(18px) saturate(130%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(130%)!important;
}
.brand{
  grid-column:1!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  transform:none!important;
}
.brand-logo{
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  object-fit:contain!important;
  border:1px solid #d5dfda!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 5px 14px rgba(34,52,43,.08)!important;
}
.brand span{min-width:0!important}
.brand b{
  display:block!important;
  margin:0!important;
  color:#19211d!important;
  font:800 13px/1.15 "Space Grotesk",sans-serif!important;
  letter-spacing:1.25px!important;
  white-space:nowrap!important;
}
.brand small{
  display:block!important;
  margin-top:4px!important;
  color:#8a958f!important;
  font:600 6px/1.2 "Space Grotesk",sans-serif!important;
  letter-spacing:1.2px!important;
  white-space:nowrap!important;
}
.header-search{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  border:1px solid #d7e0db!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(31,52,41,.05)!important;
  transition:border-color .2s ease,box-shadow .2s ease!important;
}
.header-search:focus-within{
  border-color:#8ed1ac!important;
  box-shadow:0 0 0 4px rgba(21,155,96,.09),0 8px 22px rgba(31,52,41,.06)!important;
}
.header-search input{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  color:#26322c!important;
  font-size:15px!important;
  box-shadow:none!important;
}
.header-search input::placeholder{color:#8d9992!important;opacity:1}
.header-search button{
  width:58px!important;
  height:48px!important;
  flex:0 0 58px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #e5ebe8!important;
  border-radius:0!important;
  background:#f4fbf7!important;
  color:var(--zone-accent)!important;
  cursor:pointer!important;
}
.header-search button:hover{background:#e8f8ef!important;color:var(--zone-accent-strong)!important}
.header-search .ui-icon{width:20px!important;height:20px!important}
.header-tools{
  grid-column:3!important;
  grid-row:1!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
}
.site-version{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:0 15px!important;
  border:1px solid #d6e8de!important;
  border-radius:999px!important;
  background:#eefaf3!important;
  color:#26754f!important;
  font:700 9px/1 "Space Grotesk",sans-serif!important;
  letter-spacing:.08em!important;
  box-shadow:none!important;
}
.menu-button{display:none!important}
.drawer-head,.drawer-search{display:none!important}

.main-nav{
  grid-column:1/-1!important;
  grid-row:2!important;
  width:100%!important;
  height:70px!important;
  display:grid!important;
  grid-template-columns:repeat(9,max-content)!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin:0!important;
  padding:10px 0!important;
  border:0!important;
  border-top:1px solid #edf1ef!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.topbar .main-nav>a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:5px 10px!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  background:transparent!important;
  color:#5c6962!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease!important;
}
.topbar .main-nav>a:before,.topbar .main-nav>a:after{display:none!important;content:none!important}
.topbar .main-nav>a i{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  flex:0 0 38px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border:1px solid #dbe4df!important;
  border-radius:11px!important;
  background:#fafcfb!important;
  color:#66736c!important;
  box-shadow:none!important;
  transform:none!important;
}
.topbar .main-nav>a i .ui-icon{width:17px!important;height:17px!important}
.topbar .main-nav>a:hover{
  color:#1e5d3e!important;
  border-color:#dceee4!important;
  background:#f5fbf7!important;
}
.topbar .main-nav>a:hover i{color:var(--zone-accent)!important;border-color:#bfe2cf!important;background:#edf9f2!important;box-shadow:none!important;transform:none!important}
.topbar .main-nav>a.active{
  color:#116d43!important;
  border-color:#d4eddf!important;
  background:#eaf8f0!important;
  box-shadow:none!important;
}
.topbar .main-nav>a.active i{
  color:#087f49!important;
  border-color:#bfe7d0!important;
  background:#dff6e9!important;
  box-shadow:none!important;
}

/* Public layout */
main{min-height:calc(100vh - 235px)!important}
.home-page,.page,.archive-section,.form-page,.detail-page,.admin-page{
  width:min(100%,1464px)!important;
  max-width:1464px!important;
  margin:0 auto!important;
  padding-left:22px!important;
  padding-right:22px!important;
}
.home-page{padding-top:30px!important;padding-bottom:70px!important}
.page,.archive-page,.onhold-page,.special-page,.stats-page{padding-top:40px!important;padding-bottom:80px!important}
.home-search{display:none!important}

/* Typography */
.kicker,.section-kicker,.profile-eyebrow{
  color:var(--zone-accent)!important;
  font:700 10px/1.2 "Space Grotesk",sans-serif!important;
  letter-spacing:.1em!important;
}
.page-title{margin:0 0 24px!important}
.page-title h1,.submit-heading h1,.rank-title h1,.profile-main h1,.detail-head h1,.admin-title h1{
  margin:7px 0 8px!important;
  color:#18221d!important;
  font-size:clamp(28px,4vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-1.7px!important;
}
.page-title p,.submit-heading p,.rank-title p,.profile-main p,.detail-head p,.lead,.prose{color:#748079!important}

/* Shared panels */
.panel,.home-rank-panel,.home-panel,.detail-card,.evidence-card,.archive-section-modern,.special-hero,.special-report-panel,.profile-hero-card,.profile-archive-panel,.rank-card,.health-card,.admin-panel,.auth-card,.report-form,.moderation-card{
  border:1px solid var(--zone-line)!important;
  border-radius:var(--zone-radius)!important;
  background:#fff!important;
  color:var(--zone-text)!important;
  box-shadow:var(--zone-shadow)!important;
}
.panel{overflow:hidden!important}
.panel-head,.admin-panel-head,.archive-section-head,.evidence-head{
  min-height:70px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:16px 20px!important;
  border-bottom:1px solid #e7edea!important;
  background:#fff!important;
}
.panel-head h2,.admin-panel-head h2,.archive-section-head h2,.evidence-head h2{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  color:#1c2721!important;
  font-size:17px!important;
  line-height:1.2!important;
}
.panel-head h2 i,.archive-section-head h2 i{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #ccebd9!important;
  border-radius:10px!important;
  background:#eaf9f1!important;
  color:var(--zone-accent)!important;
}
.panel-head h2 .ui-icon,.archive-section-head h2 .ui-icon{width:17px!important;height:17px!important}
.panel-head>a,.archive-section-head>a,.admin-panel-head>a{
  color:#168051!important;
  font-size:12px!important;
  font-weight:700!important;
}
.panel-head>a:hover,.archive-section-head>a:hover{text-decoration:underline!important}
.empty{padding:48px 20px!important;text-align:center!important;color:#859089!important;background:#fff!important}

/* Dashboard metrics */
.metric-grid,.home-metrics,.stats-metrics,.profile-metrics,.profile-metrics-modern,.admin-metrics{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.home-metrics{margin:0 0 18px!important}
.metric,.stats-metrics article,.profile-metrics article,.profile-metrics-modern article,.admin-metrics article{
  position:relative!important;
  min-height:142px!important;
  padding:23px!important;
  overflow:hidden!important;
  border:1px solid var(--zone-line)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#fff 0%,#fbfdfc 100%)!important;
  box-shadow:0 7px 22px rgba(35,57,46,.055)!important;
}
.metric:after,.stats-metrics article:after,.profile-metrics article:after,.admin-metrics article:after{
  content:""!important;
  position:absolute!important;
  width:110px!important;
  height:110px!important;
  right:-34px!important;
  bottom:-44px!important;
  border-radius:50%!important;
  background:#edf9f2!important;
  pointer-events:none!important;
}
.metric i{
  position:absolute!important;
  right:18px!important;
  top:18px!important;
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #cfe9da!important;
  border-radius:14px!important;
  background:#ecf9f2!important;
  color:#159b60!important;
  z-index:1!important;
}
.metric i .ui-icon{width:21px!important;height:21px!important}
.metric small,.stats-metrics span,.profile-metrics span,.admin-metrics span{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  max-width:120px!important;
  color:#77837c!important;
  font-size:10px!important;
  font-weight:650!important;
  line-height:1.45!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
}
.metric strong,.stats-metrics strong,.profile-metrics strong,.profile-metrics-modern strong,.admin-metrics strong{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  margin-top:9px!important;
  color:#18211c!important;
  font-size:39px!important;
  line-height:1!important;
  letter-spacing:-1.8px!important;
}
.metric-note{position:relative!important;z-index:1!important;display:block!important;margin-top:10px!important;color:#8a958f!important;font-size:10px!important;line-height:1.45!important}

/* Home rankings */
.home-top-ranks{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin:0 0 18px!important;
}
.home-rank-panel{min-height:215px!important;overflow:hidden!important}
.home-rank-list{background:#fff!important}
.home-rank-row{
  display:grid!important;
  grid-template-columns:48px 1fr auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:50px!important;
  padding:10px 18px!important;
  border-bottom:1px solid #edf1ef!important;
  background:#fff!important;
  transition:background .17s ease!important;
}
.home-rank-row:last-child{border-bottom:0!important}
.home-rank-row:hover{background:#f7fbf9!important}
.home-rank-row>b{color:#819087!important;font:700 10px "Space Grotesk",sans-serif!important}
.home-rank-row>span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#25312b!important;font-weight:650!important}
.home-rank-row>strong{color:#157c4e!important;font-size:12px!important}
.home-panel{margin-top:18px!important}

/* Tables */
.table-wrap{
  width:100%!important;
  overflow:auto!important;
  background:#fff!important;
  scrollbar-color:#c7d2cc #f2f5f3!important;
}
.report-table,.haxor-table{
  width:100%!important;
  min-width:940px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
  color:#344139!important;
}
.report-table thead,.haxor-table thead{background:#f6f8f7!important}
.report-table th,.haxor-table th{
  height:50px!important;
  padding:0 13px!important;
  border:0!important;
  border-bottom:1px solid #dde5e1!important;
  color:#7c8881!important;
  background:#f6f8f7!important;
  font:700 9px/1 "Space Grotesk",sans-serif!important;
  letter-spacing:.09em!important;
  text-align:left!important;
  white-space:nowrap!important;
}
.report-table td,.haxor-table td{
  height:54px!important;
  padding:10px 13px!important;
  border:0!important;
  border-bottom:1px solid #edf1ef!important;
  background:#fff!important;
  color:#445049!important;
  font-size:12px!important;
  vertical-align:middle!important;
}
.report-table tbody tr:last-child td,.haxor-table tbody tr:last-child td{border-bottom:0!important}
.report-table tbody tr:hover td,.haxor-table tbody tr:hover td{background:#f8fbf9!important}
.time-cell{color:#8d9892!important;font:600 10px "Space Grotesk",sans-serif!important}
.identity-link{color:#24322a!important;font-weight:700!important}
.identity-link:hover{color:var(--zone-accent)!important}
.no-team,.redacted-url{color:#939e98!important}
.url-cell{display:block!important;max-width:320px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#2e7654!important}
.url-cell:hover{text-decoration:underline!important}
.hmrls-empty{color:#c4ccc8!important}
.mini{
  display:inline-grid!important;
  place-items:center!important;
  min-width:21px!important;
  height:21px!important;
  padding:0 5px!important;
  border-radius:7px!important;
  border:1px solid #dce5e0!important;
  background:#f7f9f8!important;
  color:#65736b!important;
  font:700 8px "Space Grotesk",sans-serif!important;
}
.mini.h,.mini.s{background:#eaf9f1!important;border-color:#c8e9d6!important;color:#12804e!important}
.mini.m{background:#f4f1ff!important;border-color:#ddd6fb!important;color:#6c58ba!important}
.mini.r{background:#fff2f3!important;border-color:#f2d4d8!important;color:#b64a58!important}
.mirror-link{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  border:1px solid #d9e3de!important;
  border-radius:10px!important;
  background:#fbfcfc!important;
  color:#638075!important;
}
.mirror-link:hover{border-color:#addbc1!important;background:#eaf8f0!important;color:#148653!important}
.mirror-link .ui-icon{width:16px!important;height:16px!important}
.country-flag{border:1px solid #d7dfdb!important;background:#fff!important;box-shadow:none!important}
.status-hold{display:inline-flex!important;padding:5px 8px!important;border-radius:999px!important;background:var(--zone-warning-soft)!important;color:#976a11!important;font:700 8px "Space Grotesk",sans-serif!important}

/* Forms */
input,select,textarea{
  width:100%!important;
  border:1px solid #d6dfda!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#26322c!important;
  outline:0!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
input,select{min-height:46px!important;padding:0 13px!important}
textarea{padding:12px 13px!important;min-height:120px!important;resize:vertical!important}
input::placeholder,textarea::placeholder{color:#9aa49f!important;opacity:1}
input:focus,select:focus,textarea:focus{border-color:#87cda8!important;background:#fff!important;box-shadow:0 0 0 4px rgba(21,155,96,.08)!important}
label{color:#536159!important}
.button,.search button,.admin-search button,.drawer-search button{
  border:1px solid #138951!important;
  border-radius:11px!important;
  background:#159b60!important;
  color:#fff!important;
  box-shadow:none!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.button{padding:11px 16px!important}
.button:hover,.search button:hover,.admin-search button:hover{background:#0f824e!important;transform:none!important;box-shadow:none!important}
.button.secondary{border-color:#d5dfda!important;background:#fff!important;color:#445149!important}
.button.secondary:hover{background:#f6f8f7!important}
.danger-button,.is-danger{border:1px solid #efcbd0!important;border-radius:10px!important;background:#fff2f4!important;color:#bd3e4f!important;box-shadow:none!important}
.notice{border:1px solid #efcbd0!important;border-radius:12px!important;background:#fff3f4!important;color:#a83b4a!important}
.notice.success{border-color:#c6e9d5!important;background:#ecf9f2!important;color:#126e45!important}

/* Submit / detail / profile / rank pages */
.submit-shell,.form-page,.detail-grid,.stats-panels,.rank-grid,.rank-grid-stats,.admin-grid,.admin-tools-grid,.health-grid{
  gap:16px!important;
}
.report-form,.detail-card,.profile-hero-card,.profile-archive-panel,.rank-card{padding:22px!important}
.form-line{border-bottom-color:#e8eeeb!important}
.line-label,.field-grid label,.auth-card label{color:#67746d!important}
.detail-type,.profile-chip,.status-pill{
  border-radius:999px!important;
  border:1px solid #cbe7d7!important;
  background:#edf9f2!important;
  color:#15764b!important;
}
.facts dt{color:#859089!important}
.facts dd{color:#344139!important}
.facts a,.back{color:#167c4f!important}
.evidence-source,.evidence-source-clean,.evidence-php-safe{
  border:1px solid #dde5e1!important;
  border-radius:12px!important;
  background:#f7f9f8!important;
  color:#33423a!important;
  box-shadow:none!important;
}
.evidence-visual-host,.evidence-visual-template{background:#f8faf9!important;color:#334139!important;border-color:#dde5e1!important}
.rank-card{transition:transform .18s ease,box-shadow .18s ease!important}
.rank-card:hover{transform:translateY(-2px)!important;box-shadow:var(--zone-shadow-hover)!important}
.rank-name-row a{color:#25332b!important}
.rank-breakdown,.rank-card-stats{color:#728078!important}
.reporter-badge{box-shadow:none!important}

/* Archive pagination */
.archive-pagination,.pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:18px!important}
.archive-pagination a,.pagination a{
  padding:8px 12px!important;
  border:1px solid #d6e0db!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#336248!important;
  font-weight:650!important;
}
.archive-pagination a:hover,.pagination a:hover{border-color:#b9dfca!important;background:#edf9f2!important}
.archive-pagination span{color:#7f8b84!important;font-size:12px!important}

/* Footer */
.site-footer,footer{
  width:min(100%,1420px)!important;
  max-width:1420px!important;
  margin:0 auto!important;
  padding:28px 22px 34px!important;
  border-top:1px solid #dde5e1!important;
  color:#8a958f!important;
  background:transparent!important;
  font:600 9px/1.7 "Space Grotesk",sans-serif!important;
}
.site-footer a{color:#367658!important}

/* Authentication */
.auth-page{
  min-height:100vh!important;
  padding:24px!important;
  display:grid!important;
  place-items:center!important;
  background:
    radial-gradient(600px 300px at 20% 0,rgba(21,155,96,.08),transparent 65%),
    #f5f7f9!important;
}
.auth-page>.brand{position:absolute!important;top:24px!important;left:24px!important;display:flex!important}
.auth-card{width:min(100%,470px)!important;padding:28px!important}
.auth-card h1{color:#1d2822!important}
.auth-card>a{color:#168052!important}

/* Admin */
.admin-body{background:#f4f6f8!important;color:#253029!important}
.admin-body .topbar,.admin-nav{
  background:#fff!important;
  border-color:#dce5e0!important;
  color:#27342d!important;
  box-shadow:0 6px 22px rgba(32,52,42,.06)!important;
}
.admin-body .admin-nav a{color:#68766e!important}
.admin-body .admin-nav a:hover,.admin-body .admin-nav a.active{background:#edf9f2!important;color:#157c4e!important}
.control-center{background:transparent!important}
.admin-page{padding-top:28px!important;padding-bottom:80px!important}
.admin-panel{overflow:hidden!important;padding:0!important}
.admin-panel-head>span{color:#6f7c74!important}
.admin-title p,.admin-panel p,.admin-panel small{color:#7a8780!important}
.admin-online{background:#eaf8f0!important;color:#14784b!important;border-color:#c9ead7!important}
.control-form label,.keyword-control,.backup-tools,.watch-list>div,.audit-list>div,.duplicate-list>a{
  border-color:#e4eae7!important;
  background:#fff!important;
  color:#38463e!important;
}
.control-form label:hover,.duplicate-list>a:hover{background:#f8fbf9!important}
.admin-search select,.admin-search input{background:#fff!important;color:#304037!important}
.admin-tabs{border-color:#e2e9e5!important;background:#f8faf9!important}
.admin-tabs a{color:#707d76!important}
.admin-tabs a.active{background:#e8f7ef!important;color:#167b4f!important}
.bulk-bar{border-color:#dfe7e3!important;background:#f8faf9!important;color:#56635c!important}
.moderation-card{padding:18px!important}
.mod-head h2{color:#243129!important}
.mod-head small{color:#7e8a83!important}
.preview-links a{color:#147c4d!important}
.report-editor{border-top-color:#e2e9e5!important}
.report-editor summary{color:#167d4f!important}
.status-approved{background:#eaf9f1!important;color:#117748!important;border-color:#c9ead7!important}
.status-pending{background:#fff8e8!important;color:#96680f!important;border-color:#f0dfb8!important}
.status-rejected{background:#fff1f3!important;color:#b83e4d!important;border-color:#efccd1!important}
.mass-url-line textarea{background:#fff!important;color:#2f3c35!important;border-color:#d6dfda!important}
.mass-summary article,.mass-result{background:#fff!important;border-color:#dfe6e2!important;color:#415047!important}
.mass-summary strong{color:#147a4d!important}
.mass-summary span,.mass-result span{color:#758179!important}

/* AI panel: light version overrides legacy where possible */
.mirror-ai-card{
  border-color:#d5e0da!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(34,52,43,.18)!important;
}
.mirror-ai-card>header{border-bottom-color:#e4ebe7!important;background:#f8fbf9!important}
.mirror-ai-title b{color:#253129!important}
.mirror-ai-title small{color:#4d8a68!important}
.mirror-ai-close{border-color:#d7e1dc!important;background:#fff!important;color:#59675f!important}
.mirror-ai-messages{background:#fff!important}
.ai-bot,.ai-loading{background:#f4f7f5!important;color:#3c4942!important;border-color:#e0e7e3!important}
.ai-user{background:#159b60!important;color:#fff!important}
.mirror-ai-form{border-top-color:#e2e9e5!important;background:#f8faf9!important}
.mirror-ai-form input{background:#fff!important;color:#27342d!important;border-color:#d3ddd7!important}
.mirror-ai-form button{background:#159b60!important;color:#fff!important}

/* Mobile */
@media(max-width:1100px){
  .topbar{
    height:68px!important;
    min-height:68px!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:0 14px!important;
    background:rgba(255,255,255,.97)!important;
  }
  .brand{display:flex!important;flex:1 1 auto!important;min-width:0!important}
  .brand-logo{width:40px!important;height:40px!important;flex-basis:40px!important}
  .brand b{font-size:11px!important}.brand small{font-size:5.5px!important}
  .header-search,.header-tools{display:none!important}
  .menu-button{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:4px!important;
    width:42px!important;
    height:42px!important;
    padding:0 11px!important;
    border:1px solid #d9e2dd!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#334139!important;
    box-shadow:none!important;
  }
  .menu-button span{display:block!important;width:100%!important;height:2px!important;border-radius:2px!important;background:#516058!important}
  .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:200!important;
    width:min(88vw,370px)!important;
    height:100dvh!important;
    max-height:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:6px!important;
    padding:14px!important;
    overflow-y:auto!important;
    border:0!important;
    border-left:1px solid #dce5e0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:-18px 0 50px rgba(31,50,40,.14)!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateX(102%)!important;
    transition:transform .23s ease,opacity .23s ease,visibility .23s ease!important;
  }
  .main-nav.open{opacity:1!important;visibility:visible!important;transform:none!important}
  .drawer-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:48px!important;
    padding:2px 2px 8px!important;
    color:#728078!important;
    font:700 9px "Space Grotesk",sans-serif!important;
    letter-spacing:.1em!important;
  }
  .drawer-close{
    position:relative!important;
    width:38px!important;height:38px!important;
    border:1px solid #d9e2dd!important;border-radius:10px!important;background:#fff!important;cursor:pointer!important;
  }
  .drawer-close span{position:absolute!important;left:10px!important;right:10px!important;top:18px!important;height:2px!important;background:#59675f!important;border-radius:2px!important}
  .drawer-close span:first-child{transform:rotate(45deg)!important}.drawer-close span:last-child{transform:rotate(-45deg)!important}
  .drawer-search{
    position:relative!important;
    display:flex!important;
    width:100%!important;
    height:50px!important;
    min-height:50px!important;
    margin:2px 0 8px!important;
    overflow:visible!important;
    border:1px solid #d6e0db!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .drawer-search:focus-within{border-color:#89cfa8!important;box-shadow:0 0 0 3px rgba(21,155,96,.08)!important}
  .drawer-search input{height:48px!important;min-height:48px!important;padding:0 13px!important;border:0!important;border-radius:12px 0 0 12px!important;background:transparent!important;color:#25322b!important;font-size:16px!important;box-shadow:none!important}
  .drawer-search>button{width:50px!important;height:48px!important;min-width:50px!important;flex:0 0 50px!important;padding:0!important;border:0!important;border-left:1px solid #e3e9e6!important;border-radius:0 12px 12px 0!important;background:#f1faf5!important;color:#159b60!important}
  .topbar .main-nav>a{
    width:100%!important;
    height:50px!important;
    min-height:50px!important;
    flex:0 0 50px!important;
    justify-content:flex-start!important;
    padding:6px 9px!important;
    border-radius:12px!important;
    color:#55635b!important;
    font-size:13px!important;
  }
  .topbar .main-nav>a i{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;border-radius:10px!important}
  .topbar .main-nav>a.active{background:#eaf8f0!important;color:#147b4d!important}

  .home-page,.page,.archive-section,.form-page,.detail-page,.admin-page{padding-left:14px!important;padding-right:14px!important}
  .home-page{padding-top:18px!important}
  .metric-grid,.home-metrics,.stats-metrics,.profile-metrics,.profile-metrics-modern,.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .metric,.stats-metrics article,.profile-metrics article,.admin-metrics article{min-height:128px!important;padding:17px!important}
  .metric i{width:40px!important;height:40px!important;right:14px!important;top:14px!important}
  .metric strong,.stats-metrics strong,.profile-metrics strong,.admin-metrics strong{font-size:32px!important}
  .home-top-ranks,.stats-panels,.rank-grid,.rank-grid-stats,.admin-grid,.admin-tools-grid,.health-grid{grid-template-columns:1fr!important}
  .panel-head,.admin-panel-head,.archive-section-head,.evidence-head{min-height:62px!important;padding:13px 15px!important}
  .panel-head h2,.admin-panel-head h2,.archive-section-head h2{font-size:15px!important}
  .home-rank-row{padding:9px 14px!important}
  .table-wrap{border-radius:0 0 16px 16px!important}
  .report-table,.haxor-table{min-width:880px!important}
  .auth-page>.brand{top:16px!important;left:16px!important}
  .admin-search input,.admin-search select,.admin-search button,.watch-form input,.ai-control input,.ai-control textarea,.restore-form input{font-size:16px!important}
}

@media(max-width:620px){
  .metric-grid,.home-metrics,.stats-metrics,.profile-metrics,.profile-metrics-modern,.admin-metrics{grid-template-columns:1fr 1fr!important}
  .metric,.stats-metrics article,.profile-metrics article,.admin-metrics article{min-height:118px!important;padding:15px!important;border-radius:14px!important}
  .metric small{font-size:8.5px!important;max-width:86px!important}
  .metric strong{font-size:29px!important}
  .metric i{width:36px!important;height:36px!important;right:12px!important;top:12px!important}
  .metric i .ui-icon{width:17px!important;height:17px!important}
  .metric-note{font-size:8px!important}
  .page-title h1,.submit-heading h1,.rank-title h1,.profile-main h1,.detail-head h1,.admin-title h1{font-size:30px!important;letter-spacing:-1px!important}
  .home-top-ranks{gap:12px!important}
  .panel,.home-rank-panel,.home-panel,.detail-card,.evidence-card,.archive-section-modern,.special-hero,.special-report-panel,.profile-hero-card,.profile-archive-panel,.rank-card,.health-card,.admin-panel,.auth-card,.report-form,.moderation-card{border-radius:14px!important}
  .site-footer,footer{padding-inline:14px!important}
}

@media(max-width:380px){
  .brand small{display:none!important}
  .brand-logo{width:37px!important;height:37px!important;flex-basis:37px!important}
  .metric-grid,.home-metrics,.stats-metrics,.profile-metrics,.profile-metrics-modern,.admin-metrics{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}


/* ZONE v3.1 — SAM1337 image-only brand */
.topbar .brand{display:flex!important;align-items:center!important;min-width:180px!important;gap:0!important}
.topbar .brand .brand-logo,.brand img.brand-logo{display:block!important;width:auto!important;height:46px!important;max-width:230px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}
.topbar .brand>span{display:none!important}
.auth-page>.brand .brand-logo{width:auto!important;height:52px!important;max-width:250px!important;object-fit:contain!important}
@media(max-width:720px){.topbar .brand{min-width:0!important;max-width:145px!important}.topbar .brand .brand-logo,.brand img.brand-logo{height:36px!important;max-width:145px!important}.auth-page>.brand .brand-logo{height:42px!important;max-width:190px!important}}

/* ZONE v3.2 — larger desktop brand */
@media (min-width:1101px){
  .topbar{
    min-height:92px!important;
    height:92px!important;
  }
  .topbar .brand{
    min-width:275px!important;
    max-width:320px!important;
    flex:0 0 275px!important;
    display:flex!important;
    align-items:center!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo{
    width:auto!important;
    height:68px!important;
    max-width:305px!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:none!important;
  }
  .header-search{
    min-height:60px!important;
  }
  .header-search input,
  .header-search button{
    height:58px!important;
  }
  .site-version{
    min-height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    padding:0 18px!important;
  }
}

@media (min-width:1440px){
  .topbar .brand{
    min-width:305px!important;
    max-width:350px!important;
    flex-basis:305px!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo{
    height:74px!important;
    max-width:335px!important;
  }
}

/* ZONE v3.3 — refined mobile header / larger SAM1337 wordmark */
@media (max-width:1100px){
  .topbar{
    min-height:76px!important;
    height:76px!important;
    padding:0 12px!important;
    gap:10px!important;
    align-items:center!important;
  }
  .topbar .brand{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 58px)!important;
    height:76px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:visible!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    display:block!important;
    width:clamp(138px,42vw,175px)!important;
    height:auto!important;
    max-width:175px!important;
    max-height:54px!important;
    flex:0 0 auto!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
    transform:none!important;
  }
  .menu-button{
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    margin-left:auto!important;
    padding:0 11px!important;
    border-radius:12px!important;
    align-self:center!important;
  }
}

@media (max-width:520px){
  .topbar{
    min-height:72px!important;
    height:72px!important;
    padding-left:13px!important;
    padding-right:10px!important;
  }
  .topbar .brand{height:72px!important}
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    width:148px!important;
    max-width:148px!important;
    max-height:50px!important;
  }
  .menu-button{
    width:42px!important;
    min-width:42px!important;
    flex-basis:42px!important;
    height:42px!important;
  }
}

@media (max-width:380px){
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    width:132px!important;
    max-width:132px!important;
    height:auto!important;
    max-height:46px!important;
    flex-basis:auto!important;
  }
}

/* ZONE v3.4 — desktop header layout fix
   Prevent the second navigation row from overflowing into dashboard content. */
@media (min-width:1101px){
  .topbar{
    height:auto!important;
    min-height:164px!important;
    grid-template-columns:290px minmax(360px,1fr) 150px!important;
    grid-template-rows:96px 68px!important;
    column-gap:28px!important;
    align-items:center!important;
    overflow:visible!important;
  }

  .topbar .brand{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0!important;
    max-width:290px!important;
    width:290px!important;
    height:96px!important;
    display:flex!important;
    align-items:center!important;
    overflow:visible!important;
  }

  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo{
    width:auto!important;
    height:auto!important;
    max-width:270px!important;
    max-height:72px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  .header-search{
    grid-column:2!important;
    grid-row:1!important;
    height:60px!important;
    min-height:60px!important;
    align-self:center!important;
  }

  .header-search input,
  .header-search button{
    height:58px!important;
  }

  .header-tools{
    grid-column:3!important;
    grid-row:1!important;
    height:96px!important;
    align-items:center!important;
  }

  .main-nav{
    grid-column:1/-1!important;
    grid-row:2!important;
    height:68px!important;
    min-height:68px!important;
    padding:8px 0 10px!important;
    align-self:stretch!important;
    overflow:visible!important;
  }

  .topbar .main-nav>a{
    height:48px!important;
    min-height:48px!important;
    padding:4px 10px!important;
    white-space:nowrap!important;
  }

  .topbar .main-nav>a i{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex-basis:36px!important;
  }

  .home-page{
    padding-top:28px!important;
  }
}

@media (min-width:1440px){
  .topbar{
    grid-template-columns:310px minmax(420px,1fr) 160px!important;
  }
  .topbar .brand{
    width:310px!important;
    max-width:310px!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo{
    max-width:292px!important;
    max-height:76px!important;
  }
}


/* ZONE v3.6 — local icon pack from /assets/icon/ */
.ui-file-icon{
  display:block!important;
  width:1em!important;
  height:1em!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  pointer-events:none!important;
}
.topbar .main-nav>a i .ui-file-icon,
.panel-head h2 i .ui-file-icon,
.archive-section-head h2 i .ui-file-icon,
.metric i .ui-file-icon,
.mirror-link .ui-file-icon{
  width:20px!important;
  height:20px!important;
}
.topbar .main-nav>a i{
  overflow:hidden!important;
}
.header-search button .ui-file-icon,
.drawer-search button .ui-file-icon{
  width:20px!important;
  height:20px!important;
}
.menu-button .ui-icon,
.menu-button .ui-file-icon{
  width:22px!important;
  height:22px!important;
}
.drawer-close .ui-icon,
.drawer-close .ui-file-icon{
  width:19px!important;
  height:19px!important;
}
.menu-button:has(.ui-icon),
.menu-button:has(.ui-file-icon){
  display:none;
  place-items:center;
  padding:0!important;
}
@media(max-width:1100px){
  .menu-button:has(.ui-icon),
  .menu-button:has(.ui-file-icon){display:grid!important}
}
.admin-body .ui-file-icon,.auth-page .ui-file-icon{
  object-fit:contain!important;
}
\n\n/* ZONE v3.6 — exact icons + larger Home metric icons */\n/* The four summary cards keep the same clean layout, but the icon badge is now\n   larger and easier to read on desktop while staying balanced on mobile. */\n.home-metrics .metric{\n  padding-right:92px!important;\n}\n.home-metrics .metric>i{\n  width:60px!important;\n  height:60px!important;\n  right:18px!important;\n  top:18px!important;\n  border-radius:17px!important;\n  border-color:#c6e8d5!important;\n  background:linear-gradient(145deg,#f2fcf6 0%,#e5f8ee 100%)!important;\n}\n.home-metrics .metric>i .ui-icon,\n.home-metrics .metric>i .ui-file-icon{\n  width:31px!important;\n  height:31px!important;\n  max-width:31px!important;\n  max-height:31px!important;\n}\n.home-metrics .metric small{\n  max-width:132px!important;\n}\n\n@media (min-width:1440px){\n  .home-metrics .metric>i{\n    width:64px!important;\n    height:64px!important;\n    right:20px!important;\n    top:20px!important;\n  }\n  .home-metrics .metric>i .ui-icon,\n  .home-metrics .metric>i .ui-file-icon{\n    width:34px!important;\n    height:34px!important;\n    max-width:34px!important;\n    max-height:34px!important;\n  }\n}\n\n@media (max-width:1100px){\n  .home-metrics .metric{\n    padding-right:72px!important;\n  }\n  .home-metrics .metric>i{\n    width:48px!important;\n    height:48px!important;\n    right:14px!important;\n    top:14px!important;\n    border-radius:14px!important;\n  }\n  .home-metrics .metric>i .ui-icon,\n  .home-metrics .metric>i .ui-file-icon{\n    width:25px!important;\n    height:25px!important;\n    max-width:25px!important;\n    max-height:25px!important;\n  }\n}\n\n@media (max-width:620px){\n  .home-metrics .metric{\n    padding-right:62px!important;\n  }\n  .home-metrics .metric>i{\n    width:44px!important;\n    height:44px!important;\n    right:11px!important;\n    top:11px!important;\n    border-radius:13px!important;\n  }\n  .home-metrics .metric>i .ui-icon,\n  .home-metrics .metric>i .ui-file-icon{\n    width:23px!important;\n    height:23px!important;\n    max-width:23px!important;\n    max-height:23px!important;\n  }\n}\n
/* ZONE v3.7 — home metric icons larger, cleaner, no icon frame */
.home-metrics .metric{
  padding-right:98px!important;
}
.home-metrics .metric>i{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  right:18px!important;
  top:18px!important;
  border:none!important;
  outline:none!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.home-metrics .metric>i .ui-icon,
.home-metrics .metric>i .ui-file-icon,
.home-metrics .metric>i img,
.home-metrics .metric>i svg{
  width:42px!important;
  height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  display:block!important;
}
.home-metrics .metric small{
  max-width:145px!important;
}

@media (min-width:1440px){
  .home-metrics .metric{
    padding-right:106px!important;
  }
  .home-metrics .metric>i{
    right:22px!important;
    top:20px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:46px!important;
    height:46px!important;
    max-width:46px!important;
    max-height:46px!important;
  }
}

@media (max-width:1100px){
  .home-metrics .metric{
    padding-right:78px!important;
  }
  .home-metrics .metric>i{
    right:14px!important;
    top:14px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:34px!important;
    height:34px!important;
    max-width:34px!important;
    max-height:34px!important;
  }
}

@media (max-width:620px){
  .home-metrics .metric{
    padding-right:68px!important;
  }
  .home-metrics .metric>i{
    right:12px!important;
    top:12px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:29px!important;
    height:29px!important;
    max-width:29px!important;
    max-height:29px!important;
  }
}

/* ZONE v3.8 — even larger home metric icons */
.home-metrics .metric{
  padding-right:118px!important;
}
.home-metrics .metric>i{
  right:18px!important;
  top:16px!important;
}
.home-metrics .metric>i .ui-icon,
.home-metrics .metric>i .ui-file-icon,
.home-metrics .metric>i img,
.home-metrics .metric>i svg{
  width:54px!important;
  height:54px!important;
  max-width:54px!important;
  max-height:54px!important;
}
.home-metrics .metric small{
  max-width:150px!important;
}

@media (min-width:1440px){
  .home-metrics .metric{
    padding-right:126px!important;
  }
  .home-metrics .metric>i{
    right:22px!important;
    top:18px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:58px!important;
    height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }
}

@media (max-width:1100px){
  .home-metrics .metric{
    padding-right:92px!important;
  }
  .home-metrics .metric>i{
    right:14px!important;
    top:14px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:42px!important;
    height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
  }
}

@media (max-width:620px){
  .home-metrics .metric{
    padding-right:76px!important;
  }
  .home-metrics .metric>i{
    right:11px!important;
    top:11px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:34px!important;
    height:34px!important;
    max-width:34px!important;
    max-height:34px!important;
  }
}

/* ZONE v3.9 — home metric icons fully visible and vertically centered */
.home-metrics .metric{
  padding-right:132px!important;
}
.home-metrics .metric>i{
  right:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  line-height:1!important;
}
.home-metrics .metric>i .ui-icon,
.home-metrics .metric>i .ui-file-icon,
.home-metrics .metric>i img,
.home-metrics .metric>i svg{
  width:64px!important;
  height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
}

@media (min-width:1440px){
  .home-metrics .metric{
    padding-right:138px!important;
  }
  .home-metrics .metric>i{
    right:22px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:68px!important;
    height:68px!important;
    max-width:68px!important;
    max-height:68px!important;
  }
}

@media (max-width:1100px){
  .home-metrics .metric{
    padding-right:100px!important;
  }
  .home-metrics .metric>i{
    right:14px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:48px!important;
    height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
  }
}

@media (max-width:620px){
  .home-metrics .metric{
    padding-right:82px!important;
  }
  .home-metrics .metric>i{
    right:11px!important;
  }
  .home-metrics .metric>i .ui-icon,
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i img,
  .home-metrics .metric>i svg{
    width:38px!important;
    height:38px!important;
    max-width:38px!important;
    max-height:38px!important;
  }
}

/* ZONE v4.0 — mobile navigation cleanup + visible local icons */
@media (max-width:1100px){
  body .topbar .main-nav{
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    bottom:10px!important;
    left:auto!important;
    width:min(88vw,340px)!important;
    height:auto!important;
    max-height:calc(100dvh - 20px)!important;
    padding:14px!important;
    gap:7px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    border:1px solid #dbe7e1!important;
    border-radius:20px!important;
    background:#ffffff!important;
    box-shadow:0 22px 70px rgba(22,42,32,.20)!important;
    transform:translateX(calc(100% + 24px))!important;
  }
  body .topbar .main-nav.open{
    transform:translateX(0)!important;
  }

  body .topbar .main-nav .drawer-head{
    min-height:46px!important;
    padding:0 2px 7px!important;
    border-bottom:1px solid #edf2ef!important;
    color:#65736b!important;
    font-size:9px!important;
  }
  body .topbar .main-nav .drawer-close{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    padding:0!important;
    border:1px solid #d9e5df!important;
    border-radius:12px!important;
    background:#f8fbf9!important;
    color:#23352c!important;
    box-shadow:none!important;
  }
  body .topbar .main-nav .drawer-close .ui-icon,
  body .topbar .main-nav .drawer-close .ui-file-icon{
    display:block!important;
    width:21px!important;
    height:21px!important;
    max-width:21px!important;
    max-height:21px!important;
    opacity:1!important;
  }
  body .topbar .main-nav .drawer-close .ui-file-icon{
    filter:brightness(0) saturate(100%)!important;
  }

  body .topbar .main-nav .drawer-search{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    height:50px!important;
    min-height:50px!important;
    margin:7px 0 9px!important;
    overflow:hidden!important;
    border:1px solid #d9e7df!important;
    border-radius:14px!important;
    background:#f7faf8!important;
    box-shadow:0 3px 12px rgba(35,57,46,.045)!important;
  }
  body .topbar .main-nav .drawer-search:focus-within{
    border-color:#8bcdaa!important;
    background:#fff!important;
    box-shadow:0 0 0 3px rgba(21,155,96,.09)!important;
  }
  body .topbar .main-nav .drawer-search input{
    flex:1 1 auto!important;
    width:100%!important;
    height:48px!important;
    min-width:0!important;
    padding:0 14px!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    color:#17251e!important;
    -webkit-text-fill-color:#17251e!important;
    font-size:16px!important;
  }
  body .topbar .main-nav .drawer-search input::placeholder{
    color:#829089!important;
    opacity:1!important;
  }
  body .topbar .main-nav .drawer-search>button{
    display:grid!important;
    place-items:center!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    padding:0!important;
    border:0!important;
    border-left:1px solid #dfebe4!important;
    border-radius:0!important;
    background:#ecf8f1!important;
    color:#0e8e55!important;
  }
  body .topbar .main-nav .drawer-search>button .ui-icon,
  body .topbar .main-nav .drawer-search>button .ui-file-icon{
    width:22px!important;
    height:22px!important;
    max-width:22px!important;
    max-height:22px!important;
    opacity:1!important;
  }
  body .topbar .main-nav .drawer-search>button .ui-file-icon{
    filter:brightness(0) saturate(100%)!important;
  }

  body .topbar .main-nav>a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    flex:0 0 54px!important;
    gap:12px!important;
    padding:6px 10px!important;
    border:1px solid transparent!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#405048!important;
    font-size:13px!important;
    font-weight:650!important;
  }
  body .topbar .main-nav>a:hover{
    border-color:#d8e9df!important;
    background:#f5faf7!important;
    color:#116f47!important;
  }
  body .topbar .main-nav>a.active{
    border-color:#cde9da!important;
    background:#eaf8f0!important;
    color:#0d7b49!important;
  }
  body .topbar .main-nav>a i{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    flex:0 0 40px!important;
    overflow:visible!important;
    border:1px solid #dce8e2!important;
    border-radius:12px!important;
    background:#f7faf8!important;
    color:#26382f!important;
  }
  body .topbar .main-nav>a.active i{
    border-color:#c6e5d4!important;
    background:#f1fbf5!important;
    color:#0d8750!important;
  }
  body .topbar .main-nav>a i .ui-icon,
  body .topbar .main-nav>a i .ui-file-icon{
    display:block!important;
    width:24px!important;
    height:24px!important;
    max-width:24px!important;
    max-height:24px!important;
    opacity:1!important;
    object-fit:contain!important;
  }
  body .topbar .main-nav>a i .ui-file-icon{
    filter:brightness(0) saturate(100%)!important;
  }

  body .menu-button{
    display:grid!important;
    place-items:center!important;
    padding:0!important;
  }
  body .menu-button .ui-icon,
  body .menu-button .ui-file-icon{
    display:block!important;
    width:24px!important;
    height:24px!important;
    max-width:24px!important;
    max-height:24px!important;
    opacity:1!important;
  }
  body .menu-button .ui-file-icon{
    filter:brightness(0) saturate(100%)!important;
  }
}

@media (max-width:420px){
  body .topbar .main-nav{
    top:7px!important;
    right:7px!important;
    bottom:7px!important;
    width:calc(100vw - 14px)!important;
    max-height:calc(100dvh - 14px)!important;
    border-radius:18px!important;
    padding:12px!important;
  }
}

/* ZONE v4.1 — mobile drawer regression fix
   Stop old push-drawer rules from moving the page/header. */
@media (max-width:1100px){
  html,
  body{
    overflow-x:hidden!important;
  }

  body.menu-open{
    overflow:hidden!important;
  }

  /* Never push/translate the page when the mobile drawer opens. */
  body.menu-open main,
  body.menu-open .site-footer,
  body.menu-open .topbar>.brand,
  body.menu-open .topbar>.menu-button{
    transform:none!important;
    filter:none!important;
  }

  /* Clean backdrop behind the drawer. This overrides old body pseudo rules. */
  body.menu-open::before{
    content:""!important;
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:290!important;
    pointer-events:auto!important;
    background:rgba(18,32,25,.24)!important;
    backdrop-filter:blur(2px)!important;
    -webkit-backdrop-filter:blur(2px)!important;
  }

  /* Drawer is an overlay panel, not a floating/push layout. */
  body .topbar .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:300!important;
    width:min(90vw,350px)!important;
    max-width:350px!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:16px 14px 20px!important;
    gap:7px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    border:0!important;
    border-left:1px solid #dbe7e1!important;
    border-radius:18px 0 0 18px!important;
    background:#fff!important;
    box-shadow:-18px 0 52px rgba(22,42,32,.18)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(102%,0,0)!important;
    transition:transform .24s cubic-bezier(.22,.8,.24,1),opacity .2s ease,visibility .2s ease!important;
  }

  body .topbar .main-nav.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }

  body .topbar .main-nav .drawer-head{
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    min-height:48px!important;
    margin:0 0 4px!important;
    padding:0 0 9px!important;
    background:#fff!important;
  }

  body .topbar .main-nav .drawer-search{
    flex:0 0 50px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:6px 0 10px!important;
  }

  body .topbar .main-nav .drawer-search input{
    min-width:0!important;
    width:0!important;
    flex:1 1 auto!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }

  body .topbar .main-nav>a{
    flex:0 0 52px!important;
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    min-height:52px!important;
    margin:0!important;
  }

  body .topbar .main-nav>a span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

@media (max-width:480px){
  body .topbar .main-nav{
    width:92vw!important;
    max-width:92vw!important;
    border-radius:16px 0 0 16px!important;
    padding:14px 12px 18px!important;
  }
}


/* ZONE v4.2 — final mobile drawer stability patch
   Crisp overlay drawer: no page blur, no page push, no stacking-context regression. */
@media (max-width:1100px){
  html{overflow-x:hidden!important;}
  body{overflow-x:hidden!important;}
  body.menu-open{overflow:hidden!important;}

  /* Disable every legacy dim/blur pseudo overlay. */
  body.menu-open::before,
  body.menu-open::after{
    content:none!important;
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    background:transparent!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  /* Never move, dim or blur the page/header while the drawer is open. */
  body.menu-open main,
  body.menu-open .site-footer,
  body.menu-open .topbar,
  body.menu-open .topbar>.brand,
  body.menu-open .topbar>.menu-button{
    transform:none!important;
    filter:none!important;
    opacity:1!important;
  }
  .topbar{
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  body .topbar .main-nav{
    position:fixed!important;
    top:8px!important;
    right:8px!important;
    bottom:8px!important;
    left:auto!important;
    z-index:9999!important;
    width:min(86vw,336px)!important;
    max-width:336px!important;
    height:auto!important;
    max-height:calc(100dvh - 16px)!important;
    margin:0!important;
    padding:12px 12px 18px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:5px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    border:1px solid #dbe5df!important;
    border-radius:20px!important;
    background:#ffffff!important;
    box-shadow:0 18px 55px rgba(28,48,38,.20)!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(calc(100% + 18px),0,0)!important;
    transition:transform .22s cubic-bezier(.22,.8,.24,1),opacity .18s ease,visibility .18s ease!important;
  }

  body .topbar .main-nav.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }

  body .topbar .main-nav .drawer-head{
    position:relative!important;
    top:auto!important;
    flex:0 0 46px!important;
    min-height:46px!important;
    margin:0 0 4px!important;
    padding:0 1px 8px!important;
    border-bottom:1px solid #edf2ef!important;
    background:#fff!important;
    filter:none!important;
  }

  body .topbar .main-nav .drawer-close{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    border:1px solid #dce5e0!important;
    border-radius:11px!important;
    background:#f9fbfa!important;
    color:#24322b!important;
    opacity:1!important;
  }

  body .topbar .main-nav .drawer-search{
    position:relative!important;
    flex:0 0 48px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 48px!important;
    width:100%!important;
    min-width:0!important;
    height:48px!important;
    min-height:48px!important;
    margin:6px 0 9px!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #d4dfd9!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:none!important;
  }

  body .topbar .main-nav .drawer-search:focus-within{
    border-color:#74c99a!important;
    box-shadow:0 0 0 3px rgba(22,168,93,.09)!important;
  }

  body .topbar .main-nav .drawer-search input{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#1b2821!important;
    -webkit-text-fill-color:#1b2821!important;
    font-size:16px!important;
    line-height:46px!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    outline:0!important;
  }

  body .topbar .main-nav .drawer-search input::placeholder{
    color:#8b9790!important;
    -webkit-text-fill-color:#8b9790!important;
    opacity:1!important;
  }

  body .topbar .main-nav .drawer-search>button{
    width:48px!important;
    min-width:48px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-left:1px solid #e0e8e4!important;
    border-radius:0!important;
    background:#f1faf5!important;
    color:#079c53!important;
    display:grid!important;
    place-items:center!important;
  }

  body .topbar .main-nav>a{
    flex:0 0 47px!important;
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    height:47px!important;
    min-height:47px!important;
    margin:0!important;
    padding:5px 8px!important;
    border:0!important;
    border-radius:11px!important;
    background:transparent!important;
    color:#415047!important;
    box-shadow:none!important;
    transform:none!important;
  }

  body .topbar .main-nav>a i{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #dce6e1!important;
    border-radius:10px!important;
    background:#f8fbf9!important;
    color:#26362d!important;
    overflow:visible!important;
  }

  body .topbar .main-nav>a i .ui-icon,
  body .topbar .main-nav>a i .ui-file-icon{
    display:block!important;
    width:21px!important;
    height:21px!important;
    max-width:21px!important;
    max-height:21px!important;
    object-fit:contain!important;
    opacity:1!important;
  }

  body .topbar .main-nav>a i .ui-file-icon{
    filter:brightness(0) saturate(100%)!important;
  }

  body .topbar .main-nav>a.active{
    background:#eaf8f0!important;
    color:#087b44!important;
  }
  body .topbar .main-nav>a.active i{
    border-color:#bfe3ce!important;
    background:#f3fcf7!important;
    color:#087b44!important;
  }
}

@media (max-width:420px){
  body .topbar .main-nav{
    top:6px!important;
    right:6px!important;
    bottom:6px!important;
    width:calc(100vw - 12px)!important;
    max-width:326px!important;
    max-height:calc(100dvh - 12px)!important;
    border-radius:18px!important;
  }
}

/* ZONE v4.4 — larger desktop logo for ZoneSam header */
@media (min-width:1101px){
  .topbar{
    grid-template-columns:380px minmax(360px,1fr) 150px!important;
  }
  .topbar .brand{
    width:380px!important;
    max-width:380px!important;
    min-width:380px!important;
    height:96px!important;
    display:flex!important;
    align-items:center!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    width:auto!important;
    height:auto!important;
    max-width:350px!important;
    max-height:90px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
}

@media (min-width:1440px){
  .topbar{
    grid-template-columns:420px minmax(420px,1fr) 160px!important;
  }
  .topbar .brand{
    width:420px!important;
    max-width:420px!important;
    min-width:420px!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    max-width:392px!important;
    max-height:96px!important;
  }
}

/* ZONE v4.5 — keep the large logo, pull desktop search closer */
@media (min-width:1101px){
  .topbar{
    grid-template-columns:300px minmax(360px,1fr) 150px!important;
    column-gap:18px!important;
  }
  .topbar .brand{
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
    overflow:visible!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    max-width:300px!important;
    max-height:90px!important;
  }
  .header-search{
    margin-left:0!important;
    justify-self:stretch!important;
  }
}

@media (min-width:1440px){
  .topbar{
    grid-template-columns:320px minmax(420px,1fr) 160px!important;
    column-gap:20px!important;
  }
  .topbar .brand{
    width:320px!important;
    min-width:320px!important;
    max-width:320px!important;
  }
  .topbar .brand .brand-logo,
  .topbar .brand img.brand-logo,
  .brand img.brand-logo{
    max-width:320px!important;
    max-height:94px!important;
  }
}

/* ZONE v4.6 — individual colors + soft glow for the 4 home metric icons */
.home-metrics .metric>i{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

/* Verified Reports — red */
.home-metrics .metric:nth-child(1)>i{
  color:#ef4444!important;
}
.home-metrics .metric:nth-child(1)>i .ui-file-icon{
  filter:brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(1755%) hue-rotate(337deg) brightness(100%) contrast(91%) drop-shadow(0 0 7px rgba(239,68,68,.50))!important;
}
.home-metrics .metric:nth-child(1)>i svg{
  color:#ef4444!important;
  filter:drop-shadow(0 0 7px rgba(239,68,68,.50))!important;
}

/* Unique Hosts — blue */
.home-metrics .metric:nth-child(2)>i{
  color:#2563eb!important;
}
.home-metrics .metric:nth-child(2)>i .ui-file-icon{
  filter:brightness(0) saturate(100%) invert(34%) sepia(94%) saturate(2212%) hue-rotate(215deg) brightness(96%) contrast(92%) drop-shadow(0 0 7px rgba(37,99,235,.48))!important;
}
.home-metrics .metric:nth-child(2)>i svg{
  color:#2563eb!important;
  filter:drop-shadow(0 0 7px rgba(37,99,235,.48))!important;
}

/* Reporters — violet */
.home-metrics .metric:nth-child(3)>i{
  color:#8b5cf6!important;
}
.home-metrics .metric:nth-child(3)>i .ui-file-icon{
  filter:brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(1974%) hue-rotate(240deg) brightness(94%) contrast(93%) drop-shadow(0 0 7px rgba(139,92,246,.48))!important;
}
.home-metrics .metric:nth-child(3)>i svg{
  color:#8b5cf6!important;
  filter:drop-shadow(0 0 7px rgba(139,92,246,.48))!important;
}

/* Submitted Today — amber */
.home-metrics .metric:nth-child(4)>i{
  color:#f59e0b!important;
}
.home-metrics .metric:nth-child(4)>i .ui-file-icon{
  filter:brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(1340%) hue-rotate(359deg) brightness(101%) contrast(104%) drop-shadow(0 0 7px rgba(245,158,11,.52))!important;
}
.home-metrics .metric:nth-child(4)>i svg{
  color:#f59e0b!important;
  filter:drop-shadow(0 0 7px rgba(245,158,11,.52))!important;
}

/* Slightly stronger glow on capable pointing devices, without enlarging/moving the layout. */
@media (hover:hover) and (pointer:fine){
  .home-metrics .metric:hover>i .ui-file-icon,
  .home-metrics .metric:hover>i svg{
    transform:scale(1.04)!important;
  }
  .home-metrics .metric>i .ui-file-icon,
  .home-metrics .metric>i svg{
    transition:transform .18s ease,filter .18s ease!important;
  }
}


/* ZONE v4.7 — mobile PUSH drawer
   The drawer slides in from the right and physically pushes page content left.
   No blur, no overlay veil, and no floating-card effect. */
@media (max-width:1100px){
  html,body{overflow-x:hidden!important;}
  body.menu-open{overflow:hidden!important;}

  body.menu-open::before,
  body.menu-open::after{
    content:none!important;
    display:none!important;
    background:transparent!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    filter:none!important;
  }

  body main,
  body .site-footer{
    transform:translate3d(0,0,0)!important;
    transition:transform .30s cubic-bezier(.22,.78,.22,1)!important;
    will-change:transform;
  }

  body.menu-open main,
  body.menu-open .site-footer{
    transform:translate3d(-320px,0,0)!important;
    filter:none!important;
    opacity:1!important;
  }

  body .topbar .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:9999!important;
    width:320px!important;
    max-width:82vw!important;
    height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:14px 13px calc(18px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-left:1px solid #dce6e1!important;
    border-radius:18px 0 0 18px!important;
    background:#fff!important;
    box-shadow:-12px 0 34px rgba(32,48,40,.12)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    transform:translate3d(100%,0,0)!important;
    transition:transform .30s cubic-bezier(.22,.78,.22,1)!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  body .topbar .main-nav.open{
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }

  body .topbar .main-nav .drawer-head{
    position:sticky!important;
    top:-14px!important;
    z-index:3!important;
    min-height:52px!important;
    margin:0 -2px 7px!important;
    padding:11px 2px 9px!important;
    border-bottom:1px solid #edf2ef!important;
    background:rgba(255,255,255,.98)!important;
  }

  body .topbar .main-nav .drawer-search{
    width:100%!important;
    height:50px!important;
    min-height:50px!important;
    margin:5px 0 10px!important;
    grid-template-columns:minmax(0,1fr) 50px!important;
    border:1px solid #d7e2dc!important;
    border-radius:14px!important;
    background:#f7fbf9!important;
    box-shadow:0 5px 16px rgba(28,54,40,.045)!important;
  }
  body .topbar .main-nav .drawer-search:focus-within{
    border-color:#73c69a!important;
    background:#fff!important;
    box-shadow:0 0 0 3px rgba(20,156,89,.08)!important;
  }
  body .topbar .main-nav .drawer-search input{
    height:48px!important;
    min-height:48px!important;
    padding:0 13px!important;
    background:transparent!important;
    color:#233129!important;
    -webkit-text-fill-color:#233129!important;
    font-size:16px!important;
  }
  body .topbar .main-nav .drawer-search>button{
    width:50px!important;
    min-width:50px!important;
    height:48px!important;
    min-height:48px!important;
    background:#edf9f3!important;
    color:#07884a!important;
    border-left:1px solid #dce8e1!important;
  }

  body .topbar .main-nav>a{
    flex:0 0 48px!important;
    height:48px!important;
    min-height:48px!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:10px!important;
    padding:5px 8px!important;
    border-radius:12px!important;
  }
  body .topbar .main-nav>a i{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border:0!important;
    border-radius:9px!important;
    background:#f5f9f7!important;
  }
  body .topbar .main-nav>a.active{
    background:#eaf8f0!important;
  }
  body .topbar .main-nav>a.active i{
    border:0!important;
    background:#ddf4e7!important;
  }
}

@media (max-width:420px){
  body .topbar .main-nav{
    width:82vw!important;
    max-width:82vw!important;
    border-radius:16px 0 0 16px!important;
  }
  body.menu-open main,
  body.menu-open .site-footer{
    transform:translate3d(-82vw,0,0)!important;
  }
}

/* ZONE v4.8 — compact push drawer for iPhone/mobile
   Clean right drawer, tighter spacing, no blur/veil, page + header content push together. */
@media (max-width:1100px){
  body.menu-open{
    overflow:hidden!important;
  }

  body.menu-open::before,
  body.menu-open::after{
    content:none!important;
    display:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    filter:none!important;
  }

  body main,
  body .site-footer,
  body .topbar>.brand,
  body .topbar>.menu-button{
    transition:transform .28s cubic-bezier(.22,.75,.24,1),opacity .22s ease!important;
  }

  /* Keep drawer independent; push the visible page instead. */
  body.menu-open main,
  body.menu-open .site-footer,
  body.menu-open .topbar>.brand,
  body.menu-open .topbar>.menu-button{
    transform:translate3d(-310px,0,0)!important;
    filter:none!important;
  }

  body.menu-open .topbar>.menu-button{
    opacity:0!important;
    pointer-events:none!important;
  }

  body .topbar .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:10000!important;
    box-sizing:border-box!important;
    width:310px!important;
    max-width:78vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:calc(10px + env(safe-area-inset-top)) 11px calc(12px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:3px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    border:0!important;
    border-left:1px solid #e1e8e4!important;
    border-radius:20px 0 0 20px!important;
    background:#fff!important;
    box-shadow:-10px 0 28px rgba(24,43,33,.10)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(102%,0,0)!important;
    transition:transform .28s cubic-bezier(.22,.75,.24,1),opacity .18s ease,visibility .18s ease!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  body .topbar .main-nav.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }

  body .topbar .main-nav .drawer-head{
    position:sticky!important;
    top:calc(-10px - env(safe-area-inset-top))!important;
    z-index:3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:44px!important;
    height:44px!important;
    margin:0 0 8px!important;
    padding:2px 0 7px!important;
    border-bottom:1px solid #edf1ef!important;
    background:#fff!important;
    color:#536159!important;
    font:700 8px/1 "Space Grotesk",sans-serif!important;
    letter-spacing:.09em!important;
  }

  body .topbar .main-nav .drawer-close{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #dbe4df!important;
    border-radius:10px!important;
    background:#fbfdfc!important;
    box-shadow:none!important;
    color:#2c3a32!important;
  }

  body .topbar .main-nav .drawer-close .ui-icon,
  body .topbar .main-nav .drawer-close .ui-file-icon{
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
  }

  body .topbar .main-nav .drawer-search{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    width:100%!important;
    height:44px!important;
    min-height:44px!important;
    margin:1px 0 8px!important;
    overflow:hidden!important;
    border:1px solid #d9e5de!important;
    border-radius:12px!important;
    background:#f8fbf9!important;
    box-shadow:none!important;
  }

  body .topbar .main-nav .drawer-search:focus-within{
    border-color:#7bc89e!important;
    background:#fff!important;
    box-shadow:0 0 0 2px rgba(18,151,85,.07)!important;
  }

  body .topbar .main-nav .drawer-search input{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 11px!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    color:#26352d!important;
    -webkit-text-fill-color:#26352d!important;
    font-size:16px!important; /* prevents Safari focus zoom */
    font-weight:450!important;
    box-shadow:none!important;
  }

  body .topbar .main-nav .drawer-search input::placeholder{
    color:#8a9890!important;
    opacity:1!important;
  }

  body .topbar .main-nav .drawer-search>button{
    width:44px!important;
    min-width:44px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border:0!important;
    border-left:1px solid #e2e9e5!important;
    border-radius:0!important;
    background:#eef9f3!important;
    color:#0b9152!important;
    box-shadow:none!important;
  }

  body .topbar .main-nav .drawer-search>button .ui-icon,
  body .topbar .main-nav .drawer-search>button .ui-file-icon{
    width:19px!important;
    height:19px!important;
    max-width:19px!important;
    max-height:19px!important;
  }

  body .topbar .main-nav>a{
    width:100%!important;
    height:44px!important;
    min-height:44px!important;
    flex:0 0 44px!important;
    display:grid!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    align-items:center!important;
    gap:9px!important;
    margin:0!important;
    padding:4px 8px!important;
    border:0!important;
    border-radius:11px!important;
    background:transparent!important;
    color:#3d4b43!important;
    font-size:12.5px!important;
    font-weight:650!important;
    line-height:1!important;
    box-shadow:none!important;
  }

  body .topbar .main-nav>a i{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    flex-basis:30px!important;
    display:grid!important;
    place-items:center!important;
    overflow:visible!important;
    border:0!important;
    border-radius:9px!important;
    background:#f4f8f6!important;
    color:#1e2923!important;
    box-shadow:none!important;
  }

  body .topbar .main-nav>a i .ui-icon,
  body .topbar .main-nav>a i .ui-file-icon{
    width:20px!important;
    height:20px!important;
    max-width:20px!important;
    max-height:20px!important;
    object-fit:contain!important;
  }

  body .topbar .main-nav>a.active{
    background:#eaf8f0!important;
    color:#087a45!important;
  }

  body .topbar .main-nav>a.active i{
    background:#dcf4e7!important;
    color:#087a45!important;
  }

  body .topbar .main-nav>a:hover{
    background:#f5faf7!important;
  }
}

@media (max-width:420px){
  body .topbar .main-nav{
    width:78vw!important;
    max-width:78vw!important;
    border-radius:18px 0 0 18px!important;
  }

  body.menu-open main,
  body.menu-open .site-footer,
  body.menu-open .topbar>.brand,
  body.menu-open .topbar>.menu-button{
    transform:translate3d(-78vw,0,0)!important;
  }
}


/* ZONE v5.0 — Partner Teams public page + dashboard manager */
.partner-page{width:min(1470px,calc(100% - 40px))!important;margin:0 auto!important;padding-top:34px!important}
.partner-hero{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:32px!important;padding:34px 36px!important;border:1px solid #dbe6e0!important;border-radius:24px!important;background:linear-gradient(145deg,#ffffff 0%,#f4fbf7 100%)!important;box-shadow:0 18px 55px rgba(31,68,49,.07)!important;overflow:hidden!important}
.partner-hero>div:first-child{max-width:790px!important}.partner-kicker{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 11px!important;border:1px solid #ccebd9!important;border-radius:999px!important;background:#edfaf3!important;color:#0a8a4b!important;font:700 10px/1 "Space Grotesk",sans-serif!important;letter-spacing:.09em!important}
.partner-hero h1{margin:16px 0 10px!important;color:#121a16!important;font-size:clamp(34px,5vw,64px)!important;line-height:.96!important;letter-spacing:-.045em!important}.partner-hero p{max-width:700px!important;margin:0!important;color:#718078!important;font-size:15px!important;line-height:1.75!important}
.partner-count{display:grid!important;place-items:center!important;min-width:150px!important;padding:21px 24px!important;border:1px solid #d3eade!important;border-radius:20px!important;background:#fff!important}.partner-count strong{font-size:38px!important;line-height:1!important;color:#0b9b55!important}.partner-count span{margin-top:8px!important;color:#7b8981!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.partner-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:22px!important}.partner-card{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:310px!important;padding:26px!important;border:1px solid #dce6e1!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 34px rgba(28,58,43,.06)!important;transition:transform .2s ease,box-shadow .2s ease!important}.partner-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 48px rgba(28,58,43,.10)!important}
.partner-logo-wrap{display:grid!important;place-items:center!important;width:78px!important;height:78px!important;overflow:hidden!important;border:1px solid #dbe8e1!important;border-radius:20px!important;background:#f8fbf9!important}.partner-logo-wrap img{display:block!important;width:64px!important;height:64px!important;object-fit:contain!important}.partner-logo-wrap span{font-size:28px!important;font-weight:800!important;color:#0b9250!important}.partner-card-body{margin-top:22px!important}.partner-badge{display:inline-flex!important;align-items:center!important;min-height:25px!important;padding:0 9px!important;border-radius:999px!important;background:#ecfaf3!important;color:#0b9250!important;font-size:9px!important;font-weight:800!important;letter-spacing:.075em!important}.partner-card h2{margin:10px 0 8px!important;color:#152019!important;font-size:22px!important;line-height:1.15!important}.partner-card p{margin:0!important;color:#77837d!important;font-size:13px!important;line-height:1.7!important}.partner-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:auto!important;padding-top:22px!important;border-top:1px solid #edf2ef!important;color:#0a8d4d!important;font-size:12px!important;font-weight:750!important;text-decoration:none!important}.partner-link.is-muted{color:#9aa49f!important}.partner-empty{display:grid!important;place-items:center!important;text-align:center!important;margin-top:22px!important;padding:72px 24px!important;border:1px dashed #d5e2db!important;border-radius:22px!important;background:#fff!important}.partner-empty>i{display:grid!important;place-items:center!important;width:60px!important;height:60px!important;color:#0b9b55!important}.partner-empty>i .ui-icon,.partner-empty>i .ui-file-icon{width:42px!important;height:42px!important}.partner-empty h2{margin:12px 0 6px!important}.partner-empty p{max-width:520px!important;margin:0!important;color:#849089!important}

.partner-admin-manager{margin-top:22px!important}.partner-admin-manager>.admin-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}.partner-admin-manager>.admin-panel-head>div h2{margin:0!important}.partner-admin-layout{display:grid!important;grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr)!important;gap:20px!important;padding:22px!important}.partner-admin-form{min-width:0!important;padding:18px!important;border:1px solid #dbe5e0!important;border-radius:16px!important;background:#fbfdfc!important}.partner-form-title{display:flex!important;flex-direction:column!important;gap:4px!important;margin-bottom:15px!important}.partner-form-title small{color:#7d8982!important}.partner-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-bottom:14px!important}.partner-form-grid label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#59665f!important;font-size:11px!important;font-weight:700!important}.partner-form-grid .span-2{grid-column:1/-1!important}.partner-form-grid input,.partner-form-grid textarea{box-sizing:border-box!important;width:100%!important;border:1px solid #d5e0da!important;border-radius:10px!important;background:#fff!important;color:#19221d!important;padding:10px 11px!important;font:inherit!important;outline:none!important}.partner-form-grid input{height:42px!important}.partner-form-grid textarea{resize:vertical!important;min-height:84px!important;line-height:1.5!important}.partner-form-grid input:focus,.partner-form-grid textarea:focus{border-color:#7fcba1!important;box-shadow:0 0 0 3px rgba(28,174,92,.08)!important}.partner-active-check{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:0 10px!important;border:1px solid #dbe5e0!important;border-radius:10px!important;background:#fff!important}.partner-active-check input{width:18px!important;height:18px!important;accent-color:#0ca85a!important}
.partner-admin-list{display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0!important}.partner-admin-item{overflow:hidden!important;border:1px solid #dbe5e0!important;border-radius:15px!important;background:#fff!important}.partner-admin-item>summary{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:70px!important;padding:10px 14px!important;cursor:pointer!important;list-style:none!important}.partner-admin-item>summary::-webkit-details-marker{display:none!important}.partner-admin-logo{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;overflow:hidden!important;border:1px solid #e0e9e4!important;border-radius:11px!important;background:#f7faf8!important}.partner-admin-logo img{width:38px!important;height:38px!important;object-fit:contain!important}.partner-admin-logo b{color:#0b9250!important}.partner-admin-name{display:flex!important;flex-direction:column!important;min-width:0!important;gap:3px!important}.partner-admin-name b,.partner-admin-name small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.partner-admin-name small{color:#8a958f!important;font-size:10px!important}.partner-admin-state{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:58px!important;height:26px!important;padding:0 8px!important;border-radius:999px!important;font-size:9px!important;font-weight:800!important;letter-spacing:.07em!important}.partner-admin-state.is-live{background:#eaf9f1!important;color:#0c9250!important}.partner-admin-state.is-off{background:#f1f3f2!important;color:#7c8781!important}.partner-admin-item .partner-admin-form.is-edit{margin:0 12px 12px!important}.partner-admin-actions{display:flex!important;gap:8px!important;padding:0 12px 12px!important}.partner-admin-actions form{margin:0!important}

@media(min-width:1101px){.topbar .main-nav{grid-template-columns:repeat(10,max-content)!important;gap:4px!important}.topbar .main-nav>a{padding-left:7px!important;padding-right:7px!important;gap:6px!important}.topbar .main-nav>a>i{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.topbar .main-nav>a>span{font-size:11px!important}}
@media(max-width:1100px){.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.partner-admin-layout{grid-template-columns:1fr!important}}
@media(max-width:680px){.partner-page{width:min(100% - 24px,1470px)!important;padding-top:20px!important}.partner-hero{align-items:stretch!important;flex-direction:column!important;padding:24px 20px!important;border-radius:19px!important}.partner-hero h1{font-size:38px!important}.partner-hero p{font-size:13px!important}.partner-count{display:flex!important;align-items:center!important;justify-content:space-between!important;min-width:0!important;padding:15px 17px!important}.partner-count strong{font-size:30px!important}.partner-count span{margin:0!important}.partner-grid{grid-template-columns:1fr!important;gap:12px!important}.partner-card{min-height:270px!important;padding:20px!important;border-radius:18px!important}.partner-logo-wrap{width:66px!important;height:66px!important;border-radius:16px!important}.partner-logo-wrap img{width:54px!important;height:54px!important}.partner-admin-layout{padding:13px!important}.partner-form-grid{grid-template-columns:1fr!important}.partner-form-grid .span-2{grid-column:auto!important}.partner-admin-manager>.admin-panel-head{align-items:flex-start!important;flex-direction:column!important}.partner-admin-item>summary{grid-template-columns:44px minmax(0,1fr) auto!important;padding:9px 10px!important}.partner-admin-state{min-width:52px!important}}

/* ZONE v5.1 — dedicated red Partner icon */
.topbar .main-nav>a[href$="/partners"]>i,
.topbar .main-nav>a[href="/partners"]>i{
  color:#e5484d!important;
  background:#fff3f3!important;
  border-color:#ffd7d9!important;
}
.topbar .main-nav>a[href$="/partners"]>i .ui-icon,
.topbar .main-nav>a[href="/partners"]>i .ui-icon{
  color:#e5484d!important;
  stroke:#e5484d!important;
}
.topbar .main-nav>a[href$="/partners"]>i .ui-file-icon,
.topbar .main-nav>a[href="/partners"]>i .ui-file-icon{
  filter:brightness(0) saturate(100%) invert(35%) sepia(91%) saturate(1813%) hue-rotate(337deg) brightness(103%) contrast(92%)!important;
}
.topbar .main-nav>a[href$="/partners"].active,
.topbar .main-nav>a[href="/partners"].active{
  color:#c93238!important;
  background:#fff1f1!important;
}
.topbar .main-nav>a[href$="/partners"].active>i,
.topbar .main-nav>a[href="/partners"].active>i{
  color:#d9363e!important;
  background:#ffe7e8!important;
}
.partner-empty>i{
  color:#e5484d!important;
}
.partner-empty>i .ui-file-icon{
  filter:brightness(0) saturate(100%) invert(35%) sepia(91%) saturate(1813%) hue-rotate(337deg) brightness(103%) contrast(92%)!important;
}

/* ZONE v5.2 — Maintenance + Announcement / Event system */
.site-announcements{
  width:min(1470px,calc(100% - 40px))!important;
  margin:18px auto 0!important;
  display:grid!important;
  gap:10px!important;
}
.site-announcement{
  --notice:#2563eb;
  --notice-soft:#eff6ff;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
  padding:14px 16px!important;
  border:1px solid color-mix(in srgb,var(--notice) 22%,#e2e8e5)!important;
  border-radius:16px!important;
  background:linear-gradient(110deg,var(--notice-soft),#fff 52%)!important;
  box-shadow:0 8px 24px rgba(26,47,36,.045)!important;
}
.site-announcement.is-event{--notice:#e5484d;--notice-soft:#fff2f2}
.site-announcement.is-warning{--notice:#d97706;--notice-soft:#fff8eb}
.site-announcement.is-success{--notice:#0a9b55;--notice-soft:#edfaf3}
.announcement-icon{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:12px!important;background:#fff!important;color:var(--notice)!important;box-shadow:0 4px 15px rgba(28,52,40,.06)!important}
.announcement-icon .ui-icon,.announcement-icon .ui-file-icon{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important}.announcement-icon .ui-file-icon{filter:none!important}
.announcement-copy{min-width:0!important}.announcement-meta{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:3px!important}.announcement-meta b{color:var(--notice)!important;font-size:8px!important;letter-spacing:.12em!important}.announcement-meta span{color:#94a099!important;font-size:9px!important}.announcement-copy>strong{display:block!important;color:#18211c!important;font-size:13px!important;line-height:1.3!important}.announcement-copy>p{margin:3px 0 0!important;color:#68756e!important;font-size:11.5px!important;line-height:1.5!important;white-space:normal!important}.announcement-link{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:36px!important;padding:0 12px!important;border-radius:10px!important;background:var(--notice)!important;color:#fff!important;font-size:10px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important}

.announcement-page{width:min(1470px,calc(100% - 40px))!important;margin:0 auto!important;padding-top:34px!important}.announcement-hero{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;padding:32px 34px!important;border:1px solid #dfe8e3!important;border-radius:24px!important;background:linear-gradient(145deg,#fff,#f8fbf9)!important;box-shadow:0 16px 50px rgba(31,68,49,.06)!important}.announcement-hero>div:first-child{max-width:760px!important}.announcement-kicker{display:inline-flex!important;align-items:center!important;min-height:27px!important;padding:0 10px!important;border-radius:999px!important;background:#fff0f0!important;color:#d73b42!important;font:800 9px/1 "Space Grotesk",sans-serif!important;letter-spacing:.1em!important}.announcement-hero h1{margin:15px 0 9px!important;font-size:clamp(34px,5vw,62px)!important;line-height:.98!important;letter-spacing:-.04em!important;color:#151e19!important}.announcement-hero p{margin:0!important;max-width:680px!important;color:#728078!important;line-height:1.7!important}.announcement-count{display:grid!important;place-items:center!important;min-width:150px!important;padding:20px!important;border:1px solid #e5eae7!important;border-radius:18px!important;background:#fff!important}.announcement-count strong{font-size:36px!important;color:#e5484d!important}.announcement-count span{margin-top:4px!important;color:#87928c!important;font-size:10px!important;text-transform:uppercase!important;font-weight:750!important}
.announcement-page-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin-top:20px!important}.announcement-page-card{--notice:#2563eb;position:relative!important;min-width:0!important;padding:24px!important;border:1px solid #dfe7e3!important;border-radius:20px!important;background:#fff!important;box-shadow:0 9px 30px rgba(27,54,40,.05)!important;overflow:hidden!important}.announcement-page-card:before{content:""!important;position:absolute!important;inset:0 auto 0 0!important;width:4px!important;background:var(--notice)!important}.announcement-page-card.is-event{--notice:#e5484d}.announcement-page-card.is-warning{--notice:#d97706}.announcement-page-card.is-success{--notice:#0a9b55}.announcement-page-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.announcement-page-top time{color:#8b9690!important;font-size:10px!important}.announcement-kind{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 8px!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:8px!important;font-weight:850!important;letter-spacing:.09em!important}.announcement-kind.is-event{background:#fff0f0!important;color:#d83e45!important}.announcement-kind.is-warning{background:#fff7e7!important;color:#c66b05!important}.announcement-kind.is-success{background:#eaf9f1!important;color:#087d46!important}.announcement-page-card h2{margin:17px 0 8px!important;font-size:21px!important;color:#162019!important}.announcement-page-card>p{margin:0!important;color:#6f7b75!important;font-size:13px!important;line-height:1.7!important}.announcement-page-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;margin-top:20px!important;padding-top:16px!important;border-top:1px solid #edf1ef!important}.announcement-page-foot small{color:#98a19c!important}.announcement-page-foot a{color:var(--notice)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}.announcement-empty{display:grid!important;place-items:center!important;text-align:center!important;margin-top:20px!important;padding:70px 24px!important;border:1px dashed #d9e3dd!important;border-radius:20px!important;background:#fff!important}.announcement-empty>i .ui-icon,.announcement-empty>i .ui-file-icon{width:44px!important;height:44px!important}.announcement-empty h2{margin:12px 0 5px!important}.announcement-empty p{margin:0!important;color:#859089!important}

.zone-publish-controls{margin-top:22px!important}.maintenance-admin-panel,.announcement-admin-create{min-width:0!important}.maintenance-admin-panel>p,.announcement-admin-create>p{padding:0 18px!important;color:#7a867f!important;font-size:12px!important;line-height:1.6!important}.maintenance-admin-form,.announcement-admin-form{display:grid!important;gap:12px!important;padding:0 18px 18px!important}.maintenance-admin-form>label:not(.maintenance-toggle),.announcement-form-grid label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#58665e!important;font-size:11px!important;font-weight:700!important}.maintenance-admin-form input[type="text"],.maintenance-admin-form input:not([type]),.maintenance-admin-form textarea,.announcement-form-grid input,.announcement-form-grid textarea,.announcement-form-grid select{width:100%!important;min-width:0!important;border:1px solid #d7e1dc!important;border-radius:10px!important;background:#fff!important;color:#172019!important;padding:10px 11px!important;outline:none!important;font:inherit!important}.maintenance-admin-form input:not([type="checkbox"]),.announcement-form-grid input:not([type="checkbox"]),.announcement-form-grid select{height:42px!important}.maintenance-admin-form textarea,.announcement-form-grid textarea{resize:vertical!important;min-height:82px!important;line-height:1.5!important}.maintenance-admin-form input:focus,.maintenance-admin-form textarea:focus,.announcement-form-grid input:focus,.announcement-form-grid textarea:focus,.announcement-form-grid select:focus{border-color:#78c89b!important;box-shadow:0 0 0 3px rgba(21,155,96,.08)!important}.maintenance-toggle,.announcement-active-check{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:12px 13px!important;border:1px solid #dfe7e2!important;border-radius:12px!important;background:#f9fbfa!important}.maintenance-toggle span{display:grid!important;gap:3px!important}.maintenance-toggle small{color:#8a958f!important;font-size:9px!important}.maintenance-toggle input,.announcement-active-check input{width:20px!important;height:20px!important;accent-color:#e5484d!important;flex:0 0 auto!important}.announcement-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.announcement-form-grid .span-2{grid-column:1/-1!important}.announcement-admin-manager{margin-top:22px!important}.announcement-admin-list{display:grid!important;gap:10px!important;padding:18px!important}.announcement-admin-item{overflow:hidden!important;border:1px solid #dce5e0!important;border-radius:14px!important;background:#fff!important}.announcement-admin-item>summary{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:64px!important;padding:11px 13px!important;cursor:pointer!important;list-style:none!important}.announcement-admin-item>summary::-webkit-details-marker{display:none!important}.announcement-admin-name{display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important}.announcement-admin-name b,.announcement-admin-name small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.announcement-admin-name small{color:#8c9691!important;font-size:9px!important}.announcement-admin-item .announcement-admin-form{padding-top:13px!important;border-top:1px solid #eef2ef!important;background:#fbfdfc!important}

/* 11 desktop navigation items after adding Info. */
@media(min-width:1101px){.topbar .main-nav{grid-template-columns:repeat(11,max-content)!important;gap:2px!important}.topbar .main-nav>a{padding-left:6px!important;padding-right:6px!important;gap:5px!important}.topbar .main-nav>a>span{font-size:10.5px!important}}

@media(max-width:720px){
  .site-announcements{width:calc(100% - 24px)!important;margin-top:12px!important}.site-announcement{grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;padding:12px!important;border-radius:14px!important}.announcement-icon{width:38px!important;height:38px!important}.announcement-icon .ui-icon,.announcement-icon .ui-file-icon{width:21px!important;height:21px!important}.announcement-link{grid-column:2!important;justify-self:start!important;margin-top:2px!important;min-height:32px!important}.announcement-meta{flex-wrap:wrap!important}.announcement-copy>strong{font-size:12px!important}.announcement-copy>p{font-size:10.5px!important}
  .announcement-page{width:calc(100% - 24px)!important;padding-top:20px!important}.announcement-hero{align-items:stretch!important;flex-direction:column!important;padding:23px 20px!important;border-radius:19px!important}.announcement-hero h1{font-size:38px!important}.announcement-count{display:flex!important;align-items:center!important;justify-content:space-between!important;min-width:0!important;padding:14px 16px!important}.announcement-count strong{font-size:29px!important}.announcement-count span{margin:0!important}.announcement-page-grid{grid-template-columns:1fr!important;gap:12px!important}.announcement-page-card{padding:20px!important}.announcement-page-top{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}.announcement-page-foot{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
  .announcement-form-grid{grid-template-columns:1fr!important}.announcement-form-grid .span-2{grid-column:auto!important}.announcement-admin-item>summary{grid-template-columns:auto minmax(0,1fr)!important}.announcement-admin-item>summary .partner-admin-state{grid-column:2!important;justify-self:start!important}.maintenance-admin-form,.announcement-admin-form{padding-left:13px!important;padding-right:13px!important}.announcement-admin-list{padding:13px!important}
}

/* ZONE v5.3 — one-time announcement popup */
.announcement-popup[hidden]{display:none!important}
.announcement-popup{
  position:fixed!important;
  inset:0!important;
  z-index:2147482000!important;
  display:grid!important;
  place-items:center!important;
  padding:20px!important;
}
.announcement-popup-backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  background:rgba(17,24,20,.42)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  cursor:default!important;
}
.announcement-popup-card{
  --popup-accent:#2563eb;
  --popup-soft:#eff6ff;
  position:relative!important;
  z-index:1!important;
  width:min(520px,100%)!important;
  max-height:min(640px,calc(100dvh - 40px))!important;
  overflow:auto!important;
  padding:30px 30px 26px!important;
  border:1px solid #dfe7e3!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 30px 90px rgba(22,39,30,.22)!important;
  color:#172019!important;
  animation:zoneAnnouncementIn .24s cubic-bezier(.2,.8,.2,1)!important;
}
.announcement-popup-card.is-event{--popup-accent:#e5484d;--popup-soft:#fff0f0}
.announcement-popup-card.is-warning{--popup-accent:#d97706;--popup-soft:#fff7e8}
.announcement-popup-card.is-success{--popup-accent:#0a9b55;--popup-soft:#eaf9f1}
.announcement-popup-close{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #e2e9e5!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#536158!important;
  cursor:pointer!important;
}
.announcement-popup-close .ui-icon,.announcement-popup-close .ui-file-icon{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important}
.announcement-popup-icon{
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  margin-bottom:18px!important;
  border-radius:16px!important;
  background:var(--popup-soft)!important;
  color:var(--popup-accent)!important;
}
.announcement-popup-icon .ui-icon,.announcement-popup-icon .ui-file-icon{width:29px!important;height:29px!important;max-width:29px!important;max-height:29px!important}
.announcement-popup-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;margin:0 48px 8px 0!important}
.announcement-popup-meta b{color:var(--popup-accent)!important;font:800 9px/1 "Space Grotesk",sans-serif!important;letter-spacing:.11em!important}
.announcement-popup-meta span{color:#8a9690!important;font-size:10px!important}
.announcement-popup-card h2{margin:0!important;color:#172019!important;font-size:clamp(24px,5vw,34px)!important;line-height:1.08!important;letter-spacing:-.035em!important}
.announcement-popup-card>p{margin:13px 0 0!important;color:#65736b!important;font-size:13px!important;line-height:1.7!important;white-space:pre-line!important}
.announcement-popup-actions{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-top:24px!important;padding-top:18px!important;border-top:1px solid #edf1ef!important}
.announcement-popup-link,.announcement-popup-all{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 14px!important;border-radius:12px!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}
.announcement-popup-link{background:var(--popup-accent)!important;color:#fff!important}
.announcement-popup-all{border:1px solid #dde6e1!important;background:#fff!important;color:#536158!important}
body.announcement-popup-open{overflow:hidden!important}
@keyframes zoneAnnouncementIn{from{opacity:0;transform:translateY(14px) scale(.975)}to{opacity:1;transform:none}}
@media(max-width:620px){
  .announcement-popup{padding:14px!important;align-items:end!important}
  .announcement-popup-card{width:100%!important;max-height:calc(100dvh - 28px)!important;padding:26px 20px 20px!important;border-radius:22px!important}
  .announcement-popup-close{top:13px!important;right:13px!important;width:36px!important;height:36px!important}
  .announcement-popup-icon{width:48px!important;height:48px!important;margin-bottom:15px!important}
  .announcement-popup-icon .ui-icon,.announcement-popup-icon .ui-file-icon{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important}
  .announcement-popup-card h2{font-size:27px!important}
  .announcement-popup-card>p{font-size:12.5px!important}
  .announcement-popup-actions{display:grid!important;grid-template-columns:1fr!important}
  .announcement-popup-link,.announcement-popup-all{width:100%!important}
}
@media(prefers-reduced-motion:reduce){.announcement-popup-card{animation:none!important}}


/* ZONE v5.5 — popup reliability + announcement schedule hint */
.announcement-popup{isolation:isolate!important;transform:none!important;filter:none!important}
body.announcement-popup-open .announcement-popup{visibility:visible!important;opacity:1!important}
.announcement-admin-form label>small{display:block!important;margin-top:5px!important;color:#8a9690!important;font-size:10px!important;line-height:1.45!important}

/* ZONE v5.6 — concise visible homepage SEO intro */
.home-seo-intro{
  margin:0 0 18px!important;
  padding:0!important;
}
.home-seo-intro h1{
  margin:5px 0 7px!important;
  font-size:clamp(23px,2.7vw,36px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.home-seo-intro p{
  max-width:820px!important;
  margin:0!important;
  color:#758179!important;
  font-size:13px!important;
  line-height:1.65!important;
}
@media(max-width:620px){
  .home-seo-intro{margin-bottom:14px!important}
  .home-seo-intro h1{font-size:24px!important}
  .home-seo-intro p{font-size:12px!important}
}


/* ZONE v5.7 — minimal visible copy; SEO stays in document head */
.compact-page-title{margin-bottom:16px!important;padding-bottom:0!important}
.compact-page-title h1{margin-bottom:0!important}
.compact-submit-heading{margin-bottom:16px!important}
.compact-submit-heading h1{margin-bottom:0!important}
.archive-page{padding-top:28px!important}
.special-report-panel .archive-section-head h1{margin:0!important;font-size:18px!important;line-height:1.2!important}
@media(max-width:720px){
  .compact-page-title{margin-bottom:12px!important}
  .compact-submit-heading{margin-bottom:12px!important}
  .archive-page{padding-top:18px!important}
}

/* ZONE v5.8 — safe backup merge helper text */
.backup-tools .restore-form>small{
  display:block!important;
  margin:-3px 0 10px!important;
  color:#728078!important;
  font-size:11px!important;
  line-height:1.55!important;
}

/* ZONE v5.9 — attacker/team profile archive pagination (10 reports per page) */
.profile-pagination{
  flex-wrap:wrap!important;
  gap:10px!important;
  padding:16px 18px!important;
  border-top:1px solid #e2e9e5!important;
  background:#fbfdfc!important;
}
.profile-pagination .page-numbers{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
}
.profile-pagination .page-numbers a,
.profile-pagination .page-numbers .current,
.profile-pagination .page-gap{
  min-width:38px!important;
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 10px!important;
  border:1px solid #d7e1dc!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#55635c!important;
  font:700 11px "Space Grotesk",sans-serif!important;
}
.profile-pagination .page-numbers .current{
  background:#e8f8ef!important;
  border-color:#bfe6d0!important;
  color:#07834a!important;
}
.profile-pagination .page-gap{
  border-color:transparent!important;
  background:transparent!important;
  min-width:24px!important;
  padding:0!important;
}
.profile-pagination .page-nav{
  min-width:86px!important;
}
@media(max-width:620px){
  .profile-pagination{
    justify-content:space-between!important;
    padding:12px!important;
    gap:8px!important;
  }
  .profile-pagination .page-numbers{
    order:3!important;
    width:100%!important;
    padding-top:2px!important;
  }
  .profile-pagination .page-numbers a,
  .profile-pagination .page-numbers .current,
  .profile-pagination .page-gap{
    min-width:34px!important;
    height:34px!important;
    border-radius:9px!important;
    font-size:10px!important;
  }
  .profile-pagination .page-nav{
    flex:1 1 auto!important;
    min-width:0!important;
  }
}

/* ZONE v6.0 — aligned tables, clean rank search, mobile report cards */
.rank-title{
  align-items:flex-end!important;
}
.rank-search{
  width:min(100%,390px)!important;
}
.rank-search label{
  display:block!important;
  margin:0 0 7px!important;
  color:#56655d!important;
  font-size:11px!important;
  font-weight:700!important;
}
.rank-search>div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  width:100%!important;
  overflow:hidden!important;
  border:1px solid #d4dfd9!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(35,57,46,.05)!important;
}
.rank-search input{
  min-width:0!important;
  min-height:46px!important;
  height:46px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#243129!important;
  font-size:14px!important;
  box-shadow:none!important;
}
.rank-search input:focus{box-shadow:inset 0 0 0 2px rgba(20,153,91,.12)!important}
.rank-search button{
  min-width:78px!important;
  height:46px!important;
  padding:0 17px!important;
  border:0!important;
  border-left:1px solid #d9e7df!important;
  border-radius:0!important;
  background:#eaf8f0!important;
  color:#118552!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.rank-search button:hover{background:#ddf4e7!important;color:#0b7044!important}

/* Stable report columns on desktop/tablet — fixes headers drifting from rows. */
.report-table-wrap .haxor-table{
  table-layout:fixed!important;
}
.report-table-wrap .haxor-table th,
.report-table-wrap .haxor-table td{
  box-sizing:border-box!important;
}
.report-table-wrap .haxor-table .col-time{width:82px!important}
.report-table-wrap .haxor-table .col-attacker{width:145px!important}
.report-table-wrap .haxor-table .col-team{width:160px!important}
.report-table-wrap .haxor-table .col-hmrls{width:44px!important;text-align:center!important;padding-left:5px!important;padding-right:5px!important}
.report-table-wrap .haxor-table .col-url{width:auto!important;min-width:220px!important}
.report-table-wrap .haxor-table .col-os{width:92px!important}
.report-table-wrap .haxor-table .col-mirror{width:64px!important;text-align:center!important}
.report-table-wrap .haxor-table .col-mirror .mirror-link{margin-inline:auto!important}
.report-table-wrap .haxor-table .country-flag{margin-inline:auto!important;vertical-align:middle!important}
.report-table-wrap .haxor-table .hmrls-empty{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:21px!important;min-height:21px!important}

/* Profile tables no longer depend on nth-child hiding; markup itself omits duplicate identity. */
.profile-archive-panel .profile-report-table{
  width:100%!important;
  min-width:820px!important;
  table-layout:fixed!important;
}
.profile-archive-panel .profile-report-attacker .col-time{width:82px!important}
.profile-archive-panel .profile-report-attacker .col-team{width:165px!important}
.profile-archive-panel .profile-report-team .col-time{width:82px!important}
.profile-archive-panel .profile-report-team .col-attacker{width:165px!important}
.profile-archive-panel .profile-report-table .col-hmrls{width:44px!important}
.profile-archive-panel .profile-report-table .col-url{width:auto!important;min-width:250px!important}
.profile-archive-panel .profile-report-table .col-os{width:86px!important}
.profile-archive-panel .profile-report-table .col-mirror{width:60px!important}

@media(max-width:720px){
  .rank-title{gap:13px!important}
  .rank-search{width:100%!important}
  .rank-search label{font-size:10px!important;margin-bottom:6px!important}
  .rank-search>div{border-radius:12px!important}
  .rank-search input{min-height:48px!important;height:48px!important;font-size:16px!important}
  .rank-search button{height:48px!important;min-width:76px!important;padding-inline:14px!important}


}

/* Neutralize obsolete nth-child profile hiding from older builds. */
@media(min-width:721px){
  .profile-archive-panel .profile-report-table th,
  .profile-archive-panel .profile-report-table td{display:table-cell!important}
}


/* ZONE v6.5 — make paginated DB rows unmistakable on archive/profile pages */
.archive-page-status{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:11px 16px!important;
  background:#f8fbf9!important;
  border-top:1px solid #e2e9e5!important;
  border-bottom:1px solid #e2e9e5!important;
  color:#66736c!important;
  font:600 11px/1.45 "Space Grotesk",sans-serif!important;
}
.archive-page-status b{color:#087d49!important;font-weight:800!important}
.archive-page-status.bottom{border-top:1px solid #e2e9e5!important;border-bottom:0!important}
.profile-pagination.top{border-top:0!important;border-bottom:1px solid #e2e9e5!important}
.profile-pagination.bottom{border-top:1px solid #e2e9e5!important}
.profile-pagination .page-nav.disabled{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:38px!important;padding:0 14px!important;border:1px solid #e3e9e6!important;
  border-radius:10px!important;background:#f4f7f5!important;color:#a0aaa4!important;
  font:700 11px "Space Grotesk",sans-serif!important;pointer-events:none!important
}
@media(max-width:620px){
  .archive-page-status{padding:9px 11px!important;font-size:9px!important;gap:8px!important;flex-wrap:wrap!important}
  .archive-page-status span:last-child{margin-left:auto!important}
  .profile-pagination.top,.profile-pagination.bottom{padding:10px!important}
}


/* ZONE v6.9 — interactive metrics + reliable Today page */
.metric-link{
  display:block!important;
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.metric-link:hover,.metric-link:focus-visible{
  color:inherit!important;
  text-decoration:none!important;
  transform:translateY(-2px)!important;
  border-color:#b8dfc8!important;
  box-shadow:0 11px 28px rgba(35,57,46,.09)!important;
  outline:none!important;
}
.metric-link:focus-visible{box-shadow:0 0 0 3px rgba(21,155,96,.13),0 11px 28px rgba(35,57,46,.09)!important}
.submitted-today-card:before{
  content:"VIEW TODAY"!important;
  position:absolute!important;
  right:18px!important;
  bottom:14px!important;
  z-index:2!important;
  color:#a26614!important;
  font:700 8px/1 "Space Grotesk",sans-serif!important;
  letter-spacing:.08em!important;
}
.today-page{padding-top:28px!important}
.today-page .page-title p{margin:6px 0 0!important;color:#7b8880!important;font-size:12px!important}
.today-approved-panel,.today-pending-panel{margin-top:18px!important}
@media(max-width:620px){
  .metric-link:hover{transform:none!important}
  .submitted-today-card:before{right:11px!important;bottom:10px!important;font-size:7px!important}
}

/* ZONE v6.10 — H/M/R/L/S icon markers */
.haxor-table .hmrls-head{
  padding-left:4px!important;
  padding-right:4px!important;
  text-align:center!important;
  vertical-align:middle!important;
}
.haxor-table .hmrls-icon-wrap{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:24px!important;
  margin:0 auto!important;
  line-height:0!important;
  vertical-align:middle!important;
}
.haxor-table .hmrls-icon{
  display:block!important;
  width:20px!important;
  height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
  object-fit:contain!important;
}
.haxor-table .hmrls-icon-wrap-head{
  width:22px!important;
  height:22px!important;
}
.haxor-table .hmrls-icon-head{
  width:17px!important;
  height:17px!important;
  max-width:17px!important;
  max-height:17px!important;
  opacity:.78!important;
}
.haxor-table .hmrls-cell .hmrls-icon-wrap{
  position:relative!important;
  top:0!important;
}
.haxor-table .hmrls-empty{
  width:24px!important;
  min-width:24px!important;
  height:24px!important;
  min-height:24px!important;
  line-height:24px!important;
  color:#c3cec8!important;
}
.haxor-table .hmrls-head .hmrls-icon-wrap:hover .hmrls-icon,
.haxor-table .hmrls-cell .hmrls-icon-wrap:hover .hmrls-icon{
  transform:scale(1.08)!important;
}
.haxor-table .hmrls-icon{transition:transform .16s ease,opacity .16s ease!important}

@media(max-width:720px){
  html body .table-layout-scroll .hmrls-icon-wrap,
  html body .home-panel .hmrls-icon-wrap{
    width:22px!important;
    height:22px!important;
  }
  html body .table-layout-scroll .hmrls-icon,
  html body .home-panel .hmrls-icon{
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
  }
  html body .table-layout-scroll .hmrls-icon-head,
  html body .home-panel .hmrls-icon-head{
    width:16px!important;
    height:16px!important;
    max-width:16px!important;
    max-height:16px!important;
  }
  html body .table-layout-scroll .hmrls-empty,
  html body .home-panel .hmrls-empty{
    width:22px!important;
    min-width:22px!important;
    height:22px!important;
    min-height:22px!important;
    line-height:22px!important;
  }
}

/* ZONE v7.0 — H/M/R/S report markers only; L remains the location column */
.haxor-table .hmrls-location-head{
  font-family:"Space Grotesk",sans-serif!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  color:#708078!important;
  line-height:1!important;
}
.haxor-table .hmrls-icon-wrap{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.haxor-table .hmrls-icon{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.pending-public-table .col-url .url-cell{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#0968b7!important;
  font-weight:650!important;
}
.pending-public-table .pending-mirror-link,
.pending-table .pending-mirror-link{
  display:inline-grid!important;
  place-items:center!important;
}
.profile-onhold-metric:after{
  content:"ON HOLD";
  position:absolute;
  right:16px;
  bottom:12px;
  font:700 7px/1 "Space Grotesk",sans-serif;
  letter-spacing:.11em;
  color:#ad7614;
  opacity:.56;
}
.profile-onhold-metric{position:relative!important}


/* v7.2 — keep public panel titles visible and aligned */
.panel-head h2{
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:visible!important;
}
.panel-head h2>i{
  flex:0 0 34px!important;
}
.panel-head .panel-title-text{
  display:inline-block!important;
  min-width:max-content!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  color:inherit!important;
  visibility:visible!important;
  opacity:1!important;
}
.panel-head>a{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
@media(max-width:620px){
  .panel-head{gap:9px!important;}
  .panel-head h2>i{flex-basis:32px!important;width:32px!important;height:32px!important;}
  .panel-head .panel-title-text{font-size:14px!important;}
  .panel-head>a{font-size:11px!important;}
}


/* ZONE v7.8 — public home panel title reset after Space Grotesk migration */
.home-panel .panel-head h2 .panel-title-text,
.panel-head h2 .panel-title-text{
  display:inline-block!important;
  min-width:0!important;
  width:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#121815!important;
  font-family:"Space Grotesk",sans-serif!important;
  font-size:inherit!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:normal!important;
  text-transform:none!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media(max-width:620px){
  .home-panel .panel-head h2 .panel-title-text,
  .panel-head h2 .panel-title-text{
    font-size:14px!important;
  }
}
\n\n/* ZONE v7.9 — single bottom pagination + compact mobile controls */\n.archive-page-status.top,\n.profile-pagination.top{display:none!important}\n\n.archive-page-status.bottom{\n  padding:8px 13px!important;\n  min-height:34px!important;\n  border-top:1px solid #e2e9e5!important;\n  border-bottom:0!important;\n  background:#fafcfb!important;\n  font-size:10px!important;\n}\n.profile-pagination.bottom{\n  padding:10px 12px 12px!important;\n  gap:7px!important;\n  border-top:1px solid #e2e9e5!important;\n  border-bottom:0!important;\n  background:#fafcfb!important;\n}\n.profile-pagination.bottom .page-numbers{gap:5px!important}\n.profile-pagination.bottom .page-numbers a,\n.profile-pagination.bottom .page-numbers .current,\n.profile-pagination.bottom .page-gap{\n  min-width:32px!important;\n  height:32px!important;\n  padding:0 8px!important;\n  border-radius:8px!important;\n  font-size:10px!important;\n}\n.profile-pagination.bottom .page-gap{min-width:18px!important;padding:0!important}\n.profile-pagination.bottom .page-nav,\n.profile-pagination.bottom .page-nav.disabled{\n  min-width:72px!important;\n  min-height:32px!important;\n  height:32px!important;\n  padding:0 10px!important;\n  border-radius:8px!important;\n  font-size:10px!important;\n}\n\n@media(max-width:620px){\n  .archive-page-status.bottom{\n    display:grid!important;\n    grid-template-columns:minmax(0,1fr) auto!important;\n    align-items:center!important;\n    gap:6px!important;\n    padding:7px 9px!important;\n    min-height:30px!important;\n    font-size:8.5px!important;\n    line-height:1.25!important;\n  }\n  .archive-page-status.bottom span{white-space:nowrap!important}\n  .archive-page-status.bottom span:last-child{margin-left:0!important;text-align:right!important}\n  .profile-pagination.bottom{\n    display:grid!important;\n    grid-template-columns:1fr 1fr!important;\n    gap:6px!important;\n    padding:8px 9px 10px!important;\n  }\n  .profile-pagination.bottom .page-nav,\n  .profile-pagination.bottom .page-nav.disabled{\n    width:100%!important;\n    min-width:0!important;\n    min-height:30px!important;\n    height:30px!important;\n    padding:0 8px!important;\n    border-radius:7px!important;\n    font-size:9px!important;\n  }\n  .profile-pagination.bottom .page-numbers{\n    grid-column:1/-1!important;\n    order:3!important;\n    width:100%!important;\n    flex-wrap:nowrap!important;\n    justify-content:center!important;\n    gap:4px!important;\n    padding:0!important;\n    overflow-x:auto!important;\n    scrollbar-width:none!important;\n  }\n  .profile-pagination.bottom .page-numbers::-webkit-scrollbar{display:none!important}\n  .profile-pagination.bottom .page-numbers a,\n  .profile-pagination.bottom .page-numbers .current,\n  .profile-pagination.bottom .page-gap{\n    flex:0 0 auto!important;\n    min-width:29px!important;\n    width:29px!important;\n    height:29px!important;\n    padding:0!important;\n    border-radius:7px!important;\n    font-size:9px!important;\n  }\n  .profile-pagination.bottom .page-gap{min-width:14px!important;width:14px!important}\n}\n

/* ZONE v7.2 — profile archive URLs: keep the complete URL on one horizontal line.
   This applies only to Attacker/Team profile archives, not the home/index tables. */
.profile-archive-panel .profile-report-table .col-url .url-cell{
  display:block!important;
  width:max-content!important;
  min-width:250px!important;
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
.profile-archive-panel .profile-report-table .col-url{
  width:auto!important;
  min-width:250px!important;
}
.profile-onhold-section .pending-public-table .col-url .url-cell{
  display:block!important;
  width:max-content!important;
  min-width:250px!important;
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}
.profile-onhold-section .table-layout-scroll{
  overflow-x:auto!important;
  overflow-y:hidden!important;
}
.profile-onhold-section .pending-public-table{
  width:max-content!important;
  min-width:1100px!important;
  table-layout:auto!important;
}

/* ZONE v7.9 — unified profile archive: verified + On Hold in one table.
   Profile URLs stay complete on one horizontal line and use the table's
   horizontal scroll instead of wrapping or ellipsis. */
.profile-archive-panel .profile-report-table{
  width:max-content!important;
  min-width:1180px!important;
  max-width:none!important;
  table-layout:auto!important;
}
.profile-archive-panel .profile-report-table .col-url{
  width:max-content!important;
  min-width:420px!important;
  max-width:none!important;
}
.profile-archive-panel .profile-report-table .col-url .url-cell,
.profile-archive-panel .profile-report-table .archive-full-url{
  display:inline-block!important;
  width:max-content!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.profile-archive-panel .profile-report-table .archive-pending-row td{
  background:#fbfdfc!important;
}
.profile-archive-panel .table-wrap{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
}
@media(max-width:720px){
  .profile-archive-panel .profile-report-table{
    width:max-content!important;
    min-width:1180px!important;
    table-layout:auto!important;
  }
  .profile-archive-panel .profile-report-table .col-url{
    min-width:360px!important;
  }
  .profile-archive-panel .profile-report-table .col-url .url-cell,
  .profile-archive-panel .profile-report-table .archive-full-url{
    width:max-content!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
}

/* ZONE v7.9 — profile archive URL cleanup
   Long URLs are intentionally shortened with an ellipsis so the profile
   archive never creates a horizontal page/table scrollbar. */
.profile-archive-panel .profile-report-table{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
}
.profile-archive-panel .profile-report-table .col-url{
  width:270px!important;
  min-width:0!important;
  max-width:270px!important;
  text-align:left!important;
}
.profile-archive-panel .profile-report-table .col-url .url-cell,
.profile-archive-panel .profile-report-table .archive-full-url{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:left!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.profile-archive-panel .table-wrap{
  overflow-x:hidden!important;
  overflow-y:hidden!important;
}

@media(max-width:900px){
  .profile-archive-panel .profile-report-table .col-url{
    width:220px!important;
    max-width:220px!important;
  }
}
@media(max-width:720px){
  .profile-archive-panel .profile-report-table .col-url{
    width:175px!important;
    max-width:175px!important;
  }
  .profile-archive-panel .profile-report-table .col-url .url-cell,
  .profile-archive-panel .profile-report-table .archive-full-url{
    max-width:100%!important;
    text-align:left!important;
  }
}

/* ZONE v7.9.1 — profile archive URL length correction
   Keep URLs readable and left-aligned; only truncate genuinely long URLs. */
.profile-archive-panel .profile-report-table{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
}
.profile-archive-panel .profile-report-table .col-url{
  width:420px!important;
  min-width:420px!important;
  max-width:420px!important;
  text-align:left!important;
}
.profile-archive-panel .profile-report-table .col-url .url-cell,
.profile-archive-panel .profile-report-table .archive-full-url{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:left!important;
  direction:ltr!important;
}
.profile-archive-panel .table-wrap{
  overflow-x:hidden!important;
  overflow-y:hidden!important;
}
@media(max-width:1100px){
  .profile-archive-panel .profile-report-table .col-url{
    width:360px!important;
    min-width:360px!important;
    max-width:360px!important;
  }
}
@media(max-width:900px){
  .profile-archive-panel .profile-report-table .col-url{
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
  }
}
@media(max-width:720px){
  .profile-archive-panel .profile-report-table .col-url{
    width:260px!important;
    min-width:260px!important;
    max-width:260px!important;
  }
}


/* ZONE v7.9.2 — profile tables use the same desktop column order as Index.
   Attacker profile hides ATTACKER, so OS is column 9 and MIRROR is column 10. */
@media (min-width:721px){
  .profile-archive-panel .profile-report-table{
    table-layout:fixed !important;
    width:100% !important;
    min-width:980px !important;
    max-width:none !important;
  }
  .profile-archive-panel .profile-report-attacker th:nth-child(1),
  .profile-archive-panel .profile-report-attacker td:nth-child(1){width:78px!important}
  .profile-archive-panel .profile-report-attacker th:nth-child(2),
  .profile-archive-panel .profile-report-attacker td:nth-child(2){width:155px!important}
  .profile-archive-panel .profile-report-attacker th:nth-child(3),
  .profile-archive-panel .profile-report-attacker td:nth-child(3),
  .profile-archive-panel .profile-report-attacker th:nth-child(4),
  .profile-archive-panel .profile-report-attacker td:nth-child(4),
  .profile-archive-panel .profile-report-attacker th:nth-child(5),
  .profile-archive-panel .profile-report-attacker td:nth-child(5),
  .profile-archive-panel .profile-report-attacker th:nth-child(6),
  .profile-archive-panel .profile-report-attacker td:nth-child(6),
  .profile-archive-panel .profile-report-attacker th:nth-child(7),
  .profile-archive-panel .profile-report-attacker td:nth-child(7){width:45px!important;text-align:center!important;overflow:visible!important}
  .profile-archive-panel .profile-report-attacker th:nth-child(8),
  .profile-archive-panel .profile-report-attacker td:nth-child(8){width:270px!important}
  .profile-archive-panel .profile-report-attacker th:nth-child(9),
  .profile-archive-panel .profile-report-attacker td:nth-child(9){width:95px!important}
  .profile-archive-panel .profile-report-attacker th:nth-child(10),
  .profile-archive-panel .profile-report-attacker td:nth-child(10){width:78px!important;text-align:center!important;overflow:visible!important}

  /* Team profile hides TEAM instead; ATTACKER remains column 2. */
  .profile-archive-panel .profile-report-team th:nth-child(1),
  .profile-archive-panel .profile-report-team td:nth-child(1){width:78px!important}
  .profile-archive-panel .profile-report-team th:nth-child(2),
  .profile-archive-panel .profile-report-team td:nth-child(2){width:190px!important}
  .profile-archive-panel .profile-report-team th:nth-child(3),
  .profile-archive-panel .profile-report-team td:nth-child(3),
  .profile-archive-panel .profile-report-team th:nth-child(4),
  .profile-archive-panel .profile-report-team td:nth-child(4),
  .profile-archive-panel .profile-report-team th:nth-child(5),
  .profile-archive-panel .profile-report-team td:nth-child(5),
  .profile-archive-panel .profile-report-team th:nth-child(6),
  .profile-archive-panel .profile-report-team td:nth-child(6),
  .profile-archive-panel .profile-report-team th:nth-child(7),
  .profile-archive-panel .profile-report-team td:nth-child(7){width:45px!important;text-align:center!important;overflow:visible!important}
  .profile-archive-panel .profile-report-team th:nth-child(8),
  .profile-archive-panel .profile-report-team td:nth-child(8){width:270px!important}
  .profile-archive-panel .profile-report-team th:nth-child(9),
  .profile-archive-panel .profile-report-team td:nth-child(9){width:95px!important}
  .profile-archive-panel .profile-report-team th:nth-child(10),
  .profile-archive-panel .profile-report-team td:nth-child(10){width:78px!important;text-align:center!important;overflow:visible!important}

  .profile-archive-panel .profile-report-table .col-url .url-cell{
    display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;
    overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important;
    text-align:left!important;direction:ltr!important;
  }
}

/* FIX — Recent On Hold: add clear spacing between attacker name and title badge. */
.home-panel .reporter-identity .identity-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
}
@media(max-width:720px){
  .home-panel .reporter-identity .identity-link{
    gap:7px!important;
  }
}
