.culture-banner{
  position:relative; height:440px; background-size:cover; background-position:center 32%;
  background-image:linear-gradient(180deg, rgba(26,39,68,.25), rgba(26,39,68,.88)), url('https://images.unsplash.com/photo-1766766462924-8ab7984ee394?fm=jpg&q=80&w=1800&auto=format&fit=crop');
  display:flex; align-items:center; justify-content:center; text-align:center; color:#fff;
}
.culture-banner .wrap{ max-width:640px; }
.culture-banner h2{ color:#fff; font-size:34px; margin-bottom:12px; }
.culture-banner p{ color:rgba(255,255,255,.85); font-size:16px; margin:0 auto; }

:root{
  --navy:#1a2744;
  --navy-soft:#26365c;
  --gold:#c9a13b;
  --gold-light:#f4d78e;
  --pink:#ff3d7f;
  --purple:#8b5cf6;
  --cream:#faf7f1;
  --ink:#1c1c1c;
  --grey:#5b6472;
  --line:#e7e1d4;
  --grad: linear-gradient(120deg, var(--pink), var(--purple));
}
*{box-sizing:border-box; margin:0; padding:0;}
body{
  font-family:'Plus Jakarta Sans', 'Noto Sans KR', sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit; text-decoration:none;}
img,svg{display:block; max-width:100%;}
ul{list-style:none;}
.wrap{max-width:1120px; margin:0 auto; padding:0 24px;}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color:var(--pink); background:rgba(255,61,127,.08);
  border:1px solid rgba(255,61,127,.25); padding:6px 14px; border-radius:999px;
}
h1,h2,h3,h4{font-weight:800; color:var(--navy); letter-spacing:-0.01em;}
h2{font-size:32px; margin-bottom:10px;}
.section-sub{color:var(--grey); font-size:16px; max-width:620px; margin-bottom:36px;}
.center{text-align:center; margin-left:auto; margin-right:auto;}
section{padding:88px 0;}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 26px; border-radius:999px; font-weight:700; font-size:15px;
  cursor:pointer; border:none; transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--grad); color:#fff; box-shadow:0 10px 24px -8px rgba(139,92,246,.55);}
.btn-outline{background:transparent; color:var(--navy); border:1.5px solid var(--navy);}
.btn-gold{background:var(--gold); color:var(--navy); box-shadow:0 10px 24px -10px rgba(201,161,59,.6);}
.btn-ghost{background:#f4f1ea; color:var(--navy);}
.btn:disabled{opacity:.45; cursor:not-allowed; transform:none;}
.btn-sm{padding:9px 18px; font-size:13.5px;}

/* NAV */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(250,247,241,.9); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
nav{display:flex; align-items:center; justify-content:space-between; padding:14px 24px; position:relative;}
.brand{display:flex; align-items:center; gap:10px; font-weight:800; font-size:19px; color:var(--navy);}
.brand svg{width:34px; height:34px;}
.navlinks{display:flex; gap:30px; font-weight:600; font-size:14.5px; color:var(--navy-soft);}
.navlinks a:hover{color:var(--pink);}
.navlinks a.active{color:var(--pink);}
.navcta{display:flex; align-items:center; gap:14px;}
.navcta .btn{padding:10px 20px; font-size:14px;}
.menu-toggle{display:none; background:none; border:none; font-size:22px; cursor:pointer; color:var(--navy);}
.mobile-panel{
  display:none; flex-direction:column; gap:2px; background:#fff; border-top:1px solid var(--line);
  padding:10px 24px 18px;
}
.mobile-panel.open{display:flex;}
.mobile-panel a{padding:10px 0; font-weight:600; color:var(--navy-soft); border-bottom:1px solid var(--line);}

/* HERO */
.hero{
  padding:96px 0 60px; position:relative; overflow:hidden;
  background:radial-gradient(ellipse at 80% -10%, rgba(255,61,127,.12), transparent 55%),
             radial-gradient(ellipse at -10% 20%, rgba(139,92,246,.10), transparent 50%);
}
.hero-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center;}
.hero h1{font-size:52px; line-height:1.06; margin:18px 0 18px;}
.hero h1 span{background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent;}
.hero p{font-size:17.5px; color:var(--grey); max-width:480px; margin-bottom:30px;}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap;}
.hero-stats{display:flex; gap:34px; margin-top:40px;}
.hero-stats div b{display:block; font-size:22px; color:var(--navy);}
.hero-stats div span{font-size:12.5px; color:var(--grey); text-transform:uppercase; letter-spacing:.05em;}

.page-hero{padding:56px 0 40px;}
.page-hero h1{font-size:38px; margin:14px 0 10px;}
.page-hero p{color:var(--grey); font-size:16px; max-width:600px;}
.breadcrumb{font-size:13px; color:var(--grey); margin-bottom:14px;}
.breadcrumb a{color:var(--pink); font-weight:600;}

/* PHONE MOCK */
.phone{
  width:280px; margin:0 auto; background:var(--navy); border-radius:38px; padding:14px;
  box-shadow:0 40px 70px -25px rgba(26,39,68,.45); position:relative;
}
.phone-screen{background:#fff; border-radius:26px; overflow:hidden; min-height:520px; display:flex; flex-direction:column;}
.phone-status{display:flex; justify-content:space-between; font-size:11px; color:#999; padding:10px 18px 0;}
.wallet-head{padding:18px 20px 20px; background:linear-gradient(135deg, var(--navy), var(--navy-soft)); color:#fff;}
.wallet-head small{opacity:.7; font-size:11.5px; letter-spacing:.04em; text-transform:uppercase;}
.wallet-balance{font-size:30px; font-weight:800; margin:6px 0 2px;}
.wallet-balance span{font-size:15px; font-weight:600; opacity:.75;}
.wallet-actions{display:flex; gap:8px; padding:16px 16px 10px;}
.wallet-actions div{
  flex:1; text-align:center; font-size:11px; font-weight:700; color:var(--navy);
  background:#f4f1ea; border-radius:14px; padding:10px 4px;
}
.wallet-actions div .ic{font-size:16px; display:block; margin-bottom:4px;}
.wallet-list{padding:6px 18px 18px; flex:1;}
.wallet-list p.label{font-size:11px; text-transform:uppercase; letter-spacing:.05em; color:#999; margin:12px 0 8px;}
.tx{display:flex; justify-content:space-between; align-items:center; padding:9px 0; border-bottom:1px solid #f0eee8; font-size:13px;}
.tx .who{font-weight:700; color:var(--navy);}
.tx .meta{font-size:11px; color:#999;}
.tx .amt.pos{color:#1e9e5a; font-weight:700;}
.tx .amt.neg{color:var(--ink); font-weight:700;}

/* CARDS */
.grid{display:grid; gap:22px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
.card{
  background:#fff; border:1px solid var(--line); border-radius:18px; padding:26px;
  transition:box-shadow .2s ease, transform .2s ease;
}
.card:hover{box-shadow:0 20px 34px -22px rgba(26,39,68,.28); transform:translateY(-3px);}
.card .ic{
  width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center;
  font-size:20px; margin-bottom:14px; background:var(--grad); color:#fff;
}
.card h3{font-size:17px; margin-bottom:8px;}
.card p{font-size:14.5px; color:var(--grey);}
.card .tag{
  display:inline-block; margin-top:12px; font-size:11.5px; font-weight:700; color:var(--gold);
  background:rgba(201,161,59,.12); padding:4px 10px; border-radius:999px;
}

.alt-bg{background:#fff;}
.navy-bg{background:var(--navy); color:#fff;}
.navy-bg h2, .navy-bg h3{color:#fff;}
.navy-bg .section-sub{color:rgba(255,255,255,.65);}

/* NORMS LIST */
.norms{display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:10px;}
.norm{display:flex; gap:14px; background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px 20px;}
.norm .n{
  flex-shrink:0; width:30px; height:30px; border-radius:50%; background:var(--navy); color:var(--gold-light);
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:13px;
}
.norm p{font-size:14px; color:var(--grey);}
.norm strong{color:var(--navy); display:block; margin-bottom:2px; font-size:14.5px;}

/* MINILOG teaser (homepage) */
.minilog-wrap{display:grid; grid-template-columns:.95fr 1.05fr; gap:52px; align-items:center;}
.minilog-card{background:#fff; border-radius:22px; border:1px solid var(--line); overflow:hidden; box-shadow:0 30px 60px -30px rgba(26,39,68,.3);}
.minilog-banner{height:100px; background:linear-gradient(120deg, var(--pink), var(--purple), var(--gold));}
.minilog-body{padding:0 22px 22px; margin-top:-34px;}
.minilog-avatar{
  width:68px; height:68px; border-radius:50%; border:4px solid #fff; background:var(--navy);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-weight:800; font-size:20px;
}
.minilog-body h4{margin-top:10px; font-size:17px; color:var(--navy);}
.minilog-body p.handle{font-size:12.5px; color:var(--grey); margin-bottom:14px;}
.guestbook{background:#f6f3ec; border-radius:12px; padding:12px 14px; font-size:13px; color:var(--navy-soft); margin-top:10px;}
.guestbook b{color:var(--pink);}
.minilog-stats{display:flex; gap:18px; margin-top:16px; font-size:12.5px; color:var(--grey);}
.minilog-stats b{color:var(--navy); display:block; font-size:16px;}

/* MINILOG full profile page */
.ml-hero{
  border-radius:26px; overflow:hidden; border:1px solid var(--line); background:#fff;
  box-shadow:0 30px 60px -34px rgba(26,39,68,.3); margin-bottom:36px;
}
.ml-banner{height:180px; background:linear-gradient(120deg, var(--pink), var(--purple), var(--gold)); position:relative;}
.ml-banner .edit-badge{position:absolute; top:16px; right:16px; background:rgba(0,0,0,.35); color:#fff; font-size:11.5px; padding:6px 12px; border-radius:999px;}
.ml-profile-row{display:flex; gap:22px; align-items:flex-end; padding:0 30px; margin-top:-52px;}
.ml-avatar{
  width:104px; height:104px; border-radius:26px; border:5px solid #fff; background:var(--navy);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-weight:800; font-size:30px;
  box-shadow:0 12px 24px -10px rgba(0,0,0,.25);
}
.ml-id h2{font-size:24px; margin-bottom:2px;}
.ml-id p{color:var(--grey); font-size:13.5px;}
.ml-profile-meta{display:flex; gap:26px; padding:20px 30px 26px; flex-wrap:wrap;}
.ml-profile-meta div b{display:block; font-size:19px; color:var(--navy);}
.ml-profile-meta div span{font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--grey);}
.ml-profile-actions{margin-left:auto; display:flex; gap:10px; align-items:center;}

.ml-layout{display:grid; grid-template-columns:1fr 320px; gap:32px;}
.ml-tabs{display:flex; gap:6px; margin-bottom:20px; border-bottom:1px solid var(--line);}
.ml-tabs button{
  background:none; border:none; padding:10px 18px; font-weight:700; font-size:14px; color:var(--grey);
  cursor:pointer; border-bottom:2.5px solid transparent; margin-bottom:-1px;
}
.ml-tabs button.active{color:var(--pink); border-color:var(--pink);}
.ml-panel{display:none;}
.ml-panel.active{display:block;}

.mood-post{background:#fff; border:1px solid var(--line); border-radius:16px; padding:20px; margin-bottom:16px;}
.mood-post .mp-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;}
.mood-post .mp-head b{color:var(--navy); font-size:14px;}
.mood-post .mp-head span{color:var(--grey); font-size:12px;}
.mood-post p{font-size:14.5px; color:#333;}
.mood-post .mp-foot{display:flex; gap:16px; margin-top:12px; font-size:12.5px; color:var(--grey);}

.photo-wall{display:grid; grid-template-columns:repeat(3,1fr); gap:8px;}
.photo-wall .ph{
  aspect-ratio:1; border-radius:12px; background:linear-gradient(135deg, var(--pink), var(--purple));
  opacity:.85; display:flex; align-items:flex-end; padding:8px; font-size:11px; color:#fff; font-weight:700;
}
.photo-wall .ph:nth-child(3n+2){background:linear-gradient(135deg, var(--gold-light), var(--gold));}
.photo-wall .ph:nth-child(3n){background:linear-gradient(135deg, var(--navy-soft), var(--navy));}

.gb-entry{background:#fff; border:1px solid var(--line); border-radius:14px; padding:14px 16px; margin-bottom:12px; font-size:13.5px;}
.gb-entry .gb-head{display:flex; justify-content:space-between; margin-bottom:4px;}
.gb-entry .gb-head b{color:var(--navy);}
.gb-entry .gb-gift{color:var(--gold); font-weight:700; font-size:12.5px;}
.gb-form{display:flex; gap:8px; margin-top:18px;}
.gb-form input{flex:1; padding:11px 14px; border-radius:12px; border:1px solid var(--line); font-size:13.5px;}
.gb-form select{padding:11px 10px; border-radius:12px; border:1px solid var(--line); font-size:13px; background:#fff;}

.widget{background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px 20px; margin-bottom:18px;}
.widget h5{font-size:12.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--grey); margin-bottom:12px;}
.countdown{display:flex; gap:8px;}
.countdown div{flex:1; background:var(--navy); color:#fff; border-radius:10px; text-align:center; padding:10px 4px;}
.countdown div b{display:block; font-size:18px;}
.countdown div span{font-size:9.5px; text-transform:uppercase; opacity:.7;}
.pill-list{display:flex; flex-wrap:wrap; gap:6px;}
.pill{background:#f4f1ea; color:var(--navy-soft); font-size:12px; font-weight:600; padding:6px 12px; border-radius:999px;}
.top-gifters{display:flex; flex-direction:column; gap:10px;}
.top-gifters div{display:flex; justify-content:space-between; align-items:center; font-size:13px;}
.top-gifters .rank{width:20px; height:20px; border-radius:50%; background:var(--gold); color:var(--navy); font-weight:800; font-size:11px; display:flex; align-items:center; justify-content:center; margin-right:8px;}
.top-gifters .name{display:flex; align-items:center; color:var(--navy); font-weight:700;}
.top-gifters .amt{color:var(--gold); font-weight:700;}

/* GAMES HUB */
.game-card{background:#fff; border:1px solid var(--line); border-radius:20px; overflow:hidden; display:flex; flex-direction:column;}
.game-banner{height:110px; display:flex; align-items:center; justify-content:center; font-size:40px;}
.game-body{padding:20px; flex:1; display:flex; flex-direction:column;}
.game-meta{display:flex; gap:8px; margin-bottom:10px; flex-wrap:wrap;}
.chip{font-size:11px; font-weight:700; padding:4px 10px; border-radius:999px; background:#f4f1ea; color:var(--navy-soft);}
.chip.reward{background:rgba(201,161,59,.15); color:var(--gold);}
.chip.diff-easy{background:rgba(30,158,90,.12); color:#1e9e5a;}
.chip.diff-med{background:rgba(201,161,59,.15); color:#a67c1f;}
.chip.diff-hard{background:rgba(255,61,127,.12); color:var(--pink);}
.game-body h3{margin-bottom:6px;}
.game-body p{font-size:14px; color:var(--grey); flex:1; margin-bottom:14px;}
.game-rules{font-size:12.5px; color:var(--grey); margin:10px 0; padding-left:16px;}
.game-rules li{margin-bottom:4px;}

.trivia-widget{background:#fff; border:1px solid var(--line); border-radius:22px; padding:32px; max-width:560px; margin:0 auto; box-shadow:0 30px 60px -34px rgba(26,39,68,.28);}
.trivia-progress{height:6px; background:#f0eee8; border-radius:999px; overflow:hidden; margin-bottom:20px;}
.trivia-progress-bar{height:100%; background:var(--grad); width:0%; transition:width .3s ease;}
.trivia-q{font-size:12.5px; color:var(--grey); text-transform:uppercase; letter-spacing:.05em; margin-bottom:8px;}
.trivia-question{font-size:19px; font-weight:800; color:var(--navy); margin-bottom:22px;}
.trivia-opts{display:flex; flex-direction:column; gap:10px;}
.trivia-opt{
  text-align:left; padding:14px 16px; border-radius:12px; border:1.5px solid var(--line); background:#fff;
  font-weight:600; font-size:14.5px; cursor:pointer; transition:all .15s ease;
}
.trivia-opt:hover{border-color:var(--purple); background:rgba(139,92,246,.05);}
.trivia-opt.correct{border-color:#1e9e5a; background:rgba(30,158,90,.1); color:#1e9e5a;}
.trivia-opt.wrong{border-color:var(--pink); background:rgba(255,61,127,.08); color:var(--pink);}
.trivia-opt:disabled{cursor:default;}
.trivia-score{display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; font-size:13.5px; color:var(--grey);}
.trivia-score b{color:var(--gold);}
.trivia-result{text-align:center;}
.trivia-result .big{font-size:44px; font-weight:800; color:var(--navy); margin:14px 0 4px;}

/* SIGNUP FLOW */
.signup-shell{max-width:480px; margin:0 auto; padding:60px 24px;}
.stepper{display:flex; align-items:center; margin-bottom:36px;}
.step-dot{
  width:30px; height:30px; border-radius:50%; background:#f0eee8; color:var(--grey);
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:13px; flex-shrink:0;
}
.step-dot.active{background:var(--grad); color:#fff;}
.step-dot.done{background:var(--navy); color:var(--gold-light);}
.step-line{flex:1; height:2px; background:#f0eee8; margin:0 4px;}
.step-line.done{background:var(--navy);}
.signup-card{background:#fff; border:1px solid var(--line); border-radius:22px; padding:32px; box-shadow:0 30px 60px -34px rgba(26,39,68,.25);}
.signup-panel{display:none;}
.signup-panel.active{display:block;}
.field{margin-bottom:16px;}
.field label{display:block; font-size:13px; font-weight:700; color:var(--navy); margin-bottom:6px;}
.field input{width:100%; padding:13px 15px; border-radius:12px; border:1.5px solid var(--line); font-size:14.5px; font-family:inherit;}
.field input:focus{outline:none; border-color:var(--purple);}
.field-hint{font-size:11.5px; color:var(--grey); margin-top:5px;}
.otp-row{display:flex; gap:8px;}
.otp-row input{width:44px; height:52px; text-align:center; font-size:20px; font-weight:800; padding:0;}
.interest-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:16px 0 22px;}
.interest-pill{
  border:1.5px solid var(--line); border-radius:14px; padding:14px 8px; text-align:center; cursor:pointer;
  font-size:12.5px; font-weight:700; color:var(--navy-soft); transition:all .15s ease;
}
.interest-pill.selected{border-color:var(--pink); background:rgba(255,61,127,.07); color:var(--pink);}
.signup-actions{display:flex; justify-content:space-between; align-items:center; margin-top:24px;}
.signup-actions .btn{flex:1;}
.signup-actions .back-link{flex:none; margin-right:12px; font-size:13.5px; font-weight:700; color:var(--grey); cursor:pointer;}
.bonus-coin{
  text-align:center; background:linear-gradient(135deg, var(--navy), var(--navy-soft)); border-radius:18px;
  padding:30px 20px; color:#fff; margin-bottom:6px;
}
.bonus-coin .amt{font-size:40px; font-weight:800; color:var(--gold-light); margin:6px 0;}

/* BANNER */
.fanomenon-banner{
  background:linear-gradient(120deg, var(--navy), #2b1f4a); color:#fff; border-radius:24px;
  padding:52px 48px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
}
.fanomenon-banner h3{color:#fff; font-size:26px; max-width:480px;}
.fanomenon-banner p{color:rgba(255,255,255,.7); max-width:480px; margin-top:8px; font-size:14.5px;}

/* FOOTER */
footer{background:var(--navy); color:rgba(255,255,255,.75); padding:56px 0 30px; font-size:13.5px;}
.footer-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:36px; margin-bottom:36px;}
footer h5{color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:.05em; margin-bottom:14px;}
footer li{margin-bottom:9px;}
footer a:hover{color:var(--gold-light);}
.disclaimer{border-top:1px solid rgba(255,255,255,.12); padding-top:22px; font-size:12px; color:rgba(255,255,255,.5); line-height:1.7;}
.waitlist-form{display:flex; gap:10px; margin-top:8px; max-width:380px;}
.waitlist-form input{
  flex:1; padding:12px 16px; border-radius:999px; border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.06); color:#fff; font-size:14px;
}
.waitlist-form input::placeholder{color:rgba(255,255,255,.45);}
.waitlist-note{font-size:12px; color:rgba(255,255,255,.45); margin-top:8px;}

@media (max-width:920px){
  .hero-grid, .minilog-wrap, .ml-layout{grid-template-columns:1fr;}
  .hero h1{font-size:38px;}
  .grid-3, .grid-4{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .navlinks{display:none;}
  .menu-toggle{display:block;}
  .ml-profile-actions{margin-left:0; width:100%; margin-top:10px;}
}
@media (max-width:600px){
  .grid-3, .grid-2, .grid-4, .norms, .interest-grid{grid-template-columns:1fr 1fr;}
  .hero-stats{flex-wrap:wrap; row-gap:16px;}
  .fanomenon-banner{padding:36px 24px;}
  .footer-grid{grid-template-columns:1fr;}
  .photo-wall{grid-template-columns:repeat(2,1fr);}
  .ml-profile-row{flex-wrap:wrap;}
}

/* CLUE / FLASHCARD WIDGETS (Guess the Artist, Hangul Hero) */
.clue-list{display:flex; flex-direction:column; gap:8px; margin:16px 0 22px;}
.clue-item{
  display:flex; gap:10px; align-items:center; padding:10px 14px; border-radius:12px;
  background:#f6f3ec; font-size:13.5px; color:var(--navy-soft); opacity:.35; transition:opacity .3s ease;
}
.clue-item.revealed{opacity:1;}
.clue-item .num{
  width:22px; height:22px; border-radius:50%; background:var(--navy); color:var(--gold-light);
  font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.hangul-display{
  text-align:center; font-size:40px; font-weight:800; color:var(--navy); margin:6px 0 4px;
  font-family:'Noto Sans KR', sans-serif;
}
.hangul-romanization{text-align:center; color:var(--grey); font-size:13px; margin-bottom:22px; text-transform:uppercase; letter-spacing:.04em;}
.level-badge{
  display:inline-block; font-size:11px; font-weight:700; padding:4px 12px; border-radius:999px;
  background:rgba(139,92,246,.12); color:var(--purple); margin-bottom:8px;
}

/* PARTNERS DIRECTORY */
.filter-row{display:flex; gap:10px; margin-bottom:28px; flex-wrap:wrap;}
.filter-pill{
  padding:9px 18px; border-radius:999px; border:1.5px solid var(--line); background:#fff;
  font-size:13.5px; font-weight:700; color:var(--navy-soft); cursor:pointer;
}
.filter-pill.active{background:var(--navy); color:#fff; border-color:var(--navy);}
.partner-card{background:#fff; border:1px solid var(--line); border-radius:18px; overflow:hidden;}
.partner-banner{height:90px; display:flex; align-items:center; justify-content:center; font-size:34px;}
.partner-body{padding:18px 20px;}
.partner-top{display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:6px;}
.partner-top h3{font-size:16px;}
.cashback-badge{
  background:rgba(201,161,59,.15); color:var(--gold); font-weight:800; font-size:12px;
  padding:5px 10px; border-radius:999px; white-space:nowrap;
}
.partner-meta{font-size:12.5px; color:var(--grey); margin-bottom:10px;}
.partner-desc{font-size:13.5px; color:var(--grey);}
.how-steps{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:10px;}
.how-step{background:#fff; border:1px solid var(--line); border-radius:16px; padding:22px;}
.how-step .num{
  width:32px; height:32px; border-radius:50%; background:var(--grad); color:#fff; font-weight:800;
  display:flex; align-items:center; justify-content:center; margin-bottom:12px; font-size:14px;
}

/* ARTIST CONNECT PAGE */
.connect-tabs{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:32px;}
.connect-tab{
  padding:11px 20px; border-radius:999px; border:1.5px solid var(--line); background:#fff;
  font-size:13.5px; font-weight:700; color:var(--navy-soft); cursor:pointer;
}
.connect-tab.active{background:var(--grad); color:#fff; border-color:transparent;}
.connect-panel{display:none;}
.connect-panel.active{display:block;}

.event-card{background:#fff; border:1px solid var(--line); border-radius:16px; padding:20px; display:flex; gap:16px; align-items:center; margin-bottom:14px;}
.event-date{
  flex-shrink:0; width:58px; height:58px; border-radius:12px; background:var(--navy); color:#fff;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
}
.event-date b{font-size:18px; line-height:1;}
.event-date span{font-size:10px; text-transform:uppercase; opacity:.75;}
.event-info{flex:1;}
.event-info h4{font-size:15.5px; color:var(--navy); margin-bottom:3px;}
.event-info p{font-size:12.5px; color:var(--grey);}
.event-price{flex-shrink:0; text-align:right;}
.event-price b{display:block; color:var(--gold); font-size:16px;}
.event-price span{font-size:11px; color:var(--grey);}

.shoutout-tiers{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.tier-card{background:#fff; border:1.5px solid var(--line); border-radius:18px; padding:24px; text-align:center;}
.tier-card.featured{border-color:var(--pink); box-shadow:0 20px 40px -26px rgba(255,61,127,.35);}
.tier-card .tier-price{font-size:28px; font-weight:800; color:var(--navy); margin:8px 0;}
.tier-card .tier-price span{font-size:13px; color:var(--grey); font-weight:600;}

.verified-badge{
  display:inline-flex; align-items:center; gap:4px; background:rgba(139,92,246,.12); color:var(--purple);
  font-size:11px; font-weight:800; padding:3px 10px; border-radius:999px; margin-left:8px;
}

.chat-mock{
  max-width:340px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:24px;
  overflow:hidden; box-shadow:0 30px 60px -30px rgba(26,39,68,.3);
}
.chat-head{background:linear-gradient(135deg, var(--navy), var(--navy-soft)); color:#fff; padding:16px 18px; display:flex; align-items:center; gap:10px;}
.chat-head .av{width:36px; height:36px; border-radius:50%; background:var(--gold-light); color:var(--navy); display:flex; align-items:center; justify-content:center; font-weight:800; font-size:13px;}
.chat-head small{display:block; opacity:.7; font-size:10.5px;}
.chat-body{padding:16px; display:flex; flex-direction:column; gap:10px; min-height:220px; background:#faf8f4;}
.bubble{max-width:78%; padding:10px 14px; border-radius:14px; font-size:13px; line-height:1.4;}
.bubble.them{background:#fff; border:1px solid var(--line); color:#222; align-self:flex-start; border-bottom-left-radius:4px;}
.bubble.me{background:var(--grad); color:#fff; align-self:flex-end; border-bottom-right-radius:4px;}

.guardrail-box{
  background:#fff8ea; border:1.5px solid rgba(201,161,59,.4); border-radius:16px; padding:22px 24px; margin-top:20px;
}
.guardrail-box h4{color:var(--navy); font-size:15px; margin-bottom:10px;}
.guardrail-box ul{padding-left:0;}
.guardrail-box li{font-size:13.5px; color:#4a4030; margin-bottom:8px; padding-left:22px; position:relative;}
.guardrail-box li::before{content:"✓"; position:absolute; left:0; color:var(--gold); font-weight:800;}

/* POINTS FORMULA SECTION */
.rule-card{background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px 20px;}
.rule-card h4{font-size:14.5px; color:var(--navy); margin-bottom:8px;}
.rule-line{display:flex; justify-content:space-between; font-size:12.5px; color:var(--grey); padding:4px 0; border-bottom:1px dashed var(--line);}
.rule-line:last-child{border-bottom:none;}
.rule-line b{color:var(--navy-soft); font-weight:700;}
.formula-box{
  background:var(--navy); color:#fff; border-radius:18px; padding:26px 28px; margin:22px 0 30px;
  font-family:'Plus Jakarta Sans', sans-serif;
}
.formula-box .f-line{font-size:14px; margin-bottom:8px; color:rgba(255,255,255,.9);}
.formula-box .f-line b{color:var(--gold-light);}

/* VISIT KOREA — MAP, TOURS, DELIVERY */
.map-wrap{border:1px solid var(--line); border-radius:18px; overflow:hidden; margin-bottom:18px;}
#kc-map{height:460px; width:100%; background:#e7e1d4;}
.map-legend{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:18px;}
.map-legend .dot{display:inline-block; width:9px; height:9px; border-radius:50%; margin-right:6px;}
.geo-status{
  display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
  background:#fff; border:1px solid var(--line); border-radius:14px; padding:14px 18px; margin-bottom:18px; font-size:13.5px; color:var(--grey);
}
.popup-title{font-weight:800; color:var(--navy); font-size:14px; margin-bottom:2px;}
.popup-cat{font-size:11.5px; color:var(--gold); font-weight:700; text-transform:uppercase; letter-spacing:.03em; margin-bottom:6px;}
.popup-desc{font-size:12.5px; color:var(--grey); margin-bottom:8px; max-width:200px;}
.popup-kc{font-weight:800; color:var(--navy-soft); font-size:12.5px; margin-bottom:8px;}
.popup-btn{
  background:var(--navy); color:#fff; border:none; border-radius:8px; padding:7px 12px;
  font-size:12px; font-weight:700; cursor:pointer; width:100%;
}
.popup-btn:disabled{background:#c7ceda; cursor:default;}

.tour-card{background:#fff; border:1px solid var(--line); border-radius:18px; padding:22px;}
.tour-card h3{font-size:16px; margin-bottom:6px;}
.tour-stops{list-style:none; padding:0; margin:14px 0;}
.tour-stops li{
  display:flex; justify-content:space-between; font-size:13px; color:var(--grey);
  padding:7px 0; border-bottom:1px dashed var(--line);
}
.tour-stops li:last-child{border-bottom:none;}
.tour-stops li b{color:var(--navy-soft); font-weight:700;}

.order-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:16px 0;}
.order-item{
  background:var(--cream); border:1.5px solid var(--line); border-radius:12px; padding:14px;
  cursor:pointer; text-align:left;
}
.order-item.selected{border-color:var(--gold); background:rgba(201,161,59,.1);}
.order-item .price{color:var(--gold); font-weight:800; font-size:13px; margin-top:4px;}
.track-steps{display:flex; justify-content:space-between; margin:22px 0 6px; position:relative;}
.track-steps::before{
  content:""; position:absolute; top:14px; left:20px; right:20px; height:2px; background:var(--line); z-index:0;
}
.track-step{position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; flex:1; font-size:11.5px; color:var(--grey); text-align:center;}
.track-step .dot{
  width:28px; height:28px; border-radius:50%; background:#fff; border:2px solid var(--line);
  display:flex; align-items:center; justify-content:center; margin-bottom:6px; font-size:13px;
}
.track-step.done .dot{background:var(--gold); border-color:var(--gold); color:#fff;}
.track-step.active .dot{border-color:var(--navy); color:var(--navy); font-weight:800;}
