:root{--accent:#ff2f8b;--accent2:#ff78b8;--ink:#0d0d1f;--muted:#68677a;--bg:#fff5fa;--card:#fff;--line:#ffd2e5;--soft:#fff0f7;--shadow:0 24px 70px rgba(255,47,139,.16)}
.theme-blue{--accent:#1685ff;--accent2:#5ab7ff;--bg:#f3f9ff;--line:#cfe8ff;--soft:#ecf6ff;--shadow:0 24px 70px rgba(22,133,255,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:linear-gradient(180deg,var(--bg),#fff);color:var(--ink);font-size:16px;overflow-x:hidden}a{color:inherit}.app-main{max-width:1180px;margin:0 auto;padding:32px 18px 100px}.app-footer{text-align:center;color:var(--muted);padding:28px}.topbar{height:82px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:950;font-size:25px;letter-spacing:.2px}.brand img{width:54px!important;height:54px!important;border-radius:18px;object-fit:contain;display:block;background:#fff}.hamburger,.top-bell{width:46px;height:46px;border:0;border-radius:999px;background:#fff;display:grid;place-items:center;font-size:25px;text-decoration:none;position:relative;color:var(--accent);font-weight:900}.top-bell b,.badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:#fff;font-size:12px;font-weight:900;margin-left:5px}.top-bell b{position:absolute;right:0;top:0}.guest-nav{display:flex;align-items:center;gap:12px}.desktop-nav{height:58px;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:82px;z-index:90;padding:0 12px;white-space:nowrap;overflow-x:auto}.desktop-nav a{text-decoration:none;font-weight:900;color:var(--ink);padding:10px 13px;border-radius:999px}.desktop-nav a:hover,.desktop-nav a.active{background:var(--soft);color:var(--accent)}.premium-pill{background:linear-gradient(135deg,var(--accent),var(--accent2))!important;color:#fff!important;box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 30%,transparent)}.admin-pill{background:#fff1c7!important;color:#8a5b00!important}.modo-pill{background:#e8f2ff!important;color:#075fae!important}.btn{border:0;border-radius:999px;background:var(--accent);color:#fff!important;font-weight:950;padding:14px 24px;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;box-shadow:0 14px 30px color-mix(in srgb,var(--accent) 35%,transparent);cursor:pointer}.btn.small{padding:10px 16px}.btn-light,.btn.ghost{background:#fff!important;color:var(--accent)!important;border:2px solid var(--accent);box-shadow:none}.panel,.discover-screen,.profile-public,.profile-app,.chat-page,.admin-shell{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow);margin:24px auto}.empty-box{border:2px dashed var(--accent);border-radius:22px;padding:22px;font-weight:900;background:#fff;text-align:center}.alert{background:#fff1f1;border:1px solid #ffc1c1;border-radius:18px;padding:14px;margin:12px 0}.success{background:#eafff1;border:1px solid #95ebb4;border-radius:18px;padding:14px;margin:12px 0}.form{display:grid;gap:16px}.form label{font-weight:900}.form input,.form select,.form textarea,input,select,textarea{width:100%;border:1px solid var(--line);border-radius:18px;padding:15px;font:inherit;font-weight:750;background:#fff}.form textarea{min-height:120px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pill,.mini-pill{display:inline-flex;background:var(--soft);color:var(--accent);border-radius:999px;padding:9px 14px;font-weight:950}.side-menu{position:fixed;top:0;left:0;bottom:0;width:340px;max-width:88vw;background:#fff;z-index:300;transform:translateX(-105%);transition:.25s ease;box-shadow:30px 0 80px rgba(0,0,0,.20);display:flex;flex-direction:column}.menu-open .side-menu{transform:none}.menu-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:250}.menu-open .menu-backdrop{display:block}.side-head{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid var(--line)}.side-head img{width:58px;height:58px;border-radius:18px;object-fit:contain}.side-head div{display:grid}.side-head small{color:var(--muted);font-weight:700}.side-head button{margin-left:auto;border:0;background:#f3f3f7;border-radius:50%;width:40px;height:40px;font-size:24px}.side-menu nav{display:grid;gap:4px;padding:14px;overflow:auto}.side-menu nav a{text-decoration:none;color:var(--ink);font-weight:900;border-radius:18px;padding:15px 16px;display:flex;align-items:center;gap:8px}.side-menu nav a:hover,.side-menu nav a.active{background:var(--soft);color:var(--accent)}.admin-item{background:#fff6d8!important;color:#8a5b00!important}.modo-item{background:#eaf4ff!important;color:#075fae!important}.logout-item{margin-top:8px;color:#df2d2d!important}.bottom-tabs{display:none}.landing{min-height:calc(100vh - 170px);display:grid;grid-template-columns:1.1fr 420px;align-items:center;gap:56px;padding:60px 0}.landing-left{background:#fff;border:1px solid var(--line);border-radius:36px;padding:50px;box-shadow:var(--shadow)}.landing h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:22px 0;letter-spacing:-2px}.landing p{font-size:20px;color:var(--muted);line-height:1.55}.landing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.landing-phone{display:flex;justify-content:center}.phone-card{width:360px;height:590px;border-radius:42px;overflow:hidden;position:relative;background:linear-gradient(180deg,#ffdceb,#111);box-shadow:0 34px 90px rgba(0,0,0,.22)}.phone-card img{width:100%;height:100%;object-fit:cover;opacity:.78}.phone-info{position:absolute;left:24px;right:24px;bottom:112px;color:#fff}.phone-info h2{font-size:34px;margin:14px 0 4px}.phone-actions{position:absolute;left:0;right:0;bottom:26px;display:flex;justify-content:center;gap:18px}.phone-actions button{width:66px;height:66px;border:0;border-radius:50%;background:#fff;font-size:28px;font-weight:950;box-shadow:0 12px 30px rgba(0,0,0,.20)}.phone-actions button:last-child{background:var(--accent);color:#fff}.landing-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:60px}.landing-features div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;font-weight:950;box-shadow:0 14px 35px rgba(0,0,0,.04)}.discover-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.round-filter{border:0;background:#2f2e3a;color:#fff;border-radius:18px;padding:14px 18px;font-weight:950;cursor:pointer}.filter-drawer{display:none;grid-template-columns:1.6fr 1fr 1fr 1fr auto;gap:12px;border:1px solid var(--line);background:#fff;border-radius:24px;padding:18px;margin:18px 0}.filter-drawer.show{display:grid}.segmented{display:flex;background:var(--soft);border-radius:18px;padding:5px}.segmented label{flex:1;text-align:center;padding:10px;border-radius:14px;font-weight:900}.segmented input{display:none}.segmented label:has(input:checked){background:var(--accent);color:#fff}.lovoo-card{max-width:450px;margin:30px auto 0}.card-photo{height:640px;border-radius:32px;background-size:cover;background-position:center;display:block;position:relative;overflow:hidden;text-decoration:none;color:#fff;box-shadow:0 30px 75px rgba(0,0,0,.22)}.card-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.72))}.card-info{position:absolute;left:24px;right:24px;bottom:28px}.card-info h2{font-size:34px;margin:12px 0 4px}.card-info p{margin:0;font-weight:850}.swipe-actions{display:flex;justify-content:center;gap:28px;margin-top:-62px;position:relative;z-index:4}.round-action{width:72px;height:72px;border:0;border-radius:50%;font-size:34px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.20);cursor:pointer}.round-action.heart{background:var(--accent);color:#fff}.round-action.msg{color:#187be8}.round-action.nope{color:#222}.near-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px}.near-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;text-decoration:none;color:var(--ink);box-shadow:0 14px 34px rgba(0,0,0,.06)}.near-card img{width:100%;aspect-ratio:1/1.15;object-fit:cover;display:block}.near-card b,.near-card small{display:block;padding:0 14px}.near-card b{font-size:18px;margin-top:12px}.near-card small{color:var(--muted);padding-bottom:14px}.profile-cover{display:grid;grid-template-columns:340px 1fr;gap:28px;align-items:end}.profile-cover img{width:100%;height:430px;border-radius:32px;object-fit:cover;cursor:pointer}.profile-cover h1{font-size:46px;margin:12px 0 8px}.info-chips{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.info-chips span{background:var(--soft);border-radius:999px;padding:10px 14px;font-weight:850}.profile-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.profile-gallery{margin-top:28px}.gallery-main{position:relative;background:#111;border-radius:30px;overflow:hidden;max-width:760px;margin:0 auto;box-shadow:0 24px 70px rgba(0,0,0,.18)}.gallery-main img{width:100%;height:620px;object-fit:cover;display:block;cursor:pointer}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:0;border-radius:50%;background:rgba(255,255,255,.88);font-size:36px;font-weight:900;cursor:pointer}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-thumbs{display:flex;gap:10px;overflow:auto;margin:16px auto 0;max-width:760px}.gallery-thumbs img{width:86px;height:86px;border-radius:18px;object-fit:cover;cursor:pointer;opacity:.75;border:3px solid transparent}.gallery-thumbs img.active{opacity:1;border-color:var(--accent)}.chat-row{display:flex;align-items:center;gap:14px;padding:14px;border-bottom:1px solid #eee;text-decoration:none;color:var(--ink)}.chat-row img{width:64px;height:64px;border-radius:20px;object-fit:cover}.chat-row b{font-size:18px}.chat-row small{color:var(--muted);font-weight:750}.chat-page{max-width:820px}.chat-box{height:60vh;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:14px;background:#fafafa;border-radius:22px}.bubble{max-width:72%;padding:12px 14px;border-radius:18px;background:#fff;border:1px solid #eee}.bubble.me{align-self:flex-end;background:var(--accent);color:#fff}.bubble img,.chat-photo{max-width:260px;border-radius:16px;display:block;cursor:pointer}.chat-form{display:flex;gap:8px;margin-top:12px}.chat-form input[type=text]{flex:1}.chat-form button,.media-btn{width:50px;height:50px;border:0;border-radius:50%;background:var(--accent);color:#fff;font-weight:950}.media-btn input{display:none}.notif-row{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px 18px;margin:12px 0;text-decoration:none;color:var(--ink);box-shadow:0 8px 24px rgba(0,0,0,.04)}.notif-row strong{display:block;font-size:18px}.notif-row small{color:var(--muted)}.admin-shell{max-width:1220px}.admin-cards,.user-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.admin-cards a,.admin-user-card{background:#fff;border:1px solid #e8e8ee;border-radius:24px;padding:20px;text-decoration:none;color:var(--ink);box-shadow:0 14px 34px rgba(0,0,0,.06)}.admin-user-head{display:flex;gap:14px;align-items:center}.admin-user-head img{width:76px;height:76px;border-radius:22px;object-fit:cover;background:#f5f5f8}.admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.admin-actions button{border:0;border-radius:13px;padding:10px 12px;font-weight:900;cursor:pointer}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.90);display:none;place-items:center;z-index:999}.lightbox.show{display:grid}.lightbox img{max-width:90vw;max-height:84vh;border-radius:18px;box-shadow:0 20px 70px #000}.lightbox button{position:absolute;border:0;background:rgba(255,255,255,.92);border-radius:50%;width:52px;height:52px;font-size:34px;font-weight:900;cursor:pointer}.lightbox-close{top:22px;right:22px}.lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}.lightbox-next{right:24px;top:50%;transform:translateY(-50%)}
@media(max-width:900px){.desktop-nav,.app-footer{display:none}.topbar{height:76px;padding:0 18px}.brand{position:absolute;left:50%;transform:translateX(-50%);font-size:24px}.brand img{width:50px!important;height:50px!important}.guest-nav a:first-child{display:none}.app-main{padding:14px 12px 105px;max-width:none}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;height:84px;background:#fff;z-index:150;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;border-top:1px solid #eee;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -12px 30px rgba(0,0,0,.05)}.bottom-tabs a{text-decoration:none;text-align:center;color:#6f6f79;font-weight:800;position:relative}.bottom-tabs span{display:block;font-size:26px;line-height:1}.bottom-tabs small{font-size:13px}.bottom-tabs a.active{color:var(--accent)}.bottom-tabs b{position:absolute;top:-6px;right:25%;min-width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;font-size:11px}.panel,.discover-screen,.profile-public,.profile-app,.chat-page,.admin-shell{border:0;border-radius:0;box-shadow:none;padding:18px 16px;margin:0}.landing{grid-template-columns:1fr;gap:22px;min-height:auto;padding:20px 0 110px}.landing-phone{order:-1}.landing-left{padding:26px;border-radius:28px;text-align:center}.landing h1{font-size:38px}.landing p{font-size:17px}.phone-card{width:min(100%,360px);height:560px}.landing-features{grid-template-columns:1fr 1fr;padding-bottom:90px}.filter-drawer.show{display:grid;grid-template-columns:1fr}.discover-head h1{font-size:34px;margin:0 0 8px}.round-filter{background:#fff;color:var(--ink);border:1px solid #ddd;border-radius:18px}.lovoo-card{margin:16px 0 0;max-width:none}.card-photo{height:calc(100vh - 245px);min-height:480px;border-radius:28px}.card-info{bottom:70px}.card-info h2{font-size:32px}.swipe-actions{margin-top:-58px;gap:44px}.round-action{width:64px;height:64px}.profile-cover{display:block}.profile-cover img{height:62vh;border-radius:28px}.profile-cover h1{font-size:36px}.gallery-main img{height:62vh}.gallery-arrow{width:44px;height:44px;font-size:28px}.near-grid{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.chat-box{height:calc(100vh - 250px)}.bubble{max-width:88%}.user-admin-grid,.admin-cards{grid-template-columns:1fr}.side-menu{width:86vw}}
@media(max-width:420px){.app-main{padding-left:10px;padding-right:10px}.landing-features{grid-template-columns:1fr}.card-photo{height:calc(100vh - 220px);min-height:450px}.swipe-actions{gap:26px}.round-action{width:58px;height:58px}.gallery-main img{height:56vh}.profile-cover img{height:56vh}}

/* =========================================================
   LOVINGO V20 - Correctif logo/header
   À laisser tout en bas du fichier pour écraser les anciens styles
========================================================= */
.topbar{
    height:92px!important;
    padding:0 30px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    background:rgba(255,255,255,.97)!important;
    border-bottom:1px solid var(--line)!important;
    position:sticky!important;
    top:0!important;
    z-index:100!important;
}
.brand{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    text-decoration:none!important;
    min-width:0!important;
}
.brand .site-logo,
.brand img{
    width:210px!important;
    height:72px!important;
    max-width:38vw!important;
    object-fit:contain!important;
    display:block!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.brand span{
    display:none!important;
}
.side-head .site-logo,
.side-head img{
    width:150px!important;
    height:58px!important;
    object-fit:contain!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.desktop-nav{
    top:92px!important;
}
@media(max-width:900px){
    .topbar{
        height:76px!important;
        padding:0 14px!important;
    }
    .brand{
        position:absolute!important;
        left:50%!important;
        transform:translateX(-50%)!important;
        justify-content:center!important;
    }
    .brand .site-logo,
    .brand img{
        width:145px!important;
        height:56px!important;
        max-width:54vw!important;
    }
    .side-head .site-logo,
    .side-head img{
        width:130px!important;
        height:52px!important;
    }
}
@media(max-width:420px){
    .brand .site-logo,
    .brand img{
        width:128px!important;
        height:50px!important;
        max-width:50vw!important;
    }
}

/* ===== LOVINGO V24 polish ===== */
a{text-decoration:none}.profile-shortcuts a,.gift-card,.premium-card{ text-decoration:none!important}.muted{color:var(--muted)}
.profile-v24 .profile-hero-edit{display:flex;gap:24px;align-items:center;margin-bottom:24px}.profile-v24 .profile-hero-edit img{width:150px;height:150px;border-radius:34px;object-fit:cover;background:var(--soft)}.profile-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}.premium-card,.gift-card{background:linear-gradient(135deg,var(--soft),#fff);border:1px solid var(--line);border-radius:22px;padding:18px;font-weight:950;color:var(--ink)}.profile-gallery-mini{display:flex;gap:10px;overflow:auto;padding:8px 0}.profile-gallery-mini img{width:86px;height:86px;border-radius:18px;object-fit:cover}.language-box{border:1px solid var(--line);border-radius:20px;padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.language-box legend{font-weight:950;padding:0 8px}.language-box label{font-weight:750;display:flex;gap:8px;align-items:center}.language-box input{width:auto}.register-modern small{display:block;color:var(--muted);margin-top:6px}.chat-v24 .chat-top{display:flex;align-items:center;gap:14px;margin-bottom:12px;color:var(--ink)}.chat-v24 .chat-top img{width:58px;height:58px;border-radius:18px;object-fit:cover}.chat-v24 .chat-top div{display:grid}.chat-v24 .chat-form{align-items:center}.chat-v24 .media-btn{font-size:28px;display:grid;place-items:center;background:var(--accent);color:#fff}.chat-v24 textarea{min-height:54px;max-height:120px;resize:none;border-radius:22px}.chat-v24 button[type=submit]{font-size:22px}.near-card img{background:var(--soft)}.match-grid-v24 .near-card img{aspect-ratio:1/1.25}.profile-public-v24 .profile-cover img{background:var(--soft)}.profile-public-v24 .info-chips span{background:#eef7ff}.gift-v24{text-align:center;max-width:760px}.gift-result{font-size:22px;background:#fff6d8;border:1px solid #ffe39b;border-radius:22px;padding:18px;margin:18px 0}.gift-day{display:inline-flex;background:var(--soft);color:var(--accent);border-radius:999px;padding:10px 16px;font-weight:950}.alert,.success{font-weight:800}.form input[type=file]{padding:12px;background:#fafcff}
@media(max-width:900px){.profile-v24 .profile-hero-edit{align-items:center}.profile-v24 .profile-hero-edit img{width:105px;height:105px;border-radius:28px}.profile-v24 .profile-hero-edit h1{font-size:32px}.profile-shortcuts{grid-template-columns:1fr}.language-box{grid-template-columns:1fr 1fr}.chat-v24 .chat-box{height:calc(100vh - 260px);border-radius:28px;background:#f6faff}.chat-v24 .chat-form{position:sticky;bottom:84px;background:#fff;padding:10px;border-radius:26px}.chat-v24 .media-btn,.chat-v24 button[type=submit]{width:54px;height:54px}.profile-public-v24 .info-chips span{font-size:15px}.gallery-main img{object-fit:contain;background:#111}.near-grid{gap:14px}.near-card{border-radius:20px}}
@media(max-width:420px){.language-box{grid-template-columns:1fr}.profile-v24 .profile-hero-edit{gap:14px}.profile-v24 .profile-hero-edit img{width:92px;height:92px}.profile-v24 .profile-hero-edit h1{font-size:28px}.chat-v24 .bubble{font-size:15px}}


/* =========================================================
   LOVINGO V25 - polish global, suppression soulignement, profils/likes/messages
========================================================= */
a, a:visited, a:hover, a:focus{text-decoration:none!important}.profile-shortcuts a,.likes-tabs a,.likes-credit,.chat-top,.near-card,.like-profile-card{ text-decoration:none!important }
img{max-width:100%}.panel{max-width:1100px}.muted{color:var(--muted)}
.profile-public-v25{max-width:980px}.profile-hero-card{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff,var(--soft));border:1px solid var(--line);border-radius:34px;padding:24px;box-shadow:var(--shadow)}.profile-main-photo{border:0;background:transparent;padding:0;cursor:pointer}.profile-main-photo img{width:260px!important;height:340px!important;object-fit:cover!important;border-radius:30px!important;background:var(--soft);display:block}.profile-identity h1{font-size:44px;margin:12px 0 8px}.profile-meta{font-weight:850;color:var(--muted)}.btn-soft{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:950}.btn-soft.green{background:#eafff1;border:1px solid #98e9b4;color:#168044}.clean-chips span{background:#f2f7ff;border:1px solid #dbeaff;color:var(--ink)}.clean-chips span b{margin-right:4px}.gallery-main-v25{max-width:720px;border-radius:30px;background:#111}.gallery-main-v25 img{height:520px!important;object-fit:contain!important;background:#111!important}.gallery-thumbs img{background:var(--soft)}
.nearby-filters{grid-template-columns:1.4fr 1.1fr .8fr .7fr .7fr auto!important}.near-grid{align-items:start}.near-card{transition:.2s ease}.near-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(0,0,0,.12)}.near-card img{height:auto;aspect-ratio:1/1.18;object-fit:cover;background:var(--soft)}
.likes-v25{max-width:980px;margin:auto}.likes-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.likes-top h1{margin:0;font-size:40px}.likes-credit,.likes-top-icon{font-weight:900;color:var(--accent)}.likes-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #e8e8ef;margin:24px -28px 24px}.likes-tabs a{text-align:center;padding:18px 8px;font-weight:950;color:#555;border-bottom:4px solid transparent}.likes-tabs a.active{color:var(--accent);border-color:var(--accent)}.likes-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.like-profile-card{height:300px;border-radius:28px;overflow:hidden;position:relative;display:block;background:var(--soft);box-shadow:0 16px 44px rgba(0,0,0,.10);color:#fff}.like-profile-card img{width:100%;height:100%;object-fit:cover;display:block}.like-profile-card.locked img{filter:blur(8px);transform:scale(1.04)}.like-card-overlay{position:absolute;left:0;right:0;bottom:0;padding:60px 18px 18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))}.like-card-overlay strong{display:block;font-size:22px}.like-card-overlay small{font-weight:800}.match-ribbon{position:absolute;left:14px;top:14px;background:#09b66d;color:#fff;border-radius:999px;padding:8px 12px;font-weight:950}.locked-ribbon{background:#111}.green-heart{position:absolute;right:18px;bottom:18px;color:#0bbb65;font-size:34px}.likes-empty{text-align:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:46px 20px;box-shadow:var(--shadow)}.more-likes-btn{display:flex;align-items:center;justify-content:center;width:max-content;margin:28px auto 0;background:var(--accent);color:#fff!important;padding:16px 28px;border-radius:999px;font-weight:950;box-shadow:0 16px 34px color-mix(in srgb,var(--accent) 30%,transparent)}
.messages-v25 .chat-row{border:0;border-radius:24px;margin:10px 0;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06);padding:14px}.messages-v25 .chat-row img{width:70px;height:70px;border-radius:22px;object-fit:cover;background:var(--soft)}.messages-v25 .chat-row p{margin:6px 0 0;color:var(--muted)}.messages-v25 .chat-row small{display:block;margin-top:3px}.chat-v24 .chat-top{background:#fff;border-radius:24px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.06)}.chat-v24 .chat-box{background:linear-gradient(180deg,#f6faff,#fff);border:1px solid #edf4ff}.chat-v24 .media-btn{box-shadow:0 10px 25px color-mix(in srgb,var(--accent) 30%,transparent)}
.profile-v24{max-width:980px}.profile-v24 .profile-hero-edit{background:linear-gradient(135deg,#fff,var(--soft));border:1px solid var(--line);border-radius:32px;padding:22px}.profile-edit{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;margin-top:24px}.profile-edit h2{margin-top:0}.profile-shortcuts{align-items:stretch}.premium-card,.gift-card{display:flex;align-items:center;justify-content:center;min-height:74px}.form input,.form select,.form textarea,input,select,textarea{outline:none}.form input:focus,.form select:focus,.form textarea:focus,input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}
@media(max-width:900px){.profile-public-v25{padding:0}.profile-hero-card{display:block;border-radius:0;border-left:0;border-right:0;padding:16px}.profile-main-photo img{width:100%!important;height:58vh!important;max-height:520px!important;border-radius:28px!important}.profile-identity h1{font-size:34px}.profile-actions{gap:10px}.profile-actions .btn,.profile-actions button{min-width:0}.gallery-main-v25 img{height:52vh!important}.nearby-filters.show{grid-template-columns:1fr!important}.likes-top h1{font-size:34px}.likes-tabs{margin-left:-16px;margin-right:-16px}.likes-card-grid{grid-template-columns:repeat(2,1fr);gap:14px}.like-profile-card{height:235px;border-radius:22px}.like-card-overlay strong{font-size:18px}.messages-v25 .chat-row img{width:62px;height:62px}.profile-v24 .profile-hero-edit{border-radius:24px;padding:16px}.profile-edit{border-radius:24px;padding:16px}.profile-shortcuts{grid-template-columns:1fr}.desktop-nav{display:none!important}}
@media(max-width:420px){.like-profile-card{height:215px}.likes-tabs a{font-size:15px}.profile-main-photo img{height:54vh!important}.gallery-main-v25 img{height:48vh!important}.near-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.near-card b{font-size:16px}.near-card small{font-size:13px}}

/* =========================================================
   LOVINGO V26 - patch ciblé : previews chat + live propre + register label
   Ne touche pas au reste.
========================================================= */
.chat-v26 .chat-form{display:flex!important;align-items:flex-end!important;gap:10px!important}.chat-v26 .chat-compose-box{flex:1;display:grid;gap:8px}.chat-v26 .selected-media-preview{display:flex;gap:10px;overflow-x:auto;background:#fff;border:1px dashed var(--line);border-radius:18px;padding:10px}.chat-v26 .selected-media-preview[hidden]{display:none!important}.chat-v26 .media-preview-item{min-width:78px;max-width:92px;background:var(--soft);border-radius:16px;padding:6px;text-align:center;box-shadow:0 8px 18px rgba(0,0,0,.06)}.chat-v26 .media-preview-item img{width:66px;height:66px;border-radius:13px;object-fit:cover;display:block;margin:0 auto 4px}.chat-v26 .media-preview-item span{width:66px;height:66px;display:grid;place-items:center;font-size:30px}.chat-v26 .media-preview-item small{font-size:11px;font-weight:900;color:var(--muted)}.chat-v26 .media-btn,.chat-v26 button[type=submit]{flex:0 0 56px;width:56px!important;height:56px!important;border-radius:50%!important;display:grid!important;place-items:center!important;line-height:1!important}.chat-v26 textarea{min-height:56px!important;padding:16px!important}
.live-v26-page{max-width:1050px;margin:0 auto}.live-hero-v26{display:grid;grid-template-columns:1fr;gap:18px;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border-radius:30px;padding:28px;margin-bottom:24px;box-shadow:var(--shadow)}.live-hero-v26 h1{margin:0 0 10px;font-size:42px}.live-hero-v26 p{margin:0;max-width:720px;font-weight:700}.live-start-v26{display:flex;gap:12px;align-items:center}.live-start-v26 input{background:#fff;border:0;border-radius:999px;padding:16px 18px;font-weight:900;min-width:260px}.live-grid-v26{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.live-card-v26{display:block;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;color:var(--ink);box-shadow:0 14px 34px rgba(0,0,0,.08);transition:.2s ease}.live-card-v26:hover{transform:translateY(-3px)}.live-thumb-v26{position:relative;aspect-ratio:9/12;background:#111}.live-thumb-v26 img{width:100%;height:100%;object-fit:cover;display:block}.live-thumb-v26 span{position:absolute;left:12px;top:12px;background:#ff1744;color:#fff;border-radius:999px;padding:7px 11px;font-weight:950;font-size:13px}.live-card-v26 .live-card-info{padding:14px 16px}.live-card-v26 h3{margin:0 0 6px;font-size:22px}.live-card-v26 p{margin:0;color:var(--muted);font-weight:800}.live-room-v26{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.live-video-v26{position:relative;background:#111;border-radius:30px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.18)}.live-video-v26 video{width:100%;height:min(72vh,720px);object-fit:contain;background:#111;display:block}.live-overlay-top{position:absolute;left:14px;right:14px;top:14px;display:flex;justify-content:space-between;gap:10px;color:#fff;z-index:2}.live-overlay-top b,.live-overlay-top span{background:rgba(0,0,0,.45);backdrop-filter:blur(8px);border-radius:999px;padding:8px 12px}.live-gifts{position:absolute;right:14px;bottom:14px;display:flex;gap:10px;z-index:2}.live-gifts button{width:48px;height:48px;border:0;border-radius:50%;background:#fff;font-size:24px;box-shadow:0 8px 22px rgba(0,0,0,.22)}.live-side-v26{background:#fff;border:1px solid var(--line);border-radius:26px;padding:18px;box-shadow:0 14px 34px rgba(0,0,0,.06)}.live-side-v26 h2{margin:0 0 14px}.live-comments{height:420px;overflow:auto;display:grid;align-content:start;gap:8px;background:#f8fbff;border-radius:20px;padding:12px}.live-comment{background:#fff;border-radius:16px;padding:10px 12px;box-shadow:0 4px 14px rgba(0,0,0,.04)}.live-comment b{display:inline-block;margin-right:7px;color:var(--accent)}.live-comment span{word-break:break-word}.live-comment-form-v26{display:flex;gap:8px;margin-top:12px}.live-comment-form-v26 input{flex:1;border-radius:18px}.live-comment-form-v26 button{width:52px;border:0;border-radius:18px;background:var(--accent);color:#fff;font-size:22px;font-weight:950}.end-live-v26{width:100%;margin-top:12px;background:#ff315b!important}.live-ended-notice{background:#fff1f1;border:1px solid #ffc5c5;color:#aa102c;border-radius:18px;padding:12px 14px;font-weight:950;margin-bottom:12px;text-align:center}
.register-modern label:has(input[name="pseudo"])::before{content:""}
@media(max-width:900px){.live-hero-v26{border-radius:0;margin:0 -12px 18px;padding:24px 18px}.live-hero-v26 h1{font-size:34px}.live-start-v26{display:grid}.live-start-v26 input{min-width:0}.live-grid-v26{grid-template-columns:1fr 1fr}.live-room-v26{display:block}.live-video-v26{border-radius:0;margin:0 -12px}.live-video-v26 video{height:auto;max-height:62vh;aspect-ratio:auto;object-fit:contain}.live-side-v26{border-radius:0;border-left:0;border-right:0;margin:0 -12px 90px;box-shadow:none}.live-comments{height:260px}.live-comment-form-v26{position:sticky;bottom:84px;background:#fff;padding:10px;border-radius:22px}.live-card-v26{border-radius:22px}.chat-v26 .chat-form{position:sticky;bottom:84px}.chat-v26 .selected-media-preview{max-width:100%}}
@media(max-width:420px){.live-grid-v26{grid-template-columns:1fr}.live-thumb-v26{aspect-ratio:9/11}.live-video-v26 video{max-height:58vh}.chat-v26 .media-btn,.chat-v26 button[type=submit]{flex-basis:52px;width:52px!important;height:52px!important}.chat-v26 .media-preview-item{min-width:72px}.chat-v26 .media-preview-item img{width:60px;height:60px}}


/* LOVINGO V27 ciblé */
a{ text-decoration:none; }
a:hover{ text-decoration:none; }
.likes-tabs a{ text-decoration:none!important; }
.likes-empty{ text-align:center; padding:34px 18px; }
.settings-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;margin-top:18px;box-shadow:0 16px 40px rgba(0,0,0,.04)}
.danger-zone{border-color:#ffd0d0;background:#fffafa}.btn.danger{background:#ff3b4f!important;color:#fff!important}.report-card p{line-height:1.5}.admin-actions button{border:0;border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer}.chat-form input[type=file]{display:none}.selected-media-preview{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 8px}.media-preview-item{width:76px;min-height:84px;border:1px solid var(--line);border-radius:16px;background:#fff;display:grid;place-items:center;padding:6px;text-align:center;font-size:12px;font-weight:800;overflow:hidden}.media-preview-item img{width:64px;height:64px;object-fit:cover;border-radius:12px}.premium-page .premium-banner{display:grid;gap:8px;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border-radius:26px;padding:28px;margin:20px 0;box-shadow:var(--shadow)}.premium-page .premium-banner b{font-size:34px}.deletion-page{text-align:center}.deletion-page h2{font-size:44px;color:var(--accent)}
@media(max-width:900px){.desktop-nav a[href*="matches.php"],.side-menu a[href*="matches.php"]{display:none!important}.bottom-tabs small{font-size:12px}.settings-page,.deletion-page{min-height:calc(100vh - 180px)}}


/* ==========================
   LOVINGO V28 polish ciblé
========================== */
.app-footer{font-size:14px;color:var(--muted);background:linear-gradient(180deg,#fff,rgba(255,255,255,.85));border-top:1px solid var(--line)}
.app-footer a{font-weight:950;color:var(--accent);text-decoration:none}.app-footer a:hover{text-decoration:underline}
.settings-v28{max-width:980px}.settings-grid-v28{display:grid;gap:18px}.settings-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.04)}
.settings-card h2{margin-top:0}.settings-toggle-list{display:grid;gap:14px}.settings-toggle-list label{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #edf3ff;border-radius:18px;padding:14px 16px;font-weight:850;background:#fbfdff}.settings-toggle-list input[type=checkbox]{width:22px;height:22px;accent-color:var(--accent)}
.reports-v28{max-width:1120px}.report-list-v28{display:grid;gap:18px}.report-card-v28{display:grid;gap:14px}.report-head-v28{display:flex;gap:16px;align-items:center}.report-head-v28 img{width:82px;height:82px;border-radius:22px;object-fit:cover;background:var(--soft)}.report-head-v28 h3{margin:.1rem 0 .35rem}.report-head-v28 p{margin:.2rem 0}.report-message-v28{background:#f8fbff;border:1px solid #e5f1ff;border-radius:18px;padding:16px;line-height:1.55}.report-links-v28{display:flex;gap:10px;flex-wrap:wrap}.report-actions-v28 button:nth-child(4){background:#fff1d6}.report-actions-v28 button:nth-child(5){background:#ffe3e3;color:#9b111e}
.voice-btn{width:50px;height:50px;border:0;border-radius:999px;background:#fff;color:var(--accent);font-size:22px;font-weight:950;box-shadow:0 8px 20px rgba(0,0,0,.08);cursor:pointer}.voice-btn.recording{background:#ff3b4f;color:#fff;animation:pulseVoice 1s infinite}@keyframes pulseVoice{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
.chat-compose-box{flex:1}.selected-media-preview:not([hidden]){display:flex}.selected-media-preview[hidden]{display:none!important}
.premium-item.is-hidden,.premium-pill.is-hidden{display:none!important}
@media(max-width:900px){.app-footer{display:none}.settings-card{padding:18px}.report-head-v28{align-items:flex-start}.report-head-v28 img{width:62px;height:62px}.report-actions-v28{display:grid!important;grid-template-columns:1fr 1fr}.chat-form{gap:8px}.voice-btn{width:48px;height:48px}.settings-toggle-list label{align-items:flex-start}}

/* LOVINGO V29 FIX */
.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.8rem;background:#eaf4ff;color:#0b7cff;font-weight:800;margin-left:8px}.status-pill.danger{background:#ffe5e8;color:#e11d48}.verify-code-box{border:2px dashed var(--primary,#ff2f8b);background:#fff7fb;border-radius:22px;padding:18px;margin:18px 0}.verification-status-card,.support-answer{background:#f5f9ff;border:1px solid var(--line,#cfe6ff);border-radius:20px;padding:18px;margin:14px 0}.verification-actions-v29 textarea{width:100%;min-height:90px;border:1px solid var(--line,#cfe6ff);border-radius:16px;padding:14px;margin:10px 0}.verify-img{max-width:100%;max-height:520px;object-fit:contain;border-radius:18px;border:1px solid var(--line,#cfe6ff);background:#fff}.report-card-v28.is-suspended{opacity:.9;border-color:#ffcdd2}.help-v29 .btn,.settings-card .btn{text-decoration:none!important}.profile-public .btn,.report-links-v28 .btn{text-decoration:none!important}

/* V30 - modération signalements : états plus clairs */
.status-pill{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-left:8px;
    padding:5px 10px;
    border-radius:999px;
    background:#eef4ff;
    color:#177cff;
    font-size:12px;
    font-weight:900;
    vertical-align:middle;
}
.status-pill.danger{background:#ffe9ec;color:#e63245;}
.status-pill.success{background:#e9fff0;color:#0a9b45;}
.report-actions-v28 button{transition:.15s ease;}
.report-actions-v28 button:hover{transform:translateY(-1px);}
.btn-danger-soft{background:#ffe9ec!important;color:#c9142c!important;}
.btn-warn{background:#fff2c7!important;color:#8a6200!important;}
.report-card-v28.is-suspended{border-color:#ffd3da!important;background:linear-gradient(180deg,#fff,#fff7f8)!important;}

/* ===== LOVINGO V31 badges / présence ===== */
.lv-verified{
  display:inline-grid!important;place-items:center!important;width:22px!important;height:22px!important;border-radius:999px!important;
  background:#1687ff!important;color:#fff!important;font-size:15px!important;font-weight:950!important;margin-left:6px!important;
  box-shadow:0 6px 16px rgba(22,135,255,.30)!important;vertical-align:middle!important;line-height:1!important;
}
.lv-online-dot{
  position:absolute!important;right:12px!important;bottom:12px!important;width:14px!important;height:14px!important;border-radius:999px!important;
  background:#16c766!important;border:3px solid #fff!important;box-shadow:0 4px 12px rgba(22,199,102,.35)!important;z-index:6!important;
}
.lv-card-badges{position:absolute!important;top:12px!important;left:12px!important;right:12px!important;display:flex!important;flex-wrap:wrap!important;gap:7px!important;z-index:7!important;pointer-events:none!important}
.lv-badge{display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:999px!important;padding:7px 11px!important;font-size:12px!important;font-weight:950!important;line-height:1!important;box-shadow:0 8px 20px rgba(0,0,0,.13)!important}
.lv-new{background:#1687ff!important;color:#fff!important}
.lv-new:before{content:'🆕';font-size:12px!important}
.lv-admin{background:#fff1bd!important;color:#865800!important}
.lv-admin:before{content:'👑'}
.lv-modo{background:#e5f1ff!important;color:#075ca8!important}
.lv-modo:before{content:'🛡️'}
.lv-premium{background:linear-gradient(135deg,#8d5bff,#ff2f8d)!important;color:#fff!important}
.lv-premium:before{content:'💎'}
.lv-inline-role{display:inline-flex!important;align-items:center!important;gap:4px!important;border-radius:999px!important;padding:5px 9px!important;font-size:12px!important;font-weight:950!important;margin-left:7px!important;vertical-align:middle!important}
.lv-inline-admin{background:#fff1bd!important;color:#865800!important}.lv-inline-admin:before{content:'👑'}
.lv-inline-modo{background:#e5f1ff!important;color:#075ca8!important}.lv-inline-modo:before{content:'🛡️'}
.lv-inline-new{background:#1687ff!important;color:#fff!important}.lv-inline-new:before{content:'🆕'}
.near-card,.like-profile-card,.lovoo-card .card-photo,.chat-row,.live-card-v26,.profile-main-photo{position:relative!important}
.near-card .lv-card-badges,.like-profile-card .lv-card-badges{top:10px!important;left:10px!important;right:10px!important}
.near-card b,.like-card-overlay strong,.chat-row b,.live-card-info h3{display:flex;align-items:center;gap:3px;flex-wrap:wrap}
.card-info h2{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
@media(max-width:520px){.lv-badge{font-size:11px!important;padding:6px 9px!important}.lv-verified{width:20px!important;height:20px!important;font-size:13px!important}.lv-online-dot{width:13px!important;height:13px!important;right:10px!important;bottom:10px!important}.lv-inline-role{font-size:11px!important;padding:4px 8px!important}}


/* ===== LOVINGO V32 ciblée ===== */
.desktop-nav-v32{gap:14px!important;overflow:visible!important;justify-content:center!important}.desktop-nav-v32 a,.desktop-nav-v32 button{text-decoration:none!important;font-weight:950!important;border:0!important}.more-nav-btn{border:0;border-radius:999px;background:var(--soft);color:var(--accent);padding:10px 16px;font:inherit;font-weight:950;cursor:pointer}.logout-desktop{color:#e63737!important;background:#fff1f1!important}.logout-desktop:hover{background:#ffe1e1!important;color:#c91818!important}.premium-pill{display:none!important}.theme-blue .premium-pill{display:none!important}.bottom-tabs .tab-logo{height:28px!important;display:grid!important;place-items:center!important}.bottom-tabs .tab-logo img{max-width:32px!important;max-height:32px!important;object-fit:contain!important}.filter-drawer.nearby-filters{display:none!important}.filter-drawer.nearby-filters.show{display:grid!important}.near-card,.like-profile-card,.lovoo-card .card-photo,.live-card-v18{position:relative}.lv-top-badges{position:absolute!important;top:10px!important;left:10px!important;z-index:8!important;display:flex!important;gap:6px!important;flex-wrap:wrap!important}.lv-role-badges{position:absolute!important;left:10px!important;bottom:54px!important;top:auto!important;z-index:8!important;display:flex!important;gap:6px!important;flex-wrap:wrap!important}.near-card .lv-role-badges{bottom:72px!important}.like-profile-card .lv-role-badges{bottom:78px!important}.lovoo-card .card-photo .lv-role-badges{bottom:135px!important}.lv-badge{display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-weight:950!important;box-shadow:0 8px 18px rgba(0,0,0,.10)!important}.lv-new{background:#168cff!important;color:#fff!important}.lv-new:before{content:'NEW';font-size:8px;background:rgba(255,255,255,.25);border-radius:5px;padding:2px 4px}.lv-admin{background:#fff2c9!important;color:#8a5b00!important}.lv-admin:before{content:'👑'}.lv-modo{background:#fff!important;color:#075fae!important}.lv-modo:before{content:'🛡️'}.lv-premium{background:linear-gradient(135deg,#7b2cff,#ff2f91)!important;color:#fff!important}.lv-online-dot{position:absolute!important;right:12px!important;bottom:12px!important;width:15px!important;height:15px!important;border-radius:50%!important;background:#16c65d!important;border:3px solid #fff!important;z-index:12!important;box-shadow:0 4px 14px rgba(22,198,93,.45)!important}.like-profile-card .match-ribbon{top:12px!important;left:12px!important;z-index:11!important}.like-profile-card .lv-top-badges{top:46px!important}.like-profile-card .lv-role-badges{bottom:90px!important}.support-grid-v32{display:grid;grid-template-columns:340px 1fr;gap:18px}.support-thread-list{background:#f8fbff;border:1px solid var(--line);border-radius:24px;padding:10px;display:grid;gap:8px;align-content:start}.support-thread{display:flex;gap:12px;text-decoration:none;color:var(--ink);background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:12px}.support-thread.active{border-color:var(--accent);box-shadow:0 8px 20px color-mix(in srgb,var(--accent) 18%,transparent)}.support-thread img{width:52px;height:52px;border-radius:16px;object-fit:cover}.support-thread small,.support-thread span{display:block;color:var(--muted);font-weight:700}.support-thread-panel{min-width:0}.support-title{display:flex;justify-content:space-between;align-items:center;gap:12px}.support-close-form{margin-top:10px}.admin-search-v32{display:grid;grid-template-columns:1fr auto;gap:12px;margin:16px 0}.member-card-v32 .admin-user-head img{width:76px;height:76px;border-radius:20px;object-fit:cover}.logs-v32 .log-row-v32{margin:12px 0}.admin-cards-v32 .admin-user-card{min-height:150px}.app-footer a{text-decoration:none!important;font-weight:950;color:var(--accent)}
@media(max-width:900px){.desktop-nav-v32{display:none!important}.filter-drawer.nearby-filters{display:none!important;grid-template-columns:1fr!important}.filter-drawer.nearby-filters.show{display:grid!important}.lv-role-badges{bottom:52px!important;left:8px!important}.near-card .lv-role-badges{bottom:74px!important}.like-profile-card .lv-role-badges{bottom:88px!important}.lovoo-card .card-photo .lv-role-badges{bottom:130px!important}.lv-online-dot{width:14px!important;height:14px!important;right:10px!important;bottom:10px!important}.support-grid-v32{grid-template-columns:1fr}.support-thread-list{max-height:260px;overflow:auto}.admin-search-v32{grid-template-columns:1fr}.bottom-tabs a[href*="discover.php"] span img{display:block!important}.bottom-tabs a[href*="discover.php"] span:not(.tab-logo){display:none!important}}

/* ===== LOVINGO V35 fixes badges + chat ===== */
.near-card,.like-profile-card,.lovoo-card .card-photo,.profile-cover,.chat-row{position:relative!important}
.lv-card-badges{position:absolute!important;z-index:18!important;display:flex!important;gap:6px!important;flex-wrap:wrap!important;pointer-events:none!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}
.lv-top-right-badges{top:10px!important;right:10px!important;justify-content:flex-end!important}
.lv-bottom-right-badges{right:10px!important;bottom:10px!important;justify-content:flex-end!important}
.near-card .lv-bottom-right-badges,.like-profile-card .lv-bottom-right-badges{bottom:62px!important}
.lovoo-card .card-photo .lv-bottom-right-badges{bottom:118px!important}
.public-profile-hero .lv-bottom-right-badges,.profile-cover .lv-bottom-right-badges{bottom:16px!important}
.lv-verified{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;background:#e8f3ff!important;color:#0877d8!important;border:2px solid #b9ddff!important;border-radius:999px!important;padding:1px 5px!important;margin-left:6px!important;font-size:13px!important;vertical-align:middle!important;line-height:1.2!important}
.lv-online-dot{position:absolute!important;right:12px!important;bottom:12px!important;width:16px!important;height:16px!important;border-radius:50%!important;background:#16c65d!important;border:3px solid #fff!important;z-index:22!important;box-shadow:0 4px 14px rgba(22,198,93,.50)!important}
.chat-row .lv-online-dot{left:52px!important;right:auto!important;bottom:12px!important}
.like-profile-card .match-ribbon{top:10px!important;left:10px!important;right:auto!important;background:#16c65d!important;color:#fff!important;z-index:25!important}
.like-profile-card .lv-top-right-badges{top:10px!important;right:10px!important;left:auto!important}
.like-profile-card .green-heart{display:none!important}
.chat-page.chat-v35{min-height:calc(100dvh - 190px);display:flex;flex-direction:column;gap:12px;padding-bottom:16px!important}
.chat-v35 .chat-box{flex:1;min-height:240px;max-height:calc(100dvh - 360px);overflow:auto;scroll-behavior:smooth;padding-bottom:8px}
.chat-v35 .chat-form{position:sticky;bottom:84px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:10px;box-shadow:0 14px 35px rgba(20,20,33,.10);z-index:30}
.support-v35 .chat-box,.support-chat-v35 .chat-box{min-height:320px;max-height:calc(100dvh - 360px);overflow:auto;scroll-behavior:smooth}
.support-thread-preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;color:var(--muted);font-size:13px}
.support-thread.closed{opacity:.72}
.archive-link{font-weight:950;color:var(--accent);text-decoration:none}
@media(max-width:900px){.chat-page.chat-v35{margin:0 -10px;border-radius:0;min-height:calc(100dvh - 150px)}.chat-v35 .chat-box{max-height:calc(100dvh - 330px)}.chat-v35 .chat-form{bottom:74px}.lv-top-right-badges{top:8px!important;right:8px!important}.lv-bottom-right-badges{right:8px!important;bottom:8px!important}.lovoo-card .card-photo .lv-bottom-right-badges{bottom:112px!important}}

/* ===== LOVINGO V36 corrections badges/support ===== */
.near-card .lv-top-right-badges,
.like-profile-card .lv-top-right-badges,
.lovoo-card .card-photo .lv-top-right-badges{
  top:10px!important;right:10px!important;left:auto!important;bottom:auto!important;width:auto!important;height:auto!important;
}
.near-card .lv-bottom-right-badges,
.like-profile-card .lv-bottom-right-badges,
.lovoo-card .card-photo .lv-bottom-right-badges{
  top:auto!important;left:auto!important;right:10px!important;width:auto!important;height:auto!important;align-items:flex-end!important;
}
.near-card .lv-bottom-right-badges{bottom:58px!important;}
.like-profile-card .lv-bottom-right-badges{bottom:58px!important;}
.lovoo-card .card-photo .lv-bottom-right-badges{bottom:118px!important;}
.lv-card-badges{max-width:max-content!important;min-width:0!important;min-height:0!important;}
.lv-badge{min-width:0!important;width:auto!important;height:auto!important;min-height:0!important;max-height:28px!important;padding:7px 10px!important;white-space:nowrap!important;line-height:1!important;}
.lv-new{font-size:0!important;padding:7px 9px!important;}
.lv-new:before{content:'NEW'!important;font-size:11px!important;line-height:1!important;background:transparent!important;padding:0!important;}
.lv-admin,.lv-modo{font-size:12px!important;}
.lv-admin:before,.lv-modo:before{font-size:12px!important;}
.lv-online-dot{display:block!important;}
.support-chat-v36 .chat-box,.support-v36 .chat-box{background:#f7f8fb!important;border-radius:24px!important;padding:14px!important;}

/* ===== LOVINGO V37 : badges minuscules + point vert visible ===== */
.lv-card-badges.lv-bottom-right-badges{
  position:absolute!important;right:8px!important;bottom:58px!important;top:auto!important;left:auto!important;
  width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:90px!important;
  display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;background:transparent!important;box-shadow:none!important;padding:0!important;border:0!important;
}
.lovoo-card .card-photo .lv-card-badges.lv-bottom-right-badges{bottom:118px!important;}
.lv-role-chip{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;
  width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;
  padding:5px 7px!important;border-radius:999px!important;font-size:10px!important;font-weight:950!important;line-height:1!important;
  box-shadow:0 6px 14px rgba(0,0,0,.16)!important;white-space:nowrap!important;pointer-events:none!important;
}
.lv-admin-chip{background:#fff3c8!important;color:#855700!important;border:1px solid #ffd86d!important;}
.lv-modo-chip{background:#eaf4ff!important;color:#075fae!important;border:1px solid #b9ddff!important;}
.lv-card-badges.lv-top-right-badges{position:absolute!important;top:8px!important;right:8px!important;left:auto!important;bottom:auto!important;width:auto!important;height:auto!important;min-height:0!important;background:transparent!important;padding:0!important;}
.lv-new{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;padding:6px 8px!important;min-width:0!important;min-height:0!important;height:auto!important;border-radius:999px!important;}
.lv-new:before{content:'NEW'!important;font-size:10px!important;line-height:1!important;background:transparent!important;padding:0!important;margin:0!important;}
.lv-online-dot{display:block!important;position:absolute!important;right:9px!important;bottom:9px!important;width:15px!important;height:15px!important;border-radius:50%!important;background:#12c765!important;border:3px solid #fff!important;z-index:50!important;box-shadow:0 0 0 2px rgba(18,199,101,.18),0 6px 16px rgba(18,199,101,.45)!important;}
.near-card,.like-profile-card,.lovoo-card .card-photo{position:relative!important;overflow:hidden!important;}
.support-chat-v36 .alert{background:#fff2f2!important;border-color:#ffb6b6!important;}

/* ===== LOVINGO V38 : support refait + messages soft ===== */
.support-chat-v38,.chat-v38{min-height:calc(100dvh - 150px)!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding-bottom:12px!important;}
.support-chat-v38 .chat-box,.support-v38 .chat-box,.chat-v38 .chat-box{background:#f7f9fc!important;border:1px solid #e8edf5!important;border-radius:24px!important;padding:14px!important;overflow:auto!important;}
.support-chat-v38 .chat-box{min-height:360px!important;max-height:calc(100dvh - 330px)!important;}
.support-v38 .chat-box{min-height:420px!important;max-height:calc(100dvh - 390px)!important;}
.chat-v38 .chat-box{padding-bottom:18px!important;}
.chat-v38 .bubble p,.support-chat-v38 .bubble p,.support-v38 .bubble p{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;margin:5px 0!important;line-height:1.35!important;}
.chat-v38 .bubble small,.support-chat-v38 .bubble small,.support-v38 .bubble small{display:block!important;margin-top:5px!important;opacity:.72!important;}
.chat-form-v38,.support-compose-v38,.support-v38 .chat-form{display:flex!important;align-items:flex-end!important;gap:10px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:28px!important;padding:10px!important;box-shadow:0 14px 35px rgba(20,20,33,.10)!important;z-index:30!important;}
.chat-form-v38{position:sticky!important;bottom:84px!important;}
.support-compose-v38{position:sticky!important;bottom:84px!important;}
.chat-compose-box{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;}
.chat-compose-box textarea,.chat-form-v38 textarea,.support-compose-v38 textarea,.support-v38 .chat-form textarea{width:100%!important;min-height:48px!important;max-height:130px!important;border:0!important;outline:0!important;resize:none!important;background:transparent!important;padding:12px 14px!important;font:inherit!important;font-weight:800!important;line-height:1.35!important;box-sizing:border-box!important;}
.chat-form-v38>button,.support-compose-v38>button,.support-v38 .chat-form>button{flex:0 0 auto!important;width:54px!important;height:54px!important;border-radius:999px!important;display:grid!important;place-items:center!important;}
.block-chat-form-v38{display:flex!important;justify-content:flex-end!important;margin:-4px 0 4px!important;}
.block-chat-form-v38 button{padding:8px 14px!important;font-size:13px!important;}
.blocked-note-v38{color:#e63761!important;font-weight:900!important;}
.unread-pill-v38{display:inline-grid!important;place-items:center!important;min-width:22px!important;height:22px!important;border-radius:999px!important;background:#1687ff!important;color:#fff!important;font-size:12px!important;font-weight:950!important;margin-left:7px!important;padding:0 7px!important;line-height:1!important;}
.chat-row.has-unread{border-color:#b9ddff!important;background:#f4f9ff!important;box-shadow:0 10px 24px rgba(22,135,255,.10)!important;}
.messages-v38 .chat-row p{font-weight:800!important;}
.blocked-list-v38{display:grid!important;gap:10px!important;}
.blocked-row-v38{display:grid!important;grid-template-columns:48px 1fr auto!important;gap:12px!important;align-items:center!important;background:#fff!important;border:1px solid #e8edf5!important;border-radius:18px!important;padding:10px!important;}
.blocked-row-v38 img{width:48px!important;height:48px!important;border-radius:14px!important;object-fit:cover!important;}
.blocked-row-v38 small{display:block!important;color:var(--muted)!important;font-weight:800!important;}
.support-v38 .support-thread p{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:220px!important;margin:4px 0!important;color:var(--muted)!important;font-weight:800!important;}
.support-v38 .support-thread b{display:flex!important;align-items:center!important;gap:6px!important;}
.support-v38 .support-thread.active{background:#f4f9ff!important;}
@media(max-width:900px){.support-chat-v38,.chat-v38{min-height:calc(100dvh - 125px)!important;margin:0 -10px!important;border-radius:0!important}.support-chat-v38 .chat-box{max-height:calc(100dvh - 300px)!important}.chat-form-v38,.support-compose-v38{bottom:72px!important}.blocked-row-v38{grid-template-columns:42px 1fr!important}.blocked-row-v38 button{grid-column:1 / -1!important}.support-v38 .support-thread-list{max-height:280px!important;overflow:auto!important}}

/* ===== LOVINGO V39 : chat type Messenger + instantané ===== */
.chat-v39,
.support-chat-v39{
  height:calc(100dvh - 165px)!important;
  min-height:560px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.chat-v39 .chat-top,
.support-chat-v39 .chat-top{flex:0 0 auto!important;}
.chat-v39 .chat-box,
.support-chat-v39 .chat-box{
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  padding:14px 14px 24px!important;
  scroll-behavior:smooth!important;
}
.chat-v39 .chat-form,
.support-chat-v39 .chat-form{
  position:relative!important;
  bottom:auto!important;
  flex:0 0 auto!important;
  margin-top:0!important;
  z-index:5!important;
}
.chat-v39 .bubble,
.support-chat-v39 .bubble,
.support-v39 .bubble{
  max-width:min(72%, 560px)!important;
}
.chat-v39 .bubble.me,
.support-chat-v39 .bubble.me,
.support-v39 .bubble.me{
  margin-left:auto!important;
}
.chat-v39 .chat-img{max-width:min(100%,360px)!important;max-height:320px!important;object-fit:cover!important;border-radius:16px!important;display:block!important;}
.chat-v39 .chat-compose-box textarea,
.support-chat-v39 .chat-compose-box textarea{min-height:46px!important;max-height:110px!important;overflow-y:auto!important;}
.chat-v39 .selected-media-preview{max-height:92px!important;overflow:auto!important;}
.messages-v39 .chat-list{min-height:120px!important;}
@media(max-width:900px){
  .chat-v39,.support-chat-v39{height:calc(100dvh - 105px)!important;min-height:0!important;margin:0 -10px!important;border-radius:0!important;}
  .chat-v39 .chat-form,.support-chat-v39 .chat-form{border-radius:24px!important;margin-bottom:76px!important;}
  .chat-v39 .bubble,.support-chat-v39 .bubble,.support-v39 .bubble{max-width:86%!important;}
}


/* ===== LOVINGO V40 : lives propres, cartes compactes, fin du live ===== */
.live-v40-page{max-width:1050px!important;}
.live-grid-v40{grid-template-columns:repeat(auto-fill,minmax(180px,220px))!important;justify-content:start!important;align-items:start!important;}
.live-card-v40{border-radius:22px!important;max-width:220px!important;text-decoration:none!important;}
.live-thumb-v40{aspect-ratio:1/1.12!important;overflow:hidden!important;border-radius:0!important;}
.live-thumb-v40 img{object-fit:cover!important;}
.live-status-pill{left:10px!important;top:10px!important;font-size:11px!important;padding:6px 9px!important;z-index:10!important;}
.live-card-v40 .live-card-info{padding:12px 14px!important;}
.live-card-v40 .live-card-info h3{font-size:18px!important;line-height:1.1!important;margin:0 0 5px!important;}
.live-card-v40 .live-card-info p{font-size:13px!important;line-height:1.25!important;}
.live-card-v40 .lv-top-right-badges{top:10px!important;right:10px!important;left:auto!important;z-index:12!important;}
.live-card-v40 .lv-bottom-right-badges{right:10px!important;bottom:52px!important;left:auto!important;z-index:12!important;}
.live-card-v40 .lv-online-dot{right:10px!important;bottom:10px!important;}
.live-room-v40.is-ended .live-video-v26{background:#111!important;min-height:min(66vh,620px)!important;display:grid!important;place-items:center!important;}
.live-ended-screen{width:100%;height:min(66vh,620px);display:grid;place-items:center;align-content:center;gap:14px;text-align:center;color:#fff;background:radial-gradient(circle at center,#2b2b35,#101014 62%);}
.live-ended-screen strong{font-size:clamp(32px,5vw,62px);font-weight:950;}
.live-ended-screen span{font-weight:850;color:#d9d9e8;}
.live-room-v40.is-ended .live-gifts,.live-room-v40.is-ended .live-overlay-top{display:none!important;}
@media(max-width:900px){.live-grid-v40{grid-template-columns:repeat(2,minmax(0,1fr))!important}.live-card-v40{max-width:none!important}.live-thumb-v40{aspect-ratio:1/1.05!important}.live-room-v40.is-ended .live-video-v26,.live-ended-screen{min-height:360px!important;height:360px!important}}
@media(max-width:420px){.live-grid-v40{grid-template-columns:1fr 1fr!important;gap:12px!important}.live-card-v40 .live-card-info h3{font-size:16px!important}.live-status-pill{font-size:10px!important}}


/* LOVINGO V41 */
.points-pill-v41{position:absolute;right:72px;top:28px;background:#fff;border:1px solid var(--border,#d7e9ff);border-radius:999px;padding:8px 12px;font-weight:900;text-decoration:none;color:#0b76ff;box-shadow:0 8px 25px rgba(0,0,0,.06)}
.hamburger{position:relative}.hamburger>b,.hamburger-badge-v41{position:absolute!important;top:-6px!important;right:-8px!important;background:#ff2f87!important;color:#fff!important;border-radius:999px!important;min-width:20px!important;height:20px!important;font-size:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.chat-v41{height:calc(100dvh - 165px);display:flex;flex-direction:column;overflow:hidden}.chat-v41 .chat-box{flex:1;min-height:0;overflow-y:auto;padding-bottom:120px}.chat-v41 .chat-form{position:sticky;bottom:0;z-index:20;flex-shrink:0}.chat-v41 .bubble{max-width:min(72%,520px);overflow-wrap:anywhere}.bot-chat-top-v41{cursor:default}.bot-support-link-v41{margin-top:14px}.bot-support-link-v41 a{font-weight:900;color:#0b76ff}.profile-meta{line-height:1.45}.profile-actions form{display:inline-flex}.credit-grid-v41{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:20px 0}.credit-grid-v41 article,.extra-message-v41,.premium-nudge-v41{background:#fff;border:1px solid var(--border,#d7e9ff);border-radius:22px;padding:18px;box-shadow:0 12px 35px rgba(0,0,0,.05)}.premium-alert-v41{margin-bottom:16px;border-color:#ffb8d4;background:#fff6fa}.gift-popup-v41{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.28);display:flex;align-items:center;justify-content:center;padding:20px}.gift-popup-v41>div{position:relative;background:#fff;border-radius:28px;padding:26px;max-width:390px;width:100%;text-align:center;box-shadow:0 25px 80px rgba(0,0,0,.22)}.gift-popup-v41 [data-gift-close]{position:absolute;right:14px;top:10px;border:0;background:#f4f6fb;border-radius:50%;width:36px;height:36px;font-size:24px}.live-ended-screen,.ended-now:before{position:absolute;inset:0;background:#111;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;border-radius:inherit}.ended-now:before{content:'Fin du live';font-size:34px;font-weight:900}.live-grid-v40{align-items:start}.live-card-v40{width:220px!important;max-width:100%;display:block}.live-thumb-v40{height:300px!important}.live-card-info p{white-space:normal!important;overflow:visible!important}.likes-card-grid .locked img{filter:blur(16px);transform:scale(1.08);opacity:.75}.like-profile-card.locked:after{content:'Premium ou 300 pts';position:absolute;left:14px;right:14px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.92);border-radius:999px;padding:10px;text-align:center;font-weight:900;color:#0b76ff}.lv-card-badges{z-index:4}.lv-bottom-right-badges{right:8px!important;bottom:8px!important}.lv-role-chip{font-size:11px!important;padding:5px 8px!important;border-radius:999px!important}.lv-online-dot{z-index:4}@media(max-width:760px){.points-pill-v41{right:56px;top:25px;font-size:12px;padding:6px 8px}.chat-v41{height:calc(100dvh - 110px);border-radius:0!important;margin:0!important}.chat-v41 .chat-box{padding-bottom:100px}.chat-v41 .chat-form{border-radius:24px 24px 0 0}.live-card-v40{width:46vw!important}.live-thumb-v40{height:62vw!important}}

/* ===== LOVINGO V44 : carte découverte + popup message ===== */
.lovoo-card{margin-bottom:58px!important;}
.lovoo-card .card-photo{overflow:hidden!important;}
.lovoo-card .card-info{bottom:72px!important;right:18px!important;padding-right:0!important;z-index:3!important;}
.lovoo-card .card-info p{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding-right:8px!important;}
.lovoo-card .swipe-actions{margin-top:-50px!important;}
.direct-modal-v44{position:fixed;inset:0;z-index:10000;background:rgba(7,15,30,.38);display:flex;align-items:center;justify-content:center;padding:18px;}
.direct-modal-v44[hidden]{display:none!important;}
.direct-card-v44{width:min(460px,100%);background:#fff;border-radius:28px;padding:22px;box-shadow:0 28px 90px rgba(0,0,0,.28);border:1px solid var(--line,#d8e9ff);}
.direct-card-v44 h3{margin:0 0 8px;font-size:24px;}
.direct-card-v44 p{margin:0 0 14px;color:var(--muted,#5e6380);font-weight:750;}
.direct-card-v44 textarea{min-height:130px;resize:vertical;border-radius:20px;}
.direct-actions-v44{display:flex;gap:10px;justify-content:flex-end;margin-top:14px;}
.direct-actions-v44 button{border:0;border-radius:999px;padding:12px 18px;font-weight:950;cursor:pointer;}
.direct-send-v44{background:var(--accent,#ff2d8f);color:#fff;box-shadow:0 12px 26px color-mix(in srgb,var(--accent,#ff2d8f) 28%,transparent);}
.direct-cancel-v44{background:#f3f6fb;color:#1b2437;}
.direct-toast-v44{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:10001;background:#111827;color:#fff;border-radius:999px;padding:13px 18px;font-weight:950;box-shadow:0 18px 50px rgba(0,0,0,.24);max-width:calc(100vw - 28px);text-align:center;}
.direct-toast-v44.error{background:#ff2d55;}
@media(max-width:760px){.lovoo-card .card-info{bottom:86px!important;left:18px!important;right:18px!important}.lovoo-card .card-info h2{font-size:30px!important}.lovoo-card .swipe-actions{margin-top:-62px!important}.direct-card-v44{border-radius:24px;padding:18px}.direct-toast-v44{bottom:88px}}


/* ===== LOVINGO V45 : découverte lisible + enveloppe sans F5 ===== */
.lovoo-card .card-info{
  bottom:112px!important;
  left:22px!important;
  right:22px!important;
  max-width:calc(100% - 44px)!important;
  pointer-events:none!important;
}
.lovoo-card .card-info h2{font-size:28px!important;line-height:1.05!important;margin-bottom:6px!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.lovoo-card .card-info p{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:15px!important;padding-right:0!important;}
.lovoo-card .swipe-actions{position:relative!important;z-index:10!important;margin-top:-48px!important;}
.lovoo-card .swipe-actions form{margin:0!important;}
.lovoo-card .round-action.msg{cursor:pointer!important;}
@media(max-width:760px){
  .lovoo-card .card-info{bottom:118px!important;left:18px!important;right:18px!important;max-width:calc(100% - 36px)!important;}
  .lovoo-card .card-info h2{font-size:25px!important;}
  .lovoo-card .card-info p{font-size:13px!important;}
  .lovoo-card .swipe-actions{margin-top:-54px!important;}
}

/* ===== LOVINGO V46 : découverte fixe + ville lisible + popup message fonctionnelle ===== */
.lovoo-card .card-info{
  bottom:142px!important;
  z-index:8!important;
}
.lovoo-card .card-info p{
  max-width:calc(100% - 20px)!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
}
.lovoo-card .swipe-actions{
  margin-top:-86px!important;
  padding-bottom:18px!important;
}
.lovoo-card .round-action{
  position:relative!important;
  z-index:30!important;
}
.direct-modal-v46{position:fixed;inset:0;z-index:20000;background:rgba(5,10,25,.42);display:flex;align-items:center;justify-content:center;padding:18px;}
.direct-modal-v46[hidden]{display:none!important;}
.direct-card-v46{position:relative;width:min(460px,100%);background:#fff;border:1px solid var(--line,#d8e9ff);border-radius:28px;padding:24px;box-shadow:0 28px 90px rgba(0,0,0,.30);}
.direct-card-v46 h3{margin:0 42px 8px 0;font-size:24px;}
.direct-sub-v46{margin:0 0 16px;color:var(--muted,#5e6380);font-weight:800;}
.direct-close-v46{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:999px;background:#f3f6fb;font-size:24px;font-weight:950;cursor:pointer;}
.direct-popup-form-v46{display:grid;gap:12px;}
.direct-popup-form-v46 textarea{width:100%;min-height:135px;border-radius:20px;resize:vertical;}
.direct-send-v46{border:0;border-radius:999px;background:var(--accent,#ff2d8f);color:#fff;font-weight:950;padding:14px 18px;cursor:pointer;box-shadow:0 12px 28px color-mix(in srgb,var(--accent,#ff2d8f) 30%,transparent);}
.direct-send-v46:disabled{opacity:.65;cursor:wait;}
.direct-toast-v46{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:20001;background:#111827;color:#fff;border-radius:999px;padding:13px 18px;font-weight:950;box-shadow:0 18px 50px rgba(0,0,0,.24);max-width:calc(100vw - 28px);text-align:center;}
.direct-toast-v46.error{background:#ff2d55;}

@media(min-width:901px){
  .discover-screen-v46 .lovoo-card{max-width:450px!important;}
  .discover-screen-v46 .card-photo{height:min(640px,calc(100dvh - 260px))!important;min-height:540px!important;}
  .discover-screen-v46 .card-info{bottom:136px!important;}
}

@media(max-width:900px){
  html.discover-fixed-v46,body.discover-fixed-v46{height:100dvh!important;overflow:hidden!important;}
  body.discover-fixed-v46 .app-main{height:calc(100dvh - 76px - 84px)!important;overflow:hidden!important;padding:10px 12px 0!important;}
  .discover-screen-v46{height:100%!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:16px!important;margin:0!important;border-radius:0!important;}
  .discover-screen-v46 .discover-head{flex:0 0 auto!important;align-items:flex-start!important;margin-bottom:8px!important;}
  .discover-screen-v46 .discover-head h1{font-size:30px!important;line-height:1.05!important;margin:0 0 6px!important;}
  .discover-screen-v46 .discover-head p{margin:0!important;font-size:15px!important;}
  .discover-screen-v46 .filter-drawer{position:absolute!important;left:16px!important;right:16px!important;top:86px!important;z-index:80!important;max-height:calc(100% - 100px)!important;overflow:auto!important;box-shadow:0 20px 60px rgba(0,0,0,.18)!important;}
  .discover-screen-v46 .lovoo-card{flex:1 1 auto!important;min-height:0!important;width:100%!important;max-width:520px!important;margin:6px auto 0!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;}
  .discover-screen-v46 .card-photo{height:calc(100dvh - 76px - 84px - 132px)!important;min-height:0!important;max-height:none!important;border-radius:24px!important;}
  .discover-screen-v46 .card-info{bottom:92px!important;left:18px!important;right:18px!important;max-width:calc(100% - 36px)!important;}
  .discover-screen-v46 .card-info h2{font-size:24px!important;line-height:1.05!important;margin:8px 0 5px!important;}
  .discover-screen-v46 .card-info p{font-size:13px!important;max-width:100%!important;overflow:visible!important;white-space:nowrap!important;}
  .discover-screen-v46 .mini-pill{padding:8px 12px!important;font-size:13px!important;}
  .discover-screen-v46 .swipe-actions{flex:0 0 auto!important;margin-top:-58px!important;padding-bottom:0!important;gap:26px!important;z-index:35!important;}
  .discover-screen-v46 .round-action{width:58px!important;height:58px!important;font-size:28px!important;}
  .discover-screen-v46 .lv-online-dot{right:9px!important;bottom:9px!important;}
  .direct-card-v46{border-radius:24px;padding:20px;}
  .direct-toast-v46{bottom:98px;}
}

@media(max-width:420px){
  .discover-screen-v46{padding:14px!important;}
  .discover-screen-v46 .discover-head h1{font-size:28px!important;}
  .discover-screen-v46 .card-photo{height:calc(100dvh - 76px - 84px - 122px)!important;}
  .discover-screen-v46 .swipe-actions{gap:22px!important;margin-top:-56px!important;}
  .discover-screen-v46 .round-action{width:56px!important;height:56px!important;}
}

/* ===== LOVINGO V47 : popup icebreaker façon application ===== */
.direct-modal-v47{position:fixed;inset:0;z-index:30000;background:rgba(9,14,25,.58);display:flex;align-items:flex-end;justify-content:center;padding:0;backdrop-filter:blur(3px)}
.direct-modal-v47[hidden]{display:none!important}
.direct-sheet-v47{position:relative;width:min(720px,100%);background:#fff;border-radius:30px 30px 0 0;box-shadow:0 -24px 80px rgba(0,0,0,.28);overflow:hidden;padding:26px 28px max(28px,env(safe-area-inset-bottom))}
.direct-sheet-v47:before{content:"";display:block;width:58px;height:6px;border-radius:99px;background:#d8dbe2;margin:-12px auto 24px}
.direct-sheet-head-v47{display:flex;align-items:center;justify-content:center;position:relative;min-height:44px;border-bottom:1px solid #edf0f5;padding-bottom:18px}
.direct-sheet-head-v47 h3{margin:0;font-size:23px;font-weight:950;text-align:center}
.direct-balance-v47{position:absolute;right:0;top:2px;display:inline-flex;align-items:center;gap:5px;background:#e8f5ff;color:#1385d8;border-radius:999px;padding:8px 12px;font-weight:950}
.direct-close-v47{position:absolute;right:16px;top:12px;width:38px;height:38px;border:0;border-radius:999px;background:#f2f4f8;font-size:24px;line-height:1;cursor:pointer;z-index:2}
.direct-sheet-v47>.direct-close-v47{display:none}
.direct-target-v47{display:flex;flex-direction:column;align-items:center;gap:10px;padding:26px 0 22px;border-bottom:1px solid #edf0f5}
.direct-target-v47 img{width:94px;height:94px;object-fit:cover;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.direct-target-v47 strong{font-size:20px}
.direct-form-v47{display:grid;grid-template-columns:1fr 60px;gap:12px;align-items:end;padding-top:22px}
.direct-input-wrap-v47{position:relative}
.direct-input-wrap-v47 textarea{display:block;width:100%;min-height:60px;max-height:150px;resize:none;border:0!important;border-radius:999px!important;background:#f4f4f6!important;padding:19px 74px 17px 22px!important;font-size:17px;line-height:1.35;outline:none;box-shadow:none!important}
.direct-input-wrap-v47 textarea:focus{box-shadow:0 0 0 3px rgba(21,132,220,.16)!important}
.direct-counter-v47{position:absolute;right:20px;bottom:20px;color:#7d828d;font-size:14px}.direct-counter-v47 b{font-weight:500}
.direct-send-v47{width:58px;height:58px;border:0;border-radius:50%;background:#1686dc;color:#fff;font-size:25px;font-weight:950;cursor:pointer;box-shadow:0 10px 24px rgba(22,134,220,.28)}
.direct-send-v47:disabled{opacity:.6;cursor:wait}
.direct-info-card-v47{position:relative;width:min(440px,calc(100% - 28px));background:#fff;border-radius:28px;padding:30px 24px 24px;text-align:center;box-shadow:0 28px 90px rgba(0,0,0,.3);margin:auto}
.direct-info-icon-v47{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#eaf6ff;color:#1686dc;font-size:34px;font-weight:950;margin:4px auto 16px}
.direct-info-card-v47 h3{font-size:25px;margin:0 0 10px}.direct-info-card-v47 p{margin:0;color:#5e6472;line-height:1.5;font-weight:700}
.direct-info-actions-v47{display:grid;gap:10px;margin-top:22px}.direct-info-actions-v47 a,.direct-info-actions-v47 button{display:block;border:0;border-radius:999px;padding:14px 18px;text-decoration:none;font-weight:950;cursor:pointer}
.direct-primary-v47{background:#1686dc;color:#fff}.direct-secondary-v47{background:#f1f4f8;color:#263143}
body.direct-modal-open-v47{overflow:hidden!important}
@media(min-width:761px){.direct-modal-v47{align-items:center;padding:20px}.direct-sheet-v47{border-radius:30px;max-width:620px}.direct-sheet-v47:before{display:none}.direct-sheet-v47>.direct-close-v47{display:block}.direct-sheet-head-v47{padding-right:42px}.direct-balance-v47{right:46px}}
@media(max-width:760px){.direct-sheet-v47{padding:18px 18px max(20px,env(safe-area-inset-bottom));max-height:92dvh}.direct-sheet-head-v47 h3{font-size:20px}.direct-balance-v47{font-size:14px;padding:7px 10px}.direct-target-v47{padding:22px 0 18px}.direct-target-v47 img{width:82px;height:82px}.direct-form-v47{grid-template-columns:1fr 56px}.direct-send-v47{width:54px;height:54px}.direct-input-wrap-v47 textarea{font-size:16px;padding-left:18px!important}}

/* LOVINGO V49 : popup profils floutés + cadeau quotidien */
.unlock-popup-v49,.gift-popup-v49{position:fixed;inset:0;z-index:50000;background:rgba(8,14,28,.62);display:flex;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(5px)}
.unlock-card-v49,.gift-card-v49{position:relative;width:min(440px,100%);background:#fff;border-radius:30px;padding:30px 24px 24px;text-align:center;box-shadow:0 28px 90px rgba(0,0,0,.28);animation:v49pop .18s ease-out}
@keyframes v49pop{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.unlock-close-v49,.gift-close-v49{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f2f5fa;font-size:25px;cursor:pointer}
.unlock-icon-v49,.gift-emoji-v49{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:2px auto 16px;background:#edf6ff;font-size:36px}
.unlock-card-v49 h2,.gift-card-v49 h2{margin:0 0 10px;font-size:27px}.unlock-card-v49 p,.gift-card-v49 p{color:#5d6472;line-height:1.5}
.unlock-balance-v49{margin:16px 0;padding:14px;border-radius:18px;background:#f6f8fc;font-size:18px}.unlock-warning-v49{margin:12px 0;color:#cf204f;font-weight:900}
.unlock-main-v49,.gift-open-v49{display:flex;width:100%;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 18px;background:#168cff;color:#fff!important;font-weight:950;font-size:16px;cursor:pointer}
.unlock-actions-v49{display:grid;gap:10px;margin-top:12px}.unlock-actions-v49 a,.gift-later-v49{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:13px;background:#f1f4f8;color:#20283a!important;font-weight:900}.unlock-actions-v49 .premium{background:linear-gradient(135deg,#ff2f91,#7b2cff);color:#fff!important}.gift-later-v49{margin-top:10px;background:transparent}
.like-profile-card.locked{cursor:pointer}
@media(max-width:600px){.unlock-popup-v49,.gift-popup-v49{align-items:flex-end;padding:0}.unlock-card-v49,.gift-card-v49{border-radius:28px 28px 0 0;padding:28px 20px calc(22px + env(safe-area-inset-bottom))}}


/* LOVINGO V54 FIX — badge profil vérifié bien visible */
.lv-verified{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    padding:0!important;
    margin-left:7px!important;
    border-radius:50%!important;
    background:#168cff!important;
    color:#fff!important;
    border:3px solid #fff!important;
    box-shadow:0 0 0 2px #168cff,0 5px 14px rgba(22,140,255,.45)!important;
    font-family:Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1!important;
    vertical-align:middle!important;
    transform:translateY(-1px)!important;
    text-shadow:none!important;
}
@media(max-width:520px){
    .lv-verified{
        width:23px!important;
        height:23px!important;
        min-width:23px!important;
        font-size:15px!important;
        border-width:2px!important;
        box-shadow:0 0 0 2px #168cff,0 4px 11px rgba(22,140,255,.42)!important;
    }
}


/* LOVINGO v61 - profil public complet et live fiable */
.profile-photo-column-v61{display:flex;flex-direction:column;gap:14px;min-width:0}
.profile-bio-under-photo-v61{background:#fff;border:1px solid var(--line,#dbeaff);border-radius:20px;padding:15px 16px;box-shadow:0 8px 22px rgba(31,41,55,.08);text-align:left}
.profile-bio-under-photo-v61 strong{display:block;margin-bottom:7px;font-size:1rem}
.profile-bio-under-photo-v61 p{margin:0;line-height:1.55;overflow-wrap:anywhere}
.profile-public-v25 .clean-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.profile-public-v25 .clean-chips span{max-width:100%;white-space:normal;overflow-wrap:anywhere}
.live-card-v40 .lv-online-dot{display:none!important}
@media(max-width:900px){.profile-photo-column-v61{width:100%}.profile-bio-under-photo-v61{margin-top:12px}.profile-identity{padding-top:18px}}

/* LOVINGO V55 */
.chat-row p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:100%;overflow-wrap:anywhere}
.filter-v55 label,.filter-drawer label{display:grid;gap:7px;font-weight:850}.filter-locked-v55{display:grid;gap:4px;padding:12px 15px;border-radius:16px;background:#edf6ff}.filter-locked-v55 small{color:#667085}
.swipe-card-v55{position:relative;touch-action:pan-y;will-change:transform;transition:transform .25s ease,opacity .25s ease}.swipe-card-v55.dragging{transition:none}.swipe-stamp-v55{position:absolute;z-index:20;top:26%;padding:10px 16px;border:4px solid;border-radius:12px;font-size:28px;font-weight:1000;opacity:0;pointer-events:none}.swipe-like-v55{left:22px;color:#13a85a;border-color:#13a85a;transform:rotate(-12deg)}.swipe-pass-v55{right:22px;color:#ef3340;border-color:#ef3340;transform:rotate(12deg)}
.support-chat-v39{height:calc(100dvh - 190px)!important;min-height:520px;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden!important}.support-chat-v39 .chat-box{min-height:0!important;height:auto!important;overflow-y:auto!important}.support-chat-v39 .chat-form{position:static!important}.support-closed-v55{padding:18px;border-radius:18px;background:#fff4db;display:grid;gap:10px}.premium-manage-v55{border:2px solid #ffd45a!important;background:linear-gradient(145deg,#fffaf0,#fff)!important}
@media(max-width:700px){.support-chat-v39{height:calc(100dvh - 145px)!important;margin:0!important;border-radius:0!important;padding:10px!important}.swipe-stamp-v55{font-size:21px}.filter-drawer label{width:100%}}

.support-v39{height:calc(100dvh - 190px)!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr)}.support-v39 .support-grid-v32{min-height:0!important;height:100%!important;overflow:hidden!important}.support-v39 .support-thread-list{overflow-y:auto!important;min-height:0!important}.support-v39 .support-thread-panel{min-height:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden!important}.support-v39 .support-thread-panel .chat-box{min-height:0!important;height:auto!important;overflow-y:auto!important}.support-v39 .support-thread p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.support-archive-note-v55{padding:10px 14px;border-radius:12px;background:#eef6ff;color:#225;font-weight:800}
.logs-head-v55{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.logs-head-v55 h1{margin:0}.logs-head-v55 p{margin:6px 0 0;color:#667085}.logs-head-v55>span{padding:10px 14px;border-radius:999px;background:#edf6ff;color:#087bea;font-weight:900}.logs-list-v55{display:grid;gap:12px}.logs-v55 .log-row-v32{position:relative;margin:0!important;padding:18px 20px 18px 24px!important;border-left:5px solid #168cff!important;box-shadow:0 8px 24px rgba(20,50,90,.07)!important}.logs-v55 .log-row-v32 p{margin:8px 0;overflow-wrap:anywhere}.logs-v55 .log-row-v32 small{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f1f4f8;color:#596273}
@media(max-width:800px){.support-v39{height:calc(100dvh - 145px)!important}.support-v39 .support-grid-v32{grid-template-columns:1fr!important}.support-v39 .support-thread-list{max-height:180px}.logs-head-v55{align-items:flex-start}.logs-head-v55>span{white-space:nowrap}}

/* V55.1 - fin de live explicite */
.live-video-wrap .live-ended-screen{position:absolute;inset:0;width:100%;height:100%;min-height:360px;z-index:20;background:radial-gradient(circle at center,#2b2b35,#101014 62%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.live-video-wrap .live-ended-screen .btn{margin-top:6px}.live-room-v40.is-ended .live-video-wrap{min-height:420px}

/* LOVINGO V55.2 — swipe sur toute la photo */
.swipe-card-v552{position:relative;touch-action:pan-y;will-change:transform;transition:transform .25s ease,opacity .25s ease}
.swipe-card-v552.dragging{transition:none}
.swipe-photo-v552{cursor:grab;user-select:none;-webkit-user-select:none;touch-action:pan-y;position:relative;overflow:hidden}
.swipe-card-v552.dragging .swipe-photo-v552{cursor:grabbing}
.swipe-overlay-v552{position:absolute;inset:0;z-index:18;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .08s linear}
.swipe-overlay-v552 span{display:grid;place-items:center;width:126px;height:126px;border:8px solid currentColor;border-radius:50%;font-size:82px;font-weight:1000;background:rgba(255,255,255,.88);box-shadow:0 18px 55px rgba(0,0,0,.22)}
.swipe-like-v552{color:#16b85f;background:linear-gradient(90deg,rgba(22,184,95,.40),rgba(22,184,95,.08))}
.swipe-pass-v552{color:#ef3340;background:linear-gradient(270deg,rgba(239,51,64,.42),rgba(239,51,64,.08))}
.swipe-actions-v552{justify-content:center!important;gap:0!important}
.swipe-actions-v552 .round-action.msg{margin-inline:auto}
@media(max-width:760px){.swipe-overlay-v552 span{width:96px;height:96px;border-width:7px;font-size:62px}.swipe-actions-v552{margin-top:-58px!important}}

/* LOVINGO V55.4 — boutons visibles + swipe conservé */
.swipe-actions-v554{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;margin-top:-34px!important;position:relative;z-index:30;padding:0 16px 14px!important}
.swipe-actions-v554 form{margin:0!important}
.swipe-actions-v554 .round-action{width:64px!important;height:64px!important;border-radius:50%!important;font-size:31px!important;font-weight:1000!important;display:grid!important;place-items:center!important;box-shadow:0 10px 28px rgba(20,32,56,.20)!important;border:0!important;transition:transform .16s ease,box-shadow .16s ease!important}
.swipe-actions-v554 .round-action:hover{transform:translateY(-2px) scale(1.04)!important;box-shadow:0 14px 32px rgba(20,32,56,.26)!important}
.swipe-pass-button-v554{background:#ef3340!important;color:#fff!important}
.swipe-like-button-v554{background:#16b85f!important;color:#fff!important}
.swipe-actions-v554 .round-action.msg{background:#fff!important;color:#168cff!important;border:2px solid #e2eaf5!important;margin:0!important}
@media(max-width:760px){.swipe-actions-v554{margin-top:-31px!important;gap:16px!important;padding-bottom:12px!important}.swipe-actions-v554 .round-action{width:58px!important;height:58px!important;font-size:28px!important}}

/* LOVINGO V55.6 - cartes live entièrement cliquables */
.live-card-v40,.live-card-v26,.js-live-card{position:relative!important;cursor:pointer!important;pointer-events:auto!important}
.live-card-v40 *,.live-card-v26 *,.js-live-card *{pointer-events:none!important}
.live-grid-v40{position:relative;z-index:1}


/* LOVINGO V55.8 - expérience live */
.live-fullscreen-btn{position:absolute;right:14px;bottom:14px;z-index:12;width:48px;height:48px;border:0;border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font-size:26px;font-weight:900;cursor:pointer;backdrop-filter:blur(8px);box-shadow:0 8px 24px rgba(0,0,0,.28)}
.live-fullscreen-btn:hover{transform:scale(1.05)}
.live-comment{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.live-comment-user{font-weight:950;color:var(--accent);text-decoration:none}
.live-comment-user:hover{text-decoration:underline}
.live-comment-like{margin-left:auto;border:0;border-radius:999px;padding:5px 9px;background:#eaf7ee;color:#11853a;font-weight:900;cursor:pointer;font-size:12px}
.live-comment-like.is-liked{background:#dff6e6;color:#08752f}
.live-room-v18:fullscreen,.live-room-v18.is-native-fullscreen{width:100vw;height:100vh;max-width:none!important;margin:0!important;padding:0!important;background:#000;display:grid!important;grid-template-columns:1fr!important;position:relative;overflow:hidden}
.live-room-v18:fullscreen .live-video-wrap,.live-room-v18.is-native-fullscreen .live-video-wrap{position:absolute;inset:0;border-radius:0!important;width:100%;height:100%;}
.live-room-v18:fullscreen video,.live-room-v18.is-native-fullscreen video{width:100%;height:100%!important;max-height:none!important;object-fit:contain}
.live-room-v18:fullscreen .live-side,.live-room-v18.is-native-fullscreen .live-side{position:absolute;right:18px;top:74px;bottom:18px;width:min(360px,34vw);z-index:15;background:rgba(8,8,14,.52);border-color:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(14px);display:flex;flex-direction:column}
.live-room-v18:fullscreen .live-side h2,.live-room-v18.is-native-fullscreen .live-side h2{color:#fff}
.live-room-v18:fullscreen .live-comments,.live-room-v18.is-native-fullscreen .live-comments{height:auto;flex:1;min-height:0;background:transparent;padding:4px}
.live-room-v18:fullscreen .live-comment,.live-room-v18.is-native-fullscreen .live-comment{background:rgba(255,255,255,.16);color:#fff;box-shadow:none}
.live-room-v18:fullscreen .live-comment-user,.live-room-v18.is-native-fullscreen .live-comment-user{color:#fff}
.live-room-v18:fullscreen .live-comment-form,.live-room-v18.is-native-fullscreen .live-comment-form{position:static!important;background:transparent!important;padding:0!important;margin-top:10px}
.live-room-v18:fullscreen .live-comment-form input,.live-room-v18.is-native-fullscreen .live-comment-form input{background:rgba(255,255,255,.9)}
.live-room-v18:fullscreen .live-fullscreen-btn,.live-room-v18.is-native-fullscreen .live-fullscreen-btn{right:18px;bottom:18px}
.live-ended-toast{position:fixed;right:20px;top:20px;z-index:10050;min-width:280px;background:#17171f;color:#fff;border-radius:18px;padding:18px 48px 18px 20px;box-shadow:0 22px 70px rgba(0,0,0,.28);display:grid;gap:4px;animation:liveToastIn .25s ease}
.live-ended-toast strong{font-size:19px}.live-ended-toast span{opacity:.82}.live-ended-toast button{position:absolute;right:10px;top:8px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:24px;cursor:pointer}
@keyframes liveToastIn{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
@media(max-width:760px){
 .live-room-v18:fullscreen .live-side,.live-room-v18.is-native-fullscreen .live-side{left:8px;right:8px;top:auto;bottom:8px;width:auto;height:min(43vh,360px);border-radius:20px;background:linear-gradient(transparent,rgba(0,0,0,.78) 24%);border:0;box-shadow:none;padding:50px 10px 10px}
 .live-room-v18:fullscreen .live-side h2,.live-room-v18.is-native-fullscreen .live-side h2{display:none}
 .live-room-v18:fullscreen .live-comments,.live-room-v18.is-native-fullscreen .live-comments{mask-image:linear-gradient(transparent,#000 28%);-webkit-mask-image:linear-gradient(transparent,#000 28%)}
 .live-room-v18:fullscreen .live-fullscreen-btn,.live-room-v18.is-native-fullscreen .live-fullscreen-btn{top:12px;right:12px;bottom:auto}
 .live-ended-toast{left:12px;right:12px;top:12px;min-width:0}
}


/* LOVINGO V55.10 - fermeture plein écran visible */
.live-room-v18:fullscreen .live-fullscreen-btn,
.live-room-v18.is-native-fullscreen .live-fullscreen-btn{
  position:fixed!important;
  top:16px!important;
  right:16px!important;
  bottom:auto!important;
  z-index:2147483647!important;
  width:52px!important;
  height:52px!important;
  background:rgba(12,12,18,.78)!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 12px 35px rgba(0,0,0,.42)!important;
}
.live-room-v18:fullscreen .live-fullscreen-btn::after,
.live-room-v18.is-native-fullscreen .live-fullscreen-btn::after{
  content:'Quitter';
  position:absolute;
  right:60px;
  top:50%;
  transform:translateY(-50%);
  padding:7px 10px;
  border-radius:999px;
  background:rgba(12,12,18,.76);
  color:#fff;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
@media(max-width:760px){
  .live-room-v18:fullscreen .live-fullscreen-btn,
  .live-room-v18.is-native-fullscreen .live-fullscreen-btn{top:10px!important;right:10px!important;width:48px!important;height:48px!important}
  .live-room-v18:fullscreen .live-fullscreen-btn::after,
  .live-room-v18.is-native-fullscreen .live-fullscreen-btn::after{display:none}
}


/* LOVINGO V57 - Matchs à proximité et connexion Google */
.near-match-badge{position:absolute;top:12px;left:12px;z-index:20;display:inline-flex;align-items:center;gap:5px;background:#13c568;color:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950;box-shadow:0 8px 20px rgba(19,197,104,.35)}
.near-card.is-match .lv-top-badges{top:52px!important}
.google-auth-btn{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;max-width:520px;margin:18px auto 0;padding:13px 18px;border:1px solid #d8dde7;border-radius:14px;background:#fff;color:#202124!important;font-weight:850;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:.18s ease}
.google-auth-btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.12)}
.google-g{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;font-family:Arial,sans-serif;font-size:17px;font-weight:900;color:#4285f4}
.auth-separator{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted);font-weight:800;font-size:13px}.auth-separator:before,.auth-separator:after{content:'';height:1px;flex:1;background:var(--line)}
@media(max-width:600px){.near-match-badge{top:9px;left:9px;padding:6px 8px;font-size:10px}.near-card.is-match .lv-top-badges{top:42px!important}}

/* V59.3 - badges staff visibles sur la photo sans masquer le pseudo */
.near-card .lv-role-badges{bottom:108px!important;max-width:calc(100% - 18px)!important;}
@media(max-width:900px){.near-card .lv-role-badges{bottom:104px!important;}}
@media(max-width:600px){.near-card .lv-role-badges{bottom:96px!important;}.near-card .lv-badge{padding:5px 7px!important;font-size:10px!important;}}

/* LOVINGO V59.4 */
@media(min-width:701px){.like-profile-card .lv-role-badges{left:14px!important;right:auto!important;bottom:58px!important;top:auto!important}.live-card-v40 .lv-role-badges{left:10px!important;bottom:58px!important}}
.interest-picker-v594{border:1px solid var(--line);border-radius:24px;padding:18px;margin:18px 0}.interest-picker-v594 legend{font-size:22px;font-weight:950;padding:0 8px}.interest-picker-v594>p{color:var(--muted)}.interest-picker-v594 section{margin:18px 0}.interest-picker-v594 h3{margin:0 0 10px}.interest-grid-v594{display:flex;flex-wrap:wrap;gap:9px}.interest-grid-v594 label{cursor:pointer}.interest-grid-v594 input{position:absolute;opacity:0}.interest-grid-v594 span{display:inline-flex;padding:10px 13px;border-radius:999px;background:#f3f6fb;border:1px solid #dce5f2;font-weight:850;transition:.18s}.interest-grid-v594 input:checked+span{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 25%,transparent)}.diet-select-v594{border-color:#4b9cff!important;background:#eef7ff!important}.discover-empty-v594{text-align:center;border:1px solid #ffd0e2;background:linear-gradient(145deg,#fff,#fff4f9);border-radius:28px;padding:42px 24px;box-shadow:0 18px 48px rgba(255,47,139,.10)}.discover-empty-icon{font-size:54px}.discover-empty-v594 h2{font-size:28px;margin:10px 0}.discover-empty-v594 p{max-width:650px;margin:0 auto 22px;color:var(--muted);font-weight:700;line-height:1.6}.discover-empty-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.discover-empty-actions .secondary{background:#fff;color:var(--accent);border:1px solid var(--accent)}
@media(max-width:700px){.interest-grid-v594{gap:7px}.interest-grid-v594 span{font-size:13px;padding:9px 11px}.discover-empty-v594{padding:30px 17px;border-radius:22px}}

/* LOVINGO V59.8 - Support staff compact et temps réel */
.support-v598{max-width:1180px!important}
.support-head-v598{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.support-kicker-v598{font-size:12px;font-weight:950;letter-spacing:.1em;color:#168cff}.support-head-v598 h1{margin:4px 0 6px}.support-total-v598{display:grid;place-items:center;min-width:52px;height:52px;padding:0 14px;border-radius:18px;background:linear-gradient(135deg,#168cff,#6c63ff);color:#fff;font-size:20px;font-weight:950;box-shadow:0 12px 28px rgba(22,140,255,.25)}
.support-v39 .support-grid-v32{grid-template-columns:290px minmax(0,1fr)!important;gap:18px!important;align-items:stretch}.support-v39 .support-thread-list{padding:10px!important;display:flex!important;flex-direction:column!important;gap:8px!important;max-height:650px!important;overflow:auto!important;background:#f7faff!important;border:1px solid #dcecff!important;border-radius:24px!important}.support-thread-v598{position:relative!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:11px!important;min-height:66px!important;padding:9px 10px!important;border:1px solid transparent!important;border-radius:18px!important;background:#fff!important;text-decoration:none!important;color:#101326!important;box-shadow:0 5px 16px rgba(25,70,120,.06)!important}.support-thread-v598:hover,.support-thread-v598.active{border-color:#168cff!important;background:#eef7ff!important;transform:translateY(-1px)}.support-thread-v598.has-unread{border-color:#8cc9ff!important}.support-thread-v598 img{width:48px!important;height:48px!important;border-radius:50%!important;object-fit:cover!important}.support-thread-v598 strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:15px!important}.support-count-v598{display:grid!important;place-items:center!important;min-width:28px!important;height:28px!important;padding:0 8px!important;border-radius:999px!important;background:#168cff!important;color:#fff!important;font-size:13px!important;font-weight:950!important;box-shadow:0 6px 15px rgba(22,140,255,.3)!important}.support-v39 .support-thread-panel{min-height:520px!important;border-radius:24px!important;background:linear-gradient(180deg,#fbfdff,#f3f8ff)!important}.support-menu-v598 .badge{margin-left:auto!important}
@media(max-width:760px){.support-head-v598{align-items:center}.support-head-v598 .muted{display:none}.support-v39 .support-grid-v32{grid-template-columns:1fr!important}.support-v39 .support-thread-list{max-height:240px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:auto!important}.support-thread-v598{grid-template-columns:42px minmax(0,1fr) auto!important;min-width:210px!important}.support-thread-v598 img{width:42px!important;height:42px!important}.support-v39 .support-thread-panel{min-height:430px!important}}
@media(max-width:480px){.support-v39{padding:14px!important}.support-v39 .support-thread-list{grid-template-columns:1fr!important;max-height:190px!important}.support-thread-v598{min-width:0!important}.support-total-v598{min-width:44px;height:44px;border-radius:15px}}

/* LOVINGO V59.10 - support staff utilisable et notifications client */
.support-v39.support-v5910{height:auto!important;min-height:0!important;overflow:visible!important;display:block!important}
.support-v5910 .support-grid-v32{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:18px!important;height:min(680px,calc(100dvh - 285px))!important;min-height:520px!important;overflow:hidden!important}
.support-v5910 .support-thread-list{height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important}
.support-v5910 .support-thread-panel{height:100%!important;min-height:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;overflow:hidden!important;padding:14px!important}
.support-v5910 .support-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 4px 10px!important}
.support-v5910 .support-thread-panel .chat-box{height:auto!important;min-height:0!important;overflow-y:auto!important;padding:14px!important;scrollbar-gutter:stable}
.support-v5910 .staff-support-reply-v5910{display:grid!important;grid-template-columns:minmax(0,1fr) 54px!important;gap:10px!important;align-items:end!important;margin:10px 0 0!important;padding:10px!important;border:1px solid #dbeaff!important;border-radius:22px!important;background:#fff!important;position:relative!important;z-index:5!important}
.support-v5910 .staff-support-reply-v5910 .chat-compose-box{min-width:0!important}
.support-v5910 .staff-support-reply-v5910 textarea{display:block!important;min-height:54px!important;max-height:130px!important;resize:vertical!important;border:0!important;outline:0!important;padding:12px!important;background:transparent!important}
.support-v5910 .staff-support-reply-v5910 button{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;border-radius:50%!important;border:0!important;background:#168cff!important;color:#fff!important;font-size:20px!important;cursor:pointer!important}
.support-v5910 .staff-support-reply-v5910 button:disabled{opacity:.55!important}
.support-v5910 .support-close-form{margin:8px 0 0!important}
.user-support-menu-v599 .badge,.support-menu-v598 .badge{margin-left:auto!important}
@media(max-width:760px){
 .app-main:has(.support-v5910){padding:8px 0 88px!important}
 .support-v39.support-v5910{margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;padding:12px!important;box-shadow:none!important}
 .support-v5910 .support-head-v598{margin-bottom:8px!important}.support-v5910 .support-head-v598 h1{font-size:28px!important}
 .support-v5910 .support-grid-v32{grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important;height:calc(100dvh - 235px)!important;min-height:560px!important;gap:10px!important;overflow:hidden!important}
 .support-v5910 .support-thread-list{display:flex!important;flex-direction:row!important;gap:8px!important;height:auto!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding:7px!important;scroll-snap-type:x proximity}
 .support-v5910 .support-thread-v598{flex:0 0 164px!important;min-width:164px!important;grid-template-columns:38px minmax(0,1fr) auto!important;min-height:54px!important;padding:7px!important;scroll-snap-align:start}
 .support-v5910 .support-thread-v598 img{width:38px!important;height:38px!important}
 .support-v5910 .support-thread-panel{min-height:0!important;height:100%!important;border-radius:20px!important;padding:9px!important;grid-template-rows:auto minmax(0,1fr) auto auto!important}
 .support-v5910 .support-thread-panel .chat-box{padding:8px!important;border-radius:16px!important}
 .support-v5910 .bubble{max-width:88%!important;padding:10px 12px!important}
 .support-v5910 .staff-support-reply-v5910{grid-template-columns:minmax(0,1fr) 50px!important;padding:7px!important;margin-top:7px!important}
 .support-v5910 .staff-support-reply-v5910 textarea{min-height:48px!important;padding:9px!important}
 .support-v5910 .staff-support-reply-v5910 button{width:50px!important;height:50px!important}
 .support-v5910 .support-close-form .btn{padding:10px 16px!important;font-size:13px!important}
}
@media(max-width:430px){
 .support-v5910 .support-grid-v32{height:calc(100dvh - 220px)!important;min-height:520px!important}
 .support-v5910 .support-thread-v598{flex-basis:145px!important;min-width:145px!important}
}
/* V67 live moderation */
.live-side-title-v67{display:flex;align-items:center;justify-content:space-between;gap:10px}.live-side-title-v67 h2{margin:0}.live-report-host-v67,.live-share-btn-v67{border:0;border-radius:12px;padding:9px 11px;font-weight:850;cursor:pointer;background:#fff0f3;color:#d92d4d}.live-share-btn-v67{background:#eef6ff;color:#168cff;font-size:12px}.live-participants-v67{display:grid;gap:8px;padding:10px;border:1px solid #e2edf9;border-radius:16px;background:#f8fbff;max-height:180px;overflow:auto}.live-participants-v67>strong{font-size:13px}.live-participants-v67>small{color:#667085}.live-participant-v67{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px;background:#fff;border-radius:12px}.live-participant-v67>span{display:flex;align-items:center;gap:7px;min-width:0;font-weight:800;font-size:12px}.live-participant-v67 img{width:28px;height:28px;border-radius:50%;object-fit:cover}.live-participant-v67>div{display:flex;gap:4px}.live-participant-v67 button{width:30px;height:30px;border:0;border-radius:9px;background:#eef6ff;cursor:pointer}.live-video-wrap{position:relative}#cameraPreviewV67{position:absolute;right:18px;bottom:18px;width:min(24%,240px);aspect-ratio:16/9;object-fit:cover;border:3px solid #fff;border-radius:16px;z-index:4;box-shadow:0 10px 30px rgba(0,0,0,.3)}
@media(max-width:700px){.live-side-title-v67{align-items:flex-start}.live-share-btn-v67{max-width:145px}.live-participants-v67{max-height:150px}}

/* LOVINGO V73 — tableau staff, cloche et popup de notification */
.brand-notification-v73{display:flex;align-items:center;justify-content:center;gap:10px;position:absolute;left:50%;transform:translateX(-50%)}
.brand-notification-v73 .top-bell{width:42px;height:42px;background:var(--soft);font-size:22px;transition:.18s ease}
.brand-notification-v73 .top-bell:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(22,140,255,.18)}
.notification-toast-v73{position:fixed;z-index:1000;top:90px;left:50%;transform:translate(-50%,-14px);width:min(390px,calc(100vw - 28px));display:grid;grid-template-columns:44px minmax(0,1fr) 28px;gap:11px;align-items:center;padding:13px 14px;background:#fff;border:1px solid #cfe6ff;border-radius:20px;box-shadow:0 20px 60px rgba(18,58,105,.23);opacity:0;pointer-events:none;transition:.25s ease}
.notification-toast-v73.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.notification-toast-v73 .nt-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#ecf6ff;font-size:22px}.notification-toast-v73 strong,.notification-toast-v73 span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-toast-v73 strong{font-size:14px}.notification-toast-v73 span{font-size:13px;color:#687184;margin-top:3px}.notification-toast-v73 button{border:0;background:#f1f4f8;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:18px}
.staff-dashboard-v73{max-width:1040px;margin:26px auto 54px;background:#fff;border:1px solid #d8e9fa;border-radius:32px;padding:32px;box-shadow:0 24px 70px rgba(40,87,130,.13)}
.staff-hero-v73{display:flex;gap:20px;align-items:center;padding:8px 4px 28px;border-bottom:1px solid #e5eef7;margin-bottom:25px}.staff-hero-icon-v73{flex:0 0 72px;width:72px;height:72px;border-radius:22px;display:grid;place-items:center;font-size:34px;background:linear-gradient(145deg,#e9f5ff,#fff2f8);box-shadow:0 13px 30px rgba(22,140,255,.14)}.staff-kicker-v73{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef7ff;color:#0878dd;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.staff-hero-v73 h1{font-size:34px;margin:8px 0 5px}.staff-hero-v73 p{margin:0;color:#667084;font-weight:650}.staff-grid-v73{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.staff-card-v73{position:relative;min-height:176px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:15px;align-content:start;text-decoration:none;color:#151525;padding:22px;border:1px solid #dfeaf5;border-radius:24px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 10px 28px rgba(48,75,102,.07);transition:.2s ease;overflow:hidden}.staff-card-v73:after{content:'';position:absolute;right:-45px;bottom:-55px;width:135px;height:135px;border-radius:50%;background:rgba(22,140,255,.07)}.staff-card-v73:hover{transform:translateY(-4px);border-color:#8cc9ff;box-shadow:0 18px 38px rgba(22,140,255,.15)}.staff-card-icon-v73{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#edf6ff;font-size:28px}.staff-card-v73 h2{font-size:21px;margin:3px 0 7px}.staff-card-v73 p{margin:0;color:#687184;line-height:1.5;font-weight:650}.staff-card-v73>b{grid-column:2;margin-top:14px;color:#168cff;font-size:13px}.staff-card-v73 h2 i{font-style:normal;display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:#ff3864;color:#fff;font-size:12px;margin-left:5px}.staff-card-v73.moderation .staff-card-icon-v73,.staff-card-v73.reports .staff-card-icon-v73{background:#fff0f3}.staff-card-v73.logs .staff-card-icon-v73,.staff-card-v73.checks .staff-card-icon-v73{background:#eefcf4}.staff-card-v73.settings .staff-card-icon-v73{background:#f4efff}.staff-card-v73.support .staff-card-icon-v73{background:#fff6e6}
@media(max-width:760px){.brand-notification-v73{position:static;transform:none;margin:auto}.brand-notification-v73 .brand span{display:none}.brand-notification-v73 .top-bell{position:absolute;right:16px}.notification-toast-v73{top:76px}.staff-dashboard-v73{margin:12px 4px 100px;padding:18px;border-radius:24px}.staff-hero-v73{align-items:flex-start;gap:13px;padding-bottom:20px}.staff-hero-icon-v73{width:54px;height:54px;flex-basis:54px;border-radius:17px;font-size:26px}.staff-hero-v73 h1{font-size:27px}.staff-hero-v73 p{font-size:14px}.staff-grid-v73{grid-template-columns:1fr}.staff-card-v73{min-height:145px;padding:17px;grid-template-columns:50px minmax(0,1fr)}.staff-card-icon-v73{width:50px;height:50px;font-size:24px}.staff-card-v73 h2{font-size:19px}}
.staff-apply-menu-v76{background:linear-gradient(135deg,#fff5d7,#fff)!important;border:1px solid #f5d36f!important;color:#7a5200!important}.staff-apply-menu-v76 small{display:block;font-size:11px;color:#9b7a22;margin-top:3px}
.desktop-primary-v80{display:flex;align-items:center;gap:5px;padding:6px;border:1px solid #dcecff;border-radius:18px;background:linear-gradient(135deg,#fff,#f4f9ff);box-shadow:0 8px 22px rgba(28,103,170,.08)}.desktop-primary-v80 a{padding:10px 15px;border-radius:13px}.desktop-primary-v80 a.active,.desktop-primary-v80 a:hover{background:#e8f4ff;color:#087be5}@media(max-width:900px){.desktop-primary-v80{display:contents}}
.profile-v24{max-width:1120px!important}.profile-v24 .profile-hero-edit{display:grid!important;grid-template-columns:150px 1fr!important;gap:24px!important;align-items:center!important;padding:28px!important;border-radius:32px!important;background:linear-gradient(135deg,#fff 0%,#eef7ff 55%,#fff3f8 100%)!important;border:1px solid #d8eaff!important;box-shadow:0 24px 65px rgba(33,95,155,.12)!important}.profile-v24 .profile-hero-edit img{width:150px!important;height:150px!important;border-radius:36px!important;object-fit:cover!important;box-shadow:0 14px 32px rgba(0,0,0,.18)!important}.profile-v24 .profile-hero-edit h1{font-size:42px!important;margin:4px 0!important}.profile-kicker-v80{font-size:12px;font-weight:950;letter-spacing:.12em;color:#168cff}.profile-edit-toggle-v80{margin-top:14px!important;width:max-content!important}.profile-overview-v80{display:grid;gap:16px;margin:22px 0}.profile-about-v80,.profile-interests-view-v80{padding:22px;border:1px solid #e0eaf5;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(30,70,110,.06)}.profile-about-v80>span,.profile-interests-view-v80>span{font-weight:950;font-size:18px}.profile-about-v80 p{margin:10px 0 0;line-height:1.65;color:#475467}.profile-facts-v80{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-facts-v80 article{display:grid;gap:4px;padding:18px;border-radius:20px;background:linear-gradient(145deg,#fff,#f5f9ff);border:1px solid #e1ebf5;min-width:0}.profile-facts-v80 i{font-style:normal;font-size:25px}.profile-facts-v80 span{color:#667085;font-size:13px}.profile-facts-v80 strong{overflow-wrap:anywhere}.profile-interests-view-v80>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.profile-interests-view-v80 b{padding:9px 13px;border-radius:999px;background:#eafdfb;color:#117f79;border:1px solid #83dfd9}.profile-edit-v80{display:none!important}.profile-edit-v80.is-open{display:block!important;animation:profileOpenV80 .22s ease}@keyframes profileOpenV80{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.profile-gallery-manage-v80{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.profile-gallery-manage-v80 article{position:relative;min-width:0}.profile-gallery-manage-v80 img{width:100%!important;height:130px!important;object-fit:cover!important;border-radius:18px!important}.profile-gallery-manage-v80 button{position:absolute;right:7px;top:7px;width:34px!important;height:34px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#e62f45!important;color:#fff!important;font-size:24px!important;box-shadow:0 6px 18px rgba(150,20,40,.3)!important}.profile-gallery-manage-v80 button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.profile-edit-v80>label,.profile-edit-v80 .grid2>label{padding:14px!important;border:1px solid #e0e9f3!important;border-radius:18px!important;background:#fbfdff!important}.profile-edit-v80 .grid2{gap:14px!important}.profile-edit-v80 .language-box{border:1px solid #dce8f5!important;border-radius:22px!important;padding:18px!important;background:#fbfdff!important}.profile-edit-v80 .language-box label{padding:8px!important;border-radius:12px!important}.profile-edit-v80 .language-box label:has(input:checked){background:#eaf4ff!important;color:#0877d8!important}@media(max-width:800px){.profile-v24 .profile-hero-edit{grid-template-columns:105px 1fr!important;padding:18px!important;gap:16px!important}.profile-v24 .profile-hero-edit img{width:105px!important;height:105px!important;border-radius:27px!important}.profile-v24 .profile-hero-edit h1{font-size:30px!important}.profile-facts-v80{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-edit-toggle-v80{width:100%!important}.profile-edit-v80{padding:16px!important}}@media(max-width:480px){.profile-v24 .profile-hero-edit{grid-template-columns:1fr!important;text-align:center!important}.profile-v24 .profile-hero-edit img{margin:auto!important}.profile-edit-toggle-v80{margin-inline:auto!important}.profile-facts-v80{grid-template-columns:1fr}}
.live-filter-toggle-v81{display:flex!important;margin:18px 0 12px!important}.live-filters-v599.is-hidden-v81{display:none!important}.menu-primary-v81{display:grid;gap:7px;margin:4px 0 14px;padding:10px;border:1px solid #d7e9ff;border-radius:22px;background:linear-gradient(145deg,#eef7ff,#f8fbff);box-shadow:0 10px 28px rgba(18,105,185,.09)}.side-menu .menu-primary-v81 a{padding:13px 14px!important;border-radius:15px!important}.side-menu .menu-primary-v81 a.active{background:#168cff!important;color:#fff!important;box-shadow:0 9px 22px rgba(22,140,255,.28)!important}.side-menu .settings-bottom-v81{margin-top:14px!important;background:#f4f2ff!important;color:#5d3eb3!important}.side-menu .logout-item{margin-top:4px!important;background:#fff1f1!important}.profile-about-v80 header,.profile-interests-view-v80 header,.profile-overview-title-v81{display:flex;align-items:center;justify-content:space-between;gap:14px}.profile-about-v80 header button,.profile-interests-view-v80 header button,.profile-overview-title-v81 button{border:0;border-radius:999px;padding:8px 14px;background:#eaf4ff;color:#0877da;font-weight:900;cursor:pointer}.profile-overview-title-v81{padding:0 4px}.profile-interests-view-v80>div{max-height:180px;overflow:auto;align-content:flex-start}.profile-interests-view-v80 em{color:#667085}.profile-edit-v80 .interest-summary-v595{display:none!important}.profile-edit-v80 .interest-modal-v595{position:static!important;inset:auto!important;z-index:auto!important;display:block!important;margin:24px 0!important}.profile-edit-v80 .interest-backdrop-v595,.profile-edit-v80 .interest-close-v595,.profile-edit-v80 .interest-modal-foot-v595{display:none!important}.profile-edit-v80 .interest-dialog-v595{position:static!important;width:100%!important;height:auto!important;max-height:none!important;display:block!important;overflow:visible!important;border:1px solid #ffd0e2!important;border-radius:26px!important;box-shadow:0 14px 38px rgba(255,45,133,.08)!important;background:linear-gradient(145deg,#fff,#fff8fb)!important}.profile-edit-v80 .interest-modal-head-v595{padding:22px 24px 12px!important}.profile-edit-v80 .interest-search-wrap-v595{margin:0 24px 14px!important;background:#fff!important}.profile-edit-v80 .interest-tabs-v595{padding:0 24px 16px!important}.profile-edit-v80 .interest-modal-body-v595{padding:0 24px 24px!important;max-height:none!important;overflow:visible!important}.profile-edit-v80 .interest-current-v595{max-height:220px;overflow:auto}.profile-edit-v80 .interest-catalog-v595{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}.profile-edit-v80 .interest-category-v595{min-width:0}.profile-edit-v80 .interest-no-scroll{overflow:auto!important}@media(max-width:700px){.profile-edit-v80 .interest-tabs-v595{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-edit-v80 .interest-catalog-v595{grid-template-columns:1fr}.profile-edit-v80 .interest-modal-head-v595,.profile-edit-v80 .interest-modal-body-v595{padding-left:15px!important;padding-right:15px!important}.profile-edit-v80 .interest-search-wrap-v595{margin-left:15px!important;margin-right:15px!important}}
.profile-gallery-view-v82{padding:22px;border:1px solid #dce9f6;border-radius:26px;background:#fff;box-shadow:0 12px 32px rgba(25,75,125,.07)}.profile-gallery-view-v82>header{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.profile-gallery-view-v82>header>div{display:grid;gap:3px}.profile-gallery-view-v82>header span{font-size:19px;font-weight:950}.profile-gallery-view-v82>header small{color:#667085}.profile-gallery-view-v82>header button{border:0;border-radius:999px;padding:9px 15px;background:#eaf4ff;color:#0877da;font-weight:900;cursor:pointer}.profile-gallery-visible-v82{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:13px}.profile-gallery-visible-v82 article{position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#eef4fa}.profile-gallery-visible-v82 img{width:100%;height:100%;object-fit:cover}.profile-gallery-visible-v82 .is-main{outline:3px solid #168cff;outline-offset:-3px}.profile-gallery-visible-v82 .is-main>span{position:absolute;left:8px;bottom:8px;padding:6px 9px;border-radius:999px;background:#168cff;color:#fff;font-size:11px;font-weight:900}.profile-gallery-visible-v82 form{position:absolute;right:8px;top:8px}.profile-gallery-visible-v82 form button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:#ee304b;color:#fff;font-size:25px;cursor:pointer;box-shadow:0 7px 18px rgba(180,20,45,.3)}.profile-facts-v80{grid-template-columns:repeat(4,minmax(0,1fr))!important}.profile-facts-v80 article{min-height:125px!important}.profile-editor-head-v82{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:15px;border-bottom:1px solid #e5edf5}.profile-editor-head-v82 small{font-size:11px;letter-spacing:.12em;color:#168cff;font-weight:950}.profile-editor-head-v82 h2{margin:4px 0 0!important}.profile-editor-head-v82>button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#eef3f8;color:#344054;font-size:28px;cursor:pointer}.profile-edit-block-v82{display:none}.profile-edit-block-v82.is-active{display:block;animation:profileOpenV80 .2s ease}.profile-save-v82{width:100%;margin-top:20px}.profile-edit-v80{max-width:1050px!important;margin-inline:auto!important;border:1px solid #d7e7f7!important;box-shadow:0 22px 65px rgba(24,90,150,.12)!important;background:linear-gradient(145deg,#fff,#fbfdff)!important}.profile-edit-block-v82[data-edit-block=bio] textarea{min-height:260px;font-weight:650;line-height:1.65}.profile-edit-block-v82[data-edit-block=photos]>label{display:block;margin:14px 0}.profile-interests-view-v80>div{max-height:none!important;overflow:visible!important}@media(max-width:850px){.profile-facts-v80{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:500px){.profile-gallery-visible-v82{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-facts-v80{grid-template-columns:1fr!important}.profile-gallery-view-v82>header{align-items:flex-start;flex-direction:column}.profile-gallery-view-v82>header button{width:100%}}
