.bbb-reader-types{
  box-sizing:border-box;
  width:100%;
  min-height:80vh;
  padding:42px clamp(16px, 4vw, 48px) 72px;
  overflow-x:hidden;
  background:
    linear-gradient(135deg, rgba(232,90,155,.15), transparent 36%),
    linear-gradient(180deg, rgba(255,214,234,.07), transparent 42%),
    #0b090b;
  color:#f8f1f5;
}

.bbb-reader-types *,
.bbb-reader-types *::before,
.bbb-reader-types *::after{
  box-sizing:border-box;
}

.bbb-reader-types__hero,
.bbb-reader-types__how,
.bbb-reader-types__section{
  width:min(1180px, 100%);
  margin:0 auto;
}

.bbb-reader-types__hero{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 360px);
  align-items:end;
  gap:28px;
  padding:10px 0 30px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.bbb-reader-types__heroCopy{
  max-width:760px;
}

.bbb-reader-types__kicker{
  margin:0 0 8px;
  color:#ff8ac7;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:lowercase;
}

.bbb-reader-types h1,
.bbb-reader-types h2{
  margin:0;
  color:#fff;
  font-family:Cormorant, "Cormorant Garamond", Georgia, serif;
  font-weight:500;
  letter-spacing:0;
  text-transform:lowercase;
}

.bbb-reader-types h1{
  max-width:820px;
  font-size:clamp(48px, 8vw, 104px);
  line-height:.9;
}

.bbb-reader-types h2{
  font-size:clamp(32px, 5vw, 56px);
  line-height:.95;
}

.bbb-reader-types__hero p:not(.bbb-reader-types__kicker){
  max-width:680px;
  margin:18px 0 0;
  color:rgba(248,241,245,.72);
  font-size:16px;
  line-height:1.65;
  text-transform:lowercase;
}

.bbb-reader-types__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.bbb-reader-types__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 18px;
  border:1px solid rgba(255,138,199,.42);
  border-radius:999px;
  background:rgba(255,138,199,.1);
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  text-transform:lowercase;
}

.bbb-reader-types__button--primary{
  border-color:#ff8ac7;
  background:#ff8ac7;
  color:#210d17;
}

.bbb-reader-types__heroPanel{
  display:grid;
  gap:8px;
  padding:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:linear-gradient(145deg, rgba(255,138,199,.14), rgba(255,255,255,.045));
  box-shadow:0 20px 54px rgba(0,0,0,.22);
}

.bbb-reader-types__heroPanel span,
.bbb-reader-types__step span{
  color:#ff8ac7;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:lowercase;
}

.bbb-reader-types__heroPanel strong{
  color:#fff;
  font-family:Cormorant, "Cormorant Garamond", Georgia, serif;
  font-size:28px;
  font-weight:500;
  line-height:1;
  text-transform:lowercase;
}

.bbb-reader-types__heroPanel p{
  margin:0;
  color:rgba(248,241,245,.74);
  font-size:13px;
  line-height:1.5;
  text-transform:lowercase;
}

.bbb-reader-types__how,
.bbb-reader-types__section{
  margin-top:34px;
}

.bbb-reader-types__sectionHead{
  display:flex;
  min-width:0;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.bbb-reader-types__sectionHead > *{
  min-width:0;
}

.bbb-reader-types__steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.bbb-reader-types__step{
  min-width:0;
  display:grid;
  align-content:start;
  gap:10px;
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:rgba(255,255,255,.045);
}

.bbb-reader-types__step h3{
  margin:0;
  color:#fff;
  font-family:Cormorant, "Cormorant Garamond", Georgia, serif;
  font-size:28px;
  font-weight:500;
  line-height:1;
  text-transform:lowercase;
}

.bbb-reader-types__step p{
  margin:0;
  color:rgba(248,241,245,.72);
  font-size:13px;
  line-height:1.55;
  text-transform:lowercase;
}

.bbb-reader-types__step a{
  width:max-content;
  max-width:100%;
  color:#ffd6ea;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  text-transform:lowercase;
}

.bbb-reader-types__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.bbb-reader-type-card{
  --reader-surface:#131013;
  --reader-border:#2e282c;
  --reader-deep:#5e5258;
  --reader-accent:#d4c2ce;
  --reader-accent-2:#efe4ea;
  --reader-on-accent:#2e242a;
  --reader-heading:#faf6f8;
  --reader-body:#eae2e6;
  --reader-muted:#a89aa1;
  --reader-glow:rgba(212,194,206,.08);
  min-width:0;
  display:grid;
  gap:14px;
  padding:16px;
  border:1px solid color-mix(in srgb, var(--reader-border) 70%, #fff 18%);
  border-radius:8px;
  background:
    linear-gradient(145deg, var(--reader-glow), transparent 42%),
    linear-gradient(135deg, color-mix(in srgb, var(--reader-deep) 42%, transparent), transparent 58%),
    var(--reader-surface);
  box-shadow:0 18px 42px color-mix(in srgb, var(--reader-accent) 12%, transparent);
  position:relative;
}

.bbb-reader-type-card__close{
  display:none;
}

.bbb-reader-type-card__badge{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:6px 12px 6px 7px;
  border:1px solid color-mix(in srgb, var(--reader-accent) 70%, #fff 12%);
  border-radius:999px;
  background:linear-gradient(135deg, color-mix(in srgb, var(--reader-accent) 24%, transparent), color-mix(in srgb, var(--reader-accent-2) 12%, transparent));
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.bbb-reader-type-card__badge img{
  width:32px;
  height:32px;
  max-width:none;
  max-height:none;
  object-fit:contain;
  border-radius:8px;
}

.bbb-reader-type-card__badge span{
  color:var(--reader-heading);
  font-size:13px;
  font-weight:900;
  line-height:1.1;
  text-transform:lowercase;
}

.bbb-reader-type-card p{
  margin:0;
  color:var(--reader-body);
  font-size:13px;
  line-height:1.55;
  text-transform:lowercase;
}

.bbb-reader-type-card dl{
  display:grid;
  gap:8px;
  margin:0;
}

.bbb-reader-type-card dl div{
  display:grid;
  gap:2px;
}

.bbb-reader-type-card dt{
  color:var(--reader-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:lowercase;
}

.bbb-reader-type-card dd{
  margin:0;
  color:var(--reader-muted);
  font-size:12px;
  line-height:1.45;
  text-transform:lowercase;
}

.bbb-reader-type-card__emojiRow{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.bbb-reader-type-card__emojiRow span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb, var(--reader-border) 78%, #fff 12%);
  border-radius:8px;
  background:color-mix(in srgb, var(--reader-deep) 32%, rgba(0,0,0,.28));
}

.bbb-reader-type-card__emojiRow img{
  width:32px;
  height:32px;
  max-width:none;
  max-height:none;
  object-fit:contain;
}

.bbb-reader-type-card__boyfriends{
  display:grid;
  gap:8px;
  padding-top:2px;
}

.bbb-reader-type-card__boyfriends > strong{
  color:var(--reader-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:lowercase;
}

.bbb-reader-type-card__boyfriendList{
  display:grid;
  gap:8px;
}

.bbb-reader-type-card__boyfriend{
  min-width:0;
  display:grid;
  grid-template-columns:44px minmax(0, 1fr);
  align-items:center;
  gap:10px;
  padding:8px;
  border:1px solid color-mix(in srgb, var(--reader-border) 72%, #fff 12%);
  border-radius:8px;
  background:linear-gradient(135deg, color-mix(in srgb, var(--reader-deep) 22%, rgba(0,0,0,.28)), rgba(0,0,0,.18));
  color:var(--reader-heading);
  text-decoration:none;
}

.bbb-reader-type-card__boyfriendImage{
  width:44px;
  height:44px;
  display:block;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--reader-accent) 34%, #fff 10%);
  border-radius:8px;
  background:rgba(0,0,0,.2);
}

.bbb-reader-type-card__boyfriendImage img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  display:block;
  object-fit:cover;
}

.bbb-reader-type-card__boyfriendCopy{
  min-width:0;
  display:grid;
  gap:3px;
}

.bbb-reader-type-card__boyfriendCopy span{
  color:var(--reader-heading);
  font-size:13px;
  font-weight:900;
  line-height:1.12;
  overflow-wrap:anywhere;
  text-transform:lowercase;
}

.bbb-reader-type-card__boyfriendCopy small,
.bbb-reader-type-card__empty{
  margin:0;
  color:var(--reader-muted);
  font-size:11px;
  line-height:1.25;
  overflow-wrap:anywhere;
  text-transform:lowercase;
}

.bbb-reader-types__emojiGrid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(128px, 1fr));
  gap:10px;
}

.bbb-reader-types__emojiTile{
  min-width:0;
  display:grid;
  justify-items:center;
  gap:7px;
  padding:12px 8px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  text-align:center;
}

.bbb-reader-types__emojiTile img{
  width:58px;
  height:58px;
  max-width:none;
  max-height:none;
  object-fit:contain;
}

.bbb-reader-types__emojiTile span{
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:1.15;
  text-transform:lowercase;
}

.bbb-reader-types__emojiTile code{
  max-width:100%;
  color:rgba(248,241,245,.54);
  font-size:10px;
  overflow-wrap:anywhere;
}

@media (max-width: 900px){
  .bbb-reader-types__hero{
    display:grid;
    grid-template-columns:1fr;
    align-items:start;
  }

  .bbb-reader-types__heroPanel{
    max-width:560px;
  }

  .bbb-reader-types__steps,
  .bbb-reader-types__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .bbb-reader-types{
    padding:18px 12px 48px;
  }

  .bbb-reader-types__hero{
    gap:12px;
    padding-bottom:18px;
  }

  .bbb-reader-types h1{
    font-size:40px;
    line-height:.94;
  }

  .bbb-reader-types h2{
    font-size:32px;
    overflow-wrap:anywhere;
  }

  .bbb-reader-types__hero p:not(.bbb-reader-types__kicker){
    margin-top:10px;
    font-size:13px;
    line-height:1.42;
  }

  .bbb-reader-types__actions{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
    margin-top:14px;
  }

  .bbb-reader-types__button{
    width:100%;
    min-height:40px;
    padding:0 14px;
  }

  .bbb-reader-types__heroPanel{
    gap:5px;
    padding:10px 12px;
  }

  .bbb-reader-types__heroPanel strong{
    font-size:19px;
    line-height:1.05;
  }

  .bbb-reader-types__heroPanel p{
    font-size:11px;
    line-height:1.35;
  }

  .bbb-reader-types__how,
  .bbb-reader-types__section{
    margin-top:26px;
  }

  .bbb-reader-types__sectionHead{
    display:grid;
    align-items:start;
    gap:8px;
  }

  .bbb-reader-types__grid,
  .bbb-reader-types__emojiGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }

  .bbb-reader-types__steps{
    display:flex;
    gap:10px;
    margin-right:-12px;
    padding-right:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .bbb-reader-types__step{
    flex:0 0 min(76vw, 270px);
    min-height:190px;
    padding:14px;
    gap:9px;
    scroll-snap-align:start;
  }

  .bbb-reader-types__step h3{
    font-size:24px;
    line-height:1;
  }

  .bbb-reader-types__step p{
    font-size:12px;
    line-height:1.45;
  }

  .bbb-reader-types__step a{
    font-size:12px;
  }

  .bbb-reader-type-card{
    align-content:start;
    gap:8px;
    padding:8px;
    cursor:pointer;
  }

  .bbb-reader-type-card:focus-visible{
    outline:2px solid var(--reader-accent);
    outline-offset:3px;
  }

  .bbb-reader-type-card__badge{
    width:100%;
    min-height:34px;
    gap:6px;
    padding:5px 7px 5px 5px;
  }

  .bbb-reader-type-card__badge img{
    width:26px;
    height:26px;
  }

  .bbb-reader-type-card__badge span{
    font-size:11px;
    line-height:1.08;
  }

  .bbb-reader-type-card p{
    font-size:10px;
    line-height:1.35;
  }

  .bbb-reader-type-card dl{
    display:none;
  }

  .bbb-reader-type-card__emojiRow{
    gap:5px;
  }

  .bbb-reader-type-card__emojiRow span{
    width:30px;
    height:30px;
  }

  .bbb-reader-type-card__emojiRow img{
    width:25px;
    height:25px;
  }

  .bbb-reader-type-card__boyfriends{
    display:none;
  }

  .bbb-reader-type-card.is-expanded{
    grid-column:1 / -1;
    gap:12px;
    padding:12px;
    cursor:default;
  }

  .bbb-reader-type-card.is-expanded .bbb-reader-type-card__close{
    position:absolute;
    top:8px;
    right:8px;
    z-index:2;
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border:1px solid color-mix(in srgb, var(--reader-accent) 70%, #fff 16%);
    border-radius:999px;
    background:rgba(0,0,0,.42);
    color:var(--reader-heading);
    font-size:18px;
    font-weight:900;
    line-height:1;
  }

  .bbb-reader-type-card.is-expanded .bbb-reader-type-card__badge{
    width:calc(100% - 38px);
  }

  .bbb-reader-type-card.is-expanded p{
    display:block;
    font-size:13px;
    line-height:1.5;
  }

  .bbb-reader-type-card.is-expanded dl{
    display:grid;
  }

  .bbb-reader-type-card.is-expanded dt{
    font-size:10px;
  }

  .bbb-reader-type-card.is-expanded dd{
    font-size:12px;
    line-height:1.45;
  }

  .bbb-reader-type-card.is-expanded .bbb-reader-type-card__emojiRow{
    gap:7px;
  }

  .bbb-reader-type-card.is-expanded .bbb-reader-type-card__emojiRow span{
    width:38px;
    height:38px;
  }

  .bbb-reader-type-card.is-expanded .bbb-reader-type-card__emojiRow img{
    width:32px;
    height:32px;
  }

  .bbb-reader-type-card.is-expanded .bbb-reader-type-card__boyfriends{
    display:grid;
  }

  .bbb-reader-type-card__boyfriend{
    grid-template-columns:40px minmax(0, 1fr);
    gap:8px;
  }

  .bbb-reader-type-card__boyfriendImage{
    width:40px;
    height:40px;
  }
}

@media (max-width: 340px){
  .bbb-reader-types{
    padding-inline:10px;
  }

  .bbb-reader-types h1{
    font-size:36px;
  }

  .bbb-reader-types__button{
    min-height:38px;
    padding:0 8px;
    font-size:10px;
  }

  .bbb-reader-types__heroPanel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:9px 10px;
  }

  .bbb-reader-types__heroPanel span{
    margin:0;
    font-size:9px;
    line-height:1.1;
  }

  .bbb-reader-types__heroPanel strong{
    font-family:inherit;
    font-size:11px;
    font-weight:900;
    line-height:1.15;
    text-align:right;
  }

  .bbb-reader-types__heroPanel p{
    display:none;
  }

  .bbb-reader-types h2{
    font-size:30px;
  }

  .bbb-reader-types__grid,
  .bbb-reader-types__emojiGrid{
    gap:7px;
  }

  .bbb-reader-type-card{
    padding:7px;
  }

  .bbb-reader-type-card__badge{
    display:grid;
    grid-template-columns:24px minmax(0, 1fr);
    min-height:0;
    border-radius:8px;
  }

  .bbb-reader-type-card__badge img{
    width:24px;
    height:24px;
  }

  .bbb-reader-type-card__badge span{
    font-size:10px;
  }

  .bbb-reader-type-card p{
    display:none;
  }

  .bbb-reader-type-card.is-expanded p{
    display:block;
  }
}
