/* AROMOODU_FIRST_CAMPAIGN_V3 — /first/ conversion only. Not homepage. */

html, body.fc3-body {
  background: #070706;
  color: #f4f4f1;
  overflow-x: clip;
}

body.fc3-body {
  margin: 0;
}

.fc3-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.fc3-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 20px;
  background: rgba(7, 7, 6, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fc3-logo {
  display: flex;
  align-items: center;
  line-height: 0;
}

.fc3-logo img {
  height: 17px;
  width: auto;
  max-width: 138px;
}

.fc3-account {
  display: flex;
  align-items: center;
}

.fc3-login,
.fc3-logout {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.fc3-login:hover,
.fc3-logout:hover {
  color: #a7a2ff;
}

.fc3-login-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

main.fc3 {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

main.fc3 a.fc3-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 2px;
  background: rgba(10, 10, 10, 0.35);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

main.fc3 a.fc3-cta:hover {
  background: #fff;
  color: #090909;
}

.fc3-eyebrow {
  margin: 0 0 12px;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  font-weight: 600 !important;
  color: #c8ad78;
  text-transform: uppercase;
}

.fc3-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #b3b3ae;
}

/* 1. Challenge hero */
.fc3-hero {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 22px 20px 28px;
}

main.fc3 .fc3-hero h1 {
  margin: 0;
  font-size: clamp(30px, 8vw, 36px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.03em !important;
  font-weight: 560 !important;
}

.fc3-lead {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: #d4d3ce;
}

.fc3-hero-copy .fc3-cta {
  margin-top: 20px;
}

.fc3-forming {
  width: 100%;
  max-width: 420px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(12, 12, 12, 0.72);
}

.fc3-forming-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #c8ad78;
  text-transform: uppercase;
}

.fc3-forming-row + .fc3-forming-row {
  margin-top: 14px;
}

.fc3-forming-row span,
.fc3-card-row span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8f8f8b;
}

.fc3-forming-row strong,
.fc3-card-row strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.fc3-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.fc3-chips li {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
}

.fc3-conf {
  position: relative;
  height: 28px;
  margin: 6px 0 0;
}

.fc3-conf b {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-weight: 500;
  color: #c8ad78;
  opacity: 0;
  animation: fc3-conf 5.4s ease-in-out infinite;
}

.fc3-conf .is-1 { animation-delay: 0s; }
.fc3-conf .is-2 { animation-delay: 1.8s; }
.fc3-conf .is-3 { animation-delay: 3.6s; }

@keyframes fc3-conf {
  0%, 8% { opacity: 0; }
  14%, 28% { opacity: 1; }
  36%, 100% { opacity: 0; }
}

/* 2. Conversation */
.fc3-demo {
  padding: 8px 20px 36px;
}

.fc3-chat {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.fc3-chat li {
  max-width: 34em;
}

.fc3-chat.is-you,
.fc3-chat li.is-you {
  margin-right: 12%;
}

.fc3-chat li.is-ai {
  margin-left: 8%;
}

.fc3-chat span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #8f8f8b;
  margin-bottom: 6px;
}

.fc3-chat p {
  margin: 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.65;
  border-radius: 4px;
}

.fc3-chat li.is-you p {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.fc3-chat li.is-ai p {
  background: rgba(200, 173, 120, 0.08);
  border: 1px solid rgba(200, 173, 120, 0.18);
}

.fc3-demo-foot {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: #cfcfc8;
}

/* Flavor strip */
.fc3-strip {
  padding: 8px 0 28px;
}

.fc3-strip > p {
  margin: 0 20px 14px;
  font-size: 16px;
  line-height: 1.55;
  color: #ecece7;
}

.fc3-strip-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 10px;
  max-width: 100%;
}

.fc3-strip-card {
  position: relative;
  flex: 0 0 78%;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  scroll-snap-align: start;
}

.fc3-strip-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fc3-strip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.58) 100%);
}

.fc3-strip-card figcaption {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* 3. Model preview */
.fc3-model {
  padding: 12px 20px 40px;
}

.fc3-card {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 24px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.72);
}

.fc3-card-row + .fc3-card-row {
  margin-top: 16px;
}

.fc3-gold {
  color: #c8ad78 !important;
  font-size: 22px !important;
}

.fc3-card-foot {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: #cfcfc8;
}

.fc3-card .fc3-cta {
  margin-top: 18px;
  width: 100%;
}

.fc3-loop {
  margin: 22px 0 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #c8ad78;
}

.fc3-loop i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 6px;
}

.fc3-loop-note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
  color: #b8b8b4;
}

/* 4. Final conversion */
.fc3-final {
  padding: 56px 20px 72px;
  text-align: center;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

main.fc3 .fc3-final h2 {
  margin: 0;
  font-size: clamp(28px, 7vw, 40px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.03em !important;
  font-weight: 560 !important;
}

.fc3-final .fc3-cta {
  margin-top: 24px;
}

@media (min-width: 760px) {
  .fc3-bar {
    height: 60px;
    padding: 0 clamp(24px, 5vw, 72px);
  }

  .fc3-logo img {
    height: 18px;
  }

  .fc3-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: center;
    gap: 48px;
    min-height: calc(100svh - 60px);
    padding: 48px clamp(24px, 5vw, 72px) 56px;
  }

  main.fc3 .fc3-hero h1 {
    font-size: clamp(40px, 4.4vw, 56px) !important;
  }

  .fc3-lead {
    font-size: 17px;
  }

  .fc3-demo,
  .fc3-model {
    padding-left: clamp(24px, 5vw, 72px);
    padding-right: clamp(24px, 5vw, 72px);
  }

  .fc3-strip > p {
    margin-left: clamp(24px, 5vw, 72px);
    margin-right: clamp(24px, 5vw, 72px);
  }

  .fc3-strip-track {
    padding-left: clamp(24px, 5vw, 72px);
    padding-right: clamp(24px, 5vw, 72px);
    overflow: visible;
  }

  .fc3-strip-card {
    flex: 1 1 0;
  }

  .fc3-chat li.is-you {
    margin-right: 28%;
  }

  .fc3-final {
    padding: 80px 24px 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc3-conf b {
    animation: none;
    opacity: 0;
  }
  .fc3-conf .is-3 {
    opacity: 1;
  }
}

/* AROMOODU_FIRST_ATTRACTION_V4_START */

.fc3-reassure{
  max-width:520px;
  margin:12px 0 0;
  color:rgba(245,243,238,.52);
  font-size:12px;
  line-height:1.65;
}

.fc3-forming-kicker{
  letter-spacing:.06em;
}

.fc3-card-foot{
  max-width:520px;
}

@media(max-width:720px){
  .fc3-reassure{
    font-size:11px;
    line-height:1.6;
  }
}

/* AROMOODU_FIRST_ATTRACTION_V4_END */



/* AROMOODU_FIRST_DESIGN_SYSTEM_V1_START */

:root{
  --dr-bg:#08090a;
  --dr-surface:#10151c;
  --dr-surface-2:#111216;

  --dr-text:#f5f3ee;
  --dr-text-soft:rgba(245,243,238,.62);
  --dr-text-muted:rgba(245,243,238,.46);

  --dr-gold:#e7c58b;

  --dr-line:rgba(255,255,255,.10);
  --dr-line-soft:rgba(255,255,255,.07);

  --dr-cream:#f3eee3;
}


/* =========================================================
   PAGE
   ========================================================= */

html,
body.fc3-body{
  background:var(--dr-bg) !important;
  color:var(--dr-text) !important;
}

body.fc3-body{
  overflow-x:hidden !important;
}


/* =========================================================
   HEADER
   same 1180px system
   ========================================================= */

.fc3-bar{
  width:min(1180px,calc(100% - 52px)) !important;
  margin:0 auto !important;

  box-sizing:border-box !important;

  background:var(--dr-bg) !important;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.fc3{
  width:min(1180px,calc(100% - 52px)) !important;
  max-width:1180px !important;

  margin:0 auto !important;
  padding:0 !important;

  box-sizing:border-box !important;
}


/* =========================================================
   HERO
   Editorial 50 / 50
   ========================================================= */

.fc3-hero{
  width:100% !important;

  min-height:auto !important;

  display:grid !important;

  grid-template-columns:
    minmax(0,1fr)
    minmax(0,1fr) !important;

  align-items:center !important;

  gap:64px !important;

  padding:96px 0 88px !important;
}

.fc3-hero-copy{
  min-width:0 !important;
  max-width:560px !important;
}

.fc3-eyebrow{
  color:var(--dr-gold) !important;

  font-size:10px !important;
  font-weight:650 !important;

  letter-spacing:.16em !important;
}

.fc3-hero h1{
  max-width:560px !important;

  margin-top:18px !important;
  margin-bottom:24px !important;

  color:var(--dr-text) !important;

  font-size:56px !important;
  line-height:1.08 !important;

  letter-spacing:-.045em !important;
  font-weight:560 !important;
}

.fc3-lead{
  max-width:520px !important;

  color:var(--dr-text-soft) !important;

  font-size:17px !important;
  line-height:1.72 !important;
  font-weight:400 !important;
}


/* =========================================================
   RESULT PREVIEW
   ========================================================= */

.fc3-forming{
  width:100% !important;
  max-width:500px !important;

  justify-self:end !important;

  box-sizing:border-box !important;

  padding:28px !important;

  border:1px solid var(--dr-line) !important;
  border-radius:22px !important;

  background:var(--dr-surface) !important;

  box-shadow:none !important;
}

.fc3-forming-row{
  border-color:var(--dr-line-soft) !important;
}

.fc3-forming-row > span{
  color:var(--dr-text-muted) !important;
}

.fc3-forming-row strong{
  color:var(--dr-text) !important;
}

.fc3-chips li{
  border:1px solid var(--dr-line) !important;

  border-radius:999px !important;

  background:rgba(255,255,255,.025) !important;
  color:var(--dr-text) !important;
}


/* =========================================================
   CTA
   same as Driprover
   ========================================================= */

.fc3 .fc-cta,
.fc3 .fc3-cta{
  display:inline-flex !important;

  align-items:center !important;
  justify-content:center !important;

  min-height:52px !important;

  padding:0 30px !important;

  border:0 !important;
  border-radius:999px !important;

  background:var(--dr-cream) !important;
  color:#111 !important;

  font-size:14px !important;
  font-weight:680 !important;

  text-decoration:none !important;

  box-shadow:none !important;

  transition:
    transform .18s ease,
    opacity .18s ease !important;
}

.fc3 .fc-cta:hover,
.fc3 .fc3-cta:hover{
  transform:translateY(-1px) !important;
}


/* =========================================================
   NOTES
   ========================================================= */

.fc3-note,
.fc3-reassure{
  color:var(--dr-text-muted) !important;
}


/* =========================================================
   CHAT DEMO
   Don't span entire screen
   ========================================================= */

.fc3-demo{
  width:100% !important;
  max-width:900px !important;

  margin:0 auto !important;

  padding:90px 0 !important;

  border-top:1px solid var(--dr-line-soft) !important;
}

.fc3-chat{
  width:100% !important;
  max-width:820px !important;

  margin:0 !important;
}

.fc3-chat li{
  width:min(78%,620px) !important;

  box-sizing:border-box !important;

  border-radius:16px !important;
}

.fc3-chat .is-you{
  background:var(--dr-surface-2) !important;

  border:1px solid var(--dr-line) !important;
}

.fc3-chat .is-ai{
  background:rgba(231,197,139,.045) !important;

  border:1px solid rgba(231,197,139,.18) !important;
}

.fc3-demo-foot{
  max-width:680px !important;

  margin-top:44px !important;

  color:var(--dr-text-soft) !important;

  font-size:17px !important;
  line-height:1.7 !important;
}


/* =========================================================
   FLAVOR WORLD
   contained instead of full viewport
   ========================================================= */

.fc3-strip{
  width:100% !important;

  margin:0 auto !important;
  padding:88px 0 !important;

  border-top:1px solid var(--dr-line-soft) !important;
}

#fc3-strip-title{
  max-width:700px !important;

  margin-bottom:34px !important;

  color:var(--dr-text) !important;

  font-size:30px !important;
  line-height:1.28 !important;

  letter-spacing:-.03em !important;
}

.fc3-strip-track{
  width:100% !important;

  display:grid !important;

  grid-template-columns:
    repeat(4,minmax(0,1fr)) !important;

  gap:14px !important;

  overflow:visible !important;
}

.fc3-strip-card{
  min-width:0 !important;

  margin:0 !important;

  overflow:hidden !important;

  border-radius:18px !important;

  background:var(--dr-surface) !important;
}

.fc3-strip-card img{
  display:block !important;

  width:100% !important;
  height:auto !important;

  aspect-ratio:16/10 !important;

  object-fit:cover !important;
}

.fc3-strip-card figcaption{
  padding:13px 14px !important;

  color:var(--dr-text) !important;

  font-size:13px !important;

  background:var(--dr-surface) !important;
}


/* =========================================================
   MODEL
   ========================================================= */

.fc3-model{
  width:100% !important;
  max-width:820px !important;

  margin:0 auto !important;

  padding:96px 0 !important;

  border-top:1px solid var(--dr-line-soft) !important;
}

.fc3-card{
  width:100% !important;

  box-sizing:border-box !important;

  padding:34px !important;

  border:1px solid var(--dr-line) !important;
  border-radius:24px !important;

  background:var(--dr-surface) !important;

  box-shadow:none !important;
}

.fc3-card-row{
  border-color:var(--dr-line-soft) !important;
}

.fc3-card-row span{
  color:var(--dr-text-muted) !important;
}

.fc3-card-row strong{
  color:var(--dr-text) !important;
}

.fc3-gold{
  color:var(--dr-gold) !important;
}

.fc3-loop{
  color:var(--dr-gold) !important;
}


/* =========================================================
   FINAL
   ========================================================= */

.fc3-final{
  width:100% !important;
  max-width:880px !important;

  margin:0 auto !important;

  padding:108px 0 !important;

  text-align:center !important;

  border-top:1px solid var(--dr-line-soft) !important;
}

.fc3-final h2{
  max-width:720px !important;

  margin-left:auto !important;
  margin-right:auto !important;

  color:var(--dr-text) !important;

  font-size:42px !important;
  line-height:1.14 !important;

  letter-spacing:-.04em !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1000px){

  .fc3-bar,
  .fc3{
    width:min(100% - 36px,1180px) !important;
  }

  .fc3-hero{
    grid-template-columns:1fr !important;

    gap:42px !important;

    padding:72px 0 !important;
  }

  .fc3-forming{
    justify-self:start !important;

    max-width:620px !important;
  }

  .fc3-hero h1{
    font-size:46px !important;
  }

  .fc3-strip-track{
    grid-template-columns:
      repeat(2,minmax(0,1fr)) !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:720px){

  .fc3-bar,
  .fc3{
    width:calc(100% - 28px) !important;
  }

  .fc3-hero{
    gap:30px !important;

    padding:52px 0 62px !important;
  }

  .fc3-hero h1{
    font-size:34px !important;
    line-height:1.12 !important;
  }

  .fc3-lead{
    font-size:14px !important;
  }

  .fc3-forming{
    padding:22px !important;

    border-radius:20px !important;
  }

  .fc3 .fc-cta,
  .fc3 .fc3-cta{
    width:100% !important;

    box-sizing:border-box !important;
  }

  .fc3-demo{
    padding:64px 0 !important;
  }

  .fc3-chat li{
    width:92% !important;
  }

  #fc3-strip-title{
    font-size:25px !important;
  }

  .fc3-strip{
    padding:62px 0 !important;
  }

  .fc3-strip-track{
    grid-template-columns:1fr !important;

    gap:12px !important;
  }

  .fc3-model{
    padding:68px 0 !important;
  }

  .fc3-card{
    padding:24px !important;

    border-radius:20px !important;
  }

  .fc3-final{
    padding:76px 0 !important;
  }

  .fc3-final h2{
    font-size:30px !important;
  }

}

/* AROMOODU_FIRST_DESIGN_SYSTEM_V1_END */


/* AROMOODU_FIRST_TITLE_SMALL_V1_START */

.fc3-hero h1{
  max-width:520px !important;
  font-size:44px !important;
  line-height:1.10 !important;
  letter-spacing:-.04em !important;
}

@media(max-width:1000px){
  .fc3-hero h1{
    font-size:38px !important;
  }
}

@media(max-width:720px){
  .fc3-hero h1{
    font-size:30px !important;
    line-height:1.12 !important;
  }
}

/* AROMOODU_FIRST_TITLE_SMALL_V1_END */

/* AROMOODU_FIRST_ENTRY_V6_START */

.fc6-entry{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:82px 0 92px;
  border-top:1px solid rgba(255,255,255,.07);
}

.fc6-entry-head{
  max-width:760px;
  margin-bottom:34px;
}

.fc6-entry-head h2{
  margin:12px 0 14px;
  color:#f5f3ee;
  font-size:32px;
  line-height:1.16;
  letter-spacing:-.035em;
  font-weight:520;
}

.fc6-entry-head > p:last-child{
  margin:0;
  color:rgba(245,243,238,.62);
  font-size:15px;
  line-height:1.75;
}

.fc6-entry-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.fc6-entry-card{
  min-width:0;
  min-height:220px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  padding:24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:#10151c;
  color:#f5f3ee;
  text-decoration:none;
  text-align:left;
  font:inherit;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background-color .18s ease;
}

.fc6-entry-card:hover{
  transform:translateY(-2px);
  border-color:rgba(231,197,139,.36);
  background:#121820;
}

.fc6-entry-card.is-emotional{
  border-color:rgba(231,197,139,.28);
}

.fc6-entry-card.is-direct{
  border-color:rgba(231,197,139,.42);
}

.fc6-entry-no{
  margin-bottom:30px;
  color:#e7c58b;
  font-size:10px;
  font-weight:650;
  letter-spacing:.14em;
}

.fc6-entry-card h3{
  margin:0 0 10px;
  color:#f5f3ee;
  font-size:18px;
  line-height:1.35;
  font-weight:560;
  letter-spacing:-.02em;
}

.fc6-entry-card p{
  margin:0 0 22px;
  color:rgba(245,243,238,.56);
  font-size:13px;
  line-height:1.72;
}

.fc6-entry-card b{
  margin-top:auto;
  color:#e7c58b;
  font-size:12px;
  line-height:1.5;
  font-weight:560;
}

.fc6-detail{
  display:none;
  margin-top:24px;
  padding:28px;
  border:1px solid rgba(231,197,139,.22);
  border-radius:24px;
  background:#0d1218;
}

.fc6-detail.is-open{
  display:block;
}

.fc6-detail-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}

.fc6-detail-kicker{
  display:block;
  margin-bottom:8px;
  color:#e7c58b;
  font-size:9px;
  font-weight:650;
  letter-spacing:.16em;
}

.fc6-detail-head h3{
  margin:0 0 8px;
  color:#f5f3ee;
  font-size:24px;
  line-height:1.3;
  font-weight:540;
  letter-spacing:-.025em;
}

.fc6-detail-head p{
  margin:0;
  color:rgba(245,243,238,.56);
  font-size:13px;
  line-height:1.65;
}

.fc6-detail-close{
  flex:0 0 auto;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:transparent;
  color:rgba(245,243,238,.68);
  font:inherit;
  font-size:12px;
  cursor:pointer;
}

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

.fc6-state{
  min-width:0;
  min-height:104px;
  padding:17px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:#10151c;
  color:#f5f3ee;
  text-align:left;
  font:inherit;
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background-color .16s ease;
}

.fc6-state:hover{
  transform:translateY(-1px);
  border-color:rgba(231,197,139,.34);
  background:#141a21;
}

.fc6-state strong{
  display:block;
  margin-bottom:6px;
  color:#f5f3ee;
  font-size:14px;
  line-height:1.45;
  font-weight:560;
}

.fc6-state span{
  display:block;
  color:rgba(245,243,238,.50);
  font-size:12px;
  line-height:1.55;
}

.fc6-detail-note{
  max-width:760px;
  margin:18px 0 0;
  color:rgba(245,243,238,.36);
  font-size:11px;
  line-height:1.65;
}

.fc6-entry-foot{
  margin:24px 0 0;
  color:rgba(245,243,238,.42);
  font-size:12px;
  line-height:1.65;
}

.fc6-entry-foot a{
  color:rgba(245,243,238,.72);
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-thickness:1px;
}

@media(max-width:1000px){
  .fc6-entry{padding:68px 0 76px;}
  .fc6-entry-grid,.fc6-state-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .fc6-entry-head h2{font-size:29px;}
}

@media(max-width:720px){
  .fc6-entry{padding:54px 0 62px;}
  .fc6-entry-grid,.fc6-state-grid{grid-template-columns:1fr;}
  .fc6-entry-card{min-height:0;padding:20px;border-radius:20px;}
  .fc6-entry-no{margin-bottom:18px;}
  .fc6-entry-head h2{font-size:26px;}
  .fc6-entry-head > p:last-child{font-size:14px;}
  .fc6-detail{padding:20px;border-radius:20px;}
  .fc6-detail-head{flex-direction:column;gap:14px;}
  .fc6-detail-close{min-height:44px;}
  .fc6-state{min-height:0;}
}

/* AROMOODU_FIRST_ENTRY_V6_END */
