:root{
  --mv-bg:#f5f6fb;
  --mv-surface:#ffffff;
  --mv-surface-2:#f0f2f8;
  --mv-ink:#171a2f;
  --mv-muted:#72778e;
  --mv-line:#e5e7f0;
  --mv-purple:#6d4aff;
  --mv-pink:#ff477e;
  --mv-cyan:#18b8d8;
  --mv-orange:#ff8a3d;
  --mv-green:#2fbd87;
  --mv-shadow:0 18px 55px rgba(35,31,77,.10);
  --mv-shadow-sm:0 9px 30px rgba(35,31,77,.08);
  --mv-radius:24px;
  --mv-radius-sm:17px;
  --mv-header:76px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}
body{margin:0;min-width:0;max-width:100%;overflow-x:clip;background:var(--mv-bg);color:var(--mv-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button,a{tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img,video,iframe{max-width:100%}
svg{width:1.15em;height:1.15em;fill:currentColor;display:block}
[hidden]{display:none!important}
.mv4-sprite{position:absolute;width:0;height:0;overflow:hidden}
.mv4-progress{position:fixed;z-index:1000;left:0;right:0;top:0;height:3px;background:transparent}
.mv4-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--mv-purple),var(--mv-pink),var(--mv-orange));box-shadow:0 0 16px rgba(255,71,126,.5)}
.mv4-header{height:var(--mv-header);position:sticky;top:0;z-index:150;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,240,.9)}
.mv4-header-inner{max-width:1500px;height:100%;margin:auto;padding:0 28px;display:flex;align-items:center;gap:32px;min-width:0}
.mv4-brand{display:flex;align-items:center;gap:12px;min-width:210px}
.mv4-brand-orb{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#271d56,#7a56ff);color:#fff;box-shadow:0 12px 28px rgba(109,74,255,.3);overflow:hidden}
.mv4-brand-orb:before{content:"";position:absolute;width:38px;height:38px;border:1px solid rgba(255,255,255,.32);border-radius:50%;transform:translate(13px,-12px)}
.mv4-brand-orb b{font-size:22px;position:relative;z-index:2}.mv4-brand-orb i{position:absolute;width:10px;height:10px;border:2px solid #fff;border-radius:50%;right:5px;bottom:5px;background:var(--mv-green)}
.mv4-brand>span:last-child{display:flex;flex-direction:column;line-height:1.1}.mv4-brand strong{font-size:18px;letter-spacing:-.4px}.mv4-brand small{margin-top:5px;font-size:10px;color:var(--mv-muted);font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mv4-desktop-nav{display:flex;align-items:center;gap:5px;flex:1;min-width:0}
.mv4-desktop-nav a{height:42px;padding:0 15px;border-radius:13px;display:flex;align-items:center;gap:8px;color:#686d82;font-size:13px;font-weight:800;white-space:nowrap;transition:.2s}
.mv4-desktop-nav a:hover,.mv4-desktop-nav a.is-active{background:#eeeaff;color:var(--mv-purple)}
.mv4-header-actions{display:flex;align-items:center;gap:9px;margin-left:auto}
.mv4-round-btn,.mv4-menu-btn{width:42px;height:42px;border:1px solid var(--mv-line);background:#fff;border-radius:14px;display:grid;place-items:center;color:#565b70;box-shadow:0 5px 18px rgba(35,31,77,.05)}
.mv4-account{height:48px;min-width:170px;border:1px solid var(--mv-line);background:#fff;border-radius:16px;padding:4px 12px 4px 5px;display:flex;align-items:center;gap:9px;text-align:left;box-shadow:0 6px 20px rgba(35,31,77,.05)}
.mv4-account img{width:38px;height:38px;border-radius:13px;object-fit:cover;background:#eceef5}.mv4-account span{display:flex;flex-direction:column;min-width:0}.mv4-account small{font-size:9px;color:var(--mv-muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mv4-account b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:105px}
.mv4-menu-btn{display:none}
.mv4-main{min-height:calc(100vh - var(--mv-header));width:100%;min-width:0}
.mv4-shell{max-width:1500px;margin:0 auto;padding:24px 28px 70px;display:grid;grid-template-columns:236px minmax(0,1fr) 302px;gap:22px;align-items:start;min-width:0}
.mv4-left-rail,.mv4-right-rail{position:sticky;top:calc(var(--mv-header) + 20px);display:flex;flex-direction:column;gap:16px;min-width:0}
.mv4-rail-nav{display:flex;flex-direction:column;gap:5px}
.mv4-rail-nav a{display:flex;align-items:center;gap:11px;padding:10px;border-radius:16px;color:#62677c;transition:.2s;min-width:0}
.mv4-rail-nav a>span{width:39px;height:39px;border-radius:13px;background:#fff;border:1px solid var(--mv-line);display:grid;place-items:center;flex:0 0 auto;box-shadow:0 5px 16px rgba(35,31,77,.04)}
.mv4-rail-nav a div{min-width:0;display:flex;flex-direction:column}.mv4-rail-nav a b{font-size:13px;color:#3d4258}.mv4-rail-nav a small{font-size:10px;margin-top:2px;color:#9296a8}.mv4-rail-nav a:hover,.mv4-rail-nav a.is-active{background:#fff;box-shadow:var(--mv-shadow-sm)}.mv4-rail-nav a.is-active>span{color:#fff;border-color:transparent;background:linear-gradient(145deg,var(--mv-purple),#9c72ff)}.mv4-rail-nav a.is-active b{color:var(--mv-purple)}
.mv4-rail-card,.mv4-side-card{background:var(--mv-surface);border:1px solid var(--mv-line);border-radius:var(--mv-radius-sm);box-shadow:0 8px 28px rgba(35,31,77,.055);overflow:hidden}
.mv4-account-card{padding:16px;position:relative}.mv4-account-glow{position:absolute;inset:0;background:radial-gradient(circle at 90% 0,rgba(109,74,255,.18),transparent 48%);pointer-events:none}.mv4-account-card>img{width:48px;height:48px;border-radius:16px;object-fit:cover;float:left;margin-right:11px;position:relative}.mv4-account-card>div:nth-of-type(2){min-height:48px;position:relative;display:flex;justify-content:center;flex-direction:column;min-width:0}.mv4-account-card small{color:var(--mv-muted);font-size:10px;font-weight:700}.mv4-account-card b{font-size:13px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mv4-account-card button{width:100%;height:38px;margin-top:13px;border:0;border-radius:12px;background:#eeeaff;color:var(--mv-purple);font-size:11px;font-weight:900;position:relative}
.mv4-live-mini{padding:14px}.mv4-live-mini header,.mv4-side-card>header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.mv4-live-mini header div{display:flex;align-items:center;gap:7px}.mv4-live-mini header i,.mv4-connection-card header i{width:8px;height:8px;border-radius:50%;background:var(--mv-pink);box-shadow:0 0 0 5px rgba(255,71,126,.12);animation:mvPulse 1.8s infinite}.mv4-live-mini header b,.mv4-side-card h3{font-size:12px;margin:0}.mv4-live-mini header button{border:0;background:transparent;color:var(--mv-purple);font-size:10px;font-weight:900}.mv4-room-mini-item{display:flex;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #f0f1f6}.mv4-room-mini-item:first-child{border-top:0}.mv4-room-mini-item span{width:30px;height:30px;border-radius:10px;background:#fff0f5;display:grid;place-items:center}.mv4-room-mini-item div{min-width:0;display:flex;flex-direction:column}.mv4-room-mini-item b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-room-mini-item small{font-size:9px;color:var(--mv-muted);margin-top:2px}
.mv4-center{min-width:0;display:flex;flex-direction:column;gap:18px}
.mv4-hero{min-height:365px;border-radius:30px;padding:38px 40px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(260px,.72fr);align-items:center;background:linear-gradient(135deg,#17122f 0%,#312065 50%,#7c3aed 100%);color:#fff;box-shadow:0 24px 65px rgba(54,35,119,.28)}
.mv4-hero:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-180px;top:-250px;background:radial-gradient(circle,rgba(255,129,178,.58),rgba(255,71,126,0) 65%)}.mv4-hero:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;left:-150px;bottom:-250px;background:radial-gradient(circle,rgba(24,184,216,.45),rgba(24,184,216,0) 68%)}
.mv4-hero-copy{position:relative;z-index:2}.mv4-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.14em;color:#dcd3ff}.mv4-eyebrow i{width:7px;height:7px;background:#70f4c5;border-radius:50%;box-shadow:0 0 0 5px rgba(112,244,197,.12)}
.mv4-hero h1{font-size:clamp(35px,4vw,56px);letter-spacing:-2.7px;line-height:.98;margin:18px 0}.mv4-hero h1 em{font-style:normal;color:#ff9bc0}.mv4-hero p{max-width:650px;font-size:14px;line-height:1.7;color:#d9d4ea;margin:0}
.mv4-hero-actions{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}.mv4-chat-cta,.mv4-register-cta{min-width:205px;min-height:57px;border:0;border-radius:17px;padding:8px 14px;display:flex;align-items:center;gap:11px;text-align:left;color:#fff}.mv4-chat-cta{background:linear-gradient(135deg,#ff477e,#ff814b);box-shadow:0 12px 32px rgba(255,71,126,.35)}.mv4-register-cta{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.19)}.mv4-hero-actions svg{font-size:21px}.mv4-hero-actions span{display:flex;flex-direction:column}.mv4-hero-actions b{font-size:12px}.mv4-hero-actions small{font-size:9px;color:rgba(255,255,255,.7);margin-top:3px}
.mv4-hero-visual{position:relative;z-index:2;height:260px;display:grid;place-items:center}.mv4-hero-core{width:158px;height:158px;border-radius:50%;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#9c7cff,#4b29b5 62%,#25145f);border:1px solid rgba(255,255,255,.25);box-shadow:0 0 0 16px rgba(255,255,255,.04),0 0 0 34px rgba(255,255,255,.025),0 30px 60px rgba(0,0,0,.28)}.mv4-hero-core div{text-align:center;display:flex;flex-direction:column}.mv4-hero-core b{font-size:34px;letter-spacing:-1px}.mv4-hero-core small{font-size:9px;color:#ddd5ff;text-transform:uppercase;font-weight:800}.mv4-hero-core i{position:absolute;width:14px;height:14px;border-radius:50%;right:17px;bottom:26px;background:#67f0bd;border:3px solid #5b37c6}
.mv4-orbit{position:absolute;border:1px dashed rgba(255,255,255,.22);border-radius:50%;display:flex;align-items:flex-start;justify-content:center;animation:mvRotate 18s linear infinite}.mv4-orbit span{width:42px;height:42px;border-radius:15px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);display:grid;place-items:center;font-size:19px;transform:translateY(-21px);box-shadow:0 10px 28px rgba(0,0,0,.18)}.mv4-orbit-a{width:220px;height:220px}.mv4-orbit-b{width:275px;height:275px;animation-duration:25s;animation-direction:reverse;transform:rotate(90deg)}.mv4-orbit-b span{transform:translateY(-21px) rotate(-90deg)}.mv4-orbit-c{width:330px;height:330px;animation-duration:31s;transform:rotate(210deg)}.mv4-orbit-c span{transform:translateY(-21px) rotate(-210deg)}
.mv4-hero-dot{position:absolute;border-radius:50%;background:#fff}.mv4-hero-dot.d1{width:5px;height:5px;top:26px;right:30px}.mv4-hero-dot.d2{width:8px;height:8px;left:27px;bottom:42px;background:#ff8db7}.mv4-hero-dot.d3{width:4px;height:4px;right:50px;bottom:21px;background:#70f4c5}
.mv4-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mv4-stat-strip article{background:#fff;border:1px solid var(--mv-line);border-radius:18px;padding:14px;display:flex;align-items:center;gap:10px;box-shadow:0 7px 22px rgba(35,31,77,.045)}.mv4-stat-strip article>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center}.mv4-stat-strip .s1{background:#eeeaff;color:var(--mv-purple)}.mv4-stat-strip .s2{background:#e7f9f4;color:var(--mv-green)}.mv4-stat-strip .s3{background:#fff0f5;color:var(--mv-pink)}.mv4-stat-strip .s4{background:#fff4e8;color:var(--mv-orange)}.mv4-stat-strip div{display:flex;flex-direction:column}.mv4-stat-strip b{font-size:17px}.mv4-stat-strip small{font-size:9px;color:var(--mv-muted);font-weight:800;text-transform:uppercase;margin-top:2px}
.mv4-members-strip,.mv4-video-section,.mv4-rooms-section,.mv4-blog-section{background:#fff;border:1px solid var(--mv-line);border-radius:var(--mv-radius);box-shadow:var(--mv-shadow-sm)}
.mv4-members-strip{padding:19px 20px}.mv4-members-strip>header,.mv4-video-section>header,.mv4-blog-section>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:15px}.mv4-members-strip header span,.mv4-feed-head span,.mv4-video-section header span,.mv4-blog-section header span,.mv4-rooms-intro>span{font-size:9px;letter-spacing:.15em;color:var(--mv-purple);font-weight:1000}.mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2{font-size:19px;letter-spacing:-.5px;margin:4px 0 0}.mv4-members-strip header button,.mv4-video-section header button{height:35px;border:1px solid var(--mv-line);background:#fff;border-radius:11px;padding:0 12px;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:900;color:#5f6479}
.mv4-story-wrap{position:relative;min-width:0}.mv4-story-list{display:flex;gap:15px;overflow:auto;scrollbar-width:none;padding:3px 2px 5px;scroll-behavior:smooth;overscroll-behavior-x:contain}.mv4-story-list::-webkit-scrollbar{display:none}.mv4-story-person{width:69px;flex:0 0 69px;border:0;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:6px}.mv4-story-avatar{width:58px;height:58px;border-radius:19px;padding:3px;background:linear-gradient(145deg,#6d4aff,#ff477e,#ffb54a);position:relative}.mv4-story-avatar img{width:100%;height:100%;border-radius:16px;border:2px solid #fff;object-fit:cover;background:#eef0f6}.mv4-story-avatar i{position:absolute;width:12px;height:12px;border:2px solid #fff;background:#a4a8b5;border-radius:50%;right:0;bottom:0}.mv4-story-avatar.is-online i{background:var(--mv-green)}.mv4-story-person b{max-width:69px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-story-person small{font-size:8px;color:var(--mv-muted);max-width:69px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-story-arrow{position:absolute;z-index:5;top:19px;width:30px;height:30px;border-radius:11px;border:1px solid var(--mv-line);background:#fff;box-shadow:0 8px 20px rgba(35,31,77,.13);font-size:20px;display:grid;place-items:center}.mv4-story-arrow.prev{left:-13px}.mv4-story-arrow.next{right:-13px}
.mv4-compose-inline{background:#fff;border:1px solid var(--mv-line);border-radius:21px;padding:12px 14px;display:flex;align-items:center;gap:11px;position:relative;box-shadow:var(--mv-shadow-sm);min-width:0}.mv4-compose-inline>img{width:43px;height:43px;border-radius:14px;object-fit:cover;background:#eef0f6;flex:0 0 auto}.mv4-compose-inline>button{flex:1;min-width:0;border:0;background:#f4f5f9;border-radius:14px;min-height:45px;padding:8px 13px;display:flex;flex-direction:column;text-align:left;color:#555a70}.mv4-compose-inline>button span{font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mv4-compose-inline>button small{font-size:9px;color:#a0a4b3;margin-top:3px}.mv4-compose-icon{width:39px;height:39px;border-radius:13px;background:#eeeaff;color:var(--mv-purple);display:grid;place-items:center;flex:0 0 auto}.mv4-staff-warning{position:absolute;inset:0;border-radius:21px;background:linear-gradient(100deg,#fff9fb,#fff);display:flex;flex-direction:column;justify-content:center;padding:0 20px 0 70px;border:1px solid #ffd7e4}.mv4-staff-warning:before{content:"🔒";position:absolute;left:20px;width:37px;height:37px;border-radius:12px;background:#fff0f5;display:grid;place-items:center}.mv4-staff-warning b{font-size:12px;color:#9c244d}.mv4-staff-warning small{font-size:9px;color:#95687a;margin-top:3px}
.mv4-feed-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:4px}.mv4-feed-head nav{display:flex;gap:4px;padding:4px;background:#eceef4;border-radius:13px}.mv4-feed-head button{height:30px;border:0;background:transparent;border-radius:9px;padding:0 11px;color:#707589;font-size:9px;font-weight:900}.mv4-feed-head button.is-active{background:#fff;color:var(--mv-purple);box-shadow:0 4px 12px rgba(35,31,77,.09)}
.mv4-feed{display:flex;flex-direction:column;gap:14px;min-width:0}.mv4-post{background:#fff;border:1px solid var(--mv-line);border-radius:23px;overflow:hidden;box-shadow:var(--mv-shadow-sm);min-width:0;position:relative}.mv4-post:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:0 4px 4px 0;background:#d6d9e4}.mv4-post[data-type="video"]:before,.mv4-post[data-type="youtube"]:before{background:linear-gradient(var(--mv-pink),var(--mv-orange))}.mv4-post[data-type="image"]:before{background:linear-gradient(var(--mv-purple),var(--mv-cyan))}.mv4-post[data-type="status"]:before{background:linear-gradient(var(--mv-green),var(--mv-cyan))}
.mv4-post-head{display:flex;align-items:center;gap:11px;padding:16px 18px 12px}.mv4-post-head>button:first-child{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:10px;min-width:0;text-align:left}.mv4-post-head img{width:45px;height:45px;border-radius:15px;object-fit:cover;background:#eef0f6;flex:0 0 auto}.mv4-post-author{display:flex;flex-direction:column;min-width:0}.mv4-post-author strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-post-author small{font-size:9px;color:var(--mv-muted);margin-top:3px}.mv4-post-badge{margin-left:auto;align-self:flex-start;font-size:8px;font-weight:1000;padding:5px 7px;border-radius:8px;background:#eeeaff;color:var(--mv-purple);white-space:nowrap}.mv4-delete{width:30px;height:30px;border:0;border-radius:10px;background:#fff2f5;color:#c43c62;display:grid;place-items:center;margin-left:5px}
.mv4-post-body{padding:0 18px 13px;font-size:13px;line-height:1.65;color:#373c52;white-space:pre-wrap;word-break:break-word}.mv4-post-body a{color:var(--mv-purple);font-weight:800}.mv4-post-mood{display:inline-flex;margin-left:6px;font-size:9px;background:#fff4e8;color:#a55a20;padding:4px 7px;border-radius:8px;font-weight:800}
.mv4-post-media{background:#111325;position:relative;overflow:hidden}.mv4-post-media img{display:block;width:100%;max-height:620px;object-fit:contain;background:#f2f3f7;cursor:zoom-in}.mv4-post-media video{display:block;width:100%;max-height:620px;background:#0e1020}.mv4-youtube{position:relative;padding-top:56.25%;background:#111325}.mv4-youtube iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.mv4-post-actions{height:50px;padding:0 16px;display:flex;align-items:center;border-top:1px solid #eff0f5;border-bottom:1px solid #eff0f5}.mv4-post-actions button{height:36px;border:0;background:transparent;border-radius:11px;padding:0 10px;display:flex;align-items:center;gap:7px;color:#6c7185;font-size:10px;font-weight:900}.mv4-post-actions button:hover{background:#f4f5f9}.mv4-post-actions button.is-liked{color:var(--mv-pink)}.mv4-post-actions button.is-liked svg{filter:drop-shadow(0 3px 7px rgba(255,71,126,.28))}.mv4-post-actions time{margin-left:auto;font-size:9px;color:#9b9fad}
.mv4-comments{padding:12px 16px 15px;background:#fbfbfd}.mv4-comment{display:flex;gap:8px;margin-top:9px}.mv4-comment:first-child{margin-top:0}.mv4-comment img{width:29px;height:29px;border-radius:10px;object-fit:cover;flex:0 0 auto}.mv4-comment>div{flex:1;min-width:0;background:#f0f2f7;border-radius:12px;padding:7px 9px;position:relative}.mv4-comment header{display:flex;align-items:center;gap:6px}.mv4-comment b{font-size:9px}.mv4-comment small{font-size:8px;color:#969aaa}.mv4-comment p{font-size:10px;line-height:1.45;margin:4px 0 0;word-break:break-word}.mv4-comment-delete{position:absolute;right:5px;top:5px;width:22px;height:22px;border:0;background:transparent;color:#bb5573;display:grid;place-items:center}.mv4-comment-form{display:flex;gap:7px;margin-top:10px}.mv4-comment-form input{flex:1;min-width:0;height:36px;border:1px solid var(--mv-line);background:#fff;border-radius:11px;padding:0 11px;font-size:10px;outline:0}.mv4-comment-form input:focus{border-color:#bdb0ff;box-shadow:0 0 0 3px #eeeaff}.mv4-comment-form button{width:37px;height:36px;border:0;border-radius:11px;background:var(--mv-purple);color:#fff;display:grid;place-items:center}
.mv4-load-more{align-self:center;height:42px;border:1px solid var(--mv-line);background:#fff;border-radius:13px;padding:0 20px;color:var(--mv-purple);font-size:10px;font-weight:1000;box-shadow:var(--mv-shadow-sm)}
.mv4-feed-skeleton{height:210px;border-radius:23px;border:1px solid var(--mv-line);background:#fff;padding:18px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.mv4-feed-skeleton i{width:46px;height:46px;border-radius:15px;background:#edf0f5}.mv4-feed-skeleton span{height:12px;border-radius:8px;background:linear-gradient(90deg,#eff1f5,#f8f9fb,#eff1f5);background-size:200% 100%;animation:mvShimmer 1.3s infinite}.mv4-feed-skeleton span:nth-child(2){width:45%}.mv4-feed-skeleton span:nth-child(3){width:88%}.mv4-feed-skeleton span:nth-child(4){height:90px;width:100%}
.mv4-video-section{padding:23px}.mv4-video-section header p{font-size:10px;color:var(--mv-muted);margin:5px 0 0}.mv4-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mv4-video-card{border-radius:17px;overflow:hidden;background:#15172a;color:#fff;position:relative;min-height:210px}.mv4-video-card video,.mv4-video-card iframe{width:100%;height:210px;display:block;object-fit:cover;border:0}.mv4-video-meta{width:100%;border:0;background:linear-gradient(135deg,#191b31,#252846);color:#fff;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;text-align:left}.mv4-video-meta div{display:flex;flex-direction:column;min-width:0}.mv4-video-meta>span{font-size:8px;color:#c9c4ff;font-weight:1000;white-space:nowrap}.mv4-video-card b{font-size:11px}.mv4-video-card small{font-size:9px;color:#d5d7e0;margin-top:4px}
.mv4-rooms-section{display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden}.mv4-rooms-intro{padding:30px;background:linear-gradient(150deg,#15172c,#2e265e);color:#fff}.mv4-rooms-intro>span{color:#aaa0ff}.mv4-rooms-intro h2{font-size:26px;letter-spacing:-1px;line-height:1.08;margin:10px 0}.mv4-rooms-intro p{font-size:11px;color:#c9c7d8;line-height:1.6}.mv4-rooms-intro button{margin-top:13px;height:43px;border:0;border-radius:13px;padding:0 15px;background:linear-gradient(135deg,var(--mv-pink),var(--mv-orange));color:#fff;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:1000}.mv4-room-grid{padding:19px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mv4-room-card{min-height:73px;border:1px solid var(--mv-line);background:#fff;border-radius:15px;padding:10px;display:flex;align-items:center;gap:9px;text-align:left;min-width:0;transition:.2s}.mv4-room-card:hover{transform:translateY(-2px);box-shadow:var(--mv-shadow-sm)}.mv4-room-card>span{width:36px;height:36px;border-radius:12px;background:#fff0f5;display:grid;place-items:center;flex:0 0 auto}.mv4-room-card div{display:flex;flex-direction:column;min-width:0}.mv4-room-card b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-room-card small{font-size:8px;color:var(--mv-muted);margin-top:3px}.mv4-room-card em{margin-left:auto;font-style:normal;font-size:8px;color:var(--mv-purple);font-weight:1000}
.mv4-blog-section{padding:23px}.mv4-blog-section header a{font-size:10px;color:var(--mv-purple);font-weight:1000}.mv4-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mv4-blog-grid article{border:1px solid var(--mv-line);border-radius:16px;overflow:hidden;background:#fff}.mv4-blog-image{height:120px;display:block;background-position:center;background-size:cover;position:relative}.mv4-blog-image:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.45))}.mv4-blog-image span{position:absolute;z-index:2;left:9px;bottom:9px;background:rgba(255,255,255,.92);color:#43369b;border-radius:7px;padding:4px 6px;font-size:7px;font-weight:1000}.mv4-blog-grid article>div{padding:11px}.mv4-blog-grid small{font-size:8px;color:var(--mv-muted)}.mv4-blog-grid h3{font-size:11px;line-height:1.35;margin:5px 0}.mv4-blog-grid p{font-size:9px;line-height:1.5;color:#73778a;margin:0}
.mv4-right-rail{gap:14px}.mv4-side-card{padding:16px}.mv4-side-card>header h3{font-size:12px}.mv4-side-card>header>span{font-size:8px;padding:4px 6px;border-radius:7px;background:#e7f9f4;color:#228866;font-weight:1000}.mv4-side-card>header>svg{color:var(--mv-pink)}.mv4-connection-card{background:linear-gradient(145deg,#fff,#f6f2ff)}.mv4-connection-card header span{font-size:8px;color:var(--mv-green);display:flex;align-items:center;gap:7px;font-weight:1000}.mv4-connection-card header b{font-size:9px;color:#777c8f}.mv4-connection-card p{font-size:10px;color:#777b8e;line-height:1.5}.mv4-connection-card ul{list-style:none;padding:0;margin:11px 0 0;display:flex;flex-direction:column;gap:7px}.mv4-connection-card li{font-size:9px;font-weight:800;display:flex;align-items:center;gap:7px}.mv4-connection-card li i{width:16px;height:16px;border-radius:6px;background:#e7f9f4;position:relative}.mv4-connection-card li i:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:var(--mv-green);font-size:9px}
.mv4-showcase-list,.mv4-gift-list{display:flex;flex-direction:column}.mv4-showcase-item{display:flex;gap:8px;padding:9px 0;border-top:1px solid #f0f1f5}.mv4-showcase-item:first-child{border-top:0;padding-top:0}.mv4-showcase-item img{width:34px;height:34px;border-radius:11px;object-fit:cover;flex:0 0 auto}.mv4-showcase-item div{min-width:0;display:flex;flex-direction:column}.mv4-showcase-item b{font-size:9px}.mv4-showcase-item p{font-size:9px;line-height:1.4;color:#74788a;margin:3px 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mv4-showcase-item small{font-size:7px;color:#a3a6b2;margin-top:3px}
.mv4-gift-item{display:flex;align-items:center;gap:9px;padding:9px 0;border-top:1px solid #f0f1f5}.mv4-gift-item:first-child{border-top:0;padding-top:0}.mv4-gift-item>span{width:36px;height:36px;border-radius:12px;background:#fff4e8;display:grid;place-items:center;font-size:18px;flex:0 0 auto}.mv4-gift-item div{display:flex;flex-direction:column;min-width:0}.mv4-gift-item b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-gift-item small{font-size:8px;color:var(--mv-muted);margin-top:3px}.mv4-join-card{background:linear-gradient(145deg,#221647,#4c2ba1);color:#fff;border:0}.mv4-join-card>span{font-size:8px;color:#cfc4ff;font-weight:1000;letter-spacing:.15em}.mv4-join-card h3{font-size:18px;line-height:1.12;margin:9px 0}.mv4-join-card p{font-size:9px;line-height:1.55;color:#d7d2e9}.mv4-join-card a{height:38px;border-radius:12px;background:#fff;color:#4c2ba1;display:grid;place-items:center;font-size:9px;font-weight:1000;margin-top:13px}
.mv4-empty{margin:0;color:#9599aa;font-size:10px;line-height:1.5}.mv4-loader{padding:30px;text-align:center;color:var(--mv-muted);font-size:11px}.mv4-error{padding:16px;border:1px solid #ffd4df;background:#fff5f7;color:#a93555;border-radius:15px;font-size:10px;line-height:1.5}
.mv4-footer{max-width:1500px;margin:0 auto 20px;padding:28px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;color:#777b8d}.mv4-footer-brand{display:inline-flex;align-items:center;gap:7px;color:#35394e}.mv4-footer-brand span{color:var(--mv-purple)}.mv4-footer p{font-size:9px;margin:7px 0 0}.mv4-footer nav{display:flex;gap:14px;font-size:9px;font-weight:800}.mv4-footer>small{grid-column:1/-1;font-size:8px;border-top:1px solid var(--mv-line);padding-top:14px}
.mv4-mobile-nav{display:none}
.mv4-drawer{position:fixed;inset:0;z-index:500}.mv4-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(10,12,27,.58);backdrop-filter:blur(4px)}.mv4-drawer>section{position:absolute;right:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;padding:18px;box-shadow:-20px 0 60px rgba(0,0,0,.2);overflow-y:auto;animation:mvDrawer .22s ease}.mv4-drawer header{display:flex;align-items:center;justify-content:space-between}.mv4-drawer header button,.mv4-search-modal header button,.mv4-compose-card header button,.mv4-profile-modal header button{width:36px;height:36px;border:0;border-radius:12px;background:#f0f1f6;display:grid;place-items:center}.mv4-drawer-user{margin:18px 0;padding:13px;border-radius:16px;background:linear-gradient(135deg,#eeeaff,#fff0f5);display:flex;align-items:center;gap:10px}.mv4-drawer-user img{width:46px;height:46px;border-radius:15px;object-fit:cover}.mv4-drawer-user div{display:flex;flex-direction:column}.mv4-drawer-user b{font-size:12px}.mv4-drawer-user small{font-size:9px;color:var(--mv-muted)}.mv4-drawer nav{display:flex;flex-direction:column;gap:5px}.mv4-drawer nav a{height:46px;border-radius:14px;padding:0 13px;display:flex;align-items:center;gap:10px;color:#555a70;font-size:11px;font-weight:800}.mv4-drawer nav a:hover{background:#f2f0ff;color:var(--mv-purple)}.mv4-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.mv4-drawer-actions button,.mv4-drawer-actions a{height:42px;border-radius:13px;border:0;display:grid;place-items:center;font-size:10px;font-weight:1000}.mv4-drawer-actions button{background:var(--mv-purple);color:#fff}.mv4-drawer-actions a{background:#fff0f5;color:#b22d59}
.mv4-search-modal,.mv4-modal,.mv4-profile-modal{position:fixed;inset:0;z-index:600;display:grid;place-items:center;padding:16px}.mv4-search-backdrop,.mv4-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(11,12,28,.63);backdrop-filter:blur(5px)}.mv4-search-modal>section{position:relative;width:min(520px,100%);max-height:min(620px,90vh);overflow:auto;background:#fff;border-radius:23px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.mv4-search-modal header,.mv4-compose-card>header,.mv4-profile-modal>section>header{display:flex;align-items:center;justify-content:space-between}.mv4-search-modal h2,.mv4-compose-card h2{font-size:17px;margin:0}.mv4-search-modal label{height:46px;border:1px solid var(--mv-line);border-radius:14px;padding:0 12px;margin:14px 0;display:flex;align-items:center;gap:8px}.mv4-search-modal label input{border:0;outline:0;flex:1;min-width:0}.mv4-search-result{display:flex;align-items:center;gap:9px;padding:10px;border-radius:14px;border:0;background:#f7f8fb;width:100%;text-align:left;margin-top:7px}.mv4-search-result img{width:42px;height:42px;border-radius:13px;object-fit:cover}.mv4-search-result div{display:flex;flex-direction:column;min-width:0}.mv4-search-result b{font-size:11px}.mv4-search-result small{font-size:8px;color:var(--mv-muted)}.mv4-search-result em{margin-left:auto;font-size:9px;color:var(--mv-purple);font-style:normal;font-weight:1000}
.mv4-compose-card{position:relative;width:min(590px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.3);padding:20px}.mv4-compose-card header span{font-size:8px;color:var(--mv-purple);font-weight:1000;letter-spacing:.15em}.mv4-compose-card header h2{margin-top:4px}.mv4-compose-card form{margin-top:16px}.mv4-compose-author{display:flex;gap:10px;align-items:center}.mv4-compose-author img{width:43px;height:43px;border-radius:14px;object-fit:cover}.mv4-compose-author div{display:flex;flex-direction:column;gap:3px}.mv4-compose-author b{font-size:11px}.mv4-compose-author select{border:0;background:#f2f3f7;color:#6f7386;font-size:9px;border-radius:8px;padding:5px 7px;outline:0}.mv4-compose-card textarea{width:100%;min-height:150px;border:0;outline:0;resize:vertical;padding:17px 0;font-size:14px;line-height:1.6;color:var(--mv-ink)}.mv4-file-preview{border:1px solid var(--mv-line);background:#f7f8fb;border-radius:15px;padding:10px;margin-bottom:10px;font-size:10px;color:var(--mv-muted)}.mv4-file-preview img,.mv4-file-preview video{display:block;width:100%;max-height:260px;object-fit:contain;border-radius:11px;background:#15172a}.mv4-compose-tools{border-top:1px solid var(--mv-line);padding-top:13px;display:flex;align-items:center;justify-content:space-between}.mv4-compose-tools label{height:38px;border-radius:12px;background:#eeeaff;color:var(--mv-purple);padding:0 12px;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:1000}.mv4-compose-tools input{display:none}.mv4-compose-tools small{font-size:8px;color:var(--mv-muted)}.mv4-submit{width:100%;height:46px;margin-top:14px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--mv-purple),#9b6fff);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:1000;box-shadow:0 12px 30px rgba(109,74,255,.25)}
.mv4-profile-modal>section{position:relative;width:min(640px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:25px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.mv4-profile-modal>section>header{position:sticky;top:0;z-index:3;padding:15px 17px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--mv-line)}.mv4-profile-hero{padding:24px;text-align:center;background:linear-gradient(145deg,#1c1738,#5a32bd);color:#fff}.mv4-profile-hero img{width:88px;height:88px;border-radius:29px;object-fit:cover;border:4px solid rgba(255,255,255,.5);box-shadow:0 16px 40px rgba(0,0,0,.22)}.mv4-profile-hero h2{font-size:20px;margin:11px 0 3px}.mv4-profile-hero p{font-size:9px;color:#d8d2ec;margin:0}.mv4-profile-actions{display:flex;justify-content:center;gap:8px;margin-top:13px}.mv4-profile-actions a{height:36px;padding:0 13px;border-radius:11px;background:#fff;color:#4c2ba1;display:flex;align-items:center;font-size:9px;font-weight:1000}.mv4-profile-content-body{padding:18px}.mv4-profile-gifts{display:flex;gap:8px;overflow:auto;margin-bottom:14px}.mv4-profile-gifts span{flex:0 0 auto;min-width:72px;padding:9px;border-radius:13px;background:#fff4e8;text-align:center;font-size:18px}.mv4-profile-gifts small{display:block;font-size:7px;color:#7d6c59;margin-top:3px}.mv4-profile-posts{display:flex;flex-direction:column;gap:10px}.mv4-profile-post-mini{border:1px solid var(--mv-line);border-radius:14px;padding:11px}.mv4-profile-post-mini p{font-size:10px;line-height:1.5;margin:0}.mv4-profile-post-mini img,.mv4-profile-post-mini video{margin-top:8px;border-radius:11px;max-height:230px;width:100%;object-fit:contain;background:#111325}
.mv4-lightbox{position:fixed;inset:0;z-index:800;background:rgba(4,5,13,.93);display:grid;place-items:center;padding:25px}.mv4-lightbox button{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center}.mv4-lightbox img{max-width:94vw;max-height:90vh;object-fit:contain;border-radius:12px}
.mv4-toast{position:fixed;z-index:1000;left:50%;bottom:24px;transform:translateX(-50%);max-width:min(430px,calc(100vw - 28px));background:#171a2f;color:#fff;padding:11px 15px;border-radius:13px;box-shadow:0 18px 50px rgba(0,0,0,.3);font-size:10px;font-weight:800;text-align:center}.mv4-toast.is-error{background:#a83254}.mv4-toast.is-success{background:#218965}.mv4-top-button{position:fixed;z-index:100;right:22px;bottom:22px;width:42px;height:42px;border:0;border-radius:14px;background:var(--mv-purple);color:#fff;box-shadow:0 12px 30px rgba(109,74,255,.3);opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s}.mv4-top-button.is-visible{opacity:1;pointer-events:auto;transform:none}
/* İç sayfa uyumluluğu */
.sy-inner-hero,.sy-content-layout,.sy-card,.sy-section-heading,.sy-blog-grid,.sy-article,.sy-comment-panel,.sy-related,.sy-muted-state{box-sizing:border-box}.sy-inner-hero{max-width:1220px;margin:24px auto 16px;padding:35px;border-radius:26px;background:linear-gradient(135deg,#1b1735,#673bcf);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.sy-inner-hero span{font-size:9px;font-weight:900;letter-spacing:.15em;color:#c5b8ff}.sy-inner-hero h1{font-size:35px;margin:7px 0 0}.sy-primary-button,.sy-secondary-button{height:42px;border:0;border-radius:13px;padding:0 15px;background:linear-gradient(135deg,var(--mv-pink),var(--mv-orange));color:#fff;font-size:10px;font-weight:1000;display:inline-flex;align-items:center;gap:8px}.sy-content-layout{max-width:1220px;margin:0 auto 40px;padding:0 20px;display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;align-items:start}.sy-card{background:#fff;border:1px solid var(--mv-line);border-radius:22px;box-shadow:var(--mv-shadow-sm)}.sy-content-main,.sy-article{padding:22px}.sy-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sy-section-heading h2{font-size:20px;margin:0}.sy-section-heading p{font-size:9px;color:var(--mv-muted);margin:4px 0 0}.sy-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sy-blog-card{border:1px solid var(--mv-line);border-radius:17px;overflow:hidden}.sy-blog-cover{height:180px;background-size:cover;background-position:center;display:block;position:relative}.sy-blog-cover span{position:absolute;left:10px;bottom:10px;background:#fff;color:var(--mv-purple);padding:5px 8px;border-radius:8px;font-size:8px;font-weight:900}.sy-blog-card>div{padding:14px}.sy-blog-card small{font-size:8px;color:var(--mv-muted)}.sy-blog-card h2{font-size:16px;line-height:1.3}.sy-blog-card p{font-size:10px;color:#6e7385;line-height:1.6}.sy-read-more{font-size:9px;color:var(--mv-purple);font-weight:1000}.sy-article-hero{min-height:320px;background-size:cover;background-position:center;border-radius:18px;padding:25px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.sy-article-hero>div{position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.82))}.sy-article-hero>*:not(div){position:relative}.sy-article-hero h1{font-size:34px;line-height:1.1;margin:10px 0}.sy-article-hero span{font-size:9px;font-weight:900}.sy-article-hero p{font-size:9px}.sy-article-content{font-size:13px;line-height:1.8;color:#3d4257;padding:22px 4px;word-break:break-word}.sy-article-content img{height:auto;border-radius:14px}.sy-comment-panel,.sy-approved-comments,.sy-related{border-top:1px solid var(--mv-line);padding-top:19px;margin-top:19px}.sy-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sy-comment-panel label{display:flex;flex-direction:column;gap:5px;margin-bottom:10px;font-size:9px;font-weight:900}.sy-comment-panel input,.sy-comment-panel textarea{border:1px solid var(--mv-line);border-radius:12px;padding:11px;outline:0}.sy-honey{position:absolute!important;left:-9999px!important}.sy-form-message{margin-top:10px;padding:10px;border-radius:10px;font-size:9px}.sy-comment-list article{display:flex;gap:10px;padding:11px 0;border-top:1px solid var(--mv-line)}.sy-comment-list article>span{width:35px;height:35px;border-radius:12px;background:#eeeaff;color:var(--mv-purple);display:grid;place-items:center}.sy-comment-list article>div{flex:1}.sy-comment-list header{display:flex;justify-content:space-between}.sy-comment-list b{font-size:10px}.sy-comment-list small{font-size:8px;color:var(--mv-muted)}.sy-comment-list p{font-size:10px;line-height:1.5}.sy-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sy-related-grid a{border:1px solid var(--mv-line);border-radius:14px;overflow:hidden}.sy-related-grid span{height:100px;background-size:cover;background-position:center;display:block}.sy-related-grid b{display:block;padding:9px;font-size:9px}.sy-muted-state{padding:22px;text-align:center;color:var(--mv-muted);font-size:10px}.sy-content-sidebar{display:flex;flex-direction:column;gap:14px}.sy-sidebar-card{background:#fff;border:1px solid var(--mv-line);border-radius:17px;padding:15px}.sy-sidebar-card h3{font-size:12px;margin:0 0 12px}.sy-sidebar-card a{font-size:10px}.sy-sidebar-list{display:flex;flex-direction:column;gap:9px}
@keyframes mvPulse{50%{opacity:.45;transform:scale(.8)}}
@keyframes mvRotate{to{transform:rotate(360deg)}}
@keyframes mvShimmer{to{background-position:-200% 0}}
@keyframes mvDrawer{from{transform:translateX(100%)}to{transform:none}}
@media(max-width:1260px){
  .mv4-shell{grid-template-columns:210px minmax(0,1fr);max-width:1160px}.mv4-right-rail{display:none}.mv4-desktop-nav a{padding:0 10px}.mv4-account{min-width:150px}.mv4-hero{grid-template-columns:1fr 280px;padding:34px}.mv4-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:960px){
  :root{--mv-header:68px}.mv4-header-inner{padding:0 17px}.mv4-desktop-nav{display:none}.mv4-brand{min-width:0;flex:1}.mv4-account{min-width:0;width:44px;padding:3px}.mv4-account span{display:none}.mv4-account img{width:36px;height:36px}.mv4-menu-btn{display:grid}.mv4-shell{display:block;padding:16px 16px 85px}.mv4-left-rail{display:none}.mv4-center{gap:14px}.mv4-hero{min-height:330px;grid-template-columns:1fr 230px;padding:30px}.mv4-stat-strip{grid-template-columns:repeat(4,1fr)}.mv4-stat-strip article{padding:11px}.mv4-stat-strip article>span{width:34px;height:34px}.mv4-stat-strip b{font-size:14px}.mv4-footer{margin-bottom:72px}
}
@media(max-width:700px){
  body{padding-bottom:72px}.mv4-header{height:62px}.mv4-header-inner{padding:0 12px;gap:8px}.mv4-brand-orb{width:40px;height:40px;border-radius:14px}.mv4-brand strong{font-size:15px}.mv4-brand small{font-size:8px}.mv4-round-btn{display:none}.mv4-menu-btn{width:39px;height:39px}.mv4-shell{padding:10px 9px 20px}.mv4-hero{min-height:0;border-radius:22px;display:block;padding:23px 19px 19px}.mv4-hero h1{font-size:35px;letter-spacing:-1.8px;margin:13px 0}.mv4-hero p{font-size:11px;line-height:1.6}.mv4-hero-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.mv4-chat-cta,.mv4-register-cta{min-width:0;min-height:50px;border-radius:14px;padding:7px 10px}.mv4-hero-actions b{font-size:10px}.mv4-hero-actions small{font-size:7px}.mv4-hero-visual{height:100px;margin-top:12px}.mv4-hero-core{width:90px;height:90px;box-shadow:0 0 0 10px rgba(255,255,255,.04),0 0 0 20px rgba(255,255,255,.025)}.mv4-hero-core b{font-size:23px}.mv4-hero-core small{font-size:6px}.mv4-orbit-a{width:120px;height:120px}.mv4-orbit-b{width:155px;height:155px}.mv4-orbit-c{width:188px;height:188px}.mv4-orbit span{width:31px;height:31px;border-radius:11px;font-size:14px;transform:translateY(-15px)}.mv4-orbit-b span{transform:translateY(-15px) rotate(-90deg)}.mv4-orbit-c span{transform:translateY(-15px) rotate(-210deg)}
  .mv4-stat-strip{grid-template-columns:repeat(2,1fr);gap:7px}.mv4-stat-strip article{border-radius:14px}.mv4-members-strip{padding:15px 13px;border-radius:18px}.mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2{font-size:16px}.mv4-members-strip header button{font-size:0;width:35px;padding:0;justify-content:center}.mv4-story-arrow{display:none}.mv4-story-list{gap:10px}.mv4-story-person{width:61px;flex-basis:61px}.mv4-story-avatar{width:52px;height:52px;border-radius:17px}.mv4-story-avatar img{border-radius:14px}.mv4-compose-inline{border-radius:17px;padding:9px}.mv4-compose-inline>img{width:39px;height:39px}.mv4-compose-inline>button{min-height:39px}.mv4-compose-inline>button small{display:none}.mv4-compose-icon{width:35px;height:35px}.mv4-staff-warning{border-radius:17px;padding-left:58px}.mv4-staff-warning:before{left:12px}.mv4-staff-warning b{font-size:10px}.mv4-staff-warning small{font-size:8px}.mv4-feed-head{align-items:flex-start;flex-direction:column}.mv4-feed-head nav{width:100%;overflow:auto;scrollbar-width:none}.mv4-feed-head button{flex:1;min-width:max-content}.mv4-post{border-radius:18px}.mv4-post-head{padding:13px 13px 10px}.mv4-post-head img{width:41px;height:41px;border-radius:13px}.mv4-post-body{padding:0 13px 11px;font-size:12px}.mv4-post-media img,.mv4-post-media video{max-height:72vh}.mv4-post-actions{padding:0 8px}.mv4-post-actions button{padding:0 7px}.mv4-comments{padding:10px}.mv4-video-section,.mv4-blog-section{padding:16px;border-radius:19px}.mv4-video-grid{grid-template-columns:1fr}.mv4-video-card,.mv4-video-card video,.mv4-video-card iframe{min-height:230px;height:230px}.mv4-rooms-section{grid-template-columns:1fr;border-radius:19px}.mv4-rooms-intro{padding:23px}.mv4-room-grid{padding:13px;grid-template-columns:1fr 1fr;gap:7px}.mv4-room-card{min-height:66px;padding:8px}.mv4-room-card em{display:none}.mv4-blog-grid{grid-template-columns:1fr}.mv4-blog-grid article{display:grid;grid-template-columns:120px 1fr}.mv4-blog-image{height:100%}.mv4-footer{display:block;padding:22px 16px;margin-bottom:0}.mv4-footer nav{flex-wrap:wrap;margin-top:15px}.mv4-mobile-nav{position:fixed;z-index:300;left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom));height:62px;border:1px solid rgba(223,225,235,.95);border-radius:21px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 14px 45px rgba(26,25,58,.18);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:4px}.mv4-mobile-nav a,.mv4-mobile-nav button{height:50px;border:0;background:transparent;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#7b7f91;font-size:8px;font-weight:900}.mv4-mobile-nav svg{font-size:18px}.mv4-mobile-nav .is-active{color:var(--mv-purple);background:#f1edff}.mv4-mobile-nav .mv4-mobile-create{width:52px;height:52px;border-radius:18px;background:linear-gradient(145deg,var(--mv-purple),var(--mv-pink));color:#fff;justify-self:center;transform:translateY(-12px);box-shadow:0 12px 28px rgba(109,74,255,.35)}.mv4-mobile-nav .mv4-mobile-create span{display:none}.mv4-top-button{right:14px;bottom:82px}.mv4-toast{bottom:84px}.mv4-compose-card{padding:16px;border-radius:22px}.mv4-compose-card textarea{min-height:125px}.mv4-search-modal,.mv4-modal,.mv4-profile-modal{padding:9px;align-items:end}.mv4-search-modal>section,.mv4-compose-card,.mv4-profile-modal>section{width:100%;max-height:88svh;border-radius:23px 23px 18px 18px}.sy-inner-hero{margin:10px 9px;padding:22px;border-radius:20px}.sy-inner-hero h1{font-size:26px}.sy-content-layout{display:block;padding:0 9px}.sy-content-sidebar{margin-top:13px}.sy-content-main,.sy-article{padding:14px}.sy-blog-grid{grid-template-columns:1fr}.sy-form-grid{grid-template-columns:1fr}.sy-related-grid{grid-template-columns:1fr}.sy-article-hero{min-height:240px;padding:18px}.sy-article-hero h1{font-size:25px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

.sy-sidebar-connect{background:linear-gradient(145deg,#201744,#5631b8);color:#fff;border:0}.sy-sidebar-connect>span{font-size:8px;letter-spacing:.15em;color:#c8bcff;font-weight:1000}.sy-sidebar-connect h3{font-size:18px;line-height:1.15;margin:9px 0}.sy-sidebar-connect p{font-size:9px;line-height:1.6;color:#dad5eb}.sy-sidebar-connect>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.sy-sidebar-connect button,.sy-sidebar-connect a{height:37px;border:0;border-radius:11px;display:grid;place-items:center;font-size:9px;font-weight:1000}.sy-sidebar-connect button{background:#fff;color:#4c2ba1}.sy-sidebar-connect a{background:rgba(255,255,255,.12);color:#fff}.sy-sidebar-links{display:flex;flex-direction:column;gap:5px}.sy-sidebar-links a{height:37px;border-radius:11px;background:#f4f5f9;padding:0 11px;display:flex;align-items:center;color:#555a70;font-size:9px;font-weight:900}.sy-sidebar-posts{display:flex;flex-direction:column;gap:8px}.sy-sidebar-posts a{display:flex;align-items:center;gap:8px}.sy-sidebar-posts span{width:52px;height:40px;border-radius:9px;background-size:cover;background-position:center;flex:0 0 auto}.sy-sidebar-posts b{font-size:9px;line-height:1.35}.sy-member-v4{max-width:1050px;margin:0 auto 45px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.sy-member-v4>div{background:#fff;border:1px solid var(--mv-line);border-radius:20px;padding:24px;box-shadow:var(--mv-shadow-sm)}.sy-member-v4>div>span{width:38px;height:38px;border-radius:13px;background:#eeeaff;color:var(--mv-purple);display:grid;place-items:center;font-size:10px;font-weight:1000}.sy-member-v4 h2{font-size:18px;margin:14px 0 8px}.sy-member-v4 p{font-size:10px;line-height:1.6;color:var(--mv-muted)}.sy-member-v4 footer{grid-column:1/-1;display:flex;justify-content:center;gap:9px;margin-top:6px}.sy-member-v4 footer a,.sy-member-v4 footer button{height:44px;border-radius:13px;padding:0 18px;display:flex;align-items:center;border:0;font-size:10px;font-weight:1000}.sy-member-v4 footer a{background:var(--mv-purple);color:#fff}.sy-member-v4 footer button{background:#fff0f5;color:#a92e56}@media(max-width:700px){.sy-member-v4{grid-template-columns:1fr;padding:0 9px}.sy-member-v4 footer{grid-column:auto}.sy-member-v4 footer a,.sy-member-v4 footer button{flex:1;justify-content:center}}



/* Meydan V4.2 - portal giriş alanı */
.mv4-login-hero{
  min-height:0;
  display:block;
  padding:18px;
  border-radius:30px;
  border:1px solid rgba(117,99,255,.34);
  background:
    radial-gradient(circle at 8% 10%,rgba(24,184,216,.20),transparent 30%),
    radial-gradient(circle at 92% 12%,rgba(255,71,126,.22),transparent 32%),
    linear-gradient(145deg,#070b22 0%,#10143a 48%,#211052 100%);
  box-shadow:0 25px 70px rgba(16,13,55,.34);
}
.mv4-login-hero:before{width:440px;height:440px;right:-210px;top:-260px;background:radial-gradient(circle,rgba(128,75,255,.42),transparent 67%)}
.mv4-login-hero:after{width:350px;height:350px;left:-190px;bottom:-240px;background:radial-gradient(circle,rgba(0,205,255,.27),transparent 67%)}
.mv4-login-brandline{position:relative;z-index:2;display:flex;align-items:center;gap:12px;padding:2px 4px 16px;border-bottom:1px solid rgba(255,255,255,.10)}
.mv4-login-mark{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#25c5f5,#734cff 58%,#ff3fa4);box-shadow:0 12px 30px rgba(69,89,255,.34);flex:0 0 auto}
.mv4-login-mark svg{font-size:24px}.mv4-login-brandline>div{display:flex;flex-direction:column;min-width:0}.mv4-login-brandline>div>span{font-size:8px;line-height:1;font-weight:1000;letter-spacing:.19em;color:#59dcff}.mv4-login-brandline h1{margin:4px 0 0!important;font-size:22px!important;line-height:1!important;letter-spacing:-.7px!important;color:#fff}.mv4-login-brandline small{font-size:9px;color:#aeb8d9;margin-top:5px;font-weight:750}.mv4-login-brandline>i{margin-left:auto;width:80px;height:2px;border-radius:2px;background:linear-gradient(90deg,#31c8f7,#7a4dff,#ff3ca3)}
.mv4-login-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(315px,390px);gap:18px;padding-top:18px;align-items:stretch}
.mv4-login-showcase{position:relative;min-height:320px;padding:22px 22px 18px;border-radius:23px;overflow:hidden;background:linear-gradient(145deg,rgba(27,35,84,.72),rgba(29,18,74,.46));border:1px solid rgba(135,154,255,.15)}
.mv4-live-label{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(8,13,40,.54);border:1px solid rgba(91,230,255,.18);font-size:9px;font-weight:900;color:#cdd6f8;text-transform:uppercase;letter-spacing:.06em}.mv4-live-label i{width:7px;height:7px;border-radius:50%;background:#45f0ad;box-shadow:0 0 0 5px rgba(69,240,173,.11);animation:mvPulse 1.8s infinite}.mv4-live-label b{font-size:11px;color:#fff}
.mv4-login-showcase h2{position:relative;z-index:2;max-width:470px;margin:20px 0 0;font-size:clamp(29px,3vw,46px);line-height:1.02;letter-spacing:-2px;color:#fff}.mv4-login-showcase h2 em{font-style:normal;background:linear-gradient(90deg,#48d8ff,#b28aff,#ff71be);-webkit-background-clip:text;background-clip:text;color:transparent}
.mv4-chat-features{position:relative;z-index:2;display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.mv4-chat-features span{height:31px;padding:0 10px;border-radius:10px;display:flex;align-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);color:#dfe4ff;font-size:9px;font-weight:850}
.mv4-login-orbit{position:absolute;width:220px;height:220px;right:-18px;bottom:-58px;border-radius:50%;border:1px dashed rgba(138,120,255,.28);display:grid;place-items:center;box-shadow:0 0 0 28px rgba(125,78,255,.025),0 0 0 58px rgba(125,78,255,.018)}.mv4-login-orbit:before,.mv4-login-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(75,210,255,.13)}.mv4-login-orbit:before{inset:27px}.mv4-login-orbit:after{inset:55px}.mv4-login-orbit>b{width:94px;height:94px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(circle at 35% 25%,#946eff,#4827ad 65%,#27125f);box-shadow:0 18px 45px rgba(0,0,0,.38),0 0 0 9px rgba(255,255,255,.035);color:#fff}.mv4-login-orbit strong{font-size:25px}.mv4-login-orbit small{font-size:7px;letter-spacing:.13em;color:#d5ceff}.mv4-login-orbit>span{position:absolute;width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#111634;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.27)}.mv4-login-orbit .o1{left:8px;top:58px}.mv4-login-orbit .o2{right:24px;top:18px}.mv4-login-orbit .o3{right:0;bottom:45px}
.mv4-quick-login{align-self:stretch;padding:21px;border-radius:23px;background:rgba(4,8,28,.79);border:1px solid rgba(38,202,247,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 45px rgba(0,0,0,.22);backdrop-filter:blur(16px);color:#fff}.mv4-quick-login>header span{font-size:8px;font-weight:1000;letter-spacing:.17em;color:#40d2fa}.mv4-quick-login>header h2{font-size:21px;letter-spacing:-.7px;margin:5px 0 18px}.mv4-login-fields{display:flex;flex-direction:column;gap:10px}.mv4-login-fields>label{height:52px;padding:0 12px;border-radius:15px;display:flex;align-items:center;gap:9px;background:#050a1d;border:1px solid #27365f;transition:.2s}.mv4-login-fields>label:focus-within{border-color:#2ed2fb;box-shadow:0 0 0 3px rgba(46,210,251,.10)}.mv4-login-fields>label>svg{font-size:18px;color:#43cdf4;flex:0 0 auto}.mv4-login-fields input[type="text"],.mv4-login-fields input[type="password"]{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:12px;font-weight:750}.mv4-login-fields input::placeholder{color:#7e89aa}.mv4-login-fields>label>button{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#8994b5;display:grid;place-items:center}.mv4-login-fields>label>button:hover,.mv4-login-fields>label>button.is-visible{background:#141b38;color:#58dafe}
.mv4-login-options{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:28px}.mv4-login-options>label{display:flex;align-items:center;gap:7px;color:#b4bdd8;font-size:9px;font-weight:800;cursor:pointer}.mv4-login-options input{position:absolute;opacity:0;pointer-events:none}.mv4-login-options label span{width:17px;height:17px;border-radius:6px;border:1px solid #3a4872;background:#080d24;position:relative}.mv4-login-options input:checked+span{background:linear-gradient(145deg,#31c9f4,#704eff);border-color:transparent}.mv4-login-options input:checked+span:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:1000}.mv4-login-options>button{border:0;background:transparent;color:#70dcfa;font-size:9px;font-weight:900;padding:5px 0}
.mv4-login-submit{height:52px;border:0;border-radius:15px;padding:0 17px;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(100deg,#7248ff,#b82fd2 58%,#ff2f9b);color:#fff;font-size:12px;font-weight:1000;letter-spacing:.04em;box-shadow:0 13px 27px rgba(151,48,218,.32)}.mv4-login-submit b{font-size:19px}.mv4-login-register{height:45px;border-radius:14px;border:1px solid #2a3862;background:#091028;display:flex;align-items:center;justify-content:center;gap:8px;color:#dce2f8;font-size:10px;font-weight:1000}.mv4-login-register:hover{border-color:#6650db;background:#11183a}.mv4-login-status{margin:10px 0 0!important;text-align:center!important;color:#69dcfa!important;font-size:9px!important}
.mv4-login-ready{min-height:247px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.mv4-login-ready img{width:76px;height:76px;border-radius:24px;object-fit:cover;border:3px solid rgba(80,216,255,.44);box-shadow:0 13px 35px rgba(0,0,0,.32)}.mv4-login-ready small{margin-top:12px;color:#7ddfff;font-size:8px;font-weight:1000;letter-spacing:.13em;text-transform:uppercase}.mv4-login-ready strong{margin-top:4px;font-size:20px}.mv4-login-ready button{width:100%;height:50px;margin-top:20px;border:0;border-radius:15px;background:linear-gradient(100deg,#7248ff,#ff2f9b);color:#fff;font-size:11px;font-weight:1000}

/* Durum fotoğrafları için çerçeve */
.mv4-post-media.mv4-media-image{margin:0 18px 16px;padding:7px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#53d7ff 0%,#7650ff 35%,#ff4b9e 72%,#ffb24a 100%);box-shadow:0 13px 30px rgba(79,66,160,.18),inset 0 1px 0 rgba(255,255,255,.7)}
.mv4-post-media.mv4-media-image:before{content:"";position:absolute;inset:2px;border-radius:19px;border:1px solid rgba(255,255,255,.55);pointer-events:none;z-index:2}.mv4-post-media.mv4-media-image img{position:relative;z-index:1;border-radius:16px;background:#f1f3f8;box-shadow:0 6px 18px rgba(13,17,42,.18)}
.mv4-profile-media-frame{display:block;padding:5px;border-radius:15px;background:linear-gradient(135deg,#4bd9ff,#7352ff,#ff4e9d);box-shadow:0 8px 18px rgba(87,66,174,.18)}.mv4-profile-media-frame img{display:block;width:100%;border-radius:11px}

/* Footer yazılımcı alanı */
.mv4-footer{grid-template-columns:minmax(0,1fr) auto;padding:24px 28px;gap:18px}.mv4-footer-main{display:flex;align-items:center;gap:22px;min-width:0}.mv4-footer-main nav{display:flex;gap:14px;flex-wrap:wrap}.mv4-developer-info{min-width:245px;padding:12px 16px;border-radius:16px;border:1px solid var(--mv-line);background:var(--mv-surface);display:grid;grid-template-columns:1fr 1fr;gap:3px 13px;box-shadow:var(--mv-shadow-sm)}.mv4-developer-info span{grid-column:1/-1;font-size:8px;font-weight:1000;letter-spacing:.14em;color:var(--mv-muted)}.mv4-developer-info a{font-size:10px;font-weight:900;color:var(--mv-purple)}.mv4-developer-info a:last-child{color:var(--mv-pink)}.mv4-footer>small{grid-column:1/-1}

@media(max-width:960px){
  .mv4-login-layout{grid-template-columns:minmax(0,1fr) 340px}.mv4-login-showcase{min-height:310px}.mv4-login-orbit{right:-50px}
  .mv4-footer-main{align-items:flex-start;flex-direction:column;gap:10px}
}
@media(max-width:700px){
  .mv4-login-hero{padding:12px;border-radius:22px}.mv4-login-brandline{padding:2px 2px 12px}.mv4-login-mark{width:43px;height:43px;border-radius:14px}.mv4-login-brandline h1{font-size:19px!important}.mv4-login-brandline>i{width:45px}.mv4-login-layout{display:flex;flex-direction:column;gap:10px;padding-top:10px}.mv4-login-showcase{min-height:0;padding:14px;border-radius:18px}.mv4-login-showcase h2{font-size:27px;letter-spacing:-1.3px;margin-top:13px}.mv4-chat-features{margin-top:13px;gap:5px}.mv4-chat-features span{height:27px;padding:0 8px;font-size:8px}.mv4-login-orbit{display:none}.mv4-quick-login{padding:15px;border-radius:19px}.mv4-quick-login>header h2{font-size:18px;margin-bottom:13px}.mv4-login-fields>label{height:48px;border-radius:13px}.mv4-login-submit{height:49px}.mv4-login-register{height:42px}.mv4-login-ready{min-height:220px}
  .mv4-post-media.mv4-media-image{margin:0 10px 12px;padding:5px;border-radius:17px}.mv4-post-media.mv4-media-image:before{border-radius:14px}.mv4-post-media.mv4-media-image img{border-radius:12px}
  .mv4-footer{display:flex;flex-direction:column;padding:20px 14px;gap:12px}.mv4-footer-main{width:100%;gap:9px}.mv4-footer-main nav{margin-top:0}.mv4-developer-info{width:100%;min-width:0}.mv4-footer>small{width:100%}
}

/* Meydan V4.2 - açık renk sohbet girişi */
:root{color-scheme:light}
.mv4-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.mv4-login-hero{
  color:var(--mv-ink);
  border-color:#e3e6ef;
  background:#fff;
  box-shadow:0 22px 60px rgba(35,31,77,.10);
}
.mv4-login-hero:before{right:-230px;top:-290px;background:radial-gradient(circle,rgba(109,74,255,.07),transparent 68%)}
.mv4-login-hero:after{left:-210px;bottom:-260px;background:radial-gradient(circle,rgba(24,184,216,.055),transparent 68%)}
.mv4-login-brandline{border-bottom-color:#eceef4}
.mv4-login-mark{color:#656a7d;background:#f1f2f7;box-shadow:none;border:1px solid #e4e6ee}
.mv4-login-brandline>div>span{color:#73788c}
.mv4-login-brandline h1{color:#171a2f!important}
.mv4-login-brandline small{color:#858a9d}
.mv4-login-brandline>i{background:#dfe2eb}
.mv4-login-showcase{background:#f7f8fb;border-color:#e7e9f1}
.mv4-live-label{background:#fff;border-color:#e6e8f0;color:#73788c;box-shadow:0 7px 20px rgba(35,31,77,.05)}
.mv4-live-label b{color:#26293b}
.mv4-login-showcase h2{color:#1d2033}
.mv4-login-showcase h2 em{background:none;-webkit-background-clip:initial;background-clip:initial;color:#1d2033}
.mv4-chat-features span{background:#fff;border-color:#e5e7ef;color:#656a7e}
.mv4-login-orbit{border-color:#d6d9e3;box-shadow:0 0 0 28px rgba(34,38,63,.018),0 0 0 58px rgba(34,38,63,.012)}
.mv4-login-orbit:before,.mv4-login-orbit:after{border-color:#e0e3eb}
.mv4-login-orbit>b{background:#fff;color:#24283a;border:1px solid #e0e3eb;box-shadow:0 18px 42px rgba(35,31,77,.10),0 0 0 9px rgba(35,31,77,.025)}
.mv4-login-orbit small{color:#81869a}
.mv4-login-orbit>span{background:#fff;border-color:#e2e4ec;box-shadow:0 10px 24px rgba(35,31,77,.08)}
.mv4-quick-login{padding:20px;background:#fff;border-color:#e2e5ed;box-shadow:0 14px 38px rgba(35,31,77,.08);backdrop-filter:none;color:#171a2f}
.mv4-login-fields{gap:10px}
.mv4-login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:5px;border-radius:15px;background:#f1f2f6;border:1px solid #e7e9ef}
.mv4-login-tabs button{height:42px;border:0;border-radius:11px;background:transparent;color:#72778a;font-size:10px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:7px;text-transform:uppercase;letter-spacing:.04em}
.mv4-login-tabs button span{font-size:14px}
.mv4-login-tabs button.is-active{color:#fff;background:linear-gradient(100deg,#6f4cff,#b638d2 58%,#f04591);box-shadow:0 8px 19px rgba(116,68,214,.24)}
.mv4-login-form-head{padding:5px 1px 1px}
.mv4-login-form-head span{display:block;color:#777c90;font-size:8px;font-weight:1000;letter-spacing:.16em}
.mv4-login-form-head h2{margin:4px 0 0;font-size:20px;letter-spacing:-.55px;color:#1c2032}
.mv4-login-input{height:50px;padding:0 12px;border-radius:14px;display:flex;align-items:center;gap:9px;background:#f7f8fb;border:1px solid #e2e5ed;transition:.2s}
.mv4-login-input:focus-within{background:#fff;border-color:#9c8aef;box-shadow:0 0 0 3px rgba(109,74,255,.08)}
.mv4-login-input>svg{font-size:17px;color:#777c90;flex:0 0 auto}
.mv4-login-input input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:#202336;font-size:12px;font-weight:750}
.mv4-login-input input::placeholder{color:#9a9eae}
.mv4-login-input>button{width:34px;height:34px;border:0;border-radius:10px;background:#eceef4;color:#74798b;display:grid;place-items:center}
.mv4-login-input>button:hover,.mv4-login-input>button.is-visible{color:#fff;background:linear-gradient(145deg,#6d4aff,#ff477e)}
.mv4-guest-options{padding:11px;border:1px solid #e5e7ef;border-radius:16px;background:#fafbfc}
.mv4-option-title{margin:0 0 8px 2px;color:#777c8e;font-size:8px;font-weight:1000;letter-spacing:.13em;text-transform:uppercase}
.mv4-gender-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mv4-gender-buttons button{height:41px;border-radius:12px;border:1px solid #e0e3eb;background:#fff;color:#63687b;font-size:10px;font-weight:1000;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:7px}
.mv4-gender-buttons button span{font-size:18px;line-height:1}
.mv4-gender-buttons button[data-gender="Bay"].is-active{color:#fff;border-color:transparent;background:linear-gradient(110deg,#2e9df4,#3772ee);box-shadow:0 8px 18px rgba(46,117,238,.23)}
.mv4-gender-buttons button[data-gender="Bayan"].is-active{color:#fff;border-color:transparent;background:linear-gradient(110deg,#f0529b,#d946b7);box-shadow:0 8px 18px rgba(217,70,183,.22)}
.mv4-avatar-picker{width:100%;min-height:57px;margin-top:8px;padding:6px 8px;border:1px solid #e0e3eb;border-radius:13px;background:#fff;display:flex;align-items:center;gap:9px;text-align:left;color:#303447}
.mv4-avatar-preview{width:43px;height:43px;border-radius:12px;padding:2px;background:linear-gradient(145deg,#6d4aff,#ff477e);display:grid;place-items:center;flex:0 0 auto}
.mv4-avatar-preview img{width:100%;height:100%;border-radius:9px;object-fit:cover;background:#f1f2f7}
.mv4-avatar-picker>span:nth-child(2){display:flex;flex-direction:column;min-width:0}
.mv4-avatar-picker b{font-size:10px}.mv4-avatar-picker small{margin-top:2px;color:#9195a6;font-size:8px}
.mv4-avatar-picker em{margin-left:auto;padding:6px 8px;border-radius:9px;background:#efeaff;color:#6747e4;font-size:8px;font-style:normal;font-weight:1000}
.mv4-login-options{min-height:25px}
.mv4-login-options>label{color:#696e81}
.mv4-login-options label span{border-color:#d4d7e1;background:#fff}
.mv4-login-options>a{color:#6d4aff;font-size:9px;font-weight:900}
.mv4-login-submit:disabled{opacity:.65;cursor:wait}
.mv4-login-register{border-color:#d9dce6;background:#fff;color:#5f43d5}
.mv4-login-register:hover{border-color:#846ff0;background:#f7f5ff}
.mv4-login-status{color:#5f43d5!important}
.mv4-login-ready{color:#202336}
.mv4-login-ready>a{display:block;border-radius:25px}
.mv4-login-ready img{border-color:#e1dafe;box-shadow:0 13px 30px rgba(35,31,77,.12)}
.mv4-login-ready small{color:#6d4aff}
.mv4-avatar-modal{position:fixed;inset:0;z-index:650;display:grid;place-items:center;padding:16px}
.mv4-avatar-modal>section{position:relative;width:min(650px,100%);max-height:min(680px,90vh);overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.28);display:flex;flex-direction:column}
.mv4-avatar-modal>section>header{height:58px;padding:0 17px;border-bottom:1px solid #e8eaf1;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}
.mv4-avatar-modal>section>header b{font-size:14px}
.mv4-avatar-modal>section>header button{width:36px;height:36px;border:0;border-radius:12px;background:#f0f1f6;display:grid;place-items:center}
.mv4-avatar-grid{padding:14px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;overflow:auto;min-height:180px}
.mv4-avatar-grid>button{aspect-ratio:1;border:2px solid transparent;border-radius:15px;padding:3px;background:#f2f3f7;overflow:hidden}
.mv4-avatar-grid>button:hover{border-color:#8c76ed;transform:translateY(-2px)}
.mv4-avatar-grid img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.mv4-avatar-clear{height:44px;margin:0 14px 14px;border:0;border-radius:13px;background:linear-gradient(100deg,#6d4aff,#ff477e);color:#fff;font-size:10px;font-weight:1000;flex:0 0 auto}
.mv4-profile-avatar-link{display:inline-block;border-radius:31px;transition:transform .2s}
.mv4-profile-avatar-link:hover{transform:translateY(-3px) scale(1.02)}
.mv4-profile-hero{background:#f5f6fa;color:#202336;border-bottom:1px solid #e5e7ef}
.mv4-profile-hero p{color:#777c8e}
.mv4-profile-hero img{border-color:#fff;box-shadow:0 14px 35px rgba(35,31,77,.14)}

@media(max-width:700px){
  .mv4-login-hero{background:#fff;border-color:#e4e6ed;box-shadow:0 12px 35px rgba(35,31,77,.08)}
  .mv4-login-showcase{background:#f7f8fb;border-color:#e7e9f0}
  .mv4-quick-login{background:#fff;border-color:#e3e5ec;color:#1b1e30;box-shadow:0 10px 25px rgba(35,31,77,.07)}
  .mv4-login-tabs button{height:40px}
  .mv4-login-form-head h2{font-size:18px}
  .mv4-login-input{height:47px}
  .mv4-guest-options{padding:9px}
  .mv4-gender-buttons button{height:39px}
  .mv4-avatar-picker{min-height:54px}
  .mv4-avatar-modal{padding:8px;align-items:end}
  .mv4-avatar-modal>section{width:100%;max-height:82svh;border-radius:23px 23px 18px 18px}
  .mv4-avatar-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:12px}
}


/* Meydan V4.3 - daha belirgin marka, yukarı taşınmış giriş ve üyelik koruması */
.mv4-header{
  height:82px;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(218,220,235,.96);
  box-shadow:0 8px 28px rgba(35,31,77,.06);
}
.mv4-header-inner{padding-top:8px;padding-bottom:8px}
.mv4-brand{
  min-width:230px;
  padding:7px 13px 7px 8px;
  border:1px solid #e2e0ef;
  border-radius:19px;
  background:linear-gradient(135deg,#fbf9ff 0%,#f3f8ff 52%,#fff6fa 100%);
  box-shadow:0 9px 25px rgba(56,42,118,.09),inset 0 1px 0 #fff;
}
.mv4-brand-orb{width:50px;height:50px;border-radius:17px;box-shadow:0 13px 30px rgba(109,74,255,.34)}
.mv4-brand strong{font-size:19px;color:#20233a}
.mv4-brand small{color:#6d4aff;font-size:9px;letter-spacing:.14em}

.mv4-login-brandline{
  padding:10px 12px;
  border:1px solid #e4e3ef;
  border-radius:18px;
  background:linear-gradient(135deg,#fbf9ff,#f5f9ff 55%,#fff7fb);
  box-shadow:0 8px 22px rgba(35,31,77,.055),inset 0 1px 0 #fff;
}
.mv4-login-mark{width:54px;height:54px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#7652ff,#9b42e6 56%,#f04b93);border:0;box-shadow:0 11px 25px rgba(112,72,215,.28)}
.mv4-login-mark svg{font-size:27px}
.mv4-login-brandline>div>span{color:#7453de;font-size:8px}
.mv4-login-brandline h1{font-size:24px!important}
.mv4-login-brandline small{font-size:10px;color:#72778a}
.mv4-login-brandline>i{width:105px;height:3px;background:linear-gradient(90deg,#7652ff,#d340bd,#ff5c87)}

.mv4-login-layout{grid-template-columns:minmax(0,1fr) minmax(380px,440px);gap:20px;padding-top:14px}
.mv4-quick-login{
  position:relative;
  isolation:isolate;
  padding:25px;
  border-radius:25px;
  border:1px solid #dddaf0;
  background:linear-gradient(145deg,#fbf8ff 0%,#f2f8ff 48%,#fff7fb 100%);
  box-shadow:0 18px 44px rgba(60,43,125,.12),inset 0 1px 0 #fff;
}
.mv4-quick-login:before{
  content:"";
  position:absolute;
  z-index:-1;
  width:160px;
  height:160px;
  right:-60px;
  top:-65px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(118,82,255,.12),transparent 70%);
  pointer-events:none;
}
.mv4-login-fields{gap:12px}
.mv4-login-tabs{padding:6px;border-radius:17px;background:rgba(255,255,255,.78);border-color:#e2e1ed}
.mv4-login-tabs button{height:47px;border-radius:13px;font-size:11px}
.mv4-login-form-head{padding:6px 2px 2px}
.mv4-login-form-head h2{font-size:23px}
.mv4-login-input{height:56px;border-radius:16px;background:#fff;border-color:#dedfeb;box-shadow:0 5px 14px rgba(38,35,77,.035)}
.mv4-login-input input{font-size:13px}
.mv4-guest-options{padding:12px;background:rgba(255,255,255,.72);border-color:#e3e3ed}
.mv4-gender-buttons button{height:44px}
.mv4-avatar-picker{min-height:64px;margin-top:0;padding:8px 10px;border-radius:16px;background:#fff;border-color:#dedfeb;box-shadow:0 5px 14px rgba(38,35,77,.035)}
.mv4-avatar-preview{width:48px;height:48px;border-radius:14px}
.mv4-avatar-preview img{border-radius:11px}
.mv4-avatar-picker b{font-size:11px}
.mv4-avatar-picker small{font-size:9px}
.mv4-avatar-picker em{padding:7px 10px;font-size:9px}
.mv4-login-submit{height:57px;border-radius:16px;font-size:13px}
.mv4-login-register{height:48px;border-radius:15px}
.mv4-quick-login.is-attention{animation:mvLoginAttention 1.55s ease}
.mv4-story-person,.mv4-post-head>button,.mv4-showcase-item,.mv4-search-result,.mv4-video-meta{cursor:pointer}
@keyframes mvLoginAttention{
  0%,100%{box-shadow:0 18px 44px rgba(60,43,125,.12),inset 0 1px 0 #fff}
  35%{box-shadow:0 0 0 5px rgba(109,74,255,.13),0 22px 54px rgba(79,49,172,.20),inset 0 1px 0 #fff;transform:translateY(-2px)}
}

@media(max-width:1100px){
  .mv4-login-layout{display:flex;flex-direction:column;gap:12px}
  .mv4-quick-login{order:-1;width:100%}
  .mv4-login-showcase{order:2;min-height:235px}
}
@media(max-width:700px){
  .mv4-header{height:72px}
  .mv4-header-inner{padding:6px 10px}
  .mv4-brand{min-width:0;padding:5px 8px 5px 5px;border-radius:16px}
  .mv4-brand-orb{width:44px;height:44px;border-radius:15px}
  .mv4-brand strong{font-size:16px}
  .mv4-brand small{font-size:7px;margin-top:4px}
  .mv4-login-hero{padding:10px}
  .mv4-login-brandline{padding:8px 9px;border-radius:16px}
  .mv4-login-mark{width:48px;height:48px;border-radius:16px}
  .mv4-login-brandline h1{font-size:21px!important}
  .mv4-login-brandline small{font-size:8px}
  .mv4-login-brandline>i{width:52px}
  .mv4-login-layout{padding-top:9px}
  .mv4-quick-login{padding:18px;border-radius:21px;background:linear-gradient(145deg,#fbf8ff,#f2f8ff 52%,#fff8fb)}
  .mv4-login-tabs button{height:45px}
  .mv4-login-form-head h2{font-size:21px}
  .mv4-login-input{height:53px}
  .mv4-avatar-picker{min-height:60px}
  .mv4-login-submit{height:54px}
  .mv4-login-showcase{min-height:0;padding:14px}
}
:root{--mv-header:82px}
@media(max-width:700px){:root{--mv-header:72px}}

/* Meydan V4.4 - geniş PC girişi ve yenilenen avatar seçici */
body.mv4-modal-open{overflow:hidden}
.mv4-login-hero{
  background:
    radial-gradient(circle at 7% 8%,rgba(101,205,255,.30),transparent 34%),
    radial-gradient(circle at 93% 8%,rgba(255,118,183,.30),transparent 35%),
    radial-gradient(circle at 50% 105%,rgba(126,86,255,.19),transparent 40%),
    linear-gradient(145deg,#f2edff 0%,#edf7ff 48%,#fff0f7 100%);
  border-color:#d9d1f3;
  box-shadow:0 22px 58px rgba(75,54,145,.14),inset 0 1px 0 rgba(255,255,255,.85);
}
.mv4-login-brandline{background:rgba(255,255,255,.72);backdrop-filter:blur(12px)}
.mv4-brand-live{margin-left:auto;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #e1deef;color:#686d82;font-size:9px;font-weight:900;white-space:nowrap;box-shadow:0 5px 14px rgba(49,42,97,.05)}
.mv4-brand-live i{width:7px;height:7px;border-radius:50%;background:#36cc91;box-shadow:0 0 0 4px rgba(54,204,145,.12)}
.mv4-brand-live b{color:#292d43;font-size:10px}
.mv4-login-brandline>i{margin-left:0}
.mv4-login-layout{display:flex;justify-content:center;align-items:stretch;padding:18px 10px 6px}
.mv4-quick-login{width:min(690px,100%);padding:34px 38px 36px;border-radius:28px;border:1px solid rgba(187,174,230,.75);background:linear-gradient(145deg,rgba(249,245,255,.98),rgba(239,247,255,.98) 52%,rgba(255,244,250,.98));box-shadow:0 24px 58px rgba(65,45,139,.16),0 0 0 7px rgba(255,255,255,.42),inset 0 1px 0 #fff}
.mv4-quick-login:after{content:"";position:absolute;z-index:-1;left:-85px;bottom:-105px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(42,190,255,.13),transparent 70%);pointer-events:none}
.mv4-login-fields{gap:14px}
.mv4-login-tabs{padding:7px;background:rgba(255,255,255,.86)}
.mv4-login-tabs button{height:52px;font-size:12px}
.mv4-login-form-head{padding-top:8px}
.mv4-login-form-head h2{font-size:27px}
.mv4-login-fields>label.mv4-login-input{height:60px;padding:0 15px;border-radius:17px;background:#fff;border-color:#d9dce8;box-shadow:0 7px 18px rgba(45,42,87,.055)}
.mv4-login-fields>label.mv4-login-input:focus-within{border-color:#876cff;box-shadow:0 0 0 4px rgba(118,82,255,.10),0 8px 20px rgba(45,42,87,.06)}
.mv4-login-fields>label.mv4-login-input>svg{color:#6549de}
.mv4-login-fields>label.mv4-login-input input[type="text"],.mv4-login-fields>label.mv4-login-input input[type="password"]{color:#20243a;font-size:14px}
.mv4-login-fields>label.mv4-login-input input::placeholder{color:#9297a9}
.mv4-login-fields>label.mv4-login-input>button{color:#777d91}
.mv4-login-fields>label.mv4-login-input>button:hover,.mv4-login-fields>label.mv4-login-input>button.is-visible{background:#f1edff;color:#6849df}
.mv4-guest-options{padding:14px;border-radius:17px;background:rgba(255,255,255,.82)}
.mv4-gender-buttons button{height:48px;font-size:11px}
.mv4-avatar-picker{min-height:70px;padding:9px 12px;border-radius:18px}
.mv4-avatar-preview{width:52px;height:52px;border-radius:16px}
.mv4-avatar-preview img{border-radius:13px}
.mv4-avatar-picker b{font-size:12px}.mv4-avatar-picker small{font-size:9px}
.mv4-login-submit{height:61px;font-size:14px}.mv4-login-register{height:51px}

.mv4-avatar-modal{padding:20px}
.mv4-avatar-modal>section{z-index:1;width:min(760px,100%);max-height:min(760px,92vh);border:1px solid rgba(255,255,255,.75);border-radius:28px;background:linear-gradient(145deg,#fff,#faf9ff);box-shadow:0 34px 100px rgba(15,13,38,.34)}
.mv4-avatar-modal>section>header{height:auto;min-height:68px;padding:12px 18px;background:linear-gradient(135deg,#f5f1ff,#f0f8ff 55%,#fff3f8)}
.mv4-avatar-modal>section>header>div{display:flex;flex-direction:column;gap:3px}
.mv4-avatar-modal>section>header b{font-size:16px;color:#24273b}
.mv4-avatar-modal>section>header small{font-size:9px;color:#858a9d;font-weight:750}
.mv4-avatar-current{margin:14px 16px 0;padding:10px 12px;border:1px solid #e3e3ed;border-radius:17px;background:#fff;display:flex;align-items:center;gap:11px;box-shadow:0 7px 18px rgba(45,42,87,.05)}
.mv4-avatar-current>span{width:50px;height:50px;padding:3px;border-radius:15px;background:linear-gradient(145deg,#7250ff,#ff4b91);flex:0 0 auto}
.mv4-avatar-current img{display:block;width:100%;height:100%;border-radius:11px;object-fit:cover;background:#eef0f6}
.mv4-avatar-current>div{display:flex;flex-direction:column;min-width:0}.mv4-avatar-current b{font-size:11px;color:#2b2f45}.mv4-avatar-current small{font-size:8px;color:#8a8fa1;margin-top:3px}
.mv4-avatar-grid{padding:16px;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:11px;align-content:start;min-height:250px;background:transparent;scrollbar-color:#c9c1ea transparent}
.mv4-avatar-grid>.mv4-loader,.mv4-avatar-grid>.mv4-empty{grid-column:1/-1}
.mv4-avatar-grid>button{display:grid;place-items:center;width:100%;min-width:0;aspect-ratio:1;border:2px solid transparent;border-radius:18px;padding:4px;background:#f0f2f7;overflow:hidden;box-shadow:0 4px 12px rgba(36,34,74,.05);transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}
.mv4-avatar-grid>button:hover{border-color:#8c76ed;background:#fff;box-shadow:0 10px 22px rgba(78,61,159,.14);transform:translateY(-2px)}
.mv4-avatar-grid>button.is-selected{border-color:#6d4aff;background:#eeeaff;box-shadow:0 0 0 4px rgba(109,74,255,.11)}
.mv4-avatar-grid img{display:block;width:100%;height:100%;border-radius:13px;object-fit:cover;background:#e9ebf2}
.mv4-avatar-empty{padding:38px 15px;text-align:center}
.mv4-avatar-clear{height:48px;margin:0 16px 16px;border-radius:15px}

@media(max-width:1100px){
  .mv4-login-layout{display:flex;padding-left:0;padding-right:0}
  .mv4-quick-login{order:initial;width:min(680px,100%)}
}
@media(max-width:700px){
  .mv4-login-hero{background:linear-gradient(145deg,#f4efff,#eff8ff 52%,#fff1f8);padding:10px}
  .mv4-brand-live{padding:6px 7px;font-size:0}.mv4-brand-live b{font-size:9px}.mv4-brand-live:after{content:" online";font-size:7px;color:#777c90}
  .mv4-login-brandline>i{display:none}
  .mv4-login-layout{padding:9px 0 0}
  .mv4-quick-login{width:100%;padding:18px;border-radius:21px;box-shadow:0 13px 30px rgba(65,45,139,.12),inset 0 1px 0 #fff}
  .mv4-login-fields{gap:11px}
  .mv4-login-tabs button{height:45px;font-size:10px}
  .mv4-login-form-head h2{font-size:21px}
  .mv4-login-fields>label.mv4-login-input{height:53px;border-radius:15px}
  .mv4-guest-options{padding:10px}.mv4-gender-buttons button{height:42px}
  .mv4-avatar-picker{min-height:60px;padding:7px 8px}.mv4-avatar-preview{width:46px;height:46px}
  .mv4-login-submit{height:54px;font-size:12px}.mv4-login-register{height:46px}
  .mv4-avatar-modal{padding:8px;align-items:end}
  .mv4-avatar-modal>section{width:100%;max-height:86svh;border-radius:24px 24px 18px 18px}
  .mv4-avatar-modal>section>header{min-height:62px;padding:10px 14px}
  .mv4-avatar-current{margin:10px 12px 0;padding:8px 9px}.mv4-avatar-current>span{width:44px;height:44px}
  .mv4-avatar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;min-height:210px}
  .mv4-avatar-grid>button{border-radius:15px;padding:3px}.mv4-avatar-grid img{border-radius:11px}
  .mv4-avatar-clear{height:45px;margin:0 12px 12px}
}


/* Meydan V4.5 - tek logo ve dengeli PC giriş ölçüsü */
@media(min-width:701px){
  .mv4-login-hero{padding:16px 18px 18px}
  .mv4-login-layout{padding:0;align-items:flex-start}
  .mv4-quick-login{
    width:min(610px,100%);
    padding:25px 29px 27px;
    border-radius:25px;
    box-shadow:0 20px 48px rgba(65,45,139,.14),0 0 0 6px rgba(255,255,255,.38),inset 0 1px 0 #fff;
  }
  .mv4-login-fields{gap:11px}
  .mv4-login-tabs{padding:6px}
  .mv4-login-tabs button{height:46px;font-size:11px}
  .mv4-login-form-head{padding-top:5px}
  .mv4-login-form-head h2{font-size:24px}
  .mv4-login-fields>label.mv4-login-input{height:54px;border-radius:16px}
  .mv4-guest-options{padding:11px 12px;border-radius:16px}
  .mv4-gender-buttons button{height:43px}
  .mv4-avatar-picker{min-height:64px;padding:8px 11px;border-radius:16px}
  .mv4-avatar-preview{width:48px;height:48px;border-radius:14px}
  .mv4-login-submit{height:55px;font-size:13px}
  .mv4-login-register{height:47px}
}

/* =========================================================
   MEYDAN V5 — Sosyal sayfa geliştirmeleri
   ========================================================= */
.mv4-body.mv4-modal-open{overflow:hidden}
.mv4-rail-label{margin:2px 10px 10px;color:#989cad;font-size:8px;font-weight:1000;letter-spacing:.18em}
.mv4-chat-switch{height:42px;padding:0 14px;border:1px solid #ded8ff;border-radius:14px;background:linear-gradient(135deg,#6844ef,#8b48ed 55%,#e44da1);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:950;box-shadow:0 10px 24px rgba(105,68,239,.19);white-space:nowrap}
.mv4-chat-switch svg{width:16px;height:16px;fill:currentColor}
.mv4-chat-switch:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(105,68,239,.27)}
.mv4-compose-inline.is-locked{position:relative}
.mv4-member-warning,.mv4-staff-warning{position:absolute;inset:0;z-index:3;padding:12px 18px;border-radius:inherit;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;backdrop-filter:blur(7px)}
.mv4-member-warning b,.mv4-staff-warning b{font-size:11px;color:#3a315a}.mv4-member-warning small,.mv4-staff-warning small{margin-top:3px;color:#8d91a1;font-size:9px}

/* Akış kontrolleri */
.mv4-feed-head{align-items:flex-end;gap:16px}
.mv4-feed-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.mv4-feed-controls nav{display:flex;gap:5px;padding:4px;border-radius:13px;background:#eceef5;border:1px solid #e1e3eb}
.mv4-feed-controls button{min-height:31px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#74798c;font-size:8px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}
.mv4-feed-controls button svg{width:12px;height:12px;fill:currentColor}
.mv4-feed-controls button.is-active{background:#fff;color:#6845e4;box-shadow:0 5px 14px rgba(48,42,84,.09)}

/* Daha kompakt ve şık paylaşım kartları */
.mv4-feed{gap:18px}
.mv4-post{border-radius:22px;border:1px solid #e1e4ed;box-shadow:0 15px 38px rgba(39,34,79,.07);overflow:visible}
.mv4-post-head{padding:15px 17px 11px}
.mv4-author-button{min-width:0;display:flex;align-items:center;gap:10px;border:0;background:transparent;text-align:left}
.mv4-author-button>img{width:43px;height:43px;border-radius:14px;object-fit:cover;border:2px solid #fff;box-shadow:0 5px 15px rgba(35,31,77,.12)}
.mv4-post-head-right{margin-left:auto;display:flex;align-items:center;gap:7px;position:relative}
.mv4-post-badge{padding:6px 8px;border-radius:9px;background:#eeeaff;color:#7655eb;font-size:7px;font-weight:1000;letter-spacing:.04em}
.mv4-post-body{padding:5px 18px 13px;font-size:13px;line-height:1.65;color:#303345}
.mv4-post-body a{color:#6949e9;text-decoration:none;word-break:break-all}
.mv4-post-mood{display:inline-flex;margin-left:8px;padding:4px 7px;border-radius:8px;background:#f2efff;color:#6747df;font-size:8px;font-weight:900;vertical-align:middle}

/* Görseller masaüstünde yaklaşık yarı boyut */
.mv4-post-media{overflow:hidden;border:1px solid #e3e5ed;background:#eef0f5}
.mv4-post-media.mv4-media-image{display:block;width:min(54%,520px);margin:2px auto 14px;padding:0;border-radius:19px;cursor:zoom-in}
.mv4-post-media.mv4-media-image img{display:block;width:100%;height:auto;max-height:440px;object-fit:contain;background:#eef0f5}
.mv4-post-media.mv4-media-video{width:min(78%,720px);margin:2px auto 14px;border-radius:19px;aspect-ratio:16/9}
.mv4-post-media.mv4-media-video video,.mv4-post-media.mv4-media-video iframe{display:block;width:100%;height:100%;border:0;object-fit:contain;background:#08090d}
.mv4-post.is-detail .mv4-post-media.mv4-media-image{width:min(76%,760px)}
.mv4-post.is-detail .mv4-post-media.mv4-media-image img{max-height:68vh}
.mv4-post.is-detail .mv4-post-media.mv4-media-video{width:min(90%,900px)}

.mv4-post-actions{margin:0 17px;padding:10px 0;border-top:1px solid #eceef3;display:flex;align-items:center;gap:7px}
.mv4-post-actions button{height:33px;padding:0 10px;border:0;border-radius:10px;background:#f3f4f8;color:#707587;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:900}
.mv4-post-actions button svg{width:15px;height:15px;fill:currentColor}
.mv4-post-actions button em{font-style:normal}
.mv4-post-actions button:hover{background:#ebe8ff;color:#6845e7}
.mv4-post-actions button.is-liked{background:#ffeaf2;color:#f03c7e}
.mv4-post-actions time{margin-left:auto;color:#a0a4b3;font-size:8px;font-weight:800}
.mv4-comments{padding:0 17px 15px}
.mv4-comment{padding:7px 0;display:flex;gap:8px}
.mv4-comment>button{width:31px;height:31px;flex:0 0 auto;border:0;border-radius:10px;background:transparent;padding:0;overflow:hidden}
.mv4-comment>button img{width:100%;height:100%;object-fit:cover}
.mv4-comment>div{min-width:0;flex:1;position:relative;padding:8px 35px 8px 10px;border-radius:12px;background:#f4f5f8}
.mv4-comment header{display:flex;align-items:center;gap:7px}.mv4-comment header button{border:0;background:transparent;padding:0}.mv4-comment header b{font-size:9px}.mv4-comment header small{font-size:7px;color:#9a9ead}
.mv4-comment p{margin:3px 0 0;font-size:10px;line-height:1.45;color:#484c5d}
.mv4-comment-delete{position:absolute;right:7px;top:8px;width:25px;height:25px;border:0;border-radius:8px;background:#fff;color:#c3c5ce;display:grid;place-items:center}.mv4-comment-delete svg{width:12px;height:12px;fill:currentColor}.mv4-comment-delete:hover{color:#f04479;background:#ffe9f0}
.mv4-all-comments{width:100%;height:34px;margin:4px 0 7px;border:0;border-radius:10px;background:#f0edff;color:#6948e5;font-size:9px;font-weight:950}
.mv4-comment-form{display:flex;align-items:center;gap:7px;margin-top:7px}
.mv4-comment-form>img{width:30px;height:30px;border-radius:10px;object-fit:cover}
.mv4-comment-form input{height:37px;min-width:0;flex:1;padding:0 12px;border:1px solid #e1e3eb;border-radius:11px;background:#f8f9fb;outline:0;font-size:10px}.mv4-comment-form input:focus{background:#fff;border-color:#9b88ed;box-shadow:0 0 0 3px rgba(105,73,229,.07)}
.mv4-comment-form button{width:37px;height:37px;border:0;border-radius:11px;background:linear-gradient(145deg,#6948e8,#ef4c95);color:#fff;display:grid;place-items:center}.mv4-comment-form button svg{width:15px;height:15px;fill:currentColor}

/* Üç noktalı paylaşım menüsü */
.mv4-post-menu{position:relative;z-index:6}
.mv4-post-more{width:33px;height:33px;border:0;border-radius:10px;background:#f1f2f6;color:#727789;display:grid;place-items:center}.mv4-post-more svg{width:17px;height:17px;fill:currentColor}
.mv4-post-menu.is-open .mv4-post-more{background:#ece7ff;color:#6846e3}
.mv4-post-menu-pop{position:absolute;right:0;top:39px;z-index:30;width:190px;padding:6px;border:1px solid #e1e3eb;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(30,27,61,.18);display:none}
.mv4-post-menu.is-open .mv4-post-menu-pop{display:block;animation:mv4MenuIn .16s ease-out}
.mv4-post-menu-pop button{width:100%;height:36px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#555a6d;display:flex;align-items:center;gap:9px;text-align:left;font-size:9px;font-weight:900}.mv4-post-menu-pop button:hover{background:#f2efff;color:#6746df}.mv4-post-menu-pop button.is-danger{color:#e54573}.mv4-post-menu-pop button.is-danger:hover{background:#ffedf2}.mv4-post-menu-pop svg{width:14px;height:14px;fill:currentColor}
@keyframes mv4MenuIn{from{opacity:0;transform:translateY(-5px) scale(.97)}to{opacity:1;transform:none}}

/* Video sahnesi */
.mv4-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mv4-video-card{border-radius:18px;overflow:hidden;border:1px solid #e1e4ec;background:#fff;box-shadow:0 11px 28px rgba(39,34,79,.07)}
.mv4-video-card>video,.mv4-video-card>iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#08090d;object-fit:contain}
.mv4-video-meta{padding:10px;display:flex;align-items:center;gap:8px}.mv4-video-meta>button:first-child{min-width:0;flex:1;border:0;background:transparent;text-align:left}.mv4-video-meta b{display:block;font-size:10px}.mv4-video-meta small{display:block;margin-top:3px;color:#8a8e9f;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-video-meta>button:last-child{height:31px;padding:0 11px;border:0;border-radius:9px;background:#eeeaff;color:#6848df;font-size:8px;font-weight:950}

/* Tartışma Köşesi */
.mv4-discussion-section{margin-top:24px;padding:22px;border:1px solid #e0e3ec;border-radius:25px;background:linear-gradient(180deg,#fff,#fafafe);box-shadow:0 16px 42px rgba(38,33,77,.07);scroll-margin-top:90px}
.mv4-discussion-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:17px}.mv4-discussion-head span{color:#6947e6;font-size:8px;font-weight:1000;letter-spacing:.18em}.mv4-discussion-head h2{margin:5px 0 3px;font-size:21px;letter-spacing:-.55px}.mv4-discussion-head p{margin:0;color:#888c9d;font-size:10px}.mv4-discussion-head>button{height:42px;padding:0 15px;border:0;border-radius:13px;background:linear-gradient(135deg,#6845e8,#e94d9c);color:#fff;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:950;box-shadow:0 10px 23px rgba(105,69,232,.2)}.mv4-discussion-head>button svg{width:15px;height:15px;fill:currentColor}
.mv4-discussion-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px}
.mv4-discussion-categories{display:flex;flex-direction:column;gap:6px}
.mv4-discussion-categories>button{min-height:55px;padding:7px 9px;border:1px solid #e5e7ef;border-radius:14px;background:#fff;display:flex;align-items:center;gap:9px;text-align:left;color:#505567}.mv4-discussion-categories>button>span{width:35px;height:35px;border-radius:11px;background:#f1effa;display:grid;place-items:center;font-size:16px}.mv4-discussion-categories>button div{min-width:0}.mv4-discussion-categories b{display:block;font-size:9px}.mv4-discussion-categories small{display:block;margin-top:3px;color:#999dac;font-size:7px}.mv4-discussion-categories>button:hover,.mv4-discussion-categories>button.is-active{border-color:color-mix(in srgb,var(--cat-color,#6d4aff) 38%,#fff);background:color-mix(in srgb,var(--cat-color,#6d4aff) 7%,#fff);color:var(--cat-color,#6747df);transform:translateX(2px)}
.mv4-topic-list-wrap{min-width:0;border:1px solid #e4e6ee;border-radius:18px;background:#fff;overflow:hidden}
.mv4-topic-toolbar{min-height:48px;padding:0 13px;border-bottom:1px solid #eceef3;display:flex;align-items:center;justify-content:space-between}.mv4-topic-toolbar strong{font-size:10px}.mv4-topic-toolbar>div{display:flex;gap:5px}.mv4-topic-toolbar button{height:29px;padding:0 9px;border:0;border-radius:8px;background:#f1f2f6;color:#7c8091;font-size:8px;font-weight:900}.mv4-topic-toolbar button.is-active{background:#eae5ff;color:#6745e1}
.mv4-topic-list{padding:5px 12px}
.mv4-topic-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 2px;border-bottom:1px solid #eff0f4}.mv4-topic-item:last-child{border-bottom:0}
.mv4-topic-main{min-width:0;border:0;background:transparent;display:flex;align-items:flex-start;gap:10px;text-align:left}.mv4-topic-avatar{position:relative;width:44px;height:44px;flex:0 0 auto}.mv4-topic-avatar img{width:100%;height:100%;border-radius:14px;object-fit:cover}.mv4-topic-avatar i{position:absolute;right:-3px;bottom:-3px;width:22px;height:22px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:9px;color:#fff;font-style:normal}.mv4-topic-main>div{min-width:0}.mv4-topic-category{color:#6c4be3;font-size:7px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.mv4-topic-main h3{margin:3px 0 4px;color:#2b2e40;font-size:11px;line-height:1.3}.mv4-topic-main p{margin:0;color:#7f8394;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.mv4-topic-main small{display:block;margin-top:5px;color:#a0a4b2;font-size:7px}.mv4-topic-main:hover h3{color:#6747df}
.mv4-topic-metrics{display:flex;gap:5px}.mv4-topic-metrics span{min-width:39px;height:30px;padding:0 7px;border-radius:9px;background:#f4f5f8;color:#868a9b;display:flex;align-items:center;justify-content:center;gap:4px;font-size:7px;font-weight:900}.mv4-topic-metrics svg{width:11px;height:11px;fill:currentColor}
.mv4-topic-more{display:block;width:calc(100% - 24px);height:36px;margin:8px 12px 12px;border:0;border-radius:10px;background:#f0edff;color:#6747df;font-size:8px;font-weight:950}
.mv4-topic-empty{display:flex;flex-direction:column;gap:3px;padding:30px}.mv4-topic-empty small{font-size:8px}

/* Ortak modal yapıları */
.mv4-modal,.mv4-profile-modal{position:fixed;inset:0;z-index:720;display:grid;place-items:center;padding:18px}
.mv4-modal[hidden],.mv4-profile-modal[hidden]{display:none!important}
.mv4-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(24,22,44,.62);backdrop-filter:blur(7px)}
.mv4-detail-card,.mv4-edit-card,.mv4-topic-create-card,.mv4-topic-detail-card,.mv4-profile-modal>section{position:relative;z-index:1;width:min(820px,100%);max-height:90vh;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:#f8f9fc;box-shadow:0 35px 100px rgba(17,14,42,.35);overflow:hidden;display:flex;flex-direction:column}
.mv4-detail-card{width:min(940px,100%)}.mv4-topic-detail-card{width:min(900px,100%)}.mv4-edit-card,.mv4-topic-create-card{width:min(610px,100%)}
.mv4-detail-card>header,.mv4-edit-card>header,.mv4-topic-create-card>header,.mv4-topic-detail-card>header,.mv4-profile-modal>section>header{min-height:62px;padding:0 18px;border-bottom:1px solid #e4e6ee;background:#fff;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.mv4-detail-card>header span,.mv4-edit-card>header span,.mv4-topic-create-card>header span,.mv4-topic-detail-card>header span{display:block;color:#6a48e5;font-size:7px;font-weight:1000;letter-spacing:.16em}.mv4-detail-card>header h2,.mv4-edit-card>header h2,.mv4-topic-create-card>header h2,.mv4-topic-detail-card>header h2{margin:3px 0 0;font-size:15px}.mv4-detail-card>header button,.mv4-edit-card>header button,.mv4-topic-create-card>header button,.mv4-topic-detail-card>header button,.mv4-profile-modal>section>header button{width:36px;height:36px;border:0;border-radius:11px;background:#f0f1f6;color:#666b7d;display:grid;place-items:center}.mv4-detail-card>header svg,.mv4-edit-card>header svg,.mv4-topic-create-card>header svg,.mv4-topic-detail-card>header svg,.mv4-profile-modal>section>header svg{width:16px;height:16px;fill:currentColor}
[data-post-detail],[data-topic-detail],[data-profile-content]{min-height:160px;overflow:auto;padding:16px}
[data-post-detail] .mv4-post{box-shadow:none;margin:0}
.mv4-edit-card form,.mv4-topic-create-card form{padding:17px;display:flex;flex-direction:column;gap:12px;overflow:auto}.mv4-edit-card textarea,.mv4-topic-create-card textarea,.mv4-topic-create-card input,.mv4-topic-create-card select,.mv4-edit-card select{width:100%;border:1px solid #dfe2eb;border-radius:13px;background:#fff;outline:0;color:#303345;font:inherit}.mv4-edit-card textarea,.mv4-topic-create-card textarea{min-height:145px;padding:13px;resize:vertical;font-size:11px;line-height:1.55}.mv4-topic-create-card input,.mv4-topic-create-card select,.mv4-edit-card select{height:44px;padding:0 12px;font-size:10px}.mv4-topic-create-card label>span{display:block;margin:0 0 6px 3px;color:#73788a;font-size:8px;font-weight:900}.mv4-edit-card textarea:focus,.mv4-topic-create-card textarea:focus,.mv4-topic-create-card input:focus,.mv4-topic-create-card select:focus,.mv4-edit-card select:focus{border-color:#9580ed;box-shadow:0 0 0 3px rgba(105,73,229,.08)}
.mv4-submit{height:44px;border:0;border-radius:13px;background:linear-gradient(135deg,#6845e8,#ec4c99);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:1000;box-shadow:0 10px 22px rgba(105,69,232,.19)}.mv4-submit svg{width:15px;height:15px;fill:currentColor}.mv4-submit:disabled{opacity:.6;cursor:wait}
.mv4-video-link-field{height:46px;padding:0 12px;border:1px solid #e0e3eb;border-radius:13px;background:#f8f9fb;display:flex;align-items:center;gap:8px}.mv4-video-link-field svg{width:16px;height:16px;fill:#704ee7}.mv4-video-link-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:10px}

/* Sosyal profil modalı */
.mv4-profile-modal>section{width:min(780px,100%)}
.mv4-profile-hero{padding:27px 20px 22px;text-align:center;background:linear-gradient(150deg,#f0edff,#fff 55%,#fff0f7)}
.mv4-profile-hero>img{width:92px;height:92px;border-radius:28px;object-fit:cover;border:5px solid #fff;box-shadow:0 16px 38px rgba(40,34,81,.16)}
.mv4-profile-hero h2{margin:11px 0 3px;font-size:21px}.mv4-profile-hero p{margin:0;color:#777c8e;font-size:9px}
.mv4-profile-actions{display:flex;justify-content:center;gap:8px;margin-top:13px}.mv4-profile-actions a,.mv4-profile-actions button{height:37px;padding:0 13px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:8px;font-weight:950}.mv4-profile-actions a{background:#ece8ff;color:#6745e1}.mv4-profile-actions button{background:linear-gradient(135deg,#6845e8,#eb4d99);color:#fff}
.mv4-profile-content-body{padding:15px}.mv4-profile-content-body>h3{margin:10px 0;font-size:11px}.mv4-profile-gifts{display:flex;gap:7px;overflow:auto;padding-bottom:4px}.mv4-profile-gifts span{min-width:65px;padding:8px;border-radius:12px;background:#fff;border:1px solid #e5e7ef;text-align:center;font-size:18px}.mv4-profile-gifts small{display:block;margin-top:3px;color:#888c9d;font-size:7px}
.mv4-profile-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mv4-profile-post-mini{min-width:0;padding:10px;border:1px solid #e4e6ee;border-radius:14px;background:#fff;text-align:left;overflow:hidden}.mv4-profile-post-mini>p{margin:0 0 7px;max-height:48px;overflow:hidden;color:#535769;font-size:9px;line-height:1.45}.mv4-profile-post-mini>.mv4-post-media{width:100%!important;margin:0!important;border-radius:10px}.mv4-profile-post-mini>.mv4-media-image img{max-height:150px;object-fit:cover}.mv4-profile-post-mini>.mv4-media-video{aspect-ratio:16/9}.mv4-profile-post-mini>small{display:block;margin-top:7px;color:#a0a4b1;font-size:7px}

/* Tartışma ayrıntısı */
.mv4-topic-origin,.mv4-topic-replies,.mv4-topic-reply-form{border:1px solid #e2e5ed;border-radius:17px;background:#fff}
.mv4-topic-origin{padding:16px}.mv4-topic-origin>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.mv4-topic-origin>header>button{border:0;background:transparent;display:flex;align-items:center;gap:9px;text-align:left}.mv4-topic-origin>header img{width:42px;height:42px;border-radius:13px;object-fit:cover}.mv4-topic-origin>header b{display:block;font-size:10px}.mv4-topic-origin>header small{display:block;margin-top:3px;color:#9296a6;font-size:7px}.mv4-topic-origin>header em{padding:7px 9px;border-radius:10px;background:color-mix(in srgb,var(--cat-color,#6d4aff) 10%,#fff);color:var(--cat-color,#6d4aff);font-size:8px;font-style:normal;font-weight:950}.mv4-topic-origin>h2{margin:17px 0 9px;font-size:20px;letter-spacing:-.4px}.mv4-topic-origin>p{margin:0;color:#4c5061;font-size:11px;line-height:1.75}.mv4-topic-origin>p a{color:#6948e6;word-break:break-all}.mv4-topic-origin>footer{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:16px;padding-top:12px;border-top:1px solid #edf0f4}.mv4-topic-origin>footer button,.mv4-topic-origin>footer span{min-height:33px;padding:0 9px;border:0;border-radius:10px;background:#f3f4f8;color:#777b8d;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:900}.mv4-topic-origin>footer svg{width:13px;height:13px;fill:currentColor}.mv4-topic-origin>footer button.is-liked{background:#ffeaf2;color:#ed3f7d}.mv4-topic-origin>footer button.is-danger{margin-left:auto;background:#ffedf2;color:#e44572}
.mv4-topic-replies{margin-top:12px;padding:14px}.mv4-topic-replies>h3{margin:0 0 7px;font-size:11px}.mv4-topic-reply{display:flex;gap:9px;padding:11px 0;border-bottom:1px solid #eff1f5}.mv4-topic-reply:last-child{border-bottom:0}.mv4-topic-reply>button{width:36px;height:36px;flex:0 0 auto;border:0;border-radius:11px;overflow:hidden;padding:0}.mv4-topic-reply img{width:100%;height:100%;object-fit:cover}.mv4-topic-reply>div{min-width:0;flex:1}.mv4-topic-reply header{display:flex;align-items:center;gap:7px}.mv4-topic-reply header>button{border:0;background:transparent;padding:0}.mv4-topic-reply header b{font-size:9px}.mv4-topic-reply header small{color:#969aaa;font-size:7px}.mv4-topic-reply header>button:last-child{margin-left:auto;width:26px;height:26px;border-radius:8px;background:#ffedf2;color:#e44773;display:grid;place-items:center}.mv4-topic-reply header svg{width:12px;height:12px;fill:currentColor}.mv4-topic-reply p{margin:5px 0 0;color:#505466;font-size:10px;line-height:1.55}
.mv4-topic-reply-form{margin-top:12px;padding:13px;display:flex;flex-direction:column;gap:9px}.mv4-topic-reply-form textarea{min-height:90px;padding:11px;border:1px solid #e0e3eb;border-radius:12px;outline:0;resize:vertical;font:inherit;font-size:10px;line-height:1.5}.mv4-topic-reply-form textarea:focus{border-color:#9480eb;box-shadow:0 0 0 3px rgba(105,73,229,.08)}.mv4-topic-reply-form button{align-self:flex-end;height:38px;padding:0 13px;border:0;border-radius:11px;background:linear-gradient(135deg,#6845e8,#e94d99);color:#fff;display:flex;align-items:center;gap:6px;font-size:8px;font-weight:950}.mv4-topic-reply-form svg{width:13px;height:13px;fill:currentColor}

/* Oda kartları */
.mv4-room-card{position:relative;overflow:hidden}.mv4-room-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.88)),var(--room-bg);background-size:cover;background-position:center;opacity:.8}.mv4-room-card>*{position:relative}.mv4-room-card:hover em{background:#6746df;color:#fff}

@media(max-width:1100px){
  .mv4-chat-switch span{display:none}.mv4-chat-switch{width:42px;padding:0}
  .mv4-discussion-layout{grid-template-columns:160px minmax(0,1fr)}
}
@media(max-width:820px){
  .mv4-feed-head{align-items:flex-start;flex-direction:column}.mv4-feed-controls{width:100%;align-items:stretch}.mv4-feed-controls nav{overflow:auto;justify-content:flex-start}.mv4-feed-controls button{flex:0 0 auto}
  .mv4-discussion-layout{grid-template-columns:1fr}.mv4-discussion-categories{flex-direction:row;overflow:auto;padding-bottom:3px}.mv4-discussion-categories>button{min-width:155px}
  .mv4-video-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .mv4-chat-switch{display:none}
  .mv4-feed{gap:12px}.mv4-post{border-radius:17px;box-shadow:0 9px 24px rgba(39,34,79,.06)}
  .mv4-post-head{padding:12px 12px 8px}.mv4-author-button>img{width:39px;height:39px;border-radius:12px}.mv4-post-badge{display:none}.mv4-post-body{padding:4px 13px 10px;font-size:12px;line-height:1.6}
  .mv4-post-media.mv4-media-image,.mv4-post.is-detail .mv4-post-media.mv4-media-image{width:calc(100% - 24px);margin:2px 12px 11px;border-radius:15px}.mv4-post-media.mv4-media-image img{max-height:430px}
  .mv4-post-media.mv4-media-video,.mv4-post.is-detail .mv4-post-media.mv4-media-video{width:calc(100% - 24px);margin:2px 12px 11px;border-radius:15px}
  .mv4-post-actions{margin:0 12px;padding:8px 0;gap:5px}.mv4-post-actions button{padding:0 8px}.mv4-post-actions button em{display:none}.mv4-post-actions time{font-size:7px}.mv4-comments{padding:0 12px 12px}
  .mv4-post-menu-pop{position:fixed;left:12px;right:12px;top:auto;bottom:82px;width:auto;border-radius:17px;padding:8px;box-shadow:0 20px 70px rgba(20,17,45,.28)}.mv4-post-menu-pop button{height:42px;font-size:10px}
  .mv4-discussion-section{margin-top:15px;padding:14px;border-radius:19px}.mv4-discussion-head{align-items:flex-start;flex-direction:column}.mv4-discussion-head h2{font-size:18px}.mv4-discussion-head>button{height:39px}.mv4-discussion-categories>button{min-width:145px;min-height:51px}.mv4-topic-list{padding:3px 9px}.mv4-topic-item{grid-template-columns:1fr;gap:6px;padding:11px 0}.mv4-topic-avatar{width:40px;height:40px}.mv4-topic-main p{max-width:70vw}.mv4-topic-metrics{padding-left:49px}.mv4-topic-metrics span{min-width:35px;height:27px}
  .mv4-modal,.mv4-profile-modal{padding:0;align-items:end}.mv4-detail-card,.mv4-edit-card,.mv4-topic-create-card,.mv4-topic-detail-card,.mv4-profile-modal>section{width:100%;max-height:92svh;border-radius:22px 22px 0 0}.mv4-detail-card>header,.mv4-edit-card>header,.mv4-topic-create-card>header,.mv4-topic-detail-card>header,.mv4-profile-modal>section>header{min-height:56px;padding:0 14px}[data-post-detail],[data-topic-detail],[data-profile-content]{padding:10px}
  .mv4-profile-posts{grid-template-columns:1fr}.mv4-profile-hero{padding:22px 15px 17px}.mv4-profile-hero>img{width:79px;height:79px;border-radius:23px}
  .mv4-topic-origin{padding:13px}.mv4-topic-origin>header{align-items:flex-start}.mv4-topic-origin>header em{max-width:115px;text-align:center}.mv4-topic-origin>h2{font-size:17px}.mv4-topic-origin>footer button.is-danger{margin-left:0}
}

/* =========================================================
   MEYDAN V5.2 — OKUNAKLI ARAYÜZ + PORTAL İÇİ PROFİL/GALERİ
   ========================================================= */
.mv4-body{font-size:16px}
.mv4-shell{max-width:1580px;grid-template-columns:250px minmax(0,1fr) 320px;gap:24px}
.mv4-header-inner{max-width:1580px}
.mv4-brand strong{font-size:20px}.mv4-brand small{font-size:11px}
.mv4-desktop-nav a{font-size:14px}
.mv4-account small{font-size:10px}.mv4-account b{font-size:13px}
.mv4-rail-label{font-size:11px;letter-spacing:.14em}
.mv4-rail-nav a{padding:12px}.mv4-rail-nav a b{font-size:14px}.mv4-rail-nav a small{font-size:11px;line-height:1.35}
.mv4-account-card small{font-size:11px}.mv4-account-card b{font-size:14px}.mv4-account-card button{font-size:12px}
.mv4-live-mini header b,.mv4-side-card h3{font-size:14px}
.mv4-live-label{font-size:11px;font-weight:900;color:var(--mv-green)}
.mv4-room-mini-item{position:relative;width:100%;border:0;background:transparent;text-align:left;cursor:default}
.mv4-room-mini-item b{font-size:12px}.mv4-room-mini-item small{font-size:10px;line-height:1.35}
.mv4-room-mini-item em{margin-left:auto;padding:5px 7px;border-radius:8px;background:#e9fff6;color:#15966c;font-size:9px;font-style:normal;font-weight:1000;letter-spacing:.06em}
.mv4-members-strip header span,.mv4-feed-head span,.mv4-video-section header span,.mv4-blog-section header span,.mv4-rooms-intro>span{font-size:11px}
.mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2{font-size:22px}
.mv4-members-strip header button,.mv4-video-section header button{font-size:12px}
.mv4-story-person{width:82px;flex-basis:82px}.mv4-story-avatar{width:66px;height:66px;border-radius:21px}.mv4-story-avatar img{border-radius:18px}
.mv4-story-person b{max-width:82px;font-size:11px}.mv4-story-person small{max-width:82px;font-size:10px}
.mv4-feed-head button,.mv4-feed-controls button{min-height:36px;padding:0 13px;font-size:11px}
.mv4-compose-inline>button b{font-size:13px}.mv4-compose-inline>button small{font-size:11px}.mv4-compose-inline>small{font-size:10px}
.mv4-post{border-radius:24px;box-shadow:0 16px 40px rgba(39,34,79,.085)}
.mv4-post-head{padding:18px 20px 13px}.mv4-post-head img{width:50px;height:50px;border-radius:16px}
.mv4-post-author strong{font-size:15px}.mv4-post-author small{font-size:11px}
.mv4-post-badge{font-size:10px}.mv4-post-body{padding:7px 21px 16px;font-size:16px;line-height:1.72}.mv4-post-mood{font-size:11px}
.mv4-post-media.mv4-media-image{width:min(62%,570px);margin:2px auto 17px;border-radius:20px}
.mv4-post-media.mv4-media-image img{max-height:500px}
.mv4-post-media.mv4-media-video{width:min(82%,760px);margin-bottom:17px}
.mv4-post-actions{margin:0 20px;min-height:56px}.mv4-post-actions button{height:38px;font-size:12px}.mv4-post-actions time{font-size:10px}
.mv4-comments{padding:2px 20px 18px}.mv4-comment{gap:10px;padding:8px 0}.mv4-comment>button{width:36px;height:36px}.mv4-comment>div{padding:10px 39px 10px 12px}
.mv4-comment header b{font-size:12px}.mv4-comment header small{font-size:10px}.mv4-comment p{font-size:13px;line-height:1.55}
.mv4-comment-form>img{width:35px;height:35px}.mv4-comment-form input{height:42px;font-size:13px}.mv4-comment-form button{width:42px;height:42px}
.mv4-all-comments{font-size:12px}
.mv4-post-menu-pop{width:215px}.mv4-post-menu-pop button{height:41px;font-size:12px}
.mv4-video-meta b{font-size:13px}.mv4-video-meta small{font-size:11px}.mv4-video-meta>button:last-child{font-size:11px}
.mv4-discussion-head span{font-size:11px}.mv4-discussion-head h2{font-size:24px}.mv4-discussion-head p{font-size:13px}.mv4-discussion-head>button{font-size:12px}
.mv4-discussion-categories>button b{font-size:12px}.mv4-discussion-categories>button small{font-size:10px}
.mv4-topic-category{font-size:10px}.mv4-topic-main h3{font-size:15px}.mv4-topic-main p{font-size:12px;line-height:1.5}.mv4-topic-main small{font-size:10px}.mv4-topic-metrics span{font-size:10px}
.mv4-topic-origin>header b{font-size:13px}.mv4-topic-origin>header small{font-size:10px}.mv4-topic-origin>header em{font-size:10px}.mv4-topic-origin>h2{font-size:24px}.mv4-topic-origin>p{font-size:14px}
.mv4-topic-origin>footer button,.mv4-topic-origin>footer span{font-size:11px}.mv4-topic-replies>h3{font-size:14px}.mv4-topic-reply header b{font-size:12px}.mv4-topic-reply header small{font-size:10px}.mv4-topic-reply p{font-size:13px}
.mv4-topic-reply-form textarea{font-size:13px}.mv4-topic-reply-form button{font-size:11px}
.mv4-side-card p,.mv4-side-card small,.mv4-showcase-item p,.mv4-showcase-item small,.mv4-gift-item small{font-size:11px;line-height:1.45}.mv4-showcase-item b,.mv4-gift-item b{font-size:12px}
.mv4-connection-list li{font-size:11px}
.mv4-room-card{cursor:default}.mv4-room-card:hover{transform:none}.mv4-room-card:hover em{background:#e9fff6;color:#15966c}.mv4-room-card b{font-size:14px}.mv4-room-card small{font-size:11px;line-height:1.4}.mv4-room-card em{background:#e9fff6;color:#15966c;font-size:10px;letter-spacing:.06em}
.mv4-rooms-intro h2{font-size:26px}.mv4-rooms-intro p{font-size:13px;line-height:1.65}
.mv4-blog-grid h3{font-size:16px}.mv4-blog-grid p{font-size:12px}.mv4-blog-grid small{font-size:10px}
.mv4-footer a,.mv4-footer small{font-size:11px}.mv4-developer-info span{font-size:10px}.mv4-developer-info a{font-size:12px}

/* Profil penceresi */
.mv4-profile-modal>section{width:min(940px,calc(100vw - 34px));max-height:min(92vh,900px);border-radius:25px;overflow:hidden;background:#f7f8fc;box-shadow:0 35px 110px rgba(20,17,46,.32)}
.mv4-profile-modal>section>header{min-height:64px;padding:0 20px;background:#fff;border-bottom:1px solid #e5e7ef;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}
.mv4-profile-modal>section>header>div{display:flex;flex-direction:column}.mv4-profile-modal>section>header b{font-size:16px}.mv4-profile-modal>section>header small{margin-top:3px;color:#85899b;font-size:11px}
.mv4-profile-modal>section>header>button{width:40px;height:40px;border:0;border-radius:13px;background:#f0f1f6;color:#606578;display:grid;place-items:center}
[data-profile-content]{padding:0;min-height:300px;max-height:calc(min(92vh,900px) - 64px);overflow:auto}
.mv4-profile-cover{min-height:230px;padding:34px 34px 30px;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#191335 0%,#392276 50%,#7d3de4 100%);color:#fff}
.mv4-profile-cover:after{content:"";position:absolute;inset:auto 0 0;height:80px;background:linear-gradient(transparent,rgba(12,8,30,.28));pointer-events:none}
.mv4-profile-cover-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.mv4-profile-cover-orb.one{width:340px;height:340px;right:-120px;top:-190px;background:radial-gradient(circle,rgba(255,100,177,.68),rgba(255,100,177,0) 68%)}.mv4-profile-cover-orb.two{width:280px;height:280px;left:-130px;bottom:-200px;background:radial-gradient(circle,rgba(58,218,255,.52),rgba(58,218,255,0) 68%)}
.mv4-profile-identity{position:relative;z-index:2;display:flex;align-items:center;gap:18px;min-width:0}.mv4-profile-avatar-wrap{width:116px;height:116px;padding:5px;border-radius:34px;background:linear-gradient(145deg,#fff,#d9d0ff);box-shadow:0 18px 50px rgba(0,0,0,.28);position:relative;flex:0 0 auto}.mv4-profile-avatar-wrap img{width:100%;height:100%;border-radius:29px;object-fit:cover;background:#eef0f5}.mv4-profile-avatar-wrap i{position:absolute;right:2px;bottom:5px;width:20px;height:20px;border:4px solid #fff;border-radius:50%;background:#a9adba}.mv4-profile-avatar-wrap i.is-online{background:#39d49a;box-shadow:0 0 0 6px rgba(57,212,154,.15)}
.mv4-profile-kicker{font-size:10px;font-weight:1000;letter-spacing:.18em;color:#d9d1ff}.mv4-profile-identity h2{margin:7px 0 4px;font-size:34px;line-height:1;letter-spacing:-1.2px}.mv4-profile-identity p{margin:0;color:#e1ddef;font-size:13px}.mv4-profile-identity small{margin-top:9px;display:flex;align-items:center;gap:6px;color:#c8c3dc;font-size:11px}.mv4-profile-identity small svg{width:14px;height:14px}
.mv4-profile-compose{position:relative;z-index:2;height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:950}.mv4-profile-compose:hover{background:#fff;color:#6745df}
.mv4-profile-stats{margin:-1px 24px 0;padding:16px 12px;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e3e6ef;border-radius:0 0 20px 20px;box-shadow:0 12px 30px rgba(35,31,77,.07)}
.mv4-profile-stats div{min-width:0;text-align:center;border-left:1px solid #eceef4}.mv4-profile-stats div:first-child{border-left:0}.mv4-profile-stats b{display:block;font-size:20px;color:#292d42;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-profile-stats span{display:block;margin-top:3px;color:#8b8fa0;font-size:11px;font-weight:800}
.mv4-profile-gallery,.mv4-profile-gift-section,.mv4-profile-stream{margin:18px 24px 0;padding:18px;background:#fff;border:1px solid #e3e6ef;border-radius:20px;box-shadow:0 10px 30px rgba(35,31,77,.055)}
.mv4-profile-gallery>header,.mv4-profile-gift-section>header,.mv4-profile-stream>header{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:14px}.mv4-profile-gallery header span,.mv4-profile-gift-section header span,.mv4-profile-stream header span{font-size:10px;color:#704ee6;font-weight:1000;letter-spacing:.14em}.mv4-profile-gallery h3,.mv4-profile-gift-section h3,.mv4-profile-stream h3{margin:4px 0 0;font-size:18px}
.mv4-profile-gallery>header>div:last-child{display:flex;gap:7px}.mv4-profile-gallery>header button{width:38px;height:38px;border:1px solid #e0e3eb;border-radius:12px;background:#f7f8fb;color:#676c80;display:grid;place-items:center}.mv4-profile-gallery>header button:hover{background:#ece8ff;color:#6746df}
.mv4-profile-gallery-track{display:flex;gap:12px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.mv4-profile-gallery-track::-webkit-scrollbar{display:none}.mv4-profile-gallery-item{width:210px;height:160px;flex:0 0 210px;padding:0;border:0;border-radius:16px;overflow:hidden;position:relative;background:#eef0f5;scroll-snap-align:start}.mv4-profile-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.mv4-profile-gallery-item:hover img{transform:scale(1.035)}.mv4-profile-gallery-item:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(7,8,18,.7))}.mv4-profile-gallery-item span{position:absolute;z-index:2;left:11px;bottom:9px;color:#fff;font-size:10px;font-weight:900}
.mv4-profile-gifts{display:flex;gap:10px;overflow:auto;padding:2px 0 4px;scrollbar-width:none}.mv4-profile-gifts::-webkit-scrollbar{display:none}.mv4-profile-gifts span{min-width:82px;padding:12px 8px;border-radius:15px;background:#faf9ff;border:1px solid #e8e3ff;text-align:center;font-size:25px}.mv4-profile-gifts small{display:block;margin-top:6px;color:#777c8e;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv4-profile-stream{margin-bottom:24px}.mv4-profile-stream>header nav{display:flex;gap:5px;padding:4px;border-radius:13px;background:#eff1f6;overflow:auto}.mv4-profile-stream>header nav button{height:34px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:#777c8e;font-size:10px;font-weight:950;white-space:nowrap}.mv4-profile-stream>header nav button.is-active{background:#fff;color:#6846e1;box-shadow:0 5px 14px rgba(35,31,77,.09)}
.mv4-profile-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.mv4-profile-post-card{min-width:0;border:1px solid #e3e6ee;border-radius:17px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.mv4-profile-post-card[hidden]{display:none!important}
.mv4-profile-post-media{height:190px;padding:0;border:0;background:#eef0f5;position:relative;overflow:hidden}.mv4-profile-post-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.mv4-profile-post-media:hover img{transform:scale(1.025)}.mv4-profile-post-media.is-video{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;background:linear-gradient(135deg,#1a1535,#6a3fd6);color:#fff}.mv4-profile-post-media.is-video svg{width:34px;height:34px}.mv4-profile-post-media.is-video span{font-size:11px;font-weight:900}
.mv4-profile-post-copy{min-height:112px;padding:13px;border:0;background:#fff;text-align:left;display:flex;flex:1;flex-direction:column}.mv4-profile-post-copy p{margin:0;color:#414658;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.mv4-profile-post-copy p.is-muted{color:#8c90a1}.mv4-profile-post-copy footer{margin-top:auto;padding-top:12px;display:flex;align-items:center;gap:10px;color:#8a8e9f;font-size:10px}.mv4-profile-post-copy footer span{display:flex;align-items:center;gap:4px}.mv4-profile-post-copy footer svg{width:13px;height:13px}.mv4-profile-post-copy footer time{margin-left:auto}

/* Kaydırılabilir tam ekran fotoğraf */
.mv4-lightbox{grid-template-columns:64px minmax(0,1fr) 64px;gap:14px;padding:24px 28px}
.mv4-lightbox figure{margin:0;min-width:0;max-width:calc(100vw - 190px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.mv4-lightbox img{max-width:100%;max-height:84vh;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.48)}.mv4-lightbox figcaption{min-width:64px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;text-align:center;font-size:12px;font-weight:900}
.mv4-lightbox .mv4-lightbox-close{right:20px;top:20px}.mv4-lightbox-nav{position:static!important;width:52px!important;height:52px!important;border-radius:16px!important;background:rgba(255,255,255,.13)!important;color:#fff!important}.mv4-lightbox-nav:hover{background:#fff!important;color:#29223e!important}.mv4-lightbox-nav svg{width:24px;height:24px}

/* Form ve modal yazıları */
.mv4-compose-card header span,.mv4-detail-card header span,.mv4-edit-card header span,.mv4-topic-create-card header span,.mv4-topic-detail-card header span{font-size:10px}.mv4-compose-card header h2,.mv4-detail-card header h2,.mv4-edit-card header h2,.mv4-topic-create-card header h2,.mv4-topic-detail-card header h2{font-size:20px}
.mv4-compose-card textarea,.mv4-edit-card textarea,.mv4-topic-create-card textarea{font-size:14px}.mv4-video-link-field input,.mv4-topic-create-card input,.mv4-topic-create-card select,.mv4-edit-card select{font-size:13px}.mv4-submit{font-size:12px}.mv4-compose-note,.mv4-compose-tools small{font-size:11px}
.mv4-search-modal h2{font-size:20px}.mv4-search-modal input{font-size:14px}.mv4-search-result b{font-size:13px}.mv4-search-result small{font-size:11px}
.mv4-empty,.mv4-error,.mv4-loader{font-size:13px;line-height:1.55}

@media(max-width:1260px){
  .mv4-shell{grid-template-columns:225px minmax(0,1fr);max-width:1180px}
}
@media(max-width:960px){
  .mv4-shell{display:block}
  .mv4-post-media.mv4-media-image{width:min(72%,590px)}
}
@media(max-width:700px){
  .mv4-body{font-size:15px}
  .mv4-brand strong{font-size:17px}.mv4-brand small{font-size:9px}
  .mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2{font-size:19px}
  .mv4-members-strip header span,.mv4-feed-head span,.mv4-video-section header span,.mv4-blog-section header span{font-size:10px}
  .mv4-story-person{width:70px;flex-basis:70px}.mv4-story-avatar{width:57px;height:57px}.mv4-story-person b{max-width:70px;font-size:10px}.mv4-story-person small{max-width:70px;font-size:9px}
  .mv4-feed-head button,.mv4-feed-controls button{min-height:35px;font-size:10px}
  .mv4-post-head{padding:13px 13px 10px}.mv4-post-head img{width:44px;height:44px}.mv4-post-author strong{font-size:13px}.mv4-post-author small{font-size:10px}
  .mv4-post-body{padding:5px 14px 12px;font-size:14px;line-height:1.65}
  .mv4-post-media.mv4-media-image,.mv4-post.is-detail .mv4-post-media.mv4-media-image{width:calc(100% - 24px);margin:2px 12px 12px}.mv4-post-media.mv4-media-image img{max-height:480px}
  .mv4-post-actions{margin:0 12px;min-height:50px}.mv4-post-actions button{font-size:11px}.mv4-post-actions time{font-size:9px}
  .mv4-comments{padding:0 12px 14px}.mv4-comment header b{font-size:11px}.mv4-comment header small{font-size:9px}.mv4-comment p{font-size:12px}.mv4-comment-form input{font-size:12px}
  .mv4-mobile-nav a,.mv4-mobile-nav button{font-size:9px}
  .mv4-profile-modal>section{width:100%;max-height:94svh;border-radius:24px 24px 0 0}.mv4-profile-modal>section>header{min-height:60px;padding:0 14px}.mv4-profile-modal>section>header b{font-size:15px}.mv4-profile-modal>section>header small{font-size:9px}[data-profile-content]{max-height:calc(94svh - 60px)}
  .mv4-profile-cover{min-height:260px;padding:24px 17px 22px;align-items:center;justify-content:flex-end;flex-direction:column;text-align:center}.mv4-profile-identity{flex-direction:column;gap:11px}.mv4-profile-avatar-wrap{width:96px;height:96px;border-radius:29px}.mv4-profile-avatar-wrap img{border-radius:24px}.mv4-profile-identity h2{font-size:27px}.mv4-profile-identity p{font-size:12px}.mv4-profile-identity small{justify-content:center;font-size:10px}.mv4-profile-compose{height:40px}
  .mv4-profile-stats{margin:0 10px;padding:12px 4px;grid-template-columns:repeat(2,1fr);gap:0;border-radius:0 0 18px 18px}.mv4-profile-stats div{padding:8px;border-left:0;border-top:1px solid #eceef4}.mv4-profile-stats div:nth-child(-n+2){border-top:0}.mv4-profile-stats div:nth-child(even){border-left:1px solid #eceef4}.mv4-profile-stats b{font-size:17px}.mv4-profile-stats span{font-size:10px}
  .mv4-profile-gallery,.mv4-profile-gift-section,.mv4-profile-stream{margin:13px 10px 0;padding:13px;border-radius:17px}.mv4-profile-gallery h3,.mv4-profile-gift-section h3,.mv4-profile-stream h3{font-size:16px}.mv4-profile-gallery-item{width:170px;height:132px;flex-basis:170px}.mv4-profile-gallery>header button{width:34px;height:34px}
  .mv4-profile-stream>header{align-items:flex-start;flex-direction:column}.mv4-profile-stream>header nav{width:100%}.mv4-profile-stream>header nav button{flex:1;font-size:9px}
  .mv4-profile-posts{grid-template-columns:1fr}.mv4-profile-post-media{height:210px}.mv4-profile-post-copy p{font-size:13px}
  .mv4-lightbox{grid-template-columns:44px minmax(0,1fr) 44px;gap:5px;padding:18px 8px}.mv4-lightbox figure{max-width:calc(100vw - 102px)}.mv4-lightbox img{max-height:80vh}.mv4-lightbox-nav{width:42px!important;height:48px!important;border-radius:13px!important}.mv4-lightbox .mv4-lightbox-close{right:10px;top:10px;width:40px;height:40px}.mv4-lightbox figcaption{font-size:11px}
}
.mv4-post-detail-modal{z-index:750}
.mv4-login-brandline>div>span{font-size:10px}.mv4-login-brandline small{font-size:12px}.mv4-login-tabs button{font-size:13px}.mv4-login-form-head h2{font-size:29px}.mv4-login-form-head p{font-size:12px}.mv4-login-fields>label.mv4-login-input input[type="text"],.mv4-login-fields>label.mv4-login-input input[type="password"]{font-size:15px}.mv4-gender-buttons button{font-size:13px}.mv4-avatar-picker b{font-size:13px}.mv4-avatar-picker small{font-size:11px}.mv4-avatar-picker em{font-size:11px}.mv4-login-options>label,.mv4-login-options>a{font-size:11px}.mv4-login-submit{font-size:15px}.mv4-login-register{font-size:12px}.mv4-login-ready small{font-size:10px}.mv4-login-ready button{font-size:13px}
@media(max-width:700px){.mv4-login-brandline small{font-size:10px}.mv4-login-tabs button{font-size:12px}.mv4-login-form-head h2{font-size:23px}.mv4-login-fields>label.mv4-login-input input[type="text"],.mv4-login-fields>label.mv4-login-input input[type="password"]{font-size:14px}.mv4-gender-buttons button{font-size:12px}.mv4-avatar-picker b{font-size:12px}.mv4-avatar-picker small{font-size:10px}}

/* Meydan V5.3 - sosyal etkileşim, video, çoklu medya ve gelişmiş footer */
.mv4-notification-button{position:relative}.mv4-notification-button>b,[data-notification-badge]{position:absolute;right:-5px;top:-5px;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#ff477e,#ff754b);color:#fff;font-size:8px;font-weight:1000;line-height:1}
.mv4-drawer nav button{width:100%;min-height:48px;border:0;background:transparent;border-radius:13px;padding:0 12px;display:flex;align-items:center;gap:12px;color:#555a70;font-size:12px;font-weight:900;text-align:left}.mv4-drawer nav button:hover{background:#f4f1ff;color:var(--mv-purple)}.mv4-drawer nav button svg{width:20px;height:20px}.mv4-drawer nav button b{position:static;margin-left:auto;border:0}
.mv4-rail-nav>button{width:100%;min-height:61px;border:0;background:transparent;border-radius:17px;padding:8px 10px;display:flex;align-items:center;gap:11px;text-align:left;color:#555a70}.mv4-rail-nav>button:hover{background:#fff;box-shadow:var(--mv-shadow-sm);color:var(--mv-purple)}.mv4-rail-nav>button>span{width:39px;height:39px;border-radius:13px;background:#f0f1f7;display:grid;place-items:center}.mv4-rail-nav>button svg{width:18px;height:18px}.mv4-rail-nav>button div{display:flex;flex-direction:column}.mv4-rail-nav>button b{font-size:11px}.mv4-rail-nav>button small{font-size:8px;color:#9296a7;margin-top:3px}

.mv4-media-carousel{margin:0 18px 14px;border-radius:20px;background:#111325;min-height:220px;max-height:560px;position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(27,30,57,.12)}.mv4-media-carousel.is-detail{margin:0;max-height:74vh;border-radius:0}.mv4-carousel-item{display:none;width:100%;height:100%;min-height:220px;max-height:560px;border:0;padding:0;background:#111325;align-items:center;justify-content:center}.mv4-carousel-item.is-active{display:flex}.mv4-carousel-item img,.mv4-carousel-item video{width:100%;height:100%;max-height:560px;object-fit:contain;background:#eef0f5}.mv4-carousel-item iframe{width:100%;aspect-ratio:16/9;min-height:320px;border:0}.mv4-media-arrow{position:absolute;z-index:4;top:50%;width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(18,20,38,.72);color:#fff;box-shadow:0 8px 25px rgba(0,0,0,.2);transform:translateY(-50%);backdrop-filter:blur(7px)}.mv4-media-arrow:hover{background:#fff;color:var(--mv-purple)}.mv4-media-arrow.prev{left:12px}.mv4-media-arrow.next{right:12px}.mv4-media-arrow svg{width:20px;height:20px}.mv4-media-counter{position:absolute;z-index:4;right:13px;top:13px;padding:7px 10px;border-radius:12px;background:rgba(15,17,35,.72);color:#fff;font-size:9px;font-weight:1000;backdrop-filter:blur(8px)}.mv4-media-dots{position:absolute;z-index:4;left:50%;bottom:12px;display:flex;gap:5px;transform:translateX(-50%)}.mv4-media-dots button{width:7px;height:7px;padding:0;border:0;border-radius:9px;background:rgba(255,255,255,.48);transition:.2s}.mv4-media-dots button.is-active{width:22px;background:#fff}

.mv4-reaction-summary{min-height:33px;padding:0 18px;display:flex;align-items:center;gap:2px;color:#777c90}.mv4-reaction-summary span{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #eceef4;font-size:12px;margin-left:-4px}.mv4-reaction-summary span:first-child{margin-left:0}.mv4-reaction-summary b{margin-left:5px;font-size:9px}.mv4-reaction-wrap{position:relative;height:36px;display:flex;align-items:center}.mv4-reaction-wrap>button strong{font-size:16px;line-height:1}.mv4-reaction-chooser{position:absolute;left:0;bottom:42px;z-index:35;padding:7px;border:1px solid #e6e7ef;border-radius:18px;display:flex;gap:3px;background:#fff;box-shadow:0 18px 50px rgba(28,25,64,.2);opacity:0;visibility:hidden;transform:translateY(8px) scale(.95);transform-origin:left bottom;transition:.18s}.mv4-reaction-wrap.is-open .mv4-reaction-chooser{opacity:1;visibility:visible;transform:none}.mv4-reaction-chooser button{width:48px;height:53px!important;padding:3px!important;border-radius:13px!important;display:flex!important;flex-direction:column;justify-content:center;gap:2px!important}.mv4-reaction-chooser button:hover{background:#f4f1ff!important;transform:translateY(-4px)}.mv4-reaction-chooser span{font-size:23px}.mv4-reaction-chooser small{font-size:7px;color:#777c90;font-weight:900}.mv4-post-actions button.is-saved{color:var(--mv-purple);background:#f2efff}.mv4-post-menu-pop button.is-saved{color:var(--mv-purple);background:#f5f2ff}.mv4-post-actions .reaction-love{color:#e83467}.mv4-post-actions .reaction-haha{color:#e59d16}.mv4-post-actions .reaction-wow{color:#d88719}.mv4-post-actions .reaction-sad{color:#4c86db}

.mv4-comment.is-reply{margin-left:38px;border-left:2px solid #e4dcff;padding-left:10px}.mv4-comment>div>footer{display:flex;align-items:center;gap:11px;margin-top:5px}.mv4-comment>div>footer button{border:0;background:transparent;color:#858a9b;font-size:8px;font-weight:900;padding:2px}.mv4-comment>div>footer button:hover,.mv4-comment>div>footer button.is-liked{color:var(--mv-pink)}.mv4-comment-replying{display:block;color:var(--mv-purple)!important;font-size:8px!important;font-weight:900;margin-top:3px}.mv4-comment-form>div{flex:1;min-width:0;display:flex;flex-direction:column}.mv4-comment-form>div input{width:100%}.mv4-comment-form [data-comment-reply-label]{padding:5px 9px;margin-bottom:4px;border-radius:9px;background:#f0ecff;color:#6545dc;font-size:8px;font-weight:900;cursor:pointer}

.mv4-youtube-preview{margin:10px 0;border:1px solid #e2ddff;border-radius:17px;overflow:hidden;background:#f8f6ff;display:grid;grid-template-columns:190px 1fr;align-items:center}.mv4-youtube-preview iframe{width:100%;aspect-ratio:16/9;border:0}.mv4-youtube-preview>div{padding:12px}.mv4-youtube-preview b{font-size:11px}.mv4-youtube-preview small{display:block;margin-top:4px;color:#818699;font-size:8px}.mv4-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mv4-preview-grid article{position:relative;min-height:100px;border-radius:13px;overflow:hidden;background:#17192d}.mv4-preview-grid img,.mv4-preview-grid video{width:100%;height:110px;object-fit:cover}.mv4-preview-grid span{position:absolute;left:6px;top:6px;width:22px;height:22px;border-radius:8px;display:grid;place-items:center;background:rgba(20,22,42,.72);color:#fff;font-size:8px;font-weight:1000}.mv4-preview-grid small{display:block;padding:6px;color:#fff;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv4-file-preview>p{margin:8px 0 0;color:#777c90;font-size:8px;font-weight:800}

.mv4-notifications-modal>section,.mv4-saved-modal>section{position:relative;width:min(760px,94vw);max-height:86vh;overflow:hidden;border-radius:25px;background:#fff;box-shadow:0 35px 100px rgba(19,17,47,.33);display:flex;flex-direction:column}.mv4-notifications-modal>section>header,.mv4-saved-modal>section>header{min-height:70px;padding:13px 18px;border-bottom:1px solid #eceef4;display:flex;align-items:center;justify-content:space-between}.mv4-notifications-modal>section>header span,.mv4-saved-modal>section>header span{font-size:8px;letter-spacing:.15em;color:var(--mv-purple);font-weight:1000}.mv4-notifications-modal>section>header h2,.mv4-saved-modal>section>header h2{font-size:20px;margin:4px 0 0}.mv4-notifications-modal>section>header>div:last-child{display:flex;gap:7px}.mv4-notifications-modal>section>header button,.mv4-saved-modal>section>header button{min-height:38px;border:0;border-radius:12px;padding:0 12px;background:#f0f1f6;color:#676c80;font-size:9px;font-weight:900}.mv4-notifications-modal>section>header button:last-child,.mv4-saved-modal>section>header>button{width:38px;padding:0;display:grid;place-items:center}.mv4-notification-list,.mv4-saved-list{padding:12px;overflow:auto}.mv4-notification-item{width:100%;min-height:76px;border:0;border-bottom:1px solid #eff0f5;border-radius:14px;padding:10px;display:grid;grid-template-columns:48px 1fr 35px;gap:10px;align-items:center;background:#fff;text-align:left}.mv4-notification-item:hover{background:#f8f7ff}.mv4-notification-item.is-unread{background:linear-gradient(90deg,#f2efff,#fff);box-shadow:inset 3px 0 var(--mv-purple)}.mv4-notification-item>img{width:48px;height:48px;border-radius:15px;object-fit:cover}.mv4-notification-item b{font-size:11px}.mv4-notification-item p{margin:4px 0;color:#555a70;font-size:10px;line-height:1.4}.mv4-notification-item small{color:#969aab;font-size:8px}.mv4-notification-item>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#eeeaff;color:var(--mv-purple)}.mv4-saved-list{display:flex;flex-direction:column;gap:12px}.mv4-saved-list .mv4-post{box-shadow:none;border-color:#e8e9f1}

.mv4-topic-media{width:100%;margin:14px 0;border:0;border-radius:17px;overflow:hidden;background:#15172a;display:block}.mv4-topic-media img,.mv4-topic-media video{width:100%;max-height:480px;object-fit:contain;display:block}.mv4-topic-media iframe{width:100%;aspect-ratio:16/9;border:0;display:block}.mv4-topic-origin footer button.is-followed{color:var(--mv-purple);background:#f1edff}.mv4-topic-media-field input{height:auto!important;padding:13px!important}.mv4-topic-toolbar>div{display:flex;flex-wrap:wrap}.mv4-topic-toolbar button{white-space:nowrap}

.mv4-footer-v53{max-width:1440px;margin:35px auto 18px;padding:0 28px 22px;display:block;color:#72778a}.mv4-footer-hero{position:relative;overflow:hidden;min-height:185px;margin-bottom:17px;padding:30px 34px;border-radius:30px;display:grid;grid-template-columns:78px 1fr auto;gap:21px;align-items:center;background:linear-gradient(125deg,#211553,#41278f 55%,#7c37c8);color:#fff;box-shadow:0 25px 65px rgba(48,30,111,.24)}.mv4-footer-hero:before{content:"";position:absolute;right:-100px;top:-170px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.19),transparent 67%)}.mv4-footer-mark{position:relative;width:72px;height:72px;border-radius:23px;display:grid;place-items:center;background:linear-gradient(145deg,#ff4c91,#6d4aff);box-shadow:0 15px 35px rgba(0,0,0,.23);font-size:30px;font-weight:1000}.mv4-footer-mark i{position:absolute;right:5px;bottom:5px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#31d78f}.mv4-footer-hero>div:nth-child(2)>span{font-size:8px;letter-spacing:.2em;color:#c7baff;font-weight:1000}.mv4-footer-hero h2{margin:7px 0 8px;font-size:25px;letter-spacing:-.8px}.mv4-footer-hero p{max-width:650px;margin:0;color:rgba(255,255,255,.72);font-size:11px;line-height:1.6}.mv4-footer-hero>button{position:relative;z-index:2;min-width:205px;height:60px;border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:0 17px;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.12);color:#fff;text-align:left;backdrop-filter:blur(8px)}.mv4-footer-hero>button:hover{background:#fff;color:#4f31a7;transform:translateY(-2px)}.mv4-footer-hero>button svg{width:23px;height:23px}.mv4-footer-hero>button span{display:flex;flex-direction:column}.mv4-footer-hero>button b{font-size:11px}.mv4-footer-hero>button small{margin-top:3px;font-size:8px;opacity:.72}.mv4-footer-grid{padding:24px;border:1px solid #e5e7ef;border-radius:25px;display:grid;grid-template-columns:1.45fr .7fr .8fr 1fr;gap:25px;background:#fff;box-shadow:var(--mv-shadow-sm)}.mv4-footer-about p{max-width:390px;font-size:10px;line-height:1.7}.mv4-footer-about>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.mv4-footer-about>div span{padding:6px 8px;border-radius:9px;background:#f2efff;color:#6747db;font-size:7px;font-weight:1000}.mv4-footer-grid nav{display:flex;flex-direction:column;gap:9px}.mv4-footer-grid nav>b,.mv4-developer-info>span{margin-bottom:4px;color:#292d43;font-size:10px;letter-spacing:.04em}.mv4-footer-grid nav a{color:#767b8e;font-size:9px;font-weight:800}.mv4-footer-grid nav a:hover{color:var(--mv-purple);transform:translateX(3px)}.mv4-footer-v53 .mv4-developer-info{min-width:0;padding:15px;border-radius:17px;background:linear-gradient(145deg,#f5f2ff,#fff3f9)}.mv4-footer-v53 .mv4-developer-info a{font-size:11px}.mv4-footer-v53 .mv4-developer-info small{display:block;margin-top:8px;color:#8b90a2;font-size:8px}.mv4-footer-bottom{min-height:50px;padding:0 7px;display:flex;align-items:center;justify-content:space-between;border-top:0}.mv4-footer-bottom small{font-size:8px}.mv4-footer-bottom span{padding:6px 9px;border-radius:9px;background:#eeeaff;color:var(--mv-purple);font-size:7px;font-weight:1000}

@media(max-width:1000px){.mv4-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.mv4-footer-grid .mv4-developer-info{grid-column:1/-1}.mv4-footer-hero{grid-template-columns:65px 1fr}.mv4-footer-hero>button{grid-column:1/-1;width:100%;justify-content:center}}
@media(max-width:700px){
  .mv4-media-carousel{margin:0 9px 11px;border-radius:16px;min-height:180px;max-height:470px}.mv4-carousel-item{min-height:180px;max-height:470px}.mv4-carousel-item img,.mv4-carousel-item video{max-height:470px}.mv4-carousel-item iframe{min-height:210px}.mv4-media-arrow{width:36px;height:36px}.mv4-media-counter{right:8px;top:8px}.mv4-post-actions{padding:0 7px;overflow:visible}.mv4-post-actions button{padding:0 7px}.mv4-post-actions time{display:none}.mv4-reaction-chooser{position:fixed;left:10px;right:10px;bottom:82px;justify-content:space-around;transform:translateY(12px)}.mv4-reaction-chooser button{width:58px}.mv4-comment.is-reply{margin-left:22px}.mv4-youtube-preview{grid-template-columns:1fr}.mv4-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mv4-notifications-modal,.mv4-saved-modal{align-items:flex-end}.mv4-notifications-modal>section,.mv4-saved-modal>section{width:100%;max-height:88svh;border-radius:24px 24px 0 0}.mv4-notifications-modal>section>header h2,.mv4-saved-modal>section>header h2{font-size:17px}.mv4-notification-item{grid-template-columns:43px 1fr 30px}.mv4-notification-item>img{width:43px;height:43px}.mv4-footer-v53{padding:0 10px 84px;margin-top:25px}.mv4-footer-hero{min-height:0;padding:22px;border-radius:23px;grid-template-columns:52px 1fr;gap:13px}.mv4-footer-mark{width:52px;height:52px;border-radius:17px;font-size:22px}.mv4-footer-hero h2{font-size:20px}.mv4-footer-hero p{font-size:9px}.mv4-footer-grid{padding:18px;border-radius:21px;grid-template-columns:1fr 1fr;gap:20px}.mv4-footer-about{grid-column:1/-1}.mv4-footer-grid .mv4-developer-info{grid-column:1/-1}.mv4-footer-bottom{padding:0 3px}.mv4-rail-nav>button{display:none}
}
@media(min-width:701px){.mv4-post:not(.is-detail)>.mv4-media-carousel{width:min(72%,680px);margin-left:auto;margin-right:auto}.mv4-post:not(.is-detail)>.mv4-media-carousel .mv4-carousel-item iframe{min-height:270px}}

/* Meydan V5.4 - avatar ızgarası düzeltmesi ve genel okunabilirlik */
.mv4-avatar-modal>section{
  height:min(760px,92vh);
}
.mv4-avatar-modal>section>header b{font-size:18px}
.mv4-avatar-modal>section>header small{font-size:11px;line-height:1.4}
.mv4-avatar-current{flex:0 0 auto}
.mv4-avatar-current b{font-size:13px}
.mv4-avatar-current small{font-size:10px;line-height:1.4}
.mv4-avatar-grid{
  flex:1 1 auto;
  min-height:0;
  max-height:none;
  grid-template-columns:repeat(auto-fill,minmax(78px,1fr));
  grid-auto-rows:82px;
  grid-auto-flow:row;
  align-items:stretch;
  align-content:start;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.mv4-avatar-grid>button{
  width:100%;
  height:82px;
  min-height:82px;
  aspect-ratio:auto;
  position:relative;
  isolation:isolate;
}
.mv4-avatar-grid>button img{
  position:absolute;
  inset:4px;
  width:calc(100% - 8px);
  height:calc(100% - 8px);
  object-fit:cover;
  object-position:center;
}
.mv4-avatar-grid>button.is-selected:after{
  content:"✓";
  position:absolute;
  z-index:2;
  right:5px;
  bottom:5px;
  width:23px;
  height:23px;
  border:2px solid #fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#6d4aff,#ff477e);
  color:#fff;
  font-size:12px;
  font-weight:1000;
  box-shadow:0 5px 14px rgba(67,45,155,.28);
}
.mv4-avatar-clear{font-size:12px;letter-spacing:.01em}

/* Ana portal yazıları */
.mv4-brand strong{font-size:20px}
.mv4-brand small{font-size:11px;line-height:1.35}
.mv4-desktop-nav a{font-size:14px}
.mv4-account small{font-size:10px}
.mv4-account b{font-size:13px}
.mv4-rail-label{font-size:12px}
.mv4-rail-nav a b,.mv4-rail-nav>button b{font-size:15px}
.mv4-rail-nav a small,.mv4-rail-nav>button small{font-size:11px;line-height:1.4}
.mv4-account-card small{font-size:12px}
.mv4-account-card b{font-size:15px}
.mv4-account-card button{font-size:13px}
.mv4-live-mini header b,.mv4-side-card h3,.mv4-side-card>header h3{font-size:15px}
.mv4-live-mini header button{font-size:12px}
.mv4-room-mini-item b{font-size:13px}
.mv4-room-mini-item small{font-size:11px;line-height:1.4}
.mv4-side-card>header>span,.mv4-connection-card header span,.mv4-connection-card header b{font-size:10px}
.mv4-connection-card p,.mv4-connection-card li{font-size:12px;line-height:1.55}
.mv4-side-card p,.mv4-side-card small,.mv4-showcase-item p,.mv4-showcase-item small,.mv4-gift-item small{font-size:12px;line-height:1.55}
.mv4-showcase-item b,.mv4-gift-item b{font-size:13px}
.mv4-members-strip header span,.mv4-feed-head span,.mv4-video-section header span,.mv4-blog-section header span,.mv4-rooms-intro>span{font-size:12px}
.mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2{font-size:23px}
.mv4-members-strip header button,.mv4-video-section header button,.mv4-feed-head button,.mv4-feed-controls button{font-size:12px}
.mv4-story-person b{font-size:12px}
.mv4-story-person small{font-size:11px}
.mv4-compose-inline>button b,.mv4-compose-inline>button span{font-size:14px}
.mv4-compose-inline>button small,.mv4-compose-inline>small{font-size:11px}
.mv4-post-author strong{font-size:16px}
.mv4-post-author small{font-size:12px}
.mv4-post-badge{font-size:11px}
.mv4-post-body{font-size:16px;line-height:1.75}
.mv4-post-mood{font-size:12px}
.mv4-post-actions button{font-size:13px}
.mv4-post-actions time{font-size:11px}
.mv4-reaction-summary b{font-size:11px}
.mv4-reaction-chooser small{font-size:9px}
.mv4-comment header b{font-size:13px}
.mv4-comment header small{font-size:11px}
.mv4-comment p{font-size:14px;line-height:1.6}
.mv4-comment>div>footer button,.mv4-comment-replying{font-size:10px!important}
.mv4-comment-form input{font-size:14px}
.mv4-comment-form [data-comment-reply-label]{font-size:10px}
.mv4-all-comments{font-size:13px}
.mv4-post-menu-pop button{font-size:13px}
.mv4-video-meta b{font-size:14px}
.mv4-video-meta small,.mv4-video-meta>button:last-child{font-size:12px}
.mv4-discussion-head span{font-size:12px}
.mv4-discussion-head h2{font-size:25px}
.mv4-discussion-head p{font-size:14px;line-height:1.55}
.mv4-discussion-head>button{font-size:13px}
.mv4-discussion-categories>button b{font-size:13px}
.mv4-discussion-categories>button small{font-size:11px}
.mv4-topic-main h3{font-size:16px}
.mv4-topic-main p{font-size:13px;line-height:1.6}
.mv4-topic-main small,.mv4-topic-metrics span,.mv4-topic-category{font-size:11px}
.mv4-blog-grid h3{font-size:17px}
.mv4-blog-grid p{font-size:13px;line-height:1.6}
.mv4-blog-grid small{font-size:11px}

/* Formlar, pencereler ve bildirimler */
.mv4-compose-card>header span,.mv4-edit-card>header span,.mv4-detail-card>header span,.mv4-topic-create-card>header span,.mv4-topic-detail-card>header span,.mv4-notifications-modal>section>header span,.mv4-saved-modal>section>header span{font-size:11px}
.mv4-compose-card>header h2,.mv4-edit-card>header h2,.mv4-detail-card>header h2,.mv4-topic-create-card>header h2,.mv4-topic-detail-card>header h2,.mv4-notifications-modal>section>header h2,.mv4-saved-modal>section>header h2{font-size:23px}
.mv4-compose-card input,.mv4-compose-card textarea,.mv4-compose-card select,.mv4-edit-card input,.mv4-edit-card textarea,.mv4-edit-card select,.mv4-topic-create-card input,.mv4-topic-create-card textarea,.mv4-topic-create-card select,.mv4-topic-detail-card input,.mv4-topic-detail-card textarea{font-size:14px}
.mv4-topic-create-card form label>span,.mv4-topic-detail-card form label>span{font-size:11px}
.mv4-compose-note,.mv4-compose-tools small,.mv4-file-preview>p,.mv4-youtube-preview small{font-size:10px;line-height:1.5}
.mv4-youtube-preview b{font-size:13px}
.mv4-notification-item b{font-size:13px}
.mv4-notification-item p,.mv4-notification-item small{font-size:11px;line-height:1.5}

/* Geliştirilmiş ve daha okunaklı footer */
.mv4-footer-hero>div:nth-child(2)>span{font-size:11px;letter-spacing:.18em}
.mv4-footer-hero h2{font-size:29px;line-height:1.15}
.mv4-footer-hero p{font-size:13px;line-height:1.7}
.mv4-footer-hero>button b{font-size:13px}
.mv4-footer-hero>button small{font-size:10px;line-height:1.4}
.mv4-footer-brand b{font-size:18px}
.mv4-footer-about p{font-size:13px;line-height:1.7}
.mv4-footer-about>div span{font-size:9px}
.mv4-footer-grid nav>b,.mv4-developer-info>span{font-size:13px}
.mv4-footer-grid nav a{font-size:12px;line-height:1.45}
.mv4-footer-v53 .mv4-developer-info a{font-size:13px}
.mv4-footer-v53 .mv4-developer-info small{font-size:10px;line-height:1.45}
.mv4-footer-bottom small{font-size:10px}
.mv4-footer-bottom span{font-size:9px}

@media(max-width:700px){
  .mv4-avatar-modal>section{height:86svh;max-height:86svh}
  .mv4-avatar-modal>section>header b{font-size:17px}
  .mv4-avatar-modal>section>header small{font-size:10px}
  .mv4-avatar-current b{font-size:12px}
  .mv4-avatar-current small{font-size:9px}
  .mv4-avatar-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    grid-auto-rows:clamp(64px,20vw,76px);
    gap:9px;
    padding:12px;
  }
  .mv4-avatar-grid>button{
    height:100%;
    min-height:0;
  }
  .mv4-avatar-clear{font-size:11px}

  .mv4-brand strong{font-size:17px}
  .mv4-brand small{font-size:9px}
  .mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2{font-size:20px}
  .mv4-members-strip header span,.mv4-feed-head span,.mv4-video-section header span,.mv4-blog-section header span{font-size:11px}
  .mv4-feed-head button,.mv4-feed-controls button{font-size:11px}
  .mv4-post-author strong{font-size:15px}
  .mv4-post-author small{font-size:11px}
  .mv4-post-body{font-size:15px;line-height:1.7}
  .mv4-post-actions button{font-size:12px}
  .mv4-comment p{font-size:13px}
  .mv4-mobile-nav a,.mv4-mobile-nav button{font-size:10px}

  .mv4-footer-hero>div:nth-child(2)>span{font-size:10px}
  .mv4-footer-hero h2{font-size:23px}
  .mv4-footer-hero p{font-size:12px;line-height:1.65}
  .mv4-footer-hero>button b{font-size:13px}
  .mv4-footer-hero>button small{font-size:10px}
  .mv4-footer-about p{font-size:12px}
  .mv4-footer-about>div span{font-size:9px}
  .mv4-footer-grid nav>b,.mv4-developer-info>span{font-size:12px}
  .mv4-footer-grid nav a{font-size:11px}
  .mv4-footer-v53 .mv4-developer-info a{font-size:12px}
  .mv4-footer-v53 .mv4-developer-info small{font-size:10px}
  .mv4-footer-bottom{gap:10px}
  .mv4-footer-bottom small{font-size:9px;line-height:1.45}
  .mv4-footer-bottom span{font-size:8px;white-space:nowrap}
}

/* =========================================================
   Meydan V5.5 — Aurora / premium experience layer
   ========================================================= */
:root{
  --mv-v55-violet:#7257ff;
  --mv-v55-magenta:#ff4b92;
  --mv-v55-blue:#26b7f2;
  --mv-v55-night:#17102e;
  --mv-v55-glow:0 24px 70px rgba(72,48,154,.16);
  --mv-v55-border:rgba(118,91,219,.16);
  --mv-pointer-x:50vw;
  --mv-pointer-y:20vh;
  --mv-hero-rx:0deg;
  --mv-hero-ry:0deg;
}

.mv4-v55{
  background:
    radial-gradient(circle at 8% 4%,rgba(89,199,255,.12),transparent 27rem),
    radial-gradient(circle at 93% 14%,rgba(255,75,146,.10),transparent 25rem),
    linear-gradient(180deg,#f8f8fd 0,#f4f5fb 45%,#f8f7fc 100%);
  position:relative;
}
.mv4-v55:before{
  content:"";
  position:fixed;
  z-index:-2;
  inset:0;
  pointer-events:none;
  opacity:.42;
  background-image:
    linear-gradient(rgba(77,54,151,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(77,54,151,.025) 1px,transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 85%);
  mask-image:linear-gradient(to bottom,#000,transparent 85%);
}
.mv4-ambient-scene{position:fixed;z-index:-1;inset:0;overflow:hidden;pointer-events:none;contain:strict}
.mv4-ambient-scene i{position:absolute;display:block;border-radius:50%;filter:blur(7px);opacity:.44;will-change:transform}
.mv4-ambient-scene i:nth-child(1){width:390px;height:390px;left:-180px;top:14%;background:radial-gradient(circle,rgba(44,190,242,.24),transparent 69%);animation:mv55FloatA 18s ease-in-out infinite}
.mv4-ambient-scene i:nth-child(2){width:460px;height:460px;right:-230px;top:23%;background:radial-gradient(circle,rgba(255,75,146,.20),transparent 68%);animation:mv55FloatB 22s ease-in-out infinite}
.mv4-ambient-scene i:nth-child(3){width:520px;height:520px;left:36%;bottom:-330px;background:radial-gradient(circle,rgba(114,87,255,.18),transparent 68%);animation:mv55FloatA 25s ease-in-out infinite reverse}
.mv4-ambient-scene span{position:absolute;width:320px;height:320px;left:var(--mv-pointer-x);top:var(--mv-pointer-y);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(114,87,255,.075),transparent 67%);transition:left .08s linear,top .08s linear}

.mv4-progress{height:3px;background:rgba(255,255,255,.35)}
.mv4-progress span{background:linear-gradient(90deg,#26b7f2,#7257ff 42%,#ff4b92 75%,#ff9a4d);box-shadow:0 0 18px rgba(114,87,255,.55)}

.mv4-header{
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(250,249,255,.84));
  border-bottom-color:rgba(216,214,231,.76);
  box-shadow:0 9px 35px rgba(39,29,85,.055);
  backdrop-filter:blur(22px) saturate(145%);
  transition:height .24s ease,background .24s ease,box-shadow .24s ease;
}
.mv4-header:after{content:"";position:absolute;left:50%;bottom:-1px;width:min(1120px,82vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(114,87,255,.33),rgba(255,75,146,.22),transparent)}
.mv4-header.is-condensed{background:rgba(255,255,255,.9);box-shadow:0 15px 45px rgba(34,26,79,.11)}
.mv4-header-inner{max-width:1540px}
.mv4-brand{position:relative;isolation:isolate;overflow:hidden;border-color:rgba(114,87,255,.17);background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(245,242,255,.9) 52%,rgba(255,245,250,.92));box-shadow:0 10px 28px rgba(52,37,118,.09),inset 0 1px 0 #fff;transition:transform .22s ease,box-shadow .22s ease}
.mv4-brand:before{content:"";position:absolute;z-index:-1;width:110px;height:150%;left:-125px;top:-25%;transform:skewX(-23deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);animation:mv55BrandShine 6.5s ease-in-out infinite}
.mv4-brand:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(52,37,118,.14),inset 0 1px 0 #fff}
.mv4-brand-orb{background:linear-gradient(145deg,#21154d 0%,#6745dc 50%,#b83dcb 100%);box-shadow:0 14px 34px rgba(99,65,217,.34),inset 0 1px 0 rgba(255,255,255,.24)}
.mv4-brand-orb:after{content:"";position:absolute;inset:-40%;background:conic-gradient(from 20deg,transparent,rgba(255,255,255,.22),transparent 28%);animation:mv55Spin 5.5s linear infinite}
.mv4-brand-orb b,.mv4-brand-orb i{z-index:2}
.mv4-brand strong{background:linear-gradient(90deg,#201934,#6546cf 65%,#c43f9c);-webkit-background-clip:text;background-clip:text;color:transparent}
.mv4-brand small{color:#7257d8;letter-spacing:.15em}

.mv4-desktop-nav{justify-content:center}
.mv4-desktop-nav a{position:relative;overflow:hidden;border:1px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
.mv4-desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;border-radius:999px;background:linear-gradient(90deg,#7257ff,#ff4b92);transition:left .22s ease,right .22s ease}
.mv4-desktop-nav a:hover{transform:translateY(-1px);background:rgba(245,242,255,.86);border-color:rgba(114,87,255,.12)}
.mv4-desktop-nav a:hover:after,.mv4-desktop-nav a.is-active:after{left:13px;right:13px}
.mv4-desktop-nav a.is-active{color:#6848d8;background:linear-gradient(135deg,#f0ecff,#fff1f7);border-color:rgba(114,87,255,.14);box-shadow:0 7px 18px rgba(93,63,188,.08)}

.mv4-round-btn,.mv4-menu-btn,.mv4-account{position:relative;overflow:hidden;border-color:rgba(94,81,153,.14);background:rgba(255,255,255,.86);box-shadow:0 7px 22px rgba(37,29,79,.06);transition:transform .18s ease,box-shadow .18s ease,color .18s ease,border-color .18s ease}
.mv4-round-btn:hover,.mv4-menu-btn:hover{transform:translateY(-2px);color:#6848de;border-color:rgba(114,87,255,.27);box-shadow:0 12px 27px rgba(54,39,119,.12)}
.mv4-account:hover{transform:translateY(-2px);border-color:rgba(114,87,255,.24);box-shadow:0 13px 30px rgba(49,36,108,.11)}
.mv4-account img{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(114,87,255,.13)}
.mv4-notification-button b{box-shadow:0 0 0 3px #fff,0 5px 12px rgba(255,75,146,.28)}

.mv4-shell{max-width:1540px;gap:24px}
.mv4-left-rail,.mv4-right-rail{top:calc(var(--mv-header) + 18px)}
.mv4-rail-card,.mv4-side-card,.mv4-members-strip,.mv4-video-section,.mv4-blog-section,.mv4-discussion-section,.mv4-rooms-section,.mv4-post{
  isolation:isolate;
  position:relative;
}
.mv4-rail-card:after,.mv4-side-card:after,.mv4-members-strip:after,.mv4-video-section:after,.mv4-blog-section:after,.mv4-discussion-section:after,.mv4-rooms-section:after,.mv4-post:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:radial-gradient(260px circle at var(--mv-card-x,50%) var(--mv-card-y,0),rgba(114,87,255,.075),transparent 64%);
  opacity:0;
  transition:opacity .25s ease;
}
.mv4-rail-card:hover:after,.mv4-side-card:hover:after,.mv4-members-strip:hover:after,.mv4-video-section:hover:after,.mv4-blog-section:hover:after,.mv4-discussion-section:hover:after,.mv4-rooms-section:hover:after,.mv4-post:hover:after{opacity:1}
.mv4-rail-card,.mv4-side-card{border-color:var(--mv-v55-border);box-shadow:0 11px 34px rgba(45,34,93,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mv4-rail-card:hover,.mv4-side-card:hover{transform:translateY(-3px);border-color:rgba(114,87,255,.24);box-shadow:0 18px 42px rgba(45,34,93,.11)}
.mv4-rail-nav a,.mv4-rail-nav>button{transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.mv4-rail-nav a:hover,.mv4-rail-nav>button:hover{transform:translateX(4px)}
.mv4-rail-nav a.is-active>span,.mv4-rail-nav>button.is-active>span{box-shadow:0 10px 24px rgba(105,70,224,.28)}
.mv4-account-glow{background:radial-gradient(circle at 92% 0,rgba(114,87,255,.21),transparent 48%),radial-gradient(circle at 0 100%,rgba(38,183,242,.10),transparent 43%)}

.mv4-hero{
  min-height:360px;
  border:1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px),
    radial-gradient(circle at 88% 14%,rgba(255,106,177,.55),transparent 34%),
    radial-gradient(circle at 6% 100%,rgba(25,194,232,.30),transparent 38%),
    linear-gradient(135deg,#120c29 0%,#2c1a62 43%,#6740cb 73%,#9f39b4 100%);
  background-size:38px 38px,38px 38px,auto,auto,auto;
  box-shadow:0 30px 80px rgba(46,29,112,.30),inset 0 1px 0 rgba(255,255,255,.16);
  transform:perspective(1200px) rotateX(var(--mv-hero-rx)) rotateY(var(--mv-hero-ry));
  transition:transform .22s ease,box-shadow .28s ease;
}
.mv4-hero:hover{box-shadow:0 36px 92px rgba(46,29,112,.36),inset 0 1px 0 rgba(255,255,255,.18)}
.mv4-hero:before{width:540px;height:540px;right:-180px;top:-310px;background:radial-gradient(circle,rgba(255,171,211,.57),rgba(255,71,126,0) 64%);animation:mv55HeroGlow 8s ease-in-out infinite}
.mv4-hero:after{width:430px;height:430px;left:-220px;bottom:-310px;background:radial-gradient(circle,rgba(38,202,241,.48),rgba(24,184,216,0) 68%)}
.mv4-hero-copy:after{content:"";position:absolute;left:0;bottom:-34px;width:140px;height:2px;border-radius:999px;background:linear-gradient(90deg,#68e9ff,#ff89bb,transparent);opacity:.65}
.mv4-eyebrow{padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.mv4-hero h1{text-shadow:0 9px 35px rgba(0,0,0,.22)}
.mv4-hero h1 em{background:linear-gradient(90deg,#ff9ec6,#ffc690);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}
.mv4-chat-cta,.mv4-register-cta{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.mv4-chat-cta:before,.mv4-register-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.24),transparent 70%);transform:translateX(-120%);transition:transform .5s ease}
.mv4-chat-cta:hover:before,.mv4-register-cta:hover:before{transform:translateX(120%)}
.mv4-chat-cta:hover,.mv4-register-cta:hover{transform:translateY(-3px)}
.mv4-chat-cta{background:linear-gradient(135deg,#ff3e82,#ff764f);box-shadow:0 15px 38px rgba(255,63,130,.36)}
.mv4-chat-cta:hover{box-shadow:0 20px 46px rgba(255,63,130,.44)}
.mv4-register-cta:hover{background:rgba(255,255,255,.17)}
.mv4-hero-core{background:radial-gradient(circle at 31% 20%,#b9a4ff,#6942db 49%,#2c176f 72%);box-shadow:0 0 0 16px rgba(255,255,255,.045),0 0 0 34px rgba(255,255,255,.027),0 34px 75px rgba(0,0,0,.34),0 0 50px rgba(174,114,255,.24)}

.mv4-members-strip,.mv4-video-section,.mv4-blog-section,.mv4-discussion-section,.mv4-rooms-section{
  border-color:rgba(99,78,171,.14);
  background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(251,250,255,.96));
  box-shadow:0 15px 45px rgba(47,35,97,.075),inset 0 1px 0 #fff;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.mv4-members-strip:hover,.mv4-video-section:hover,.mv4-blog-section:hover,.mv4-discussion-section:hover,.mv4-rooms-section:hover{transform:translateY(-2px);border-color:rgba(114,87,255,.22);box-shadow:0 22px 55px rgba(47,35,97,.12),inset 0 1px 0 #fff}
.mv4-members-strip h2,.mv4-feed-head h2,.mv4-video-section h2,.mv4-blog-section h2,.mv4-discussion-head h2{letter-spacing:-.75px}
.mv4-members-strip header span,.mv4-feed-head span,.mv4-video-section header span,.mv4-blog-section header span,.mv4-rooms-intro>span,.mv4-discussion-head span{background:linear-gradient(90deg,#6848db,#d241a7);-webkit-background-clip:text;background-clip:text;color:transparent}
.mv4-members-strip header button,.mv4-video-section header button,.mv4-feed-controls button{transition:transform .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}
.mv4-members-strip header button:hover,.mv4-video-section header button:hover,.mv4-feed-controls button:hover{transform:translateY(-2px);color:#6848db;border-color:rgba(114,87,255,.25);box-shadow:0 9px 22px rgba(65,47,137,.09)}
.mv4-story-avatar{position:relative;background:linear-gradient(145deg,#6d4aff,#d646bd 58%,#ff754e);box-shadow:0 9px 24px rgba(104,67,213,.20);transition:transform .22s ease,box-shadow .22s ease}
.mv4-story-avatar:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(114,87,255,.18);border-radius:inherit;opacity:0;transform:scale(.92);transition:opacity .22s ease,transform .22s ease}
.mv4-story-person:hover .mv4-story-avatar{transform:translateY(-4px) scale(1.025);box-shadow:0 15px 31px rgba(104,67,213,.28)}
.mv4-story-person:hover .mv4-story-avatar:after{opacity:1;transform:scale(1)}
.mv4-story-arrow{box-shadow:0 10px 25px rgba(42,31,92,.12);transition:transform .18s ease,color .18s ease}
.mv4-story-arrow:hover{transform:translateY(-50%) scale(1.06);color:#6848db}

.mv4-compose-inline{overflow:hidden;border-color:rgba(103,82,177,.16);background:linear-gradient(130deg,#fff 0%,#fbf9ff 63%,#fff6fa 100%);box-shadow:0 15px 40px rgba(46,34,95,.08);transition:transform .22s ease,box-shadow .22s ease}
.mv4-compose-inline:before{content:"";position:absolute;width:130px;height:130px;right:-70px;top:-75px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,146,.13),transparent 69%)}
.mv4-compose-inline:hover{transform:translateY(-2px);box-shadow:0 21px 50px rgba(46,34,95,.13)}
.mv4-compose-inline>img{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(114,87,255,.13)}
.mv4-compose-inline>button{position:relative;background:rgba(245,244,250,.8);transition:background .18s ease,color .18s ease}
.mv4-compose-inline>button:hover{background:#f0ecff;color:#5f41cf}
.mv4-compose-icon{background:linear-gradient(145deg,#6d4aff,#a33eda);color:#fff;box-shadow:0 10px 24px rgba(101,65,213,.25)}

.mv4-feed-head nav{border:1px solid rgba(97,81,153,.09);background:rgba(235,236,244,.86);box-shadow:inset 0 1px 2px rgba(38,29,77,.03)}
.mv4-feed-head button{transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.mv4-feed-head button:hover{transform:translateY(-1px);color:#6848db}
.mv4-feed-head button.is-active{background:linear-gradient(135deg,#fff,#f8f5ff);box-shadow:0 7px 17px rgba(45,34,95,.11)}

.mv4-post{
  overflow:visible;
  border-color:rgba(96,78,160,.15);
  background:linear-gradient(155deg,#fff 0%,#fff 72%,#fcfaff 100%);
  box-shadow:0 16px 46px rgba(40,30,83,.075),inset 0 1px 0 #fff;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.mv4-post:before{content:"";position:absolute;z-index:-2;left:22px;right:22px;bottom:-12px;height:30px;border-radius:50%;background:rgba(67,44,141,.12);filter:blur(18px);opacity:.42;transition:opacity .22s ease,transform .22s ease}
.mv4-post:hover{transform:translateY(-3px);border-color:rgba(114,87,255,.24);box-shadow:0 25px 62px rgba(40,30,83,.125),inset 0 1px 0 #fff}
.mv4-post:hover:before{opacity:.68;transform:translateY(3px)}
.mv4-post-head>img,.mv4-post-author-button img{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(114,87,255,.12)}
.mv4-post-author strong{letter-spacing:-.15px}
.mv4-post-badge{background:linear-gradient(135deg,#efebff,#fff0f7);color:#6746d7;border:1px solid rgba(114,87,255,.10)}
.mv4-post-body{color:#363a4d}
.mv4-post-media{position:relative}
.mv4-post-media.mv4-media-image{background:linear-gradient(145deg,#f5f2ff,#fff2f7);box-shadow:inset 0 0 0 1px rgba(114,87,255,.09)}
.mv4-post-media.mv4-media-image img{transition:transform .35s ease,filter .35s ease}
.mv4-post:hover .mv4-post-media.mv4-media-image img{filter:saturate(1.035)}
.mv4-post-actions{border-top-color:rgba(91,75,144,.09);background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(249,248,253,.76));border-radius:0 0 inherit inherit}
.mv4-post-actions button{position:relative;overflow:hidden;transition:transform .18s ease,color .18s ease,background .18s ease}
.mv4-post-actions button:hover{transform:translateY(-1px);background:#f2efff;color:#6746db}
.mv4-post-actions button.is-active{background:linear-gradient(135deg,#fff0f5,#f2ecff)}
.mv4-reaction-chooser{border-color:rgba(114,87,255,.16);box-shadow:0 20px 55px rgba(31,23,72,.22)}
.mv4-comment{transition:background .18s ease,transform .18s ease}
.mv4-comment:hover{background:#faf8ff;transform:translateX(2px)}
.mv4-comment-form{background:linear-gradient(135deg,#f7f7fb,#fbf9ff)}

.mv4-video-card{border:1px solid rgba(255,255,255,.07);box-shadow:0 13px 32px rgba(20,18,45,.16);transition:transform .23s ease,box-shadow .23s ease}
.mv4-video-card:hover{transform:translateY(-4px);box-shadow:0 20px 43px rgba(20,18,45,.24)}
.mv4-video-meta{background:linear-gradient(135deg,#171329,#2d2352 56%,#493071)}
.mv4-room-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.mv4-room-card:hover{transform:translateY(-3px);border-color:rgba(114,87,255,.26);box-shadow:0 14px 28px rgba(44,32,94,.12)}
.mv4-topic-item{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.mv4-topic-item:hover{transform:translateY(-2px);border-color:rgba(114,87,255,.23);box-shadow:0 13px 28px rgba(47,34,100,.09)}
.mv4-blog-grid article{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mv4-blog-grid article:hover{transform:translateY(-4px);border-color:rgba(114,87,255,.22);box-shadow:0 17px 36px rgba(44,33,92,.11)}
.mv4-blog-image img{transition:transform .45s ease}
.mv4-blog-grid article:hover .mv4-blog-image img{transform:scale(1.045)}

.mv4-modal-backdrop,.mv4-search-backdrop{background:rgba(16,12,35,.64);backdrop-filter:blur(8px) saturate(115%)}
.mv4-compose-card,.mv4-detail-card,.mv4-edit-card,.mv4-topic-create-card,.mv4-topic-detail-card,.mv4-search-modal>section,.mv4-notifications-modal>section,.mv4-saved-modal>section,.mv4-profile-modal>section,.mv4-avatar-modal>section{border:1px solid rgba(255,255,255,.76);box-shadow:0 38px 110px rgba(20,14,54,.34),0 0 0 1px rgba(95,72,179,.07);animation:mv55ModalIn .26s cubic-bezier(.2,.78,.22,1)}
.mv4-compose-card>header,.mv4-detail-card>header,.mv4-edit-card>header,.mv4-topic-create-card>header,.mv4-topic-detail-card>header,.mv4-notifications-modal>section>header,.mv4-saved-modal>section>header{background:linear-gradient(135deg,#faf8ff,#f5f9ff 54%,#fff7fa)}
.mv4-submit{position:relative;overflow:hidden;background:linear-gradient(105deg,#6747e4,#9d3ac8 58%,#f0448e);box-shadow:0 12px 28px rgba(105,65,206,.27);transition:transform .18s ease,box-shadow .18s ease}
.mv4-submit:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(105,65,206,.35)}
.mv4-avatar-grid>button{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease}
.mv4-avatar-grid>button:hover{transform:translateY(-4px) scale(1.025);box-shadow:0 13px 27px rgba(56,41,118,.16);filter:saturate(1.06)}
.mv4-avatar-grid>button.is-selected{border-color:#7a5cff;box-shadow:0 0 0 3px rgba(114,87,255,.12),0 13px 27px rgba(56,41,118,.16)}

.mv4-drawer-backdrop{z-index:0;background:rgba(14,11,31,.48);backdrop-filter:blur(2px)}
.mv4-drawer>section{z-index:1;isolation:isolate;border-left:1px solid rgba(114,87,255,.13);background:linear-gradient(180deg,#fff,#fbfaff);box-shadow:-18px 0 55px rgba(18,14,43,.18);overscroll-behavior:contain;touch-action:pan-y}
.mv4-drawer>section:before{content:"";position:absolute;z-index:-1;width:260px;height:260px;right:-130px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(114,87,255,.15),transparent 69%)}
.mv4-drawer-user{border:1px solid rgba(114,87,255,.12);background:linear-gradient(135deg,#f1edff,#fff1f7);box-shadow:0 10px 25px rgba(56,41,118,.07)}
.mv4-drawer nav a,.mv4-drawer nav button{transition:transform .18s ease,background .18s ease,color .18s ease}
.mv4-drawer nav a:hover,.mv4-drawer nav button:hover{transform:translateX(4px)}
.mv4-drawer-actions{grid-template-columns:1fr}
.mv4-drawer-actions>*{width:100%;background:linear-gradient(110deg,#ff3f7f,#f35b55)!important;color:#fff!important;box-shadow:0 12px 28px rgba(244,64,111,.25)}

.mv4-footer-v53{position:relative}
.mv4-footer-hero{border:1px solid rgba(255,255,255,.11);background:
  linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),
  radial-gradient(circle at 90% 15%,rgba(255,83,154,.40),transparent 34%),
  linear-gradient(125deg,#17102f,#35206e 51%,#7134ad);
  background-size:36px 36px,36px 36px,auto,auto;
  box-shadow:0 30px 75px rgba(42,25,101,.27)}
.mv4-footer-hero:after{content:"";position:absolute;left:-80px;bottom:-190px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(30,205,235,.31),transparent 68%)}
.mv4-footer-mark{background:linear-gradient(145deg,#ff4c91,#804de7 60%,#3baee8);box-shadow:0 17px 38px rgba(0,0,0,.26),0 0 0 7px rgba(255,255,255,.055)}
.mv4-footer-hero>button{overflow:hidden;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}
.mv4-footer-hero>button:hover{transform:translateY(-4px);box-shadow:0 17px 35px rgba(0,0,0,.18)}
.mv4-footer-grid{border-color:rgba(99,78,171,.14);background:linear-gradient(145deg,#fff,#fcfbff);box-shadow:0 17px 48px rgba(43,32,90,.08)}
.mv4-footer-brand span{color:#ff4b92;text-shadow:0 0 14px rgba(255,75,146,.34)}
.mv4-developer-info{border:1px solid rgba(114,87,255,.10)}
.mv4-footer-bottom{gap:12px}
.mv4-footer-live{display:flex;align-items:center;gap:7px;margin-left:auto;color:#74798c;font-size:10px;font-weight:800}
.mv4-footer-live i{width:7px;height:7px;border-radius:50%;background:#35ce91;box-shadow:0 0 0 5px rgba(53,206,145,.11);animation:mvPulse 1.8s infinite}
.mv4-footer-live b{font-size:10px}.mv4-footer-live time{min-width:36px;color:#6848d8;font-weight:1000}
.mv4-v55.is-offline .mv4-footer-live i{background:#ff9a4d;box-shadow:0 0 0 5px rgba(255,154,77,.12);animation:none}

.mv4-mobile-nav{border-color:rgba(117,93,201,.18);background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(248,245,255,.93));box-shadow:0 18px 50px rgba(36,26,83,.22),inset 0 1px 0 #fff}
.mv4-mobile-nav a,.mv4-mobile-nav button{transition:transform .18s ease,color .18s ease,background .18s ease}
.mv4-mobile-nav a:active,.mv4-mobile-nav button:active{transform:scale(.94)}
.mv4-mobile-nav .is-active{background:linear-gradient(135deg,#eee9ff,#fff0f6);box-shadow:inset 0 0 0 1px rgba(114,87,255,.08)}
.mv4-mobile-nav .mv4-mobile-create{background:linear-gradient(145deg,#6848e7,#ac3ccb 58%,#ff4b87);box-shadow:0 15px 32px rgba(104,72,231,.39),0 0 0 5px rgba(255,255,255,.8)}
.mv4-top-button{border:1px solid rgba(255,255,255,.5);background:linear-gradient(145deg,#6848e4,#d642ad);color:#fff;box-shadow:0 13px 30px rgba(91,54,184,.31)}

button,a,.mv4-story-person,.mv4-topic-item,.mv4-blog-grid article{position:relative}
.mv4-ripple{position:absolute!important;z-index:9!important;width:12px!important;height:12px!important;margin:-6px 0 0 -6px!important;border-radius:50%!important;background:rgba(255,255,255,.48)!important;pointer-events:none!important;animation:mv55Ripple .62s ease-out forwards!important}
:focus-visible{outline:3px solid rgba(114,87,255,.35);outline-offset:3px}

.mv4-reveal{opacity:0;transform:translateY(18px) scale(.992);transition:opacity .55s ease var(--mv-reveal-delay,0ms),transform .55s cubic-bezier(.2,.72,.2,1) var(--mv-reveal-delay,0ms)}
.mv4-reveal.is-visible{opacity:1;transform:none}

@keyframes mv55FloatA{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(38px,-35px,0) scale(1.08)}}
@keyframes mv55FloatB{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-42px,40px,0) scale(.94)}}
@keyframes mv55BrandShine{0%,64%{left:-125px}82%,100%{left:115%}}
@keyframes mv55Spin{to{transform:rotate(360deg)}}
@keyframes mv55HeroGlow{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.09);opacity:.82}}
@keyframes mv55ModalIn{from{opacity:0;transform:translateY(15px) scale(.975)}to{opacity:1;transform:none}}
@keyframes mv55Ripple{0%{opacity:.8;transform:scale(0)}100%{opacity:0;transform:scale(22)}}

@media(max-width:1260px){
  .mv4-desktop-nav a{padding:0 11px;font-size:12px}
  .mv4-brand{min-width:205px}
}

@media(max-width:960px){
  .mv4-shell{padding-top:18px}
  .mv4-hero{transform:none!important}
  .mv4-post-media.mv4-media-image{width:min(78%,620px)}
}

@media(max-width:700px){
  :root{--mv-header:68px}
  .mv4-v55:before{background-size:32px 32px;opacity:.28}
  .mv4-ambient-scene i:nth-child(1){width:260px;height:260px;left:-150px}
  .mv4-ambient-scene i:nth-child(2){width:290px;height:290px;right:-180px}
  .mv4-ambient-scene i:nth-child(3),.mv4-ambient-scene span{display:none}
  .mv4-header{height:68px}
  .mv4-header-inner{padding:6px 9px;gap:7px}
  .mv4-brand{max-width:calc(100vw - 114px);padding:4px 8px 4px 4px;border-radius:15px}
  .mv4-brand-orb{width:42px;height:42px;border-radius:14px}
  .mv4-brand-orb b{font-size:19px}
  .mv4-brand strong{font-size:16px}
  .mv4-brand small{font-size:7px;letter-spacing:.09em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:132px}
  .mv4-header-actions{gap:6px}
  .mv4-round-btn,.mv4-menu-btn{width:40px;height:40px;border-radius:13px}
  .mv4-shell{padding:12px 9px 86px}
  .mv4-center{gap:12px}
  .mv4-hero{min-height:228px;padding:20px 18px;border-radius:23px;grid-template-columns:1fr;box-shadow:0 20px 52px rgba(46,29,112,.24)}
  .mv4-hero-copy:after{display:none}
  .mv4-hero h1{margin:12px 0;font-size:clamp(28px,9vw,37px);letter-spacing:-1.7px;line-height:1.01}
  .mv4-hero p{font-size:12px;line-height:1.58;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .mv4-eyebrow{padding:6px 8px;font-size:8px}
  .mv4-hero-actions{margin-top:15px;gap:8px}
  .mv4-chat-cta,.mv4-register-cta{min-width:0;min-height:48px;flex:1;border-radius:14px;padding:7px 10px}
  .mv4-hero-actions svg{font-size:18px}.mv4-hero-actions b{font-size:10px}.mv4-hero-actions small{font-size:8px}
  .mv4-hero-visual{display:none}
  .mv4-members-strip,.mv4-video-section,.mv4-blog-section,.mv4-discussion-section,.mv4-rooms-section{border-radius:19px;transform:none!important}
  .mv4-members-strip{padding:14px 12px}
  .mv4-story-list{padding:2px 1px 4px}
  .mv4-story-person{width:58px;flex-basis:58px}
  .mv4-story-avatar{width:50px;height:50px;border-radius:16px}
  .mv4-compose-inline{padding:9px;border-radius:17px;transform:none!important}
  .mv4-feed-head{margin-top:1px;gap:8px}
  .mv4-post{border-radius:19px;transform:none!important;box-shadow:0 12px 32px rgba(40,30,83,.07)}
  .mv4-post:before{display:none}
  .mv4-post-media.mv4-media-image{width:calc(100% - 20px);margin-left:10px;margin-right:10px}
  .mv4-post-actions button:hover{transform:none}
  .mv4-footer-v53{padding-left:9px;padding-right:9px}
  .mv4-footer-hero{padding:19px 16px;border-radius:22px;grid-template-columns:48px 1fr;gap:12px}
  .mv4-footer-mark{width:48px;height:48px;border-radius:16px;font-size:20px}
  .mv4-footer-hero h2{font-size:21px}
  .mv4-footer-hero p{font-size:11px}
  .mv4-footer-grid{padding:17px;border-radius:20px}
  .mv4-footer-bottom{min-height:58px;flex-wrap:wrap;justify-content:center;padding:10px 3px;text-align:center}
  .mv4-footer-bottom>small{width:100%}
  .mv4-footer-live{margin-left:0;order:3}.mv4-footer-live b{font-size:9px}.mv4-footer-live time{font-size:9px}
  .mv4-mobile-nav{left:7px;right:7px;height:60px;border-radius:20px;padding:4px}
  .mv4-mobile-nav a,.mv4-mobile-nav button{height:48px;border-radius:14px}
  .mv4-mobile-nav .mv4-mobile-create{width:50px;height:50px;border-radius:17px;transform:translateY(-11px)}
  .mv4-drawer>section{width:min(340px,86vw);padding:14px;box-shadow:-12px 0 34px rgba(18,14,43,.14)}
  .mv4-drawer-backdrop{background:rgba(14,11,31,.40);backdrop-filter:none}
  .mv4-drawer-user{margin:14px 0}
  .mv4-drawer nav a,.mv4-drawer nav button{min-height:45px}
  .mv4-reveal{transform:translateY(10px)}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .mv4-reveal{opacity:1;transform:none}
  .mv4-hero{transform:none!important}
  .mv4-ambient-scene span{display:none}
}


/* =========================================================
   MEYDAN V5.6 — temiz ve sıfırdan toparlanmış giriş tasarımı
   ========================================================= */
.mv4-body.mv4-v56 .mv4-login-hero{
  position:relative;
  overflow:hidden;
  min-height:0;
  padding:22px;
  border-radius:32px;
  border:1px solid #e8e5f4;
  background:linear-gradient(180deg,#fcfbff 0%,#f7f5ff 42%,#ffffff 100%);
  box-shadow:0 22px 62px rgba(52,40,101,.11), inset 0 1px 0 rgba(255,255,255,.95);
}
.mv4-body.mv4-v56 .mv4-login-hero:before,
.mv4-body.mv4-v56 .mv4-login-hero:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(2px);
}
.mv4-body.mv4-v56 .mv4-login-hero:before{
  width:340px;height:340px;left:-120px;top:-110px;
  background:radial-gradient(circle,rgba(119,95,255,.12),rgba(119,95,255,0) 70%);
}
.mv4-body.mv4-v56 .mv4-login-hero:after{
  width:300px;height:300px;right:-140px;bottom:-120px;
  background:radial-gradient(circle,rgba(255,78,155,.10),rgba(255,78,155,0) 70%);
}
.mv4-body.mv4-v56 .mv4-login-brandline{
  position:relative;
  z-index:2;
  padding:4px 4px 18px;
  border-bottom:1px solid #ece8f6;
  background:none;
}
.mv4-body.mv4-v56 .mv4-login-mark{
  width:52px;height:52px;border-radius:18px;
  background:linear-gradient(145deg,#6f53ff,#9448ff 58%,#ff4f9c);
  box-shadow:0 14px 34px rgba(112,84,255,.24);
}
.mv4-body.mv4-v56 .mv4-login-brandline>div>span{color:#7a6be8;font-size:9px}
.mv4-body.mv4-v56 .mv4-login-brandline h1{color:#1f2337!important;font-size:24px!important;letter-spacing:-.9px!important}
.mv4-body.mv4-v56 .mv4-login-brandline small{color:#8a90a4;font-size:10px}
.mv4-body.mv4-v56 .mv4-login-brandline>i{margin-left:auto;width:86px;height:3px;border-radius:999px;background:linear-gradient(90deg,#7d5cff,#ff5ba1)}

.mv4-body.mv4-v56 .mv4-login-layout{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:0;
  padding-top:18px;
}
.mv4-body.mv4-v56 .mv4-login-showcase{display:none!important}
.mv4-body.mv4-v56 .mv4-quick-login{
  position:relative;
  width:min(710px,100%);
  padding:32px 34px 34px;
  border-radius:28px;
  border:1px solid #ece7f5;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,248,255,.96));
  box-shadow:0 20px 46px rgba(48,37,92,.10), 0 1px 0 rgba(255,255,255,.96) inset;
  color:#20243a;
  backdrop-filter:blur(10px);
}
.mv4-body.mv4-v56 .mv4-quick-login:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  border-radius:28px 28px 0 0;
  background:linear-gradient(90deg,#6e50ff,#b04fff 58%,#ff519b);
}
.mv4-body.mv4-v56 .mv4-quick-login>header span{color:#6d5ae6;font-size:9px;letter-spacing:.17em}
.mv4-body.mv4-v56 .mv4-quick-login>header h2{font-size:15px;color:#8a90a5;margin:8px 0 0;letter-spacing:-.2px}
.mv4-body.mv4-v56 .mv4-login-form-head{padding:8px 2px 4px}
.mv4-body.mv4-v56 .mv4-login-form-head h2{margin:0;color:#22263b;font-size:29px;letter-spacing:-1.15px;line-height:1.06}
.mv4-body.mv4-v56 .mv4-login-form-head p{margin:8px 0 0;color:#81879b;font-size:12px;line-height:1.55}

.mv4-body.mv4-v56 .mv4-login-fields{gap:14px}
.mv4-body.mv4-v56 .mv4-login-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:7px;
  border-radius:18px;
  border:1px solid #e7e4f2;
  background:linear-gradient(180deg,#f4f3fa,#f8f8fd);
}
.mv4-body.mv4-v56 .mv4-login-tabs button{
  height:52px;
  border:0;
  border-radius:14px;
  background:transparent;
  color:#70768a;
  font-size:12px;
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.mv4-body.mv4-v56 .mv4-login-tabs button span{font-size:16px;line-height:1}
.mv4-body.mv4-v56 .mv4-login-tabs button.is-active{
  color:#fff;
  background:linear-gradient(100deg,#6f50ff,#b63ed8 58%,#ff4f96);
  box-shadow:0 12px 26px rgba(117,84,235,.28);
}

.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input{
  height:60px;
  padding:0 16px;
  border-radius:17px;
  border:1px solid #dddfea;
  background:#fff;
  box-shadow:0 7px 18px rgba(45,42,87,.045);
}
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input:focus-within{
  border-color:#8b70ff;
  box-shadow:0 0 0 4px rgba(133,105,255,.11), 0 8px 18px rgba(45,42,87,.06);
}
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input>svg{color:#6c52e6}
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input input[type="text"],
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input input[type="password"]{
  color:#21253a;
  font-size:14px;
  font-weight:800;
}
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input input::placeholder{color:#9aa0b2}
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input>button{color:#83889b}
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input>button:hover,
.mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input>button.is-visible{background:#f2efff;color:#684ce0}

.mv4-body.mv4-v56 .mv4-guest-options{
  padding:14px;
  border-radius:18px;
  border:1px solid #e6e3f0;
  background:linear-gradient(180deg,#fbfbff,#f7f9ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
}
.mv4-body.mv4-v56 .mv4-guest-options strong,
.mv4-body.mv4-v56 .mv4-guest-options b,
.mv4-body.mv4-v56 .mv4-guest-options h3{color:#2a2f45}
.mv4-body.mv4-v56 .mv4-guest-options small,
.mv4-body.mv4-v56 .mv4-guest-options p,
.mv4-body.mv4-v56 .mv4-login-options>label,
.mv4-body.mv4-v56 .mv4-login-options>a,
.mv4-body.mv4-v56 .mv4-login-options>button{color:#7f869a}

.mv4-body.mv4-v56 .mv4-gender-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.mv4-body.mv4-v56 .mv4-gender-buttons button{
  height:46px;
  border-radius:14px;
  border:1px solid #e0e3ec;
  background:#fff;
  color:#656b80;
  font-size:11px;
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-transform:uppercase;
}
.mv4-body.mv4-v56 .mv4-gender-buttons button[data-gender="Bay"].is-active{
  color:#fff;border-color:transparent;
  background:linear-gradient(110deg,#2b9df4,#3b73ee);
  box-shadow:0 10px 22px rgba(52,120,238,.22);
}
.mv4-body.mv4-v56 .mv4-gender-buttons button[data-gender="Bayan"].is-active{
  color:#fff;border-color:transparent;
  background:linear-gradient(110deg,#ff5a9d,#d94cb7);
  box-shadow:0 10px 22px rgba(217,76,183,.20);
}

.mv4-body.mv4-v56 .mv4-avatar-picker{
  width:100%;
  min-height:68px;
  margin-top:0;
  padding:9px 12px;
  border-radius:18px;
  border:1px solid #dfe2eb;
  background:#fff;
  box-shadow:0 7px 18px rgba(45,42,87,.045);
}
.mv4-body.mv4-v56 .mv4-avatar-preview{width:52px;height:52px;border-radius:16px;padding:3px;background:linear-gradient(145deg,#7150ff,#ff4f96)}
.mv4-body.mv4-v56 .mv4-avatar-preview img{border-radius:13px}
.mv4-body.mv4-v56 .mv4-avatar-picker b{font-size:12px;color:#2b3045}
.mv4-body.mv4-v56 .mv4-avatar-picker small{font-size:9px;color:#8f95a8;margin-top:2px}
.mv4-body.mv4-v56 .mv4-avatar-picker em{margin-left:auto;padding:8px 11px;border-radius:10px;background:#f1ecff;color:#694ce1;font-size:9px;font-style:normal;font-weight:1000}

.mv4-body.mv4-v56 .mv4-login-options{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:30px}
.mv4-body.mv4-v56 .mv4-login-options label span{border-color:#d7dbe7;background:#fff}
.mv4-body.mv4-v56 .mv4-login-options input:checked+span{background:linear-gradient(145deg,#6f50ff,#ff4f98);border-color:transparent}
.mv4-body.mv4-v56 .mv4-login-options>button{color:#6a4edf;font-weight:950}

.mv4-body.mv4-v56 .mv4-login-submit{
  height:60px;
  border:0;
  border-radius:18px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:linear-gradient(95deg,#6f51ff,#b83fd9 55%,#ff4f98);
  color:#fff;
  font-size:14px;
  font-weight:1000;
  letter-spacing:.04em;
  box-shadow:0 16px 32px rgba(124,79,225,.27);
}
.mv4-body.mv4-v56 .mv4-login-submit:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(124,79,225,.30)}
.mv4-body.mv4-v56 .mv4-login-submit b{font-size:18px}
.mv4-body.mv4-v56 .mv4-login-register{
  height:51px;
  border-radius:16px;
  border:1px solid #e1e3ed;
  background:#fff;
  color:#664cdd;
  font-size:11px;
  font-weight:1000;
  box-shadow:0 8px 18px rgba(45,42,87,.04);
}
.mv4-body.mv4-v56 .mv4-login-register:hover{border-color:#cfc8ea;background:#faf8ff}
.mv4-body.mv4-v56 .mv4-login-status{margin-top:12px!important;color:#6a4edf!important;font-size:10px!important;text-align:center!important}

.mv4-body.mv4-v56 .mv4-login-ready{min-height:250px;color:#22263b}
.mv4-body.mv4-v56 .mv4-login-ready img{width:82px;height:82px;border-radius:24px;border:3px solid rgba(114,80,255,.28);box-shadow:0 12px 28px rgba(48,37,92,.12)}
.mv4-body.mv4-v56 .mv4-login-ready small{margin-top:12px;color:#836cef;font-size:9px;letter-spacing:.14em}
.mv4-body.mv4-v56 .mv4-login-ready strong{margin-top:5px;font-size:22px;color:#262a3f}
.mv4-body.mv4-v56 .mv4-login-ready button{width:100%;height:52px;margin-top:18px;border:0;border-radius:16px;background:linear-gradient(95deg,#6f51ff,#ff4f98);color:#fff;font-size:12px;font-weight:1000;box-shadow:0 14px 28px rgba(124,79,225,.22)}

@media(max-width:1100px){
  .mv4-body.mv4-v56 .mv4-quick-login{width:min(760px,100%)}
}
@media(max-width:700px){
  .mv4-body.mv4-v56 .mv4-login-hero{padding:14px;border-radius:24px}
  .mv4-body.mv4-v56 .mv4-login-brandline{padding:2px 2px 14px}
  .mv4-body.mv4-v56 .mv4-login-mark{width:46px;height:46px;border-radius:15px}
  .mv4-body.mv4-v56 .mv4-login-brandline h1{font-size:21px!important}
  .mv4-body.mv4-v56 .mv4-login-brandline small{font-size:9px}
  .mv4-body.mv4-v56 .mv4-login-brandline>i{display:none}
  .mv4-body.mv4-v56 .mv4-login-layout{padding-top:12px}
  .mv4-body.mv4-v56 .mv4-quick-login{width:100%;padding:20px 18px 18px;border-radius:22px}
  .mv4-body.mv4-v56 .mv4-quick-login:before{height:4px;border-radius:22px 22px 0 0}
  .mv4-body.mv4-v56 .mv4-login-tabs{padding:6px;gap:6px;border-radius:16px}
  .mv4-body.mv4-v56 .mv4-login-tabs button{height:46px;border-radius:12px;font-size:11px}
  .mv4-body.mv4-v56 .mv4-login-form-head h2{font-size:24px;line-height:1.08}
  .mv4-body.mv4-v56 .mv4-login-form-head p{font-size:11px}
  .mv4-body.mv4-v56 .mv4-login-fields{gap:12px}
  .mv4-body.mv4-v56 .mv4-login-fields>label.mv4-login-input{height:54px;padding:0 14px;border-radius:15px}
  .mv4-body.mv4-v56 .mv4-guest-options{padding:11px;border-radius:16px}
  .mv4-body.mv4-v56 .mv4-gender-buttons{gap:7px}
  .mv4-body.mv4-v56 .mv4-gender-buttons button{height:42px;border-radius:12px;font-size:10px}
  .mv4-body.mv4-v56 .mv4-avatar-picker{min-height:60px;padding:8px 9px;border-radius:15px}
  .mv4-body.mv4-v56 .mv4-avatar-preview{width:46px;height:46px;border-radius:14px}
  .mv4-body.mv4-v56 .mv4-avatar-preview img{border-radius:11px}
  .mv4-body.mv4-v56 .mv4-avatar-picker b{font-size:11px}
  .mv4-body.mv4-v56 .mv4-avatar-picker small{font-size:9px}
  .mv4-body.mv4-v56 .mv4-avatar-picker em{padding:7px 8px;font-size:8px}
  .mv4-body.mv4-v56 .mv4-login-submit{height:54px;border-radius:16px;font-size:13px}
  .mv4-body.mv4-v56 .mv4-login-register{height:46px;border-radius:14px;font-size:10px}
}

/* =========================================================
   MEYDAN V5.7 — sağ / sol menü özellik merkezi
   ========================================================= */
.mv4-body.mv4-v57 .mv57-side-card{
  position:relative;
  overflow:hidden;
  padding:15px;
  border:1px solid #e5e2ef;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,248,255,.96));
  box-shadow:0 12px 32px rgba(45,35,91,.075);
}
.mv4-body.mv4-v57 .mv57-side-card:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,#6e50ff,#b54add 58%,#ff519a);
  opacity:.92;
}
.mv4-body.mv4-v57 .mv57-side-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
.mv4-body.mv4-v57 .mv57-side-head>div{display:flex;align-items:center;gap:9px;min-width:0}
.mv4-body.mv4-v57 .mv57-side-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;background:#efeaff;color:#694bdd}
.mv4-body.mv4-v57 .mv57-side-icon svg{width:17px;height:17px;fill:currentColor}
.mv4-body.mv4-v57 .mv57-side-title{display:flex;flex-direction:column;min-width:0}
.mv4-body.mv4-v57 .mv57-side-title b{font-size:12px;color:#272b41;line-height:1.15}
.mv4-body.mv4-v57 .mv57-side-title small{margin-top:3px;font-size:8px;color:#9297a8;line-height:1.2}
.mv4-body.mv4-v57 .mv57-badge{padding:5px 7px;border-radius:999px;background:#e8f9f2;color:#23835f;font-size:7px;font-weight:1000;white-space:nowrap}

.mv4-body.mv4-v57 .mv57-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mv4-body.mv4-v57 .mv57-quick-grid button,
.mv4-body.mv4-v57 .mv57-quick-grid a{
  min-width:0;
  min-height:58px;
  padding:9px;
  border:1px solid #e5e3ee;
  border-radius:15px;
  background:#fff;
  color:#4f556b;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  text-decoration:none;
  font-size:9px;
  font-weight:950;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}
.mv4-body.mv4-v57 .mv57-quick-grid button:hover,
.mv4-body.mv4-v57 .mv57-quick-grid a:hover{transform:translateY(-2px);border-color:#cfc6ef;color:#674ad8;box-shadow:0 10px 22px rgba(67,50,126,.09)}
.mv4-body.mv4-v57 .mv57-quick-grid svg{width:17px;height:17px;fill:currentColor;color:#7558e7}
.mv4-body.mv4-v57 .mv57-quick-grid small{font-size:7px;color:#9a9eae;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.mv4-body.mv4-v57 .mv57-quick-grid .is-primary{border-color:transparent;background:linear-gradient(135deg,#7452ff,#a849e9 55%,#ff5198);color:#fff;box-shadow:0 12px 24px rgba(115,79,229,.22)}
.mv4-body.mv4-v57 .mv57-quick-grid .is-primary svg,
.mv4-body.mv4-v57 .mv57-quick-grid .is-primary small{color:#fff}
.mv4-body.mv4-v57 .mv57-quick-grid .is-primary small{opacity:.78}

.mv4-body.mv4-v57 .mv57-display-controls{display:flex;flex-direction:column;gap:8px}
.mv4-body.mv4-v57 .mv57-control-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:8px 9px;border:1px solid #e7e5ef;border-radius:14px;background:#fff}
.mv4-body.mv4-v57 .mv57-control-row>span{display:flex;align-items:center;gap:8px;min-width:0;color:#4f556a;font-size:9px;font-weight:900}
.mv4-body.mv4-v57 .mv57-control-row svg{width:15px;height:15px;fill:currentColor;color:#7455e4}
.mv4-body.mv4-v57 .mv57-switch{position:relative;width:38px;height:22px;border:0;border-radius:999px;background:#dfe1e9;flex:0 0 auto;padding:0;transition:.2s}
.mv4-body.mv4-v57 .mv57-switch:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(24,25,38,.2);transition:.2s}
.mv4-body.mv4-v57 .mv57-switch.is-active{background:linear-gradient(90deg,#7051ff,#c545d5)}
.mv4-body.mv4-v57 .mv57-switch.is-active:after{transform:translateX(16px)}

.mv4-body.mv4-v57 .mv57-pulse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.mv4-body.mv4-v57 .mv57-pulse-item{padding:10px 5px;border:1px solid #e8e5f0;border-radius:14px;background:#fff;text-align:center}
.mv4-body.mv4-v57 .mv57-pulse-item b{display:block;color:#282c42;font-size:17px;letter-spacing:-.5px}
.mv4-body.mv4-v57 .mv57-pulse-item small{display:block;margin-top:3px;color:#979bad;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.mv4-body.mv4-v57 .mv57-live-line{display:flex;align-items:center;gap:7px;margin-top:10px;padding-top:10px;border-top:1px solid #eceaf2;color:#6d7287;font-size:8px;font-weight:850}
.mv4-body.mv4-v57 .mv57-live-line i{width:8px;height:8px;border-radius:50%;background:#37d99e;box-shadow:0 0 0 5px rgba(55,217,158,.11);animation:mvPulse 1.8s infinite}

.mv4-body.mv4-v57 .mv57-discovery-list{display:flex;flex-direction:column;gap:7px}
.mv4-body.mv4-v57 .mv57-discovery-list a,
.mv4-body.mv4-v57 .mv57-discovery-list button{
  width:100%;
  min-height:42px;
  padding:8px 10px;
  border:1px solid #e7e4ef;
  border-radius:14px;
  background:#fff;
  color:#4c5268;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:9px;
  text-align:left;
  font-size:9px;
  font-weight:950;
}
.mv4-body.mv4-v57 .mv57-discovery-list a:hover,
.mv4-body.mv4-v57 .mv57-discovery-list button:hover{border-color:#cfc7ec;background:#faf8ff;color:#684bdd}
.mv4-body.mv4-v57 .mv57-discovery-list svg{width:16px;height:16px;fill:currentColor;color:#7759e7;flex:0 0 auto}
.mv4-body.mv4-v57 .mv57-discovery-list span{min-width:0;flex:1}
.mv4-body.mv4-v57 .mv57-discovery-list em{font-style:normal;color:#a1a5b3;font-size:8px}

.mv4-body.mv4-v57 .mv57-daily-card{background:linear-gradient(145deg,#211548,#4c2da0 58%,#7637b8);border-color:transparent;color:#fff;box-shadow:0 18px 38px rgba(54,33,116,.20)}
.mv4-body.mv4-v57 .mv57-daily-card:before{background:linear-gradient(90deg,#5ee4ff,#b78aff,#ff78b3)}
.mv4-body.mv4-v57 .mv57-daily-card .mv57-side-icon{background:rgba(255,255,255,.12);color:#fff}
.mv4-body.mv4-v57 .mv57-daily-card .mv57-side-title b{color:#fff}
.mv4-body.mv4-v57 .mv57-daily-card .mv57-side-title small{color:#d4ccef}
.mv4-body.mv4-v57 .mv57-streak{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:4px 0 12px}
.mv4-body.mv4-v57 .mv57-streak strong{font-size:28px;line-height:1;letter-spacing:-1px}
.mv4-body.mv4-v57 .mv57-streak span{font-size:8px;color:#d7d0ec;font-weight:850;text-align:right;line-height:1.4}
.mv4-body.mv4-v57 .mv57-progress{height:7px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}
.mv4-body.mv4-v57 .mv57-progress i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#59ddff,#ff78b4);transition:width .45s ease}
.mv4-body.mv4-v57 .mv57-checkin{width:100%;height:42px;margin-top:12px;border:0;border-radius:13px;background:#fff;color:#4d2b9a;font-size:9px;font-weight:1000;box-shadow:0 10px 22px rgba(10,8,30,.16)}
.mv4-body.mv4-v57 .mv57-checkin:disabled{opacity:.72;cursor:default}

.mv4-body.mv4-v57.mv4-compact-view .mv4-center{gap:10px}
.mv4-body.mv4-v57.mv4-compact-view .mv4-post{border-radius:17px}
.mv4-body.mv4-v57.mv4-compact-view .mv4-post-head{padding:11px 13px 8px}
.mv4-body.mv4-v57.mv4-compact-view .mv4-post-body{padding:3px 14px 9px;font-size:12px;line-height:1.52}
.mv4-body.mv4-v57.mv4-compact-view .mv4-post-actions{min-height:42px}
.mv4-body.mv4-v57.mv4-quiet-motion *,
.mv4-body.mv4-v57.mv4-quiet-motion *:before,
.mv4-body.mv4-v57.mv4-quiet-motion *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.12s!important}
.mv4-body.mv4-v57 .mv4-post.is-mv57-flashed{animation:mv57Flash 1.25s ease}
@keyframes mv57Flash{0%,100%{box-shadow:0 12px 32px rgba(40,30,83,.07)}35%{box-shadow:0 0 0 5px rgba(119,84,239,.18),0 18px 46px rgba(78,55,153,.18)}}

@media(max-width:1240px){
  .mv4-body.mv4-v57 .mv57-side-card{padding:13px}
  .mv4-body.mv4-v57 .mv57-quick-grid{grid-template-columns:1fr}
  .mv4-body.mv4-v57 .mv57-quick-grid button,.mv4-body.mv4-v57 .mv57-quick-grid a{min-height:48px;flex-direction:row;align-items:center}
  .mv4-body.mv4-v57 .mv57-quick-grid small{display:none}
}

/* =========================================================
   MEYDAN V5.8 — kişiye özel mesaj merkezi
   ========================================================= */
.mv4-body.mv4-v58 .mv58-header-message{position:relative}
.mv4-body.mv4-v58 [data-mv58-unread-badge]{position:absolute;right:-3px;top:-4px;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#ff3f76,#ff704d);color:#fff;display:grid;place-items:center;font-size:8px;font-weight:1000;line-height:1;box-shadow:0 7px 16px rgba(255,63,118,.28)}
.mv4-body.mv4-v58 [data-mv58-unread-badge][hidden]{display:none!important}
.mv4-body.mv4-v58 .mv4-drawer [data-mv58-unread-badge]{position:static;margin-left:auto;border:0;min-width:20px;height:20px}

.mv4-body.mv4-v58 .mv58-inbox-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#faf8ff);border-color:#e7e1f7}
.mv4-body.mv4-v58 .mv58-inbox-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-60px;top:-62px;background:radial-gradient(circle,rgba(119,81,255,.13),transparent 70%);pointer-events:none}
.mv4-body.mv4-v58 .mv58-inbox-summary{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid #e8e4f2;border-radius:16px;background:#fff}
.mv4-body.mv4-v58 .mv58-inbox-summary>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#6e4fff,#a44de8 58%,#ff5598);color:#fff;box-shadow:0 10px 22px rgba(112,77,229,.22)}
.mv4-body.mv4-v58 .mv58-inbox-summary>span svg{width:19px;height:19px;fill:currentColor}
.mv4-body.mv4-v58 .mv58-inbox-summary>div{display:flex;flex-direction:column;min-width:0}
.mv4-body.mv4-v58 .mv58-inbox-summary b{font-size:12px;color:#2a2e43}
.mv4-body.mv4-v58 .mv58-inbox-summary small{margin-top:3px;font-size:8px;color:#9296a8}
.mv4-body.mv4-v58 .mv58-inbox-open{width:100%;height:40px;margin-top:10px;border:0;border-radius:13px;background:#eee9ff;color:#6848df;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:1000}
.mv4-body.mv4-v58 .mv58-inbox-open:hover{background:#e5ddff;transform:translateY(-1px)}
.mv4-body.mv4-v58 .mv58-recent-threads{display:flex;flex-direction:column;margin-top:9px}
.mv4-body.mv4-v58 .mv58-recent-thread{width:100%;border:0;border-top:1px solid #eeeaf5;background:transparent;padding:9px 2px;display:flex;align-items:center;gap:8px;text-align:left}
.mv4-body.mv4-v58 .mv58-recent-thread img{width:33px;height:33px;border-radius:11px;object-fit:cover;background:#eef0f5}
.mv4-body.mv4-v58 .mv58-recent-thread div{display:flex;flex-direction:column;min-width:0;flex:1}
.mv4-body.mv4-v58 .mv58-recent-thread b{font-size:9px;color:#33374b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv4-body.mv4-v58 .mv58-recent-thread small{margin-top:2px;font-size:7px;color:#999dae;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv4-body.mv4-v58 .mv58-recent-thread em{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff4d87;color:#fff;display:grid;place-items:center;font-size:7px;font-style:normal;font-weight:1000}

.mv4-body.mv4-v58 .mv58-message-modal{z-index:760}
.mv4-body.mv4-v58 .mv58-message-card{position:relative;width:min(980px,100%);height:min(720px,92vh);overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:28px;background:#fff;box-shadow:0 38px 120px rgba(17,12,43,.38);animation:mv55ModalIn .24s ease}
.mv4-body.mv4-v58 .mv58-message-head{height:72px;padding:0 20px;border-bottom:1px solid #e9e7ef;background:linear-gradient(135deg,rgba(250,248,255,.97),rgba(245,249,255,.97));display:flex;align-items:center;justify-content:space-between;gap:12px}
.mv4-body.mv4-v58 .mv58-message-head>div:first-child{display:flex;flex-direction:column}
.mv4-body.mv4-v58 .mv58-message-head span{font-size:8px;color:#7559e7;font-weight:1000;letter-spacing:.16em}
.mv4-body.mv4-v58 .mv58-message-head h2{margin:4px 0 0;font-size:20px;color:#24283d;letter-spacing:-.6px}
.mv4-body.mv4-v58 .mv58-message-head-actions{display:flex;align-items:center;gap:8px}
.mv4-body.mv4-v58 .mv58-message-head-actions button{height:38px;border:0;border-radius:12px;background:#ece8fa;color:#694ee0;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;font-size:9px;font-weight:1000}
.mv4-body.mv4-v58 .mv58-message-head-actions button:last-child{width:38px;padding:0;background:#f0f1f6;color:#6d7182}
.mv4-body.mv4-v58 .mv58-message-head-actions svg{width:15px;height:15px;fill:currentColor}
.mv4-body.mv4-v58 .mv58-message-shell{height:calc(100% - 72px);display:grid;grid-template-columns:310px minmax(0,1fr)}
.mv4-body.mv4-v58 .mv58-thread-panel{min-width:0;border-right:1px solid #ebe9f1;background:#faf9fd;display:flex;flex-direction:column}
.mv4-body.mv4-v58 .mv58-thread-title{min-height:54px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eceaf2}
.mv4-body.mv4-v58 .mv58-thread-title b{font-size:11px;color:#35394c}
.mv4-body.mv4-v58 .mv58-thread-title span{padding:5px 7px;border-radius:999px;background:#ffe8f1;color:#d83f76;font-size:7px;font-weight:1000}
.mv4-body.mv4-v58 .mv58-thread-list{min-height:0;flex:1;overflow-y:auto;padding:8px}
.mv4-body.mv4-v58 .mv58-thread-empty{padding:34px 14px;text-align:center;color:#969bad;font-size:10px;line-height:1.6}
.mv4-body.mv4-v58 .mv58-thread-item{width:100%;min-height:66px;padding:9px;border:0;border-radius:15px;background:transparent;display:flex;align-items:center;gap:9px;text-align:left;transition:.18s}
.mv4-body.mv4-v58 .mv58-thread-item:hover{background:#f0edfa}
.mv4-body.mv4-v58 .mv58-thread-item.is-active{background:#ebe6ff;box-shadow:inset 0 0 0 1px #ddd4ff}
.mv4-body.mv4-v58 .mv58-thread-item img{width:45px;height:45px;border-radius:15px;object-fit:cover;background:#e9ebf1;flex:0 0 auto}
.mv4-body.mv4-v58 .mv58-thread-item>div{min-width:0;flex:1;display:flex;flex-direction:column}
.mv4-body.mv4-v58 .mv58-thread-item strong{font-size:10px;color:#303448;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv4-body.mv4-v58 .mv58-thread-item small{margin-top:4px;color:#9599aa;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv4-body.mv4-v58 .mv58-thread-meta{align-self:stretch;display:flex;align-items:flex-end;justify-content:space-between;flex-direction:column;gap:5px}
.mv4-body.mv4-v58 .mv58-thread-meta time{font-size:7px;color:#a0a4b3}
.mv4-body.mv4-v58 .mv58-thread-meta b{min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#ff4e88;color:#fff;display:grid;place-items:center;font-size:7px}

.mv4-body.mv4-v58 .mv58-conversation-panel{position:relative;min-width:0;background:linear-gradient(180deg,#fff,#fbfaff);overflow:hidden}
.mv4-body.mv4-v58 .mv58-message-empty,.mv4-body.mv4-v58 .mv58-login-required{position:absolute;inset:0;padding:30px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.mv4-body.mv4-v58 .mv58-message-empty>span,.mv4-body.mv4-v58 .mv58-login-required>span{width:74px;height:74px;border-radius:25px;display:grid;place-items:center;background:linear-gradient(145deg,#eee9ff,#fff0f6);color:#7453e7;box-shadow:0 14px 34px rgba(80,58,160,.10)}
.mv4-body.mv4-v58 .mv58-message-empty svg,.mv4-body.mv4-v58 .mv58-login-required svg{width:31px;height:31px;fill:currentColor}
.mv4-body.mv4-v58 .mv58-message-empty h3,.mv4-body.mv4-v58 .mv58-login-required h3{margin:15px 0 5px;color:#272b40;font-size:20px;letter-spacing:-.6px}
.mv4-body.mv4-v58 .mv58-message-empty p,.mv4-body.mv4-v58 .mv58-login-required p{max-width:390px;margin:0;color:#858a9d;font-size:10px;line-height:1.65}
.mv4-body.mv4-v58 .mv58-message-empty button,.mv4-body.mv4-v58 .mv58-login-required a{height:42px;margin-top:16px;padding:0 18px;border:0;border-radius:13px;background:linear-gradient(100deg,#6f50ff,#c43ed0 58%,#ff4f91);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:1000;box-shadow:0 11px 24px rgba(112,77,229,.22)}
.mv4-body.mv4-v58 .mv58-conversation{height:100%;display:grid;grid-template-rows:66px minmax(0,1fr) auto}
.mv4-body.mv4-v58 .mv58-conversation[hidden],.mv4-body.mv4-v58 .mv58-message-empty[hidden],.mv4-body.mv4-v58 .mv58-login-required[hidden]{display:none!important}
.mv4-body.mv4-v58 .mv58-conversation-head{padding:0 16px;border-bottom:1px solid #eceaf2;background:rgba(255,255,255,.94);display:flex;align-items:center;gap:10px}
.mv4-body.mv4-v58 .mv58-conversation-head>img{width:43px;height:43px;border-radius:14px;object-fit:cover;background:#e9ebf1}
.mv4-body.mv4-v58 .mv58-conversation-head>div{display:flex;flex-direction:column;min-width:0}
.mv4-body.mv4-v58 .mv58-conversation-head b{font-size:12px;color:#2c3045;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv4-body.mv4-v58 .mv58-conversation-head small{margin-top:3px;color:#9297a8;font-size:8px}
.mv4-body.mv4-v58 .mv58-mobile-back{display:none;width:36px;height:36px;border:0;border-radius:11px;background:#f0edfa;color:#684ddc;place-items:center}
.mv4-body.mv4-v58 .mv58-mobile-back svg{width:16px;height:16px;fill:currentColor}
.mv4-body.mv4-v58 .mv58-message-list{min-height:0;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:9px;scroll-behavior:smooth}
.mv4-body.mv4-v58 .mv58-bubble-row{display:flex;align-items:flex-end;gap:7px}
.mv4-body.mv4-v58 .mv58-bubble-row.is-mine{justify-content:flex-end}
.mv4-body.mv4-v58 .mv58-bubble{max-width:min(72%,520px);padding:11px 13px;border-radius:17px 17px 17px 6px;background:#f0eef8;color:#34384a;box-shadow:0 5px 14px rgba(40,35,78,.05)}
.mv4-body.mv4-v58 .mv58-bubble-row.is-mine .mv58-bubble{border-radius:17px 17px 6px 17px;background:linear-gradient(135deg,#6d50f0,#9e48db 58%,#e64c9c);color:#fff;box-shadow:0 10px 22px rgba(107,72,219,.19)}
.mv4-body.mv4-v58 .mv58-bubble p{margin:0;font-size:11px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}
.mv4-body.mv4-v58 .mv58-bubble footer{margin-top:5px;display:flex;align-items:center;justify-content:flex-end;gap:5px;font-size:7px;color:#9ba0af}
.mv4-body.mv4-v58 .mv58-bubble-row.is-mine footer{color:rgba(255,255,255,.72)}
.mv4-body.mv4-v58 .mv58-message-form{padding:12px;border-top:1px solid #eae8f0;background:#fff;display:flex;align-items:flex-end;gap:9px}
.mv4-body.mv4-v58 .mv58-message-form textarea{min-height:47px;max-height:130px;flex:1;resize:none;border:1px solid #dfe1e9;border-radius:15px;padding:13px 14px;outline:0;background:#fafbfe;color:#292d41;font:inherit;font-size:11px;line-height:1.45}
.mv4-body.mv4-v58 .mv58-message-form textarea:focus{border-color:#8b71f6;box-shadow:0 0 0 4px rgba(123,91,237,.10);background:#fff}
.mv4-body.mv4-v58 .mv58-message-form button{height:47px;min-width:105px;border:0;border-radius:15px;background:linear-gradient(100deg,#6f50ff,#c13ed1 58%,#ff4e92);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:1000;box-shadow:0 11px 24px rgba(112,77,229,.20)}
.mv4-body.mv4-v58 .mv58-message-form button:disabled{opacity:.6;cursor:wait}
.mv4-body.mv4-v58 .mv58-message-form svg{width:16px;height:16px;fill:currentColor}

.mv4-body.mv4-v58 .mv58-profile-message{height:38px!important;padding:0 14px!important;border:0!important;border-radius:12px!important;background:linear-gradient(100deg,#6f50ff,#c03fd2 58%,#ff4e93)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:9px!important;font-weight:1000!important;box-shadow:0 10px 22px rgba(105,72,219,.22)!important}
.mv4-body.mv4-v58 .mv58-profile-message svg{width:14px;height:14px;fill:currentColor}
.mv4-body.mv4-v58 .mv58-member-message{position:absolute;right:9px;bottom:9px;width:34px;height:34px;border:2px solid #fff;border-radius:12px;background:linear-gradient(145deg,#6f50ff,#ff4f93);color:#fff;display:grid;place-items:center;box-shadow:0 9px 20px rgba(92,62,195,.24);z-index:3}
.mv4-body.mv4-v58 .mv58-member-message svg{width:15px;height:15px;fill:currentColor}
.mv4-body.mv4-v58 .mv4-member-card:has(.mv58-member-message),.mv4-body.mv4-v58 [data-member-card]:has(.mv58-member-message){position:relative}
.mv4-body.mv4-v58 .mv58-direct-highlight{animation:mv58DirectGlow 1.2s ease}
@keyframes mv58DirectGlow{0%,100%{box-shadow:inherit}40%{box-shadow:0 0 0 6px rgba(112,80,255,.15),0 20px 45px rgba(91,61,190,.22)}}

@media(max-width:960px){
  .mv4-body.mv4-v58 .mv58-message-card{width:min(850px,100%)}
  .mv4-body.mv4-v58 .mv58-message-shell{grid-template-columns:280px minmax(0,1fr)}
}
@media(max-width:700px){
  .mv4-body.mv4-v58 .mv58-message-modal{padding:0;align-items:stretch}
  .mv4-body.mv4-v58 .mv58-message-card{width:100%;height:100svh;max-height:none;border:0;border-radius:0}
  .mv4-body.mv4-v58 .mv58-message-head{height:64px;padding:0 12px}
  .mv4-body.mv4-v58 .mv58-message-head h2{font-size:17px}
  .mv4-body.mv4-v58 .mv58-message-head-actions button:first-child{width:38px;padding:0}
  .mv4-body.mv4-v58 .mv58-message-head-actions button:first-child span{display:none}
  .mv4-body.mv4-v58 .mv58-message-shell{height:calc(100% - 64px);display:block;position:relative;overflow:hidden}
  .mv4-body.mv4-v58 .mv58-thread-panel,.mv4-body.mv4-v58 .mv58-conversation-panel{position:absolute;inset:0;width:100%;border:0;transition:transform .22s ease}
  .mv4-body.mv4-v58 .mv58-conversation-panel{transform:translateX(100%);z-index:2}
  .mv4-body.mv4-v58 .mv58-message-shell.is-conversation-open .mv58-thread-panel{transform:translateX(-28%)}
  .mv4-body.mv4-v58 .mv58-message-shell.is-conversation-open .mv58-conversation-panel{transform:translateX(0)}
  .mv4-body.mv4-v58 .mv58-mobile-back{display:grid}
  .mv4-body.mv4-v58 .mv58-thread-item{min-height:70px;padding:10px}
  .mv4-body.mv4-v58 .mv58-thread-item img{width:48px;height:48px}
  .mv4-body.mv4-v58 .mv58-message-list{padding:14px 11px}
  .mv4-body.mv4-v58 .mv58-bubble{max-width:84%;padding:10px 12px}
  .mv4-body.mv4-v58 .mv58-message-form{padding:9px;gap:7px;padding-bottom:max(9px,env(safe-area-inset-bottom))}
  .mv4-body.mv4-v58 .mv58-message-form textarea{min-height:46px;border-radius:14px}
  .mv4-body.mv4-v58 .mv58-message-form button{min-width:48px;width:48px;height:46px;border-radius:14px}
  .mv4-body.mv4-v58 .mv58-message-form button span{display:none}
}
