@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap");
:root {
  font-family: "DM Sans", sans-serif;
  background: #f7f7f1;
  color: #101b33;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.hidden {
  display: none !important;
}
.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5.2vw, 84px);
  background: #f7f7f1;
  gap: 25px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font: 900 1.5rem/0.8 "Outfit";
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.wordmark-break {
  display: block;
}
.wordmark small {
  display: block;
  font: 700 0.53rem "DM Sans";
  letter-spacing: 0.29em;
  margin-top: 7px;
}
.mark {
  color: #f86b47;
  font-size: 2.5rem;
  font-weight: 500;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 31px);
  font-size: 0.92rem;
  font-weight: 700;
}
.site-header nav a:hover {
  color: #e95b3b;
}
.site-header nav button {
  border: 0;
  font-weight: 700;
}
.nav-post {
  padding: 12px 19px;
  background: #f9b233;
  border-radius: 999px;
  color: #101b33;
}
.nav-account {
  background: transparent;
  color: #101b33;
}
.intro {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 620px;
  background: #101b33;
  color: #fff;
}
.intro-copy {
  padding: clamp(58px, 7vw, 112px) 5vw 52px clamp(26px, 6vw, 96px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.overline {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}
.line {
  display: inline-block;
  width: 27px;
  height: 2px;
  background: #f9b233;
  vertical-align: middle;
  margin-right: 7px;
}
.intro h1 {
  font: 800 clamp(4.3rem, 7vw, 8rem)/0.91 "Outfit";
  letter-spacing: -0.07em;
  margin: 40px 0 28px;
}
.intro h1 em,
.section-top h2 em,
.about h2 em {
  font-style: normal;
  color: #f9b233;
}
.intro-copy > p {
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 465px;
  color: #d6dbe4;
  margin: 0;
}
.intro-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.primary-button,
.light-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  border: 0;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 800;
  transition:
    transform 0.2s,
    background 0.2s;
}
.primary-button {
  background: #f9b233;
  color: #101b33;
}
.primary-button:hover {
  background: #ffcc63;
  transform: translateY(-2px);
}
.light-button {
  background: #ffffff1c;
  color: #fff;
  border: 1px solid #ffffff40;
}
.light-button:hover {
  background: #ffffff36;
}
.community-note {
  margin-top: auto;
  padding-top: 55px;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  font-weight: 800;
  color: #bfc8d6;
}
.community-note b {
  color: #f86b47;
  padding: 0 8px;
}
.intro-photo {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #f7f7f1;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: #101b33;
}
.photo-caption b {
  color: #f86b47;
  margin-left: 14px;
}
.market {
  padding: 96px clamp(22px, 6vw, 96px) 110px;
  min-height: 600px;
}
.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}
.section-top .overline {
  color: #d65335;
}
.section-top h2,
.about h2 {
  font: 800 clamp(2.9rem, 5vw, 5.7rem)/1 "Outfit";
  letter-spacing: -0.055em;
  margin: 17px 0 0;
}
.section-top h2 em {
  color: #e65e3c;
}
.section-top > p {
  max-width: 255px;
  font-size: 1.03rem;
  line-height: 1.5;
  color: #586070;
}
.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 42px 0 26px;
}
.filters button {
  border: 1px solid #cfd2ce;
  background: transparent;
  border-radius: 50px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 0.88rem;
  color: #354157;
}
.filters button:hover,
.filters button.selected {
  background: #101b33;
  color: white;
  border-color: #101b33;
}
.market-status {
  color: #5d6572;
  min-height: 22px;
  font-size: 0.95rem;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.listing {
  background: white;
  border-radius: 19px;
  overflow: hidden;
  border: 1px solid #e2e4e0;
  box-shadow: 0 12px 26px #101b330a;
}
.listing-image {
  height: 255px;
  background: #ded9cd;
  position: relative;
  overflow: hidden;
}
.listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.listing:hover .listing-image img {
  transform: scale(1.035);
}
.category-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #f7f7f1;
  border-radius: 30px;
  padding: 8px 12px;
  font-size: 0.74rem;
  font-weight: 800;
}
.listing-content {
  padding: 21px;
}
.listing-content h3 {
  font: 800 1.45rem "Outfit";
  letter-spacing: -0.025em;
  margin: 4px 0 8px;
}
.listing-content .seller {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #cf5b3f;
}
.listing-content p {
  font-size: 0.95rem;
  color: #586070;
  line-height: 1.5;
  min-height: 44px;
  margin: 0 0 18px;
}
.listing-bottom {
  border-top: 1px solid #eaebe8;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.listing-bottom strong {
  font: 800 1.4rem "Outfit";
}
.listing-bottom a {
  font-size: 0.88rem;
  font-weight: 800;
  background: #f9b233;
  padding: 11px 14px;
  border-radius: 40px;
}
.listing-bottom a:hover {
  background: #ffce70;
}
.example-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #667285;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.empty {
  border: 1px dashed #aeb7bb;
  border-radius: 20px;
  padding: 35px;
  grid-column: 1/-1;
  background: #fff;
}
.empty p {
  color: #586070;
}
.about {
  background: #f9b233;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  padding: 95px clamp(22px, 6vw, 96px);
  align-items: center;
}
.about .overline {
  color: #101b33;
}
.about h2 em {
  color: #e65e3c;
}
.about-steps > div {
  display: flex;
  align-items: start;
  gap: 24px;
  border-bottom: 1px solid #101b3345;
  padding: 15px 0;
}
.about-steps b {
  font: 800 1.4rem "Outfit";
  color: #b84826;
}
.about-steps p {
  font-size: 1.12rem;
  line-height: 1.4;
  margin: 0;
}
.about-steps .primary-button {
  background: #101b33;
  color: white;
  margin-top: 30px;
}
.about-steps .primary-button:hover {
  background: #2a3957;
}
footer {
  background: #101b33;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px clamp(22px, 6vw, 96px);
  flex-wrap: wrap;
}
.footer-logo {
  font: 900 1.3rem "Outfit";
}
.footer-logo span {
  color: #f86b47;
  margin-left: 7px;
}
footer p {
  font-size: 0.9rem;
  color: #adb8c9;
}
footer a {
  font-weight: 700;
  font-size: 0.9rem;
}
.dialog {
  border: 0;
  border-radius: 22px;
  padding: 0;
  max-width: min(95vw, 500px);
  max-height: 90vh;
  box-shadow: 0 30px 100px #0713228c;
  background: #f7f7f1;
  color: #101b33;
}
.dialog::backdrop {
  background: #081122b9;
}
.dialog-inner {
  padding: 40px;
  overflow: auto;
  max-height: 90vh;
}
.dialog .overline {
  color: #d65335;
}
.dialog h2 {
  font: 800 clamp(2rem, 4vw, 2.7rem)/1.05 "Outfit";
  letter-spacing: -0.045em;
  margin: 13px 0;
}
.dialog p {
  color: #5c6472;
  line-height: 1.5;
}
.close-dialog {
  position: absolute;
  right: 15px;
  top: 12px;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  color: #101b33;
}
.dialog form {
  display: grid;
  gap: 16px;
  margin-top: 23px;
}
.dialog label {
  display: grid;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 700;
}
.dialog input,
.dialog textarea,
.dialog select {
  width: 100%;
  border: 1px solid #c7ccd0;
  background: white;
  border-radius: 11px;
  padding: 12px 13px;
  min-width: 0;
  color: #101b33;
}
.dialog input:focus,
.dialog textarea:focus,
.dialog select:focus {
  outline: 3px solid #f9b23380;
  border-color: #f9b233;
}
.dialog form .primary-button {
  justify-content: center;
}
.dialog-switch {
  border: 0;
  background: transparent;
  color: #b04a2f;
  font-weight: 800;
  padding: 12px 0;
  margin-top: 5px;
}
.post-dialog {
  max-width: min(95vw, 620px);
  width: 620px;
}
.dashboard-dialog {
  max-width: min(95vw, 800px);
  width: 800px;
}
.dashboard-row {
  padding: 17px 0;
  border-top: 1px solid #d9dedb;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.dashboard-row strong {
  display: block;
}
.dashboard-row small {
  display: block;
  margin-top: 4px;
  color: #626e7b;
}
.dashboard-row p {
  margin: 5px 0;
}
.row-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.row-actions button {
  border: 0;
  border-radius: 30px;
  background: #101b33;
  color: #fff;
  padding: 9px 12px;
  font-size: 0.8rem;
  font-weight: 700;
}
.row-actions .reject {
  background: #ece2df;
  color: #782f26;
}
.dashboard-group {
  margin: 25px 0;
}
.dashboard-group h3 {
  font: 800 1.4rem "Outfit";
  margin: 0 0 12px;
}
.feedback-error {
  color: #a32f20 !important;
}
.feedback-ok {
  color: #216a46 !important;
}
@media (max-width: 980px) {
  .intro {
    grid-template-columns: 1fr 1fr;
  }
  .intro h1 {
    font-size: clamp(3.6rem, 7vw, 6rem);
  }
  .intro-copy {
    padding-left: 32px;
  }
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .site-header {
    height: auto;
    min-height: 73px;
    padding: 12px 18px;
  }
  .wordmark {
    font-size: 1.15rem;
  }
  .mark {
    font-size: 1.9rem;
  }
  .site-header nav {
    gap: 12px;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .site-header nav a {
    font-size: 0.8rem;
  }
  .nav-post {
    display: none;
  }
  .nav-account {
    font-size: 0.8rem;
  }
  .intro {
    grid-template-columns: 1fr;
  }
  .intro-copy {
    padding: 60px 24px 45px;
  }
  .intro h1 {
    font-size: clamp(3.8rem, 14vw, 5.5rem);
    margin: 30px 0 20px;
  }
  .intro-photo {
    height: 355px;
    min-height: 0;
  }
  .community-note {
    padding-top: 42px;
  }
  .market {
    padding: 68px 20px;
  }
  .section-top {
    display: block;
  }
  .section-top > p {
    margin: 18px 0;
  }
  .filters {
    margin: 30px 0;
  }
  .listing-grid {
    grid-template-columns: 1fr;
  }
  .listing-image {
    height: 270px;
  }
  .about {
    grid-template-columns: 1fr;
    padding: 70px 24px;
    gap: 30px;
  }
  .about h2 {
    font-size: clamp(3rem, 11vw, 4.5rem);
  }
  .dialog-inner {
    padding: 28px 22px;
  }
  .dashboard-row {
    display: block;
  }
  .row-actions {
    margin-top: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* Identidad Otro Nivel: humo violeta, cian y magenta del logo original. */
:root {
  background: #0b101a;
  color: #f6f5ff;
  color-scheme: dark;
}
body {
  background: #0b101a;
}
.site-header {
  position: relative;
  z-index: 2;
  background: #0b101a;
  color: #fff;
  border-bottom: 1px solid #ffffff16;
  height: 104px;
}
.brand-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}
.wordmark {
  gap: 12px;
}
.wordmark small {
  color: #a9b7ce;
}
.site-header nav a:hover {
  color: #6cdbfa;
}
.nav-post,
.primary-button {
  background: linear-gradient(115deg, #47d7f4, #bf75e9 65%, #f471bb);
  color: #08101b;
  box-shadow: 0 8px 26px #a548ca30;
}
.primary-button:hover,
.nav-post:hover {
  background: linear-gradient(115deg, #8beaff, #d397f4, #ff9ed3);
}
.nav-account {
  color: #fff;
}
.intro {
  min-height: 520px;
  grid-template-columns: 51% 49%;
  background:
    radial-gradient(ellipse at 23% 67%, #92377a55, transparent 41%),
    radial-gradient(ellipse at 56% 21%, #195e9159, transparent 52%), #0c1425;
}
.intro-copy {
  padding-top: 74px;
  padding-bottom: 38px;
}
.intro h1 {
  font-size: clamp(4rem, 6.4vw, 7rem);
  margin: 30px 0 23px;
}
.intro h1 em,
.section-top h2 em,
.about h2 em {
  color: #7cdef6;
}
.intro-copy > p {
  color: #d4dceb;
}
.line {
  background: #ef71c8;
}
.community-note {
  padding-top: 34px;
  color: #a8bed3;
}
.community-note b {
  color: #ed76d6;
}
.intro-photo {
  min-height: 520px;
}
.intro-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #101a2b60, transparent 28%),
    linear-gradient(0deg, #0a11238c, transparent 35%);
}
.intro-photo img {
  object-position: center 38%;
}
.photo-caption {
  z-index: 1;
  background: #111827df;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff3a;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
}
.photo-caption:hover,
.photo-caption:focus-visible {
  background: #263755;
  border-color: #67dffc;
  transform: translateY(-3px);
}
.photo-caption:focus-visible {
  outline: 2px solid #67dffc;
  outline-offset: 3px;
}
.photo-caption b {
  color: #5be2ff;
}
.light-button {
  background: #ffffff12;
}
.market {
  background:
    radial-gradient(ellipse at 90% 4%, #953b8d22, transparent 33%), #0c111d;
  padding-top: 76px;
}
.section-top .overline,
.dialog .overline {
  color: #ff8ed4;
}
.section-top > p,
.market-status,
.listing-content p,
.empty p {
  color: #aebbd0;
}
.filters button {
  border-color: #4b5570;
  color: #d6dceb;
}
.filters button:hover,
.filters button.selected {
  background: #39305c;
  color: #fff;
  border-color: #bc75dd;
}
.listing {
  background: #151e2e;
  border-color: #ffffff1b;
  box-shadow: 0 18px 40px #03071232;
}
.listing-image {
  background: #253249;
}
.listing-content .seller {
  color: #7cdef6;
}
.listing-bottom {
  border-color: #ffffff20;
}
.listing-bottom a {
  background: #78dff4;
  color: #07101d;
}
.listing-bottom a:hover {
  background: #a7edfc;
}
.listing-social {
  display: inline-flex;
  margin-top: 13px;
  color: #9ce9ff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.listing-social:hover,
.listing-social:focus-visible {
  color: #f9b9e4;
}
.listing-discovered {
  outline: 3px solid #6ddcf9;
  outline-offset: 5px;
  box-shadow: 0 0 40px #58d6ff66;
}
.category-badge {
  background: #0e1525ed;
  color: #fff;
  border: 1px solid #ffffff40;
}
.example-label {
  color: #b0bacc;
}
.empty {
  background: #151e2e;
  border-color: #45516a;
}
.about {
  background:
    radial-gradient(ellipse at 18% 14%, #284c8780, transparent 48%),
    radial-gradient(ellipse at 83% 68%, #8d386e7a, transparent 48%), #11182a;
  color: #fff;
  border-top: 1px solid #ffffff23;
}
.about .overline {
  color: #a5eafb;
}
.about h2 em {
  color: #f093da;
}
.about-steps > div {
  border-color: #ffffff38;
}
.about-steps b {
  color: #7adff7;
}
.about-steps .primary-button {
  background: #81e4f7;
  color: #091321;
}
.about-steps .primary-button:hover {
  background: #b4effa;
}
footer {
  background: #080d16;
  border-top: 1px solid #ffffff20;
}
footer p {
  color: #afbad0;
}
footer a:hover {
  color: #8ce8f7;
}
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px 10px 10px;
  border: 1px solid #ffffff29;
  border-radius: 16px;
  background: #ffffff0b;
  color: #fff;
  transition: border-color 0.2s, background-color 0.2s, transform 0.2s;
}
.instagram-link:hover,
.instagram-link:focus-visible {
  color: #fff;
  border-color: #e577b8;
  background: #ffffff17;
  transform: translateY(-2px);
}
.instagram-link:focus-visible {
  outline: 2px solid #a3e8fa;
  outline-offset: 3px;
}
.instagram-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 12px;
  color: white;
  background: linear-gradient(35deg, #feda75 0%, #fa7e1e 22%, #d62976 52%, #962fbf 77%, #4f5bd5 100%);
}
.instagram-icon svg {
  width: 24px;
  height: 24px;
}
.instagram-text {
  display: grid;
  gap: 3px;
}
.instagram-text small {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: #abb7cd;
}
.instagram-text strong {
  font-size: 0.91rem;
  letter-spacing: 0.005em;
}
.instagram-arrow {
  align-self: flex-start;
  color: #eab1db;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-logo img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: contain;
}
.site-credit {
  flex: 0 0 100%;
  padding-top: 18px;
  border-top: 1px solid #ffffff18;
  color: #8999b3;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.site-credit strong {
  color: #b9d9e7;
  font-weight: 700;
}
.dialog {
  background: #111a2a;
  color: #fff;
  border: 1px solid #8390ae59;
}
.dialog::backdrop {
  background: #050812d9;
}
.dialog p,
.dashboard-row small {
  color: #bac7d9;
}
.close-dialog {
  color: #fff;
}
.dialog input,
.dialog textarea,
.dialog select {
  background: #0c1422;
  border-color: #4a5871;
  color: #fff;
}
.dialog input:focus,
.dialog textarea:focus,
.dialog select:focus {
  outline-color: #79ddfa81;
  border-color: #79ddfa;
}
.dialog-switch {
  color: #9beafa;
}
.dashboard-row {
  border-color: #ffffff25;
}
.row-actions button {
  background: #4e3779;
}
.row-actions .reject {
  background: #543044;
  color: #ffe0eb;
}
.feedback-error {
  color: #ff9aa3 !important;
}
.feedback-ok {
  color: #a5edd0 !important;
}
.success-dialog .dialog-inner {
  text-align: center;
}
.success-dialog .success-symbol {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border: 1px solid #83f3ed;
  border-radius: 50%;
  color: #091321;
  background: linear-gradient(135deg, #8eefd8, #65d6fc);
  box-shadow: 0 0 30px #68e1f788;
  font-size: 2rem;
  font-weight: 800;
}
.success-dialog h2 {
  margin: 10px 0 16px;
}
.success-dialog p {
  line-height: 1.6;
}
.success-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 26px;
}
.success-actions .primary-button {
  justify-content: center;
  width: 100%;
  cursor: pointer;
}
.success-actions .dialog-switch {
  cursor: pointer;
}
@media (max-width: 680px) {
  .site-header {
    height: auto;
  }
  .brand-logo {
    width: 54px;
    height: 54px;
  }
  .footer-logo img {
    width: 62px;
    height: 62px;
  }
  .intro {
    grid-template-columns: 1fr;
  }
  .intro-copy {
    padding: 56px 24px 42px;
  }
  .intro-photo {
    min-height: 0;
    height: 370px;
  }
  .market {
    padding-top: 62px;
  }
}
@media (min-width: 681px) and (max-width: 980px) {
  .intro {
    grid-template-columns: 50% 50%;
  }
  .intro-photo {
    min-height: 520px;
  }
}

/* Navegación compacta en el teléfono. */
.mobile-menu-toggle {
  display: none;
}
.whatsapp-icon {
  width: 19px;
  height: 19px;
  flex: none;
}
.listing-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

@media (max-width: 680px) {
  .site-header {
    min-height: 82px;
    padding: 10px 20px;
  }
  .site-header .wordmark {
    min-width: 0;
  }
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid #8de6fb50;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(125deg, #193047, #241a3c);
    font-weight: 800;
    box-shadow: 0 8px 24px #0004;
  }
  .mobile-menu-toggle:focus-visible,
  .site-header nav :focus-visible {
    outline: 2px solid #83e9ff;
    outline-offset: 3px;
  }
  .menu-lines {
    display: grid;
    gap: 4px;
  }
  .menu-lines i {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 2px;
    background: #82e6f7;
  }
  .menu-lines i:nth-child(2) {
    width: 12px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 12px;
    right: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    padding: 14px;
    border: 1px solid #8de6fb38;
    border-radius: 0 0 22px 22px;
    background: #111b2e;
    box-shadow: 0 22px 45px #0009;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav a,
  .site-header nav a:nth-child(2),
  .site-header nav button {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    text-align: left;
    font-size: 0.95rem;
  }
  .site-header nav a:hover,
  .site-header nav .nav-account:hover {
    background: #26374f;
  }
  .site-header nav .nav-post {
    text-align: center;
    margin: 5px 0;
  }
  .site-header nav .nav-account {
    background: #ffffff10;
    color: #fff;
  }
  .listing-bottom {
    flex-wrap: wrap;
  }
  .listing-bottom strong {
    flex-basis: 100%;
  }
  .listing-bottom a {
    flex: 1 1 100%;
    min-height: 45px;
    white-space: normal;
  }
}
