:root {
  --mycs-ink: #03130d;
  --mycs-deep: #062219;
  --mycs-panel: rgba(8, 39, 29, .82);
  --mycs-line: rgba(184, 255, 57, .28);
  --mycs-lime: #baff39;
  --mycs-green: #12d878;
  --mycs-gold: #f6c83e;
  --mycs-white: #f8fff8;
  --mycs-muted: #cce0d5;
  --mycs-red: #f52b3a;
  --mycs-radius: 24px;
  --mycs-shadow: 0 22px 70px rgba(0, 0, 0, .34);
}

.mycs-portal,
.mycs-portal * { box-sizing: border-box; }

.mycs-portal {
  position: relative;
  isolation: isolate;
  width: min(1480px, calc(100% - 32px));
  margin: 24px auto 72px;
  color: var(--mycs-white);
  font: 500 17px/1.65 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mycs-portal::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 8%, rgba(91, 255, 91, .14), transparent 30rem),
    radial-gradient(circle at 18% 46%, rgba(246, 200, 62, .08), transparent 34rem),
    linear-gradient(150deg, #020907 0%, var(--mycs-ink) 44%, #001b11 100%);
}

.mycs-portal::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .16;
  pointer-events: none;
  background-image: linear-gradient(rgba(186,255,57,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(186,255,57,.12) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.mycs-portal a { color: inherit; text-decoration: none; }
.mycs-portal img { max-width: 100%; height: auto; }
.mycs-portal h1,
.mycs-portal h2,
.mycs-portal h3 { color: var(--mycs-white); margin: 0; line-height: 1.05; letter-spacing: -.035em; }
.mycs-portal h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.mycs-portal h3 { font-size: 1.35rem; }
.mycs-portal p { color: var(--mycs-muted); }

.mycs-kicker {
  display: block;
  color: var(--mycs-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mycs-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  padding: clamp(38px, 7vw, 96px);
  border: 1px solid var(--mycs-line);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(3,19,13,.96), rgba(3,19,13,.62)),
    radial-gradient(circle at 76% 50%, rgba(186,255,57,.18), transparent 35%);
  box-shadow: var(--mycs-shadow), inset 0 0 60px rgba(22, 224, 120, .05);
}

.mycs-hero h1 {
  margin: 14px 0 4px;
  font-size: clamp(4rem, 10vw, 8.6rem);
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(186,255,57,.12);
}

.mycs-hero h1 span { color: var(--mycs-white); }
.mycs-hero h1 { color: var(--mycs-gold); }
.mycs-tagline { margin: 0; color: var(--mycs-lime) !important; font-size: clamp(1.35rem, 3vw, 2.15rem); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mycs-intro { max-width: 670px; margin: 26px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.mycs-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.mycs-button,
.mycs-portal button.mycs-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--mycs-lime), var(--mycs-gold));
  box-shadow: 0 10px 30px rgba(186,255,57,.12);
  color: #061009;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  line-height: 1.15;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.mycs-button:hover { transform: translateY(-2px); box-shadow: 0 15px 36px rgba(186,255,57,.22); filter: saturate(1.1); }
.mycs-button--ghost { border-color: var(--mycs-line); background: rgba(255,255,255,.035); color: var(--mycs-white); box-shadow: none; }
.mycs-button--small { min-height: 44px; padding: 9px 18px; font-size: .9rem; }

.mycs-signal { position: relative; display: grid; place-items: center; min-height: 440px; }
.mycs-signal::before,
.mycs-signal::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mycs-lime), var(--mycs-gold), transparent);
  box-shadow: 0 0 20px var(--mycs-lime);
}
.mycs-signal::after { transform: rotate(-5deg); opacity: .5; }
.mycs-signal img { position: relative; z-index: 2; width: min(100%, 430px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 0 30px rgba(186,255,57,.35)); }
.mycs-orbit { position: absolute; z-index: 1; border: 1px solid rgba(186,255,57,.28); border-radius: 50%; animation: mycs-spin 24s linear infinite; }
.mycs-orbit--one { width: 105%; aspect-ratio: 1; }
.mycs-orbit--two { width: 125%; aspect-ratio: 1; border-color: rgba(246,200,62,.2); animation-direction: reverse; animation-duration: 32s; }
@keyframes mycs-spin { to { transform: rotate(360deg); } }

.mycs-notice { margin: 20px 0; padding: 16px 20px; border-radius: 14px; font-weight: 800; }
.mycs-notice--success { border: 1px solid var(--mycs-green); background: rgba(18,216,120,.12); }
.mycs-notice--error { border: 1px solid var(--mycs-red); background: rgba(245,43,58,.12); }

.mycs-feature-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 20px 0 clamp(70px, 9vw, 130px);
}
.mycs-feature-nav a,
.mycs-member-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--mycs-line);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(15,58,43,.78), rgba(4,21,15,.9));
  box-shadow: inset 0 1px rgba(255,255,255,.04);
  transition: transform .2s ease, border-color .2s ease;
}
.mycs-feature-nav a:hover,
.mycs-member-card:hover { transform: translateY(-4px); border-color: var(--mycs-lime); }
.mycs-feature-nav span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 14px; border: 1px solid var(--mycs-gold); border-radius: 50%; color: var(--mycs-gold); font-size: 1.4rem; }
.mycs-feature-nav strong { display: block; font-size: 1.02rem; }
.mycs-feature-nav small { display: block; margin-top: 5px; color: var(--mycs-muted); font-size: .82rem; }

.mycs-glass,
.mycs-post-card,
.mycs-empty {
  border: 1px solid var(--mycs-line);
  border-radius: var(--mycs-radius);
  background: linear-gradient(145deg, rgba(12,50,37,.86), rgba(3,18,13,.94));
  box-shadow: var(--mycs-shadow), inset 0 1px rgba(255,255,255,.045);
  backdrop-filter: blur(18px);
}

.mycs-auth-grid,
.mycs-workspace { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0 0 100px; }
.mycs-auth-grid > article,
.mycs-workspace > article { padding: clamp(28px, 5vw, 54px); }
.mycs-auth-grid h2,
.mycs-workspace h2 { margin: 8px 0 28px; }

.mycs-form { display: grid; gap: 17px; }
.mycs-form label,
.mycs-auth-grid #loginform p { display: grid; gap: 7px; margin: 0; color: var(--mycs-white); font-size: .9rem; font-weight: 800; }
.mycs-form label small { color: var(--mycs-muted); font-weight: 500; }
.mycs-form input:not([type="checkbox"]),
.mycs-form textarea,
.mycs-form select,
.mycs-auth-grid #loginform input[type="text"],
.mycs-auth-grid #loginform input[type="password"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(204,224,213,.24);
  border-radius: 12px;
  outline: none;
  background: rgba(0,8,5,.72);
  color: var(--mycs-white);
  font: inherit;
}
.mycs-form textarea { min-height: 128px; resize: vertical; }
.mycs-form input:focus,
.mycs-form textarea:focus,
.mycs-form select:focus,
.mycs-auth-grid #loginform input:focus { border-color: var(--mycs-lime); box-shadow: 0 0 0 3px rgba(186,255,57,.12); }
.mycs-check { display: flex !important; grid-template-columns: none; align-items: center; gap: 10px !important; }
.mycs-check input { width: 21px; height: 21px; accent-color: var(--mycs-lime); }
.mycs-auth-grid #loginform { display: grid; gap: 18px; }
.mycs-auth-grid #wp-submit { min-height: 54px; padding: 12px 24px; border: 0; border-radius: 999px; background: linear-gradient(100deg, var(--mycs-lime), var(--mycs-gold)); color: #061009; font: inherit; font-weight: 900; cursor: pointer; }
.mycs-social-login { margin-top: 20px; display: grid; gap: 12px; }
.mycs-coming { padding: 14px 16px; border-left: 3px solid var(--mycs-gold); background: rgba(246,200,62,.07); font-weight: 700; }

.mycs-member-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 22px 26px; }
.mycs-member-identity { display: flex; align-items: center; gap: 16px; }
.mycs-member-identity h2 { margin-top: 4px; font-size: 1.4rem; }
.mycs-member-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 800; }
.mycs-member-links a:hover { color: var(--mycs-lime); }
.mycs-avatar { width: 100px; height: 100px; border: 2px solid var(--mycs-gold); border-radius: 50%; object-fit: cover; background: var(--mycs-deep); }
.mycs-member-identity .mycs-avatar { width: 72px; height: 72px; }

.mycs-feed,
.mycs-members { margin: 0 0 100px; scroll-margin-top: 120px; }
.mycs-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.mycs-section-heading h2 { margin-top: 7px; }
.mycs-feed-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.mycs-post-card { overflow: hidden; }
.mycs-post-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.mycs-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mycs-post-card:hover .mycs-post-image img { transform: scale(1.035); }
.mycs-post-body { padding: 24px; }
.mycs-post-type { color: var(--mycs-gold); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mycs-post-body h3 { margin: 9px 0 12px; }
.mycs-post-body h3 a:hover { color: var(--mycs-lime); }
.mycs-author { display: flex; align-items: center; gap: 11px; margin-top: 20px; font-size: .88rem; font-weight: 850; }
.mycs-author .mycs-avatar { width: 42px; height: 42px; }
.mycs-author small { display: block; color: var(--mycs-muted); font-size: .72rem; font-weight: 500; }
.mycs-empty { grid-column: 1 / -1; padding: 42px; }
.mycs-empty h3 { margin-top: 9px; font-size: 2rem; }

.mycs-member-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.mycs-member-card { display: grid; justify-items: center; gap: 8px; text-align: center; }
.mycs-member-card .mycs-avatar { margin-bottom: 6px; }
.mycs-member-card span { color: var(--mycs-muted); font-size: .78rem; }

.mycs-public-profile { width: min(1050px, calc(100% - 32px)); margin: 50px auto; padding: clamp(30px, 6vw, 70px); color: var(--mycs-white); }
.mycs-back { display: inline-block; margin-bottom: 34px; color: var(--mycs-gold); font-weight: 850; }
.mycs-profile-intro { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 38px; }
.mycs-profile-intro h1 { margin: 8px 0 10px; font-size: clamp(2.8rem, 7vw, 5.8rem); }
.mycs-profile-location { color: var(--mycs-lime) !important; font-weight: 800; }
.mycs-interests { padding-top: 14px; border-top: 1px solid var(--mycs-line); }

.mycs-portal :focus-visible { outline: 3px solid var(--mycs-gold); outline-offset: 4px; }

/* Public MY CITYSOUND gateway */
.mycs-gateway,
.mycs-gateway * { box-sizing: border-box; }
.mycs-gateway {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: var(--mycs-white);
  background:
    radial-gradient(circle at 72% 22%, rgba(186,255,57,.18), transparent 27rem),
    radial-gradient(circle at 16% 74%, rgba(246,200,62,.09), transparent 32rem),
    linear-gradient(145deg, #010805, #032117 55%, #00130c);
  font: 500 17px/1.6 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mycs-gateway__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .15;
  background-image: linear-gradient(rgba(186,255,57,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(186,255,57,.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 20%, transparent 92%);
}
.mycs-gateway__stage { width: min(1320px, calc(100% - 42px)); margin: auto; padding: 22px 0 30px; }
.mycs-gateway__topline,
.mycs-gateway__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--mycs-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mycs-radio-link { color: var(--mycs-gold) !important; }
.mycs-gateway__shell { min-height: calc(100vh - 150px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); align-items: center; gap: clamp(28px, 5vw, 72px); padding: 40px 0; }
.mycs-gateway__welcome { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, .54fr); align-items: center; gap: 26px; }
.mycs-gateway__copy h1 { margin: 14px 0 0; color: var(--mycs-gold); font-size: clamp(4.4rem, 10vw, 9.6rem); font-weight: 950; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.mycs-gateway__copy h1 span { color: var(--mycs-white); }
.mycs-gateway__copy .mycs-tagline { max-width: 680px; margin-top: 17px; font-size: clamp(1.05rem, 1.8vw, 1.45rem); letter-spacing: .07em; }
.mycs-gateway__copy .mycs-intro { max-width: 560px; margin-top: 18px; }
.mycs-gateway__visual { position: relative; display: grid; place-items: center; min-height: 290px; }
.mycs-gateway__visual img { position: relative; z-index: 2; width: min(100%, 260px); aspect-ratio: 1; border-radius: 50%; filter: drop-shadow(0 0 30px rgba(186,255,57,.35)); }
.mycs-gateway__visual .mycs-orbit--one { width: 98%; }
.mycs-gateway__visual .mycs-orbit--two { width: 118%; }
.mycs-gateway__features { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 9px; margin-top: -4px; }
.mycs-gateway__features span { padding: 8px 13px; border: 1px solid var(--mycs-line); border-radius: 999px; background: rgba(5,35,25,.68); color: var(--mycs-muted); font-size: .78rem; font-weight: 700; }
.mycs-gateway__features b { color: var(--mycs-white); }
.mycs-gateway__signin { width: 100%; max-width: 510px; justify-self: end; padding: clamp(26px, 3vw, 42px); border-color: rgba(186,255,57,.32); box-shadow: 0 30px 90px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.05); }
.mycs-gateway__signin h2 { margin: 7px 0 8px; font-size: clamp(2.15rem, 4vw, 3.15rem); line-height: 1; }
.mycs-gateway__auth-intro { margin: 0 0 20px; font-size: .98rem; }
.mycs-gateway__signin #loginform { display: grid; gap: 12px; }
.mycs-gateway__signin #loginform p { display: grid; gap: 6px; margin: 0; color: var(--mycs-white); font-size: .86rem; font-weight: 800; }
.mycs-gateway__signin #loginform .login-remember { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 8px; color: var(--mycs-muted); }
.mycs-gateway__signin #loginform input[type="text"],
.mycs-gateway__signin #loginform input[type="password"] { width: 100%; min-height: 49px; padding: 11px 14px; border: 1px solid rgba(204,224,213,.22); border-radius: 12px; background: rgba(0,8,5,.72); color: var(--mycs-white); font: inherit; }
.mycs-gateway__signin #wp-submit { width: 100%; min-height: 50px; padding: 11px 24px; border: 0; border-radius: 999px; background: linear-gradient(100deg, var(--mycs-lime), var(--mycs-gold)); color: #061009; font: inherit; font-weight: 900; cursor: pointer; }
.mycs-gateway [hidden] { display: none !important; }
.mycs-login-second { display: grid; gap: 12px; }
.mycs-login-back { width: fit-content; padding: 0; border: 0; background: transparent; color: #385849; cursor: pointer; font-size: .8rem; font-weight: 600; }
.mycs-login-back:hover { color: #0c7545; }
.mycs-gateway__signin #loginform .login-submit { display: block; }
.mycs-email-continue { width: 100%; min-height: 50px; padding: 11px 24px; border: 0; border-radius: 999px; background: linear-gradient(100deg, var(--mycs-lime), var(--mycs-gold)); color: #061009; cursor: pointer; font-size: 1rem; font-weight: 700; }
.mycs-email-continue:hover,
.mycs-gateway__signin #wp-submit:hover { filter: brightness(1.03); transform: translateY(-1px); }
.mycs-login-flow.is-password-step .login-username input { background: #f2f6f3; color: #30463a; }
.mycs-social-login--first { margin: 0 0 14px; gap: 10px; }
.mycs-social-login--first .nsl-container,
.mycs-social-login--first .nsl-container-buttons,
.mycs-social-login--first .nsl-container-buttons a,
.mycs-social-login--first .nsl-button { width: 100% !important; max-width: none !important; margin: 0 !important; }
.mycs-social-login--first .nsl-container-buttons a { min-height: 52px !important; display: flex !important; align-items: center; justify-content: center; border-radius: 999px !important; overflow: hidden; }
.mycs-social-login--first .nsl-button { min-height: 52px !important; border-radius: 999px !important; font-size: 1rem !important; font-weight: 900 !important; }
.mycs-gateway__signin #loginform .nsl-container,
.mycs-gateway__signin #loginform [class*="nsl-container"] { display: none !important; }
.mycs-or-divider { display: flex; align-items: center; gap: 12px; margin: 13px 0; color: var(--mycs-muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.mycs-or-divider::before,
.mycs-or-divider::after { content: ""; height: 1px; flex: 1; background: var(--mycs-line); }
.mycs-gateway__signin label { font-size: .9rem !important; }
.mycs-gateway__signin input { font-size: 1rem !important; }
.mycs-forgot { display: block; width: fit-content; margin: 10px auto 0; color: var(--mycs-muted) !important; font-size: .82rem; font-weight: 750; }
.mycs-forgot:hover { color: var(--mycs-lime) !important; }
.mycs-gateway__join { margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--mycs-line); }
.mycs-gateway__join summary { display: flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--mycs-line); border-radius: 999px; color: var(--mycs-white); cursor: pointer; font-weight: 900; list-style: none; }
.mycs-gateway__join summary::-webkit-details-marker { display: none; }
.mycs-gateway__join summary:hover { border-color: var(--mycs-lime); background: rgba(186,255,57,.06); }
.mycs-gateway__join[open] summary { border-color: var(--mycs-gold); color: var(--mycs-gold); }
.mycs-gateway__join-panel { padding: 18px 1px 0; }
.mycs-gateway__join-panel > p { margin: 0 0 14px; font-size: .88rem; text-align: center; }
.mycs-gateway__join .mycs-form { gap: 12px; }
.mycs-gateway__join .mycs-form input { min-height: 48px; }
.mycs-gateway__footer { flex-direction: column; justify-content: center; min-height: 142px; padding: 20px 0 4px; border-top: 1px solid var(--mycs-line); text-transform: none; }
.mycs-gateway__brands { display: flex; align-items: center; justify-content: center; gap: 20px; }
.mycs-gateway__powered { color: rgba(204,224,213,.65); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.mycs-network-brand { display: flex; align-items: center; }
.mycs-network-brand--img { gap: 9px; color: var(--mycs-white); }
.mycs-img-monogram { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(246,200,62,.55); border-radius: 12px; background: linear-gradient(145deg, rgba(186,255,57,.12), rgba(246,200,62,.09)); color: var(--mycs-gold); font-size: .9rem; font-weight: 950; letter-spacing: -.04em; box-shadow: inset 0 0 20px rgba(186,255,57,.05); }
.mycs-img-name { display: grid; color: var(--mycs-white); font-size: .8rem; font-weight: 950; letter-spacing: .04em; line-height: 1.05; }
.mycs-img-name small { margin-top: 4px; color: var(--mycs-muted); font-size: .58rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.mycs-network-link { width: 44px; height: 1px; background: linear-gradient(90deg, var(--mycs-gold), var(--mycs-lime)); box-shadow: 0 0 9px rgba(186,255,57,.45); }
.mycs-network-brand--citysound img { width: 76px; height: 56px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(246,200,62,.2)); }
.mycs-gateway__links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 24px; }
.mycs-gateway__links a { position: relative; color: rgba(231,243,236,.76); font-size: .72rem; font-weight: 500; letter-spacing: .02em; text-transform: none; transition: color .2s ease; }
.mycs-gateway__links a:hover { color: var(--mycs-lime); }
.mycs-gateway__links a + a::before { content: ""; position: absolute; width: 3px; height: 3px; left: -14px; top: 50%; border-radius: 50%; background: rgba(204,224,213,.35); }
.mycs-gateway__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; color: rgba(204,224,213,.5); font-size: .62rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

body.mycs-gateway-page { margin: 0; background: #010805; }
body.mycs-gateway-page #wpadminbar { position: fixed; }

/* 1.3.1 — clean, refined gateway typography */
.mycs-gateway,
.mycs-gateway input,
.mycs-gateway button,
.mycs-gateway summary {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mycs-gateway {
  background:
    radial-gradient(circle at 18% 46%, rgba(48, 173, 96, .12), transparent 31rem),
    radial-gradient(circle at 82% 12%, rgba(246, 200, 62, .08), transparent 27rem),
    linear-gradient(145deg, #010805, #062218 58%, #01110b);
}
.mycs-gateway__stage { width: min(1240px, calc(100% - 48px)); }
.mycs-gateway__topline {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(400px, .72fr);
  gap: clamp(52px, 8vw, 108px);
  min-height: 72px;
  align-items: center;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: none;
}
.mycs-gateway__identity { display: inline-flex; width: fit-content; align-items: center; gap: 13px; color: var(--mycs-white) !important; }
.mycs-gateway__identity img { width: 68px; height: 68px; flex: 0 0 68px; }
.mycs-gateway__identity > span { display: grid; gap: 2px; line-height: 1.05; }
.mycs-gateway__identity strong { color: var(--mycs-white); font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: 1.16rem; font-weight: 600; letter-spacing: -.01em; }
.mycs-gateway__identity small { color: var(--mycs-gold); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-size: .83rem; font-weight: 700; letter-spacing: .025em; }
.mycs-gateway__islands { width: 100%; max-width: 520px; justify-self: end; color: var(--mycs-white); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-size: .93rem; font-weight: 700; letter-spacing: .025em; text-align: center; text-transform: none; }
.mycs-gateway__shell {
  grid-template-columns: minmax(0, .88fr) minmax(400px, .72fr);
  gap: clamp(52px, 8vw, 108px);
  min-height: calc(100vh - 150px);
  align-items: start;
  padding: 48px 0;
}
.mycs-gateway__welcome {
  display: flex;
  min-height: 0;
  align-items: flex-start;
}
.mycs-gateway__copy {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 4px 0 48px 28px;
}
.mycs-gateway__copy::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 88px;
  left: 0;
  top: 0;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--mycs-lime), var(--mycs-gold));
  box-shadow: 0 0 24px rgba(186,255,57,.28);
}
.mycs-gateway .mycs-kicker {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.mycs-gateway__copy h1,
.mycs-gateway__signin h2,
.mycs-img-monogram,
.mycs-img-name {
  font-family: "Outfit", "Segoe UI", Arial, sans-serif !important;
  font-synthesis: none;
}
.mycs-gateway__copy h1 {
  margin-top: 10px;
  font-size: clamp(3.8rem, 6.3vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .9;
  white-space: nowrap;
  text-shadow: 0 14px 42px rgba(0,0,0,.28);
}
.mycs-gateway__copy .mycs-tagline {
  max-width: 560px;
  margin-top: 22px;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.4;
}
.mycs-gateway__copy .mycs-intro {
  max-width: 490px;
  margin-top: 14px;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.75;
}
.mycs-gateway__signin {
  max-width: 520px;
  padding: clamp(35px, 4vw, 54px);
  border: 0;
  border-radius: 28px;
  background: rgba(250, 253, 251, .98);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .42);
  color: #08140e;
  backdrop-filter: blur(24px);
}
.mycs-gateway__signin .mycs-kicker { color: #47735d; }
.mycs-gateway__signin h2 {
  margin: 8px 0 6px;
  color: #07130d;
  font-size: clamp(2.55rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -.035em;
}
.mycs-gateway__auth-intro {
  margin-bottom: 24px;
  color: #53665c !important;
  font-size: .93rem;
  font-weight: 400;
}
.mycs-social-login--first { gap: 11px; }
.mycs-social-login--first .nsl-button,
.mycs-social-login--first .nsl-button *,
.mycs-email-continue,
.mycs-gateway__signin #wp-submit,
.mycs-gateway__join summary {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: -.012em !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
.mycs-social-login--first .nsl-button,
.mycs-social-login--first .nsl-button > div,
.mycs-social-login--first .nsl-button span { justify-content: center !important; align-items: center !important; }
.mycs-or-divider { color: #718078; font-weight: 600; }
.mycs-or-divider::before,
.mycs-or-divider::after { background: #d3ddd7; }
.mycs-gateway__signin #loginform p { color: #18271f; font-weight: 600; }
.mycs-gateway__signin #loginform input[type="text"],
.mycs-gateway__signin #loginform input[type="email"],
.mycs-gateway__signin #loginform input[type="password"],
.mycs-gateway__join .mycs-form input {
  border-color: #c7d3cc;
  background: #fff;
  color: #07130d;
  font-weight: 400;
  box-shadow: none;
}
.mycs-gateway__signin #loginform input:focus,
.mycs-gateway__join .mycs-form input:focus {
  border-color: #17965d;
  box-shadow: 0 0 0 3px rgba(23, 150, 93, .12);
  outline: none;
}
.mycs-gateway__signin #loginform .login-remember { color: #53665c; font-weight: 500; }
.mycs-gateway__signin #wp-submit { font-weight: 700; }
.mycs-email-continue { font-weight: 700; }
.mycs-forgot { color: #385849 !important; font-weight: 500; }
.mycs-gateway__join { border-top-color: #d3ddd7; }
.mycs-gateway__join summary {
  border-color: #9eafa5;
  color: #102219;
  font-weight: 600;
}
.mycs-gateway__join summary:hover { border-color: #17965d; background: #edf7f1; }
.mycs-gateway__join[open] summary { border-color: #17965d; color: #0c7545; }
.mycs-gateway__join-panel > p { color: #53665c; font-weight: 400; }
.mycs-gateway__join .mycs-form label { color: #18271f; font-weight: 600; }
.mycs-gateway__join .mycs-button { font-weight: 700; }
.mycs-gateway__footer { min-height: 228px; padding: 24px 0 94px; font-weight: 600; }
.mycs-gateway__brands { gap: 15px; }
.mycs-footer-product { display: flex; align-items: center; gap: 8px; color: var(--mycs-white); }
.mycs-footer-product img { width: 38px; height: 38px; object-fit: contain; }
.mycs-footer-product strong { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: .82rem; font-weight: 600; letter-spacing: -.005em; white-space: nowrap; }
.mycs-network-divider { width: 1px; height: 30px; background: rgba(204,224,213,.22); }
.mycs-gateway__powered { color: rgba(244,250,246,.84); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.mycs-network-brand--img,
.mycs-network-brand--citysound { width: 84px; height: 46px; justify-content: center; }
.mycs-network-brand--img img,
.mycs-network-brand--citysound img { display: block; width: 84px !important; height: 46px !important; object-fit: contain; }
.mycs-network-brand--img img { mix-blend-mode: screen; }
.mycs-gateway__legal strong { order: -1; width: 100%; color: rgba(248,255,248,.94); font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: .8rem; font-weight: 600; letter-spacing: .055em; text-align: center; text-transform: none; }

.mycs-radio-dock {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: min(690px, calc(100% - 24px));
  height: 68px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 7px 15px 7px 7px;
  border: 1px solid rgba(186,255,57,.26);
  border-radius: 999px;
  background: rgba(2,17,11,.93);
  box-shadow: 0 20px 70px rgba(0,0,0,.58), 0 0 28px rgba(186,255,57,.06);
  color: var(--mycs-white);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  backdrop-filter: blur(22px);
}
.mycs-radio-dock .dock-play { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; border: 0; border-radius: 50%; background: linear-gradient(135deg,var(--mycs-lime),var(--mycs-gold)); color: #061009; cursor: pointer; font-size: 1rem; }
.mycs-radio-dock .dock-copy { display: flex; min-width: 0; flex: 0 1 205px; flex-direction: column; overflow: hidden; }
.mycs-radio-dock .dock-copy strong,
.mycs-radio-dock .dock-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mycs-radio-dock .dock-copy strong { color: #fff !important; font-family: "Manrope", "Segoe UI", Arial, sans-serif !important; font-size: .9rem; font-weight: 600; letter-spacing: -.01em; }
.mycs-radio-dock .dock-copy span { color: rgba(255,255,255,.76) !important; font-family: "Manrope", "Segoe UI", Arial, sans-serif !important; font-size: .68rem; font-weight: 500; }
.mycs-radio-dock .dock-share { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px 0 10px; border: 1px solid rgba(19,216,121,.38); border-radius: 999px; background: rgba(4,28,18,.96); color: #fff !important; cursor: pointer; font-family: "Manrope", "Segoe UI", Arial, sans-serif !important; font-size: .63rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.mycs-radio-dock .dock-share svg { width: 20px; height: 20px; }
.mycs-radio-dock .dock-share circle { fill: var(--mycs-gold); }
.mycs-radio-dock .dock-share path { fill: none; stroke: var(--mycs-green); stroke-width: 1.65; stroke-linecap: round; }
.mycs-radio-dock .equalizer { height: 24px; display: flex; margin-left: auto; align-items: end; gap: 3px; }
.mycs-radio-dock .equalizer i { display: block; width: 3px; height: 22%; background: var(--mycs-gold); }
.mycs-radio-dock .live-badge { display: inline-flex; min-width: 49px; min-height: 29px; margin-left: 2px; align-items: center; justify-content: center; border-radius: 999px; background: #f52b3a !important; color: #fff !important; font-family: "Manrope", "Segoe UI", Arial, sans-serif !important; font-size: .61rem; font-weight: 700; letter-spacing: .09em; line-height: 1; }

.mycs-gateway__signin.is-password-step { padding-top: 30px; padding-bottom: 30px; }
.mycs-gateway__signin.is-password-step .mycs-kicker { display: none; }
.mycs-gateway__signin.is-password-step h2 { margin-top: 0; font-size: 2.5rem; }
.mycs-gateway__signin.is-password-step .mycs-gateway__auth-intro { display: none; }
.mycs-gateway__signin.is-password-step .mycs-login-second { gap: 8px; }
.mycs-gateway__signin.is-password-step .mycs-or-divider { margin: 9px 0; }
.mycs-gateway__signin.is-password-step .mycs-social-login--first { gap: 8px; margin-bottom: 9px; }
.mycs-gateway__signin.is-password-step .mycs-gateway__join { margin-top: 10px; padding-top: 10px; }
.is-playing .mycs-radio-dock .equalizer i { animation: mycs-eq .7s ease-in-out infinite alternate; }
.is-playing .mycs-radio-dock .equalizer i:nth-child(2) { animation-delay: .13s; }
.is-playing .mycs-radio-dock .equalizer i:nth-child(3) { animation-delay: .27s; }
.is-playing .mycs-radio-dock .equalizer i:nth-child(4) { animation-delay: .06s; }
@keyframes mycs-eq { from { height: 20%; } to { height: 96%; } }

@media (max-width: 900px) {
  .mycs-gateway__topline { grid-template-columns: 1fr; gap: 17px; justify-items: center; padding-top: 8px; }
  .mycs-gateway__identity { justify-self: center; }
  .mycs-gateway__islands { max-width: 580px; justify-self: center; }
  .mycs-gateway__shell { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 58px 0 36px; }
  .mycs-gateway__welcome { min-height: 340px; max-width: 760px; margin: auto; text-align: center; }
  .mycs-gateway__copy { display: grid; justify-items: center; padding: 34px 18px; }
  .mycs-gateway__copy::before { width: 72px; height: 3px; left: 50%; top: 0; transform: translateX(-50%); }
  .mycs-gateway__features { justify-content: center; }
  .mycs-gateway__signin { max-width: 580px; justify-self: center; }
}

@media (max-width: 650px) {
  .mycs-gateway__stage { width: min(100% - 20px, 1320px); padding-top: 14px; }
  .mycs-gateway__topline { text-align: center; }
  .mycs-gateway__identity small { font-size: .98rem; }
  .mycs-gateway__islands { max-width: 310px; font-size: .78rem; line-height: 1.55; }
  .mycs-gateway__shell { padding-top: 42px; }
  .mycs-gateway__welcome { min-height: 300px; }
  .mycs-gateway__copy h1 { font-size: clamp(3.25rem, 18vw, 5rem); }
  .mycs-gateway__features { margin-top: 12px; }
  .mycs-gateway__signin { padding: 25px 18px; border-radius: 22px; }
  .mycs-gateway__footer { min-height: 265px; gap: 14px; padding: 22px 4px 88px; }
  .mycs-gateway__brands { flex-wrap: wrap; gap: 10px 14px; }
  .mycs-footer-product { width: 100%; justify-content: center; }
  .mycs-network-divider { display: none; }
  .mycs-gateway__powered { text-align: center; }
  .mycs-network-link { width: 24px; }
  .mycs-gateway__links { gap: 8px 20px; }
  .mycs-gateway__legal { width: 100%; text-align: center; }
  .mycs-radio-dock { height: 64px; bottom: 9px; }
  .mycs-radio-dock .dock-play { width: 50px; height: 50px; flex-basis: 50px; }
  .mycs-radio-dock .dock-copy { flex-basis: 110px; }
  .mycs-radio-dock .dock-copy span { display: none; }
  .mycs-radio-dock .dock-share { left: auto; right: 54px; transform: translateY(-50%); width: 40px; padding: 0; justify-content: center; }
  .mycs-radio-dock .dock-share span { display: none; }
  .mycs-radio-dock .equalizer { display: none; }
}

@media (max-width: 1100px) {
  .mycs-hero { grid-template-columns: 1fr; text-align: center; }
  .mycs-hero__copy { display: grid; justify-items: center; }
  .mycs-signal { min-height: 330px; }
  .mycs-signal img { width: 310px; }
  .mycs-feature-nav { grid-template-columns: repeat(3, 1fr); }
  .mycs-feed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mycs-member-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .mycs-portal { width: min(100% - 20px, 1480px); margin-top: 10px; font-size: 16px; }
  .mycs-hero { min-height: auto; gap: 28px; padding: 40px 22px; border-radius: 24px; }
  .mycs-hero h1 { font-size: clamp(3.3rem, 18vw, 5.4rem); }
  .mycs-tagline { letter-spacing: .06em; }
  .mycs-signal { min-height: 250px; }
  .mycs-signal img { width: 235px; }
  .mycs-actions,
  .mycs-actions .mycs-button { width: 100%; }
  .mycs-feature-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 70px; }
  .mycs-feature-nav a:last-child { grid-column: 1 / -1; }
  .mycs-auth-grid,
  .mycs-workspace,
  .mycs-feed-grid { grid-template-columns: 1fr; }
  .mycs-member-strip,
  .mycs-section-heading { align-items: flex-start; flex-direction: column; }
  .mycs-member-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mycs-profile-intro { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  .mycs-orbit { animation: none; }
  .mycs-portal * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* 1.6.0 — cinematic signed-in community experience */
body:has(.mycs-portal) { background: #010805; }
body.mycs-page > .site-header,
body.mycs-page > .site-footer { display: none !important; }
body.mycs-page .prose-shell { width: 100%; max-width: none; padding: 0; margin: 0; }
body.mycs-page .prose-shell > article > .kicker,
body.mycs-page .prose-shell > article > h1 { display: none; }
body.mycs-page .prose-shell > article { width: 100%; max-width: none; }
.mycs-portal,
.mycs-portal input,
.mycs-portal textarea,
.mycs-portal select,
.mycs-portal button,
.mycs-portal summary {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mycs-portal {
  width: min(1520px, calc(100% - 44px));
  margin: 18px auto 128px;
  color: #f8fff8;
}
.mycs-portal-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 7px 10px 16px;
}
.mycs-portal-brand { display: inline-flex; align-items: center; gap: 12px; }
.mycs-portal-brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 0 15px rgba(186,255,57,.18)); }
.mycs-portal-brand span { display: grid; gap: 2px; line-height: 1.04; }
.mycs-portal-brand strong { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: 1.08rem; font-weight: 600; letter-spacing: -.015em; }
.mycs-portal-brand small { color: #f6c83e; font-size: .68rem; font-weight: 600; letter-spacing: .025em; }
.mycs-portal-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 34px); color: rgba(248,255,248,.74); font-size: .78rem; font-weight: 600; }
.mycs-portal-nav a { transition: color .2s ease; }
.mycs-portal-nav a:hover { color: #baff39; }
.mycs-portal-nav__live { min-height: 38px; display: inline-flex; align-items: center; padding: 0 17px; border: 1px solid rgba(186,255,57,.42); border-radius: 999px; color: #fff !important; }
.mycs-portal-nav__live::before { content: ""; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #f52b3a; box-shadow: 0 0 0 5px rgba(245,43,58,.12); }

.mycs-portal .mycs-hero {
  position: relative;
  min-height: min(730px, calc(100vh - 112px));
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  gap: clamp(30px, 5vw, 80px);
  padding: clamp(48px, 7vw, 104px);
  border-color: rgba(186,255,57,.26);
  background-image:
    linear-gradient(90deg, rgba(1,10,7,.97) 0%, rgba(1,15,10,.80) 43%, rgba(1,13,9,.38) 71%, rgba(1,8,6,.56) 100%),
    linear-gradient(0deg, rgba(1,10,7,.78), transparent 48%),
    url("../images/my-citysound-carenage-night.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 38px 110px rgba(0,0,0,.56), inset 0 1px rgba(255,255,255,.06);
}
.mycs-portal .mycs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 72% 42%, rgba(186,255,57,.12), transparent 25rem);
}
.mycs-hero__copy { position: relative; z-index: 3; }
.mycs-portal .mycs-kicker { font-size: .69rem; font-weight: 600; letter-spacing: .2em; }
.mycs-portal .mycs-hero h1 {
  max-width: 830px;
  margin: 18px 0 14px;
  font-family: "Outfit", "Segoe UI", Arial, sans-serif;
  font-size: clamp(4.1rem, 7.2vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .86;
  text-wrap: balance;
}
.mycs-portal .mycs-tagline { font-size: clamp(1rem, 1.55vw, 1.35rem); font-weight: 600; letter-spacing: .055em; }
.mycs-portal .mycs-intro { max-width: 590px; margin-top: 17px; color: rgba(242,251,245,.82); font-size: 1.02rem; font-weight: 400; line-height: 1.7; }
.mycs-portal .mycs-button { min-height: 50px; padding: 11px 23px; font-size: .87rem; font-weight: 700; }
.mycs-hero-regions { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 38px; color: rgba(248,255,248,.62); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.mycs-hero-regions span { position: relative; }
.mycs-hero-regions span + span::before { content: ""; position: absolute; width: 3px; height: 3px; left: -11px; top: 50%; border-radius: 50%; background: #f6c83e; }
.mycs-portal .mycs-signal { z-index: 3; min-height: 410px; }
.mycs-portal .mycs-signal::before,
.mycs-portal .mycs-signal::after { display: none; }
.mycs-portal .mycs-signal img { width: min(100%, 370px); object-fit: contain; filter: drop-shadow(0 0 28px rgba(186,255,57,.24)) drop-shadow(0 25px 44px rgba(0,0,0,.48)); }
.mycs-portal .mycs-signal .mycs-orbit--one { width: 390px; max-width: 105%; }
.mycs-portal .mycs-signal .mycs-orbit--two { width: 445px; max-width: 121%; }
.mycs-signal-status {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px;
  border: 1px solid rgba(186,255,57,.25);
  border-radius: 16px;
  background: rgba(1,14,9,.75);
  box-shadow: 0 15px 40px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
}
.mycs-signal-status i { width: 9px; height: 9px; border-radius: 50%; background: #13d879; box-shadow: 0 0 0 6px rgba(19,216,121,.11), 0 0 18px #13d879; }
.mycs-signal-status span { display: grid; line-height: 1.25; }
.mycs-signal-status small { color: #baff39; font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mycs-signal-status strong { margin-top: 2px; color: #fff; font-size: .76rem; font-weight: 600; }

.mycs-portal .mycs-feature-nav {
  position: relative;
  z-index: 6;
  width: calc(100% - 64px);
  margin: -54px auto clamp(78px, 9vw, 118px);
  gap: 12px;
}
.mycs-portal .mycs-feature-nav a {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-color: rgba(186,255,57,.28);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(16,59,44,.90), rgba(2,17,12,.96));
  box-shadow: 0 20px 45px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.055);
  backdrop-filter: blur(18px);
}
.mycs-portal .mycs-feature-nav span { width: 43px; height: 43px; margin-bottom: 17px; border-color: rgba(246,200,62,.64); background: rgba(246,200,62,.055); }
.mycs-portal .mycs-feature-nav svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.mycs-portal .mycs-feature-nav strong { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: 1.03rem; font-weight: 600; letter-spacing: -.01em; }
.mycs-portal .mycs-feature-nav small { color: rgba(231,243,236,.67); font-size: .71rem; font-weight: 500; }

.mycs-portal .mycs-member-strip {
  margin-bottom: 22px;
  padding: 20px 24px;
  border-color: rgba(186,255,57,.20);
  border-radius: 20px;
  background: linear-gradient(115deg, rgba(12,49,36,.88), rgba(2,18,12,.94));
}
.mycs-member-identity .mycs-avatar { width: 58px; height: 58px; border-width: 1px; }
.mycs-member-identity h2 { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: 1.2rem; font-weight: 500; letter-spacing: -.02em; }
.mycs-member-links { font-size: .76rem; font-weight: 600; }
.mycs-member-links a { color: rgba(248,255,248,.74); }

.mycs-portal .mycs-workspace { gap: 16px; margin-bottom: clamp(80px, 9vw, 120px); }
.mycs-tool-panel { overflow: hidden; scroll-margin-top: 30px; }
.mycs-tool-panel summary {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}
.mycs-tool-panel summary::-webkit-details-marker { display: none; }
.mycs-tool-panel summary > span { display: grid; }
.mycs-tool-panel summary small { color: #f6c83e; font-size: .62rem; font-weight: 600; letter-spacing: .16em; }
.mycs-tool-panel summary strong { margin-top: 4px; font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.025em; }
.mycs-tool-panel summary b { min-height: 39px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid rgba(186,255,57,.28); border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 600; }
.mycs-tool-panel summary b::after { content: "+"; margin-left: 9px; color: #baff39; font-size: 1rem; }
.mycs-tool-panel[open] summary b::after { content: "–"; }
.mycs-tool-panel__body { padding: 5px 28px 30px; border-top: 1px solid rgba(186,255,57,.14); }
.mycs-tool-panel__body > p { margin-top: 22px; }
.mycs-tool-panel .mycs-form { margin-top: 22px; }
.mycs-tool-panel .mycs-form label { font-size: .79rem; font-weight: 600; }
.mycs-tool-panel .mycs-form input:not([type="checkbox"]),
.mycs-tool-panel .mycs-form textarea,
.mycs-tool-panel .mycs-form select { border-radius: 10px; font-weight: 400; }

.mycs-portal .mycs-section-heading { margin-bottom: 24px; }
.mycs-portal .mycs-section-heading h2 { margin-top: 7px; font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: clamp(2.4rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.045em; }
.mycs-portal .mycs-feed-grid { gap: 18px; }
.mycs-portal .mycs-post-card { border-color: rgba(186,255,57,.18); border-radius: 20px; background: rgba(4,25,17,.92); }
.mycs-portal .mycs-post-body { padding: 22px; }
.mycs-portal .mycs-post-type { font-size: .63rem; font-weight: 600; }
.mycs-portal .mycs-post-body h3 { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: 1.28rem; font-weight: 500; }
.mycs-portal .mycs-post-body p { font-size: .84rem; line-height: 1.65; }
.mycs-portal .mycs-members { margin-bottom: 80px; }
.mycs-portal .mycs-member-card { border-color: rgba(186,255,57,.16); background: rgba(4,25,17,.84); }
.mycs-portal .mycs-member-card strong { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-weight: 500; }

.mycs-portal-footer {
  min-height: 165px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 28px 6px 72px;
  border-top: 1px solid rgba(186,255,57,.18);
}
.mycs-portal-footer__brand { display: flex; align-items: center; gap: 10px; }
.mycs-portal-footer__brand img { width: 42px; height: 42px; object-fit: contain; }
.mycs-portal-footer__brand span { display: grid; line-height: 1.15; }
.mycs-portal-footer__brand strong { font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: .87rem; font-weight: 600; }
.mycs-portal-footer__brand small { margin-top: 3px; color: rgba(204,224,213,.57); font-size: .57rem; }
.mycs-portal-footer > p { display: grid; gap: 3px; margin: 0; text-align: center; }
.mycs-portal-footer > p strong { color: #fff; font-family: "Outfit", "Segoe UI", Arial, sans-serif; font-size: .76rem; font-weight: 600; }
.mycs-portal-footer > p span { color: rgba(204,224,213,.55); font-size: .57rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.mycs-portal-footer__network { display: flex; justify-self: end; align-items: center; gap: 12px; }
.mycs-portal-footer__network small { color: rgba(204,224,213,.58); font-size: .56rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.mycs-portal-footer__network img { width: 65px; height: 38px; object-fit: contain; }
.mycs-portal-footer__network img:first-of-type { mix-blend-mode: screen; }

body.mycs-page .radio-dock {
  width: min(690px, calc(100% - 24px));
  height: 68px;
  gap: 13px;
  padding: 7px 15px 7px 7px;
  border-color: rgba(186,255,57,.28);
  background: rgba(2,17,11,.94);
  color: #fff;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
body.mycs-page .radio-dock .dock-copy strong { color: #fff !important; font-family: inherit !important; font-size: .9rem; font-weight: 600; letter-spacing: -.01em; }
body.mycs-page .radio-dock .dock-copy span { color: rgba(255,255,255,.76) !important; font-family: inherit !important; font-size: .68rem; font-weight: 500; }
body.mycs-page .radio-dock .mycs-now-playing-label { margin-bottom: 1px; color: #f6c83e; font-family: inherit; font-size: .49rem; font-weight: 700; letter-spacing: .16em; line-height: 1; }
body.mycs-page .radio-dock .dock-share { color: #fff !important; font-family: inherit !important; font-size: .63rem; font-weight: 600; letter-spacing: .045em; }
body.mycs-page .radio-dock .live-badge { min-width: 49px; min-height: 29px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #f52b3a !important; color: #fff !important; font-family: inherit !important; font-size: .61rem; font-weight: 700; letter-spacing: .09em; line-height: 1; }

.mycs-gateway__identity .mycs-header-lockup-image {
  width: min(430px, 100%);
  height: auto;
  object-fit: contain;
  filter: none;
}
.mycs-portal-brand .mycs-header-lockup-image {
  width: 350px;
  height: auto;
  object-fit: contain;
  filter: none;
}

/* 1.6.5 — locked header typography and ordered live-player controls */
@font-face {
  font-family: "MYCS Gothic";
  src: url("../fonts/URWGothic-Demi.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.mycs-gateway__islands {
  font-family: "MYCS Gothic", "Outfit", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.012em;
}
body.mycs-page .radio-dock {
  width: min(760px, calc(100% - 24px));
  gap: 12px;
}
body.mycs-page .radio-dock .dock-copy {
  display: flex;
  min-width: 150px;
  flex: 1 1 255px;
  flex-direction: column;
  overflow: hidden;
}
body.mycs-page .radio-dock .mycs-now-playing-label {
  display: block;
  margin-bottom: 3px;
  color: #f6c83e;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.1;
}
body.mycs-page .radio-dock .dock-copy strong {
  font-size: .94rem;
  font-weight: 700;
}
body.mycs-page .radio-dock .dock-share {
  position: static;
  left: auto;
  top: auto;
  flex: 0 0 auto;
  margin-left: 0;
  transform: none;
}
body.mycs-page .radio-dock .dock-live-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  margin-left: 2px;
}
body.mycs-page .radio-dock .dock-live-status .equalizer {
  display: flex;
  height: 24px;
  margin-left: 0;
  align-items: end;
  gap: 3px;
}

@media (max-width: 1050px) {
  .mycs-portal-nav a:not(.mycs-portal-nav__live) { display: none; }
  .mycs-portal .mycs-hero { grid-template-columns: 1fr .72fr; padding: 58px 46px 90px; }
  .mycs-portal .mycs-signal img { width: 300px; }
  .mycs-portal .mycs-feature-nav { width: calc(100% - 34px); grid-template-columns: repeat(3, 1fr); }
  .mycs-portal .mycs-feature-nav a:nth-last-child(-n+2) { min-height: 132px; }
  .mycs-portal-footer { grid-template-columns: 1fr 1fr; }
  .mycs-portal-footer > p { grid-column: 1 / -1; grid-row: 1; }
}

@media (max-width: 760px) {
  .mycs-portal { width: min(100% - 16px, 1520px); margin-top: 8px; }
  .mycs-portal-header { min-height: 68px; padding: 5px 5px 11px; }
  .mycs-portal-brand .mycs-header-lockup-image { width: 275px; height: auto; }
  .mycs-portal-brand strong { font-size: .92rem; }
  .mycs-portal-brand small { font-size: .56rem; }
  .mycs-portal-nav__live { min-height: 35px; padding: 0 12px; font-size: .68rem; }
  .mycs-portal .mycs-hero {
    min-height: 720px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 12px;
    padding: 34px 24px 84px;
    text-align: left;
    background-image:
      linear-gradient(0deg, rgba(1,10,7,.98) 4%, rgba(1,12,8,.76) 58%, rgba(1,10,7,.22) 100%),
      url("../images/my-citysound-carenage-night.png");
    background-position: center;
  }
  .mycs-portal .mycs-hero__copy { order: 2; }
  .mycs-portal .mycs-hero h1 { font-size: clamp(3.4rem, 16vw, 5.1rem); white-space: normal; }
  .mycs-portal .mycs-kicker { font-size: .57rem; }
  .mycs-portal .mycs-tagline { font-size: .87rem; line-height: 1.5; }
  .mycs-portal .mycs-intro { font-size: .88rem; line-height: 1.6; }
  .mycs-portal .mycs-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 9px; margin-top: 24px; }
  .mycs-portal .mycs-actions .mycs-button { width: 100%; min-height: 47px; padding: 9px 12px; font-size: .72rem; }
  .mycs-hero-regions { display: none; }
  .mycs-portal .mycs-signal { order: 1; min-height: 205px; justify-content: start; }
  .mycs-portal .mycs-signal img { width: 190px; }
  .mycs-portal .mycs-signal .mycs-orbit { display: none; }
  .mycs-signal-status { right: auto; left: 150px; bottom: 18px; padding: 8px 11px; }
  .mycs-signal-status strong { font-size: .63rem; }
  .mycs-signal-status small { font-size: .48rem; }
  .mycs-portal .mycs-feature-nav { width: calc(100% - 18px); grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: -54px; }
  .mycs-portal .mycs-feature-nav a,
  .mycs-portal .mycs-feature-nav a:nth-last-child(-n+2) { min-height: 132px; padding: 16px; }
  .mycs-portal .mycs-feature-nav a:last-child { grid-column: 1 / -1; min-height: 112px; }
  .mycs-portal .mycs-feature-nav span { width: 37px; height: 37px; margin-bottom: 12px; }
  .mycs-portal .mycs-feature-nav strong { font-size: .87rem; }
  .mycs-portal .mycs-feature-nav small { font-size: .63rem; }
  .mycs-portal .mycs-member-strip { padding: 17px; }
  .mycs-member-links { gap: 14px; }
  .mycs-tool-panel summary { min-height: 96px; padding: 19px; }
  .mycs-tool-panel summary strong { font-size: 1.35rem; }
  .mycs-tool-panel summary b { min-height: 36px; padding: 0 12px; font-size: .63rem; }
  .mycs-tool-panel__body { padding: 3px 18px 24px; }
  .mycs-portal-footer { grid-template-columns: 1fr; justify-items: center; gap: 20px; text-align: center; }
  .mycs-portal-footer__network { justify-self: center; }
  .mycs-portal-footer > p { grid-column: auto; grid-row: auto; }
  body.mycs-page .radio-dock { height: 64px; bottom: 9px; }
  body.mycs-page .radio-dock { gap: 8px; padding-right: 9px; }
  body.mycs-page .radio-dock .dock-copy { min-width: 80px; flex: 1 1 145px; }
  body.mycs-page .radio-dock .dock-copy span { display: none; }
  body.mycs-page .radio-dock .dock-share { position: static; width: 40px; padding: 0; justify-content: center; transform: none; }
  body.mycs-page .radio-dock .dock-share span { display: none; }
  body.mycs-page .radio-dock .dock-live-status .equalizer { display: flex; }
}

@media (max-width: 430px) {
  .mycs-gateway__identity .mycs-header-lockup-image { width: 285px; height: auto; }
  .mycs-portal-brand .mycs-header-lockup-image { width: 220px; height: auto; }
  .mycs-portal-brand small { display: none; }
  .mycs-portal .mycs-hero { min-height: 690px; padding-inline: 19px; }
  .mycs-portal .mycs-actions { grid-template-columns: 1fr; }
  .mycs-signal-status { left: 130px; }
  .mycs-portal .mycs-feature-nav { width: calc(100% - 10px); }
  .mycs-member-identity .mycs-avatar { width: 50px; height: 50px; }
  .mycs-member-links { width: 100%; justify-content: space-between; }
  body.mycs-page .radio-dock .dock-live-status .equalizer { display: none; }
  body.mycs-page .radio-dock .live-badge { min-width: 43px; }
}
