
:root{
  --bg:#050712;
  --panel:#0a0e19;
  --panel2:#0d1220;
  --line:#1a2233;
  --text:#ffffff;
  --muted:#c0c7d5;
  --pink:#ff2f72;
  --purple:#7d23ff;
  --blue:#1471ff;
  --green:#58df65;
  --gold:#ffbd2e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 45% 32%,rgba(122,24,198,.17),transparent 28%),
    radial-gradient(circle at 64% 48%,rgba(255,29,113,.12),transparent 24%),
    #050712;
  color:#fff;
}
a{text-decoration:none;color:inherit}
img{display:block}
.mt-header{border-bottom:1px solid rgba(255,255,255,.055);background:#050712}
.mt-header-inner{
  width:min(1450px,calc(100% - 64px));
  height:60px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:38px;
}
.mt-brand{display:flex;align-items:center;gap:10px;min-width:185px}
.mt-brand-mark{
  width:32px;height:32px;border-radius:8px;
  background:linear-gradient(135deg,#7141ff,#ff2a67);
  display:grid;place-items:center;font-weight:900;font-size:15px
}
.mt-brand-copy strong{display:block;font-size:20px;line-height:1}
.mt-brand-copy em{font-style:normal;color:#ff55c6}
.mt-brand-copy small{display:block;font-size:11px;margin-top:3px;color:#d4d7df}
.mt-nav{display:flex;gap:30px;align-items:center;flex:1}
.mt-nav a{font-size:13px;color:#eef1f6}
.mt-header-actions{display:flex;align-items:center;gap:10px}
.mt-lang{background:none;border:0;color:#fff;font-size:13px}
.mt-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;padding:0 18px;border-radius:7px;
  font-size:13px;font-weight:800
}
.mt-btn-dark{background:#080c16;border:1px solid #222a39}
.mt-btn-signup{background:linear-gradient(90deg,#651dff,#ff2d74)}
.mt-page{width:min(1450px,calc(100% - 64px));margin:0 auto;padding:22px 0 28px}

.mt-hero{
  display:grid;
  grid-template-columns:39% 61%;
  min-height:400px;
  align-items:center;
}
.mt-hero-left h1{
  font-size:62px;
  line-height:.94;
  letter-spacing:-2px;
  margin:0 0 18px;
}
.mt-hero-left h1 span{
  background:linear-gradient(90deg,#ff2c5f,#ed178f,#7131ff);
  -webkit-background-clip:text;
  color:transparent
}
.mt-hero-left>p{
  margin:0;
  font-size:17px;
  line-height:1.45;
  color:#f0f2f6
}
.mt-hero-stats{display:flex;gap:34px;margin:21px 0 20px}
.mt-stat{display:flex;align-items:center;gap:9px}
.mt-stat-icon{font-size:25px;filter:drop-shadow(0 0 8px currentColor)}
.mt-stat.pink .mt-stat-icon{color:#ff3c8d}
.mt-stat.purple .mt-stat-icon{color:#a03fff}
.mt-stat.blue .mt-stat-icon{color:#2697ff}
.mt-stat strong{display:block;font-size:20px;line-height:1}
.mt-stat small{display:block;font-size:12px;margin-top:5px;color:#c8cfdd}

.mt-hero-buttons{display:flex;gap:10px}
.mt-btn-live{background:linear-gradient(90deg,#ff394c,#ea1a91)}
.mt-btn-match{background:linear-gradient(90deg,#6b18ff,#991bea)}
.mt-btn-go{background:linear-gradient(90deg,#065eff,#197fff)}
.mt-hero-buttons .mt-btn{min-height:46px;font-size:14px;padding:0 19px}

.mt-rating{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:12px;color:#d6dbe6}
.mt-rating-avatars{display:flex;padding-left:8px}
.mt-rating-avatars img,.mt-mini-avatars img{
  width:28px;height:28px;border-radius:50%;
  object-fit:cover;object-position:center top;
  border:2px solid #080b14;margin-left:-8px
}
.mt-stars{color:#ffbc29;letter-spacing:1px;font-size:14px}
.mt-rating strong{font-size:12px}

.mt-hero-right{position:relative;height:390px}
.mt-live-card{
  position:absolute;
  overflow:hidden;
  border-radius:17px;
  border:1px solid #9d29ff;
  background:#0b0f18;
  box-shadow:0 24px 60px rgba(0,0,0,.48)
}
.mt-live-card>img{width:100%;height:100%;object-fit:cover;object-position:center top}
.mt-live-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 47%,rgba(2,4,10,.12) 56%,rgba(2,4,10,.92) 100%);
  pointer-events:none
}
.mt-card-lena{left:5%;top:35px;width:225px;height:330px;transform:rotate(-5deg)}
.mt-card-mia{left:37%;top:0;width:254px;height:385px;border-color:#ff3479;z-index:4}
.mt-card-jason{right:3%;top:36px;width:225px;height:330px;transform:rotate(5deg)}
.mt-live-pill,.mt-view-pill{
  position:absolute;top:12px;z-index:5;padding:6px 9px;
  border-radius:5px;font-size:12px;font-weight:900
}
.mt-live-pill{left:12px;background:#ff3153}
.mt-view-pill{right:12px;background:rgba(4,6,13,.78)}
.mt-card-bottom,.mt-card-name,.mt-gift-list,.mt-card-footer{position:absolute;z-index:5}
.mt-card-bottom{left:16px;right:16px;bottom:15px}
.mt-card-bottom strong,.mt-card-name strong{display:block;font-size:22px}
.mt-card-bottom strong span,.mt-card-name strong span{color:#2f92ff}
.mt-card-bottom small,.mt-card-name small{font-size:12px;color:#fff}
.mt-card-name{left:16px;bottom:150px}
.mt-mini-avatars{display:flex;align-items:center;margin-top:11px}
.mt-mini-avatars b{font-size:12px;margin-left:8px}
.mt-gift-list{left:12px;right:12px;bottom:55px;display:grid;gap:5px}
.mt-gift-list>div{
  display:flex;justify-content:space-between;align-items:center;
  background:rgba(5,7,14,.86);padding:6px 8px;border-radius:7px;
  font-size:11px
}
.mt-gift-list span{display:flex;align-items:center;gap:7px}
.mt-gift-list img{width:22px;height:22px;border-radius:50%;object-fit:cover}
.mt-card-footer{left:13px;right:13px;bottom:12px;display:flex;justify-content:space-between;align-items:center;font-size:12px}
.mt-card-footer .mt-mini-avatars{margin:0}
.mt-floating{
  position:absolute;right:-4px;width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;font-size:25px;z-index:6
}
.mt-heart{top:85px;background:rgba(255,42,117,.22);border:1px solid #ff3b9a;color:#ff6daf}
.mt-gift{top:165px;background:rgba(255,118,28,.14);border:1px solid #ff6f22}
.mt-like{top:245px;background:rgba(30,91,255,.18);border:1px solid #2b77ff}

.mt-feature-row{
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line);
  border-radius:13px;
  background:linear-gradient(180deg,#0c101b,#090d16);
  overflow:hidden;
  margin-top:2px
}
.mt-feature-row>a{
  min-height:88px;display:grid;grid-template-columns:45px 1fr 12px;
  gap:10px;align-items:center;padding:15px 18px;border-right:1px solid #1a2231
}
.mt-feature-row>a:last-child{border-right:0}
.fi{font-size:29px;filter:drop-shadow(0 0 10px currentColor)}
.fi.red{color:#ff374e}.fi.purple{color:#a240ff}.fi.green{color:#62e66c}.fi.blue{color:#2998ff}.fi.gold{color:#ffc23b}
.mt-feature-row strong{display:block;font-size:14px}
.mt-feature-row small{display:block;font-size:12px;line-height:1.4;color:#c4cbda;margin-top:4px}
.mt-feature-row b{color:#b8c0ce}

.mt-main-grid{
  display:grid;
  grid-template-columns:1.16fr 1.04fr 1.04fr;
  gap:10px;
  margin-top:11px
}
.mt-panel{border:1px solid var(--line);background:#0a0e19;border-radius:13px;padding:12px}
.mt-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}
.mt-panel-head h2{margin:0;font-size:15px}
.mt-panel-head a{font-size:11px;color:#d2d8e3}
.mt-red-dot{display:inline-block;width:11px;height:11px;background:#ff3558;border-radius:50%;box-shadow:0 0 14px #ff3558}

.mt-live-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.mt-live-mini{background:#080c15;border:1px solid #171f2d;border-radius:9px;overflow:hidden;padding-bottom:9px}
.mt-live-mini-img{position:relative;height:138px}
.mt-live-mini-img img{width:100%;height:100%;object-fit:cover;object-position:center top}
.mt-live-mini-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(3,5,10,.78))}
.live-tag,.view-tag{position:absolute;top:6px;z-index:3;font-size:11px;font-weight:900;border-radius:4px;padding:4px 5px}
.live-tag{left:6px;background:#ff3154}.view-tag{right:5px;background:rgba(3,5,11,.78)}
.mt-live-mini>strong,.mt-live-mini>small,.mt-live-mini>b{display:block;padding:0 8px}
.mt-live-mini>strong{font-size:12px;margin-top:7px}
.mt-live-mini>strong i{font-style:normal;color:#2b8fff}
.mt-live-mini>small{font-size:11px;margin-top:2px;color:#fff}
.mt-live-mini>b{font-size:11px;color:#c55bff;margin-top:8px}

.mt-battle{display:grid;grid-template-columns:1fr .7fr 1fr;align-items:center;height:155px}
.mt-battle-side{text-align:center;position:relative}
.mt-battle-side img{width:89px;height:89px;margin:0 auto 6px;border-radius:50%;object-fit:cover;object-position:center top}
.mt-battle-side strong,.mt-battle-side b{display:block}
.mt-battle-side strong{font-size:13px}.mt-battle-side b{font-size:24px;line-height:1}
.pink-score{color:#ff367f}.blue-score{color:#2c9bff}
.pink-bar,.blue-bar{display:block;height:7px;border-radius:6px;margin-top:8px}
.pink-bar{background:#ff2f78}.blue-bar{background:#147aff}
.mt-battle-center{text-align:center}
.mt-battle-center small,.mt-battle-center span{display:block;font-size:11px;color:#d2d7e1}
.mt-battle-center strong{display:block;font-size:39px;margin:8px 0}
.mt-battle-foot{display:flex;align-items:center;gap:9px}
.mt-battle-foot .mt-mini-avatars{margin:0}.mt-battle-foot span{font-size:11px;color:#d4dae5}
.mt-battle-foot>a{margin-left:auto;background:linear-gradient(90deg,#6b1eff,#9020e8);padding:9px 15px;border-radius:6px;font-size:11px;font-weight:900}

.mt-right-column{display:grid;gap:10px}
.mt-people{min-height:102px}
.green-title{color:#69eb74}
.mt-people-row{display:flex;align-items:center;gap:10px}
.mt-person{position:relative}.mt-person img{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center top}
.mt-person span{position:absolute;width:9px;height:9px;border-radius:50%;background:#28d954;right:1px;bottom:2px;border:2px solid #0a0e19}
.mt-shuffle{margin-left:auto;width:52px;height:48px;border-radius:8px;background:#7b22ff;display:grid;place-items:center;font-size:26px}

.mt-promo-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mt-promo{
  min-height:120px;border:1px solid var(--line);background:#0a0e19;border-radius:12px;
  padding:13px;display:flex;justify-content:space-between;gap:7px;overflow:hidden
}
.mt-promo small{font-size:12px;font-weight:900}
.mt-promo.reward small{color:#ff55c3}.mt-promo.vip small{color:#ffd05a}
.mt-promo p{font-size:11px;line-height:1.45;color:#d7dce5;margin:8px 0}
.mt-promo a{display:inline-block;padding:8px 10px;border-radius:6px;font-size:10px;font-weight:900}
.mt-promo.reward a{background:linear-gradient(90deg,#7622ff,#ff2f74)}
.mt-promo.vip a{border:1px solid #a96c11;color:#ffd163}
.mt-promo img{width:82px;height:82px;align-self:center;object-fit:cover;border-radius:10px}

.mt-trust-row{
  margin-top:10px;
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#101523
}
.mt-trust-row>a{min-height:77px;background:#0a0e19;display:grid;grid-template-columns:50px 1fr;align-items:center;gap:8px;padding:13px 15px;border-right:1px solid #1c2433}
.mt-trust-row>a:last-child{border-right:0}
.mt-trust-row>a>span{font-size:31px;font-weight:900}
.shield{width:38px;height:38px;border:3px solid currentColor;border-radius:10px;display:grid!important;place-items:center;font-size:18px!important}
.blue-shield{color:#218dff}.green-shield{color:#5fe560}.star-icon{color:#ff4fab}.agency-icon{color:#9b40ff}.globe-icon{color:#238cff}
.mt-trust-row strong{display:block;font-size:12px}
.mt-trust-row small{display:block;font-size:11px;line-height:1.4;color:#c9d0dd;margin-top:4px}

.mt-bottom-stats{
  margin-top:10px;
  display:grid;grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line);border-radius:13px;background:#0a0e19;overflow:hidden
}
.mt-bottom-stats>div{
  min-height:62px;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;
  padding:10px 18px;border-right:1px solid #1c2433
}
.mt-bottom-stats>div:last-child{border-right:0}
.mt-bottom-stats>div>span{font-size:28px;font-weight:900;filter:drop-shadow(0 0 9px currentColor)}
.mt-bottom-stats strong{display:block;font-size:19px}
.mt-bottom-stats small{display:block;font-size:11px;color:#c8cfdb;margin-top:3px}
.s-pink>span{color:#ff3a88}.s-purple>span{color:#a138ff}.s-rose>span{color:#ff3679}.s-green>span{color:#60db5a}.s-blue>span{color:#1d8dff}

@media(max-width:1150px){
  .mt-nav{display:none}
  .mt-hero{grid-template-columns:1fr}
  .mt-hero-right{margin-top:20px}
  .mt-feature-row{grid-template-columns:1fr 1fr}
  .mt-main-grid{grid-template-columns:1fr 1fr}
  .mt-right-column{grid-column:1/-1}
  .mt-trust-row,.mt-bottom-stats{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .mt-header-inner,.mt-page{width:calc(100% - 28px)}
  .mt-header-actions .mt-btn-dark,.mt-lang{display:none}
  .mt-brand{min-width:0;flex:1}
  .mt-hero-left h1{font-size:48px}
  .mt-hero-stats{gap:16px;flex-wrap:wrap}
  .mt-hero-buttons{flex-wrap:wrap}
  .mt-hero-right{height:360px}
  .mt-card-lena{left:0}.mt-card-mia{left:25%}.mt-card-jason{right:0}
  .mt-live-card{transform:none!important;width:180px;height:285px}
  .mt-card-mia{width:200px;height:320px}
  .mt-feature-row,.mt-main-grid,.mt-trust-row,.mt-bottom-stats{grid-template-columns:1fr}
  .mt-live-grid{grid-template-columns:1fr 1fr}
  .mt-promo-row{grid-template-columns:1fr}
}


/* =========================================================
   GEMEINSAMES MEET-TALK-DESIGN FÜR AUTH / USER / UNTERSEITEN
   ========================================================= */
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
}
.brand-mark{
  width:32px;
  height:32px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#7141ff,#ff2a67);
  font-weight:900;
  font-size:15px;
}
.brand>span:last-child strong{
  display:block;
  font-size:20px;
  line-height:1;
}
.brand em{font-style:normal;color:#ff55c6}
.brand small{
  display:block;
  margin-top:3px;
  color:#d4d7df;
  font-size:12px;
}
.btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:8px;
  color:#fff!important;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}
.btn.primary{
  border:0;
  background:linear-gradient(90deg,#651dff 0%,#a523f2 48%,#ff2d74 100%)!important;
  box-shadow:0 8px 28px rgba(130,35,255,.24);
}
.btn.ghost{
  border:1px solid #283149;
  background:#0a0f1c!important;
}
.eyebrow{
  display:block;
  color:#b991ff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
}

/* Auf der Startseite keine unlesbar kleinen Texte */
.landing-page .mt-brand-copy small{font-size:12px}
.landing-page .mt-stat small{font-size:13px}
.landing-page .mt-rating{font-size:13px}
.landing-page .mt-rating strong{font-size:13px}
.landing-page .mt-card-bottom small,
.landing-page .mt-card-name small{font-size:13px}
.landing-page .mt-gift-list>div{font-size:12px}
.landing-page .mt-card-footer{font-size:12px}
.landing-page .mt-feature-row small{font-size:13px}
.landing-page .mt-panel-head a{font-size:12px}
.landing-page .live-tag,
.landing-page .view-tag{font-size:12px}
.landing-page .mt-live-mini>strong{font-size:13px}
.landing-page .mt-live-mini>small,
.landing-page .mt-live-mini>b{font-size:12px}
.landing-page .mt-battle-center small,
.landing-page .mt-battle-center span{font-size:12px}
.landing-page .mt-battle-foot span,
.landing-page .mt-battle-foot>a{font-size:12px}
.landing-page .mt-promo p{font-size:12px}
.landing-page .mt-promo a{font-size:11px}
.landing-page .mt-trust-row strong{font-size:13px}
.landing-page .mt-trust-row small{font-size:12px}
.landing-page .mt-bottom-stats small{font-size:12px}

/* =========================================================
   FOOTER
   ========================================================= */
.mt-footer{
  margin-top:22px;
  border-top:1px solid #1a2233;
  background:
    radial-gradient(circle at 15% 0%,rgba(124,35,255,.10),transparent 28%),
    #070a13;
}
.mt-footer-inner{
  width:min(1450px,calc(100% - 64px));
  margin:0 auto;
  padding:30px 0 34px;
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:36px;
}
.mt-footer-brand p{
  margin:14px 0 7px;
  color:#c2c9d6;
  font-size:13px;
}
.mt-footer-brand>small{
  color:#8792a7;
  font-size:12px;
}
.mt-footer-col{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.mt-footer-col strong{
  margin-bottom:4px;
  color:#fff;
  font-size:13px;
  letter-spacing:.05em;
}
.mt-footer-col a{
  color:#aeb7c8;
  font-size:13px;
}
.mt-footer-col a:hover{color:#fff}

@media(max-width:900px){
  .mt-footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .mt-footer-inner{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
  }
}


/* === Einheitliches Layout für vorbereitete Unterseiten === */
.mt-subpage{
  min-height:520px;
  padding:58px 0 70px;
}
.mt-subpage-card{
  width:100%;
  min-height:300px;
  padding:42px 46px;
  border:1px solid #1a2233;
  border-radius:14px;
  background:
    radial-gradient(circle at 15% 15%,rgba(126,35,255,.12),transparent 30%),
    #0a0e19;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}
.mt-subpage-kicker{
  display:block;
  margin-bottom:12px;
  color:#c06cff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.12em;
}
.mt-subpage-card h1{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.08;
  color:#fff;
}
.mt-subpage-card p{
  max-width:720px;
  margin:0 0 24px;
  color:#c8cfdb;
  font-size:16px;
  line-height:1.6;
}
.mt-subpage-home{
  min-width:150px;
  min-height:44px;
}
@media(max-width:720px){
  .mt-subpage{padding:28px 0 45px}
  .mt-subpage-card{padding:28px 22px;min-height:260px}
  .mt-subpage-card h1{font-size:36px}
  .mt-subpage-card p{font-size:15px}
}
