/* ==========================================================================
   MOBILE / BASE STYLES
   (Applied to all devices, mobile-first)
   ========================================================================== */

:root {
  --bg: #1B1104;
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.75);
  --dim: rgba(255, 255, 255, 0.55);
  --hair: rgba(255, 255, 255, 0.14);

  --gold-1: #f4c999;
  --gold-2: #d7ab7a;
  --gold-3: #ad814e;
  --yellow: #ffd733;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: auto !important;
  /* Force instant scroll */
}

body {
  background: var(--bg);
  color: var(--text);
}

img,
svg {
  max-width: 100%;
  max-height: 100%;
}

/* Layout gutter */
.page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: .32rem .32rem 0;
  box-sizing: border-box;
}

/* Masthead (shared header) */
.hero {
  position: relative;
  padding-top: 0;
  background: var(--bg);
}

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

.masthead-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .24rem;
}

.masthead-logo {
  height: .2rem;
  width: auto;
}

.masthead-lang {
  min-width: .68rem;
  height: .34rem;
  padding: 0 .12rem;
  border-radius: .06rem;
  border: .01rem solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.02rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  backdrop-filter: blur(0.15rem);
  -webkit-backdrop-filter: blur(0.15rem);
}

.masthead-lang-text {
  font-size: .12rem;
}

.masthead-lang-caret {
  width: 0;
  height: 0;
  border-left: .08rem solid transparent;
  border-right: .08rem solid transparent;
  border-top: .09rem solid rgba(255, 255, 255, 0.9);
  transform: translateY(.015rem);
}

.masthead-lang:hover .masthead-lang-other {
  display: block;
}

.masthead-lang-other:hover,
.masthead-lang-other ul:hover {
  display: block;
}

.masthead-lang-other {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0.1rem;
  border-radius: 0.05rem;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  width: max-content;
}

.masthead-lang-other ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.masthead-lang-other ul li {
  margin: 0;
  padding: 0;
}

.masthead-lang-other ul li a {
  display: block;
  padding: 0.1rem;
  color: #333;
  text-decoration: none;
}

.masthead-lang-other li:hover {
  background: rgba(69, 47, 36, .5);
}

.masthead-lang-other li:hover a {
  color: #ffffff;
}

.masthead-body {
  margin-top: .33rem;
  position: relative;
  pointer-events: none;
}

.masthead-title {
  font-weight: 700;
  font-size: .25rem;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.masthead-subtitle {
  margin-top: 0.08rem;
  font-weight: 300;
  font-size: .26rem;
  line-height: 1.04;
  letter-spacing: 0.01rem;
  font-family: Poppins;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: max-content;
}

.masthead-ribbon {
  width: max-content;
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.01rem;
  color: rgba(11, 11, 11, 0.88);
  background: linear-gradient(90deg, #D19C6F -0.14%, #F9DBC1 33.25%, #CA8C59 60.03%, rgba(200, 135, 81, 0) 100.14%);
  font-weight: bold;
  font-size: .13rem;
  padding: .06rem .56rem .06rem .16rem;
}

.masthead-phase {
  width: max-content;
  margin-top: .12rem;
  border-left: 0.02rem solid rgba(244, 201, 153, 0.65);
  background: linear-gradient(90deg, rgba(209, 156, 111, 0.1) -0.14%, rgba(249, 219, 193, 0.1) 33.25%, rgba(202, 140, 89, 0.1) 60.03%, rgba(200, 135, 81, 0) 100.14%);
  padding: .1rem .4rem .1rem .16rem;
}

.masthead-phase-tag {
  font-weight: 900;
  letter-spacing: 0.01rem;
  background: linear-gradient(88.56deg, #E3AB7C 1.23%, #FFE7D3 101.67%),
    linear-gradient(0deg, #D19C70, #D19C70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: .1rem;
  text-transform: uppercase;
}

.masthead-phase-text {
  font-weight: 600;
  color: #FFFFFF;
  font-size: .1rem;
  margin-top: .04rem;
}

.masthead-bg {
  position: absolute;
  pointer-events: none;
  bottom: .3rem;
  width: 192%;
  height: auto;
  display: block;
  z-index: -1;
  left: 1.1rem;
  transform: scale(1.1);
  max-height: none;
}

/* Main sections */
.panel {
  border-radius: .06rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.14);
  box-shadow: 0 .12rem .375rem rgba(0, 0, 0, 0.35);
}

.review-card {
  margin-top: .32rem;
  border-radius: .12rem;
  padding: .32rem .24rem .1rem .4rem;
}

.review-card-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.08rem;
  background:
    linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.18rem;
  text-align: left;
}

.review-list {
  margin: 0;
  padding: 0;
}

.review-list li {
  position: relative;
  padding-left: .2rem;
  margin: 0.08rem 0;
  font-weight: 600;
  line-height: 1.55;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.14rem;
}

.review-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: rgba(244, 201, 153, 0.82);
  transform: translateY(-50%);
}

.hero-voice {
  margin-top: .24rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .08rem;
}

.hero-voice-text {
  font-weight: 700;
  line-height: 1.45;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: .13rem;
}

.hero-voice-scroll {
  width: .12rem;
  height: 0.12rem;
}

.hero-cta {
  margin-top: .16rem;
  display: flex;
  justify-content: center;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: .13rem;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  width: 2.23rem;
  height: .4rem;
  gap: .1rem;
  border-radius: 999px;
  padding: .08rem .48rem;
  color: #1B1104;
  box-sizing: border-box;
}

/* Rewards */
.rewards {
  padding-top: .48rem;
}

.rewards-title {
  text-align: center;
  font-family: "DIN-Medium", "DIN", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.01rem;
  background: linear-gradient(88.56deg, #E3AB7C 1.23%, #FFE7D3 101.67%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: max-content;
  margin: auto;
  display: block;
  font-size: .2rem;
  text-transform: uppercase;
}

.rewards-period {
  margin-top: 0.12rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
  font-size: .13rem;
}

.reward-list {
  margin-top: .32rem;
  display: flex;
  flex-direction: column;
  gap: .08rem;
}

.reward-item {
  position: relative;
  display: flex;
  gap: .1rem;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(209, 156, 111, 0.1) -0.14%, rgba(249, 219, 193, 0.1) 33.25%, rgba(202, 140, 89, 0.1) 60.03%, rgba(200, 135, 81, 0) 100.14%);
  padding: .1rem .24rem;
}

.reward-item img {
  width: 0.48rem;
  height: 0.48rem;
}

.reward-rail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.02rem;
  background: linear-gradient(180deg, rgba(244, 201, 153, 0.9), rgba(173, 129, 78, 0.55));
}

.reward-text {
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  background: linear-gradient(90.61deg, #E3AB7C 3.47%, #FFE7D3 136.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: .13rem;
  font-family: Poppins;
}

/* Bottom band */
.bottom-band {
  margin-top: .32rem;
  background: var(--yellow);
}

.bottom-band-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .16rem;
  padding: .48rem .24rem;
}

.bottom-logo {
  height: .24rem;
  width: auto;
}

.bottom-text {
  color: rgba(11, 11, 11, 0.9);
  font-weight: 400;
  text-align: center;
  font-size: 0.13rem;
}

/* **/
.point_con {
  position: fixed;
  top: 50%;
  right: .1rem;
  display: flex;
  flex-direction: column;
  gap: .16rem;
  cursor: pointer;
  z-index: 999;
}

.point_con a {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Stepper block */
.stepper {
  margin-top: .32rem;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  color: rgba(11, 11, 11, 0.92);
  box-shadow: 0 1.125em 3.75em rgba(0, 0, 0, 0.28);
  padding: .16rem .16rem .2rem .16rem;
  border-radius: 0.12rem;

}

.stepper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background: #1B1104;
  padding: .02rem .12rem;
  border-radius: 999px;
}

.step-badge span {
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: .12rem;
  line-height: 1;
}

.step-label {
  font-weight: 500;
  opacity: 0.92;
  color: #1B1104;
  font-size: .12rem;
}

.step-line {
  flex: 1 1 auto;
  background: rgba(11, 11, 11, 0.35);
  border-radius: .15rem;
  height: 0.01rem;
}

.step-line.is-dashed {
  background: none;
  border-top: 0.01rem dashed rgba(11, 11, 11, 0.35);
  height: 0;
  border-radius: 0;
}

.stepper-title {
  margin-top: 0.12rem;
  text-align: center;
  font-weight: 900;
  font-size: .12rem;
}

/* Search */
.searchbar {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  gap: 0.24rem;
  border: 0.01rem solid rgba(244, 201, 153, 0.24);
  background: rgba(0, 0, 0, 0.18);
  padding: .08rem .08rem .08rem .16rem;
  border-radius: 999px;
}

.search-input {
  flex: 1 1 auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  padding: 0;
  font-size: .13rem;
}

.search-input::placeholder {
  color: rgba(244, 201, 153, 0.32);
}

.search-btn {
  border-radius: 999px;
  border: 0.01rem solid rgba(244, 201, 153, 0.55);
  color: rgba(11, 11, 11, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0.01rem 0 rgba(255, 255, 255, 0.45),
    0 0.625em 1.625em rgba(0, 0, 0, 0.22);
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  width: 0.48rem;
  height: 0.24rem;
}

.search-btn svg {
  width: 0.16rem;
}

/* Broker grid + alpha index */
.broker-area {
  margin-top: .16rem;
  position: relative;
}

.broker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.1rem;
}

.broker-logo {
  background: rgba(255, 255, 255, 0.96);
  height: .49rem;
  border-radius: .06rem;
  padding: .08rem;
}

.broker-logo img {
  margin: auto;
  display: block;
}

.broker-name {
  margin-top: 0.04rem;
  text-align: center;
  background:
    linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 400;
  font-size: 0.1rem;
}

/* Step 2 */
.broker-detail {
  margin-top: .24rem;
  display: grid;
  grid-template-columns: 1.2rem 1.4fr;
  gap: 0.08rem;
}


.broker-preview {
  position: relative;
  border-radius: .06rem;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  width: 1.2rem;
  height: .72rem;
}

.broker-tag {
  position: absolute;
  background: #2aa84a;
  color: #ffffff;
  border-radius: .05rem 0 .05rem 0;
  font-weight: 400;
  font-size: .11rem;
  padding: .01rem .06rem;
  top: .01rem;
  left: .01rem;
}

.broker-preview-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.broker-meta-title {
  font-weight: 600;
  font-size: .18rem;
}

.broker-meta-row {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  margin-top: 0.03rem;
  flex-wrap: wrap;
}

.broker-pill {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 0.14rem;
  gap: .06rem;
  flex-wrap: wrap;
}

.broker-pill .broker-pill-img {
  width: .21rem;
  height: .14rem;
}

.broker-pill.is-dark {
  padding: .01rem .04rem;
  border-radius: 2px;
  background: #FFFFFF1A;
  font-weight: 300;
  font-size: .12rem;
}

.learn-more {
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .06rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  background: #FFFFFF1A;
  padding: .05rem .32rem;
  font-size: .13rem;
}

.impression {
  margin-top: 0.24rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.16rem;
}

.impression-card {
  position: relative;
  border: 0.01rem solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  padding: .1rem;
  padding-bottom: .08rem;
  border-radius: .06rem;
  border-width: .01rem;
  cursor: pointer;
  width: .99rem;
  height: .80rem;
  background: transparent;
}

.impression-card input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.impression-card:has(input:checked) {
  border-color: rgba(244, 201, 153, 0.88);
  background: rgba(244, 201, 153, 0.12);
}


.impression-label {
  font-weight: 750;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}

.impression-card:has(input:checked) .impression-label {
  color: #110806;
}

.impression-radio {
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.01rem solid rgba(255, 255, 255, 0.35);
}

.impression-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .08rem;
  text-align: center;
  font-weight: 300;
  color: #736E69;
  font-size: .12rem;
}

/* Active State */
.impression-card.active {
  background: #D19C704D;
}

.impression-card.active .impression-text {
  font-weight: 600;
  background:
    linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.impression-card.active .impression-radio {
  border-color: #D19C70B2;
}

.impression-card.active .impression-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.05rem;
  height: 0.05rem;
  /* 6px / 16px roughly or smaller */
  background: #D19C70B2;
  border-radius: 50%;
}

.impression-card img {
  width: 0.4rem;
  height: 0.4rem;
}

.invite {
  margin-top: .24rem;
  display: flex;
  gap: 0.08rem;
  align-items: start;
}

.invite-label {
  font-weight: 900;
  letter-spacing: 0.01rem;
  text-align: right;
  font-size: 0.1rem;
}

.invite-input-con {
  display: flex;
  flex-direction: column;
}

.invite-input {
  width: 100%;
  height: .4rem;
  background: rgba(0, 0, 0, 0.18);
  border: 0.01rem solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  padding-top: .08rem;
  padding-right: .1rem;
  padding-bottom: .06rem;
  padding-left: .1rem;
  border-radius: .06rem;
  border-width: .01rem;
  font-size: .14rem;
}

.invite-help {
  margin-top: 0.04rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.45;
  font-size: .1rem;
}

/* Error State */
.invite.error .invite-input {
  border-color: #FF6B6B;
}

.invite.error .invite-help {
  color: #FF6B6B;
}

.form-actions {
  margin-top: .24rem;
  display: grid;
  grid-template-columns: .8fr 1.6fr;
  gap: 0.24rem;
}

.form-actions .action-btn {
  width: 100%;
}

.action-btn {
  height: .4rem;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 0.01rem;
  width: 70%;
  margin: auto;
  font-size: .14rem;
}

.action-btn-outline {
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  border: 0.01rem solid #E3AB7C;
}

.action-btn-disabled {
  color: #1B1104;
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
}

.share-note {
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.45;
  font-size: 0.3rem;
}

.stack-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.16rem;
}

.stack-actions-btn {
  border: 0.01rem solid #D19C70;
  font-weight: 400;
  font-size: .14rem;
  color: #D19C70;
  height: .4rem;
}

.stack-actions-sub {
  background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  font-weight: 600;
  font-style: SemiBold;
  font-size: .14rem;
  color: #1B1104;
  height: .4rem;
}

/* Share Page Redesign */
.share-container {
  display: flex;
  flex-direction: column;
  margin-top: .24rem;
  margin-bottom: .24rem;
}

.share-container .review-list li {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #FFFFFF;
}

.share-section {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  margin-top: 0.08rem;
}

.share-section h3 {
  font-size: .16rem;
}

.share-text {
  color: #FFF;
  line-height: 1.6;
  font-weight: 400;
  font-size: .12rem;
}

.share-hashtags {
  display: flex;
  flex-direction: column;
}

.share-hashtags span {
  font-size: .14rem;
  /* 14px */
  color: var(--gold-2);
  /* #d7ab7a */
  font-weight: 600;
}

/* Example Post Card */
.share-label {
  font-size: .1rem;
  color: #736E69;
  font-weight: 400;
}

.example-post-card {
  width: 100%;
  /* max-width: 320px; */
  border-radius: .12rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 55/42;
  margin-bottom: .24rem;
}

.example-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.example-bg {
  width: 100%;
  height: 100%;
  background-color: #333;
  /* Placeholder image logic or background image */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect width='100%25' height='100%25' fill='%23333'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='sans-serif' font-size='14' fill='%23555'%3EImage Placeholder%3C/text%3E%3C/svg%3E");
  background-size: cover;
}

.example-overlay-top {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #FFF;
  padding: 4px 8px;
  border-radius: 4px;
}

.example-user {
  font-size: 13px;
  font-weight: 600;
  color: #080808;
}

.example-overlay-bottom {
  position: absolute;
  bottom: 20px;
  /* Adjusted based on design */
  left: 16px;
  background: #FFF;
  padding: 4px 8px;
  border-radius: 4px;
}

.example-tag-row {
  display: flex;
  gap: 6px;
}

.example-tag-blue {
  font-size: 11px;
  font-weight: 600;
  color: #0064D2;
}

/* Social Icons */
.share-header-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.share-header-gold {
  font-size: 0.14rem;
  font-weight: 500;
}

.share-required {
  font-size: 0.14rem;
  color: #FF624D;
}

.share-hint {
  font-size: 0.1rem;
  font-weight: 400;
  /* 10px */
  color: #736E69;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.12rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .48rem;
  height: .48rem;
}

/* Link Form */
.link-inputs {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  margin-top: .12rem;
}

.link-input-row {
  border-radius: .06rem;
  border: .01rem solid rgba(255, 255, 255, 0.20);
  height: .48rem;
  display: flex;
  align-items: center;
  padding: .12rem .16rem;
}

.link-field {
  width: 100%;
  background: transparent;
  border: none;
  color: #FFF;
  font-family: inherit;
  outline: none;
  font-size: .13rem;
}

.link-field::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.link-add-btn {
  background: rgba(255, 255, 255, 0.20);
  border-radius: .06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: .48rem;
}

.link-add-btn svg {
  width: 0.32rem;
  height: 0.32rem;
}

.shares-con {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.24rem;
}

.shares {
  width: 3.5rem;
  max-width: 6rem;
  max-height: calc(100dvh - 0.48rem);
  color: #1b1104;
  background: #ffffff;
  border-radius: 0.12rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shares-x {
  align-self: flex-end;
  width: 0.36rem;
  height: 0.36rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #3d3d3d;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .24rem;
  margin-right: .24rem;
}

.shares-x svg {
  width: 0.36rem;
  height: 0.36rem;
}

.shares-main {
  padding: 0 0.24rem .24rem;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  /* gap: 0.24rem; */
  color: #1b1104;
  overflow: hidden;
}

.shares-title {
  font-size: 0.28rem;
  text-align: center;
  margin-bottom: .16rem;
}

.shares h3 {
  font-weight: 500;
  font-size: 0.16rem;
  margin-bottom: .08rem;
}

.shares ul {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  overflow: auto;
}

.shares li {
  font-weight: 400;
  font-size: 0.16rem;
}

.shares .tag {
  color: var(--yellow);
}

.shares .social-icons {
  justify-content: center;
  margin: 0;
  background: var(--bg);
  padding: .24rem;
}


.tips {
  font-size: 0.14rem;
  font-weight: 400;
  color: #6f6f6f;
}

/* ==========================================================================
   DESKTOP / PC STYLES
   (Media queries for larger screens)
   ========================================================================== */
/* Page Container Overrides */
@media (min-width: 768px) {
  .shares {
    width: auto;
  }

  .review-list li {
    font-size: 0.16rem;
  }

  .masthead-title {
    font-size: .49rem;
  }

  .masthead-subtitle {
    font-size: .34rem;
    margin-top: .06rem;
  }

  .masthead-ribbon {
    margin-top: 0.12rem;
    font-size: .16rem;
    padding-top: .08rem;
    padding-right: .56rem;
    padding-bottom: .08rem;
    padding-left: .24rem;
  }

  .masthead-phase-tag,
  .masthead-phase-text {
    font-size: 0.13rem;
  }

  .masthead-bg {
    bottom: 0;
    width: 80%;
    left: 3rem;
  }

  .masthead-phase-text br {
    display: none;
  }

  .review-card-title {
    text-align: left;
  }

  .hero-voice-text br {
    display: none;
  }

  .rewards-title {
    font-size: .26rem;
  }

  .point_con {
    display: flex;
    right: .8rem;
  }

  .stepper {
    background: #FFFFFF0D;
    border-radius: 999px;
    margin-top: .5rem;
    opacity: 1;
    padding: .32rem .64rem;
  }

  .step-badge {
    background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
  }

  .step-badge span {
    color: #1B1104;
    background: transparent;
    -webkit-text-fill-color: unset;
    font-size: .14rem;
  }

  .step-line.is-dashed {
    border-top: 0.01rem dashed #E3AB7C;
  }

  .step-line {
    background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
    height: .01rem;
  }

  .step-label {
    background:
      linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .stepper-title {
    font-size: .22rem;
    background: linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .searchbar {
    width: 3.05rem;
    margin-left: auto;
  }

  .broker-area {
    display: flex;
    flex-direction: column;
  }

  .broker-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .2rem;
  }

  .broker-logo {
    height: 0.8rem;
  }

  .broker-name {
    background:
      linear-gradient(81.28deg, #FFE7D3 -1.52%, #E3AB7C 74.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .mobile {
    display: none;
  }

  .pc {
    display: flex;
    position: sticky;
    flex-direction: row;
    justify-content: end;
    z-index: 10;
    width: auto;
    height: .26rem;
    padding-bottom: .1rem;
  }

  .broker-detail {
    display: flex;
    flex: 1;
  }

  .broker-meta-title {
    font-size: .24rem;
  }

  .broker-detail-con {
    display: flex;
    padding: 0 .64rem;
  }

  .broker-detail {
    margin-top: .4rem;
    gap: .24rem;
  }

  .learn-more {
    align-self: flex-start;
    border: 0.4px solid #D19C70;
    color: #D19C70;
    border-radius: 50px;
    margin-top: .4rem;
  }

  .impression {
    padding: .32rem 1.44rem;
    gap: .24rem;
    margin-top: 0;
  }

  .impression-text {
    /* bottom: 1.5em; */
    font-size: .16rem;
  }

  .impression-card {
    width: 1.88rem;
    height: 1.28rem;
  }

  .impression-card img {
    width: .56rem;
    height: .56rem;
  }

  .invite {
    padding: 0 .64rem;
  }

  .invite div:last-child {
    flex: 1;
  }

  .invite-label {
    color: #D19C70;
  }

  .invite.error .invite-help {
    font-size: .12rem;
  }

  .review-actions {
    display: flex;
    justify-content: space-between;
    padding: 0 .64rem;
  }

  .review-actions .action-btn {
    width: 2.4rem;
    margin: 0;
    height: .48rem;
  }

  .share-container {
    padding: 0 .4rem;
  }

  .share-hashtags {
    flex-direction: row;
    gap: .08rem;
  }

  .share-hashtags span {
    font-size: .16rem;
  }

  .share-label,
  .share-hint {
    font-size: .14rem;
  }

  .share-section {
    gap: 0;
  }

  .share-section h3 {
    font-size: 0.18rem;
  }

  .share-text {
    font-size: 0.16rem;
  }

  .share-header-gold,
  .share-required {
    font-size: .16rem;
  }

  .example-post-card {
    margin-top: 0.08rem;
  }

  .social-icons {
    justify-content: flex-start;
    gap: .32rem;
    margin: .12rem 0;
  }

  .link-input-row,
  .link-add-btn {
    height: .48rem;
  }

  .link-add-btn svg path[stroke="#1B1104"] {
    stroke: #FFFFFF;
  }

  .stack-actions {
    padding: 0 .64rem;
  }

  .stack-actions-btn,
  .stack-actions-sub {
    width: 2.4rem;
    margin: 0;
    height: .48rem;
    font-size: .16rem;
  }

  /* .alpha-index {
    display: none;
  } */

  .masthead-body {
    margin-top: .32rem;
  }
}