
:root{
  --black:#05070a;
  --black-2:#090d12;
  --header:#05070a;
  --panel:#0d131a;
  --panel-2:#101821;
  --blue:#0072bc;
  --blue-soft:#2f9fe3;
  --gold:#f2c84b;
  --white:#f8fbff;
  --muted:#b6c2ce;
  --muted-2:#8795a3;
  --line:rgba(255,255,255,.13);
  --line-strong:rgba(255,255,255,.22);
  --shadow:0 18px 46px rgba(0,0,0,.30);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  color:var(--white);
  background:var(--black);
  line-height:1.72;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 78% 8%,rgba(0,114,188,.22),transparent 31%),
    linear-gradient(180deg,#05070a 0%,#070d14 45%,#05070a 100%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px) 0 0/220px 100%,
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px) 0 0/100% 160px;
  pointer-events:none;
}

a{color:inherit;text-decoration:none}

/* 顶部：深色机构站导航，不做按钮堆 */
.site-header{
  position:sticky;
  top:0;
  z-index:60;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:28px;
  min-height:78px;
  padding:0 clamp(18px,4vw,60px);
  background:rgba(5,7,10,.96);
  border-bottom:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 30px rgba(0,0,0,.26);
  backdrop-filter:blur(14px);
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
}

.brand-mark{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  background:var(--blue);
  color:#fff;
  font-weight:900;
  letter-spacing:.06em;
  border-radius:0;
}

.brand-text strong{
  display:block;
  color:#fff;
  font-size:1rem;
  letter-spacing:.06em;
  font-weight:900;
}

.brand-text small{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:.68rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-top:1px;
}

.site-nav{
  display:flex;
  align-items:stretch;
  gap:0;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-self:stretch;
}

.site-nav a{
  display:flex;
  align-items:center;
  min-height:78px;
  padding:0 12px;
  color:#f7fbff;
  font-size:.86rem;
  font-weight:900;
  letter-spacing:.08em;
  border-left:1px solid rgba(255,255,255,.065);
  border-bottom:4px solid transparent;
  white-space:nowrap;
}

.site-nav a:last-child{
  border-right:1px solid rgba(255,255,255,.065);
}

.site-nav a:hover,
.site-nav a.active{
  color:#fff;
  background:rgba(0,114,188,.18);
  border-bottom-color:var(--gold);
}

.menu-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.24);
  background:transparent;
  color:#fff;
  padding:9px 15px;
  border-radius:0;
  font:inherit;
  font-weight:900;
  letter-spacing:.08em;
}

/* 首页主视觉：只保留标题、说明、按钮；不放数字板、不放右侧信息块 */
.home-hero{
  min-height:390px;
  display:flex;
  align-items:center;
  padding:clamp(34px,4.6vw,62px) clamp(20px,6vw,92px);
  color:#fff;
  background:
    linear-gradient(100deg,rgba(5,7,10,.79) 0%,rgba(7,18,29,.63) 46%,rgba(0,91,150,.32) 100%),
    radial-gradient(circle at 82% 24%,rgba(47,159,227,.20),transparent 31%),
    url('/assets/images/home-hero-bg.jpg') center center / cover no-repeat;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.13);
}

.home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px) 0 0/220px 100%,
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px) 0 0/100% 160px;
  opacity:.34;
  pointer-events:none;
}

.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.09),rgba(0,0,0,0) 45%,rgba(0,0,0,.06));
  pointer-events:none;
}

.hero-copy,
.hero-inner{
  position:relative;
  z-index:1;
}

.hero-copy{
  max-width:860px;
}

.eyebrow{
  margin:0 0 14px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.20em;
  font-size:.78rem;
  font-weight:900;
}

.home-hero h1{
  font-size:clamp(2.55rem,4.35vw,4.35rem);
  line-height:1.04;
  margin:0 0 14px;
  letter-spacing:-.055em;
  max-width:880px;
  color:#fff;
}

.hero-positioning{
  display:block;
  width:fit-content;
  margin:0 0 16px;
  color:#ffd84f;
  font-size:clamp(1.18rem,1.95vw,1.95rem);
  line-height:1.16;
  font-weight:950;
  letter-spacing:.08em;
  text-shadow:0 0 20px rgba(255,216,79,.24),0 2px 18px rgba(0,0,0,.26);
}

.hero-lead{
  font-size:clamp(1rem,1.18vw,1.12rem);
  max-width:1040px;
  color:rgba(255,255,255,.86);
  margin:0;
  line-height:1.72;
}

.home-hero .hero-lead span{
  display:block;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border-radius:0;
  font-weight:900;
  letter-spacing:.06em;
  transition:.18s transform,.18s background,.18s color,.18s border-color;
}

.btn:hover{transform:translateY(-2px)}

.btn.primary{
  background:var(--gold);
  color:#0b1118;
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}

.btn.secondary{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.42);
}

.btn.secondary:hover{
  background:rgba(255,255,255,.10);
}

/* 内页首屏 */
.page-hero{
  min-height:auto;
  display:block;
  padding:clamp(54px,7vw,90px) clamp(20px,6vw,92px);
  background:
    linear-gradient(100deg,rgba(5,7,10,.92),rgba(0,70,116,.62)),
    linear-gradient(135deg,#05070a 0%,#0b1824 58%,#063c63 100%);
  color:#fff;
  border-bottom:5px solid var(--gold);
}

.page-hero.compact{
  min-height:auto;
  padding-bottom:clamp(44px,5vw,70px);
}

.page-hero h1{
  font-size:clamp(2.4rem,4.3vw,4.3rem);
  line-height:1.06;
  margin:0 0 16px;
  letter-spacing:-.045em;
}

.page-hero .hero-lead{
  color:rgba(255,255,255,.84);
  max-width:900px;
}

.content-wrap{
  width:min(1180px,calc(100% - 40px));
  margin:48px auto 78px;
}

.section-head{
  margin-bottom:24px;
  border-left:5px solid var(--gold);
  padding-left:18px;
}

.section-head h2,
.intro-panel h2{
  font-size:clamp(1.85rem,3vw,2.65rem);
  line-height:1.15;
  margin:0 0 10px;
  letter-spacing:-.04em;
  color:#fff;
}

.section-head p,
.intro-panel p{
  color:var(--muted);
  margin:0;
  max-width:900px;
}

/* 卡片：去掉数字感，做成正式栏目入口 */
.home-grid,
.card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.home-card,
.info-card,
.intro-panel,
.notice-box{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-radius:0;
  padding:25px;
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}

.home-card{
  min-height:205px;
  display:flex;
  flex-direction:column;
  transition:.18s transform,.18s border-color,.18s background;
  border-top:4px solid var(--blue);
}

.home-card:hover,
.info-card:hover{
  transform:translateY(-4px);
  border-color:rgba(47,159,227,.42);
  background:linear-gradient(180deg,rgba(0,114,188,.13),rgba(255,255,255,.035));
}

.home-card h3,
.info-card h3{
  font-size:1.38rem;
  margin:0 0 12px;
  color:#fff;
  line-height:1.22;
}

.home-card h3::after{
  content:"";
  display:block;
  width:38px;
  height:3px;
  background:var(--gold);
  margin-top:14px;
}

.home-card p,
.info-card p{
  margin:0;
  color:var(--muted);
}

.card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:18px;
}

.info-card{
  border-left:5px solid var(--blue);
}

.notice-box{
  margin-top:20px;
  background:rgba(242,200,75,.10);
  border-color:rgba(242,200,75,.34);
  border-left:6px solid var(--gold);
  color:#fff;
}

.notice-box h1,
.notice-box h3{
  margin-top:0;
  color:#fff;
}

.notice-box p{
  color:var(--muted);
}

.two-col{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.site-footer{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);
  gap:26px;
  align-items:start;
  padding:38px clamp(20px,6vw,92px);
  background:#030405;
  color:#fff;
  border-top:5px solid var(--gold);
}

.site-footer strong{
  color:#fff;
}

.site-footer span,
.site-footer p{
  color:rgba(255,255,255,.70);
}

.site-footer p{
  margin:0;
  max-width:760px;
}

@media (max-width:1180px){
  .site-nav a{
    padding:0 9px;
    font-size:.82rem;
  }
}

@media (max-width:1040px){
  .home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .site-header{
    min-height:76px;
  }

  .menu-toggle{
    display:inline-flex;
  }

  .site-nav{
    position:absolute;
    left:18px;
    right:18px;
    top:76px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    background:#05070a;
    border:1px solid rgba(255,255,255,.16);
    padding:0;
    box-shadow:0 18px 48px rgba(0,0,0,.45);
    max-height:calc(100vh - 100px);
    overflow:auto;
  }

  .site-nav.open{
    display:flex;
  }

  .site-nav a{
    min-height:auto;
    padding:14px 16px;
    border-left:0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.10);
  }

  .site-nav a:hover,
  .site-nav a.active{
    border-bottom-color:rgba(255,255,255,.10);
    box-shadow:inset 5px 0 0 var(--gold);
  }
}

@media (max-width:720px){
  .brand-text small{display:none}

  .brand-mark{
    width:46px;
    height:46px;
  }

  .site-header{
    padding:0 16px;
  }

  .home-hero,
  .page-hero{
    padding:48px 18px;
  }

  .home-hero h1,
  .page-hero h1{
    font-size:2.42rem;
    letter-spacing:-.05em;
  }

  .hero-positioning{
    font-size:1.28rem;
    letter-spacing:.04em;
    margin-bottom:18px;
  }

  .hero-actions{
    flex-direction:column;
  }

  .btn{
    width:100%;
  }

  .home-grid,
  .card-grid,
  .two-col{
    grid-template-columns:1fr;
  }

  .content-wrap{
    width:calc(100% - 26px);
    margin:34px auto 58px;
  }

  .site-footer{
    grid-template-columns:1fr;
  }

  .home-card{
    min-height:auto;
  }
}


/* NZSC v15: article and featured entry */
.latest-entry{
  margin-top:42px;
  margin-bottom:28px;
}

.featured-article-card{
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid var(--line);
  border-left:6px solid var(--gold);
  padding:28px;
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}

.featured-article-card h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.55rem,2.8vw,2.45rem);
  line-height:1.18;
  letter-spacing:-.035em;
}

.featured-article-card p{
  color:var(--muted);
  margin:0;
  max-width:940px;
}

.text-link{
  display:inline-flex;
  margin-top:18px;
  color:var(--gold);
  font-weight:900;
}

.article-page .article-hero h1{
  max-width:1100px;
}

.article-layout{
  width:min(980px,calc(100% - 40px));
}

.article-body{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.04));
  border:1px solid var(--line);
  padding:clamp(24px,4vw,46px);
  box-shadow:0 18px 48px rgba(0,0,0,.26);
}

.article-body h2{
  color:#fff;
  font-size:clamp(1.45rem,2.4vw,2.1rem);
  line-height:1.25;
  margin:2.1em 0 .7em;
  letter-spacing:-.025em;
}

.article-body h2:first-of-type{
  margin-top:0;
}

.article-body p{
  color:rgba(248,251,255,.84);
  margin:0 0 1.15em;
  font-size:1.04rem;
  line-height:1.95;
}

.article-body strong{
  color:#fff;
}

.article-meta{
  color:var(--muted-2)!important;
  font-size:.92rem!important;
  border-bottom:1px solid var(--line);
  padding-bottom:16px;
  margin-bottom:28px!important;
}

.article-factbox,
.source-box{
  margin:28px 0;
  padding:22px;
  border:1px solid rgba(242,200,75,.32);
  background:rgba(242,200,75,.08);
}

.article-factbox h3,
.source-box h2{
  margin:0 0 16px;
  color:#fff;
}

.article-factbox dl{
  margin:0;
  display:grid;
  gap:10px;
}

.article-factbox dl div{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:12px;
  border-bottom:1px solid rgba(255,255,255,.10);
  padding-bottom:10px;
}

.article-factbox dt{
  color:var(--gold);
  font-weight:900;
}

.article-factbox dd{
  margin:0;
  color:rgba(248,251,255,.84);
}

.source-box ul{
  margin:0;
  padding-left:1.2em;
}

.source-box li{
  color:rgba(248,251,255,.84);
  margin:.65em 0;
}

.source-box a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:4px;
}

@media (max-width:720px){
  .article-layout{
    width:calc(100% - 26px);
  }
  .article-body{
    padding:22px;
  }
  .article-factbox dl div{
    grid-template-columns:1fr;
    gap:3px;
  }
}


/* NZSC v16: article figures */
.article-figure{
  margin:26px 0 30px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.025));
  border:1px solid var(--line);
  padding:16px;
}

.article-figure img{
  display:block;
  width:100%;
  height:auto;
  background:#fff;
}

.article-figure figcaption{
  margin-top:12px;
  color:var(--muted);
  font-size:.96rem;
  line-height:1.75;
}

.article-figure--wide img{
  width:100%;
}

@media (max-width:720px){
  .article-figure{padding:12px;}
  .article-figure figcaption{font-size:.92rem;}
}


/* NZSC v17: dynamic latest articles on homepage */
.latest-dynamic-section{
  margin-top:44px;
}

.latest-article-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}

.latest-article-card,
.latest-placeholder{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-top:4px solid var(--blue);
  padding:22px;
  min-height:230px;
  box-shadow:0 16px 42px rgba(0,0,0,.24);
  transition:.18s transform,.18s border-color,.18s background;
}

.latest-article-card:hover{
  transform:translateY(-4px);
  border-color:rgba(47,159,227,.42);
  background:linear-gradient(180deg,rgba(0,114,188,.13),rgba(255,255,255,.035));
}

.latest-card-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:14px;
  color:var(--gold);
  font-size:.78rem;
  font-weight:900;
}

.latest-card-meta time{
  color:var(--muted-2);
  white-space:nowrap;
}

.latest-article-card h3,
.latest-placeholder h3{
  margin:0 0 12px;
  color:#fff;
  font-size:1.18rem;
  line-height:1.28;
}

.latest-article-card p,
.latest-placeholder p{
  margin:0;
  color:var(--muted);
  font-size:.96rem;
}

.latest-read-more{
  display:inline-flex;
  margin-top:16px;
  color:var(--gold);
  font-weight:900;
}

@media (max-width:1180px){
  .latest-article-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:820px){
  .latest-article-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:620px){
  .latest-article-grid{
    grid-template-columns:1fr;
  }
}


/* Legacy discussion landing styles */
.bbs-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:start;
}

.bbs-main{
  min-width:0;
}

.bbs-panel,
.bbs-side-card,
.bbs-board-card,
.bbs-topic-row{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.035));
  border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}

.bbs-panel{
  padding:26px;
  border-left:6px solid var(--gold);
  margin-bottom:42px;
}

.bbs-panel-head{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:12px;
}

.bbs-panel h2,
.bbs-side-card h2{
  margin:0 0 12px;
  color:#fff;
  line-height:1.2;
}

.bbs-panel p,
.bbs-side-card p,
.bbs-side-card li{
  color:var(--muted);
}

.bbs-badge,
.bbs-topic-tag{
  display:inline-flex;
  align-items:center;
  background:rgba(242,200,75,.14);
  border:1px solid rgba(242,200,75,.32);
  color:var(--gold);
  font-weight:900;
  font-size:.78rem;
  padding:4px 9px;
  white-space:nowrap;
}

.bbs-section{
  margin-bottom:48px;
}

.bbs-board-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.bbs-board-card{
  display:block;
  padding:23px;
  border-top:4px solid var(--blue);
  min-height:190px;
  transition:.18s transform,.18s border-color,.18s background;
}

.bbs-board-card:hover,
.bbs-topic-row:hover{
  transform:translateY(-4px);
  border-color:rgba(47,159,227,.42);
  background:linear-gradient(180deg,rgba(0,114,188,.13),rgba(255,255,255,.035));
}

.bbs-board-card span{
  color:var(--gold);
  font-weight:900;
  font-size:.82rem;
}

.bbs-board-card h3{
  margin:12px 0 10px;
  color:#fff;
  font-size:1.28rem;
}

.bbs-board-card p{
  margin:0;
  color:var(--muted);
}

.bbs-topic-list{
  display:grid;
  gap:14px;
}

.bbs-topic-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:22px;
  border-left:5px solid var(--blue);
  transition:.18s transform,.18s border-color,.18s background;
}

.bbs-topic-row h3{
  margin:10px 0 8px;
  color:#fff;
  font-size:1.22rem;
  line-height:1.32;
}

.bbs-topic-row p{
  margin:0;
  color:var(--muted);
}

.bbs-topic-row strong{
  color:var(--gold);
  white-space:nowrap;
}

.bbs-sidebar{
  display:grid;
  gap:18px;
  position:sticky;
  top:104px;
}

.bbs-side-card{
  padding:22px;
  border-top:4px solid var(--gold);
}

.bbs-side-card ul{
  margin:0;
  padding-left:1.15em;
}

.bbs-small{
  font-size:.92rem;
  color:var(--muted-2)!important;
}

@media (max-width:1080px){
  .bbs-layout{
    grid-template-columns:1fr;
  }
  .bbs-sidebar{
    position:static;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:860px){
  .bbs-board-grid,
  .bbs-sidebar{
    grid-template-columns:1fr;
  }
  .bbs-topic-row{
    grid-template-columns:1fr;
  }
}


/* NZSC v25: real forum landing */
.forum-landing{
  display:grid;
  gap:22px;
}

.forum-main-card,
.forum-info-card{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.035));
  border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}

.forum-main-card{
  padding:30px;
  border-left:6px solid var(--gold);
}

.forum-main-card h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.7rem,3vw,2.6rem);
  line-height:1.15;
}

.forum-main-card p{
  color:var(--muted);
}

.forum-url{
  font-size:1.2rem;
  font-weight:900;
  word-break:break-all;
}

.forum-url a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:5px;
}

.forum-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.forum-info-card{
  padding:24px;
  border-top:4px solid var(--blue);
}

.forum-info-card h3{
  margin:0 0 12px;
  color:#fff;
}

.forum-info-card ul{
  margin:0;
  padding-left:1.15em;
}

.forum-info-card li{
  color:var(--muted);
  margin:.45em 0;
}

@media (max-width:900px){
  .forum-grid{
    grid-template-columns:1fr;
  }
}

/* NZSC v27: handbook page */
.handbook-page .featured-article-card{
  max-width:980px;
  margin:0 auto 24px;
}


/* NZSC v28: parent must-read inline diagrams */
.guide-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:12px;
  align-items:stretch;
  margin:28px 0 34px;
}

.guide-step,
.term-card,
.sample-sheet,
.compare-box,
.checklist-box{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.035));
  border:1px solid var(--line);
  box-shadow:0 14px 36px rgba(0,0,0,.22);
}

.guide-step{
  padding:22px;
  border-top:4px solid var(--blue);
}

.guide-step span{
  display:inline-flex;
  color:var(--gold);
  font-weight:900;
  font-size:.9rem;
  margin-bottom:10px;
}

.guide-step h3,
.term-card h3,
.compare-box h3,
.checklist-box h3{
  margin:0 0 10px;
  color:#fff;
}

.guide-step p,
.term-card p,
.sample-sheet p,
.compare-box p,
.checklist-box li{
  color:var(--muted);
  margin:0;
}

.guide-arrow{
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:1.8rem;
  font-weight:900;
}

.term-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:26px 0 30px;
}

.term-card{
  padding:20px;
  border-left:4px solid var(--blue);
}

.sample-sheet{
  margin:26px 0 30px;
  padding:18px;
  overflow-x:auto;
}

.sample-title{
  color:var(--gold);
  font-weight:900;
  margin-bottom:12px;
}

.sample-row{
  display:grid;
  grid-template-columns:1.4fr .7fr .7fr 1fr .9fr;
  gap:10px;
  min-width:720px;
  border-bottom:1px solid var(--line);
  padding:10px 0;
  color:var(--muted);
}

.sample-head{
  color:#fff;
  font-weight:900;
}

.compare-box{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin:26px 0 30px;
}

.compare-box > div{
  padding:22px;
}

.compare-box > div:first-child{
  border-right:1px solid var(--line);
}

.checklist-box{
  margin:28px 0 34px;
  padding:24px;
  border-left:6px solid var(--gold);
}

.checklist-box ul{
  margin:0;
  padding-left:1.2em;
}

@media (max-width:850px){
  .guide-flow{
    grid-template-columns:1fr;
  }

  .guide-arrow{
    transform:rotate(90deg);
    min-height:26px;
  }

  .term-grid,
  .compare-box{
    grid-template-columns:1fr;
  }

  .compare-box > div:first-child{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
}


/* NZSC v30: footer official links */
.site-footer{
  grid-template-columns:minmax(220px,.8fr) minmax(300px,1.15fr) minmax(280px,1fr);
}

.footer-official-links strong{
  display:block;
  margin-bottom:10px;
}

.footer-link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 14px;
}

.footer-link-grid a{
  color:rgba(255,255,255,.78);
  font-weight:800;
  font-size:.92rem;
  line-height:1.35;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.14);
  padding-bottom:5px;
}

.footer-link-grid a:hover{
  color:var(--gold);
  border-bottom-color:var(--gold);
}

@media (max-width:980px){
  .site-footer{
    grid-template-columns:1fr;
  }

  .footer-link-grid{
    grid-template-columns:1fr;
  }
}


/* NZSC v31: GoatCounter stats */
.footer-stats-link{
  display:inline-flex;
  margin-top:6px;
  color:var(--gold);
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
}

.stats-layout{
  display:grid;
  gap:22px;
}

.stats-main-card,
.stats-info-card{
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.035));
  border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}

.stats-main-card{
  padding:30px;
  border-left:6px solid var(--gold);
}

.stats-main-card h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.7rem,3vw,2.6rem);
  line-height:1.15;
}

.stats-main-card p{
  color:var(--muted);
}

.stats-url{
  font-size:1.2rem;
  font-weight:900;
  word-break:break-all;
}

.stats-url a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:5px;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.stats-info-card{
  padding:24px;
  border-top:4px solid var(--blue);
}

.stats-info-card h3{
  margin:0 0 12px;
  color:#fff;
}

.stats-info-card ul{
  margin:0;
  padding-left:1.15em;
}

.stats-info-card li{
  color:var(--muted);
  margin:.45em 0;
}

@media (max-width:900px){
  .stats-grid{
    grid-template-columns:1fr;
  }
}

/* NZSC v38: make every clickable technique card show a clear read-more cue */
.card-grid a.info-card{
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  text-decoration: none;
}
.card-grid a.info-card .card-read-more{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .02em;
}
.card-grid a.info-card:hover .card-read-more{
  transform: translateX(4px);
}

/* NZSC v39: unified read-more cues across homepage, handbook, news, clubs, industry and technique cards */
.featured-article-card,
.latest-article-card,
.card-grid a.info-card{
  display:flex;
  flex-direction:column;
}

.featured-article-card,
.latest-article-card,
.card-grid a.info-card{
  transition:.18s transform,.18s border-color,.18s background;
}

.featured-article-card:hover,
.latest-article-card:hover,
.card-grid a.info-card:hover{
  transform:translateY(-4px);
}

.featured-article-card .article-read-more,
.latest-article-card .article-read-more,
.card-grid a.info-card .article-read-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  margin-top:18px;
  color:var(--gold);
  font-weight:900;
  letter-spacing:.02em;
  text-decoration:none;
  transition:.18s transform,.18s color;
}

.latest-article-card .article-read-more,
.card-grid a.info-card .article-read-more{
  margin-top:auto;
  padding-top:18px;
}

.featured-article-card:hover .article-read-more,
.latest-article-card:hover .article-read-more,
.card-grid a.info-card:hover .article-read-more,
.article-read-more:hover{
  transform:translateX(4px);
  color:#ffe187;
}


/* NZSC v41: parent contribution long-form reading page */
.essay-page .essay-layout{
  width:min(920px,calc(100% - 40px));
}

.essay-page .essay-body{
  padding:clamp(30px,5vw,62px);
  background:linear-gradient(180deg,rgba(255,255,255,.092),rgba(255,255,255,.045));
}

.essay-page .essay-body p:not(.article-meta){
  font-size:clamp(1.10rem,1.25vw,1.22rem);
  line-height:2.12;
  margin-bottom:1.42em;
  color:rgba(248,251,255,.91);
}

.editor-note,
.submission-call{
  margin:26px 0 34px;
  padding:22px 24px;
  border:1px solid rgba(242,200,75,.34);
  background:rgba(242,200,75,.08);
  color:rgba(248,251,255,.90);
  line-height:1.9;
}

.editor-note a,
.submission-call a{
  color:var(--gold);
  font-weight:900;
}

.submission-call{
  margin-top:42px;
}

.submission-call h2{
  margin-top:0;
}

.submission-feature-card{
  border-left-color:var(--blue);
}

@media (max-width:720px){
  .essay-page .essay-layout{
    width:calc(100% - 24px);
  }

  .essay-page .essay-body{
    padding:24px 18px;
  }

  .essay-page .essay-body p:not(.article-meta){
    font-size:1.08rem;
    line-height:2.02;
  }
}


/* NZSC v44: restrained real-photo figures for parent contribution */
.essay-figure{
  margin:34px auto 38px;
  padding:12px;
  border-radius:24px;
  border:1px solid rgba(143,217,255,.28);
  background:linear-gradient(180deg,rgba(143,217,255,.10),rgba(255,255,255,.035));
  box-shadow:0 18px 46px rgba(0,0,0,.20);
}

.essay-figure img{
  border-radius:18px;
  background:#07172f;
}

.essay-figure figcaption{
  padding:0 4px 2px;
  color:rgba(234,246,255,.82);
  font-size:1rem;
}

@media (max-width:720px){
  .essay-figure{
    margin:26px 0 30px;
    padding:9px;
    border-radius:18px;
  }
  .essay-figure img{border-radius:14px;}
}


/* NZSC v44: restrained real-photo figures for parent contribution */
.essay-figure--photo{
  margin:36px auto 42px;
  padding:12px;
  border-radius:24px;
  border:1px solid rgba(143,217,255,.24);
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  box-shadow:0 18px 46px rgba(0,0,0,.20);
}

.essay-figure--photo img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
  object-fit:cover;
}

.essay-figure--photo figcaption{
  margin-top:11px;
  padding:0 4px 2px;
  color:rgba(234,246,255,.82);
  font-size:.96rem;
  line-height:1.75;
}

.essay-figure--photo figcaption .credit{
  color:rgba(234,246,255,.56);
}

@media (max-width:720px){
  .essay-figure--photo{
    margin:28px 0 32px;
    padding:9px;
    border-radius:18px;
  }
  .essay-figure--photo img{border-radius:14px;}
  .essay-figure--photo figcaption{font-size:.90rem;}
}


.footer-admin-tools{
  display:inline-flex;
  margin-top:8px;
}

.footer-admin-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(143,217,255,.28);
  border-radius:999px;
  padding:6px 12px;
  color:rgba(234,246,255,.82);
  background:rgba(255,255,255,.06);
  font-size:.9rem;
  font-weight:700;
}

.footer-admin-link:hover{
  color:#fff;
  background:rgba(143,217,255,.14);
}

/* NZSC v52: internal discussion area */
.discussion-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  align-items:start;
}

.discussion-board,
.discussion-compose-card,
.discussion-thread-main,
.discussion-replies{
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.036));
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}

.discussion-board{
  padding:28px;
  min-width:0;
}

.discussion-compose-card{
  padding:24px;
  position:sticky;
  top:104px;
}

.discussion-compose-card h2,
.discussion-thread-main h2,
.discussion-replies h2{
  margin:0 0 12px;
  color:#fff;
  line-height:1.25;
}

.discussion-compose-card p,
.discussion-thread-main p,
.discussion-replies p{
  color:var(--muted);
}

.discussion-category-filter{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:22px 0 24px;
}

.discussion-chip{
  border:1px solid rgba(143,217,255,.28);
  border-radius:999px;
  padding:8px 14px;
  background:rgba(255,255,255,.06);
  color:rgba(234,246,255,.88);
  font:inherit;
  font-weight:800;
  cursor:pointer;
}

.discussion-chip.active,
.discussion-chip:hover{
  background:linear-gradient(135deg,#87ddff,#48b8f4);
  color:#05223c;
}

.discussion-post-list{
  display:grid;
  gap:16px;
}

.discussion-post-card,
.discussion-empty,
.discussion-reply-item{
  border:1px solid rgba(143,217,255,.18);
  border-radius:22px;
  background:rgba(255,255,255,.062);
  padding:20px;
}

.discussion-post-card h3{
  margin:10px 0 8px;
  font-size:1.22rem;
  line-height:1.34;
}

.discussion-post-card h3 a{
  color:#fff;
}

.discussion-post-card p,
.discussion-empty p{
  margin:0;
  color:var(--muted);
}

.discussion-post-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:rgba(234,246,255,.62);
  font-size:.92rem;
}

.discussion-post-meta span:first-child{
  color:var(--gold);
  font-weight:900;
}

.discussion-post-foot{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-top:16px;
  color:rgba(234,246,255,.62);
  font-size:.94rem;
}

.discussion-post-foot a{
  color:var(--gold);
  font-weight:900;
}

.discussion-form{
  display:grid;
  gap:15px;
}

.discussion-form label{
  display:grid;
  gap:7px;
  color:rgba(234,246,255,.88);
  font-weight:700;
}

.discussion-form input,
.discussion-form textarea,
.discussion-form select{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(143,217,255,.22);
  border-radius:16px;
  background:rgba(244,251,255,.96);
  color:#07223d;
  padding:12px 14px;
  font:inherit;
  line-height:1.55;
  outline:none;
}

.discussion-form textarea{
  resize:vertical;
  min-height:130px;
}

.discussion-form input:focus,
.discussion-form textarea:focus,
.discussion-form select:focus{
  border-color:rgba(113,208,255,.88);
  box-shadow:0 0 0 4px rgba(113,208,255,.16);
}

.discussion-form button{
  justify-self:start;
  border:0;
  border-radius:999px;
  padding:12px 22px;
  background:linear-gradient(135deg,#87ddff,#48b8f4);
  color:#05223c;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}

.discussion-status{
  margin:0;
  color:rgba(234,246,255,.66)!important;
  font-size:.94rem;
}

.discussion-status.is-ok{color:#c9ffe5!important;}
.discussion-status.is-error{color:#ffd0d0!important;}

.discussion-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.discussion-thread-layout{
  max-width:980px;
}

.discussion-thread-main,
.discussion-replies,
.discussion-reply-card{
  padding:28px;
  margin-top:20px;
}

.discussion-body p{
  margin:0 0 1em;
  color:rgba(244,251,255,.92);
  line-height:1.92;
}

.discussion-replies{
  display:grid;
  gap:14px;
}

.discussion-replies h2{
  margin-bottom:2px;
}

@media (max-width:1080px){
  .discussion-layout{
    grid-template-columns:1fr;
  }
  .discussion-compose-card{
    position:static;
  }
}

@media (max-width:720px){
  .discussion-board,
  .discussion-compose-card,
  .discussion-thread-main,
  .discussion-replies,
  .discussion-reply-card{
    padding:20px;
    border-radius:22px;
  }
  .discussion-form button{
    width:100%;
  }
}


.site-admin-contact-entry{
  margin-top:22px;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(143,217,255,.18);
  background:rgba(4,28,51,.34);
  box-shadow:0 16px 36px rgba(0,0,0,.16);
}

.site-admin-contact-entry h2{
  margin:0 0 8px;
}

.site-admin-contact-entry p{
  max-width:760px;
}

/* NZSC v60: mobile layout safety fixes */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

img, svg, video, iframe, canvas{
  max-width:100%;
  height:auto;
}

.site-header{
  width:100%;
}

.brand{
  min-width:0;
  flex:1 1 auto;
}

.brand-text{
  min-width:0;
}

.brand-text strong,
.brand-text small{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.site-nav a{
  overflow-wrap:anywhere;
}

.article-body,
.article-body p,
.article-body li,
.reader-comment-body,
.discussion-thread-body,
.discussion-post-body,
.card,
.panel,
.content-wrap{
  overflow-wrap:anywhere;
  word-break:normal;
}

.table-wrap,
.stats-table-wrap,
.report-table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

@media (max-width:1040px){
  .site-header{
    align-items:center;
    min-height:68px;
    padding:0 14px;
  }

  .menu-toggle{
    flex:0 0 auto;
    min-height:42px;
  }

  .site-nav{
    left:12px;
    right:12px;
    top:68px;
    max-height:calc(100vh - 84px);
    border-radius:14px;
    overflow-y:auto;
    overscroll-behavior:contain;
  }

  .site-nav a{
    min-height:46px;
    white-space:normal;
    line-height:1.45;
  }
}

@media (max-width:720px){
  .brand-mark{
    width:42px;
    height:42px;
    font-size:.78rem;
  }

  .brand-text strong{
    font-size:.92rem;
    letter-spacing:.02em;
  }

  .home-hero,
  .page-hero{
    min-height:auto;
    padding:42px 16px;
  }

  .home-hero h1,
  .page-hero h1{
    font-size:clamp(2rem,11vw,2.55rem);
    line-height:1.08;
  }

  .hero-positioning{
    font-size:clamp(1.15rem,6vw,1.55rem);
    letter-spacing:.04em;
    margin-bottom:18px;
  }

  .content-wrap,
  .article-wrap,
  .discussion-shell,
  .admin-shell{
    width:calc(100% - 24px);
    margin-left:auto;
    margin-right:auto;
  }

  .latest-article-grid,
  .card-grid,
  .home-grid,
  .two-col,
  .feature-grid,
  .resource-grid,
  .discussion-grid,
  .admin-grid{
    grid-template-columns:1fr!important;
  }

  .site-footer{
    padding-left:16px;
    padding-right:16px;
  }

  .footer-link-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:390px){
  .site-header{
    padding:0 10px;
  }

  .brand{
    gap:9px;
  }

  .brand-mark{
    width:38px;
    height:38px;
    font-size:.72rem;
  }

  .brand-text strong{
    font-size:.84rem;
    max-width:150px;
  }

  .menu-toggle{
    padding:8px 11px;
    font-size:.86rem;
  }
}


/* v62: 一级栏目顶部模块泳池背景，只作用于一级页面，不影响首页、文章页和二级页 */
.page-hero.pool-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(3,12,22,.78) 0%,rgba(3,12,22,.54) 34%,rgba(3,12,22,.16) 68%,rgba(3,12,22,.04) 100%),
    url('/assets/images/section-pool-hero-bg.jpg') center center / cover no-repeat;
  border-bottom:5px solid var(--gold);
}

.page-hero.pool-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0) 46%,rgba(0,30,58,.10));
  pointer-events:none;
}

.page-hero.pool-hero .hero-inner{
  position:relative;
  z-index:1;
}

.page-hero.pool-hero h1{
  text-shadow:0 8px 24px rgba(0,0,0,.34);
}

.page-hero.pool-hero .hero-lead{
  max-width:980px;
  text-shadow:0 5px 18px rgba(0,0,0,.34);
}

@media (max-width:720px){
  .page-hero.pool-hero{
    background:
      linear-gradient(90deg,rgba(3,12,22,.82) 0%,rgba(3,12,22,.56) 56%,rgba(3,12,22,.20) 100%),
      url('/assets/images/section-pool-hero-bg.jpg') center center / cover no-repeat;
  }
}


/* NZSC v66: article tables for official lists and club distribution */
.article-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:18px 0 28px;
  color:rgba(248,251,255,.88);
  font-size:.96rem;
  line-height:1.65;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  overflow:hidden;
}
.article-table th,
.article-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  vertical-align:top;
}
.article-table tr:last-child td{
  border-bottom:0;
}
.article-table th{
  color:#fff;
  text-align:left;
  background:rgba(242,200,75,.12);
  font-weight:900;
}
.article-table td:first-child{
  color:#fff;
  font-weight:800;
}
.article-note{
  color:var(--muted-2)!important;
  font-size:.94rem!important;
}


/* NZSC v68: competition levels series */
.series-return a{
  color:var(--gold);
  font-weight:900;
  text-decoration:none;
}
.series-pathway-card{
  display:grid;
  gap:14px;
  margin:26px 0 28px;
  padding:24px;
  border:1px solid rgba(242,200,75,.30);
  background:linear-gradient(135deg,rgba(242,200,75,.12),rgba(255,255,255,.055));
  box-shadow:0 18px 36px rgba(0,0,0,.20);
}
.series-pathway-card div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.series-pathway-card div:last-child{border-bottom:0;padding-bottom:0;}
.series-pathway-card strong{color:var(--gold);}
.series-pathway-card span{color:rgba(248,251,255,.86);line-height:1.75;}
.series-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:28px 0 34px;
}
.series-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:100%;
  padding:24px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:inherit;
  text-decoration:none;
  transition:.18s transform,.18s border-color,.18s background;
}
.series-card:hover{
  transform:translateY(-4px);
  border-color:rgba(242,200,75,.44);
  background:rgba(255,255,255,.085);
}
.series-number{
  width:fit-content;
  padding:7px 12px;
  border-radius:999px;
  color:#0b2540;
  background:var(--gold);
  font-weight:900;
  font-size:.86rem;
}
.series-card h3{margin:0;color:#fff;font-size:1.22rem;line-height:1.45;}
.series-card p{margin:0;color:rgba(248,251,255,.78);line-height:1.78;}
.series-card .card-read-more{
  margin-top:auto;
  color:var(--gold);
  font-weight:900;
}
.series-nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:36px 0 0;
}
.series-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  padding:16px;
  text-align:center;
  border:1px solid rgba(242,200,75,.30);
  background:rgba(242,200,75,.08);
  color:var(--gold);
  font-weight:900;
  text-decoration:none;
}
.series-nav a:hover{background:rgba(242,200,75,.14);}
@media (max-width:760px){
  .series-grid{grid-template-columns:1fr;}
  .series-pathway-card div{grid-template-columns:1fr;gap:6px;}
  .series-nav{grid-template-columns:1fr;}
}


/* NZSC v69: mobile audit hardening */
.article-table{
  max-width:100%;
}
.source-box a,
.article-body a,
.series-card h3,
.series-card p{
  overflow-wrap:anywhere;
}
@media (max-width:720px){
  .article-table{
    display:block;
    width:100%;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    white-space:normal;
  }
  .article-table thead,
  .article-table tbody{
    display:table;
    min-width:680px;
  }
  .article-table th,
  .article-table td{
    padding:10px 12px;
    font-size:.92rem;
  }
  .source-box{
    padding:18px;
  }
  .series-card{
    padding:20px;
  }
  .series-pathway-card{
    padding:20px;
  }
}

/* NZSC v72: compact handbook article list + homepage latest limited to one 5-card row on desktop */
.handbook-page .handbook-card-grid{
  margin-top:18px;
}

.handbook-page .handbook-card-grid .info-card{
  min-height:235px;
  padding:24px 26px;
}

.handbook-page .handbook-card-grid .info-card h3{
  font-size:clamp(1.26rem,1.7vw,1.72rem);
  line-height:1.22;
}

.handbook-page .handbook-card-grid .info-card p{
  font-size:1rem;
  line-height:1.78;
}

.home .latest-article-card{
  padding:18px 16px;
  min-height:255px;
}

.home .latest-article-card h3{
  font-size:1.02rem;
  line-height:1.30;
}

.home .latest-article-card p{
  font-size:.88rem;
  line-height:1.72;
}

.home .latest-card-meta{
  gap:8px;
  align-items:flex-start;
  flex-wrap:wrap;
}

@media (min-width:721px){
  .handbook-page .handbook-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .home .latest-article-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:14px;
  }
}

/* NZSC v75: clean home hero brand-positioning slogan */
.home-hero .eyebrow,
.hero-home .eyebrow,
body.home .hero .eyebrow,
body.home-page .hero .eyebrow{
  display:inline-flex;
  width:fit-content;
  color:#ffd84f;
  font-size:clamp(1.08rem,1.75vw,1.72rem);
  font-weight:950;
  letter-spacing:.12em;
  line-height:1.1;
  text-transform:none;
  text-shadow:0 0 18px rgba(255,216,79,.22);
  margin-bottom:22px;
  padding-bottom:10px;
  border-bottom:3px solid rgba(255,216,79,.86);
}

/* remove the decorative trailing line after the four-word slogan */
.home-hero .eyebrow::after,
.hero-home .eyebrow::after,
body.home .hero .eyebrow::after,
body.home-page .hero .eyebrow::after{
  content:none;
}

@media (max-width:720px){
  .home-hero .eyebrow,
  .hero-home .eyebrow,
  body.home .hero .eyebrow,
  body.home-page .hero .eyebrow{
    font-size:1.02rem;
    letter-spacing:.08em;
    margin-bottom:16px;
    padding-bottom:8px;
    border-bottom-width:2px;
  }
}

/* NZSC v76: unified first-level article card grids */
.page-article-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 22px;
  margin-top:18px;
}

.page-article-grid .info-card{
  padding:22px 24px;
  min-height:176px;
  border-left:5px solid var(--blue);
}

.page-article-grid .info-card .eyebrow{
  margin:0 0 10px;
  font-size:.78rem;
  line-height:1.15;
  letter-spacing:.12em;
}

.page-article-grid .info-card h3{
  font-size:clamp(1.12rem,1.52vw,1.46rem);
  line-height:1.22;
  margin:0 0 12px;
  letter-spacing:-.025em;
}

.page-article-grid .info-card p:not(.eyebrow){
  font-size:clamp(.96rem,1.04vw,1.05rem);
  line-height:1.68;
}

.page-article-grid .info-card .article-read-more{
  padding-top:14px;
}

@media (max-width:720px){
  .page-article-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .page-article-grid .info-card{
    padding:20px 18px;
    min-height:0;
  }
}

/* NZSC v80: tech suit buying guide callout */
.article-callout{
  margin:24px 0 30px;
  padding:22px 24px;
  border:1px solid rgba(242,200,75,.38);
  background:linear-gradient(135deg,rgba(242,200,75,.14),rgba(255,255,255,.045));
  color:rgba(248,251,255,.88);
  font-size:1.03rem;
  line-height:1.9;
}
.article-callout strong{color:#fff;}
.article-body a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:4px;
}
.article-body a:hover{color:#fff;}
.article-figure img[src^="https://"]{
  object-fit:contain;
  max-height:620px;
}

/* NZSC v84: hero mini Facebook button + discussion entry cards */
.hero-mini-facebook-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(62,165,255,.95) 0%,rgba(25,116,232,.95) 55%,rgba(11,88,201,.95) 100%);
  border:1px solid rgba(158,212,255,.45);
  color:#fff;
  font-weight:700;
  font-size:.95rem;
  box-shadow:0 10px 24px rgba(11,88,201,.25);
}

.hero-mini-facebook-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(11,88,201,.30);
}

.community-entry-section{
  margin-top:34px;
  margin-bottom:34px;
}

.community-entry-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.community-entry-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 100% 0%,rgba(47,159,227,.20),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  box-shadow:0 22px 54px rgba(0,0,0,.28);
}

.community-entry-card::before{
  content:"";
  position:absolute;
  inset:auto -70px -80px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.12),rgba(255,255,255,0) 68%);
  pointer-events:none;
}

.community-entry-badge{
  width:96px;
  height:96px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    0 16px 28px rgba(0,0,0,.28);
}

.community-entry-badge span{
  color:#fff;
  font-weight:900;
  letter-spacing:-.04em;
  line-height:1;
}

.facebook-badge{
  background:linear-gradient(180deg,#3ea5ff 0%,#1974e8 54%,#0b58c9 100%);
  border:1px solid rgba(255,255,255,.22);
}

.facebook-badge span{
  font-family:Arial,Helvetica,sans-serif;
  font-size:4rem;
  transform:translateY(2px);
}

.forum-badge{
  background:linear-gradient(180deg,#3e4e7d 0%,#26375e 52%,#1b2746 100%);
  border:1px solid rgba(255,255,255,.18);
}

.forum-badge span{
  font-size:1.08rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.community-entry-copy,
.community-entry-card .community-entry-copy{
  position:relative;
  z-index:1;
}

.community-entry-copy h2,
.community-entry-card h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(1.5rem,2.5vw,2.15rem);
  line-height:1.18;
  letter-spacing:-.035em;
}

.community-entry-copy p,
.community-entry-card p{
  color:var(--muted);
}

.community-entry-copy > p:last-child{
  margin:0;
}

.facebook-pill-link,
.forum-pill-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  white-space:nowrap;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.01em;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.facebook-pill-link{
  color:#fff;
  border:1px solid rgba(122,196,255,.55);
  background:linear-gradient(180deg,#3ea5ff 0%,#1974e8 54%,#0b58c9 100%);
  box-shadow:0 12px 24px rgba(11,88,201,.28);
}

.forum-pill-link{
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}

.facebook-pill-link:hover,
.forum-pill-link:hover{
  transform:translateY(-2px);
}

.discussion-community-entry .community-entry-card{
  min-height:100%;
}

.discussion-community-entry .forum-entry-card{
  background:
    radial-gradient(circle at 100% 0%,rgba(86,121,181,.20),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.042));
}

.discussion-community-entry .facebook-entry-card{
  background:
    radial-gradient(circle at 100% 0%,rgba(47,159,227,.24),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
}

@media (max-width:900px){
  .community-entry-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .hero-actions .hero-mini-facebook-btn{
    min-height:40px;
    padding:0 16px;
    font-size:.92rem;
  }

  .community-entry-section{
    margin-top:28px;
    margin-bottom:28px;
  }

  .community-entry-card{
    grid-template-columns:1fr;
    gap:18px;
    padding:22px;
    border-radius:24px;
  }

  .community-entry-badge{
    width:82px;
    height:82px;
  }

  .facebook-badge span{
    font-size:3.3rem;
  }

  .facebook-pill-link,
  .forum-pill-link{
    width:100%;
  }
}


/* NZSC v85: homepage small Facebook button; discussion page keeps large community cards */
.hero-actions .hero-mini-facebook-btn{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  font-size:.96rem;
  font-weight:800;
  color:#fff;
  border:1px solid rgba(122,196,255,.72);
  background:linear-gradient(180deg,#3ea5ff 0%,#1974e8 56%,#0b58c9 100%);
  box-shadow:0 10px 22px rgba(11,88,201,.28);
}

.hero-actions .hero-mini-facebook-btn::before{
  content:"f";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  margin-right:8px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  line-height:1;
}

.hero-actions .hero-mini-facebook-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.86);
}

.home-community-entry{
  display:none !important;
}

.discussion-community-entry .community-entry-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.discussion-community-entry .community-entry-card{
  min-height:270px;
  padding:32px;
  border-radius:32px;
}

.discussion-community-entry .community-entry-badge{
  width:104px;
  height:104px;
}

.discussion-community-entry .facebook-badge span{
  font-size:4.3rem;
}

.discussion-community-entry .community-entry-copy h2{
  font-size:clamp(1.65rem,2.5vw,2.25rem);
}

@media (max-width:900px){
  .discussion-community-entry .community-entry-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .hero-actions .hero-mini-facebook-btn{
    width:auto;
    min-height:44px;
    padding:0 16px;
  }

  .discussion-community-entry .community-entry-card{
    min-height:0;
    padding:24px;
    border-radius:26px;
  }

  .discussion-community-entry .community-entry-badge{
    width:84px;
    height:84px;
  }

  .discussion-community-entry .facebook-badge span{
    font-size:3.4rem;
  }
}


/* NZSC v87: homepage latest articles fixed to five cards */
.home-page .latest-article-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.latest-more-actions{
  display:flex;
  justify-content:center;
  margin-top:24px;
}

.latest-more-btn{
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
}

@media (max-width:1180px){
  .home-page .latest-article-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:820px){
  .home-page .latest-article-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:560px){
  .home-page .latest-article-grid{
    grid-template-columns:1fr;
  }

  .latest-more-actions{
    justify-content:stretch;
  }

  .latest-more-btn{
    width:100%;
  }
}


/* NZSC v88: bilingual email template readability */
.article-body blockquote{
  margin:22px 0;
  padding:16px 20px;
  border-left:4px solid var(--gold);
  background:rgba(255,255,255,.06);
  color:rgba(248,251,255,.9);
}
.article-body blockquote p{
  margin:0 0 10px;
}
.article-body blockquote p:last-child{
  margin-bottom:0;
}


/* NZSC v89: handbook categorized manual layout */
.handbook-hero.manual-hero{
  width:min(1180px,calc(100% - 40px));
  margin:32px auto 0;
  padding:34px;
  border-radius:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:26px;
  align-items:end;
  background:
    radial-gradient(circle at 92% 15%,rgba(242,200,75,.22),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.manual-hero-copy h1{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.12;
  letter-spacing:-.05em;
}
.manual-hero-note{
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
}
.manual-hero-note strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:1.06rem;
}
.manual-hero-note span{
  color:var(--muted);
  line-height:1.75;
}
.compact-section-head{
  margin-bottom:18px;
}
.handbook-step-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.handbook-step-card{
  display:block;
  padding:22px;
  border-radius:24px;
  text-decoration:none;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.handbook-step-card:hover{
  transform:translateY(-2px);
  border-color:rgba(242,200,75,.38);
}
.step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:14px;
  border-radius:50%;
  color:#102038;
  background:var(--gold);
  font-weight:900;
  letter-spacing:-.04em;
}
.handbook-step-card strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:1.18rem;
}
.handbook-step-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.handbook-manual-layout{
  display:grid;
  gap:26px;
}
.handbook-category-block{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:28px;
  padding:28px;
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.038));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 48px rgba(0,0,0,.20);
}
.handbook-category-head h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.35rem,2.2vw,2rem);
  line-height:1.2;
  letter-spacing:-.035em;
}
.handbook-category-head p:not(.eyebrow){
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.handbook-link-list{
  display:grid;
  gap:12px;
}
.handbook-link-row{
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  gap:14px 18px;
  align-items:start;
  padding:18px 20px;
  border-radius:20px;
  text-decoration:none;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
}
.handbook-link-row::after{
  content:"→";
  grid-column:2;
  justify-self:end;
  margin-top:-28px;
  color:var(--gold);
  font-weight:900;
}
.handbook-link-row:hover{
  transform:translateX(3px);
  border-color:rgba(242,200,75,.34);
  background:rgba(255,255,255,.075);
}
.row-kicker{
  color:var(--gold);
  font-weight:800;
  font-size:.86rem;
  letter-spacing:.08em;
}
.handbook-link-row strong{
  color:#fff;
  line-height:1.45;
  padding-right:32px;
}
.handbook-link-row em{
  grid-column:2;
  color:var(--muted);
  font-style:normal;
  line-height:1.65;
}
.featured-row{
  background:linear-gradient(90deg,rgba(242,200,75,.12),rgba(255,255,255,.055));
  border-color:rgba(242,200,75,.22);
}
.series-directory{
  display:grid;
  gap:14px;
}
.series-main-link{
  display:block;
  padding:20px 22px;
  border-radius:22px;
  text-decoration:none;
  background:linear-gradient(90deg,rgba(242,200,75,.14),rgba(255,255,255,.055));
  border:1px solid rgba(242,200,75,.25);
}
.series-main-link span{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-weight:800;
  letter-spacing:.08em;
  font-size:.86rem;
}
.series-main-link strong{
  color:#fff;
  line-height:1.45;
}
.series-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.series-list a{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:13px 16px;
  border-radius:16px;
  text-decoration:none;
  color:rgba(248,251,255,.88);
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.09);
}
.series-list a:hover{
  border-color:rgba(242,200,75,.30);
  background:rgba(255,255,255,.07);
}
.series-list span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  color:#102038;
  background:rgba(242,200,75,.92);
  font-weight:900;
  font-size:.86rem;
}
@media (max-width:980px){
  .handbook-hero.manual-hero,
  .handbook-category-block{
    grid-template-columns:1fr;
  }
  .manual-hero-note{
    max-width:none;
  }
  .handbook-step-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .handbook-hero.manual-hero{
    width:min(100% - 28px,1180px);
    padding:24px;
    border-radius:26px;
  }
  .handbook-category-block{
    padding:22px;
    border-radius:24px;
  }
  .handbook-link-row{
    grid-template-columns:1fr;
  }
  .handbook-link-row strong,
  .handbook-link-row em,
  .handbook-link-row::after{
    grid-column:1;
  }
  .handbook-link-row::after{
    margin-top:0;
    justify-self:start;
  }
}


/* NZSC v90: real second-level handbook category pages */
.handbook-index-v90 .handbook-category-home{
  margin-top:28px;
}

.handbook-category-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.handbook-category-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:280px;
  padding:26px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at top left, rgba(64,180,255,.18), transparent 42%),
    rgba(3,22,42,.72);
  box-shadow:0 22px 60px rgba(0,0,0,.26);
  text-decoration:none;
  color:inherit;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.handbook-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,214,107,.42);
  background:
    radial-gradient(circle at top left, rgba(255,214,107,.16), transparent 42%),
    rgba(4,32,58,.82);
}

.handbook-category-card > span{
  color:var(--gold);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}

.handbook-category-card h2{
  margin:0;
  font-size:1.42rem;
}

.handbook-category-card p{
  margin:0;
  color:rgba(248,251,255,.78);
  line-height:1.75;
}

.category-preview-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
}

.category-preview-links a{
  color:rgba(248,251,255,.88);
  text-decoration:none;
  font-size:.95rem;
  line-height:1.45;
}

.category-preview-links a:hover{
  color:var(--gold);
}

.category-enter{
  color:var(--gold);
  margin-top:6px;
}

.handbook-category-hero .hero-back-link{
  margin-top:18px;
}

.handbook-category-hero .hero-back-link a{
  color:var(--gold);
  text-decoration:none;
  font-weight:800;
}

.handbook-two-column{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.handbook-category-nav{
  position:sticky;
  top:96px;
  padding:20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:rgba(3,22,42,.72);
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}

.handbook-category-nav strong{
  display:block;
  margin-bottom:14px;
  color:var(--gold);
}

.handbook-category-nav a{
  display:block;
  padding:11px 12px;
  margin:4px 0;
  border-radius:14px;
  color:rgba(248,251,255,.82);
  text-decoration:none;
  font-size:.94rem;
  line-height:1.35;
}

.handbook-category-nav a:hover,
.handbook-category-nav a.active{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.handbook-category-content{
  min-width:0;
}

.handbook-category-intro{
  padding:24px 26px;
  margin-bottom:20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(255,255,255,.06);
}

.handbook-category-intro h2{
  margin:6px 0 10px;
}

.handbook-category-intro p{
  margin:0;
  color:rgba(248,251,255,.78);
  line-height:1.8;
}

.category-page-list .handbook-link-row{
  padding:20px 22px;
}

.category-page-list .handbook-link-row.compact-row{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  column-gap:16px;
  align-items:start;
}

.category-page-list .handbook-link-row.compact-row .row-kicker{
  grid-row:1 / span 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,214,107,.14);
  color:var(--gold);
}

@media (max-width:980px){
  .handbook-category-card-grid{
    grid-template-columns:1fr;
  }

  .handbook-two-column{
    grid-template-columns:1fr;
  }

  .handbook-category-nav{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }

  .handbook-category-nav strong{
    grid-column:1 / -1;
  }
}

@media (max-width:620px){
  .handbook-category-card{
    min-height:0;
    padding:22px;
    border-radius:22px;
  }

  .handbook-category-nav{
    grid-template-columns:1fr;
  }

  .category-page-list .handbook-link-row.compact-row{
    grid-template-columns:1fr;
  }

  .category-page-list .handbook-link-row.compact-row .row-kicker{
    width:auto;
    height:auto;
    justify-content:flex-start;
    border-radius:999px;
    padding:4px 10px;
    background:rgba(255,214,107,.12);
  }
}


/* NZSC v91: fix handbook category cards, remove invalid nested anchors */
.handbook-category-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.handbook-category-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:280px;
  padding:26px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:
    radial-gradient(circle at top left, rgba(64,180,255,.18), transparent 42%),
    rgba(3,22,42,.72);
  box-shadow:0 22px 60px rgba(0,0,0,.26);
  color:inherit;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.handbook-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,214,107,.42);
  background:
    radial-gradient(circle at top left, rgba(255,214,107,.16), transparent 42%),
    rgba(4,32,58,.82);
}

.handbook-category-card .category-label{
  color:var(--gold);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}

.handbook-category-card h2{
  margin:0;
  font-size:1.42rem;
}

.handbook-category-card p{
  margin:0;
  color:rgba(248,251,255,.78);
  line-height:1.75;
}

.category-preview-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
}

.category-preview-links span{
  display:block;
  color:rgba(248,251,255,.86);
  font-size:.95rem;
  line-height:1.45;
}

.handbook-category-card .category-enter{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:6px;
  color:var(--gold);
  text-decoration:none;
  font-weight:900;
}

.handbook-category-card .category-enter:hover{
  color:#fff;
}

@media (max-width:980px){
  .handbook-category-card-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:620px){
  .handbook-category-card{
    min-height:0;
    padding:22px;
    border-radius:22px;
  }
}


/* NZSC v92: handbook homepage preview article titles are real underlined links */
.category-preview-links a{
  display:block;
  color:rgba(248,251,255,.9);
  font-size:.95rem;
  line-height:1.55;
  text-decoration:underline;
  text-decoration-color:rgba(255,214,107,.55);
  text-decoration-thickness:1px;
  text-underline-offset:4px;
  transition:color .16s ease, text-decoration-color .16s ease;
}

.category-preview-links a:hover{
  color:var(--gold);
  text-decoration-color:var(--gold);
}

.category-preview-links span{
  display:none;
}


/* NZSC v93: restore handbook cover visual and remove internal-style explanation feel */
.handbook-cover-hero{
  position:relative;
  overflow:hidden;
  min-height:420px;
  border-radius:0 0 36px 36px;
  background:
    linear-gradient(90deg, rgba(2,12,24,.82) 0%, rgba(2,18,34,.62) 46%, rgba(2,24,44,.24) 100%),
    radial-gradient(circle at 78% 28%, rgba(64,180,255,.30), transparent 32%),
    url('/assets/images/parent-5am-pool-training.jpg');
  background-size:cover;
  background-position:center;
  border-bottom:1px solid rgba(255,255,255,.16);
}

.handbook-cover-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:120px 120px;
  opacity:.45;
  pointer-events:none;
}

.handbook-cover-hero .manual-hero-copy,
.handbook-cover-hero .manual-hero-note{
  position:relative;
  z-index:1;
}

.handbook-cover-hero .manual-hero-copy{
  max-width:880px;
}

.handbook-cover-hero .hero-lead{
  max-width:980px;
  color:rgba(248,251,255,.9);
}

.handbook-cover-hero .manual-hero-note{
  max-width:520px;
  background:rgba(3,22,42,.62);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 22px 54px rgba(0,0,0,.26);
  backdrop-filter:blur(8px);
}

@media (max-width:760px){
  .handbook-cover-hero{
    min-height:0;
    border-radius:0 0 26px 26px;
    background-position:center;
  }
}


/* NZSC v94: restore handbook as a true first-level page background */
body.handbook-page{
  background:
    linear-gradient(90deg, rgba(1,8,17,.80) 0%, rgba(1,13,25,.58) 48%, rgba(1,18,34,.42) 100%),
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    url('/assets/images/section-pool-hero-bg.jpg') center center / cover fixed no-repeat !important;
}

body.handbook-page::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,214,107,.11), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(64,180,255,.18), transparent 34%),
    rgba(0,0,0,.10);
}

.handbook-page .site-header{
  background:rgba(1,10,20,.62);
  backdrop-filter:blur(14px);
}

.handbook-cover-hero,
.handbook-hero.manual-hero{
  max-width:1160px;
  margin:42px auto 34px;
  min-height:0 !important;
  padding:76px 34px 58px;
  border-radius:0;
  border:0;
  border-bottom:0;
  box-shadow:none;
  overflow:visible;
  background:transparent !important;
}

.handbook-cover-hero::before,
.handbook-hero.manual-hero::before{
  display:none !important;
}

.handbook-cover-hero .manual-hero-copy,
.handbook-hero.manual-hero .manual-hero-copy{
  max-width:860px;
}

.handbook-cover-hero .manual-hero-copy .eyebrow,
.handbook-hero.manual-hero .manual-hero-copy .eyebrow{
  color:var(--gold);
  letter-spacing:.18em;
}

.handbook-cover-hero h1,
.handbook-hero.manual-hero h1{
  max-width:820px;
  font-size:clamp(2.7rem, 7vw, 5.2rem);
  line-height:1.05;
  text-shadow:0 12px 34px rgba(0,0,0,.46);
}

.handbook-cover-hero .hero-lead,
.handbook-hero.manual-hero .hero-lead{
  max-width:960px;
  color:rgba(248,251,255,.92);
  text-shadow:0 8px 24px rgba(0,0,0,.48);
}

.handbook-cover-hero .manual-hero-note,
.handbook-hero.manual-hero .manual-hero-note{
  margin-top:28px;
  max-width:560px;
  background:rgba(2,20,38,.54);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 22px 58px rgba(0,0,0,.32);
  backdrop-filter:blur(12px);
}

.handbook-page .content-wrap{
  position:relative;
  z-index:1;
}

.handbook-page .handbook-step-card,
.handbook-page .handbook-category-card,
.handbook-page .handbook-category-nav,
.handbook-page .handbook-category-intro,
.handbook-page .handbook-link-row,
.handbook-page .series-directory{
  background-color:rgba(3,22,42,.68);
  backdrop-filter:blur(8px);
}

@media (max-width:760px){
  body.handbook-page{
    background-attachment:scroll !important;
    background-position:center top !important;
  }

  .handbook-cover-hero,
  .handbook-hero.manual-hero{
    margin:24px auto 20px;
    padding:54px 20px 34px;
  }

  .handbook-cover-hero .manual-hero-note,
  .handbook-hero.manual-hero .manual-hero-note{
    max-width:none;
  }
}


/* NZSC v95: handbook top page must match other primary pages */
body.handbook-page{
  background:var(--black) !important;
}

body.handbook-page::before{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:-2 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 78% 8%,rgba(0,114,188,.22),transparent 31%),
    linear-gradient(180deg,#05070a 0%,#070d14 45%,#05070a 100%) !important;
}

body.handbook-page::after{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:-1 !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px) 0 0/220px 100%,
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px) 0 0/100% 160px !important;
  pointer-events:none !important;
}

body.handbook-page .site-header{
  background:rgba(5,7,10,.96) !important;
}

.handbook-page .page-hero.pool-hero{
  margin:0;
  border-radius:0;
  box-shadow:none;
}

.handbook-page .handbook-start-path{
  margin-top:clamp(34px,5vw,64px);
}

/* Old manual hero selectors should have no visual effect now because /handbook/ no longer uses them. */


/* NZSC v96: SCM / LCM swim time converter */
.home-tool-btn{
  border-color:rgba(242,200,75,.66)!important;
  color:#ffe187!important;
}

.featured-tool-card{
  border-left-color:var(--gold)!important;
  background:
    radial-gradient(circle at 90% 8%,rgba(242,200,75,.16),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.086),rgba(255,255,255,.04));
}

.converter-hero{
  border-bottom-color:var(--gold);
}

.converter-layout{
  width:min(1180px,calc(100% - 40px));
}

.converter-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-top:5px solid var(--gold);
  background:
    radial-gradient(circle at 84% 10%,rgba(47,159,227,.22),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.092),rgba(255,255,255,.038));
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}

.converter-shell::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/132px 100%,
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px) 0 0/100% 96px;
  opacity:.36;
  pointer-events:none;
}

.converter-intro,
.converter-grid,
.converter-warning{
  position:relative;
  z-index:1;
}

.converter-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:24px;
  padding:clamp(24px,4vw,38px);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.converter-intro h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.8rem,3vw,2.75rem);
  line-height:1.12;
  letter-spacing:-.04em;
}

.converter-intro p{
  margin:0;
  color:rgba(248,251,255,.82);
  max-width:760px;
}

.converter-method-card{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  padding:22px;
  background:rgba(5,7,10,.42);
  border:1px solid rgba(242,200,75,.32);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.converter-method-card span{
  color:var(--muted);
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.12em;
}

.converter-method-card strong{
  color:#fff;
  font-size:1.22rem;
  line-height:1.2;
}

.converter-method-card small{
  color:var(--gold);
  font-weight:900;
}

.converter-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);
  gap:22px;
  padding:clamp(24px,4vw,38px);
}

.converter-form,
.converter-result{
  background:rgba(5,7,10,.42);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 40px rgba(0,0,0,.22);
}

.converter-form{
  padding:24px;
}

.form-row{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:18px;
}

.form-row.two-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.form-row label,
.form-row.two-fields label{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.form-row span,
.form-row.two-fields span{
  color:#fff;
  font-weight:900;
  letter-spacing:.04em;
}

.converter-form select,
.converter-form input{
  width:100%;
  min-height:52px;
  padding:12px 14px;
  border-radius:0;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.96);
  color:#09111a;
  font:inherit;
  font-weight:800;
  outline:none;
}

.converter-form select:focus,
.converter-form input:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(242,200,75,.24);
}

.converter-form small{
  color:var(--muted);
}

.converter-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}

.sample-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
}

.sample-row button{
  min-height:34px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.07);
  color:rgba(248,251,255,.88);
  font:inherit;
  font-size:.86rem;
  font-weight:800;
  cursor:pointer;
}

.sample-row button:hover{
  border-color:rgba(242,200,75,.46);
  color:#fff;
}

.converter-result{
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-left:5px solid var(--gold);
}

.result-label{
  margin:0 0 10px;
  color:var(--muted);
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.82rem;
}

.result-course{
  display:inline-flex;
  width:fit-content;
  padding:7px 12px;
  background:rgba(242,200,75,.13);
  border:1px solid rgba(242,200,75,.32);
  color:#ffe187;
  font-weight:950;
  letter-spacing:.08em;
}

.result-time{
  margin:20px 0 22px;
  color:#fff;
  font-size:clamp(3rem,7vw,5.8rem);
  line-height:.98;
  font-weight:950;
  letter-spacing:-.07em;
  text-shadow:0 12px 30px rgba(0,0,0,.32);
}

.result-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.result-grid div{
  padding:13px 14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.result-grid span{
  display:block;
  color:var(--muted-2);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:4px;
}

.result-grid strong{
  color:#fff;
  font-size:1rem;
  line-height:1.25;
}

.result-note{
  margin:18px 0 0;
  color:rgba(248,251,255,.76);
  font-size:.96rem;
  line-height:1.72;
}

.converter-warning{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:20px clamp(24px,4vw,38px) 24px;
  border-top:1px solid rgba(255,255,255,.12);
  background:rgba(242,200,75,.08);
}

.converter-warning strong{
  color:var(--gold);
  font-weight:950;
}

.converter-warning p{
  margin:0;
  color:rgba(248,251,255,.80);
}

.converter-explain{
  margin-top:28px;
}

@media (max-width:900px){
  .converter-intro,
  .converter-grid{
    grid-template-columns:1fr;
  }

  .converter-method-card{
    min-height:130px;
  }
}

@media (max-width:720px){
  .converter-layout{
    width:calc(100% - 24px);
  }

  .converter-intro,
  .converter-grid{
    padding:20px;
  }

  .form-row.two-fields,
  .result-grid,
  .converter-warning{
    grid-template-columns:1fr;
  }

  .converter-form,
  .converter-result{
    padding:18px;
  }

  .result-time{
    font-size:clamp(2.8rem,18vw,4.1rem);
  }

  .sample-row button{
    width:100%;
    text-align:left;
  }
}

/* NZSC v98: clearer list blocks inside club profile articles */
.article-body .article-list{
  margin:0 0 1.35em 0;
  padding-left:1.35em;
  color:rgba(248,251,255,.84);
}
.article-body .article-list li{
  margin:.52em 0;
  padding-left:.15em;
  line-height:1.85;
}
.article-body .article-list strong{
  color:#fff;
}


/* NZSC v103: official club region sections + compact club list */
.club-region-card-grid{
  margin-top:18px;
}
.club-region-card{
  display:block;
  text-decoration:none;
}
.club-region-card .category-enter{
  display:inline-flex;
  margin-top:14px;
}
.club-compact-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.club-compact-row{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.055);
  color:inherit;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.club-compact-row:hover{
  transform:translateY(-2px);
  border-color:rgba(255,214,107,.42);
  background:rgba(255,255,255,.085);
}
.club-row-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,214,107,.14);
  color:var(--gold);
  font-weight:900;
  letter-spacing:.03em;
}
.club-row-main{
  min-width:0;
  display:grid;
  gap:4px;
}
.club-row-main strong{
  font-size:1.06rem;
  line-height:1.25;
  color:#fff;
}
.club-row-main em{
  font-style:normal;
  color:rgba(255,214,107,.95);
  font-size:.88rem;
  line-height:1.35;
}
.club-row-main span{
  color:rgba(248,251,255,.76);
  font-size:.94rem;
  line-height:1.55;
}
.club-row-link{
  white-space:nowrap;
  color:var(--gold);
  font-weight:800;
}
.club-empty-state{
  max-width:860px;
  margin:auto;
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:rgba(255,255,255,.06);
}
.club-empty-state h2{
  margin:6px 0 12px;
}
.club-empty-state p{
  color:rgba(248,251,255,.78);
  line-height:1.85;
}
@media (max-width:720px){
  .club-compact-row{
    grid-template-columns:1fr;
    gap:8px;
    padding:16px;
  }
  .club-row-number{
    width:auto;
    height:auto;
    justify-content:flex-start;
    border-radius:999px;
    padding:4px 10px;
  }
  .club-row-link{
    white-space:normal;
  }
}


/* NZSC v111: light homepage portal layout */
.home-section-latest{
  margin-top:28px;
}
.home-section-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.home-section-card{
  min-width:0;
  min-height:224px;
  padding:20px 20px 17px;
  border:1px solid rgba(255,255,255,.105);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.026));
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
  position:relative;
  overflow:hidden;
}
.home-section-card::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:2px;
  background:linear-gradient(90deg,rgba(242,200,75,.9),rgba(47,159,227,.35),transparent);
  opacity:.72;
}
.home-section-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.20);
  background:linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,.032));
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.home-section-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:13px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.095);
}
.home-section-card-head h3{
  margin:0;
  color:#fff;
  font-size:1.08rem;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.home-section-more{
  flex:0 0 auto;
  color:rgba(242,200,75,.92);
  font-weight:850;
  font-size:.78rem;
  text-decoration:none;
  white-space:nowrap;
}
.home-section-more:hover{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px;
}
.home-section-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}
.home-section-list li{
  min-width:0;
  display:grid;
  grid-template-columns:13px minmax(0,1fr);
  gap:7px;
  align-items:center;
  color:rgba(248,251,255,.74);
}
.home-section-list li::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:999px;
  background:rgba(242,200,75,.84);
  box-shadow:0 0 0 4px rgba(242,200,75,.08);
  justify-self:center;
}
.home-section-list a{
  min-width:0;
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(248,251,255,.88);
  font-weight:720;
  font-size:.91rem;
  line-height:1.43;
  text-decoration:none;
}
.home-section-list a:hover{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px;
}
.home-section-empty{
  color:rgba(248,251,255,.52) !important;
  font-size:.88rem;
  font-weight:650;
  margin-top:2px;
}
.home-section-empty::before{
  background:rgba(255,255,255,.22) !important;
  box-shadow:none !important;
}
.home-tools-card::before{
  background:linear-gradient(90deg,rgba(47,159,227,.78),rgba(242,200,75,.72),transparent);
}
.home-tool-status{
  color:rgba(248,251,255,.62);
  cursor:default;
}
.home-tool-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.home-tool-tile{
  min-width:0;
  min-height:72px;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:7px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.home-tool-tile strong{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:rgba(248,251,255,.94);
  font-size:.88rem;
  line-height:1.25;
  font-weight:900;
}
.home-tool-tile span{
  display:block;
  color:rgba(226,232,240,.68);
  font-size:.75rem;
  line-height:1.35;
}
.home-tool-tile.is-active{
  background:linear-gradient(135deg,rgba(0,114,188,.18),rgba(255,255,255,.045));
  border-color:rgba(47,159,227,.26);
}
.home-tool-tile.is-active::after{
  content:"→";
  align-self:flex-end;
  margin-top:-18px;
  color:rgba(242,200,75,.95);
  font-weight:1000;
}
.home-tool-tile.is-active:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,rgba(0,114,188,.28),rgba(255,255,255,.06));
  border-color:rgba(242,200,75,.34);
}
.home-tool-tile.is-disabled{
  background:rgba(255,255,255,.026);
  border-color:rgba(255,255,255,.075);
  opacity:.74;
}
.home-tool-tile.is-disabled strong{
  color:rgba(248,251,255,.68);
}
.home-tool-tile.is-disabled span{
  color:rgba(242,200,75,.66);
  font-weight:800;
}
@media (max-width:1080px){
  .home-section-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:720px){
  .home-hero .hero-lead span{
    display:block;
  }
  .home-section-grid{
    grid-template-columns:1fr;
  }
  .home-section-card{
    min-height:auto;
    padding:18px;
    border-radius:16px;
  }
  .home-section-card-head{
    align-items:flex-start;
  }
  .home-section-list a{
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }
  .home-tool-grid{
    grid-template-columns:1fr;
  }
  .home-tool-tile{
    min-height:64px;
  }
}


/* NZSC v114: national swimming club finder tool */
.club-finder-hero .hero-lead{
  max-width: 860px;
}
.club-finder-layout{
  max-width: 1180px;
}
.club-finder-shell{
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.72));
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}
.club-finder-intro{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}
.club-finder-intro h2{
  margin: 4px 0 8px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
}
.club-finder-intro p{
  margin: 0;
  color: rgba(226, 232, 240, 0.86);
  line-height: 1.8;
}
.club-finder-count{
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.28);
  color: #dff7ff;
  font-size: .92rem;
  line-height: 1.55;
}
.club-finder-main{
  display: grid;
  gap: 14px;
}
.club-finder-form,
.club-finder-note{
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.12);
}
.club-finder-main .club-finder-form{
  padding-bottom: 16px;
}
.club-finder-form label span{
  display: block;
  margin-bottom: 8px;
  color: #f8fafc;
  font-weight: 800;
}
.club-finder-form input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(203,213,225,.55);
  border-radius: 14px;
  padding: 13px 14px;
  font-size: 1rem;
  background: rgba(255,255,255,.96);
  color: #0f172a;
}
.club-finder-form small{
  display: block;
  margin-top: 8px;
  color: rgba(226,232,240,.72);
}
.club-finder-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0 12px;
}
.club-finder-actions .btn{
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
}
.club-finder-actions .primary{
  color: #082f49;
  background: linear-gradient(135deg, #facc15, #f97316);
}
.club-finder-actions .secondary{
  color: #e0f2fe;
  background: rgba(14,165,233,.14);
  border: 1px solid rgba(125,211,252,.35);
}
.club-finder-samples{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.club-finder-samples button{
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 999px;
  background: rgba(15,23,42,.55);
  color: rgba(226,232,240,.9);
  padding: 7px 11px;
  cursor: pointer;
}
.club-finder-samples button:hover{
  border-color: rgba(250,204,21,.6);
  color: #fff7cc;
}
.club-finder-status{
  min-height: 24px;
  margin: 10px 0 0;
  color: rgba(226,232,240,.75);
  line-height: 1.6;
}
.club-finder-status.loading{ color: #bae6fd; }
.club-finder-status.success{ color: #bbf7d0; }
.club-finder-status.error{ color: #fecaca; }
.club-finder-note h2{
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.15rem;
}
.club-finder-note ul{
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(226,232,240,.82);
  line-height: 1.85;
}
.club-finder-results{
  display: grid;
  gap: 12px;
}
.club-finder-main .club-finder-results{
  margin-top: 0;
}
.club-finder-empty{
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(203,213,225,.28);
  color: rgba(226,232,240,.72);
  text-align: center;
}
.club-result-heading{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  margin-top: 4px;
}
.club-result-heading h2{
  margin: 2px 0 0;
  color: #fff;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}
.club-result-heading small{
  color: rgba(226,232,240,.66);
  white-space: nowrap;
}
.club-result-card{
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(248,250,252,.97);
  color: #0f172a;
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}
.club-result-rank{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0369a1, #38bdf8);
  color: white;
  font-weight: 900;
}
.club-result-body h3{
  margin: 0 0 6px;
  font-size: 1.2rem;
  color: #082f49;
}
.club-distance{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-weight: 900;
}
.club-distance span{
  color: #a16207;
  font-weight: 700;
  font-size: .84rem;
}
.club-result-body p{
  margin: 6px 0;
  color: #334155;
  line-height: 1.6;
}
.club-source{
  font-size: .88rem;
  color: #64748b !important;
}
.club-result-links{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.club-result-links a,
.club-result-links .muted-link{
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.club-result-links a{
  background: #e0f2fe;
  color: #075985;
}
.club-result-links a:hover{
  background: #bae6fd;
}
.club-result-links .muted-link{
  background: #f1f5f9;
  color: #64748b;
}
.club-finder-explain{
  margin-top: 4px;
}

.club-finder-note.compact-note{
  margin: 20px 0 22px;
  background: rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}
.club-finder-note.compact-note h2{
  color: #0f172a;
}
.club-finder-note.compact-note ul{
  color: #334155;
}
@media (max-width: 900px){
  .club-finder-intro{
    grid-template-columns: 1fr;
  }
  .club-finder-shell{
    padding: 20px;
    border-radius: 20px;
  }
  .club-result-heading{
    display: block;
  }
}
@media (max-width: 560px){
  .club-result-card{
    grid-template-columns: 1fr;
  }
  .club-result-rank{
    width: 34px;
    height: 34px;
  }
  .club-finder-actions .btn{
    width: 100%;
  }
}


/* NZSC v118: location-only club finder */
.club-location-panel{
  display: grid;
  gap: 14px;
}
.club-location-copy span{
  display: block;
  margin-bottom: 6px;
  color: #f8fafc;
  font-weight: 900;
  font-size: 1.08rem;
}
.club-location-copy p{
  margin: 0;
  color: rgba(226,232,240,.84);
  line-height: 1.75;
}
.club-finder-actions.single-action{
  margin: 4px 0 0;
}
.club-finder-actions.single-action .btn{
  width: min(100%, 340px);
  justify-content: center;
  font-size: 1rem;
  padding: 13px 18px;
}
.club-finder-actions .btn:disabled{
  opacity: .72;
  cursor: wait;
}
.location-privacy-note{
  display: block;
  color: rgba(226,232,240,.7);
  line-height: 1.7;
}
@media (max-width: 560px){
  .club-finder-actions.single-action .btn{
    width: 100%;
  }
}


/* NZSC v120: club finder map-select mode */
.club-finder-main.map-mode{
  display:grid;
  gap:14px;
}
.club-map-panel{
  display:grid;
  gap:14px;
}
.club-map-wrap{
  display:grid;
  gap:10px;
}
.club-finder-map{
  min-height:420px;
  height: min(54vh, 520px);
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(226,232,240,.22);
  box-shadow:0 18px 38px rgba(0,0,0,.18);
  background:#0f172a;
}
.club-map-hint{
  margin:0;
  color:rgba(226,232,240,.72);
  line-height:1.65;
  font-size:.92rem;
}
.club-finder-map .leaflet-popup-content-wrapper{
  border-radius:14px;
}
.club-finder-map .leaflet-control-attribution{
  font-size:10px;
}
@media (max-width: 700px){
  .club-finder-map{
    min-height:340px;
    height:420px;
  }
}

/* NZSC v121: club finder left-map / right-results layout */
.club-finder-main.split-map-results{
  display:grid;
  grid-template-columns:minmax(0, 1.65fr) minmax(340px, .95fr);
  gap:20px;
  align-items:stretch;
}
.club-map-column,
.club-result-panel{
  position:relative;
  min-width:0;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.075);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}
.club-map-column{
  overflow:hidden;
  min-height:620px;
}
.club-map-column .club-finder-map{
  min-height:620px;
  height:clamp(620px, 66vh, 760px);
  border-radius:22px;
  border:0;
  box-shadow:none;
}
.club-map-toolbar{
  position:absolute;
  z-index:460;
  top:14px;
  left:14px;
  display:flex;
  gap:8px;
  pointer-events:none;
}
.club-location-mini-btn{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#0f172a;
  font-size:.88rem;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,23,42,.22);
}
.club-location-mini-btn:hover{
  background:#fff7ed;
  border-color:rgba(249,115,22,.55);
  color:#9a3412;
}
.club-map-instruction{
  position:absolute;
  z-index:450;
  left:16px;
  right:16px;
  bottom:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(15,23,42,.86);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(226,232,240,.86);
  box-shadow:0 14px 32px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
}
.club-map-instruction strong{
  color:#fff;
  white-space:nowrap;
}
.club-map-instruction span{
  font-size:.92rem;
  line-height:1.55;
}
.club-result-panel{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:20px;
  background:linear-gradient(180deg, rgba(15,23,42,.58), rgba(15,23,42,.36));
}
.club-result-panel-head{
  padding:2px 2px 0;
}
.club-result-panel-head h2{
  margin:4px 0 8px;
  color:#fff;
  font-size:clamp(1.32rem, 2vw, 1.75rem);
  letter-spacing:-.025em;
}
.club-result-panel-head p:not(.eyebrow){
  margin:0;
  color:rgba(226,232,240,.78);
  line-height:1.7;
  font-size:.96rem;
}
.club-result-panel .club-finder-status{
  margin:0;
  padding:10px 12px;
  min-height:0;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  font-size:.92rem;
}
.club-result-panel .club-finder-results{
  gap:12px;
}
.club-result-panel .club-finder-empty{
  min-height:220px;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(255,255,255,.075);
  border-color:rgba(203,213,225,.28);
}
.club-result-panel .club-result-heading{
  display:block;
  margin:0 0 2px;
}
.club-result-panel .club-result-heading h2{
  font-size:1.15rem;
  line-height:1.28;
}
.club-result-panel .club-result-heading small{
  display:block;
  margin-top:6px;
}
.club-result-panel .club-result-card{
  grid-template-columns:38px minmax(0,1fr);
  gap:12px;
  padding:15px;
  border-radius:18px;
}
.club-result-panel .club-result-card:first-of-type{
  border:2px solid rgba(250,204,21,.82);
  box-shadow:0 18px 38px rgba(250,204,21,.16), 0 14px 34px rgba(0,0,0,.15);
}
.club-result-panel .club-result-card:first-of-type .club-result-rank{
  background:linear-gradient(135deg,#facc15,#f97316);
  color:#431407;
}
.club-result-panel .club-result-rank{
  width:38px;
  height:38px;
}
.club-result-panel .club-result-body h3{
  font-size:1.05rem;
  line-height:1.25;
}
.club-result-panel .club-result-body p{
  font-size:.9rem;
  line-height:1.48;
}
.club-result-panel .club-source{
  display:none;
}
.club-result-panel .club-result-links{
  gap:6px;
}
.club-result-panel .club-result-links a,
.club-result-panel .club-result-links .muted-link{
  padding:6px 9px;
  font-size:.8rem;
}
.club-result-footnote{
  margin:auto 0 0;
  padding-top:8px;
  color:rgba(226,232,240,.58);
  font-size:.82rem;
  line-height:1.6;
}
@media (max-width: 980px){
  .club-finder-main.split-map-results{
    grid-template-columns:1fr;
  }
  .club-map-column{
    min-height:460px;
  }
  .club-map-column .club-finder-map{
    min-height:460px;
    height:520px;
  }
  .club-result-panel .club-finder-empty{
    min-height:130px;
  }
}
@media (max-width: 620px){
  .club-finder-shell{
    padding:16px;
  }
  .club-map-column{
    min-height:380px;
    border-radius:18px;
  }
  .club-map-column .club-finder-map{
    min-height:380px;
    height:420px;
    border-radius:18px;
  }
  .club-map-toolbar{
    top:10px;
    left:10px;
  }
  .club-location-mini-btn{
    min-height:32px;
    padding:6px 10px;
    font-size:.82rem;
  }
  .club-map-instruction{
    left:10px;
    right:10px;
    bottom:10px;
    display:block;
    padding:10px 12px;
  }
  .club-map-instruction strong{
    display:block;
    margin-bottom:3px;
  }
  .club-map-instruction span{
    font-size:.84rem;
  }
  .club-result-panel{
    padding:16px;
    border-radius:18px;
  }
  .club-result-panel .club-result-card{
    grid-template-columns:34px minmax(0,1fr);
    padding:14px;
  }
  .club-result-panel .club-result-rank{
    width:34px;
    height:34px;
  }
}


/* NZSC v122: club finder wide-screen workspace */
.club-finder-page .club-finder-layout{
  width:min(1720px, calc(100vw - 72px));
  max-width:none;
  margin-top:34px;
}
.club-finder-page .club-finder-shell{
  padding:30px;
  border-radius:28px;
}
.club-finder-page .club-finder-intro{
  grid-template-columns:minmax(0, 1fr) 300px;
  gap:30px;
  align-items:start;
  margin-bottom:24px;
}
.club-finder-page .club-finder-intro h2{
  font-size:clamp(1.8rem, 2.15vw, 2.45rem);
}
.club-finder-page .club-finder-intro p{
  max-width:1120px;
  font-size:1.02rem;
}
.club-finder-page .club-finder-count{
  justify-self:end;
  width:min(100%, 285px);
  padding:18px 20px;
  font-size:1rem;
}
.club-finder-page .club-finder-main.split-map-results{
  grid-template-columns:minmax(760px, 1.9fr) minmax(420px, .9fr);
  gap:26px;
}
.club-finder-page .club-map-column{
  min-height:680px;
}
.club-finder-page .club-map-column .club-finder-map{
  min-height:680px;
  height:clamp(680px, 72vh, 840px);
}
.club-finder-page .club-result-panel{
  padding:24px;
  min-height:680px;
}
.club-finder-page .club-result-panel-head h2{
  font-size:clamp(1.55rem, 1.7vw, 2.05rem);
}
.club-finder-page .club-result-panel .club-result-card{
  padding:17px;
}
.club-finder-page .club-location-mini-btn{
  min-height:32px;
  padding:6px 11px;
  font-size:.84rem;
}
.club-finder-page .club-map-instruction{
  max-width:720px;
  right:auto;
}
@media (min-width: 1600px){
  .club-finder-page .club-finder-layout{
    width:min(1740px, calc(100vw - 88px));
  }
  .club-finder-page .club-finder-main.split-map-results{
    grid-template-columns:minmax(920px, 2fr) minmax(440px, .82fr);
  }
}
@media (max-width: 1280px){
  .club-finder-page .club-finder-layout{
    width:min(100% - 40px, 1220px);
  }
  .club-finder-page .club-finder-main.split-map-results{
    grid-template-columns:minmax(0, 1.55fr) minmax(340px, .95fr);
    gap:20px;
  }
  .club-finder-page .club-map-column,
  .club-finder-page .club-result-panel{
    min-height:600px;
  }
  .club-finder-page .club-map-column .club-finder-map{
    min-height:600px;
    height:clamp(600px, 66vh, 720px);
  }
}
@media (max-width: 980px){
  .club-finder-page .club-finder-layout{
    width:min(100% - 32px, 860px);
  }
  .club-finder-page .club-finder-intro{
    grid-template-columns:1fr;
  }
  .club-finder-page .club-finder-count{
    justify-self:stretch;
    width:auto;
  }
  .club-finder-page .club-finder-main.split-map-results{
    grid-template-columns:1fr;
  }
  .club-finder-page .club-map-column,
  .club-finder-page .club-result-panel{
    min-height:auto;
  }
  .club-finder-page .club-map-column .club-finder-map{
    min-height:460px;
    height:520px;
  }
}
@media (max-width: 620px){
  .club-finder-page .club-finder-layout{
    width:calc(100% - 24px);
    margin-top:22px;
  }
  .club-finder-page .club-finder-shell{
    padding:14px;
    border-radius:20px;
  }
  .club-finder-page .club-map-column .club-finder-map{
    min-height:380px;
    height:420px;
  }
  .club-finder-page .club-map-instruction{
    max-width:none;
    right:10px;
  }
}


/* NZSC v123: wider right panel + tighter cards + medal rank colors */
.club-finder-page .club-finder-main.split-map-results{
  grid-template-columns:minmax(720px, 1.48fr) minmax(500px, 1.02fr);
  gap:24px;
}
.club-finder-page .club-map-column{
  min-height:660px;
}
.club-finder-page .club-map-column .club-finder-map{
  min-height:660px;
  height:clamp(660px, 70vh, 820px);
}
.club-finder-page .club-result-panel{
  padding:20px 20px 18px;
  min-height:660px;
  gap:10px;
}
.club-finder-page .club-result-panel-head h2{
  font-size:clamp(1.46rem, 1.6vw, 1.92rem);
}
.club-finder-page .club-result-panel-head p:not(.eyebrow){
  font-size:.93rem;
  line-height:1.58;
}
.club-finder-page .club-result-panel .club-finder-status{
  padding:9px 11px;
  font-size:.88rem;
}
.club-finder-page .club-result-panel .club-finder-empty{
  min-height:150px;
}
.club-finder-page .club-result-panel .club-result-heading h2{
  font-size:1.04rem;
  line-height:1.22;
}
.club-finder-page .club-result-panel .club-result-heading small{
  margin-top:4px;
  font-size:.78rem;
}
.club-finder-page .club-result-panel .club-result-card{
  grid-template-columns:34px minmax(0, 1fr);
  gap:10px;
  padding:13px 13px 12px;
  border-radius:16px;
}
.club-finder-page .club-result-panel .club-result-rank{
  width:34px;
  height:34px;
  font-size:.95rem;
}
.club-finder-page .club-result-panel .club-result-rank.rank-1,
.club-finder-page .club-result-panel .club-result-card.rank-1 .club-result-rank{
  background:linear-gradient(135deg,#fde047,#f59e0b);
  color:#4a2d04;
}
.club-finder-page .club-result-panel .club-result-rank.rank-2,
.club-finder-page .club-result-panel .club-result-card.rank-2 .club-result-rank{
  background:linear-gradient(135deg,#e5e7eb,#94a3b8);
  color:#1f2937;
}
.club-finder-page .club-result-panel .club-result-rank.rank-3,
.club-finder-page .club-result-panel .club-result-card.rank-3 .club-result-rank{
  background:linear-gradient(135deg,#fbbf24,#b45309);
  color:#fff7ed;
}
.club-finder-page .club-result-panel .club-result-card.rank-1{
  border:2px solid rgba(245,158,11,.82);
  box-shadow:0 16px 34px rgba(245,158,11,.16), 0 14px 34px rgba(0,0,0,.15);
}
.club-finder-page .club-result-panel .club-result-card.rank-2{
  border:1px solid rgba(148,163,184,.55);
}
.club-finder-page .club-result-panel .club-result-card.rank-3{
  border:1px solid rgba(180,83,9,.42);
}
.club-finder-page .club-result-panel .club-result-body h3{
  margin:0 0 4px;
  font-size:1rem;
  line-height:1.2;
}
.club-finder-page .club-result-panel .club-distance{
  margin-bottom:6px;
  padding:4px 9px;
  gap:6px;
  font-size:.9rem;
}
.club-finder-page .club-result-panel .club-distance span{
  font-size:.76rem;
}
.club-finder-page .club-result-panel .club-result-body p{
  margin:4px 0;
  font-size:.85rem;
  line-height:1.38;
}
.club-finder-page .club-result-panel .club-result-links{
  margin-top:9px;
  gap:5px;
}
.club-finder-page .club-result-panel .club-result-links a,
.club-finder-page .club-result-panel .club-result-links .muted-link{
  padding:5px 8px;
  font-size:.76rem;
}
.club-finder-page .club-result-footnote{
  padding-top:4px;
  font-size:.78rem;
}
@media (min-width:1600px){
  .club-finder-page .club-finder-main.split-map-results{
    grid-template-columns:minmax(860px, 1.56fr) minmax(540px, 1.08fr);
  }
}
@media (max-width:1280px){
  .club-finder-page .club-finder-main.split-map-results{
    grid-template-columns:minmax(0, 1.28fr) minmax(390px, 1fr);
    gap:18px;
  }
  .club-finder-page .club-map-column,
  .club-finder-page .club-result-panel{
    min-height:620px;
  }
  .club-finder-page .club-map-column .club-finder-map{
    min-height:620px;
    height:clamp(620px, 64vh, 720px);
  }
}
@media (max-width:980px){
  .club-finder-page .club-finder-main.split-map-results{
    grid-template-columns:1fr;
  }
  .club-finder-page .club-map-column,
  .club-finder-page .club-result-panel{
    min-height:auto;
  }
  .club-finder-page .club-map-column .club-finder-map{
    min-height:460px;
    height:520px;
  }
}


/* NZSC v124: move non-essential right-panel copy below map; lift nearest-three cards */
.club-finder-page .club-map-column{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.075);
}
.club-finder-page .club-map-column .club-finder-map{
  flex:1 1 auto;
  border-radius:22px 22px 0 0;
}
.club-finder-page .club-map-instruction{
  display:none;
}
.club-finder-page .club-map-support{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:12px;
  padding:14px 16px 16px;
  border-top:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(15,23,42,.92), rgba(15,23,42,.86));
  color:rgba(226,232,240,.84);
}
.club-finder-page .club-map-support div{
  min-width:0;
}
.club-finder-page .club-map-support strong{
  display:block;
  margin-bottom:4px;
  color:#fff7cc;
  font-size:.9rem;
  letter-spacing:.04em;
}
.club-finder-page .club-map-support span{
  display:block;
  font-size:.84rem;
  line-height:1.55;
}
.club-finder-page .club-result-panel{
  padding:18px 18px 16px;
  gap:8px;
}
.club-finder-page .club-result-panel-head.compact-head{
  padding:0;
}
.club-finder-page .club-result-panel-head.compact-head .eyebrow{
  margin-bottom:6px;
  font-size:.78rem;
  letter-spacing:.18em;
}
.club-finder-page .club-result-panel-head.compact-head h2{
  margin:0;
  font-size:clamp(1.34rem, 1.42vw, 1.72rem);
  line-height:1.16;
}
.club-finder-page .club-result-panel .club-finder-status{
  margin:2px 0 4px;
  padding:7px 10px;
  border-radius:12px;
  font-size:.82rem;
  line-height:1.35;
}
.club-finder-page .club-result-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 2px;
  padding:0 2px;
  color:rgba(226,232,240,.84);
  font-size:.86rem;
  line-height:1.35;
}
.club-finder-page .club-result-summary span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.club-finder-page .club-result-summary small{
  flex:0 0 auto;
  color:rgba(226,232,240,.58);
  font-size:.76rem;
}
.club-finder-page .club-result-panel .club-finder-results{
  gap:10px;
}
.club-finder-page .club-result-panel .club-finder-empty{
  min-height:110px;
  padding:18px;
}
.club-finder-page .club-result-panel .club-result-card{
  padding:12px 13px 11px;
}
.club-finder-page .club-result-panel .club-result-body p{
  line-height:1.34;
}
@media (min-width:1600px){
  .club-finder-page .club-map-column,
  .club-finder-page .club-result-panel{
    min-height:660px;
  }
}
@media (max-width:1280px){
  .club-finder-page .club-map-support{
    grid-template-columns:1fr;
  }
}
@media (max-width:980px){
  .club-finder-page .club-map-column{
    display:block;
  }
  .club-finder-page .club-map-column .club-finder-map{
    border-radius:18px 18px 0 0;
  }
  .club-finder-page .club-map-support{
    grid-template-columns:1fr;
  }
}
@media (max-width:620px){
  .club-finder-page .club-map-support{
    padding:12px;
    gap:10px;
  }
  .club-finder-page .club-map-support span{
    font-size:.8rem;
  }
  .club-finder-page .club-result-summary{
    display:block;
  }
  .club-finder-page .club-result-summary small{
    display:block;
    margin-top:3px;
  }
}

/* v131: compact horizontal swimming level checker */
.wide-tool-page .level-hero-wide{padding:30px 20px 24px}.wide-tool-page .level-hero-wide .hero-inner{max-width:1540px}.wide-tool-page .level-hero-wide h1{font-size:clamp(2.2rem,4.2vw,4.6rem);margin:.15rem 0 .45rem}.wide-tool-page .level-hero-wide .hero-lead{max-width:1120px;font-size:clamp(.98rem,1.25vw,1.18rem);line-height:1.65}.level-dashboard-wrap{width:min(1540px,calc(100% - 32px));margin:24px auto 54px}.level-dashboard-topline{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:14px;padding:0 4px}.level-dashboard-topline h2{font-size:clamp(1.45rem,2.1vw,2.35rem);margin:.08rem 0 0;color:#0f172a}.level-dashboard-topline p{max-width:560px;margin:0;color:#475569;line-height:1.55;font-size:.94rem;text-align:right}.level-dashboard{display:grid;grid-template-columns:minmax(235px,.72fr) minmax(245px,.76fr) minmax(650px,2.25fr);gap:12px;align-items:stretch;padding:12px;border-radius:30px;background:linear-gradient(135deg,#0f172a 0%,#111827 50%,#1e293b 100%);box-shadow:0 24px 70px rgba(15,23,42,.20);border:1px solid rgba(148,163,184,.28)}.level-panel{border-radius:20px;background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.30);padding:14px;color:#e5e7eb;min-width:0}.panel-kicker{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:#fde68a;font-weight:900;margin-bottom:10px}.level-input-panel.level-form{background:rgba(15,23,42,.76)}.level-input-panel .form-row{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.level-input-panel .two-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.level-input-panel label span{font-size:.72rem;color:#dbeafe;font-weight:900}.level-input-panel select,.level-input-panel input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#fff;color:#0f172a;padding:8px 9px;font-size:.84rem;outline:none}.level-input-panel select:focus,.level-input-panel input:focus{border-color:#fde68a;box-shadow:0 0 0 3px rgba(253,230,138,.18)}.level-input-panel small{font-size:.68rem;line-height:1.25;color:#cbd5e1}.level-submit{width:100%;justify-content:center;margin:2px 0 9px;padding:9px 12px!important}.level-samples{display:grid;grid-template-columns:1fr;gap:6px;margin-top:0}.level-samples button{border:1px solid rgba(148,163,184,.28);background:rgba(255,255,255,.08);color:#e2e8f0;border-radius:12px;padding:7px 9px;font-size:.68rem;line-height:1.25;text-align:left;cursor:pointer;white-space:normal}.level-samples button:hover{background:rgba(253,230,138,.14);border-color:rgba(253,230,138,.45)}.level-result-panel{display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,rgba(30,41,59,.94),rgba(15,23,42,.96))}.level-result-badge{border-radius:16px;background:rgba(148,163,184,.18);border:1px solid rgba(226,232,240,.20);padding:13px;font-size:clamp(1.1rem,1.8vw,1.72rem);line-height:1.15;font-weight:950;color:#fff;min-height:78px;display:flex;align-items:center}.level-result-badge.success,.level-result-badge.ok{background:linear-gradient(135deg,rgba(16,185,129,.24),rgba(34,197,94,.15));border-color:rgba(134,239,172,.48);color:#dcfce7}.level-result-badge.warn,.level-result-badge.miss{background:linear-gradient(135deg,rgba(250,204,21,.23),rgba(251,191,36,.12));border-color:rgba(253,224,71,.48);color:#fef9c3}.level-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.level-result-grid div{border-radius:12px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);padding:8px}.level-result-grid span{display:block;color:#94a3b8;font-size:.62rem;margin-bottom:4px}.level-result-grid strong{display:block;color:#fff;font-size:.78rem;line-height:1.35}.level-result-panel .result-note{margin:0;color:#cbd5e1;line-height:1.52;font-size:.82rem}.result-mini-note{margin-top:auto;border-radius:14px;background:rgba(253,230,138,.12);border:1px solid rgba(253,230,138,.22);padding:10px;color:#fde68a;font-size:.72rem;line-height:1.35}.standards-panel-wide{background:#f8fafc;color:#0f172a;padding:15px;border-color:rgba(203,213,225,.78)}.panel-headline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.panel-headline h2{margin:0;color:#0f172a;font-size:clamp(1.18rem,1.6vw,1.75rem);line-height:1.2}.mini-link{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;background:#0f172a;color:#fde68a;text-decoration:none;font-weight:900;font-size:.78rem;padding:8px 12px}.standards-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.standards-tabs button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:900;cursor:pointer}.standards-tabs button.active{background:#0f172a;color:#fde68a;border-color:#0f172a}.standard-view{display:none}.standard-view.active{display:block}.standard-scroll{height:clamp(470px,58vh,700px);overflow:auto;border:1px solid #cbd5e1;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.standard-scroll img{display:block;width:100%;min-width:980px;height:auto;object-fit:contain;object-position:left top;background:#fff}.asa-pdf-scroll{position:relative;overflow:auto;background:#f8fafc}.asa-pdf-frame{display:block;width:100%;min-width:1320px;height:1420px;border:0;background:#fff;pointer-events:none}.open-standard{display:inline-flex;margin-top:8px;margin-right:8px;border-radius:999px;background:#e2e8f0;color:#0f172a;text-decoration:none;font-size:.72rem;font-weight:900;padding:7px 10px}.asa-link-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.level-info-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.level-info-strip article{border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.06);padding:13px}.level-info-strip h3{margin:0 0 7px;color:#0f172a;font-size:.96rem}.level-info-strip p{margin:0;color:#475569;line-height:1.5;font-size:.8rem}.level-source-strip{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px;padding:10px 12px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:.78rem}.level-source-strip span{font-weight:950;color:#0f172a;margin-right:2px}.level-source-strip a{color:#1d4ed8;font-weight:800;text-decoration:none}.level-source-strip a:hover{text-decoration:underline}.standard-scroll.drag-scroll-ready{cursor:grab;-webkit-user-select:none;user-select:none;overscroll-behavior:contain;touch-action:none;scrollbar-gutter:stable both-edges}.standard-scroll.drag-scroll-ready.is-dragging{cursor:grabbing;scroll-behavior:auto}.standard-scroll.drag-scroll-ready img,.standard-scroll.drag-scroll-ready iframe,.standard-scroll.drag-scroll-ready object{-webkit-user-drag:none;user-select:none}.standard-scroll.drag-scroll-ready::after{content:'按住表格拖动查看';position:sticky;left:12px;bottom:10px;display:inline-flex;margin:0 0 10px 10px;padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.82);color:#fde68a;font-size:.68rem;font-weight:900;letter-spacing:.02em;pointer-events:none;box-shadow:0 10px 24px rgba(15,23,42,.18)}.standard-scroll.drag-scroll-ready.is-dragging::after{content:'拖动中';background:rgba(15,23,42,.94)}.asa-pdf-scroll.drag-scroll-ready::after{content:'按住表格拖动查看'}@media (max-width:1260px){.level-dashboard{grid-template-columns:minmax(225px,.8fr) minmax(240px,.85fr)}.standards-panel-wide{grid-column:1/-1}.standard-scroll{height:610px}.asa-pdf-frame{min-width:1240px;height:1380px}.level-dashboard-topline{align-items:flex-start}.level-dashboard-topline p{text-align:left}}@media (max-width:760px){.level-dashboard-wrap{width:min(100% - 20px,1540px);margin-top:16px}.level-dashboard-topline{display:block}.level-dashboard-topline h2{font-size:1.35rem}.level-dashboard-topline p{font-size:.82rem}.level-dashboard{grid-template-columns:1fr;padding:10px;border-radius:22px;gap:10px}.level-panel{padding:13px;border-radius:18px}.level-input-panel .two-fields,.level-result-grid,.level-info-strip{grid-template-columns:1fr}.standard-scroll{height:560px}.standard-scroll img{min-width:920px}.asa-pdf-frame{min-width:1120px;height:1320px}.standards-tabs button{font-size:.72rem;padding:7px 9px}.level-source-strip{font-size:.78rem}.wide-tool-page .level-hero-wide{padding:24px 14px 18px}}
/* v133: level checker text cleanup - remove unreadable duplicate intro */
.level-checker-page .level-dashboard-topline{display:none!important}
.level-checker-page .level-dashboard-wrap{margin-top:14px}
.level-checker-page .level-dashboard{margin-top:0}


/* v134: result tracker tool */
.result-tracker-page .tracker-hero-wide{padding:28px 20px 20px}.result-tracker-page .tracker-hero-wide .hero-inner{max-width:1540px}.result-tracker-page .tracker-hero-wide h1{font-size:clamp(2.25rem,4.4vw,4.6rem);margin:.12rem 0 .35rem}.result-tracker-page .tracker-hero-wide .hero-lead{max-width:900px;font-size:clamp(.96rem,1.18vw,1.14rem);line-height:1.5}.tracker-dashboard-wrap{width:min(1540px,calc(100% - 32px));margin:16px auto 56px}.tracker-dashboard{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(260px,.85fr) minmax(560px,1.85fr);gap:12px;align-items:stretch;padding:12px;border-radius:30px;background:linear-gradient(135deg,#0f172a 0%,#111827 52%,#1e293b 100%);box-shadow:0 24px 70px rgba(15,23,42,.2);border:1px solid rgba(148,163,184,.28)}.tracker-panel{border-radius:20px;background:rgba(15,23,42,.74);border:1px solid rgba(148,163,184,.3);padding:14px;color:#e5e7eb;min-width:0}.tracker-form .form-row{display:flex;flex-direction:column;gap:4px;margin-bottom:9px}.tracker-form .two-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tracker-form label span{font-size:.72rem;color:#dbeafe;font-weight:900}.tracker-form select,.tracker-form input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#fff;color:#0f172a;padding:8px 9px;font-size:.84rem;outline:none}.tracker-form select:focus,.tracker-form input:focus{border-color:#fde68a;box-shadow:0 0 0 3px rgba(253,230,138,.18)}.tracker-form input.input-error{border-color:#f87171;box-shadow:0 0 0 3px rgba(248,113,113,.2)}.tracker-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:2px}.tracker-actions .btn{justify-content:center;padding:9px 10px!important}.tracker-mini-note{margin-top:9px;border-radius:13px;background:rgba(253,230,138,.12);border:1px solid rgba(253,230,138,.25);padding:8px 10px;color:#fde68a;font-size:.72rem;line-height:1.35}.tracker-summary{display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,rgba(30,41,59,.94),rgba(15,23,42,.96))}.tracker-group-title{font-weight:950;color:#fff;font-size:.98rem;line-height:1.3}.tracker-pb-card{border-radius:18px;background:linear-gradient(135deg,rgba(245,158,11,.22),rgba(250,204,21,.11));border:1px solid rgba(253,230,138,.35);padding:14px}.tracker-pb-card span{display:block;color:#fde68a;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tracker-pb-card strong{display:block;color:#fff;font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.05;margin:5px 0}.tracker-pb-card small{display:block;color:#e2e8f0;font-size:.78rem}.tracker-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.tracker-stat-grid div{border-radius:12px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1);padding:9px}.tracker-stat-grid span{display:block;color:#94a3b8;font-size:.62rem;margin-bottom:4px}.tracker-stat-grid strong{display:block;color:#fff;font-size:.82rem;line-height:1.35}.tracker-note{margin:0;color:#cbd5e1;line-height:1.52;font-size:.82rem}.tracker-summary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.tracker-summary-actions button,.tracker-filter-buttons button,.tracker-delete{border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.08);color:#e2e8f0;border-radius:999px;padding:8px 10px;font-size:.74rem;font-weight:900;cursor:pointer}.tracker-summary-actions button:hover{background:rgba(253,230,138,.14);border-color:rgba(253,230,138,.45)}.tracker-chart-panel{background:#f8fafc;color:#0f172a;padding:15px;border-color:rgba(203,213,225,.78)}.tracker-headline{align-items:flex-start}.tracker-headline h2{margin:0;color:#0f172a;font-size:clamp(1.18rem,1.6vw,1.75rem);line-height:1.2}.tracker-headline>span{display:inline-flex;border-radius:999px;background:#0f172a;color:#fde68a;font-weight:900;font-size:.75rem;padding:8px 11px;white-space:nowrap}.tracker-chart-box{border-radius:18px;background:#fff;border:1px solid #cbd5e1;overflow:hidden}.tracker-chart-box svg{display:block;width:100%;height:auto;min-height:330px}.tracker-share-card{margin-top:10px;border-radius:16px;background:#0f172a;color:#e2e8f0;padding:13px 14px;display:flex;gap:10px;align-items:center;justify-content:space-between}.tracker-share-card strong{color:#fde68a}.tracker-share-card span{font-size:.84rem;text-align:right}.tracker-records-section{margin-top:12px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 14px 36px rgba(15,23,42,.08);padding:14px}.tracker-records-head{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-bottom:10px}.tracker-records-head h2{margin:.1rem 0 0;color:#0f172a;font-size:1.35rem}.tracker-records-head .eyebrow{margin:0;color:#64748b}.tracker-filter-buttons{display:flex;gap:8px}.tracker-filter-buttons button{background:#f8fafc;color:#334155;border-color:#cbd5e1}.tracker-filter-buttons button.active{background:#0f172a;color:#fde68a;border-color:#0f172a}.tracker-table-wrap{overflow:auto;border-radius:16px;border:1px solid #e2e8f0}.tracker-table{width:100%;border-collapse:collapse;min-width:850px;font-size:.84rem}.tracker-table th,.tracker-table td{padding:10px 11px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}.tracker-table th{background:#f8fafc;color:#475569;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.tracker-table td{color:#0f172a}.tracker-table tr:last-child td{border-bottom:0}.source-pill{display:inline-flex;border-radius:999px;background:#e2e8f0;color:#0f172a;font-weight:950;font-size:.72rem;padding:4px 8px}.tracker-delete{background:#fff;color:#b91c1c;border-color:#fecaca;padding:6px 9px}.tracker-delete:hover{background:#fef2f2}.home-tool-tile.is-track strong::after{content:'NEW';display:inline-flex;margin-left:7px;vertical-align:middle;border-radius:999px;background:#f59e0b;color:#111827;font-size:.58rem;font-weight:950;padding:2px 5px;letter-spacing:.06em}@media (max-width:1260px){.tracker-dashboard{grid-template-columns:minmax(240px,.9fr) minmax(260px,1fr)}.tracker-chart-panel{grid-column:1/-1}.tracker-chart-box svg{min-height:300px}}@media (max-width:760px){.tracker-dashboard-wrap{width:min(100% - 20px,1540px);margin-top:14px}.tracker-dashboard{grid-template-columns:1fr;padding:10px;border-radius:22px;gap:10px}.tracker-panel{padding:13px;border-radius:18px}.tracker-form .two-fields,.tracker-stat-grid,.tracker-actions,.tracker-summary-actions{grid-template-columns:1fr}.tracker-records-head{display:block}.tracker-filter-buttons{margin-top:10px}.tracker-share-card{display:block}.tracker-share-card span{display:block;text-align:left;margin-top:5px}.tracker-table{font-size:.78rem;min-width:780px}.result-tracker-page .tracker-hero-wide{padding:24px 14px 18px}}

/* NZSC v181: homepage App entry and 澳新泳程 introduction page */
.home-app-card{
  background:
    radial-gradient(circle at 90% 8%,rgba(242,200,75,.16),transparent 34%),
    linear-gradient(145deg,rgba(0,114,188,.18),rgba(255,255,255,.04) 46%,rgba(5,7,10,.30));
  border-color:rgba(242,200,75,.24);
}
.home-app-card::before{
  background:linear-gradient(90deg,rgba(242,200,75,.95),rgba(47,159,227,.86),transparent);
}
.home-app-status{
  color:#05070a;
  background:var(--gold);
  border-radius:999px;
  padding:4px 9px;
  font-size:.7rem;
  line-height:1;
}
.home-app-main{
  display:block;
  min-height:128px;
  padding:14px 14px 13px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.home-app-main:hover{
  transform:translateY(-1px);
  border-color:rgba(242,200,75,.38);
  background:linear-gradient(135deg,rgba(242,200,75,.11),rgba(0,114,188,.13));
}
.home-app-badge{
  display:inline-flex;
  margin-bottom:9px;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(47,159,227,.16);
  color:#dbeafe;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.08em;
}
.home-app-main strong{
  display:block;
  color:#fff;
  font-size:1.02rem;
  line-height:1.34;
  letter-spacing:-.025em;
  margin-bottom:7px;
}
.home-app-main p{
  margin:0;
  color:rgba(226,232,240,.76);
  font-size:.78rem;
  line-height:1.62;
}
.home-app-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:10px;
}
.home-app-chip-row span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:rgba(248,251,255,.78);
  font-size:.68rem;
  font-weight:850;
}
.home-app-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:12px;
}
.home-app-actions a{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
  border-radius:999px;
  font-weight:950;
  font-size:.76rem;
  letter-spacing:.04em;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.055);
  color:#fff;
}
.home-app-actions a:first-child{
  background:var(--gold);
  border-color:rgba(242,200,75,.85);
  color:#071019;
  box-shadow:0 10px 26px rgba(0,0,0,.20);
}
.home-app-actions a:hover{
  transform:translateY(-1px);
  text-decoration:none;
  border-color:rgba(242,200,75,.42);
}
.home-floating-app-ad{
  position:fixed;
  right:22px;
  bottom:94px;
  z-index:70;
  width:188px;
  padding:13px 14px 14px;
  border-radius:22px;
  border:1px solid rgba(242,200,75,.56);
  background:
    radial-gradient(circle at 100% 0%,rgba(242,200,75,.27),transparent 42%),
    linear-gradient(145deg,rgba(10,17,28,.96),rgba(0,86,148,.92));
  box-shadow:0 18px 48px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.05) inset;
  color:#fff;
  text-decoration:none;
  backdrop-filter:blur(16px);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.home-floating-app-ad:hover{
  transform:translateY(-3px);
  border-color:rgba(242,200,75,.85);
  box-shadow:0 22px 58px rgba(0,0,0,.42),0 0 28px rgba(242,200,75,.12);
}
.home-floating-app-ad span{
  display:inline-flex;
  margin-bottom:5px;
  padding:3px 7px;
  border-radius:999px;
  background:var(--gold);
  color:#071019;
  font-size:.62rem;
  font-weight:1000;
  letter-spacing:.08em;
}
.home-floating-app-ad strong{
  display:block;
  font-size:1.05rem;
  line-height:1.18;
  letter-spacing:-.025em;
}
.home-floating-app-ad em{
  display:block;
  margin-top:3px;
  color:rgba(226,232,240,.78);
  font-size:.72rem;
  line-height:1.35;
  font-style:normal;
  font-weight:800;
}
.app-hero{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);
  gap:34px;
  align-items:center;
  padding:clamp(48px,6.2vw,86px) clamp(20px,6vw,92px);
  min-height:520px;
  border-bottom:5px solid var(--gold);
  background:
    radial-gradient(circle at 76% 18%,rgba(242,200,75,.18),transparent 30%),
    radial-gradient(circle at 12% 20%,rgba(47,159,227,.20),transparent 34%),
    linear-gradient(135deg,#05070a 0%,#0a1723 52%,#073b62 100%);
  position:relative;
  overflow:hidden;
}
.app-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.044) 1px,transparent 1px) 0 0/210px 100%,
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px) 0 0/100% 150px;
  opacity:.52;
  pointer-events:none;
}
.app-hero-copy,.app-device-card{
  position:relative;
  z-index:1;
}
.app-hero h1{
  margin:0 0 16px;
  font-size:clamp(2.8rem,5vw,5.2rem);
  line-height:1.02;
  letter-spacing:-.06em;
  color:#fff;
}
.app-hero-subtitle{
  max-width:870px;
  margin:0;
  color:rgba(248,251,255,.84);
  font-size:clamp(1.02rem,1.45vw,1.28rem);
  line-height:1.78;
}
.app-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.app-device-card{
  justify-self:end;
  width:min(100%,390px);
  border-radius:34px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  box-shadow:0 28px 72px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.10);
  padding:18px;
  backdrop-filter:blur(14px);
}
.app-device-top{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 8px 16px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.app-device-top span{
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:18px 0 0 rgba(47,159,227,.85),36px 0 0 rgba(255,255,255,.35);
}
.app-device-top strong{
  margin-left:42px;
  color:#fff;
  font-size:.92rem;
  font-weight:950;
}
.app-device-top em{
  margin-left:auto;
  color:#071019;
  background:var(--gold);
  border-radius:999px;
  padding:2px 8px;
  font-size:.62rem;
  font-style:normal;
  font-weight:1000;
}
.app-device-stat{
  margin:18px 0 16px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(242,200,75,.20),rgba(47,159,227,.16));
  border:1px solid rgba(242,200,75,.25);
  padding:18px;
}
.app-device-stat small,.app-device-stat span{
  display:block;
  color:rgba(226,232,240,.72);
  font-weight:850;
}
.app-device-stat strong{
  display:block;
  color:#fff;
  font-size:3.1rem;
  line-height:1;
  margin:8px 0;
  letter-spacing:-.05em;
}
.app-device-bars{
  display:flex;
  align-items:end;
  gap:10px;
  height:150px;
  padding:16px 12px;
  border-radius:24px;
  background:#f8fafc;
}
.app-device-bars i{
  flex:1;
  min-height:28px;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,#f2c84b,#0072bc);
}
.app-device-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.app-device-list span{
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(248,251,255,.82);
  text-align:center;
  padding:7px 8px;
  font-size:.72rem;
  font-weight:900;
}
.app-intro-wrap{
  margin-top:42px;
}
.app-summary-panel{
  padding:32px;
  border-radius:28px;
  border:1px solid rgba(242,200,75,.22);
  background:
    radial-gradient(circle at 98% 0%,rgba(242,200,75,.15),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}
.app-summary-panel h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(1.7rem,2.8vw,2.7rem);
  line-height:1.18;
  letter-spacing:-.045em;
  max-width:970px;
}
.app-summary-panel p:last-child{
  margin:0;
  color:rgba(226,232,240,.78);
  max-width:980px;
}
.app-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.app-feature-card{
  min-height:220px;
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.03));
  box-shadow:0 12px 34px rgba(0,0,0,.16);
}
.app-feature-card.is-primary{
  border-color:rgba(242,200,75,.28);
  background:linear-gradient(145deg,rgba(242,200,75,.13),rgba(0,114,188,.13));
}
.app-feature-card span{
  color:var(--gold);
  font-size:.78rem;
  font-weight:1000;
  letter-spacing:.12em;
}
.app-feature-card h3{
  margin:9px 0 10px;
  color:#fff;
  font-size:1.22rem;
  line-height:1.25;
}
.app-feature-card p{
  margin:0;
  color:rgba(226,232,240,.74);
  font-size:.92rem;
  line-height:1.72;
}
.app-progress-section{
  margin-top:52px;
}
.app-progress-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.app-progress-item{
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  position:relative;
  overflow:hidden;
}
.app-progress-item::before{
  content:"";
  position:absolute;
  left:20px;
  top:0;
  width:58px;
  height:3px;
  background:rgba(255,255,255,.25);
}
.app-progress-item.done::before{background:#22c55e;}
.app-progress-item.active::before{background:var(--gold);}
.app-progress-item.next::before{background:var(--blue-soft);}
.app-progress-item strong{
  display:inline-flex;
  border-radius:999px;
  padding:4px 9px;
  background:rgba(255,255,255,.08);
  color:rgba(248,251,255,.82);
  font-size:.7rem;
  letter-spacing:.08em;
  font-weight:1000;
}
.app-progress-item h3{
  margin:12px 0 10px;
  color:#fff;
  font-size:1.18rem;
  line-height:1.28;
}
.app-progress-item p{
  margin:0;
  color:rgba(226,232,240,.74);
  line-height:1.72;
}
.app-use-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);
  gap:18px;
  align-items:stretch;
  margin-top:52px;
}
.app-use-copy,.app-cta-card{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.03));
  padding:28px;
}
.app-use-copy h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.8rem,3vw,2.85rem);
  line-height:1.12;
  letter-spacing:-.045em;
}
.app-use-copy p:last-child,.app-cta-card p{
  margin:0;
  color:rgba(226,232,240,.76);
}
.app-cta-card{
  background:linear-gradient(145deg,rgba(0,114,188,.22),rgba(242,200,75,.11));
  border-color:rgba(242,200,75,.24);
}
.app-cta-card span{
  color:var(--gold);
  font-weight:1000;
  letter-spacing:.12em;
  font-size:.76rem;
}
.app-cta-card h3{
  margin:9px 0 10px;
  color:#fff;
  font-size:1.45rem;
}
.app-cta-card .btn{
  width:100%;
  margin-top:20px;
}
@media (max-width:1100px){
  .home-floating-app-ad{
    width:170px;
    right:16px;
    bottom:82px;
  }
  .app-hero{
    grid-template-columns:1fr;
  }
  .app-device-card{
    justify-self:start;
  }
  .app-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .home-app-actions{
    grid-template-columns:1fr;
  }
  .home-floating-app-ad{
    left:13px;
    right:13px;
    bottom:14px;
    width:auto;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:10px;
    align-items:center;
    padding:10px 12px;
    border-radius:18px;
  }
  .home-floating-app-ad span{
    grid-row:1 / span 2;
    margin:0;
  }
  .home-floating-app-ad strong{
    font-size:.98rem;
  }
  .home-floating-app-ad em{
    margin:0;
    font-size:.7rem;
  }
  .home.home-page .site-footer{
    padding-bottom:96px;
  }
  .app-hero{
    padding:44px 16px;
    min-height:auto;
  }
  .app-hero-actions{
    flex-direction:column;
  }
  .app-device-card{
    width:100%;
    border-radius:26px;
    padding:14px;
  }
  .app-device-top strong{
    margin-left:38px;
  }
  .app-device-stat strong{
    font-size:2.5rem;
  }
  .app-device-bars{
    height:128px;
  }
  .app-summary-panel,.app-use-copy,.app-cta-card{
    padding:22px;
    border-radius:22px;
  }
  .app-feature-grid,.app-progress-list,.app-use-section{
    grid-template-columns:1fr;
  }
  .app-feature-card{
    min-height:auto;
  }
}

/* NZSC v182: app入口与介绍页微调 */
.home-floating-app-ad{
  top:96px;
  right:20px;
  bottom:auto;
  width:196px;
  padding:12px 13px 13px;
}
.home-floating-app-ad strong{
  font-size:1rem;
}
.home-floating-app-ad em{
  margin-top:4px;
  font-size:.71rem;
  line-height:1.38;
}

.app-hero{
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.58fr);
  gap:28px;
  min-height:460px;
}
.app-device-card{
  width:min(100%,340px);
  border-radius:28px;
  padding:15px;
}
.app-device-top{
  padding:6px 6px 13px;
}
.app-device-top strong{
  font-size:.9rem;
}
.app-device-top em{
  padding:3px 9px;
}
.app-device-card-compact .app-preview-stack{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.app-device-card-compact .app-preview-row{
  padding:12px 13px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
}
.app-device-card-compact .app-preview-row small,
.app-device-card-compact .app-preview-row span{
  display:block;
  color:rgba(226,232,240,.76);
  font-size:.72rem;
  line-height:1.45;
  font-weight:850;
}
.app-device-card-compact .app-preview-row strong{
  display:block;
  margin:4px 0 3px;
  color:#fff;
  font-size:1rem;
  line-height:1.35;
  letter-spacing:-.02em;
}
.app-device-card-compact .app-device-list{
  margin-top:12px;
}
.app-device-card-compact .app-device-caption{
  margin:11px 2px 2px;
  color:rgba(226,232,240,.76);
  font-size:.78rem;
  line-height:1.55;
}

@media (max-width:1100px){
  .home-floating-app-ad{
    width:182px;
    right:16px;
    top:88px;
    bottom:auto;
  }
}
@media (max-width:760px){
  .home-floating-app-ad{
    top:auto;
    left:13px;
    right:13px;
    bottom:14px;
    width:auto;
  }
  .app-hero{
    grid-template-columns:1fr;
    gap:20px;
  }
  .app-device-card{
    width:100%;
    padding:14px;
    border-radius:24px;
  }
  .app-device-card-compact .app-preview-row{
    border-radius:16px;
  }
}


/* NZSC v183: compress App intro hero and replace unclear right preview */
.app-intro-page .app-hero{
  grid-template-columns:minmax(0,1.05fr) minmax(260px,.44fr);
  gap:24px;
  min-height:0;
  padding:clamp(30px,4vw,50px) clamp(20px,5vw,76px) clamp(28px,3.6vw,44px);
  border-bottom-width:3px;
}
.app-intro-page .app-hero h1{
  font-size:clamp(2.35rem,4.1vw,4.15rem);
  margin-bottom:12px;
}
.app-intro-page .app-hero-subtitle{
  max-width:760px;
  font-size:clamp(.96rem,1.22vw,1.12rem);
  line-height:1.68;
}
.app-intro-page .app-hero-actions{
  margin-top:22px;
  gap:12px;
}
.app-intro-page .app-hero-actions .btn{
  min-height:44px;
  padding:11px 22px;
  font-size:.92rem;
}
.app-hero-sidecard{
  position:relative;
  z-index:1;
  justify-self:end;
  width:min(100%,310px);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 100% 0%,rgba(242,200,75,.16),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.092),rgba(255,255,255,.038));
  box-shadow:0 20px 52px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.10);
  padding:16px;
  backdrop-filter:blur(12px);
}
.app-sidecard-head{
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.app-sidecard-head span{
  display:inline-flex;
  margin-bottom:7px;
  padding:4px 8px;
  border-radius:999px;
  background:var(--gold);
  color:#071019;
  font-size:.66rem;
  font-weight:1000;
  letter-spacing:.08em;
}
.app-sidecard-head strong{
  display:block;
  color:#fff;
  font-size:1.05rem;
  line-height:1.32;
  letter-spacing:-.02em;
}
.app-sidecard-list{
  list-style:none;
  margin:12px 0 0;
  padding:0;
  display:grid;
  gap:9px;
}
.app-sidecard-list li{
  display:grid;
  gap:2px;
  padding:10px 11px;
  border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
}
.app-sidecard-list b{
  color:#fff;
  font-size:.9rem;
  line-height:1.25;
}
.app-sidecard-list em{
  color:rgba(226,232,240,.76);
  font-size:.74rem;
  line-height:1.45;
  font-style:normal;
  font-weight:780;
}
.app-intro-page .app-intro-wrap{
  margin-top:28px;
}
@media (max-width:1100px){
  .app-intro-page .app-hero{
    grid-template-columns:1fr;
  }
  .app-hero-sidecard{
    justify-self:start;
    width:min(100%,620px);
  }
  .app-sidecard-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .app-intro-page .app-hero{
    padding:34px 16px 28px;
    gap:18px;
  }
  .app-intro-page .app-hero-actions .btn{
    width:100%;
  }
  .app-hero-sidecard{
    width:100%;
    border-radius:20px;
    padding:14px;
  }
  .app-sidecard-list{
    grid-template-columns:1fr;
  }
}

/* NZSC v184: App 产品介绍页与正规开发进度页 */
.app-hero-product{
  min-height:360px;
  padding-top:clamp(34px,4.2vw,58px);
  padding-bottom:clamp(32px,4vw,54px);
}
.app-hero-product .app-hero-subtitle strong{
  color:#fff;
  font-weight:950;
}
.app-priority-card{
  width:min(100%,430px);
}
.app-priority-list{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:10px;
}
.app-priority-list li{
  counter-increment:item;
  position:relative;
  padding:12px 13px 12px 42px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
}
.app-priority-list li::before{
  content:counter(item,decimal-leading-zero);
  position:absolute;
  left:12px;
  top:13px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--gold);
  color:#071019;
  font-size:.62rem;
  font-weight:1000;
}
.app-priority-list b,.app-priority-list em{
  display:block;
}
.app-priority-list b{
  color:#fff;
  font-size:.96rem;
  line-height:1.35;
}
.app-priority-list em{
  margin-top:3px;
  color:rgba(226,232,240,.75);
  font-style:normal;
  font-size:.78rem;
  line-height:1.5;
}
.app-product-wrap{
  margin-top:32px;
}
.app-product-summary{
  padding:30px;
  border-radius:28px;
  border:1px solid rgba(242,200,75,.20);
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.032));
  box-shadow:0 18px 48px rgba(0,0,0,.20);
}
.app-product-summary h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.7rem,3.1vw,3rem);
  line-height:1.12;
  letter-spacing:-.045em;
}
.app-product-summary p:last-child{
  margin:0;
  max-width:1080px;
  color:rgba(226,232,240,.78);
  line-height:1.78;
}
.app-core-section{
  margin-top:32px;
}
.app-section-head-left{
  text-align:left;
  margin-bottom:16px;
}
.app-section-head-left p{
  max-width:900px;
}
.app-feature-rows{
  display:grid;
  gap:14px;
}
.app-feature-row{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.028));
  box-shadow:0 14px 36px rgba(0,0,0,.16);
}
.app-feature-row.is-core{
  border-color:rgba(242,200,75,.34);
  background:radial-gradient(circle at 98% 0%,rgba(242,200,75,.13),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.035));
}
.app-feature-index{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:var(--gold);
  color:#071019;
  font-size:1.05rem;
  font-weight:1000;
  box-shadow:0 14px 26px rgba(0,0,0,.22);
}
.app-feature-row h3{
  margin:0 0 8px;
  color:#fff;
  font-size:1.28rem;
  line-height:1.25;
  letter-spacing:-.025em;
}
.app-feature-row p{
  margin:0 0 12px;
  color:rgba(226,232,240,.80);
  line-height:1.72;
}
.app-feature-row ul{
  margin:0;
  padding-left:1.15em;
  color:rgba(248,251,255,.84);
  display:grid;
  gap:5px;
  font-size:.92rem;
}
.app-dev-link-panel{
  margin-top:32px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(242,200,75,.23);
  background:linear-gradient(135deg,rgba(0,114,188,.18),rgba(242,200,75,.09));
}
.app-dev-link-panel h2{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(1.35rem,2.3vw,2.3rem);
  line-height:1.18;
  letter-spacing:-.035em;
}
.app-dev-link-panel p:last-child{
  margin:0;
  color:rgba(226,232,240,.76);
  line-height:1.62;
}

.app-progress-page main{
  background:linear-gradient(180deg,#071019 0%,#0a1723 44%,#071019 100%);
}
.app-progress-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);
  gap:24px;
  align-items:end;
  padding:clamp(34px,5vw,70px) clamp(20px,6vw,92px);
  border-bottom:5px solid var(--gold);
  background:radial-gradient(circle at 78% 10%,rgba(242,200,75,.16),transparent 30%),linear-gradient(135deg,#05070a 0%,#0b1b2a 58%,#073b62 100%);
}
.app-progress-hero h1{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(2.4rem,5vw,5rem);
  line-height:1.02;
  letter-spacing:-.06em;
}
.app-progress-hero p:last-child{
  margin:0;
  max-width:980px;
  color:rgba(226,232,240,.82);
  font-size:clamp(.98rem,1.25vw,1.16rem);
  line-height:1.75;
}
.app-release-summary{
  border-radius:24px;
  border:1px solid rgba(242,200,75,.28);
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  padding:20px;
  box-shadow:0 20px 52px rgba(0,0,0,.28);
}
.app-release-summary span,.app-release-summary strong,.app-release-summary em{
  display:block;
}
.app-release-summary span{
  color:var(--gold);
  font-weight:1000;
  letter-spacing:.10em;
  font-size:.75rem;
  text-transform:uppercase;
}
.app-release-summary strong{
  margin:8px 0 5px;
  color:#fff;
  font-size:1.75rem;
  line-height:1.05;
  letter-spacing:-.045em;
}
.app-release-summary em{
  color:rgba(226,232,240,.75);
  font-style:normal;
  font-weight:800;
}
.app-progress-doc{
  margin-top:34px;
}
.app-doc-section{
  margin:0 0 28px;
  padding:26px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028));
  box-shadow:0 16px 42px rgba(0,0,0,.18);
}
.app-doc-section h2{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(1.35rem,2.2vw,2.2rem);
  letter-spacing:-.035em;
}
.app-table-wrap{
  overflow:auto;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.app-status-table,.app-roadmap-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
  color:rgba(248,251,255,.88);
}
.app-status-table th,.app-status-table td,.app-roadmap-table th,.app-roadmap-table td{
  border-bottom:1px solid rgba(255,255,255,.10);
  padding:13px 15px;
  vertical-align:top;
  line-height:1.6;
}
.app-status-table tr:last-child th,.app-status-table tr:last-child td,.app-roadmap-table tr:last-child td{
  border-bottom:0;
}
.app-status-table th{
  width:190px;
  color:#fff;
  text-align:left;
  background:rgba(255,255,255,.045);
}
.app-roadmap-table th{
  color:#fff;
  text-align:left;
  background:rgba(242,200,75,.12);
  font-size:.88rem;
  letter-spacing:.02em;
}
.app-roadmap-table td:first-child{
  color:#fff;
  font-weight:950;
}
.status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:70px;
  padding:4px 9px;
  border-radius:999px;
  font-size:.74rem;
  font-weight:1000;
  white-space:nowrap;
}
.status-pill.done{
  background:rgba(34,197,94,.18);
  color:#bbf7d0;
  border:1px solid rgba(134,239,172,.30);
}
.status-pill.active{
  background:rgba(242,200,75,.18);
  color:#fde68a;
  border:1px solid rgba(242,200,75,.36);
}
.status-pill.planned{
  background:rgba(96,165,250,.16);
  color:#bfdbfe;
  border:1px solid rgba(147,197,253,.30);
}
.app-version-log{
  display:grid;
  gap:14px;
}
.app-version-log article{
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
}
.app-version-log h3{
  margin:0 0 10px;
  color:#fff;
  font-size:1.08rem;
}
.app-version-log p{
  margin:6px 0 0;
  color:rgba(226,232,240,.82);
  line-height:1.66;
}
.app-known-issues{
  margin:0;
  padding-left:1.2em;
  color:rgba(226,232,240,.84);
  display:grid;
  gap:9px;
  line-height:1.7;
}
.app-progress-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin:28px 0 60px;
}

@media (max-width:900px){
  .app-hero-product,.app-progress-hero{
    grid-template-columns:1fr;
  }
  .app-priority-card{
    width:100%;
  }
  .app-dev-link-panel{
    grid-template-columns:1fr;
  }
  .app-dev-link-panel .btn{
    width:100%;
  }
}
@media (max-width:760px){
  .app-hero-product{
    padding-top:32px;
    padding-bottom:32px;
  }
  .app-feature-row{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px;
    border-radius:20px;
  }
  .app-feature-index{
    width:48px;
    height:48px;
    border-radius:15px;
  }
  .app-product-summary,.app-doc-section,.app-dev-link-panel{
    padding:20px;
    border-radius:22px;
  }
  .app-progress-hero{
    padding:34px 16px;
  }
  .app-status-table,.app-roadmap-table{
    min-width:720px;
    font-size:.88rem;
  }
  .app-progress-actions{
    flex-direction:column;
  }
  .app-progress-actions .btn{
    width:100%;
  }
}


/* NZSC v185: website content refinement for App introduction and formal progress page */
.app-hero-product-v185{min-height:400px;padding-top:42px;padding-bottom:42px;}
.app-hero-product-v185 .app-hero-subtitle strong{color:#fff;}
.app-main-feature-card p{margin:10px 0 12px;color:rgba(226,232,240,.78);font-size:.86rem;line-height:1.62;}
.app-product-summary-v185 h2{max-width:980px;}
.app-feature-rows-v185 .app-feature-row.is-core{border-color:rgba(242,200,75,.34);background:linear-gradient(135deg,rgba(242,200,75,.12),rgba(255,255,255,.045));}
.app-feature-rows-v185 .app-feature-row.is-core .app-feature-index{background:var(--gold);color:#071019;}
.app-function-matrix,.app-scenario-section{margin-top:34px;}
.app-function-table td:first-child{font-weight:1000;color:var(--gold);}
.app-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.app-scenario-grid article{border-radius:22px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.028));padding:22px;box-shadow:0 14px 36px rgba(0,0,0,.16);}
.app-scenario-grid h3{margin:0 0 8px;color:#fff;font-size:1.12rem;}
.app-scenario-grid p{margin:0;color:rgba(226,232,240,.76);line-height:1.68;font-size:.9rem;}
.app-progress-hero-v185{min-height:unset;padding-top:42px;padding-bottom:42px;}
.app-progress-doc .app-doc-section h2{letter-spacing:-.025em;}
@media (max-width:900px){.app-scenario-grid{grid-template-columns:1fr}.app-hero-product-v185,.app-progress-hero-v185{padding-top:34px;padding-bottom:34px}.app-main-feature-card p{font-size:.82rem}}
