@media (min-width:1200px) {
  header.site-header .ugc-era-premium-original-auth-hidden {
    display:none !important;
    visibility:hidden !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
    pointer-events:none !important;
  }

  header.site-header .right-header {
    overflow:visible !important;
  }

  header.site-header .ugc-era-premium-commercial-action {
    min-height:48px !important;
    height:48px !important;
    padding:0 20px !important;
    border-radius:12px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    white-space:nowrap !important;
    text-decoration:none !important;
    font-weight:600 !important;
    font-size:15px !important;
    line-height:1 !important;
    letter-spacing:-.01em !important;
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
  }

  header.site-header .ugc-era-premium-browse {
    color:#f7f8ff !important;
    background:linear-gradient(180deg,rgba(20,24,34,.92),rgba(8,11,18,.92)) !important;
    border:1px solid rgba(148,163,184,.28) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035), 0 8px 24px rgba(0,0,0,.16) !important;
  }
  header.site-header .ugc-era-premium-browse:hover {
    color:#fff !important;
    border-color:rgba(123,92,255,.68) !important;
    box-shadow:0 0 0 1px rgba(123,92,255,.12),0 10px 30px rgba(78,58,190,.24) !important;
    transform:translateY(-1px) !important;
  }

  header.site-header .ugc-era-premium-post {
    color:#fff !important;
    border:1px solid rgba(255,255,255,.13) !important;
    background:linear-gradient(104deg,#4264ff 0%,#7558ff 46%,#ed2c94 100%) !important;
    box-shadow:0 10px 28px rgba(116,74,255,.24),inset 0 1px 0 rgba(255,255,255,.18) !important;
  }
  header.site-header .ugc-era-premium-post:hover {
    color:#fff !important;
    transform:translateY(-1px) !important;
    box-shadow:0 14px 34px rgba(222,45,148,.30),0 0 26px rgba(92,86,255,.16) !important;
  }

  header.site-header .ugc-era-premium-action-icon,
  header.site-header .ugc-era-premium-action-arrow {
    display:inline-flex !important;
    width:18px !important;
    height:18px !important;
    flex:0 0 18px !important;
  }
  header.site-header .ugc-era-premium-action-arrow { width:16px !important; height:16px !important; flex-basis:16px !important; }
  header.site-header .ugc-era-premium-commercial-action svg,
  header.site-header .ugc-era-premium-account-control svg {
    display:block !important;
    width:100% !important;
    height:100% !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }

  header.site-header .ugc-era-premium-account-host {
    overflow:visible !important;
    position:relative !important;
  }
  header.site-header .ugc-era-premium-account-control {
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    margin-left:10px !important;
    z-index:10030 !important;
  }
  header.site-header .ugc-era-premium-account-trigger {
    height:48px !important;
    min-height:48px !important;
    padding:0 15px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    border-radius:12px !important;
    border:1px solid rgba(148,163,184,.22) !important;
    background:rgba(13,17,25,.84) !important;
    color:#f8fafc !important;
    font:600 14px/1 inherit !important;
    cursor:pointer !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035) !important;
    transition:border-color .18s ease,background .18s ease,box-shadow .18s ease !important;
  }
  header.site-header .ugc-era-premium-account-trigger:hover,
  header.site-header .ugc-era-premium-account-control.is-open .ugc-era-premium-account-trigger {
    border-color:rgba(236,47,151,.52) !important;
    background:rgba(22,25,37,.98) !important;
    box-shadow:0 8px 28px rgba(0,0,0,.20),0 0 20px rgba(236,47,151,.08) !important;
  }
  header.site-header .ugc-era-premium-account-trigger-icon {
    display:inline-flex !important;
    width:18px !important;
    height:18px !important;
    color:#dce4ff !important;
  }
  header.site-header .ugc-era-premium-account-trigger-chevron {
    display:inline-flex !important;
    width:14px !important;
    height:14px !important;
    color:#97a3ba !important;
    transition:transform .18s ease !important;
  }
  header.site-header .ugc-era-premium-account-control.is-open .ugc-era-premium-account-trigger-chevron {
    transform:rotate(180deg) !important;
  }

  header.site-header .ugc-era-premium-account-panel {
    position:absolute !important;
    top:calc(100% + 12px) !important;
    right:0 !important;
    width:338px !important;
    padding:12px !important;
    border:1px solid rgba(125,139,171,.24) !important;
    border-radius:18px !important;
    background:linear-gradient(180deg,rgba(13,16,27,.985),rgba(6,9,16,.99)) !important;
    box-shadow:0 28px 70px rgba(0,0,0,.48),0 0 36px rgba(88,69,255,.08) !important;
    opacity:0 !important;
    visibility:hidden !important;
    transform:translateY(-6px) scale(.985) !important;
    transform-origin:top right !important;
    pointer-events:none !important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease !important;
    z-index:10050 !important;
  }
  header.site-header .ugc-era-premium-account-control.is-open .ugc-era-premium-account-panel {
    opacity:1 !important;
    visibility:visible !important;
    transform:translateY(0) scale(1) !important;
    pointer-events:auto !important;
  }
  header.site-header .ugc-era-premium-account-head {
    padding:9px 10px 14px !important;
    border-bottom:1px solid rgba(148,163,184,.12) !important;
    margin-bottom:7px !important;
  }
  header.site-header .ugc-era-premium-account-head > span {
    display:block !important;
    color:#a890ff !important;
    font-size:10px !important;
    font-weight:800 !important;
    letter-spacing:.18em !important;
    margin-bottom:7px !important;
  }
  header.site-header .ugc-era-premium-account-head strong {
    display:block !important;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.25 !important;
    margin-bottom:5px !important;
  }
  header.site-header .ugc-era-premium-account-head p {
    margin:0 !important;
    color:#99a3b8 !important;
    font-size:12px !important;
    line-height:1.5 !important;
  }
  header.site-header .ugc-era-premium-account-row {
    display:grid !important;
    grid-template-columns:38px 1fr 16px !important;
    align-items:center !important;
    gap:10px !important;
    padding:10px !important;
    border-radius:12px !important;
    color:#eef2ff !important;
    text-decoration:none !important;
    transition:background .16s ease,transform .16s ease !important;
  }
  header.site-header .ugc-era-premium-account-row:hover {
    background:linear-gradient(90deg,rgba(69,80,255,.10),rgba(235,45,148,.08)) !important;
    transform:translateX(1px) !important;
  }
  header.site-header .ugc-era-premium-account-row-icon {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:38px !important;
    height:38px !important;
    border-radius:11px !important;
    border:1px solid rgba(125,139,171,.18) !important;
    background:#101522 !important;
    color:#b9c2ff !important;
  }
  header.site-header .ugc-era-premium-account-row-icon svg { width:18px !important; height:18px !important; }
  header.site-header .ugc-era-premium-account-row-copy { min-width:0 !important; }
  header.site-header .ugc-era-premium-account-row-copy strong {
    display:block !important;
    color:#f8faff !important;
    font-size:13px !important;
    line-height:1.25 !important;
    margin-bottom:3px !important;
  }
  header.site-header .ugc-era-premium-account-row-copy small {
    display:block !important;
    color:#8f99ad !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
  }
  header.site-header .ugc-era-premium-account-row-arrow {
    display:flex !important;
    width:14px !important;
    height:14px !important;
    color:#68758e !important;
  }
  header.site-header .ugc-era-premium-account-divider {
    padding:12px 10px 5px !important;
  }
  header.site-header .ugc-era-premium-account-divider span {
    color:#6f7b92 !important;
    font-size:9px !important;
    font-weight:800 !important;
    letter-spacing:.16em !important;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  header.site-header .ugc-era-premium-commercial-action { padding:0 14px !important; font-size:13px !important; gap:7px !important; }
  header.site-header .ugc-era-premium-account-trigger { padding:0 12px !important; font-size:13px !important; }
}
