:root{--primary:#111;--secondary:#dbc7ff;--bg:#fbfbfd;--text:#111216;--muted:#73737d;--line:#ececf1;--card:#fff;--lav:#e8d7ff;--lav-2:#f5efff;--red:#e50020;--shadow:0 18px 50px rgba(25,25,35,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1{font-size:clamp(38px,7vw,64px);line-height:.98;margin:0 0 18px;font-weight:950;letter-spacing:-.07em}h2{font-size:28px;line-height:1.1;margin:0 0 18px;font-weight:900}h3{font-size:20px;margin:0 0 8px}p{line-height:1.6}.muted{color:var(--muted)}
.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(16px,4vw,48px);background:rgba(255,255,255,.86);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:950;font-size:22px}.brand-mark{width:38px;height:38px;border-radius:16px;display:grid;place-items:center;background:#111;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.16)}.nav{display:flex;align-items:center;gap:6px}.nav a{padding:10px 14px;border-radius:999px;color:#52525b;font-weight:750}.nav a:hover,.nav a.active{background:#f0f0f4;color:#111}.nav .btn.small{background:#111;color:#fff}.nav-toggle{display:none;background:#111;border:0;color:#fff;font-size:22px;border-radius:14px;padding:8px 12px}.page{width:min(1200px,100%);margin:0 auto;padding:30px clamp(14px,4vw,34px) 92px}.footer{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;color:#9a9aa3;padding:34px 18px;border-top:1px solid var(--line)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center;padding:52px 0}.gradient-text{color:#111}.hero p{font-size:19px;color:#62626b;line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-panel{min-height:520px;border-radius:42px;padding:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.phone-preview{margin:auto;width:min(360px,100%);min-height:490px;border-radius:36px;background:#fbfbfd;padding:18px;box-shadow:inset 0 0 0 1px #f1f1f5}.mini-card{display:grid;grid-template-columns:70px 1fr;gap:12px;margin:14px 0;padding:12px;border-radius:24px;background:#fff;border:1px solid var(--line)}.mini-avatar{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,#111,var(--lav))}.mini-lines span{display:block;height:10px;border-radius:999px;background:#ececf1;margin:10px 0}
.btn,button.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;background:#111;color:white;font-weight:900;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.13);font:inherit}.btn:hover{transform:translateY(-1px)}.btn.ghost{background:#f4f4f6;color:#111;box-shadow:none;border:1px solid var(--line)}.btn.small{padding:9px 13px;border-radius:999px;font-size:14px}.btn.danger{background:#ef4444}.btn.warn{background:#f59e0b;color:#111}.black-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111;color:#fff;padding:18px 34px;font-size:22px;font-weight:950;box-shadow:0 16px 42px rgba(0,0,0,.14)}.text-cta{display:block;color:#111;font-size:20px;font-weight:650;margin-top:20px}
.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.panel,.card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.panel.light{background:#fff;color:#15162a}.auth-box{max-width:560px;margin:28px auto}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:850;color:#1d1d22}input,select,textarea{width:100%;border:1px solid #dedee7;background:#fff;color:#111;border-radius:18px;padding:14px 15px;outline:none;font:inherit}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#c5a8ff;box-shadow:0 0 0 5px rgba(219,199,255,.45)}select option{color:#111}.flash{margin:0 auto 18px;padding:14px 16px;border-radius:18px;background:#effdf3;border:1px solid #b7efca;color:#126a30}.flash.error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}
.pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:#f2f2f6;font-size:12px;font-weight:900;white-space:nowrap}.pill.hot{background:#111;color:#fff}.pill.lavender{background:var(--lav);color:#111}.row{display:flex;gap:12px;align-items:center}.row.between{justify-content:space-between}.empty{padding:36px;text-align:center;border:1px dashed #d9d9e3;border-radius:24px;color:var(--muted)}.empty-light{background:#fff}.big-empty{margin-top:40px;min-height:340px;display:grid;place-items:center}
.app-screen{max-width:920px;margin:0 auto;position:relative}.app-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0 26px}.app-heading h1{margin:0}.top-actions{display:flex;align-items:center;gap:18px}.icon-btn{position:relative;width:44px;height:44px;display:grid;place-items:center;border-radius:999px;font-weight:950;font-size:25px;color:#111;background:transparent;border:0}.icon-btn span{position:absolute;top:5px;right:4px;width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 3px #fff}.app-tabs{display:flex;align-items:center;gap:48px;margin:0 0 26px;border-bottom:1px solid var(--line)}.app-tabs a{font-size:24px;font-weight:900;color:#77777f;padding:0 0 18px}.app-tabs a.active{color:#111;border-bottom:4px solid #111;margin-bottom:-2px}.filter-drawer{margin:0 0 22px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 14px 36px rgba(0,0,0,.04);overflow:hidden}.filter-drawer summary{cursor:pointer;list-style:none;padding:16px 18px;font-weight:850;color:#222}.filter-drawer summary::-webkit-details-marker{display:none}.app-filter{margin:0;padding:0 16px 16px}.search-bar{display:grid;grid-template-columns:1.3fr repeat(5,1fr) auto;gap:10px;align-items:end;margin:18px 0 24px}.search-bar .wide{grid-column:auto}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 24px}.discover-card{background:transparent;border:0;box-shadow:none;border-radius:0;overflow:visible}.discover-card .photo-wrap{aspect-ratio:1/1.15;background:#eee;overflow:hidden;border-radius:24px;display:block;box-shadow:0 10px 24px rgba(0,0,0,.06)}.discover-card img{width:100%;height:100%;object-fit:cover}.discover-card .profile-card-body{padding:10px 0 0}.discover-card h3{font-size:22px;font-weight:850;letter-spacing:-.04em;display:flex;align-items:center;gap:8px;margin:0}.tiny-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--lav)}.card-meta{font-size:14px;margin:2px 0 0}.mini-match{display:inline-flex;margin-top:6px;background:var(--lav);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:850}.mood-pill{position:fixed;right:calc(50% - 430px);bottom:96px;z-index:25;background:#111;color:#fff;border-radius:999px;padding:16px 26px;font-size:22px;font-weight:950;box-shadow:0 18px 42px rgba(0,0,0,.2)}
.swipe-screen{max-width:940px}.swipe-card{position:relative;height:min(72vh,900px);min-height:560px;border-radius:36px;overflow:hidden;background:#eee;box-shadow:0 18px 50px rgba(0,0,0,.14);border:1px solid #ededf2}.swipe-card>img{width:100%;height:100%;object-fit:cover}.swipe-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.38),rgba(0,0,0,0) 32%,rgba(0,0,0,.22) 70%,rgba(0,0,0,.32))}.swipe-info{position:absolute;top:34px;left:38px;color:#fff}.swipe-info h2{font-size:44px;margin:0 0 18px;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.25)}.verify-dot{display:inline-grid;place-items:center;margin-left:10px;width:28px;height:28px;border-radius:50%;background:#d9bfff;color:#fff;font-size:16px;vertical-align:middle}.white-pill{display:flex;align-items:center;width:max-content;gap:7px;background:rgba(255,255,255,.92);color:#111;border-radius:999px;padding:8px 14px;font-size:20px;font-weight:700;margin:8px 0}.swipe-menu{position:absolute;top:40px;right:36px;color:#fff;font-size:34px;font-weight:900}.swipe-actions{position:absolute;left:0;right:0;bottom:48px;display:flex;justify-content:center;align-items:center;gap:42px}.round-action{width:86px;height:86px;border-radius:50%;background:#fff;border:0;display:grid;place-items:center;color:#111;font-size:54px;line-height:1;font-weight:950;box-shadow:0 14px 34px rgba(0,0,0,.18);cursor:pointer}.round-action.heart{font-size:44px}.swipe-actions form{margin:0}
.likes-screen{text-align:center;min-height:72vh;display:flex;flex-direction:column}.likes-screen .app-heading{text-align:left}.likes-empty{margin:auto;max-width:720px;display:grid;justify-items:center;gap:18px}.likes-empty h2{font-size:42px;margin:18px 0 0}.likes-empty p{font-size:24px;line-height:1.45;color:#777;max-width:620px;margin:0 0 18px}.avatar-cluster{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:26px}.cluster-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:6px solid #fff;background:#f1f1f4;display:grid;place-items:center;font-size:42px;color:#c6a9ff;box-shadow:0 12px 32px rgba(0,0,0,.08);margin:0 -10px}.cluster-avatar:nth-child(2){width:205px;height:205px;z-index:1}.placeholder-avatar{background:linear-gradient(135deg,#f7f7fb,#ececf4)}.boost-badge{position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--lav);border:6px solid #fff;color:#111;font-size:36px;font-weight:950;z-index:3}.avatar-cluster.compact .cluster-avatar{width:92px;height:92px}.avatar-cluster.compact .cluster-avatar:nth-child(2){width:120px;height:120px}.app-stats{max-width:520px;margin:8px auto 24px}.like-panels{text-align:left}.soft-row{box-shadow:none;background:#fff;border:1px solid var(--line)}
.chats-screen{max-width:940px}.section-title{font-size:30px;font-weight:950;margin:0 0 20px}.shortcut-row{display:flex;gap:34px;overflow-x:auto;padding:2px 0 32px;margin-bottom:10px}.shortcut{display:grid;justify-items:center;gap:10px;min-width:120px;color:#777;font-style:normal}.shortcut span{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;border:1px solid #ececf1;background:#fff;color:#b79aff;font-size:42px;font-style:normal}.shortcut.active span{background:var(--lav);color:#111;border-color:var(--lav)}.shortcut em{font-style:normal;font-size:16px}.messages-head{margin:10px 0 18px}.sort-link{font-weight:900;font-size:22px}.soft-list{display:block}.chat-row{display:grid;grid-template-columns:88px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #ececf1}.chat-avatar-wrap{position:relative}.chat-row img,.list-person img{width:76px;height:76px;border-radius:50%;object-fit:cover}.online-dot{display:inline-block;width:18px;height:18px;border-radius:50%;background:var(--lav);border:3px solid #fff}.chat-avatar-wrap .online-dot,.list-person .online-dot{position:absolute;left:4px;bottom:2px}.chat-text strong{display:block;font-size:28px;line-height:1.1}.chat-text p{font-size:22px;color:#777;margin:6px 0 0;line-height:1.2}.chat-side{display:grid;justify-items:end;gap:10px;color:#777;font-size:20px}.star{font-size:34px;color:#111}.chat-empty{padding:36px 0;display:grid;justify-items:start;gap:10px}.chat-empty strong{font-size:22px}.chat-empty .black-cta{font-size:16px;padding:12px 20px;margin-top:10px}.list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:22px;background:#fff;border:1px solid var(--line)}.list-person{position:relative;display:flex;align-items:center;gap:14px}.likes-list,.chat-list{display:grid;gap:12px}.card-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:0}.tag-list{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.tag-list span{font-size:12px;padding:7px 9px;border-radius:999px;background:#f1f1f6;color:#555}
.profile-hero{display:grid;grid-template-columns:360px 1fr;gap:24px}.profile-photo-large{border-radius:34px;overflow:hidden;background:#f3f3f6;aspect-ratio:1;box-shadow:var(--shadow)}.profile-photo-large img{width:100%;height:100%;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.stat{padding:18px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px rgba(0,0,0,.05)}.stat strong{font-size:30px;display:block}.chat-shell{display:grid;grid-template-rows:auto 1fr auto;min-height:70vh}.messages{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:24px;background:#f4f4f7;overflow:auto}.bubble{max-width:min(76%,650px);padding:12px 14px;border-radius:20px;background:#fff;line-height:1.45;border:1px solid var(--line)}.bubble.me{align-self:flex-end;background:#111;color:#fff}.bubble small{display:block;color:#888;margin-top:5px}.bubble.me small{color:rgba(255,255,255,.7)}
.admin-layout{display:grid;grid-template-columns:250px 1fr;gap:18px}.admin-side{position:sticky;top:78px;align-self:start}.admin-side a{display:block;padding:12px 14px;border-radius:16px;margin-bottom:6px;color:#555;font-weight:750}.admin-side a:hover{background:#f3f3f6}table{width:100%;border-collapse:separate;border-spacing:0 10px}th{text-align:left;color:#777;font-size:13px}td{background:#fff;padding:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}td:first-child{border-left:1px solid var(--line);border-radius:16px 0 0 16px}td:last-child{border-right:1px solid var(--line);border-radius:0 16px 16px 0}.table-actions{display:flex;gap:7px;flex-wrap:wrap}.table-scroll{overflow:auto}.mobile-bottom{display:none}.app-bottom-nav{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:min(930px,calc(100% - 28px));height:82px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 55px rgba(0,0,0,.12);z-index:60;display:flex;align-items:center;justify-content:space-around}.app-nav-item{position:relative;display:grid;place-items:center;gap:4px;min-width:70px;color:#777;font-style:normal}.app-nav-item em{font-style:normal;font-size:15px;font-weight:750}.nav-icon{position:relative;font-size:30px;line-height:1;font-weight:950}.app-nav-item:first-child .nav-icon:after{content:"";position:absolute;top:-2px;right:-8px;width:10px;height:10px;border-radius:50%;background:var(--red)}.app-nav-item.active{color:#111}.app-nav-item.active em{font-weight:950}.app-nav-item.active:after{content:"";position:absolute;bottom:-9px;width:10px;height:10px;border-radius:50%;background:var(--lav)}
@media (max-width:980px){.hero,.profile-hero,.admin-layout{grid-template-columns:1fr}.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.search-bar .wide{grid-column:1/-1}.stats,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-side{position:static}.hero-panel{min-height:auto}.mood-pill{right:28px}}
@media (max-width:720px){body{padding-bottom:92px}.topbar{display:flex;padding:10px 14px}.brand span:last-child{display:none}.nav-toggle{display:block}.nav{display:none;position:absolute;top:58px;left:12px;right:12px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:22px;padding:10px;box-shadow:var(--shadow)}.nav.open{display:flex}.page{padding:24px 30px 110px;width:100%}.hero{padding:20px 0}.hero h1{font-size:42px}.form-grid,.grid.two,.grid.three,.stats{grid-template-columns:1fr}.panel,.card{border-radius:24px;padding:18px}.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 16px}.discover-card .photo-wrap{border-radius:18px}.discover-card h3{font-size:18px}.card-meta{display:none}.app-heading{margin:18px 0 30px}.app-heading h1{font-size:46px}.top-actions{gap:12px}.icon-btn{width:38px;height:38px;font-size:22px}.app-tabs{gap:45px}.app-tabs a{font-size:23px}.filter-drawer{border-radius:20px}.app-filter{grid-template-columns:1fr}.mood-pill{right:30px;bottom:106px;font-size:18px;padding:13px 20px}.swipe-card{height:calc(100vh - 250px);min-height:520px;border-radius:28px}.swipe-info{top:28px;left:28px}.swipe-info h2{font-size:40px}.white-pill{font-size:18px}.swipe-actions{bottom:32px;gap:28px}.round-action{width:76px;height:76px;font-size:48px}.likes-empty h2{font-size:36px}.likes-empty p{font-size:23px}.cluster-avatar{width:122px;height:122px}.cluster-avatar:nth-child(2){width:170px;height:170px}.section-title{font-size:28px}.shortcut-row{gap:20px}.shortcut{min-width:96px}.shortcut span{width:86px;height:86px}.chat-row{grid-template-columns:74px 1fr auto;gap:14px;padding:16px 0}.chat-row img,.list-person img{width:64px;height:64px}.chat-text strong{font-size:24px}.chat-text p{font-size:20px}.sort-link{font-size:18px}.admin-layout table{min-width:760px}.bubble{max-width:92%}}
@media (max-width:430px){.page{padding-left:20px;padding-right:20px}.profile-grid{gap:22px 12px}.discover-card h3{font-size:16px}.tiny-dot{width:10px;height:10px}.mood-pill{right:20px}.app-bottom-nav{bottom:12px;height:76px;width:calc(100% - 22px)}.app-nav-item em{font-size:12px}.nav-icon{font-size:25px}.swipe-card{min-height:500px}.swipe-actions{gap:18px}.round-action{width:66px;height:66px;font-size:42px}.round-action.heart{font-size:36px}.likes-empty p{font-size:20px}.black-cta{font-size:18px}.chat-text strong{font-size:22px}.chat-text p{font-size:18px}}

/* Premium update: echte Swipe-Gesten, Galerie, Online-Status, Meldungen */
body{
  background:
    radial-gradient(circle at 18% 8%, rgba(219,199,255,.32), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#fbfbfd 46%,#f6f6fa 100%);
}
.topbar{backdrop-filter:blur(18px);background:rgba(255,255,255,.78);border-bottom:1px solid rgba(20,20,30,.06)}
.app-screen{animation:softIn .28s ease both}.panel,.card,.profile-card,.filter-drawer{box-shadow:0 18px 52px rgba(20,20,35,.07)}
@keyframes softIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.discover-card{transition:transform .18s ease, box-shadow .18s ease}.discover-card:hover{transform:translateY(-4px)}
.tiny-dot.online,.online-dot{background:#23c55e}.tiny-dot.offline,.online-dot.offline{background:#cfcfd6}.online-dot.inline{position:relative;display:inline-block;vertical-align:-2px;margin-right:4px;border-width:2px}
.profile-gallery{display:grid;gap:14px}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px}.gallery-thumb{border:2px solid transparent;background:#fff;border-radius:18px;padding:3px;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.08);opacity:.72;transition:.18s ease}.gallery-thumb.active,.gallery-thumb:hover{opacity:1;border-color:var(--lav)}.gallery-thumb img{width:72px;height:72px;border-radius:14px;object-fit:cover;display:block}.profile-info-card{padding:28px}.card.micro{box-shadow:none;background:#fafafe}.premium-profile .profile-photo-large{aspect-ratio:4/5}.visitors-preview{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.visitor-strip{display:flex;gap:14px;overflow-x:auto;padding:4px 0 2px}.visitor-strip a{display:grid;justify-items:center;gap:6px;color:#111;font-weight:800;min-width:80px}.visitor-strip img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 10px 28px rgba(0,0,0,.1)}
.gallery-admin{margin-top:30px;border-top:1px solid var(--line);padding-top:24px}.gallery-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.gallery-admin-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.06)}.gallery-admin-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.gallery-admin-actions{display:grid;gap:8px;padding:12px}.gallery-admin-actions form{margin:0}.report-box{margin-top:24px;border:1px solid var(--line);border-radius:22px;background:#fff;padding:14px 16px}.report-box summary{cursor:pointer;font-weight:900}.mini-form{margin-top:14px}.chat-report{position:relative}.chat-report summary{list-style:none}.chat-report form{position:absolute;right:0;top:48px;width:min(320px,82vw);background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow);z-index:30}.chat-report textarea{min-height:90px;margin:10px 0}.report-list{display:grid;gap:14px;margin-top:18px}.report-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:16px;box-shadow:0 12px 34px rgba(0,0,0,.05)}.report-body{margin:14px 0;padding:14px;border-radius:18px;background:#f7f7fb}.report-body p{margin:8px 0 0;color:#555}
.swipe-card{touch-action:none;user-select:none;will-change:transform;transition:transform .22s ease, opacity .22s ease, box-shadow .22s ease}.swipe-card.dragging{transition:none;box-shadow:0 36px 90px rgba(0,0,0,.28)}.swipe-card.swipe-out{opacity:0;transform:translateX(120%) rotate(16deg)}.swipe-stamp{position:absolute;top:126px;padding:10px 18px;border:4px solid;border-radius:16px;font-size:34px;font-weight:950;letter-spacing:2px;opacity:0;z-index:4;transition:opacity .12s ease;background:rgba(255,255,255,.9)}.swipe-stamp.like{right:36px;color:#23c55e;border-color:#23c55e;transform:rotate(12deg)}.swipe-stamp.nope{left:36px;color:#ef4444;border-color:#ef4444;transform:rotate(-12deg)}.swipe-card.show-like .swipe-stamp.like,.swipe-card.show-nope .swipe-stamp.nope{opacity:1}.round-action{transition:transform .14s ease, box-shadow .14s ease}.round-action:hover{transform:translateY(-2px) scale(1.04)}
.notify-toast{position:fixed;right:20px;top:82px;z-index:1000;max-width:340px;background:#111;color:#fff;border-radius:20px;padding:14px 16px;box-shadow:0 24px 70px rgba(0,0,0,.22);animation:toastIn .25s ease both}.notify-toast strong{display:block;margin-bottom:4px}.notify-toast p{margin:0;color:rgba(255,255,255,.78)}@keyframes toastIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}
.visitors-screen .panel{max-width:900px;margin:0 auto}.black-cta{transition:transform .15s ease, box-shadow .15s ease}.black-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,0,0,.18)}
@media (max-width:720px){.premium-profile .profile-photo-large{aspect-ratio:1}.gallery-thumb img{width:62px;height:62px}.profile-info-card{padding:20px}.chat-report form{right:auto;left:0}.swipe-stamp{top:105px;font-size:26px}.gallery-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Zusätzliche App-Funktionen: Für-dich, Stimmungen, Premium, Voice, Verifizierung */
.for-you-hint{margin:-8px 0 20px;padding:13px 16px;border-radius:20px;background:var(--lav-2);color:#40324f;font-weight:750;border:1px solid rgba(219,199,255,.65)}
.nav-icon svg{width:30px;height:30px;display:block;fill:currentColor}.app-nav-item:first-child .nav-icon:after{top:-1px;right:-7px}.app-nav-item.active .nav-icon svg{filter:drop-shadow(0 8px 14px rgba(0,0,0,.12))}.icon-filter{font-size:28px}.icon-boost{font-size:24px}.verify-mini,.verify-head{display:inline-grid;place-items:center;margin-left:6px;width:22px;height:22px;border-radius:50%;background:var(--lav);font-size:13px;color:#111;font-weight:950}.verify-head{width:34px;height:34px;font-size:20px;vertical-align:middle}.profile-badges{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.mini-mood,.profile-mood{display:inline-flex;align-items:center;width:max-content;background:#111;color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;margin-top:7px}.profile-mood{font-size:18px;padding:10px 16px;margin:8px 0 14px}.swipe-photo-count{position:absolute;right:30px;bottom:150px;background:rgba(255,255,255,.9);border-radius:999px;padding:8px 12px;font-weight:900;color:#111}.mood-widget{position:fixed;right:calc(50% - 430px);bottom:98px;z-index:70}.mood-widget .mood-pill{position:static;border:0;cursor:pointer}.mood-panel{display:none;position:absolute;right:0;bottom:70px;width:min(360px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.18)}.mood-widget.open .mood-panel{display:block;animation:softIn .18s ease both}.mood-panel strong{font-size:20px}.mood-panel p{margin:6px 0 12px}.mood-options{display:flex;flex-wrap:wrap;gap:8px}.mood-option{border:1px solid var(--line);background:#fafafe;color:#111;border-radius:999px;padding:10px 13px;font-weight:850;cursor:pointer}.mood-option.active{background:#111;color:#fff}.mood-option.ghost{background:#fff;color:#777}.verify-box{margin-top:24px;padding:20px;border-radius:26px;background:linear-gradient(135deg,#fff,#f7f0ff);border:1px solid rgba(219,199,255,.75)}.verify-code{display:inline-flex;letter-spacing:.18em;font-size:26px;font-weight:950;background:#111;color:#fff;padding:12px 18px;border-radius:18px;margin:8px 0}.verify-admin-photo{margin:14px 0}.verify-admin-photo img{width:min(380px,100%);border-radius:22px;border:1px solid var(--line);box-shadow:0 14px 34px rgba(0,0,0,.08)}.verification-list{display:grid;gap:16px;margin-top:18px}.premium-hero{background:linear-gradient(135deg,#111,#2b2038);color:#fff}.premium-hero .muted{color:rgba(255,255,255,.72)}.premium-hero .stat{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18)}.premium-hero .stat .muted{color:rgba(255,255,255,.7)}.premium-plans{margin-top:18px}.premium-plan{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.premium-plan strong{font-size:22px}.chat-compose{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:end;margin-top:14px}.chat-compose textarea{min-height:58px}.voice-btn{width:54px;height:54px;border-radius:50%;border:0;background:var(--lav);font-size:24px;cursor:pointer;font-weight:950}.voice-btn.recording{background:#ef4444;color:#fff;animation:pulseRec 1s infinite}.record-status{grid-column:1/-1;color:var(--muted);font-size:14px}.bubble audio{display:block;width:min(320px,100%);margin-top:8px}.bubble.me audio{filter:invert(1) hue-rotate(180deg)}@keyframes pulseRec{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
@media(max-width:980px){.mood-widget{right:28px}}
@media(max-width:720px){.mood-widget{right:28px;bottom:106px}.mood-panel{bottom:62px}.nav-icon svg{width:27px;height:27px}.chat-compose{grid-template-columns:1fr auto}.chat-compose .btn{grid-column:1/-1}.voice-btn{width:50px;height:50px}.swipe-photo-count{bottom:125px}}
@media(max-width:430px){.mood-widget{right:20px}.mood-panel{right:-4px}.mood-option{font-size:13px;padding:9px 10px}.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.discover-card .photo-wrap{aspect-ratio:1/1.1}.premium-plans{grid-template-columns:1fr}.verify-code{font-size:22px}.swipe-photo-count{right:18px}}


/* Mobile Pro Design Update */
.quick-actions{display:flex;gap:8px;overflow-x:auto;margin:-10px 0 18px;padding-bottom:4px}.quick-actions a{white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 13px;font-weight:850;font-size:14px;box-shadow:0 8px 22px rgba(0,0,0,.04)}
.mini-mood.boost{background:#111;color:#fff}.round-action.rose{font-size:34px}.boost-panel{margin:16px 0;background:linear-gradient(135deg,#fff,#f4edff)}.profile-video{width:100%;border-radius:22px;margin:10px 0;background:#000}.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.story-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:var(--shadow)}.story-card video{width:100%;aspect-ratio:9/14;object-fit:cover;border-radius:18px;background:#111}.compact-info{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 14px}.translation-box{margin-top:8px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.18);border:1px solid rgba(0,0,0,.08)}.translation-box summary{cursor:pointer;font-weight:800}.admin-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:720px){
  body{background:#fcfcfe}.page{padding:16px 10px 92px;width:100%;overflow-x:hidden}h1{font-size:32px;letter-spacing:-.055em;margin-bottom:12px}h2{font-size:21px}h3{font-size:16px}.topbar{padding:9px 12px}.brand{font-size:18px}.brand-mark{width:32px;height:32px;border-radius:12px}.app-screen{max-width:100%}.app-heading{margin:4px 0 16px}.top-actions{gap:6px}.icon-btn{width:36px;height:36px;font-size:20px}.app-tabs{gap:30px;margin-bottom:14px}.app-tabs a{font-size:18px;padding-bottom:12px}.filter-drawer{border-radius:18px;margin-bottom:14px}.filter-drawer summary{font-size:13px;padding:13px 14px}.search-bar{grid-template-columns:1fr 1fr!important;gap:8px;margin:8px 0}.search-bar .field.wide,.field.full{grid-column:1/-1}input,select,textarea{border-radius:14px;padding:11px 12px;font-size:15px}.btn,button.btn{padding:11px 14px;font-size:14px}.profile-grid{gap:12px 9px}.discover-card .photo-wrap{border-radius:17px;box-shadow:0 6px 16px rgba(0,0,0,.05)}.discover-card .profile-card-body{padding-top:6px}.discover-card h3{font-size:14px;gap:4px}.card-meta{font-size:11px}.mini-mood,.mini-match{font-size:10px;padding:3px 6px;margin-top:3px}.tiny-dot{width:8px;height:8px}.app-bottom-nav{height:68px;padding:6px 5px}.app-nav-item em{font-size:10px}.nav-icon svg{width:23px;height:23px}.mood-pill{right:14px!important;bottom:78px!important;font-size:14px;padding:11px 14px}.mood-panel{right:0;bottom:50px;width:min(92vw,320px);border-radius:20px}.mood-options{grid-template-columns:1fr 1fr}.swipe-card{height:calc(100vh - 186px);min-height:430px;border-radius:26px}.swipe-info{top:22px;left:22px}.swipe-info h2{font-size:31px}.white-pill{font-size:13px;padding:6px 10px}.swipe-actions{bottom:22px;gap:18px}.round-action{width:62px;height:62px;font-size:38px}.round-action.heart{font-size:32px}.round-action.rose{font-size:26px}.likes-empty h2{font-size:28px}.likes-empty p{font-size:16px}.cluster-avatar{width:86px;height:86px}.cluster-avatar:nth-child(2){width:118px;height:118px}.boost-badge{width:48px;height:48px;font-size:25px}.black-cta{font-size:16px;padding:14px 22px}.panel,.card{border-radius:22px;padding:16px}.grid.two,.grid.three,.story-grid,.admin-stats-grid{grid-template-columns:1fr}.chat-row{padding:10px 4px}.chat-avatar-wrap img,.list-person img{width:50px;height:50px}.chat-text strong{font-size:15px}.chat-text p{font-size:13px}.footer{display:none}.form-grid{grid-template-columns:1fr}.profile-hero{grid-template-columns:1fr}.gallery-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.stat{padding:12px;border-radius:18px}.stat strong{font-size:25px}
}


/* Final Mobile Premium Update */
.grid.four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.price-card .price{font-size:34px;font-weight:950;letter-spacing:-.05em;margin:6px 0}.pay-buttons{display:grid;gap:8px;width:100%}.payment-note{text-align:center;margin-top:14px}.real-avatar{position:relative;overflow:hidden;text-decoration:none}.real-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.real-avatar small{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);background:rgba(17,17,17,.82);color:#fff;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:900}.likes-top{margin:8px auto 20px!important;gap:12px}.likes-top h2{margin-top:6px!important}.likes-top p{max-width:560px}.chat-image{display:block;max-width:min(330px,100%);border-radius:18px;margin:4px 0 6px;box-shadow:0 10px 28px rgba(0,0,0,.12)}.chat-image-link{display:block}.image-btn{background:#fff;border:1px solid var(--line)}.video-call-panel{max-width:780px;margin:0 auto}.video-stage{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.video-stage video,.remote-placeholder{width:100%;aspect-ratio:4/3;border-radius:24px;background:#111;object-fit:cover}.remote-placeholder{display:grid;place-items:center;text-align:center;color:#fff;padding:22px;background:linear-gradient(135deg,#111,#3a2a52)}.remote-placeholder p{color:rgba(255,255,255,.72);max-width:310px}.video-actions{display:flex;gap:10px;flex-wrap:wrap}.verify-box small{display:block;margin-top:6px}.chat-compose{grid-template-columns:1fr auto auto auto}
@media(max-width:980px){.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.video-stage{grid-template-columns:1fr}}
@media(max-width:720px){
  .page{padding:12px 8px 88px}.panel,.card{padding:14px;border-radius:19px}.app-heading h1{font-size:28px}.app-heading{margin:2px 0 12px}.top-actions .icon-btn{width:34px;height:34px}.app-tabs a{font-size:17px}.quick-actions a{font-size:12px;padding:8px 11px}.profile-grid{gap:10px 7px}.discover-card h3{font-size:13px}.discover-card .profile-card-body{padding-top:5px}.mini-mood,.mini-match{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.swipe-card{height:calc(100vh - 170px);min-height:410px}.swipe-info h2{font-size:28px}.swipe-actions{gap:14px}.round-action{width:56px;height:56px;font-size:34px}.round-action.heart{font-size:30px}.round-action.rose{font-size:23px}.likes-top{margin-top:0!important}.likes-top h2{font-size:25px!important}.likes-top p{font-size:14px!important;line-height:1.35}.cluster-avatar{width:74px!important;height:74px!important;border-width:4px}.cluster-avatar:nth-child(2){width:98px!important;height:98px!important}.boost-badge{width:42px;height:42px;font-size:22px;border-width:4px}.like-panels{grid-template-columns:1fr}.grid.four{grid-template-columns:1fr}.price-card .price{font-size:28px}.chat-compose{grid-template-columns:1fr auto auto}.chat-compose .btn{grid-column:1/-1}.video-actions .btn{flex:1 1 100%}.video-stage video,.remote-placeholder{border-radius:18px}.chat-image{max-width:260px;border-radius:14px}.list-person{gap:9px}.card-actions{gap:6px}.btn.small{padding:8px 10px;font-size:12px}.verify-code{font-size:19px}.app-bottom-nav{height:64px;bottom:10px}.nav-icon svg{width:21px;height:21px}.app-nav-item em{font-size:9.5px}.mood-widget{right:12px!important;bottom:74px!important}.mood-widget .mood-pill{font-size:13px;padding:10px 12px}
}
@media(max-width:380px){.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discover-card h3{font-size:14px}.app-tabs{gap:22px}.swipe-card{min-height:390px}.round-action{width:52px;height:52px}.cluster-avatar{width:68px!important;height:68px!important}.cluster-avatar:nth-child(2){width:88px!important;height:88px!important}}

/* VIP, Profil-Komplettheit, Fake-Risiko, Top-Profile, echtes WebRTC */
.vip-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:3px 7px;border-radius:999px;background:linear-gradient(135deg,#111,#7b4cff);color:#fff;font-size:10px;font-weight:950;letter-spacing:.03em;vertical-align:middle;box-shadow:0 8px 22px rgba(123,76,255,.22)}.vip-badge.big{margin:0;padding:8px 13px;font-size:13px}.vip-pill{background:linear-gradient(135deg,#111,#7b4cff)!important;color:#fff!important}.top-pill,.mini-mood.top{background:#fff3c4!important;color:#6b4a00!important;border:1px solid #f3d46b}.complete-box{display:grid;gap:9px;width:100%}.complete-box .row{font-weight:900}.complete-track{height:12px;border-radius:999px;background:#ececf1;overflow:hidden}.complete-track span{display:block;height:100%;border-radius:inherit;background:#111}.complete-box.medium .complete-track span{background:#f59e0b}.complete-box.low .complete-track span{background:#ef4444}.profile-health-grid{margin:16px 0}.mini-complete{position:relative;min-width:98px;height:20px;border-radius:999px;background:#f1f1f5;overflow:hidden;border:1px solid var(--line)}.mini-complete span{position:absolute;left:0;top:0;bottom:0;background:#111;border-radius:inherit}.mini-complete em{position:relative;z-index:1;display:block;text-align:center;font-style:normal;font-size:11px;font-weight:950;line-height:19px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25)}.risk-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;white-space:nowrap}.risk-low{background:#dcfce7;color:#166534}.risk-mid{background:#fef3c7;color:#92400e}.risk-high{background:#fee2e2;color:#991b1b}.top-profiles-screen .compact-info{margin-top:8px}.top-profile-grid .discover-card:nth-child(-n+3){outline:2px solid #efe3ff;box-shadow:0 18px 45px rgba(123,76,255,.10)}.video-stage.live{grid-template-columns:1fr 1fr}.video-tile{position:relative;overflow:hidden;border-radius:24px;background:#111;min-height:260px}.video-tile video{width:100%;height:100%;min-height:260px;object-fit:cover;background:#111}.video-tile>span{position:absolute;left:14px;bottom:14px;background:rgba(0,0,0,.58);color:#fff;border-radius:999px;padding:7px 12px;font-weight:900;font-size:13px}.video-tile.remote{background:linear-gradient(135deg,#111,#302044)}.remote-wait{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:#fff;padding:22px;background:linear-gradient(135deg,rgba(17,17,17,.82),rgba(56,38,82,.82))}.remote-wait p{max-width:300px;color:rgba(255,255,255,.76)}.webrtc-help{margin-top:14px;padding:12px 14px;border-radius:18px;background:#faf9ff;border:1px solid var(--line)}.webrtc-help pre{white-space:pre-wrap;background:#111;color:#fff;border-radius:14px;padding:12px;overflow:auto}.video-call-head{gap:10px}.admin-layout table th,.admin-layout table td{vertical-align:middle}
@media(max-width:720px){.profile-health-grid{grid-template-columns:1fr}.mini-complete{min-width:82px}.risk-pill{font-size:10px;padding:6px 8px}.vip-badge{font-size:9px;padding:2px 6px}.video-stage.live{grid-template-columns:1fr;gap:10px}.video-tile,.video-tile video{min-height:230px}.video-call-head{align-items:flex-start;flex-direction:column}.top-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
