.support-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 170;
  min-width: 218px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 15px;
  border: 1px solid;
  border-radius: 999px;
  cursor: pointer;
  text-align: left;
}
.support-launcher > span:nth-child(2) { display:flex; flex:1; flex-direction:column; line-height:1.05; }
.support-launcher small { color:#ffe3a0; font-size:8px; font-weight:800; letter-spacing:.14em; }
.support-launcher b { margin-top:4px; font-size:12px; letter-spacing:.08em; }
.support-launcher > i { font-style:normal; font-size:17px; }
.support-pulse {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #49ef8d !important;
  box-shadow: 0 0 0 5px rgba(73,239,141,.14),0 0 15px rgba(73,239,141,.7) !important;
}
.support-options-head > img {
  width:54px;
  height:54px;
  flex:0 0 auto;
  object-fit:contain;
  filter:drop-shadow(0 0 12px rgba(71,239,142,.35));
}
@media (max-width:620px) {
  .support-launcher { right:12px; bottom:12px; min-width:190px; padding:10px 13px; }
  .support-launcher small { font-size:7px; }
  .support-launcher b { font-size:10px; }
}

@media (max-width:1100px) {
  .mobile-header {
    min-height:84px !important;
    height:auto !important;
    padding:8px clamp(12px,3vw,26px) !important;
    gap:14px !important;
    background:linear-gradient(90deg,rgba(2,10,8,.98),rgba(10,42,29,.98) 62%,rgba(45,15,6,.98)) !important;
    color:#fff4d2 !important;
    border-bottom:1px solid rgba(255,211,79,.34) !important;
    box-shadow:0 12px 34px rgba(0,0,0,.42) !important;
    backdrop-filter:blur(16px) !important;
  }
  .mobile-header .firekirin-logo { flex:0 1 190px !important; min-width:112px !important; }
  .mobile-header-actions { margin-left:auto; display:flex; align-items:center; gap:8px; flex:0 0 auto; }
  .mobile-header-actions > * {
    min-width:76px;
    padding:10px 14px;
    border:1px solid rgba(255,211,79,.48);
    border-radius:999px;
    background:rgba(255,255,255,.035);
    color:#ffe8a5;
    font-size:12px;
    font-weight:800;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
  }
  .mobile-header-actions > a {
    background:linear-gradient(135deg,#ffd34f,#ef681e);
    color:#102017;
    box-shadow:0 0 18px rgba(255,113,29,.22);
  }
  .mobile-menu,.mobile-header > nav { display:none !important; }
}

@media (max-width:430px) {
  .mobile-header { min-height:72px !important; gap:7px !important; }
  .mobile-header .firekirin-logo { width:118px !important; min-width:102px !important; height:48px !important; flex-basis:118px !important; }
  .mobile-header-actions { gap:5px; }
  .mobile-header-actions > * { min-width:64px; padding:9px 10px; font-size:10px; }
}
