@layer components {
  html[data-route="/help"] .page-header{background:linear-gradient(135deg,#0d0d0d 0%,#1a0000 50%,#0d0d0d 100%);border-bottom:2px solid var(--red-primary);padding:32px 24px 24px;position:relative;overflow:hidden;flex-shrink:0;}
  html[data-route="/help"] .page-header::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent,transparent 20px,rgba(255,26,26,0.03) 20px,rgba(255,26,26,0.03) 21px);pointer-events:none;}
  html[data-route="/help"] .page-header-inner{position:relative;z-index:1;}
  html[data-route="/help"] .page-eyebrow{font-family:var(--f-display);font-size:16px;letter-spacing:.2em;color:var(--red-primary);text-transform:uppercase;display:block;margin-bottom:4px;}
  html[data-route="/help"] .page-title{font-family:var(--f-display);font-size:clamp(28px,4vw,48px);letter-spacing:.04em;color:var(--white-bright);margin:0 0 4px;line-height:1;}
  html[data-route="/help"] .page-subtitle{font-size:16px;color:var(--gray-light);margin:0;}
  html[data-route="/help"] .card{background:var(--black-card);border:1px solid var(--gray-border);border-radius:12px;overflow:hidden;}
  html[data-route="/help"] .card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--gray-border);}
  html[data-route="/help"] .card-eyebrow{font-size:16px;font-family:var(--f-display);letter-spacing:.18em;color:var(--red-primary);text-transform:uppercase;}
  html[data-route="/help"] .card-title{font-family:var(--f-display);font-size:18px;letter-spacing:.06em;color:var(--white-bright);margin:0;}
  html[data-route="/help"] .card-body{padding:20px;}
  html[data-route="/help"] .empty-state{text-align:center;padding:48px 20px;color:var(--gray-light);}
  html[data-route="/help"] .empty-icon{font-size:36px;margin-bottom:12px;}
  html[data-route="/help"] .empty-msg{font-family:var(--f-display);font-size:20px;letter-spacing:.06em;color:var(--gray-light);margin:0 0 8px;}
  html[data-route="/help"] .empty-sub{font-size:16px;color:var(--gray-light);margin:0;}
  html[data-route="/help"] .badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;}
  html[data-route="/help"] .badge-gold{background:rgba(255,45,45,.12);color:#FFFFFF;border:1px solid rgba(255,45,45,.25);}
  html[data-route="/help"] .badge-green{background:rgba(61,186,110,.12);color:#3dba6e;border:1px solid rgba(61,186,110,.25);}
  html[data-route="/help"] .badge-red{background:rgba(255,26,26,.12);color:var(--red-primary);border:1px solid rgba(255,26,26,.25);}
  html[data-route="/help"] .badge-gray{background:rgba(138,138,138,.12);color:var(--gray-light);border:1px solid rgba(138,138,138,.25);}
  html[data-route="/help"] .stagger-in{opacity:0;animation:helpFadeInUp .3s ease both;}
  html[data-route="/help"] .lift{transition:transform .18s,box-shadow .18s,border-color .15s !important;}
  html[data-route="/help"] .lift:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.5),0 0 0 1px rgba(255,26,26,.12);}
  html[data-route="/help"] .lift:active{transform:translateY(0) scale(.98);}
  html[data-route="/help"] .press-btn{transition:transform .1s,background .15s,border-color .15s,color .15s,box-shadow .15s;}
  html[data-route="/help"] .press-btn:active{transform:scale(.96);}
  @media(max-width:359px){html[data-route="/help"] .page-header{padding:12px 8px;}html[data-route="/help"] .page-title{font-size:22px !important;}html[data-route="/help"] .card-body{padding:12px 10px;}}
  html[data-route="/help"] .help-grid{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start;}
  html[data-route="/help"] .faq-item{border-bottom:1px solid var(--hairline);}
  html[data-route="/help"] .faq-item:last-child{border-bottom:none;}
  html[data-route="/help"] .faq-q{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;list-style:none;font-size:16px;font-weight:600;color:var(--white-bright);gap:12px;}
  html[data-route="/help"] .faq-q::-webkit-details-marker{display:none;}
  html[data-route="/help"] .faq-chev{font-size:16px;color:var(--gray-light);transition:transform .2s;flex:0 0 auto;}
  html[data-route="/help"] details[open] .faq-chev{transform:rotate(180deg);}
  html[data-route="/help"] .faq-a{padding:0 20px 16px;font-size:16px;color:var(--gray-light);line-height:1.7;}
  html[data-route="/help"] .quick-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
  html[data-route="/help"] .quick-link-card{background:var(--black-soft);border:1px solid var(--gray-border);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:6px;cursor:pointer;text-decoration:none;}
  html[data-route="/help"] .quick-link-card:hover{border-color:var(--red-primary);}
  html[data-route="/help"] .ql-icon{font-size:20px;}
  html[data-route="/help"] .ql-label{font-family:var(--f-display);font-size:16px;letter-spacing:.08em;color:var(--white-bright);}
  html[data-route="/help"] .ql-sub{font-size:16px;color:var(--gray-light);}
  html[data-route="/help"] .contact-card{background:linear-gradient(135deg,#0d0000,#1a0000);border:1px solid rgba(255,26,26,.2);border-radius:12px;padding:24px;text-align:center;}
  html[data-route="/help"] .contact-icon{font-size:32px;margin-bottom:12px;}
  html[data-route="/help"] .contact-title{font-family:var(--f-display);font-size:20px;letter-spacing:.06em;color:var(--white-bright);margin:0 0 8px;}
  html[data-route="/help"] .contact-sub{font-size:16px;color:var(--gray-light);margin:0 0 16px;}
  html[data-route="/help"] .contact-btn{display:inline-block;padding:10px 24px;background:var(--red-primary);color:#fff;border-radius:8px;font-weight:700;font-size:16px;letter-spacing:.06em;}
  html[data-route="/help"] .contact-btn:hover{background:#cc1515;}
  html[data-route="/help"] .version-tag{font-size:16px;color:var(--gray-light);text-align:center;margin-top:8px;}
  @media(max-width:767px){html[data-route="/help"] .help-grid{grid-template-columns:1fr;}}
  @media(max-width:359px){html[data-route="/help"] .quick-links{grid-template-columns:1fr;}}
  html[data-route="/help"] .nav-sub-label{display:block;padding:6px 32px 2px;font-size:16px;letter-spacing:1.5px;color:#888;font-weight:700;text-transform:uppercase;}
}