:root{--bg:#0b1020;--surface:#11182b;--surface2:#172039;--line:#26324e;--text:#edf2ff;--muted:#8fa0c0;--accent:#7c5cff;--accent2:#21d4a7;--shadow:0 18px 50px rgba(0,0,0,.22)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at top right,#17224a 0,transparent 36%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell,.admin-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{padding:24px 16px;border-right:1px solid var(--line);background:rgba(11,16,32,.82);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;padding:4px 8px 28px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,var(--accent),#a268ff);font-weight:900;box-shadow:0 10px 30px rgba(124,92,255,.35)}.brand b{display:block}.brand small,.room small,.conversation-head small{display:block;color:var(--muted);margin-top:3px}.nav{display:grid;gap:7px}.nav a{padding:11px 12px;border-radius:11px;color:var(--muted)}.nav a:hover,.nav a.active{background:var(--surface2);color:var(--text)}.main{padding:24px;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.topbar h1{font-size:25px;margin:0 0 5px}.topbar p{margin:0;color:var(--muted)}.icon-btn,.ghost-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);width:40px;height:40px;border-radius:12px}.notice{padding:12px 14px;border:1px solid #735f2b;background:#2a2414;border-radius:12px;margin-bottom:15px;color:#f1d68a}.chat-grid{display:grid;grid-template-columns:260px minmax(0,1fr) 220px;gap:15px;height:calc(100vh - 114px)}.panel{background:rgba(17,24,43,.88);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.panel-title{font-weight:750;padding:16px 17px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.panel-title span{color:var(--muted)}.rooms{overflow:auto}.room{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:11px 13px;margin:5px 7px;border-radius:12px}.room:hover,.room.selected{background:var(--surface2)}.room-avatar,.avatar{width:42px;height:42px;border-radius:13px;background:#222e50;display:grid;place-items:center;font-weight:800;color:#b8c7ff}.room b{font-size:14px}.room small{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:168px}.conversation{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.conversation-head{padding:14px 17px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.messages{padding:18px;overflow:auto}.message{display:flex;gap:10px;margin-bottom:16px}.bubble{max-width:min(680px,84%);background:var(--surface2);border-radius:5px 15px 15px 15px;padding:10px 12px}.message-meta{display:flex;gap:10px;align-items:center}.message-meta time{color:var(--muted);font-size:11px}.message p{margin:5px 0 0;line-height:1.45;color:#dce5fa}.composer{display:grid;grid-template-columns:auto 1fr auto;gap:8px;padding:12px;border-top:1px solid var(--line)}.composer input{min-width:0;border:1px solid var(--line);background:#0e1528;color:var(--text);border-radius:12px;padding:0 13px}.composer button{border:0;border-radius:11px;padding:10px 14px;background:var(--surface2);color:var(--text)}.composer .send{background:var(--accent)}.empty{padding:18px;color:var(--muted);font-size:13px}.empty.big{display:grid;place-items:center;height:100%}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}.stat-card{padding:20px;border:1px solid var(--line);background:var(--surface);border-radius:18px}.stat-card small,.stat-card span{display:block;color:var(--muted)}.stat-card strong{display:block;font-size:30px;margin:6px 0}.admin-panel{padding-bottom:14px}.roadmap{display:flex;flex-wrap:wrap;gap:10px;padding:16px}.roadmap span{padding:9px 12px;border-radius:999px;background:var(--surface2);color:#cbd6ee}@media(max-width:1050px){.chat-grid{grid-template-columns:230px 1fr}.members{display:none}}@media(max-width:760px){.app-shell,.admin-shell{display:block}.sidebar{display:none}.main{padding:12px}.chat-grid{grid-template-columns:1fr;height:calc(100vh - 86px)}.rooms{display:none}.stats{grid-template-columns:repeat(2,1fr)}.topbar p{display:none}}

/* Phase 2: auth + live chat */
.sidebar-user{margin-top:auto;display:flex;align-items:center;gap:10px;padding:14px;border-top:1px solid var(--line)}
.sidebar-user>div:nth-child(2){min-width:0;flex:1}.sidebar-user b,.sidebar-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:20px}.small-avatar{width:34px;height:34px;font-size:13px}.member-list{padding:8px}.member{display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px}.member>div:nth-child(2){min-width:0;flex:1}.member b,.member small{display:block}.member small{color:var(--muted);font-size:11px}.online-dot{width:8px;height:8px;border-radius:50%;background:#3ddc97;box-shadow:0 0 0 4px rgba(61,220,151,.12)}.composer-status{min-height:18px;padding:0 18px 8px;color:#e16565;font-size:12px}
.login-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 20% 10%,rgba(113,89,255,.15),transparent 36%),var(--bg)}.login-card{width:min(440px,100%);padding:30px}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:34px}.login-brand b,.login-brand small{display:block}.login-brand small{color:var(--muted)}.login-copy h1{margin:0 0 8px;font-size:30px}.login-copy p{margin:0 0 24px;color:var(--muted)}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.login-form input{width:100%;box-sizing:border-box;border:1px solid var(--line);background:var(--input);color:var(--text);border-radius:12px;padding:13px 14px;outline:none}.login-form input:focus{border-color:var(--accent)}.primary-btn{border:0;border-radius:12px;background:var(--accent);color:white;font-weight:800;padding:13px 16px;cursor:pointer}.login-foot{color:var(--muted);font-size:12px;margin:20px 0 0}.error-notice{margin-bottom:18px}
@media(max-width:760px){.sidebar-user{display:none}.members{display:none}.chat-grid{grid-template-columns:1fr}.rooms{display:none}.conversation{min-height:calc(100vh - 110px)}}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.stat-card{padding:22px}.stat-card small{display:block;color:var(--muted);margin-bottom:8px}.stat-card strong{font-size:30px}.admin-next{padding:24px}.admin-next h2{margin-top:0}.admin-next p{color:var(--muted)}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Phase 3: standalone pages */
.page-shell{max-width:1380px;margin:0 auto;padding:32px}.page-shell.narrow{max-width:820px}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.page-head h1{margin:5px 0;font-size:30px}.page-head p{margin:0;color:var(--muted,#8d96a8)}.back-link{color:inherit;text-decoration:none;opacity:.72}.dm-grid{display:grid;grid-template-columns:340px 1fr;gap:18px;min-height:70vh}.dm-list{padding:14px}.dm-thread{display:flex;flex-direction:column;min-height:70vh}.dm-item,.search-result{display:flex;gap:10px;align-items:center;padding:11px;border-radius:14px;text-decoration:none;color:inherit}.dm-item:hover,.dm-item.selected,.search-result:hover{background:rgba(127,127,127,.10)}.dm-item>div:last-child{min-width:0;display:flex;flex-direction:column}.dm-item small{opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-search{position:relative;margin:10px 0 16px}.user-search input,.stack-form input,.admin-row input,.admin-room input,.admin-row select{width:100%;box-sizing:border-box;border:1px solid rgba(127,127,127,.2);background:rgba(127,127,127,.07);color:inherit;border-radius:12px;padding:11px 12px}.user-search #userResults{position:absolute;z-index:10;left:0;right:0;top:48px;background:var(--panel,#171a22);border-radius:12px;box-shadow:0 12px 35px rgba(0,0,0,.25)}.search-result{justify-content:space-between}.mine{justify-content:flex-end}.mine .bubble{background:rgba(90,110,255,.12)}.list-panel{padding:16px}.notification-item{display:flex;gap:12px;padding:15px;border-bottom:1px solid rgba(127,127,127,.1)}.notification-item.unread{background:rgba(90,110,255,.08)}.notification-item p{margin:4px 0}.notification-item small{opacity:.55}.success{padding:12px 15px;border-radius:12px;background:rgba(48,190,120,.12);margin-bottom:18px}.form-panel{padding:24px}.profile-hero{display:flex;align-items:center;gap:18px;margin-bottom:24px}.profile-avatar{width:72px;height:72px;font-size:26px}.stack-form{display:grid;gap:16px}.stack-form label,.admin-room label{display:grid;gap:7px;font-size:13px;opacity:.9}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card{padding:20px;border-radius:18px;background:var(--panel,#171a22);border:1px solid rgba(127,127,127,.12)}.stat-card span{display:block;opacity:.6;font-size:13px}.stat-card b{font-size:28px}.admin-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}.admin-row{display:grid;grid-template-columns:minmax(140px,1fr) 80px 100px 88px;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(127,127,127,.1)}.admin-row>div{min-width:0}.admin-row small{display:block;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-input{padding:8px!important}.admin-room{display:grid;grid-template-columns:1fr 1.7fr 70px 88px;gap:9px;align-items:end;padding:10px 0;border-bottom:1px solid rgba(127,127,127,.1)}
@media(max-width:900px){.dm-grid,.admin-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.dm-list{max-height:320px;overflow:auto}.admin-row{grid-template-columns:1fr 70px 90px}.admin-row button{grid-column:1/-1}.admin-room{grid-template-columns:1fr}.page-shell{padding:18px}.page-head{align-items:flex-start;flex-direction:column}.page-head form{width:100%}}

/* Reference-inspired mobile chat UI */
body:has(.chat-app){overflow:hidden;background:#ece8e2;color:#2f3037}
.chat-app{--bar:#202136;--blue:#2d9eea;--cyan:#00a7c2;--card:#fff;min-height:100dvh;height:100dvh;display:grid;grid-template-rows:76px 32px minmax(0,1fr) 76px auto;background:#eee9e3;color:#282930;position:relative;overflow:hidden}
.chat-topbar{height:76px;background:linear-gradient(90deg,#22243a,#1e2033);color:white;display:flex;align-items:center;padding:0 14px;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,.18);z-index:20}
.top-icon{width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent;color:#aeb2c7;font-size:27px;text-decoration:none;padding:0;cursor:pointer}.menu-trigger{font-size:30px}.room-identity{display:flex;align-items:center;gap:10px;min-width:0;flex:1;color:white;text-decoration:none}.room-logo{width:52px;height:52px;border-radius:16px;background:#0a5360;display:grid;place-items:center;font-size:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.room-identity strong,.room-identity small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-identity strong{font-size:21px;letter-spacing:.2px}.room-identity small{font-size:15px;color:#a9adbd;margin-top:1px}.top-actions{display:flex;align-items:center;gap:6px}.top-avatar{width:49px;height:49px;border-radius:12px;background:#dedede;overflow:hidden;display:grid;place-items:center;color:#444;font-weight:900}.top-avatar img{width:100%;height:100%;object-fit:cover}.notification-bell{position:relative}.notification-bell span{position:absolute;width:9px;height:9px;border-radius:50%;background:#e53d4e;right:4px;bottom:7px;box-shadow:0 0 0 2px #22243a}
.chat-stage{position:relative;min-height:0;background:linear-gradient(rgba(248,245,240,.86),rgba(248,245,240,.86)),repeating-linear-gradient(90deg,rgba(154,124,94,.08) 0 2px,transparent 2px 90px),repeating-linear-gradient(0deg,rgba(154,124,94,.045) 0 1px,transparent 1px 48px);overflow:hidden}.chat-stage:after{content:'PANGI';position:absolute;right:7%;top:11%;font-weight:900;font-size:78px;letter-spacing:8px;color:rgba(0,145,170,.07);transform:rotate(-2deg);pointer-events:none}.chat-feed{height:100%;overflow-y:auto;padding:18px 92px 105px 14px;scroll-behavior:smooth;position:relative;z-index:2}.feed-message{display:grid;grid-template-columns:50px minmax(0,1fr);gap:9px;align-items:start;margin-bottom:14px}.feed-avatar{width:50px;height:50px;border-radius:50%;background:#293347;border:3px solid #08a8c6;color:white;display:grid;place-items:center;font-weight:900;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.15)}.feed-avatar img{width:100%;height:100%;object-fit:cover}.message-card{justify-self:start;max-width:min(640px,100%);background:rgba(255,255,255,.92);padding:8px 12px 9px;border-radius:7px 7px 7px 7px;box-shadow:0 2px 10px rgba(65,55,45,.07)}.message-name-row{display:flex;align-items:baseline;gap:10px;margin-bottom:2px}.message-name-row strong{font-size:18px;color:#1b8395}.message-name-row time{font-size:12px;color:#c6c3c0}.message-text{font-size:20px;line-height:1.33;color:#3c3b3a;overflow-wrap:anywhere}.quick-tools{position:absolute;right:0;top:50%;transform:translateY(-50%);width:61px;background:white;border-radius:16px 0 0 16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:8}.quick-tools a,.quick-tools button{width:100%;min-height:57px;border:0;border-bottom:1px solid #eee;background:white;color:#555;display:grid;place-items:center;text-decoration:none;padding:5px 2px;cursor:pointer;position:relative}.quick-tools span{font-size:23px;line-height:1}.quick-tools small{font-size:10px;margin-top:3px}.quick-tools .count-badge{min-width:34px;height:25px;border-radius:8px;background:#ea1829;color:#fff;font-size:14px;display:grid;place-items:center;font-weight:800;padding:0 6px}.topic-strip{position:absolute;left:20px;right:20px;bottom:12px;z-index:6;background:rgba(235,229,246,.82);border:1px solid rgba(116,96,197,.18);border-radius:22px;display:flex;align-items:center;gap:9px;padding:10px 14px;color:#5146a5;box-shadow:0 3px 12px rgba(70,55,100,.06)}.topic-mic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#6255ea;color:#fff;font-size:22px}.topic-strip strong{color:#36305f}.topic-strip span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chat-composer{height:76px;background:#fff;display:grid;grid-template-columns:42px 44px 42px minmax(0,1fr) 54px;gap:5px;align-items:center;padding:8px 9px;border-top:1px solid #dedede;z-index:20;box-shadow:0 -3px 14px rgba(0,0,0,.06)}.composer-input-wrap{height:52px;border:1px solid #d6d8dc;border-radius:16px;overflow:hidden;background:#fff}.composer-input-wrap input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 14px;font-size:19px;color:#52545b}.composer-input-wrap input::placeholder{color:#7f8188}.composer-icon{width:38px;height:38px;border:0;background:transparent;color:#8b8d93;display:grid;place-items:center;text-decoration:none;font-size:25px;position:relative;cursor:pointer}.composer-icon.emoji{width:44px;height:44px;border:3px solid #55a4ef;color:#55a4ef;border-radius:50%;font-size:25px}.composer-icon.plus{font-size:31px}.mini-counter b{position:absolute;top:-3px;right:-2px;background:#e31d2d;color:#fff;font-size:11px;min-width:18px;height:18px;border-radius:5px;display:grid;place-items:center}.send-arrow{height:54px;width:54px;border:0;border-radius:12px;background:#2d9eea;color:#fff;font-size:30px;display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 8px rgba(45,158,234,.25)}.chat-app>.composer-status{position:absolute;bottom:76px;left:74px;right:74px;padding:3px 10px;z-index:30;text-align:center;background:rgba(255,255,255,.9);color:#cf3030;font-size:12px;pointer-events:none}.chat-empty{display:grid;place-items:center;height:70%;color:#777}
.drawer{position:fixed;top:0;bottom:0;left:0;width:min(360px,86vw);background:#fff;z-index:50;transform:translateX(-104%);transition:transform .24s ease;box-shadow:12px 0 34px rgba(0,0,0,.22);display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-head{height:72px;background:#22243a;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:19px}.drawer-head button{border:0;background:transparent;color:white;font-size:32px}.drawer-list{overflow:auto;padding:8px}.drawer-item{display:flex;align-items:center;gap:10px;padding:11px;border-radius:12px;color:#333;text-decoration:none}.drawer-item:hover,.drawer-item.selected{background:#edf6fa}.drawer-item>span:not(.drawer-avatar){width:38px;height:38px;border-radius:12px;background:#e5f5f7;display:grid;place-items:center;color:#16869a;font-weight:900}.drawer-item>div{min-width:0;flex:1}.drawer-item b,.drawer-item small{display:block}.drawer-item small{color:#85888e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-item i{width:9px;height:9px;border-radius:50%;background:#39c57c}.drawer-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#31394c;color:white;display:grid;place-items:center}.drawer-avatar img{width:100%;height:100%;object-fit:cover}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.36);z-index:45;opacity:0;visibility:hidden;transition:.2s}.drawer-backdrop.open{opacity:1;visibility:visible}.mobile-notice{position:absolute;z-index:40;top:82px;left:12px;right:12px}
@media(min-width:900px){.chat-app{max-width:1180px;margin:0 auto;box-shadow:0 0 50px rgba(0,0,0,.16)}.chat-feed{padding-right:110px}.message-card{max-width:720px}}
@media(max-width:700px){.chat-app{grid-template-rows:64px 30px minmax(0,1fr) 70px auto}.chat-topbar{height:64px;padding:0 8px;gap:5px}.top-icon{width:33px;height:33px;font-size:23px}.room-logo{width:43px;height:43px;border-radius:13px;font-size:23px}.room-identity{gap:7px}.room-identity strong{font-size:17px;max-width:155px}.room-identity small{font-size:12px}.top-actions{gap:1px}.top-avatar{width:42px;height:42px}.chat-feed{padding:14px 70px 96px 8px}.feed-message{grid-template-columns:46px minmax(0,1fr);gap:7px;margin-bottom:12px}.feed-avatar{width:46px;height:46px}.message-card{padding:7px 10px;max-width:100%}.message-name-row strong{font-size:16px}.message-text{font-size:17px}.quick-tools{width:55px}.quick-tools a,.quick-tools button{min-height:54px}.topic-strip{left:14px;right:14px;bottom:10px;border-radius:19px;padding:8px 10px;font-size:13px}.topic-mic{width:38px;height:38px}.chat-composer{height:70px;grid-template-columns:36px 40px 36px minmax(0,1fr) 50px;padding:7px 6px;gap:2px}.composer-input-wrap{height:48px}.composer-input-wrap input{font-size:16px;padding:0 10px}.composer-icon{width:34px;height:34px;font-size:21px}.composer-icon.emoji{width:40px;height:40px}.send-arrow{width:50px;height:50px}.chat-stage:after{font-size:54px;right:2%;top:14%}}
@media(max-width:520px){.top-actions .top-icon:first-child{display:none}.room-identity strong{max-width:125px}.chat-feed{padding-right:62px}.chat-composer{grid-template-columns:34px 38px 34px minmax(0,1fr) 47px}.composer-icon{font-size:19px}.send-arrow{width:47px;height:47px}.message-text{font-size:16px}}
/* Auth tabs */
.auth-card{overflow:hidden}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:var(--input);padding:6px;border-radius:14px;margin:0 0 22px}.auth-tab{border:0;background:transparent;color:var(--muted);font-weight:800;padding:11px 8px;border-radius:10px;cursor:pointer}.auth-tab.active{background:var(--panel);color:var(--text);box-shadow:0 4px 16px rgba(0,0,0,.08)}.auth-pane{display:none}.auth-pane.active{display:block}.guest-btn{border:0;border-radius:12px;background:#16a085;color:#fff;font-weight:800;padding:13px 16px;cursor:pointer}.secondary-auth-link{display:block;text-align:center;margin-top:16px;color:var(--accent);font-weight:700;text-decoration:none}
/* Complete-account controls */
.top-count{position:absolute;top:-3px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:8px;background:#e51f35;color:#fff;font:700 10px/18px Arial;text-align:center}.top-icon{position:relative}.top-avatar{border:0;padding:0;cursor:pointer}.account-card{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid #eee}.account-card img{width:56px;height:56px;border-radius:16px;object-fit:cover;background:#eee}.account-card b,.account-card small{display:block}.account-card small{color:#888;margin-top:3px}.account-links{padding-top:10px}.admin-link{background:#fff9e9}.logout-form{padding:12px}.logout-button{width:100%;border:0;border-radius:12px;padding:14px;background:#d92f45;color:#fff;font-weight:800;font-size:15px;cursor:pointer}
/* Original-script inspired admin panel */
.old-admin{min-height:100vh;display:grid;grid-template-columns:265px minmax(0,1fr);background:#eef1f6;color:#263246}.old-admin-side{background:#20263a;color:#cdd4e2;padding:14px 10px;overflow:auto;height:100vh;position:sticky;top:0}.old-admin-brand{display:flex;align-items:center;gap:11px;padding:8px 10px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.old-admin-brand .brand-mark{width:43px;height:43px;border-radius:10px;background:#18a7ad;display:grid;place-items:center;color:#fff;font-size:22px;font-weight:900}.old-admin-brand b,.old-admin-brand small{display:block}.old-admin-brand small{font-size:11px;color:#8894ab;margin-top:2px}.old-admin-chat{display:block;margin:12px 6px;padding:10px 12px;border-radius:7px;background:#2e3650;color:#fff}.old-admin-side nav{display:grid;gap:2px}.old-admin-side nav a{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:6px;color:#b6c0d4;font-size:13px}.old-admin-side nav a span{width:20px;text-align:center}.old-admin-side nav a:hover,.old-admin-side nav a.active{background:#15a7ad;color:white}.old-admin-side nav a.sub{padding-left:35px;font-size:12px;color:#919cb2}.old-admin-side nav a.sub.active{color:#fff}.old-admin-main{padding:22px 24px;min-width:0}.old-admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.old-admin-top h1{margin:0;font-size:24px}.old-admin-top p{margin:4px 0 0;color:#8b95a8}.admin-user{text-align:right}.admin-user b,.admin-user small{display:block}.admin-user small{color:#8b95a8}.old-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.old-stat{background:#fff;border:1px solid #dfe4ed;border-radius:5px;display:flex;align-items:center;min-height:92px;box-shadow:0 2px 7px rgba(23,36,61,.04)}.old-stat-icon{width:76px;height:100%;min-height:90px;display:grid;place-items:center;background:#19a8ad;color:white;font-size:27px}.old-stat>div:last-child{padding:12px}.old-stat small,.old-stat b{display:block}.old-stat small{color:#7e8798;font-size:12px}.old-stat b{font-size:25px;margin-top:5px}.old-panel{background:#fff;border:1px solid #dde3ec;border-radius:5px;box-shadow:0 2px 8px rgba(30,45,70,.05);overflow:hidden}.old-panel-title{padding:14px 16px;border-bottom:1px solid #e4e8ef;font-weight:800;display:flex;justify-content:space-between}.old-panel-title span{font-weight:500;color:#8e98aa}.old-settings{padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.old-settings label,.room-admin-card label{display:grid;gap:6px;font-size:12px;color:#6f7887}.old-settings input,.room-admin-card input,.room-admin-card textarea,.small-field{border:1px solid #d7dde7;background:#f9fafc;border-radius:5px;padding:10px;color:#263246}.admin-save,.mini-save{border:0;border-radius:5px;background:#16a4aa;color:#fff;font-weight:800;padding:11px 16px;cursor:pointer}.old-settings .admin-save{grid-column:1/-1;justify-self:start}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:11px 13px;border-bottom:1px solid #e8ebf0;text-align:left}.admin-table th{background:#f6f8fb;color:#778195}.admin-table td small{display:block;color:#9aa3b2}.small-field{width:100%;padding:7px}.mini-save{padding:8px 10px}.room-admin-grid{padding:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.room-admin-card{border:1px solid #e1e5ec;border-radius:6px;padding:13px;display:grid;gap:10px}.room-admin-card textarea{min-height:80px;resize:vertical}.simple-list>div{padding:13px 16px;border-bottom:1px solid #edf0f4}.simple-list b,.simple-list small{display:block}.simple-list small{color:#8a94a7;margin-top:4px}.log-list small{white-space:normal;word-break:break-word}.placeholder-admin{text-align:center;padding:55px 20px;color:#758095}.placeholder-admin>div{font-size:42px}.placeholder-admin h2{color:#33405a;margin-bottom:6px}.placeholder-admin p{max-width:620px;margin:0 auto;line-height:1.6}
@media(max-width:900px){.old-admin{grid-template-columns:1fr}.old-admin-side{height:auto;position:relative}.old-admin-side nav{grid-template-columns:repeat(2,minmax(0,1fr));max-height:330px;overflow:auto}.old-admin-side nav a.sub{padding-left:12px}.old-admin-main{padding:14px}.old-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.old-settings,.room-admin-grid{grid-template-columns:1fr}.old-admin-top{align-items:flex-start}.admin-user{font-size:12px}.old-stat-icon{width:58px}.old-stat b{font-size:21px}}

/* Original-style left hamburger menu */
.main-menu-drawer{width:126px;max-width:34vw;background:rgba(247,247,247,.98);border-right:1px solid #cfcfcf;box-shadow:6px 0 18px rgba(0,0,0,.18);padding:0;overflow:auto}
.main-menu-profile{padding:14px 8px 12px;text-align:center;border-bottom:1px solid #ddd;position:relative}
.main-menu-profile>img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 1px 5px rgba(0,0,0,.28);display:block;margin:8px auto}
.main-menu-profile>b{display:block;color:#4f86b8;font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.menu-mode-badge{width:54px;height:32px;border-radius:18px;background:#e4e4e4;color:#344a59;display:grid;place-items:center;font-size:22px;margin:0 auto}
.main-menu-list{display:grid;padding-bottom:6px}
.main-menu-item{min-height:100px;border-bottom:1px solid #e2e2e2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;text-decoration:none;color:#5488b7;padding:8px 4px}
.main-menu-item>span{font-size:34px;line-height:1;color:#3384ca;font-weight:700}
.main-menu-item>small{font-size:15px;line-height:1.15;color:#5488b7}
.main-menu-item:hover,.main-menu-item:active{background:#eaf4fb}
.main-menu-logout{padding:8px;border-top:1px solid #ddd}.main-menu-logout button{width:100%;border:0;background:#fff0f0;color:#c53b3b;border-radius:10px;padding:9px 4px;display:grid;gap:2px;place-items:center;font-size:23px}.main-menu-logout small{font-size:12px;font-weight:700}
@media(max-width:520px){.main-menu-drawer{width:116px;max-width:36vw}.main-menu-item{min-height:92px}.main-menu-item>span{font-size:31px}.main-menu-item>small{font-size:14px}}
/* Functional community pages */
.community-panel{padding:0;overflow:hidden}.community-ranking{display:grid}.rank-row{display:grid;grid-template-columns:48px 52px 1fr;gap:12px;align-items:center;padding:13px 16px;border-bottom:1px solid rgba(127,127,127,.12)}.rank-row:hover{background:rgba(127,127,127,.08)}.rank-row img,.community-post>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.rank-no{font-size:20px;text-align:center;color:#6b79ff}.rank-row strong,.rank-row small{display:block}.rank-row small{opacity:.6;margin-top:4px}.community-posts{display:grid}.community-post{display:grid;grid-template-columns:50px 1fr;gap:12px;padding:16px;border-bottom:1px solid rgba(127,127,127,.12)}.community-post p{margin:7px 0 0;line-height:1.55}.post-head{display:flex;justify-content:space-between;gap:12px}.post-head time{font-size:12px;opacity:.55}.community-info{padding:28px}.community-info h2{margin-top:0}.mobile-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.mobile-links a{padding:12px 16px;border-radius:12px;background:var(--accent,#765cff);color:white;font-weight:700}
/* Theme selector: admin default_theme now affects the application */
body.theme-dark{--bg:#080b12;--surface:#11151d;--surface2:#1b2230;--line:#2e3749;--text:#edf3ff;--muted:#9da9bb;--accent:#3f8cff;background:#080b12;color:var(--text)}
body.theme-lite,body.theme-litev2,body.theme-lite1{--bg:#f3f5f8;--surface:#fff;--surface2:#eef2f7;--line:#d9dfe8;--text:#263244;--muted:#7a8796;--accent:#3399e6;background:#f3f5f8;color:var(--text)}
body.theme-litev2{--accent:#12a7a0;--surface2:#e9f6f5}body.theme-lite1{--accent:#7b62d9;--surface2:#f0ecfb}
.old-admin input,.old-admin select,.old-admin textarea{font:inherit}.old-admin-side nav{max-height:calc(100vh - 120px);overflow:auto}.old-settings select,.room-admin-card select,.inline-admin-form select,.admin-table select{border:1px solid #d9e0e8;background:white;border-radius:8px;padding:9px;color:#253043}.mini-delete,.danger-btn{border:0;border-radius:8px;background:#d84a4a;color:#fff;padding:8px 11px;cursor:pointer;font-weight:700}.mini-save{cursor:pointer}.admin-table td:last-child{display:flex;gap:6px;align-items:center}.admin-table form{margin:0}.inline-admin-form{display:flex;gap:10px;flex-wrap:wrap;padding:16px}.inline-admin-form input,.inline-admin-form select{min-width:150px;flex:1;border:1px solid #d9e0e8;border-radius:8px;padding:10px}.danger-actions{display:flex;flex-wrap:wrap;gap:12px;padding:18px}.simple-list>div{display:flex;justify-content:space-between;gap:14px;align-items:center}.simple-list>div>div{min-width:0;flex:1}.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:18px}.system-grid>div{padding:16px;border:1px solid #e1e5eb;border-radius:12px;background:#fff}.system-grid b,.system-grid span{display:block}.system-grid span{margin-top:6px;color:#687385}.page-editor-list{padding:16px;display:grid;gap:14px}.page-editor{display:grid;gap:8px;padding:14px;border:1px solid #e1e5eb;border-radius:12px}.page-editor input,.page-editor textarea,.blog-admin-row input,.blog-admin-row select{width:100%;border:1px solid #d9e0e8;border-radius:8px;padding:10px}.blog-admin-row{display:flex!important;gap:8px}.blog-admin-row form:first-child{display:grid;grid-template-columns:1fr 1.5fr 110px 80px;gap:8px;flex:1}.contact-list small{white-space:normal!important;max-width:800px}.room-admin-card{display:block}.room-admin-card form:first-child{display:grid;gap:10px}@media(max-width:900px){.system-grid{grid-template-columns:repeat(2,1fr)}.blog-admin-row form:first-child{grid-template-columns:1fr}.old-admin{display:block}.old-admin-side{position:relative;width:100%;height:auto}.old-admin-side nav{max-height:280px}.old-admin-main{margin-left:0!important}.admin-table{min-width:850px}}
/* v3 profile + community fixes */
.wall-toolbar{padding:14px;background:var(--surface2,#f5f6f8);border-bottom:1px solid var(--line,#ddd)}.wall-compose{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:end}.wall-compose>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.wall-compose textarea{min-height:82px;resize:vertical;border:1px solid var(--line,#d8dde5);border-radius:14px;padding:12px;font:inherit;background:var(--surface,#fff);color:var(--text,#222)}.wall-send,.wall-clear{border:0;border-radius:12px;padding:11px 15px;font-weight:800;cursor:pointer}.wall-send{background:var(--accent,#3699e5);color:#fff}.wall-clear{margin:10px 0 0 58px;background:#c83d4d;color:#fff}.post-head>div{min-width:0}.post-head b,.post-head time{display:block}.post-delete{border:0;background:#c83d4d;color:white;border-radius:8px;padding:6px 9px;font-weight:700;cursor:pointer}.post-meta{display:flex;gap:16px;margin-top:10px;font-size:12px;opacity:.65}
.profile-page-pro{min-height:100vh;background:var(--bg,#f3f5f8);padding-bottom:88px}.profile-top{height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;background:#20253a;color:#fff;position:sticky;top:0;z-index:10}.profile-top a{color:white}.profile-cover-card{max-width:760px;margin:18px auto 0;background:var(--surface,#fff);border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08)}.profile-cover-bg{height:135px;background:linear-gradient(135deg,#24a8bf,#6958d9)}.profile-identity{display:flex;gap:16px;align-items:flex-end;padding:0 20px 20px;margin-top:-45px}.profile-identity>img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:5px solid var(--surface,#fff);background:#ddd}.profile-identity h1{margin:0 0 5px}.profile-identity p{margin:0 0 5px;opacity:.75}.profile-identity small{opacity:.6}.profile-settings-card{max-width:760px;margin:16px auto;background:var(--surface,#fff);border-radius:18px;padding:20px;display:grid;gap:14px;box-shadow:0 8px 30px rgba(0,0,0,.06)}.profile-settings-card label{display:grid;gap:7px;font-weight:700}.profile-settings-card input,.profile-settings-card select{width:100%;border:1px solid var(--line,#d9dee7);border-radius:11px;padding:11px 12px;background:var(--surface,#fff);color:var(--text,#222);font:inherit}.profile-settings-card small{font-weight:400;opacity:.6}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-section-title{font-size:16px;font-weight:900;padding-top:6px;border-bottom:1px solid var(--line,#eee);padding-bottom:8px}.profile-save{border:0;border-radius:12px;padding:13px;background:var(--accent,#3498db);color:white;font-weight:900;font-size:15px}.profile-alert{max-width:760px;margin:12px auto}.profile-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,760px);height:72px;display:flex;background:var(--surface,#fff);border-top:1px solid var(--line,#ddd);z-index:20;box-shadow:0 -5px 20px rgba(0,0,0,.07)}.profile-bottom-nav>a,.profile-bottom-nav form{flex:1}.profile-bottom-nav>a,.profile-bottom-nav button{height:100%;width:100%;display:grid;place-items:center;align-content:center;gap:3px;border:0;background:transparent;color:var(--text,#333);font:inherit}.profile-bottom-nav b{font-size:21px}.profile-bottom-nav span{font-size:11px}.profile-bottom-nav .active{color:var(--accent,#3498db)}.profile-bottom-avatar img{width:31px;height:31px;border-radius:50%;object-fit:cover;border:2px solid currentColor}.community-admin-list small{white-space:normal!important}
@media(max-width:600px){.wall-compose{grid-template-columns:42px 1fr}.wall-compose>img{width:42px;height:42px}.wall-compose .wall-send{grid-column:2}.wall-clear{margin-left:52px}.profile-cover-card,.profile-settings-card{margin-left:10px;margin-right:10px}.profile-identity{align-items:center}.profile-identity>img{width:82px;height:82px}.profile-form-grid{grid-template-columns:1fr}}
.quick-profile-avatar img{width:30px;height:30px;border-radius:50%;object-fit:cover}.quick-tools .quick-profile{background:rgba(255,255,255,.96)}

/* Alt sohbet kontrolleri - orijinal düzene yakın */
.chat-popover{position:absolute;left:8px;bottom:78px;z-index:70;width:min(430px,calc(100% - 76px));background:#fff;color:#444;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.22);border:1px solid #ddd;display:none;overflow:hidden}.chat-popover.open{display:block}.popover-head{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #ececec;background:#fafafa}.popover-head button{border:0;background:transparent;font-size:25px;color:#777;cursor:pointer}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:8px;max-height:240px;overflow:auto}.emoji-choice{height:44px;border:0;background:transparent;border-radius:7px;display:grid;place-items:center;cursor:pointer}.emoji-choice:hover{background:#f1f3f5}.emoji-choice img{max-width:34px;max-height:34px}.inline-chat-emoji{width:auto;height:30px;max-width:64px;vertical-align:middle;margin:0 2px}.plus-popover{width:min(310px,calc(100% - 76px))}.plus-action{width:100%;min-height:58px;border:0;border-bottom:1px solid #eee;background:#fff;display:flex;align-items:center;gap:12px;padding:10px 13px;text-align:left;color:#444;cursor:pointer}.plus-action:hover{background:#f7f7f7}.plus-action img{width:28px;height:28px;object-fit:contain}.plus-action span:not(.plus-symbol){display:flex;flex-direction:column}.plus-action small{color:#8a8a8a;margin-top:2px}.plus-symbol{width:28px;height:28px;border-radius:8px;background:#eef4fb;color:#318bd0;display:grid;place-items:center;font-size:18px;font-weight:800}.bottom-menu-trigger{position:absolute;right:7px;bottom:82px;z-index:68;border:0;background:#fff;color:#438fca;border-radius:12px;width:54px;height:48px;box-shadow:0 4px 15px rgba(0,0,0,.16);display:grid;place-items:center;font-size:22px;line-height:16px;cursor:pointer}.bottom-menu-trigger small{display:block;font-size:8px;color:#6e7c86}.bottom-menu-popover{position:absolute;right:8px;bottom:136px;z-index:72;width:210px;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.22);display:none;overflow:hidden}.bottom-menu-popover.open{display:block}.bottom-menu-popover a,.bottom-menu-popover form button{width:100%;min-height:46px;border:0;border-bottom:1px solid #eee;background:#fff;color:#4c5964;display:flex;align-items:center;gap:10px;padding:0 13px;text-decoration:none;text-align:left;cursor:pointer}.bottom-menu-popover a b{margin-left:auto;background:#e61d2d;color:#fff;border-radius:6px;min-width:21px;height:21px;display:grid;place-items:center;font-size:11px}.bottom-menu-popover form{margin:0}.bottom-menu-popover form button{color:#c53b3b}.composer-icon.emoji{background:#fff}.composer-icon.plus{color:#85888e}
@media(max-width:700px){.chat-popover{bottom:72px;width:calc(100% - 68px)}.emoji-grid{grid-template-columns:repeat(7,1fr);max-height:205px}.emoji-choice{height:40px}.emoji-choice img{max-width:31px;max-height:31px}.bottom-menu-trigger{bottom:75px;right:5px;width:50px;height:45px}.bottom-menu-popover{right:6px;bottom:124px}.inline-chat-emoji{height:26px}}
@media(max-width:420px){.emoji-grid{grid-template-columns:repeat(6,1fr)}.chat-composer{grid-template-columns:32px 36px 32px minmax(0,1fr) 46px}.composer-icon{width:29px}.composer-icon.emoji{width:40px}}
.clickable-nick{display:inline-flex;align-items:center;cursor:pointer;position:relative;z-index:3}.clickable-nick:hover{text-decoration:underline}.drawer-item .member-nick{cursor:pointer}.drawer-item>i{margin-left:auto;font-style:normal;font-size:24px;opacity:.55}.public-profile-actions{margin-bottom:90px}.public-profile-info{display:grid;gap:10px;margin:10px 0 18px}.public-profile-info>div{display:flex;justify-content:space-between;gap:18px;padding:12px;border-radius:12px;background:rgba(127,127,127,.08)}.public-profile-info span{opacity:.75;text-align:right}.public-profile-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.public-profile-buttons a{padding:13px 14px;border-radius:12px;text-align:center;background:var(--accent,#7c5cff);color:#fff;font-weight:700}.public-profile-buttons a+ a{background:var(--surface2,#172039)}@media(max-width:560px){.public-profile-buttons{grid-template-columns:1fr}}

/* Profil avatarı açılır menüsü - orijinal mobil düzene yakın */
.account-side-drawer{left:auto;right:0;width:min(510px,74vw);max-width:calc(100vw - 64px);background:#f3f1f2;color:#575757;transform:translateX(104%);box-shadow:-10px 0 30px rgba(0,0,0,.25);overflow:auto}.account-side-drawer.open{transform:translateX(0)}
.profile-action-menu{min-height:100%;padding:0 8px 22px;background:#f3f1f2}.profile-action-head{min-height:68px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding:7px 12px}.profile-action-user{display:flex;align-items:center;gap:10px;min-width:0}.profile-action-user img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#ddd}.profile-action-user b,.profile-action-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-action-user small{font-size:11px;color:#8c8c8c}.profile-action-head>button{border:0;background:transparent;font-size:30px;color:#777;cursor:pointer}
.profile-action-row{width:100%;min-height:68px;display:flex;align-items:center;gap:18px;padding:0 26px;border:0;border-bottom:1px solid rgba(0,0,0,.02);background:transparent;color:#5d5d5d;text-decoration:none;text-align:left;cursor:pointer}.profile-action-row:hover{background:#eae8e9}.profile-action-row b{font-size:19px;font-weight:400}.profile-action-icon{width:30px;color:#ff6508;font-size:25px;text-align:center;font-weight:800}.profile-action-muted{background:#e8e6e7}.profile-action-button{font:inherit}.profile-action-logout{margin:0}
.profile-theme-area{padding:8px 26px 16px}.profile-theme-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:2px 0 8px}.profile-theme-title>span{height:1px;background:#fff}.profile-theme-title b{background:#fff;border-radius:22px;padding:8px 28px;font-size:16px;font-weight:500;color:#444;white-space:nowrap}.profile-theme-swatches{display:grid;grid-template-columns:repeat(9,1fr);gap:6px;max-width:390px}.profile-theme-swatch{aspect-ratio:1;border-radius:50%;border:0;background:var(--swatch);cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.profile-theme-swatch:nth-child(3n){background:linear-gradient(135deg,var(--swatch),#ea38d4)}.profile-theme-swatch:nth-child(4n){background:linear-gradient(135deg,var(--swatch),#13d9a8)}.profile-theme-swatch.rainbow{background:conic-gradient(#ff4b4b,#ffc43d,#57d68d,#4aa8ff,#b44cff,#ff4b4b)}
@media(max-width:700px){.account-side-drawer{width:74vw;max-width:none}.profile-action-head{min-height:60px}.profile-action-row{min-height:64px;padding:0 22px;gap:16px}.profile-action-row b{font-size:17px}.profile-action-icon{font-size:23px}.profile-theme-area{padding-left:20px;padding-right:20px}.profile-theme-swatches{grid-template-columns:repeat(8,1fr);gap:5px}.profile-theme-title b{padding:7px 22px;font-size:15px}}
@media(max-width:430px){.account-side-drawer{width:75vw}.profile-action-row{min-height:60px;padding:0 18px}.profile-action-row b{font-size:16px}.profile-theme-swatches{grid-template-columns:repeat(7,1fr)}}

.menu-mode-badge{border:0;cursor:pointer;font:inherit;padding:0;appearance:none;-webkit-appearance:none}.menu-mode-badge:focus-visible{outline:2px solid #318bd0;outline-offset:2px}body.theme-dark .main-menu-drawer{background:#151922;color:#eef3fb}body.theme-dark .main-menu-profile{background:#1d2330;border-color:#343c4d}body.theme-dark .main-menu-item{color:#cbd5e5;border-color:#2d3544}body.theme-dark .main-menu-item:hover{background:#222936}body.theme-dark .main-menu-logout{border-color:#2d3544;background:#151922}body.theme-dark .chat-shell,body.theme-dark .chat-stage{background-color:#121722}body.theme-dark .message-card{background:#202633;color:#edf2fa}body.theme-dark .message-text{color:#e3e9f3}body.theme-dark .message-name-row time{color:#9ca8ba}body.theme-dark .topic-strip{background:#20283a;color:#dce5f6;border-color:#354056}body.theme-dark .chat-composer{background:#151a24;border-color:#30394a}body.theme-dark .chat-composer input{background:#212836;color:#f0f4fb;border-color:#394457}body.theme-dark .quick-tools{background:#1c2230;color:#dbe5f5}body.theme-dark .quick-tool{border-color:#323b4d}body.theme-dark .room-drawer,body.theme-dark .members-drawer{background:#171d28;color:#e8eef8}

/* Composer v4: original-style controls on the left */
.chat-composer .composer-icon.plus{order:1;color:#4b9ce2;font-size:31px}.chat-composer .composer-icon.emoji{order:2}.chat-composer .composer-icon.mic{order:3;color:#4b9ce2;font-size:22px}.chat-composer .composer-input-wrap{order:4}.chat-composer .send-arrow{order:5}.composer-status:empty{display:none!important}.chat-app>.composer-status:empty{display:none!important;background:transparent!important;padding:0!important;min-height:0!important}.chat-app>.composer-status:not(:empty){display:block}.chat-composer .composer-icon.mic:active,.chat-composer .composer-icon.plus:active,.chat-composer .composer-icon.emoji:active{transform:scale(.94)}

/* Orijinal voice_record eklentisi ile uyumlu ses kayıt arayüzü */
.composer-icon.mic img{width:23px;height:23px;display:block}.composer-icon.mic.recording{background:#f04444;color:#fff;animation:voicePulse 1s infinite}.composer-icon.mic.disabled{opacity:.35;cursor:not-allowed}.voice-recorder-panel{position:absolute;inset:0;z-index:95;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;padding:20px}.voice-recorder-panel.open{display:flex}.voice-recorder-card{width:min(340px,92vw);background:#fff;border-radius:18px;padding:24px;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.28);display:grid;gap:10px}.voice-recorder-pulse{width:74px;height:74px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#f2f4f7;font-size:34px;animation:voicePulse 1s infinite}.voice-recorder-card>span{font-size:30px;font-weight:800}.voice-recorder-card small{color:#777}.voice-recorder-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.voice-recorder-actions button{border:0;border-radius:12px;padding:12px;font-weight:700}.voice-recorder-actions .voice-stop{background:#24a2e8;color:#fff}@keyframes voicePulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.94);opacity:.72}}.voice-message{display:flex;align-items:center;gap:10px;min-width:190px}.voice-message audio{display:none}.voice-play{width:42px;height:42px;border:0;border-radius:50%;background:#20a2e8;color:#fff;font-size:17px;display:grid;place-items:center}.voice-play.playing{background:#ef5350}.voice-meta{display:grid}.voice-meta small{font-size:11px;color:#888;margin-top:2px}body.theme-dark .voice-recorder-card{background:#202633;color:#eef3fb}body.theme-dark .voice-recorder-card small{color:#aeb8c7}

/* Profil menüsü: örnekteki gibi üst barın altında sağda açılır */
.account-side-drawer{top:72px!important;bottom:74px!important;height:auto!important;border-radius:0;z-index:58}
@media(max-width:700px){.account-side-drawer{top:72px!important;bottom:72px!important;width:75vw!important}}

/* Üye tıklama paneli - misafir/üye/yönetici yetkisine göre */
.member-open-button{width:100%;border:0;background:transparent;text-align:left;font:inherit;cursor:pointer}
.member-action-modal{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.48);display:none;align-items:center;justify-content:center;padding:18px}.member-action-modal.open{display:flex}
.member-action-sheet{position:relative;width:min(430px,94vw);max-height:82vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.32);padding:20px;color:#3f4651}
.member-action-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f2f4;color:#555;font-size:26px;cursor:pointer}
.member-action-user{display:flex;align-items:center;gap:14px;padding:8px 42px 18px 2px;border-bottom:1px solid #eceef1}.member-action-user>img{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #21a7bf;background:#e8edf2}.member-action-user>div{min-width:0}.member-action-user b{display:block;font-size:21px;color:#25899c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-action-user small{display:inline-block;margin-top:3px;padding:3px 8px;border-radius:10px;background:#edf4f6;color:#60727a}.member-action-user span{display:block;margin-top:6px;color:#777;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.member-action-groups{padding-top:10px}.member-action-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9aa1a9;padding:10px 8px 5px}.member-action-link,.member-action-btn{width:100%;min-height:48px;border:0;border-bottom:1px solid #f0f1f3;background:#fff;display:flex;align-items:center;gap:12px;padding:0 10px;color:#4b5560;text-decoration:none;text-align:left;font:inherit;cursor:pointer}.member-action-link:hover,.member-action-btn:hover{background:#f7fafb}.member-action-ico{width:30px;text-align:center;font-size:20px;color:#2498aa}.member-action-btn.danger .member-action-ico,.member-action-btn.danger{color:#cf3d45}.member-action-btn.good .member-action-ico,.member-action-btn.good{color:#2a9e68}.member-action-status{min-height:20px;padding:8px 6px 0;color:#68717b;font-size:13px}
body.theme-dark .member-action-sheet{background:#1c2330;color:#e8eef7}body.theme-dark .member-action-link,body.theme-dark .member-action-btn{background:#1c2330;color:#dce5f2;border-color:#2d3646}body.theme-dark .member-action-link:hover,body.theme-dark .member-action-btn:hover{background:#252d3a}body.theme-dark .member-action-close{background:#2b3443;color:#e7edf5}body.theme-dark .member-action-user{border-color:#313a49}

/* Orijinal Sesimdeyim emoji paneli: kategori şeridi + emoji alanı */
.original-emoji-panel{left:0!important;right:0!important;bottom:70px!important;width:auto!important;max-width:none!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:0 -5px 20px rgba(0,0,0,.28)!important;background:#d8d5d5!important;overflow:hidden!important}
.emoji-category-strip{height:70px;display:flex;align-items:stretch;gap:2px;padding:0 42px 0 6px;background:#88a4bd;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:none}
.emoji-category-strip::-webkit-scrollbar{display:none}.emoji-category{min-width:52px;width:52px;height:66px;border:0;background:transparent;padding:3px 2px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px;cursor:pointer;opacity:.82;position:relative}.emoji-category.active{background:rgba(255,255,255,.18);opacity:1}.emoji-category img{width:44px;height:44px;object-fit:contain;border-radius:4px}.emoji-category span{display:block;width:100%;font-size:8px;line-height:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.emoji-panel-close{position:sticky;right:0;top:0;margin-left:auto;min-width:38px;height:70px;border:0;background:#88a4bd;color:#555;font-size:34px;line-height:1;cursor:pointer;z-index:4}.original-emoji-grid{display:grid!important;grid-template-columns:repeat(9,minmax(0,1fr))!important;gap:8px!important;padding:9px 8px 12px!important;max-height:305px!important;min-height:190px;overflow:auto!important;background:linear-gradient(90deg,#bbb 0,#e2dfdf 18%,#c6c3c3 55%,#e1dede 100%)}.original-emoji-grid .emoji-choice{height:58px!important;border-radius:13px!important;background:rgba(255,255,255,.72)!important;box-shadow:0 2px 6px rgba(0,0,0,.12);padding:4px!important}.original-emoji-grid .emoji-choice img{max-width:50px!important;max-height:50px!important;width:auto;height:auto;object-fit:contain}.original-emoji-grid.loading{opacity:.55;pointer-events:none}.emoji-load-error{grid-column:1/-1;padding:24px;text-align:center;color:#8c3030;background:#fff;border-radius:8px}
.theme-dark .original-emoji-panel{background:#26282d!important}.theme-dark .emoji-category-strip,.theme-dark .emoji-panel-close{background:#36465a}.theme-dark .original-emoji-grid{background:linear-gradient(90deg,#292b30,#383a40,#292b30)}.theme-dark .original-emoji-grid .emoji-choice{background:#464950!important}
@media(max-width:700px){.original-emoji-panel{bottom:70px!important}.emoji-category-strip{height:69px;padding-left:4px}.emoji-category{min-width:49px;width:49px;height:65px}.emoji-category img{width:42px;height:42px}.emoji-panel-close{height:69px;min-width:38px}.original-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:8px!important;max-height:315px!important;min-height:220px}.original-emoji-grid .emoji-choice{height:55px!important}.original-emoji-grid .emoji-choice img{max-width:47px!important;max-height:47px!important}}
@media(max-width:430px){.original-emoji-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important}.emoji-category{min-width:48px;width:48px}}
.sms-panel-strip{height:32px;display:flex;align-items:center;gap:8px;background:#111;color:#ffe91f;padding:0 8px;font-size:13px;overflow:hidden;position:relative;z-index:9}.sms-panel-strip>b{white-space:nowrap}.sms-marquee{overflow:hidden;flex:1;white-space:nowrap;position:relative}.sms-marquee>[data-sms-ticker]{display:inline-block;min-width:max-content;padding-left:100%;animation:smsMarquee 42s linear infinite;will-change:transform}.sms-entry{display:inline!important;animation:none!important;padding:0!important}.sms-entry b{color:#00dcff;font-weight:700}.sms-separator{display:inline!important;animation:none!important;padding:0!important;color:#ffe91f}.sms-marquee>[data-sms-ticker]:empty{display:none}@keyframes smsMarquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.legacy-modal{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:120;display:none;align-items:center;justify-content:center;padding:14px}.legacy-modal.open{display:flex}.legacy-modal-card{width:min(560px,96vw);max-height:88vh;overflow:hidden;background:#f7f7f7;border-radius:12px;box-shadow:0 20px 70px rgba(0,0,0,.35);display:flex;flex-direction:column}.legacy-modal-head{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;background:#21263a;color:#fff}.legacy-modal-head button{border:0;background:transparent;color:#fff;font-size:28px}.legacy-modal-body{padding:14px;overflow:auto}.legacy-tabs{display:flex;gap:4px;border-bottom:1px solid #ccc;margin-bottom:12px}.legacy-tabs button{border:0;background:#e7e7e7;padding:10px 12px;border-radius:8px 8px 0 0}.legacy-tabs button.active{background:#2298dc;color:#fff}.legacy-form{display:grid;gap:10px}.legacy-form label{display:grid;gap:5px;font-size:13px}.legacy-form input,.legacy-form textarea,.legacy-form select,.legacy-console-input{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;padding:10px;background:#fff;font:inherit}.legacy-form textarea{min-height:90px}.legacy-btn{border:0;border-radius:8px;padding:10px 14px;background:#2298dc;color:#fff;font-weight:700}.legacy-btn.danger{background:#d63838}.legacy-btn.good{background:#25a94a}.legacy-btn.warn{background:#e79a1b}.sms-admin-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-bottom:1px solid #ddd}.sms-admin-item small{display:block;color:#888}.sms-admin-actions{display:flex;gap:5px;align-items:center}.sms-admin-actions button{border:0;border-radius:6px;padding:6px 8px}.console-log{padding:7px;border-bottom:1px solid #ddd;font-size:12px}.console-run{display:flex;gap:7px;margin-top:10px}.room-action-list{font-size:13px;display:grid;gap:6px}.room-action-list div{background:#eee;padding:8px;border-radius:7px}.profile-theme-swatch.selected{outline:3px solid #111;outline-offset:2px}
body{--accent:#22a6b3}.room-logo,.send-arrow,.topic-mic{background:var(--accent)!important}.message-name-row strong:not([class*="bcolor"]):not([class*="bgrad"]):not([class*="bneon"]):not([class*="flash"]),.composer-icon.plus,.composer-icon.mic{color:var(--accent)!important}.feed-avatar{border-color:var(--accent)!important}.quick-tools .count-badge{background:var(--accent)!important}.profile-theme-swatch{transition:.15s}.profile-theme-swatch:active{transform:scale(.9)}
@media(max-width:700px){.sms-panel-strip{height:30px;font-size:12px}.legacy-modal{align-items:flex-end;padding:0}.legacy-modal-card{width:100vw;max-width:none;border-radius:16px 16px 0 0;max-height:88vh}}
/* Orijinal alt radyo/footer düzeni */
.chat-app{grid-template-rows:76px 32px minmax(0,1fr) 76px 58px auto!important}
.legacy-bottom-nav{height:58px;background:#c9c3ae;border-top:1px solid rgba(0,0,0,.12);display:grid;grid-template-columns:72px 1fr 72px 72px;align-items:stretch;z-index:41;position:relative;color:#398ed1}
.legacy-footer-item{border:0;background:transparent;color:#398ed1;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:0;cursor:pointer;font:inherit;padding:2px 4px}.legacy-footer-item:active{background:rgba(255,255,255,.28)}.legacy-footer-icon,.legacy-radio-gif{font-size:27px;line-height:28px}.legacy-footer-item small{font-size:11px;line-height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.legacy-station-item{justify-self:end;width:78px}.legacy-request-item{width:72px}.legacy-menu-item{width:72px}
.bottom-menu-trigger{display:none!important}.bottom-menu-popover{right:6px!important;bottom:132px!important;z-index:84!important}
.chat-popover{bottom:136px!important}.original-emoji-panel{bottom:128px!important}.chat-app>.composer-status{bottom:128px!important}
.radio-player-popover{position:absolute;left:5px;bottom:132px;width:min(355px,calc(100% - 12px));z-index:86;background:#f7f7f7;border:1px solid #c7c7c7;box-shadow:0 8px 28px rgba(0,0,0,.28);display:none;color:#4e5157}.radio-player-popover.open{display:block}.radio-player-head{height:46px;background:#25283b;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 13px}.radio-player-head button{border:0;background:transparent;color:#fff;font-size:27px}.radio-player-body{padding:12px}.radio-now{display:flex;align-items:center;gap:12px;border-bottom:1px solid #ddd;padding-bottom:10px}.radio-now>span{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#359ce1;color:#fff;font-size:25px}.radio-now small,.radio-now b{display:block}.radio-now small{font-size:11px;color:#888}.radio-controls{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center;padding:13px 0}.radio-controls button,.radio-request-button{border:0;border-radius:7px;background:#338fd0;color:white;padding:10px 12px;text-align:center;text-decoration:none;font-weight:700}.radio-controls button[disabled]{opacity:.5}.radio-controls input{width:100%}.radio-request-button{display:block;background:#ef7a22}
body.theme-dark .legacy-bottom-nav{background:#242a36;border-color:#3a4250}.body.theme-dark .legacy-footer-item{color:#72baf2}body.theme-dark .radio-player-popover{background:#1d2430;color:#edf2fa;border-color:#384252}body.theme-dark .radio-player-body{background:#1d2430}body.theme-dark .radio-now{border-color:#394454}
@media(max-width:700px){.chat-app{grid-template-rows:64px 30px minmax(0,1fr) 70px 58px auto!important}.legacy-bottom-nav{height:58px;grid-template-columns:64px 1fr 64px 64px}.legacy-footer-item small{font-size:10px}.legacy-footer-icon,.legacy-radio-gif{font-size:25px}.bottom-menu-popover{bottom:128px!important}.chat-popover{bottom:130px!important}.original-emoji-panel{bottom:128px!important}.chat-app>.composer-status{bottom:128px!important}.radio-player-popover{bottom:128px!important}}

/* Orijinal istek paneli: sağ alttaki İSTEK butonundan açılır */
.request-side-panel{position:absolute;z-index:96;top:64px;right:0;bottom:58px;width:min(545px,calc(100% - 36px));background:#f2efed;box-shadow:-8px 0 22px rgba(0,0,0,.28);transform:translateX(104%);transition:transform .22s ease;display:flex;flex-direction:column;color:#555}
.request-side-panel.open{transform:translateX(0)}
.request-panel-backdrop{position:absolute;z-index:95;inset:64px 0 58px;background:rgba(0,0,0,.28);display:none}.request-panel-backdrop.open{display:block}
.request-panel-top{height:80px;display:grid;grid-template-columns:56px 1fr;align-items:stretch;border-bottom:1px solid #fff;background:#f3f0ee}
.request-panel-close{border:0;background:transparent;color:#318ed2;font-size:28px;cursor:pointer}
.request-panel-tabs{display:grid;grid-template-columns:repeat(5,1fr);height:100%}.request-panel-tabs button{border:0;border-left:1px solid #eee;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#3b91d1;gap:2px;cursor:pointer;padding:0;min-width:0}.request-panel-tabs button:active{background:rgba(55,129,220,.10)}.request-panel-tabs b{font-size:25px;line-height:27px}.request-panel-tabs small{font-size:11px}
.request-panel-body{overflow:auto;flex:1;padding:24px 20px 34px;background:#f4f1ef}.request-loading,.request-empty{text-align:center;color:#999;padding:70px 20px;font-size:16px}
.request-status{padding:7px 10px;color:#fff;font-size:14px;line-height:18px}.request-status.good{background:#1ea510}.request-status.bad{background:#ea4848}.request-status.warn{background:#e6a321}.request-status+.request-status{margin-top:2px}
.request-djs{display:flex;gap:8px;overflow:auto;padding:12px 0}.request-dj{display:flex;align-items:center;gap:7px;background:#fff;border-radius:7px;padding:7px 10px;min-width:max-content}.request-dj img{width:34px;height:34px;border-radius:50%;object-fit:cover}.request-dj small{display:block;color:#26a04a}
.request-compose{background:#fff;border-radius:8px;padding:10px;margin:5px 0 15px;box-shadow:0 1px 4px rgba(0,0,0,.08)}.request-compose textarea{width:100%;min-height:72px;resize:vertical;border:1px solid #ddd;border-radius:6px;padding:10px;font:inherit}.request-compose-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:8px}.request-btn{border:0;border-radius:5px;padding:9px 12px;cursor:pointer;background:#358fd0;color:#fff;font-weight:700}.request-btn.good{background:#20a231}.request-btn.warn{background:#ef9822}.request-btn.danger{background:#e64b4b}.request-btn.muted{background:#777}
.request-dj-controls{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0 14px}.request-card{background:#fff;border-radius:8px;margin:0 0 11px;box-shadow:0 2px 7px rgba(0,0,0,.09);overflow:hidden}.request-card-head{display:flex;align-items:center;padding:9px 11px;gap:9px}.request-card-head img{width:40px;height:40px;border-radius:50%;object-fit:cover}.request-card-user{min-width:0;flex:1}.request-card-user b{display:block;color:#268d9c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-card-user small{color:#8a8a8a}.request-state{font-size:11px;padding:3px 7px;border-radius:10px;background:#ececec}.request-state.s1{background:#fff0c5;color:#8a6400}.request-state.s2{background:#cfe9ff;color:#17639d}.request-state.s3{background:#d8f4d8;color:#16731b}.request-message{padding:5px 13px 13px;font-size:16px;white-space:pre-wrap;word-break:break-word}.request-actions{display:flex;gap:6px;padding:0 11px 11px;justify-content:flex-end}.request-actions button{border:0;border-radius:4px;padding:7px 9px;cursor:pointer}.request-actions .queue{background:#318fd0;color:#fff}.request-actions .played{background:#22a337;color:#fff}.request-actions .remove{background:#e65050;color:#fff}
body.theme-dark .request-side-panel,body.theme-dark .request-panel-body,body.theme-dark .request-panel-top{background:#202632;color:#e8edf4;border-color:#333c49}body.theme-dark .request-panel-tabs button{border-color:#333c49;color:#86bfff}body.theme-dark .request-compose,body.theme-dark .request-card,body.theme-dark .request-dj{background:#2c3441;color:#eef2f7}body.theme-dark .request-compose textarea{background:#1e2530;color:#fff;border-color:#46505e}
@media(max-width:700px){.request-side-panel{top:64px;bottom:58px;width:calc(100% - 36px)}.request-panel-backdrop{top:64px;bottom:58px}.request-panel-body{padding:24px 14px 24px}.legacy-bottom-nav{grid-template-columns:64px 1fr 72px 72px}}

/* Player admin responsive form */
.player-settings-panel{margin-top:14px}.player-setting-grid{padding:18px;display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:14px;align-items:end}.player-setting-grid label{display:grid;gap:7px;min-width:0;color:#687385;font-size:13px}.player-setting-grid label span{font-weight:700;color:#344054}.player-setting-grid input,.player-setting-grid select{width:100%;min-width:0;box-sizing:border-box;border:1px solid #d9e0e8;background:#fff;border-radius:8px;padding:11px;color:#253043}.player-setting-grid small{line-height:1.35;color:#8a94a7}.player-setting-grid .admin-save{grid-column:1/-1;justify-self:start}@media(max-width:700px){.player-setting-grid{grid-template-columns:1fr;padding:14px}.player-setting-grid .admin-save{width:100%}}

/* Sohbet dosya/resim önizlemeleri */
.chat-image-link{display:block;max-width:min(100%,420px);padding:0;border:0;background:transparent;text-decoration:none;cursor:zoom-in}
.chat-upload-image{display:block;max-width:100%;max-height:420px;width:auto;height:auto;border-radius:14px;object-fit:contain;background:rgba(0,0,0,.04)}
.chat-upload-media{display:flex;flex-direction:column;gap:6px;max-width:420px}
.chat-upload-media audio,.chat-upload-media video{width:100%;max-width:100%;border-radius:12px}
.chat-upload-media video{max-height:360px;background:#000}
.chat-upload-media small{opacity:.72;overflow-wrap:anywhere}
.chat-file-link{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:10px;background:rgba(25,145,170,.10);text-decoration:none;overflow-wrap:anywhere}

/* Admin drawer - original style mobile menu */
.admin-hamburger{width:46px;height:42px;border:0;background:#20263a;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;flex:0 0 auto}.admin-hamburger span{display:block;width:23px;height:2px;background:#fff;border-radius:4px}.admin-drawer-close{margin-left:auto;border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:0 4px}.old-admin-title{min-width:0;flex:1}.admin-drawer-backdrop{display:none}.admin-lock{overflow:hidden}
@media(min-width:901px){.admin-hamburger{display:none}.admin-drawer-close{display:none}}
@media(max-width:900px){
 .old-admin{display:block!important;min-height:100vh}
 .old-admin-side{position:fixed!important;left:0;top:0;bottom:0;width:min(82vw,310px)!important;height:100vh!important;z-index:10020;transform:translateX(-105%);transition:transform .22s ease;background:#20263a!important;padding:12px 10px!important;box-shadow:8px 0 26px rgba(0,0,0,.28);overflow:auto!important}
 .old-admin.admin-menu-open .old-admin-side{transform:translateX(0)}
 .admin-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10010;opacity:0;pointer-events:none;transition:opacity .2s ease}
 .old-admin.admin-menu-open .admin-drawer-backdrop{opacity:1;pointer-events:auto}
 .old-admin-side nav{display:flex!important;flex-direction:column!important;gap:2px!important;max-height:none!important;overflow:visible!important;padding:4px 0 24px}
 .old-admin-side nav a{width:100%;display:flex!important;align-items:center;gap:12px;padding:12px 13px!important;border-radius:7px!important;font-size:14px!important;color:#c7d0df!important}
 .old-admin-side nav a span{width:24px;flex:0 0 24px;text-align:center}
 .old-admin-side nav a.sub{padding-left:36px!important;font-size:13px!important;color:#9ba6b9!important}
 .old-admin-side nav a.active,.old-admin-side nav a:hover{background:#13a8ad!important;color:#fff!important}
 .old-admin-brand{position:sticky;top:0;background:#20263a;z-index:2;padding-top:6px}
 .old-admin-chat{margin:10px 4px 8px!important}
 .old-admin-main{padding:12px!important;margin:0!important;width:100%}
 .old-admin-top{position:sticky;top:0;z-index:1000;background:#eef1f6;padding:8px 0 12px;margin-bottom:12px;display:flex!important;align-items:center!important;gap:10px!important}
 .old-admin-top h1{font-size:21px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .old-admin-top p{font-size:12px;margin-top:2px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:58vw}
 .admin-user{margin-left:auto;flex:0 0 auto;text-align:right!important}
 .old-stats{grid-template-columns:1fr 1fr!important;gap:10px!important}
 .old-settings,.room-admin-grid{grid-template-columns:1fr!important}
 .system-grid{grid-template-columns:1fr 1fr!important}
 .admin-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
 .admin-table{min-width:760px!important}
}

.radio-dj-name{display:block;margin-top:3px;font-size:12px;font-style:normal;font-weight:700;color:#2389c9}.theme-dark .radio-dj-name{color:#79c8ff}

.chat-image-viewer{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;padding:18px}
.chat-image-viewer[hidden]{display:none}
.chat-image-viewer img{max-width:96vw;max-height:88vh;object-fit:contain;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.45)}
.chat-image-viewer-close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.95);font-size:30px;line-height:1;cursor:pointer}
.image-viewer-open{overflow:hidden}

/* LiteV2 original palette override — source: yedeks.zip/css/themes/LiteV2/LiteV2.css */
:root{
 --bg:#ededed;--surface:#dddbdc;--surface2:#e7e4e1;--line:#c7c8c9;
 --text:#544747;--muted:#888;--accent:#ff5c00;--accent2:#3781dc;
 --shadow:0 1px 3px rgba(0,0,0,.20);--panel:#dddbdc;--input:#fff;
}
html,body{background:#ededed;color:#544747}
a{color:#ffb221}
.app-shell,.chat-app,.page-shell{color:#544747}
.sidebar,.side-menu,.legacy-left-panel{background:#e7e4e1!important;border-color:#d8cdbe!important;color:#544747}
.nav a,.left-menu-item,.side-menu a{color:#3781dc!important}
.nav a:hover,.nav a.active,.left-menu-item:hover,.side-menu a:hover{background:rgba(0,0,0,.05)!important;color:#ff5c00!important}
.brand-mark,.primary-btn,.theme-btn,.composer .send,.send{background:#ff5c00!important;color:#fff!important}
.panel,.conversation,.members,.rooms,.page-element,.form-panel,.list-panel,.stat-card{background:#dddbdc!important;border-color:rgba(0,0,0,.08)!important;color:#544747!important;box-shadow:0 1px 3px rgba(0,0,0,.20)}
.panel-title,.conversation-head,.topbar,.chat-head{background:#bab2a2!important;color:#3781dc!important;border-color:rgba(0,0,0,.08)!important}
.panel-title span,.conversation-head small,.topbar p,.sub-text,.message-meta time{color:#888!important}
.messages,.chat-messages,.chat-body{background:#fff!important}
.bubble,.message .bubble{background:#e7e4e1!important;color:#333!important}
.message p,.bubble p,.message-text:not([class*="bcolor"]){color:#333!important}
.composer,.chat-composer,.composer-wrap{background:linear-gradient(#cbbaa3,#ededed 40px)!important;border-color:#c7c8c9!important}
.composer input,.composer textarea,.chat-input,input,textarea{background:#fff!important;color:#333!important;border-color:#c7c8c9!important}
.composer button,.icon-btn,.ghost-btn{color:#3781dc;border-color:#c7c8c9;background:rgba(0,0,0,.05)}
.composer .send,.send-btn{background:#ff5c00!important;color:#fff!important}
.member,.room,.sub-list-item,.menu-row{color:#333}
.member:hover,.room:hover,.room.selected{background:rgba(0,0,0,.05)!important}
.avatar,.room-avatar{background:#8196ae!important;color:#fff!important}
.online-dot{background:#22a410!important}
.legacy-bottom-nav,.legacy-footer,.bottom-nav{background:#d9e4ea!important;border-color:#c7c8c9!important;color:#333!important}
.legacy-footer-item,.legacy-footer-item button,.legacy-bottom-nav button{color:#3781dc!important}
.legacy-footer-item.active,.legacy-footer-item:hover{color:#ff5c00!important}
.chat-popover,.bottom-menu-popover,.radio-player-popover,.original-emoji-panel,.profile-menu,.user-action-panel{background:#deeeff!important;color:#000!important;border-color:#c7c8c9!important}
.original-emoji-panel .emoji-head,.emoji-head,.modal-top,.profile-menu-head{background:#8196ae!important;color:#fff!important}
.request-side-panel,.request-panel-body,.request-panel-top{background:#dddbdc!important;color:#544747!important}
.request-compose,.request-card,.request-dj{background:#fff!important;color:#333!important}
.request-btn,.default-btn{background:#3781dc!important;color:#fff!important}.request-btn.good{background:#22a410!important}.request-btn.warn{background:orange!important}.request-btn.danger{background:#e34343!important}
.radio-dj-name{color:#3781dc!important}
.notice{background:#fff3d7!important;border-color:#ffb221!important;color:#7b5a00!important}
.success{color:#22a410!important}.error,.composer-status{color:#e34343!important}
/* LiteV2 selected/accent colors */
.theme-color,.menui,.subi{color:#ff5c00!important}.default-color,.input-item{color:#3781dc!important}
/* Keep explicit night mode available; LiteV2 is the default/day palette. */
body.theme-dark{--bg:#0b1020;--surface:#11182b;--surface2:#172039;--line:#26324e;--text:#edf2ff;--muted:#8fa0c0;--accent:#7c5cff;--accent2:#21d4a7;background:#0b1020;color:#edf2ff}

/* LiteV2 CHAT — original chat palette mapping */
body:not(.theme-dark){--accent:#ff5c00!important;--accent2:#3781dc!important;background:#ededed!important;color:#544747!important}
body:not(.theme-dark):has(.chat-app){background:#ededed!important;color:#544747!important}
body:not(.theme-dark) .chat-app{
  --bar:#bab2a2!important;--blue:#3781dc!important;--cyan:#ff5c00!important;--card:#fff!important;
  background:#ededed!important;color:#544747!important;
}
body:not(.theme-dark) .chat-topbar{
  background:#bab2a2!important;color:#3781dc!important;
  box-shadow:0 1px 3px rgba(0,0,0,.20)!important;border-bottom:1px solid rgba(0,0,0,.08)!important;
}
body:not(.theme-dark) .chat-topbar .top-icon,
body:not(.theme-dark) .chat-topbar a,
body:not(.theme-dark) .chat-topbar button,
body:not(.theme-dark) .room-identity strong{color:#3781dc!important}
body:not(.theme-dark) .room-identity small{color:#666!important}
body:not(.theme-dark) .room-logo{background:#ff5c00!important;color:#fff!important}
body:not(.theme-dark) .top-avatar{border-color:#ff5c00!important;background:#fff!important}
body:not(.theme-dark) .chat-stage{
  background-color:#fff!important;
}
body:not(.theme-dark) .chat-stage:after{display:none!important}
body:not(.theme-dark) .chat-feed{background:#fff!important}
body:not(.theme-dark) .feed-avatar{border-color:#ff5c00!important;background:#8196ae!important}
body:not(.theme-dark) .message-card{
  background:#f6f6f6!important;color:#333!important;
  border:1px solid rgba(0,0,0,.08)!important;
  box-shadow:0 1px 3px rgba(0,0,0,.12)!important;
}
body:not(.theme-dark) .message-name-row strong:not([class*="bcolor"]):not([class*="bgrad"]):not([class*="bneon"]):not([class*="flash"]){color:#3781dc!important}
body:not(.theme-dark) .message-name-row time{color:#888!important}
body:not(.theme-dark) .message-text:not([class*="bcolor"]){color:#333!important}
body:not(.theme-dark) .quick-tools{
  background:#e7e4e1!important;color:#333!important;
  border:1px solid #d8cdbe!important;box-shadow:0 1px 3px rgba(0,0,0,.20)!important;
}
body:not(.theme-dark) .quick-tools a,
body:not(.theme-dark) .quick-tools button{
  background:#e7e4e1!important;color:#3781dc!important;border-color:rgba(0,0,0,.08)!important;
}
body:not(.theme-dark) .quick-tools a:hover,
body:not(.theme-dark) .quick-tools button:hover{background:rgba(0,0,0,.05)!important;color:#ff5c00!important}
body:not(.theme-dark) .quick-tools .count-badge{background:#ff6d1b!important;color:#fff!important}
body:not(.theme-dark) .topic-strip{
  background:#dddbdc!important;color:#666!important;
  border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 1px 3px rgba(0,0,0,.12)!important;
}
body:not(.theme-dark) .topic-strip strong{color:#3781dc!important}
body:not(.theme-dark) .topic-mic{background:#ff5c00!important;color:#fff!important}
body:not(.theme-dark) .chat-composer{
  background:linear-gradient(#cbbaa3,#ededed 40px)!important;
  border-top:1px solid #c7c8c9!important;box-shadow:none!important;
}
body:not(.theme-dark) .composer-input-wrap{
  background:#fff!important;border:1px solid #c7c8c9!important;border-radius:1px!important;
}
body:not(.theme-dark) .composer-input-wrap input{background:#fff!important;color:#333!important}
body:not(.theme-dark) .composer-input-wrap input::placeholder{color:#888!important}
body:not(.theme-dark) .composer-icon.plus,
body:not(.theme-dark) .composer-icon.mic{color:#3781dc!important}
body:not(.theme-dark) .composer-icon.emoji{background:#fff!important;color:#3781dc!important;border-color:#3781dc!important}
body:not(.theme-dark) .send-arrow{background:#ff5c00!important;color:#fff!important;box-shadow:none!important}
body:not(.theme-dark) .legacy-bottom-nav{
  background:#d9e4ea!important;color:#333!important;border-top:1px solid #c7c8c9!important;
}
body:not(.theme-dark) .legacy-footer-item,
body:not(.theme-dark) .legacy-footer-item button{color:#3781dc!important}
body:not(.theme-dark) .legacy-footer-item:hover,
body:not(.theme-dark) .legacy-footer-item.active{color:#ff5c00!important;background:rgba(0,0,0,.05)!important}
body:not(.theme-dark) .chat-popover,
body:not(.theme-dark) .bottom-menu-popover,
body:not(.theme-dark) .radio-player-popover,
body:not(.theme-dark) .original-emoji-panel,
body:not(.theme-dark) .profile-menu,
body:not(.theme-dark) .user-action-panel,
body:not(.theme-dark) .main-menu-drawer,
body:not(.theme-dark) .room-drawer,
body:not(.theme-dark) .members-drawer{
  background:#deeeff!important;color:#000!important;border-color:#c7c8c9!important;
}
body:not(.theme-dark) .main-menu-item,
body:not(.theme-dark) .drawer-item{color:#3781dc!important;border-color:rgba(0,0,0,.08)!important}
body:not(.theme-dark) .main-menu-item:hover,
body:not(.theme-dark) .drawer-item:hover,
body:not(.theme-dark) .drawer-item.selected{background:rgba(0,0,0,.05)!important;color:#ff5c00!important}
body:not(.theme-dark) .popover-head,
body:not(.theme-dark) .emoji-head,
body:not(.theme-dark) .profile-menu-head{background:#8196ae!important;color:#fff!important}
body:not(.theme-dark) .plus-action,
body:not(.theme-dark) .bottom-menu-popover a,
body:not(.theme-dark) .bottom-menu-popover form button{background:#deeeff!important;color:#3781dc!important;border-color:rgba(0,0,0,.08)!important}
body:not(.theme-dark) .plus-action:hover,
body:not(.theme-dark) .bottom-menu-popover a:hover{background:rgba(0,0,0,.05)!important;color:#ff5c00!important}
body:not(.theme-dark) .chat-app>.composer-status:not(:empty){background:#ededed!important;color:#e34343!important}
/* Orijinal kullanıcı/nick işlem kartı */
.member-action-modal{z-index:150!important;background:rgba(0,0,0,.46)!important;align-items:center!important;justify-content:center!important;padding:10px!important}
.member-action-sheet.original-user-card{padding:0!important;width:min(410px,calc(100vw - 34px))!important;max-height:86vh!important;border-radius:4px!important;overflow:auto!important;background:#dedcdc!important;color:#5b5656!important;box-shadow:0 12px 35px rgba(0,0,0,.38)!important}
.original-user-card .member-action-close{z-index:5;top:8px;right:8px;background:rgba(255,255,255,.9)!important;color:#666!important;border-radius:50%!important;width:34px!important;height:34px!important;font-size:24px!important;line-height:32px!important}
.member-card-cover{height:222px;position:relative;background-size:cover!important;background-position:center!important;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:22px 12px 14px;color:#fff;box-sizing:border-box}
.member-card-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 44%,rgba(0,0,0,.38));pointer-events:none}
.member-card-avatar{position:relative;z-index:2;width:92px;height:92px;border-radius:50%;object-fit:cover;border:4px solid #fff;background:#ddd;box-shadow:0 2px 8px rgba(0,0,0,.3)}
.member-card-name{position:relative;z-index:2;margin-top:8px;font-size:28px;font-weight:700;color:#3781dc;text-shadow:0 1px 2px #fff,0 0 3px rgba(255,255,255,.7)}
.member-card-meta{position:relative;z-index:2;font-size:15px;color:#e7b85f;text-shadow:0 1px 2px rgba(0,0,0,.45)}
.member-level-badge{position:absolute;z-index:3;left:16px;top:16px;border-radius:22px;background:rgba(88,96,107,.85);padding:7px 12px;font-size:17px;color:#fff}.member-level-badge:first-letter{color:#ffd23f}
.member-card-strip{min-height:0;background:#dedcdc;display:flex;flex-direction:column;padding:5px 18px 3px}.member-card-strip [data-member-type]{font-size:11px;color:#888}.member-card-strip [data-member-mood]{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.original-user-card .member-action-groups{padding:0!important}.original-user-card .member-action-link,.original-user-card .member-action-btn{min-height:70px!important;background:#dedcdc!important;border:0!important;border-bottom:1px solid rgba(110,105,105,.12)!important;padding:0 28px!important;gap:16px!important;color:#625d5d!important;font-size:19px!important;font-weight:400!important}.original-user-card .member-action-link:active,.original-user-card .member-action-btn:active{background:#d3d0d0!important}.original-user-card .member-action-ico{width:30px!important;font-size:25px!important;color:#3781dc!important}.original-user-card .orange .member-action-ico{color:#ff5c00!important}.original-user-card .green .member-action-ico{color:#24a52c!important}.original-user-card .red .member-action-ico{color:#df494f!important}.original-user-card .member-action-status{background:#dedcdc;padding:8px 18px 14px!important;min-height:0!important;color:#8a5555!important}.member-manage-sub{border-top:2px solid rgba(255,92,0,.35)}.member-manage-sub[hidden]{display:none!important}.member-action-empty{padding:20px;text-align:center;color:#888}
body.theme-dark .member-action-sheet.original-user-card,body.theme-dark .member-card-strip,body.theme-dark .original-user-card .member-action-link,body.theme-dark .original-user-card .member-action-btn,body.theme-dark .original-user-card .member-action-status{background:#2c2b2d!important;color:#e4e4e4!important}.theme-dark .original-user-card .member-action-link,.theme-dark .original-user-card .member-action-btn{border-color:#3e3b3e!important}
@media(max-width:700px){.member-action-modal{align-items:center!important;padding:4px!important}.member-action-sheet.original-user-card{width:min(410px,calc(100vw - 20px))!important;max-height:88vh!important}.member-card-cover{height:222px}.original-user-card .member-action-link,.original-user-card .member-action-btn{min-height:70px!important;font-size:18px!important;padding:0 25px!important}}

/* === Orijinal site_color sistemi (yedeks.zip / css/colors.css) === */
.siteback1,.sitecolor1{background:linear-gradient(to right,#40e0d0,#ff8c00,#ff0080)!important;color:#fff!important}.siteback2,.sitecolor2{background:linear-gradient(to right,#11998e,#38ef7d)!important;color:#fff!important}.siteback3,.sitecolor3{background:linear-gradient(to right,#fc466b,#3f5efb)!important;color:#fff!important}.siteback4,.sitecolor4{background:linear-gradient(to right,#00f260,#0575e6)!important;color:#fff!important}.siteback5,.sitecolor5{background:linear-gradient(to right,#fc4a1a,#f7b733)!important;color:#fff!important}.siteback6,.sitecolor6{background:linear-gradient(to right,#22c1c3,#fdbb2d)!important;color:#fff!important}.siteback7,.sitecolor7{background:linear-gradient(to right,#7f00ff,#e100ff)!important;color:#fff!important}.siteback8,.sitecolor8{background:linear-gradient(to right,#ee0979,#ff6a00)!important;color:#fff!important}.siteback9,.sitecolor9{background:linear-gradient(to right,#00c3ff,#ffff1c)!important;color:#fff!important}.siteback10,.sitecolor10{background:linear-gradient(to right,#fc00ff,#00dbde)!important;color:#fff!important}.siteback11,.sitecolor11{background:linear-gradient(to right,#833ab4,#fd1d1d,#fcb045)!important;color:#fff!important}.siteback12,.sitecolor12{background:linear-gradient(to right,#4aa0d8,#273c52)!important;color:#fff!important}.siteback13,.sitecolor13{background:linear-gradient(to right,#373B44,#4286f4)!important;color:#fff!important}.siteback14,.sitecolor14{background:linear-gradient(to right,#FF0099,#493240)!important;color:#fff!important}.siteback15,.sitecolor15{background:linear-gradient(to right,#f953c6,#b91d73)!important;color:#fff!important}.siteback16,.sitecolor16{background:linear-gradient(to right,#dd3e54,#6be585)!important;color:#fff!important}.siteback17,.sitecolor17{background:linear-gradient(to right,#8360c3,#2ebf91)!important;color:#fff!important}.siteback18,.sitecolor18{background:linear-gradient(to right,#544a7d,#ffd452)!important;color:#fff!important}.siteback19,.sitecolor19{background:linear-gradient(to right,#009FFF,#ec2F4B)!important;color:#fff!important}.siteback20,.sitecolor20{background:linear-gradient(to right,#59C173,#a17fe0,#5D26C1)!important;color:#fff!important}.siteback21,.sitecolor21{background:linear-gradient(to right,#a8c0ff,#3f2b96)!important;color:#fff!important}.siteback22,.sitecolor22{background:linear-gradient(45deg,#FF0000 0%,#FFA600 50%,#ff0000 100%)!important;color:#fff!important}.siteback23,.sitecolor23{background:linear-gradient(to right,#108dc7,#ef8e38)!important;color:#fff!important}.siteback24,.sitecolor24{background:linear-gradient(to right,#FF0099,#0575E6)!important;color:#fff!important}.siteback25,.sitecolor25{background:linear-gradient(to right,#667db6,#0082c8,#ec38bc,#fdeff9)!important;color:#fff!important}.siteback26,.sitecolor26{background:linear-gradient(to right,#03001e,#7303c0,#ec38bc,#fdeff9)!important;color:#fff!important}.siteback27,.sitecolor27{background:linear-gradient(to right,#1a2a6c,#b21f1f,#fdbb2d)!important;color:#fff!important}.siteback28,.sitecolor28{background:linear-gradient(to right,#3A1C71,#D76D77,#FFAF7B)!important;color:#fff!important}.siteback29,.sitecolor29{background:linear-gradient(to right,#EB5757,#333)!important;color:#fff!important}.siteback30,.sitecolor30{background:linear-gradient(to right,#20002c,#cbb4d4)!important;color:#fff!important}.siteback31,.sitecolor31{background:linear-gradient(to right,#34e89e,#0f3443)!important;color:#fff!important}.siteback32,.sitecolor32{background:linear-gradient(to right,#bdc3c7,#2c3e50)!important;color:#fff!important}.siteback33,.sitecolor33{background:linear-gradient(to right,#a80077,#66ff00)!important;color:#fff!important}.siteback34,.sitecolor34{background:linear-gradient(to bottom,#6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%)!important;color:#fff!important}.siteback35,.sitecolor35{background:linear-gradient(to top,#a241b7,#7f68d7,#5186e9,#1b9eef,#12b2eb)!important;color:#fff!important}.siteback36,.sitecolor36{background:linear-gradient(to bottom,#845EC2 0%,#D65DB1 0%,#FF6F91 51%,#FF9671 100%)!important;color:#fff!important}.siteback37,.sitecolor37{background:linear-gradient(45deg,#222 0%,#FFA600 50%,#222 100%)!important;color:#fff!important}.siteback38,.sitecolor38{background:linear-gradient(to bottom,#051937,#004d7a,#008793,#00bf72,#a8eb12)!important;color:#fff!important}.siteback39,.sitecolor39{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.siteback40,.sitecolor40{background:linear-gradient(330deg,#e05252 0%,#99e052 25%,#52e0e0 50%,#9952e0 75%,#e05252 100%)!important;color:#fff!important}
.profile-theme-swatch[class*="siteback"]{background-color:transparent!important;background-size:cover!important}.profile-theme-swatch.selected{outline:3px solid #222!important;outline-offset:2px}
/* Orijinal siteRenk davranışı: seçilen gradient başlık, yan alanlar ve footer'a birlikte uygulanır */
.chat-topbar[class*="sitecolor"] .top-icon,.chat-topbar[class*="sitecolor"] .room-identity,.chat-topbar[class*="sitecolor"] small,.quick-tools[class*="sitecolor"] a,.quick-tools[class*="sitecolor"] button,.main-menu-drawer[class*="sitecolor"] .main-menu-item,.chat-composer[class*="sitecolor"] .composer-icon,.chat-bottom-nav[class*="sitecolor"] a,.chat-bottom-nav[class*="sitecolor"] button{color:#fff!important}

/* === Orijinal profil düzenleme modalına yakın düzen === */
.legacy-profile-editor{position:fixed;inset:0;z-index:180;background:rgba(0,0,0,.48);display:none;align-items:flex-start;justify-content:center;overflow:auto;padding:24px 10px}.legacy-profile-editor.open{display:flex}.legacy-profile-editor-card{width:min(620px,100%);background:#f2f1f1;color:#555;box-shadow:0 10px 45px rgba(0,0,0,.35);min-height:420px}.legacy-profile-cover{height:215px;background:linear-gradient(135deg,#8196ae,#c7d0d7);background-size:cover;background-position:center;position:relative;color:#fff}.legacy-profile-close{position:absolute;right:12px;top:10px;border:0;background:rgba(0,0,0,.25);color:#fff;border-radius:50%;width:38px;height:38px;font-size:25px;z-index:3}.legacy-cover-upload{position:absolute;right:58px;top:10px;width:38px;height:38px;border-radius:50%;background:rgba(0,0,0,.25);display:grid;place-items:center;cursor:pointer}.legacy-cover-upload input,.legacy-profile-avatar-wrap input{display:none}.legacy-profile-identity{position:absolute;left:22px;bottom:18px;display:flex;align-items:end;gap:15px}.legacy-profile-avatar-wrap{width:108px;height:108px;border-radius:50%;border:4px solid #fff;position:relative;overflow:hidden;background:#ddd;cursor:pointer}.legacy-profile-avatar-wrap img{width:100%;height:100%;object-fit:cover}.legacy-profile-avatar-wrap span{position:absolute;right:0;bottom:2px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.65)}.legacy-profile-identity strong{display:block;font-size:26px;text-shadow:0 1px 3px #000}.legacy-profile-identity small{display:block;font-size:14px;margin-top:5px;text-shadow:0 1px 2px #000}.legacy-profile-tabs{height:52px;display:flex;background:#ddd;border-bottom:1px solid #c6c6c6}.legacy-profile-tabs button{flex:1;border:0;background:transparent;color:#666;font:inherit;font-size:16px;cursor:pointer}.legacy-profile-tabs button.active{color:#3781dc;border-bottom:3px solid #3781dc;background:#eee}.legacy-profile-form-body{padding:18px 22px 22px}.legacy-profile-zone{display:none}.legacy-profile-zone.active{display:grid;gap:12px}.legacy-profile-form-body label{display:grid;gap:6px;font-size:14px}.legacy-profile-form-body label>span{font-weight:600}.legacy-profile-form-body input,.legacy-profile-form-body select,.legacy-profile-form-body textarea{width:100%;box-sizing:border-box;border:1px solid #c9c9c9;background:#fff;border-radius:3px;padding:11px;font:inherit;color:#444}.legacy-profile-form-body textarea{min-height:90px;resize:vertical}.legacy-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.legacy-profile-list-item{display:block;padding:15px 12px;background:#fff;border-bottom:1px solid #ddd;color:#555;text-decoration:none}.legacy-profile-list-item.link{cursor:pointer}.legacy-profile-note{font-size:12px;color:#777;padding:8px 4px}.legacy-profile-save-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.legacy-profile-save-row span{font-size:13px}.legacy-profile-save-row button{border:0;background:#3781dc;color:#fff;border-radius:4px;padding:11px 18px;font-weight:700}.legacy-profile-save-row button:disabled{opacity:.55}
@media(max-width:700px){.legacy-profile-editor{padding:0}.legacy-profile-editor-card{width:100%;min-height:100vh}.legacy-profile-cover{height:190px}.legacy-profile-avatar-wrap{width:92px;height:92px}.legacy-profile-identity{left:15px;bottom:14px}.legacy-profile-identity strong{font-size:22px}.legacy-profile-form-body{padding:14px}.legacy-profile-grid{grid-template-columns:1fr 1fr}}


/* === Orijinal Seviye/Cüzdan ve + menüsü === */
.original-plus-menu{width:230px!important;left:6px!important;bottom:76px!important;border-radius:3px!important;background:#fff!important;overflow:hidden!important;padding:0!important;box-shadow:0 3px 14px rgba(0,0,0,.28)!important}
.original-plus-menu .original-sub-option{min-height:52px!important;padding:9px 13px!important;border-bottom:1px solid #e3e3e3!important;gap:10px!important;font-size:15px!important;color:#505050!important;background:#fff!important}
.original-plus-menu .original-sub-option:last-child{border-bottom:0!important}.original-plus-menu .original-sub-option img{width:27px!important;height:27px!important}.original-plus-menu .original-sub-option span{display:block!important;font-weight:500!important}
.composer-icon.mic img{width:25px!important;height:25px!important;object-fit:contain!important;filter:none!important}
.legacy-info-modal{position:fixed;inset:0;z-index:210;background:rgba(0,0,0,.48);display:none;align-items:center;justify-content:center;padding:14px}.legacy-info-modal.open{display:flex}.legacy-info-card{width:min(430px,94vw);background:#f7f7f7;color:#555;box-shadow:0 14px 55px rgba(0,0,0,.35)}.legacy-info-head{height:52px;background:#8196ae;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.legacy-info-head b{font-size:18px}.legacy-info-head button{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}.legacy-info-body{padding:18px}.legacy-info-body h3{font-size:17px;margin:0 0 14px;font-weight:600}.level-progress-box{height:28px;background:#ddd;border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.12)}.level-progress-bar{height:100%;min-width:0;background:#3781dc;display:flex;align-items:center;justify-content:flex-end;color:#fff;font-size:12px;font-weight:700;transition:width .25s}.level-progress-bar span{padding:0 8px}.level-exp-line{font-size:13px;padding:7px 5px 18px;border-bottom:1px solid #ddd}.legacy-stat-row{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding:0 8px}.legacy-stat-row span{font-weight:700;color:#3781dc}.legacy-info-close-btn{width:100%;margin-top:16px;border:0;background:#3781dc;color:#fff;padding:11px;border-radius:3px;font-weight:700}.wallet-body{padding:12px 18px 18px}.wallet-block{padding:12px 4px;border-bottom:1px solid #ddd}.wallet-block small{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.wallet-block>div{display:flex;align-items:center;gap:10px}.wallet-block b{font-size:22px}.wallet-gem{width:34px;height:34px;display:grid;place-items:center;font-size:26px}.ruby-gem{color:#df2f68}.gold-gem{color:#e2ad17}
@media(max-width:700px){.original-plus-menu{left:4px!important;bottom:70px!important;width:210px!important}.legacy-info-modal{align-items:flex-end;padding:0}.legacy-info-card{width:100%;max-width:none}.legacy-info-head{height:50px}.legacy-info-body{padding:16px}}

/* === Orijinal giriş çubuğu hizası + kompakt emoji + tam eklenti menüsü === */
.chat-composer{height:68px!important;grid-template-columns:38px 38px 38px minmax(0,1fr) 50px!important;gap:3px!important;padding:7px 7px!important;align-items:center!important}
.chat-composer .composer-icon{width:36px!important;height:36px!important;margin:0!important;padding:0!important;align-self:center!important;justify-self:center!important;line-height:1!important}
.chat-composer .composer-icon.plus{font-size:30px!important}
.chat-composer .composer-icon.emoji{width:36px!important;height:36px!important;border-width:2px!important;font-size:22px!important}
.chat-composer .composer-icon.mic img{width:23px!important;height:23px!important}
.chat-composer .composer-input-wrap{height:48px!important;border-radius:13px!important;align-self:center!important}
.chat-composer .composer-input-wrap input{font-size:17px!important;padding:0 12px!important}
.chat-composer .send-arrow{width:48px!important;height:48px!important;border-radius:11px!important;font-size:28px!important;align-self:center!important;justify-self:center!important}
.original-plus-menu{width:245px!important;max-height:390px!important;overflow:hidden!important}
.original-plus-scroll{max-height:390px;overflow:auto;overscroll-behavior:contain;background:#fff}
.original-plus-menu .original-sub-option{width:100%!important;box-sizing:border-box!important;min-height:47px!important;padding:7px 12px!important;display:flex!important;align-items:center!important;gap:10px!important;border:0!important;border-bottom:1px solid #e4e4e4!important;text-align:left!important;font:inherit!important}
.original-plus-menu .original-sub-option img{width:25px!important;height:25px!important;object-fit:contain!important;flex:0 0 25px!important}
.original-plus-menu .original-sub-option span{font-size:14px!important;line-height:1.2!important}
/* Orijinal emoji panelindeki daha sıkı hücre ölçüleri */
.emoji-category-strip{height:54px!important;padding:0 36px 0 4px!important;gap:1px!important}
.emoji-category{min-width:43px!important;width:43px!important;height:52px!important;padding:2px 1px!important;gap:1px!important}
.emoji-category img{width:34px!important;height:34px!important;border-radius:2px!important}
.emoji-category span{font-size:7px!important;line-height:8px!important}
.emoji-panel-close{height:54px!important;min-width:34px!important;font-size:27px!important}
.original-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:5px!important;padding:7px 6px 9px!important;max-height:255px!important;min-height:150px!important}
.original-emoji-grid .emoji-choice{height:45px!important;border-radius:9px!important;padding:3px!important}
.original-emoji-grid .emoji-choice img{max-width:38px!important;max-height:38px!important}
.addon-mini-modal{position:fixed;inset:0;z-index:260;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;padding:14px}.addon-mini-modal.open{display:flex}.addon-mini-card{width:min(390px,94vw);background:#efefef;color:#555;box-shadow:0 12px 45px rgba(0,0,0,.35)}.addon-mini-head{height:48px;background:#8196ae;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 13px}.addon-mini-head button{border:0;background:transparent;color:#fff;font-size:27px}.addon-mini-body{padding:12px}.addon-sound-list{display:grid;gap:6px}.addon-sound-list button,.addon-paint-actions button{border:0;background:#fff;padding:11px;text-align:left;font:inherit}.addon-paint-canvas{display:block;width:100%;height:auto;touch-action:none;background:#fff;border:1px solid #bbb}.addon-paint-actions{display:flex;gap:8px;margin-top:8px}.addon-paint-actions button{flex:1;text-align:center;background:#3781dc;color:#fff}
@media(max-width:430px){.chat-composer{grid-template-columns:34px 36px 34px minmax(0,1fr) 46px!important;gap:2px!important;padding-left:5px!important;padding-right:5px!important}.chat-composer .composer-icon{width:33px!important;height:33px!important}.chat-composer .composer-icon.emoji{width:35px!important;height:35px!important}.chat-composer .send-arrow{width:45px!important;height:45px!important}.original-plus-menu{width:225px!important}.original-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:4px!important}.original-emoji-grid .emoji-choice{height:42px!important}.original-emoji-grid .emoji-choice img{max-width:35px!important;max-height:35px!important}.emoji-category{min-width:41px!important;width:41px!important}.emoji-category img{width:32px!important;height:32px!important}}

/* === Emoji paneli: orijinal ölçü + sabit kapatma === */
.original-emoji-panel{overflow:visible!important}
.emoji-category-strip{
  height:64px!important;
  padding:0 52px 0 6px!important;
  gap:2px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  position:relative!important;
  box-sizing:border-box!important;
}
.emoji-category{
  min-width:49px!important;
  width:49px!important;
  height:62px!important;
  padding:3px 2px!important;
  gap:1px!important;
  flex:0 0 49px!important;
}
.emoji-category img{
  width:39px!important;
  height:39px!important;
  object-fit:contain!important;
}
.emoji-category span{
  font-size:8px!important;
  line-height:9px!important;
}
.emoji-panel-close{
  position:absolute!important;
  right:0!important;
  top:0!important;
  margin:0!important;
  width:48px!important;
  min-width:48px!important;
  height:64px!important;
  z-index:25!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#88a4bd!important;
  color:#595959!important;
  font-size:38px!important;
  font-weight:300!important;
  line-height:1!important;
  cursor:pointer!important;
}
.original-emoji-grid{
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:7px!important;
  padding:9px 8px 12px!important;
  max-height:300px!important;
  min-height:180px!important;
}
.original-emoji-grid .emoji-choice{
  height:56px!important;
  border-radius:12px!important;
  padding:4px!important;
}
.original-emoji-grid .emoji-choice img{
  max-width:47px!important;
  max-height:47px!important;
}
.inline-chat-emoji{
  height:30px!important;
  width:auto!important;
  max-width:78px!important;
  vertical-align:middle!important;
  margin:0 2px!important;
}
@media(max-width:430px){
  .emoji-category-strip{height:60px!important;padding-right:48px!important}
  .emoji-category{min-width:46px!important;width:46px!important;height:58px!important;flex-basis:46px!important}
  .emoji-category img{width:37px!important;height:37px!important}
  .emoji-panel-close{width:46px!important;min-width:46px!important;height:60px!important;font-size:36px!important}
  .original-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:6px!important;padding:8px 7px 10px!important;max-height:285px!important}
  .original-emoji-grid .emoji-choice{height:52px!important;border-radius:11px!important}
  .original-emoji-grid .emoji-choice img{max-width:44px!important;max-height:44px!important}
  .inline-chat-emoji{height:29px!important;max-width:74px!important}
}

/* Emoji panel ince ayar: kapatma en sagda, kategori ikonlari daha kompakt */
.original-emoji-panel .emoji-category-strip{
  position:relative!important;
  padding-right:58px!important;
}
.original-emoji-panel .emoji-panel-close{
  position:absolute!important;
  right:0!important;
  top:0!important;
  margin:0!important;
  width:54px!important;
  min-width:54px!important;
  height:70px!important;
  display:grid!important;
  place-items:center!important;
  background:#88a4bd!important;
  color:#4f4f4f!important;
  font-size:34px!important;
  line-height:1!important;
  z-index:20!important;
}
.original-emoji-panel .emoji-category{
  min-width:46px!important;
  width:46px!important;
  flex-basis:46px!important;
}
.original-emoji-panel .emoji-category img{
  width:36px!important;
  height:36px!important;
}
@media(max-width:430px){
  .original-emoji-panel .emoji-category-strip{padding-right:52px!important}
  .original-emoji-panel .emoji-panel-close{
    right:0!important;
    top:0!important;
    width:50px!important;
    min-width:50px!important;
    height:60px!important;
    font-size:34px!important;
  }
  .original-emoji-panel .emoji-category{
    min-width:40px!important;
    width:40px!important;
    flex-basis:40px!important;
  }
  .original-emoji-panel .emoji-category img{
    width:31px!important;
    height:31px!important;
  }
}

/* Sohbete gönderilen emoji boyutu: panel ölçülerine dokunmadan biraz büyüt */
.inline-chat-emoji{height:38px!important;max-width:92px!important;width:auto!important;vertical-align:middle!important;margin:0 3px!important;object-fit:contain!important}
@media(max-width:700px){.inline-chat-emoji{height:35px!important;max-width:86px!important}}


/* Emoji panel son yerlesim: kapatma kategori kaydiricisindan bagimsiz, en sagda */
.original-emoji-panel{position:absolute!important;overflow:hidden!important}
.original-emoji-panel .emoji-category-strip{
  height:64px!important;
  padding:0 54px 0 6px!important;
  gap:2px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  box-sizing:border-box!important;
  position:relative!important;
}
.original-emoji-panel .emoji-panel-close{
  position:absolute!important;
  top:0!important;
  right:0!important;
  width:54px!important;
  min-width:54px!important;
  height:64px!important;
  margin:0!important;
  border:0!important;
  z-index:80!important;
  display:grid!important;
  place-items:center!important;
  background:#88a4bd!important;
  color:#4f4f4f!important;
  font-size:37px!important;
  font-weight:300!important;
  line-height:1!important;
  cursor:pointer!important;
}
.original-emoji-panel .emoji-category{
  min-width:49px!important;
  width:49px!important;
  height:62px!important;
  flex:0 0 49px!important;
  padding:3px 2px!important;
}
.original-emoji-panel .emoji-category img{
  width:39px!important;
  height:39px!important;
  object-fit:contain!important;
}
/* Paneldeki emoji ölçüleri korunur; sadece mesaj içindeki emoji büyür */
.inline-chat-emoji{
  height:48px!important;
  max-width:112px!important;
  width:auto!important;
  vertical-align:middle!important;
  margin:0 3px!important;
  object-fit:contain!important;
}
@media(max-width:700px){
  .original-emoji-panel .emoji-category-strip{height:60px!important;padding-right:50px!important}
  .original-emoji-panel .emoji-panel-close{width:50px!important;min-width:50px!important;height:60px!important;font-size:36px!important}
  .original-emoji-panel .emoji-category{min-width:46px!important;width:46px!important;height:58px!important;flex-basis:46px!important}
  .original-emoji-panel .emoji-category img{width:37px!important;height:37px!important}
  .inline-chat-emoji{height:44px!important;max-width:104px!important}
}


/* === Orijinal topluluk / profil renk / üye-misafir listesi uyumu === */
.legacy-community-page{max-width:620px}.legacy-section-title{padding:12px 15px;background:#dadada;border-bottom:1px solid #c8c8c8;font-weight:700;color:#555}.legacy-staff-status{background:#f2f2f2}.legacy-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}.legacy-status-grid>div{background:#fff;border-radius:7px;padding:11px 8px;text-align:center;font-size:12px}.legacy-server-line{display:flex;justify-content:space-between;gap:8px;padding:10px 14px;border-top:1px solid #ddd}.legacy-server-line span{color:#249d42}.legacy-rank-title{min-height:44px;display:flex;align-items:center;gap:8px;padding:7px 12px;background:#ececec;border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}.legacy-rank-title img{width:25px;height:25px}.legacy-rank-title span{margin-left:auto;background:#3781dc;color:#fff;border-radius:12px;min-width:25px;padding:3px 7px;text-align:center}.legacy-user-list{display:grid}.legacy-user-row{min-height:64px;display:flex;align-items:center;gap:11px;padding:8px 12px;background:#fff;border-bottom:1px solid #e7e7e7;color:#555;text-decoration:none}.legacy-user-row:hover{background:#f3f3f3}.legacy-user-row>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.legacy-user-row>div{min-width:0;flex:1}.legacy-user-row strong,.legacy-user-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legacy-user-row small{font-size:11px;color:#888;margin-top:4px}.legacy-user-row em{font-style:normal;font-size:24px;color:#aaa}.popular-number{width:26px;text-align:center;font-weight:800;color:#3781dc}.popular-like{margin-left:auto;background:rgba(0,38,85,.15);border-radius:14px;padding:6px 9px;color:#516273;font-size:12px}.community-compose textarea{min-height:90px}.community-compose,.community-clear{padding:10px}.community-compose button,.community-clear button{border:0;border-radius:7px;padding:9px 14px;background:#3781dc;color:#fff}.community-clear button{background:#d94a4a}
.original-userlist-drawer .drawer-list{padding-bottom:20px}.user-list-section-head{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#d9d9d9;color:#555;font-weight:700;font-size:12px;position:sticky;top:0;z-index:2}.user-list-section-head span{background:#3781dc;color:#fff;border-radius:11px;padding:2px 7px}.user-list-section-head.guest-head{margin-top:5px}.guest-user{opacity:.96}
.original-color-setting{display:grid;gap:7px}.original-color-setting>span{font-weight:600}.original-color-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:5px;background:#fff;padding:8px;border:1px solid #ccc}.color-choice{aspect-ratio:1;border:2px solid transparent;border-radius:5px;min-width:0;cursor:pointer}.color-choice.selected{border-color:#111;box-shadow:0 0 0 2px #fff inset}.color-choice.reset-color{grid-column:span 2;aspect-ratio:auto;min-height:36px;background:#eee;color:#555;font-size:10px}.profile-text-style-row{display:grid;grid-template-columns:1fr 1fr;gap:6px}.legacy-profile-form-body small{font-size:10px;color:#888}.theme-clear-swatch{background:#f5f5f5!important;color:#777!important;border:1px solid #bbb!important;font-size:18px;display:grid;place-items:center}.chat-app[class*="sitecolor"] .chat-stage{background-color:transparent!important}.chat-app[class*="sitecolor"] .topic-strip{background:rgba(255,255,255,.82)!important}.chat-app[class*="sitecolor"] .message-card{background:rgba(255,255,255,.94)!important}.chat-app[class*="sitecolor"] .chat-feed{background:transparent!important}.feed-avatar{border:0;background:transparent;padding:0;cursor:pointer}
@media(max-width:700px){.legacy-status-grid{grid-template-columns:1fr 1fr 1fr}.original-color-grid{grid-template-columns:repeat(8,1fr)}.legacy-community-page .page-head{padding:12px}.legacy-community-page .page-head h1{font-size:22px}}

/* Original topluluk + profil Extra uyumluluk */
.legacy-community-page .legacy-staff-status{background:#fff;border-radius:12px;padding:12px;margin-bottom:12px}
.legacy-community-page .legacy-section-title{font-size:18px;font-weight:700;padding:10px 6px;border-bottom:1px solid rgba(0,0,0,.08)}
.legacy-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 0}.legacy-status-grid>div{background:#f4f4f4;padding:10px;border-radius:8px;text-align:center}
.legacy-server-line{display:flex;justify-content:space-between;padding:8px 2px}.legacy-server-line span{color:#25a244;font-weight:700}
.legacy-rank-title{display:flex;align-items:center;gap:9px;padding:10px 12px;margin-top:10px;background:#e7e4e1;border-radius:10px 10px 0 0}.legacy-rank-title img{width:26px;height:26px}.legacy-rank-title span{margin-left:auto;border-radius:20px;background:#3781dc;color:#fff;padding:2px 8px}
.legacy-user-list{background:#fff}.legacy-user-row{display:flex;align-items:center;gap:10px;min-height:64px;padding:8px 10px;border-bottom:1px solid #eee;text-decoration:none;color:inherit}.legacy-user-row>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.legacy-user-row>div{min-width:0;flex:1}.legacy-user-row strong,.legacy-user-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legacy-user-row small{color:#777;margin-top:3px}.legacy-user-row em{font-style:normal;font-size:28px;color:#aaa}.popular-number{width:28px;text-align:center;font-weight:800}.popular-like{font-weight:700;color:#e24763}
.extra-list-bg-setting .list-bg-grid{max-height:190px;overflow:auto}.extra-list-bg-setting .color-choice:not(.reset-color){min-width:38px;height:38px;border-radius:50%}.original-userlist-drawer .drawer-item[class*="profillistarkarenkk"]{border-bottom-color:rgba(255,255,255,.25)}
@media(max-width:600px){.legacy-status-grid{grid-template-columns:1fr}.legacy-community-page .page-shell{padding-left:8px;padding-right:8px}.legacy-user-row{min-height:60px}.legacy-user-row>img{width:44px;height:44px}}
/* Orijinal profil renk seçici ayrımları */
.color-grid-caption{grid-column:1/-1;font-size:11px;color:#666;padding:5px 2px 2px;text-align:left}.original-nick-color-grid{max-height:260px;overflow:auto}.original-nick-color-grid .color-choice[class*="bgrad"],.original-nick-color-grid .color-choice[class*="bneon"]{background:#292929;position:relative}.original-nick-color-grid .color-choice[class*="bgrad"]::after,.original-nick-color-grid .color-choice[class*="bneon"]::after{content:"Aa";display:grid;place-items:center;width:100%;height:100%;font-weight:800;font-size:11px}.theme-clear-swatch{position:relative;background:#fff!important}.theme-clear-swatch::after{content:"";position:absolute;left:15%;right:15%;top:50%;height:1px;background:#bbb;transform:rotate(-35deg)}

/* Original user list identity markers */
.member-list-identity{display:flex;align-items:center;gap:7px;flex:0 0 auto;margin-left:auto}
.member-list-flag{width:23px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.12)}
.member-list-gender{font-size:23px;line-height:1;font-weight:800;color:#3781dc;min-width:19px;text-align:center}
.member-list-gender.female{color:#d8568b}
.original-userlist-drawer .drawer-item>i{margin-left:2px}
.member-card-identity{position:relative;z-index:2;min-height:23px;margin-top:5px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.55)}
.member-card-flag{width:28px;height:19px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.35)}
.member-card-gender{display:inline-flex;align-items:center;gap:4px;font-weight:700}.member-card-gender.male{color:#dcecff}.member-card-gender.female{color:#ffd8e7}
@media(max-width:560px){.member-list-flag{width:22px;height:15px}.member-list-gender{font-size:22px}.member-card-flag{width:26px;height:18px}}

/* Orijinal oda ayarları görsel yükleme/silme */
.legacy-room-media{position:relative;margin:-16px -16px 12px;background:#ddd;overflow:hidden}.legacy-room-bg{height:160px;background:#c8c5c1 center/cover no-repeat;position:relative}.legacy-room-bg.empty{background-image:linear-gradient(135deg,#d9d6d2,#bcb8b1)}.legacy-room-bg-actions{position:absolute;right:10px;top:10px;display:flex;gap:8px}.legacy-media-btn{width:42px;height:42px;border:0;border-radius:8px;background:rgba(255,255,255,.88);display:grid;place-items:center;font-size:20px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.18);position:relative;overflow:hidden}.legacy-media-btn.danger{color:#d93025}.legacy-media-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.legacy-room-icon-wrap{width:82px;height:82px;border-radius:50%;background:#fff;padding:4px;position:absolute;left:18px;bottom:-31px;box-shadow:0 3px 12px rgba(0,0,0,.25)}.legacy-room-icon-wrap img{width:100%;height:100%;border-radius:50%;object-fit:cover}.legacy-room-icon-actions{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:4px;transform:translateY(24px)}.legacy-room-icon-actions .legacy-media-btn{width:32px;height:32px;font-size:15px}.legacy-room-media+ .legacy-tabs{margin-top:40px}.chat-stage[style*="background-image"]{background-color:transparent!important}
@media(max-width:560px){.legacy-room-bg{height:145px}.legacy-room-icon-wrap{width:74px;height:74px}.legacy-room-media+ .legacy-tabs{margin-top:36px}}
/* Orijinal roomcall eklentisi - yazı alanı podcast/konferans düğmesi */
.chat-composer{grid-template-columns:38px 38px 38px 40px minmax(0,1fr) 50px!important}
.chat-composer .composer-icon.roomcall{order:4;width:38px!important;height:38px!important;color:#3781dc!important;position:relative;overflow:visible}
.chat-composer .composer-icon.roomcall svg{width:30px;height:30px;display:block}
.chat-composer .composer-icon.roomcall .roomcall-live-dot{display:none!important}
.chat-composer .composer-input-wrap{order:5}.chat-composer .send-arrow{order:6}
.roomcall-popover{position:absolute;left:8px;bottom:78px;z-index:92;width:320px;height:410px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 -1px 12px rgba(0,0,0,.18);display:none;overflow:hidden}.roomcall-popover.open{display:block}.roomcall-popover iframe{width:100%;height:100%;border:0;display:block}.roomcall-popover-close{position:absolute;right:5px;top:5px;z-index:4;width:29px;height:29px;border:0;border-radius:50%;background:rgba(0,0,0,.1);font-size:22px;color:#555;cursor:pointer}
@media(max-width:430px){.chat-composer{grid-template-columns:32px 34px 32px 34px minmax(0,1fr) 46px!important}.chat-composer .composer-icon.roomcall{width:33px!important;height:33px!important}.chat-composer .composer-icon.roomcall svg{width:27px;height:27px}.roomcall-popover{left:6px;width:min(320px,calc(100vw - 18px));height:390px}}

/* Room image live/original behavior */
.room-logo{overflow:hidden;padding:0!important;background:transparent!important}.room-logo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.drawer-room-icon{width:42px;height:42px;border-radius:50%;overflow:hidden;display:grid;place-items:center;flex:0 0 42px;background:#ddd}.drawer-room-icon img{width:100%;height:100%;object-fit:cover;display:block}.room-drawer .drawer-item{grid-template-columns:42px 1fr!important;align-items:center}.chat-stage{background-repeat:no-repeat}


/* === Orijinal oda arka plan davranisi === */
body:not(.theme-dark) .chat-stage.has-room-background,
body.theme-dark .chat-stage.has-room-background,
.chat-app[class*="sitecolor"] .chat-stage.has-room-background{
  background-color:transparent!important;
  background-size:100% 100%!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.chat-stage.has-room-background .chat-feed{background:transparent!important;}
.chat-stage.has-room-background:after{display:none!important;}


/* Orijinal oda giriş bilgi kartı */
.room-welcome-card{display:flex;justify-content:flex-start;padding:8px 8px 18px 62px}.room-welcome-inner{width:min(100%,620px);background:#fff;border-radius:12px;padding:18px 20px;color:#514b4b;font-size:18px;line-height:1.55;box-shadow:0 1px 2px rgba(0,0,0,.08)}.room-welcome-title{font-size:23px;margin-bottom:2px}.room-welcome-hello{font-size:22px;margin-bottom:28px}.room-welcome-inner p{margin:0 0 22px}.room-welcome-inner p:last-child{margin-bottom:0}.room-owner-name{color:#d56b22}.welcome-play-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#665d5d;color:#fff;font-size:13px;vertical-align:middle}.welcome-podcast-icon{font-size:28px;line-height:1;vertical-align:-3px;color:#665d5d}.member-nick[class*="flash"],.message-name-row strong[class*="flash"]{max-width:200px}.member-card-name [class*="flash"]{margin:0 auto;max-width:200px}
@media(max-width:560px){.room-welcome-card{padding:8px 8px 14px 72px}.room-welcome-inner{padding:14px 14px;font-size:16px}.room-welcome-title{font-size:20px}.room-welcome-hello{font-size:19px;margin-bottom:22px}.room-welcome-inner p{margin-bottom:18px}}

.flashnick-editor{margin:0 16px 14px;background:#e2dfe0;border-radius:4px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}
.flashnick-tabs{display:flex;background:#fff;padding:0 16px;border-bottom:1px solid #ddd;gap:10px}.flashnick-tabs button{border:0;background:transparent;padding:16px 22px;font-size:16px}.flashnick-tabs button.active{background:#eee;border-radius:8px 8px 0 0;font-weight:700}
.flashnick-form-stack{display:flex;flex-direction:column;gap:16px;padding:22px 20px;align-items:stretch}.flashnick-form-stack label{display:flex;flex-direction:column;gap:8px;text-align:center}.flashnick-form-stack label>span{font-weight:700;color:#3781dc}.flashnick-file-row input{display:block;width:100%;padding:12px;background:#ff5c00;color:#fff;border-radius:6px;border:0}.flashnick-size-row select{width:100%;padding:14px;border:1px solid #bbb;border-radius:7px;background:#fff;font-size:17px}.flashnick-save-btn{align-self:center;min-width:160px;padding:13px 24px;border:0;border-radius:7px;background:#ff5c00;color:#fff;font-size:17px}.flashnick-tabs [data-flash-remove]{color:#333}
/* 2026-08-19 - original Youtube addon + stable composer viewport */
html:has(.chat-app),body:has(.chat-app){height:100%;max-height:100%;overflow:hidden!important;overscroll-behavior:none}
.chat-app{overscroll-behavior:none}
.chat-stage,.chat-feed{overscroll-behavior:contain}
.youtube-addon-original{background:#fff;color:#444;min-height:360px}
.youtube-addon-tabs{height:44px;display:flex;align-items:center;border-bottom:1px solid #ddd;background:#f5f5f5;padding:0 12px}
.youtube-addon-tabs .active{font-weight:700;color:#3781dc}
.youtube-search-row{display:grid;grid-template-columns:minmax(0,1fr) 64px;gap:7px;padding:10px;border-bottom:1px solid #e4e4e4}
.youtube-search-row input{height:40px;border:1px solid #ccc;border-radius:3px;padding:0 10px;min-width:0}
.youtube-search-row button{border:0;background:#3781dc;color:#fff;border-radius:3px;font-weight:700}
.youtube-results{min-height:320px;max-height:320px;overflow-y:auto;padding:4px;background:#fff}
.youtube-result{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;display:grid;grid-template-columns:110px minmax(0,1fr);gap:10px;align-items:center;text-align:left;padding:7px;cursor:pointer}
.youtube-result:hover{background:#f3f3f3}.youtube-result img{width:110px;height:62px;object-fit:cover}.youtube-result span{font-size:13px;line-height:1.25;color:#444}
.youtube-empty,.youtube-loading,.youtube-error{padding:35px 12px;text-align:center;color:#888}.youtube-error{color:#c43b3b}
.chat-video-container.youtube-chat-card{display:block;max-width:420px;margin-top:5px}
.youtube-video-preview{position:relative;display:block;width:100%;border:0;background:#000;padding:0;cursor:pointer;border-radius:4px;overflow:hidden}
.youtube-thumb{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.youtube-play-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:42px!important;height:42px!important;filter:drop-shadow(0 2px 3px rgba(0,0,0,.35))}
.youtube-reactions{display:flex;align-items:center;gap:2px;padding-top:2px;min-height:32px}.youtube-reactions.reaction-done{display:none}
.like_youtube{border:0;background:transparent;cursor:pointer;padding:5px;border-radius:50px;display:flex;align-items:center;gap:5px}.like_youtube img{width:20px;height:20px}.like_youtube span{font-size:10px;font-weight:bold}
.like_youtube.begen span{color:#5e91ff}.like_youtube.begenme span{color:#ba2c2a}.like_youtube.sev span{color:#d46eab}
.youtube-player-modal iframe{display:block;width:min(760px,90vw);height:min(428px,52vw);min-height:220px;border:0;background:#000}
@media(max-width:700px){.youtube-result{grid-template-columns:96px minmax(0,1fr)}.youtube-result img{width:96px;height:54px}.youtube-results{max-height:300px}.chat-video-container.youtube-chat-card{max-width:100%}}

.chat-composer{grid-template-columns:42px 44px 42px 42px minmax(0,1fr) 54px!important}
@media(max-width:700px){.chat-composer{grid-template-columns:36px 40px 36px 36px minmax(0,1fr) 50px!important}}
@media(max-width:520px){.chat-composer{grid-template-columns:34px 38px 34px 34px minmax(0,1fr) 47px!important}}

/* === Orijinal açılır panel davranışı: kontrol düğmeleri görünür kalır === */
.chat-composer{position:relative!important;z-index:140!important}
.chat-composer .composer-icon{position:relative;z-index:142}
.chat-composer .composer-icon.plus{z-index:145!important}
.chat-popover{z-index:126!important}
/* Alt radyo menüsü + composer birlikte 128/134px kapladığı için panel composer'ın üstünde açılır. */
.original-plus-menu{left:5px!important;bottom:134px!important;width:240px!important;max-width:calc(100% - 12px)!important;max-height:360px!important;padding:5px!important;border-radius:5px!important;box-sizing:border-box!important;overflow:hidden!important;background:#fff!important}
.original-plus-scroll{max-height:350px!important;overflow-y:auto!important;overflow-x:hidden!important}
.original-plus-menu .original-sub-option{min-height:32px!important;height:auto!important;margin:2px 0!important;padding:5px!important;gap:5px!important;font-size:10px!important;line-height:20px!important;border-bottom:1px solid rgba(0,0,0,.08)!important;background:#fff!important}
.original-plus-menu .original-sub-option img{width:20px!important;height:20px!important;flex:0 0 20px!important;margin-right:1px!important;object-fit:contain!important}
.original-plus-menu .original-sub-option span{font-size:10px!important;line-height:20px!important;font-weight:400!important}
.original-plus-menu.open + .addon-mini-modal{pointer-events:auto}
/* Açılır panel hiçbir zaman +, emoji, mikrofon veya roomcall düğmelerinin üzerine binmez. */
.original-emoji-panel{z-index:126!important;bottom:128px!important}
.roomcall-popover{z-index:126!important;bottom:128px!important}
@media(max-width:700px){
  .original-plus-menu{left:4px!important;bottom:128px!important;width:230px!important;max-height:330px!important}
  .original-plus-scroll{max-height:320px!important}
  .original-emoji-panel{bottom:128px!important}
  .roomcall-popover{bottom:128px!important}
}

/* === 2026-08-19 Orijinal popup davranışı v2 === */
/* + butonu açılır menü açıkken asla kaybolmaz */
.chat-composer{position:relative!important;z-index:500!important;isolation:isolate}
.chat-composer .composer-icon.plus{
  display:grid!important;visibility:visible!important;opacity:1!important;
  position:relative!important;z-index:540!important;pointer-events:auto!important;
  transform:none!important;
}
.chat-composer .composer-icon.plus.active{display:grid!important;visibility:visible!important;opacity:1!important}
.original-plus-menu{
  position:absolute!important;
  left:4px!important;
  bottom:calc(100% + 4px)!important;
  z-index:520!important;
  width:auto!important;
  min-width:205px!important;
  max-width:calc(100% - 10px)!important;
  max-height:340px!important;
  margin:0!important;
  padding:5px!important;
  border-radius:5px!important;
  overflow:hidden!important;
  box-shadow:0 3px 14px rgba(0,0,0,.28)!important;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.12)!important;
}
.original-plus-menu .original-plus-scroll{max-height:330px!important;overflow-y:auto!important;overflow-x:hidden!important}
.original-plus-menu .original-sub-option{
  min-height:32px!important;height:32px!important;margin:2px 0!important;padding:5px!important;
  display:flex!important;align-items:center!important;gap:5px!important;
  font-size:10px!important;line-height:20px!important;border:0!important;
  border-bottom:1px solid rgba(0,0,0,.08)!important;background:#fff!important;
}
.original-plus-menu .original-sub-option img{width:20px!important;height:20px!important;object-fit:contain!important;flex:0 0 20px!important}
.original-plus-menu .original-sub-option span{font-size:10px!important;line-height:20px!important;font-weight:400!important}

/* Orijinal BoomChat modal ölçüleri ve kapatma davranışı */
.legacy-info-modal,.addon-mini-modal,.member-action-modal,.voice-recorder-panel{
  position:fixed!important;inset:0!important;z-index:1000!important;
  background:rgba(0,0,0,.72)!important;overflow:auto!important;
  align-items:flex-start!important;justify-content:center!important;padding:0!important;
}
.legacy-info-modal.open,.addon-mini-modal.open,.member-action-modal.open,.voice-recorder-panel.open{display:flex!important}
.legacy-info-card,.addon-mini-card,.member-action-sheet,.voice-recorder-card{
  width:94%!important;max-width:500px!important;margin:5% auto!important;
  border-radius:5px!important;overflow:hidden!important;position:relative!important;
  box-shadow:0 8px 28px rgba(0,0,0,.35)!important;
}
.legacy-info-card{max-width:400px!important}
.legacy-info-head,.addon-mini-head{
  min-height:44px!important;height:auto!important;display:flex!important;align-items:center!important;
  padding:0 12px!important;border-radius:5px 5px 0 0!important;
}
.legacy-info-head button,.addon-mini-head button{
  width:40px!important;height:40px!important;display:grid!important;place-items:center!important;
  margin-left:auto!important;padding:0!important;line-height:1!important;
}
.legacy-info-body,.addon-mini-body{padding:18px 20px 20px!important}

/* Küçük sohbet popoverları modal değil: orijinal gibi kontrolün üstünde kalır */
.original-emoji-panel,.roomcall-popover,.radio-player-popover,.bottom-menu-popover{
  z-index:510!important;
}
@media(max-width:700px){
  .original-plus-menu{left:4px!important;bottom:calc(100% + 3px)!important;min-width:200px!important;max-height:320px!important}
  .original-plus-menu .original-plus-scroll{max-height:310px!important}
  .legacy-info-card,.addon-mini-card,.member-action-sheet,.voice-recorder-card{width:94%!important;margin:6% auto!important}
}

/* Original profile font/color behavior */
.original-color-setting .color-choice.selected{outline:3px solid #3781dc!important;outline-offset:2px}.legacy-profile-form-body select[name="user_font"],.legacy-profile-form-body select[name="bcfont"],.legacy-profile-form-body select[name="bcbold"]{width:100%;min-height:42px;border:1px solid #c9c9c9;border-radius:7px;background:#fff;padding:7px 10px;color:#444}.message-name-row strong[class*="bcolor"],.member-nick[class*="bcolor"]{color:inherit}.message-name-row strong.bcolor1,.member-nick.bcolor1{color:#ff3333!important}
.message-name-row strong.bcolor1,.member-nick.bcolor1,.member-card-name .bcolor1{color:#ff3333!important}
.message-name-row strong.bcolor2,.member-nick.bcolor2,.member-card-name .bcolor2{color:#ff6633!important}
.message-name-row strong.bcolor3,.member-nick.bcolor3,.member-card-name .bcolor3{color:#ff9933!important}
.message-name-row strong.bcolor4,.member-nick.bcolor4,.member-card-name .bcolor4{color:#ffcc33!important}
.message-name-row strong.bcolor5,.member-nick.bcolor5,.member-card-name .bcolor5{color:#cccc00!important}
.message-name-row strong.bcolor6,.member-nick.bcolor6,.member-card-name .bcolor6{color:#99cc00!important}
.message-name-row strong.bcolor7,.member-nick.bcolor7,.member-card-name .bcolor7{color:#59b300!important}
.message-name-row strong.bcolor8,.member-nick.bcolor8,.member-card-name .bcolor8{color:#829356!important}
.message-name-row strong.bcolor9,.member-nick.bcolor9,.member-card-name .bcolor9{color:#008000!important}
.message-name-row strong.bcolor10,.member-nick.bcolor10,.member-card-name .bcolor10{color:#00e639!important}
.message-name-row strong.bcolor11,.member-nick.bcolor11,.member-card-name .bcolor11{color:#00e673!important}
.message-name-row strong.bcolor12,.member-nick.bcolor12,.member-card-name .bcolor12{color:#00e6ac!important}
.message-name-row strong.bcolor13,.member-nick.bcolor13,.member-card-name .bcolor13{color:#00cccc!important}
.message-name-row strong.bcolor14,.member-nick.bcolor14,.member-card-name .bcolor14{color:#03add8!important}
.message-name-row strong.bcolor15,.member-nick.bcolor15,.member-card-name .bcolor15{color:#3366ff!important}
.message-name-row strong.bcolor16,.member-nick.bcolor16,.member-card-name .bcolor16{color:#107896!important}
.message-name-row strong.bcolor17,.member-nick.bcolor17,.member-card-name .bcolor17{color:#004d99!important}
.message-name-row strong.bcolor18,.member-nick.bcolor18,.member-card-name .bcolor18{color:#6633ff!important}
.message-name-row strong.bcolor19,.member-nick.bcolor19,.member-card-name .bcolor19{color:#9933ff!important}
.message-name-row strong.bcolor20,.member-nick.bcolor20,.member-card-name .bcolor20{color:#cc33ff!important}
.message-name-row strong.bcolor21,.member-nick.bcolor21,.member-card-name .bcolor21{color:#ff33ff!important}
.message-name-row strong.bcolor22,.member-nick.bcolor22,.member-card-name .bcolor22{color:#ff33cc!important}
.message-name-row strong.bcolor23,.member-nick.bcolor23,.member-card-name .bcolor23{color:#ff3399!important}
.message-name-row strong.bcolor24,.member-nick.bcolor24,.member-card-name .bcolor24{color:#ff3366!important}
.message-name-row strong.bcolor25,.member-nick.bcolor25,.member-card-name .bcolor25{color:#604439!important}
.message-name-row strong.bcolor26,.member-nick.bcolor26,.member-card-name .bcolor26{color:#795548!important}
.message-name-row strong.bcolor27,.member-nick.bcolor27,.member-card-name .bcolor27{color:#a97f70!important}
.message-name-row strong.bcolor28,.member-nick.bcolor28,.member-card-name .bcolor28{color:#bc9b8f!important}
.message-name-row strong.bcolor29,.member-nick.bcolor29,.member-card-name .bcolor29{color:#9E9E9E!important}
.message-name-row strong.bcolor30,.member-nick.bcolor30,.member-card-name .bcolor30{color:#879fab!important}
.message-name-row strong.bcolor31,.member-nick.bcolor31,.member-card-name .bcolor31{color:#698796!important}
.message-name-row strong.bcolor32,.member-nick.bcolor32,.member-card-name .bcolor32{color:#495f69!important}

.message-text.bcolor1{color:#ff3333!important}
.message-text.bcolor2{color:#ff6633!important}
.message-text.bcolor3{color:#ff9933!important}
.message-text.bcolor4{color:#ffcc33!important}
.message-text.bcolor5{color:#cccc00!important}
.message-text.bcolor6{color:#99cc00!important}
.message-text.bcolor7{color:#59b300!important}
.message-text.bcolor8{color:#829356!important}
.message-text.bcolor9{color:#008000!important}
.message-text.bcolor10{color:#00e639!important}
.message-text.bcolor11{color:#00e673!important}
.message-text.bcolor12{color:#00e6ac!important}
.message-text.bcolor13{color:#00cccc!important}
.message-text.bcolor14{color:#03add8!important}
.message-text.bcolor15{color:#3366ff!important}
.message-text.bcolor16{color:#107896!important}
.message-text.bcolor17{color:#004d99!important}
.message-text.bcolor18{color:#6633ff!important}
.message-text.bcolor19{color:#9933ff!important}
.message-text.bcolor20{color:#cc33ff!important}
.message-text.bcolor21{color:#ff33ff!important}
.message-text.bcolor22{color:#ff33cc!important}
.message-text.bcolor23{color:#ff3399!important}
.message-text.bcolor24{color:#ff3366!important}
.message-text.bcolor25{color:#604439!important}
.message-text.bcolor26{color:#795548!important}
.message-text.bcolor27{color:#a97f70!important}
.message-text.bcolor28{color:#bc9b8f!important}
.message-text.bcolor29{color:#9E9E9E!important}
.message-text.bcolor30{color:#879fab!important}
.message-text.bcolor31{color:#698796!important}
.message-text.bcolor32{color:#495f69!important}

/* 2026-08-19 - popup stacking + SMS/YouTube modal fix */
.legacy-modal,.addon-mini-modal{z-index:9200!important;}
.legacy-modal.open,.addon-mini-modal.open{pointer-events:auto!important;}
.legacy-modal-card,.addon-mini-card{position:relative;z-index:9201!important;}

/* 2026-08-19 interaction hotfix: click targets must stay above footer/backdrops */
.chat-composer{pointer-events:auto!important}.chat-composer .composer-icon.plus{pointer-events:auto!important;z-index:2500!important}.original-plus-menu{z-index:2490!important}.request-panel-backdrop{pointer-events:none}.request-panel-backdrop.open{pointer-events:auto}.request-side-panel{z-index:2600!important}.request-panel-backdrop{z-index:2590!important}.request-panel-close,.request-panel-tabs button{position:relative;z-index:2610!important;pointer-events:auto!important}body.request-panel-open{overflow:hidden}

/* 2026-08-19 - + tıklama ve orijinal İSTEK panel ölçüsü kesin düzeltme */
.chat-composer{
  position:relative!important;
  z-index:3000!important;
  pointer-events:auto!important;
}
.chat-composer .composer-icon.plus{
  position:relative!important;
  z-index:3020!important;
  pointer-events:auto!important;
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
}
/* + menüsü chat-app'e göre konumlanır; bottom:100% kullanımı menüyü ekran dışına taşıyordu. */
.original-plus-menu{
  left:5px!important;
  bottom:128px!important;
  z-index:3010!important;
  width:230px!important;
  max-width:calc(100% - 12px)!important;
  max-height:330px!important;
}
/* İSTEK paneli orijinal mobil görünümde ekranın yaklaşık 80%'ini kaplar, solda sohbet görünür kalır. */
.request-side-panel{
  width:min(545px,calc(100% - 84px))!important;
  max-width:545px!important;
}
.request-panel-backdrop{bottom:128px!important;}
.request-side-panel{bottom:58px!important;}
@media(max-width:700px){
  .original-plus-menu{left:4px!important;bottom:124px!important;width:220px!important;max-height:320px!important}
  .request-side-panel{top:64px!important;bottom:58px!important;width:calc(100% - 84px)!important;max-width:545px!important}
  .request-panel-backdrop{top:64px!important;bottom:128px!important}
  .request-panel-top{height:78px!important;grid-template-columns:48px 1fr!important}
  .request-panel-tabs b{font-size:22px!important;line-height:24px!important}
  .request-panel-tabs small{font-size:10px!important}
  .request-panel-body{padding:14px 10px 20px!important}
}
@media(max-width:420px){
  .request-side-panel{width:calc(100% - 76px)!important}
}

/* 2026-08-19 definitive + click fix */
.chat-composer{pointer-events:auto!important;}
.chat-composer .composer-icon.plus{pointer-events:auto!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;}
.original-plus-menu{pointer-events:none!important;}
.original-plus-menu.open{pointer-events:auto!important;}
.request-panel-backdrop:not(.open),.drawer-backdrop:not(.open){pointer-events:none!important;}

/* Admin add-ons original compact layout - loaded by main layout */
.addons-manager-panel{overflow:hidden!important;padding:0!important}
.addons-manager-panel .old-panel-title{margin:0!important}
.original-addons-list{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:#ececec!important}
.original-addon-row{display:grid!important;grid-template-columns:52px minmax(0,1fr) auto!important;align-items:center!important;column-gap:10px!important;width:100%!important;min-height:66px!important;padding:7px 10px!important;margin:0!important;box-sizing:border-box!important;background:#fff!important;border:0!important;border-bottom:1px solid #d8d8d8!important;border-radius:0!important;overflow:hidden!important}
.original-addon-row:last-child{border-bottom:0!important}
.original-addon-icon-bg{display:block!important;width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important;border-radius:7px!important;overflow:hidden!important}
.original-addon-name{min-width:0!important;overflow:hidden!important}
.original-addon-name b{display:block!important;margin:0!important;font-size:15px!important;line-height:19px!important;font-weight:600!important;color:#444!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.original-addon-name small{display:block!important;margin-top:2px!important;font-size:11px!important;line-height:15px!important;color:#888!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.addon-settings-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:88px!important;height:36px!important;padding:0 10px!important;box-sizing:border-box!important;border:1px solid #c9c9c9!important;border-radius:4px!important;background:#eee!important;color:#555!important;text-decoration:none!important;font-size:13px!important;font-weight:600!important;white-space:nowrap!important}
.addon-settings-btn .addon-gear{font-size:16px!important;line-height:1!important}
.addon-config-panel{width:100%!important;max-width:700px!important;box-sizing:border-box!important;overflow:hidden!important}
.original-addon-config-form{display:grid!important;gap:12px!important;padding:12px!important;box-sizing:border-box!important}
.original-addon-config-form label{display:grid!important;gap:5px!important;min-width:0!important}
.original-addon-config-form input,.original-addon-config-form select{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:10px!important;font-size:15px!important;border:1px solid #ccc!important;background:#fff!important;color:#444!important}
@media(max-width:600px){
 .original-addon-row{grid-template-columns:44px minmax(0,1fr) 38px!important;column-gap:8px!important;min-height:58px!important;padding:6px 8px!important}
 .original-addon-icon-bg{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important}
 .original-addon-name b{font-size:14px!important;line-height:18px!important}
 .original-addon-name small{font-size:10px!important;line-height:13px!important}
 .addon-settings-btn{min-width:38px!important;width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important}
 .addon-settings-text{display:none!important}
}

/* Sevgi Duvarı - original side panel */
.love-wall-side-panel{position:fixed;top:232px;right:0;bottom:68px;width:min(543px,calc(100vw - 147px));background:#f2efec;z-index:185;transform:translateX(101%);transition:transform .22s ease;box-shadow:-4px 0 18px rgba(0,0,0,.18);overflow:hidden;display:flex;flex-direction:column}
.love-wall-side-panel.open{transform:translateX(0)}
.love-wall-backdrop{position:fixed;inset:0;z-index:184;background:rgba(0,0,0,.28);display:none}.love-wall-backdrop.open{display:block}
.love-wall-panel-top{height:80px;display:flex;align-items:stretch;background:#f5f3f0;border-bottom:1px solid #d1cdca;flex:0 0 auto}
.love-wall-panel-close{width:58px;border:0;background:transparent;color:#3a83ce;font-size:30px;cursor:pointer}
.love-wall-panel-tabs{display:grid;grid-template-columns:repeat(5,1fr);flex:1}.love-wall-panel-tabs button{border:0;background:transparent;color:#418ad1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}.love-wall-panel-tabs b{font-size:27px;line-height:1}.love-wall-panel-tabs small{font-size:11px;color:#4f8cc7}
.love-wall-panel-body{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;background:#f2efec;padding:0 34px 24px}
.love-wall-loading,.love-wall-empty{padding:35px 10px;text-align:center;color:#888}.love-wall-fragment{min-height:100%;color:#5d5652}
.love-wall-toolbar{min-height:130px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d3cf}.love-wall-add{background:#ff5c00;color:#fff;border:0;border-radius:10px;padding:14px 18px;font-size:18px;cursor:pointer}.love-wall-add span{font-weight:900}.love-wall-clear button{border:0;background:transparent;color:#b04a45;font-size:13px;cursor:pointer}
.love-wall-compose{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 0;border-bottom:1px solid #ddd}.love-wall-compose textarea{min-height:72px;border:1px solid #d2cbc6;border-radius:13px;padding:11px;font:inherit;resize:vertical;background:#fff}.love-wall-compose button{align-self:end;border:0;border-radius:9px;background:#ff5c00;color:#fff;padding:11px 14px;font-weight:700}
.love-post{padding:24px 0 18px;border-bottom:1px solid #d8d2ce;position:relative}.love-post-head{display:flex;align-items:center;gap:10px}.love-post-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover}.love-post-who{min-width:0;flex:1}.love-post-who strong{display:block;font-size:24px;line-height:1.05;color:#ff5c00;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.love-post-who time{display:block;color:#9d9690;font-size:14px;margin-top:4px}.love-post-more{border:0;background:transparent;color:#4f4945;font-size:24px;cursor:pointer;padding:6px}
.love-post-text{font-size:18px;line-height:1.4;padding:16px 0 8px}.love-post-image-button{display:block;border:0;background:transparent;padding:0;width:100%;cursor:pointer}.love-post-image{display:block;width:100%;max-height:520px;object-fit:contain;background:#ddd1c6;margin-top:16px}.love-post-file{display:block;margin:14px 0;color:#3781dc}
.love-post-actions{display:flex;align-items:center;gap:16px;padding:14px 8px 5px}.love-post-actions button{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:5px;color:#625d59;cursor:pointer;font-size:16px}.love-post-actions button img{width:31px;height:31px;object-fit:contain}.love-post-actions button.active{font-weight:800}.love-comment-toggle{margin-left:auto!important}.love-comment-toggle img{width:32px!important;height:32px!important}
.love-comment-form{display:flex;gap:6px;padding:10px 0}.love-comment-form input{flex:1;border:1px solid #ccc3bd;border-radius:26px;padding:11px 16px;font:inherit;background:#fff}.love-comment-form button{width:42px;border:0;border-radius:50%;background:#3781dc;color:#fff}.love-post-delete{position:absolute;right:0;top:66px}.love-post-delete button{border:0;background:#fff;color:#b84949;border-radius:7px;padding:5px 8px;font-size:11px}
@media(max-width:760px){.love-wall-side-panel{top:232px;bottom:68px;width:calc(100vw - 76px)}.love-wall-panel-body{padding:0 18px 18px}.love-wall-panel-top{height:78px}.love-post-who strong{font-size:20px}.love-post-avatar{width:52px;height:52px}.love-post-actions{gap:11px}.love-post-actions button img{width:28px;height:28px}.love-wall-toolbar{min-height:110px}}
@media(max-width:430px){.love-wall-side-panel{width:calc(100vw - 58px)}.love-wall-panel-body{padding:0 12px 16px}.love-wall-panel-close{width:46px}.love-wall-panel-tabs b{font-size:22px}.love-wall-panel-tabs small{font-size:9px}.love-post-actions{gap:8px}.love-post-actions button{font-size:13px}.love-post-actions button img{width:25px;height:25px}.love-post-who strong{font-size:18px}}
/* Sevgi Duvarı panel viewport düzeltmesi */
.love-wall-side-panel{top:64px!important;bottom:58px!important;width:calc(100% - 76px)!important;max-width:545px!important}
.love-wall-backdrop{top:64px;bottom:58px;left:0;right:0}
@media(max-width:430px){.love-wall-side-panel{width:calc(100% - 58px)!important}}

/* === SINGLE DESKTOP LAYOUT V9 — all older desktop overrides removed === */
.desktop-member-tabs,.desktop-top-extra{display:none}

@media (min-width:900px){
  html:has(.chat-app),body:has(.chat-app){
    width:100%!important;height:100%!important;min-height:100%!important;
    margin:0!important;padding:0!important;overflow:hidden!important;background:#d9d5cf!important;
  }
  body:has(.chat-app){display:block!important}
  .chat-app{
    --legacy-head:40px;--legacy-sms:20px;--legacy-left:75px;--legacy-right:300px;--legacy-input:40px;--legacy-footer:48px;
    position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;
    margin:0!important;padding:0!important;display:block!important;overflow:hidden!important;
    background:#d9d5cf!important;box-shadow:none!important;border-radius:0!important;
  }

  /* HEADER */
  .chat-topbar{
    position:absolute!important;left:0!important;right:0!important;top:0!important;
    height:var(--legacy-head)!important;min-height:var(--legacy-head)!important;
    display:flex!important;align-items:center!important;gap:4px!important;padding:2px 6px!important;
    margin:0!important;background:#bdb5a4!important;border:0!important;border-bottom:1px solid rgba(0,0,0,.16)!important;
    box-shadow:none!important;z-index:1200!important;
  }
  .chat-topbar .menu-trigger{display:grid!important;place-items:center!important;width:31px!important;height:36px!important;min-width:31px!important;padding:0!important;border:0!important;background:transparent!important;color:#3781dc!important;font-size:21px!important}
  .room-identity{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important;max-width:390px!important;height:36px!important;color:#3781dc!important;text-decoration:none!important}
  .room-logo{width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;overflow:hidden!important;padding:0!important;background:transparent!important}
  .room-logo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
  .room-identity>span:last-child{min-width:0!important}.room-identity strong,.room-identity small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#3781dc!important}
  .room-identity strong{max-width:290px!important;font-size:14px!important;line-height:15px!important;font-weight:800!important}.room-identity small{max-width:290px!important;margin-top:1px!important;font-size:9px!important;line-height:10px!important;font-weight:600!important}
  .top-actions{display:flex!important;align-items:center!important;gap:1px!important;margin-left:auto!important;height:36px!important}.desktop-top-extra{display:grid!important}
  .top-icon{position:relative!important;display:grid!important;place-items:center!important;width:31px!important;height:36px!important;min-width:31px!important;padding:0!important;border:0!important;background:transparent!important;color:#3781dc!important;font-size:17px!important;text-decoration:none!important}
  .top-avatar{display:block!important;width:36px!important;height:36px!important;min-width:36px!important;margin-left:3px!important;padding:0!important;border:0!important;border-radius:50%!important;overflow:hidden!important;background:#eee!important}.top-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.top-count{position:absolute!important;top:1px!important;right:0!important;min-width:13px!important;height:13px!important;padding:0 3px!important;border-radius:8px!important;font-size:8px!important;line-height:13px!important}

  /* LEFT PERMANENT MENU */
  .main-menu-drawer{
    position:absolute!important;display:flex!important;visibility:visible!important;opacity:1!important;
    left:0!important;right:auto!important;top:var(--legacy-head)!important;bottom:var(--legacy-footer)!important;
    width:var(--legacy-left)!important;min-width:var(--legacy-left)!important;max-width:var(--legacy-left)!important;height:auto!important;
    margin:0!important;padding:0!important;transform:none!important;transition:none!important;
    flex-direction:column!important;background:#f2f0ed!important;border:0!important;border-right:4px solid #111!important;border-radius:0!important;box-shadow:none!important;
    overflow:hidden!important;z-index:1000!important;
  }
  .main-menu-profile{flex:0 0 94px!important;min-height:94px!important;height:94px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:3px 1px!important;background:#f2f0ed!important;border:0!important;border-bottom:1px solid #ded9d1!important}
  .main-menu-profile .menu-mode-badge{width:46px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;border:0!important;border-radius:16px!important;background:#d8d8d8!important;color:#222!important;font-size:17px!important;line-height:26px!important}.main-menu-profile>img{width:42px!important;height:42px!important;min-width:42px!important;border-radius:50%!important;border:2px solid #fff!important;object-fit:cover!important;margin:0!important}.main-menu-profile>b{max-width:68px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:9px!important;line-height:10px!important;color:#3781dc!important}
  .main-menu-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;margin:0!important}
  .main-menu-item,.main-menu-logout button{box-sizing:border-box!important;width:71px!important;min-width:71px!important;min-height:67px!important;margin:0!important;padding:5px 2px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;border:0!important;border-bottom:1px solid #ddd8d0!important;border-radius:0!important;background:#f2f0ed!important;color:#3781dc!important;text-align:center!important;font-size:10px!important;line-height:11px!important;white-space:normal!important;text-decoration:none!important}.main-menu-item>span{font-size:23px!important;line-height:24px!important}.main-menu-item small,.main-menu-logout small{display:block!important;font-size:9px!important;line-height:10px!important;color:#3781dc!important}.main-menu-logout{flex:0 0 auto!important;width:71px!important;margin:0!important}.main-menu-logout button{min-height:46px!important;color:#eb4b40!important}

  /* RIGHT PERMANENT MEMBER LIST */
  .original-userlist-drawer{
    position:absolute!important;display:flex!important;visibility:visible!important;opacity:1!important;
    right:0!important;left:auto!important;top:var(--legacy-head)!important;bottom:var(--legacy-footer)!important;
    width:var(--legacy-right)!important;min-width:var(--legacy-right)!important;max-width:var(--legacy-right)!important;height:auto!important;
    margin:0!important;padding:0!important;transform:none!important;transition:none!important;
    flex-direction:column!important;overflow:hidden!important;z-index:1010!important;background:#eeeae6!important;border:0!important;border-radius:0!important;box-shadow:none!important;
  }
  .original-userlist-drawer>.drawer-head{display:none!important}
  .desktop-member-tabs{display:grid!important;grid-template-columns:42px repeat(5,1fr)!important;flex:0 0 55px!important;height:55px!important;min-height:55px!important;background:#f2efeb!important;border-bottom:1px solid #c9c4bc!important}
  .desktop-member-tabs>span,.desktop-member-tabs>a,.desktop-member-tabs>button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;margin:0!important;padding:0!important;border:0!important;border-right:1px solid #d0cbc4!important;background:transparent!important;color:#3781dc!important;font-size:18px!important;line-height:18px!important;text-decoration:none!important;cursor:pointer!important}.desktop-member-tabs small{font-size:8px!important;line-height:9px!important;color:#3781dc!important;font-weight:500!important}.desktop-member-tabs .active{color:#11a5b9!important}
  .original-userlist-drawer>.drawer-list{flex:1 1 auto!important;min-height:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;background:#eeeae6!important}
  .original-userlist-drawer .user-list-section-head{position:sticky!important;top:0!important;z-index:3!important;display:flex!important;align-items:center!important;gap:5px!important;height:31px!important;min-height:31px!important;padding:0 9px!important;margin:0!important;background:#bdb4a2!important;color:#51483e!important;font-size:10px!important;font-weight:600!important;border:0!important}.original-userlist-drawer .user-list-section-head span{display:inline-block!important;border-radius:10px!important;padding:2px 7px!important;background:#ff5c00!important;color:#fff!important;font-size:9px!important;line-height:12px!important}
  .original-userlist-drawer .drawer-item{display:flex!important;align-items:center!important;min-height:58px!important;margin:4px 6px!important;padding:4px 6px!important;gap:7px!important;border:0!important;border-bottom:3px solid #111!important;border-radius:0 0 16px 16px!important;background:rgba(255,255,255,.58)!important;color:#222!important;box-shadow:none!important}.original-userlist-drawer .drawer-avatar{width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important;border-radius:7px!important;border:2px solid #18a7c0!important;object-fit:cover!important;background:#ddd!important}.original-userlist-drawer .drawer-item>div:not(.member-list-identity){min-width:0!important;flex:1!important}.original-userlist-drawer .drawer-item b{display:block!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;line-height:13px!important;color:#222!important}.original-userlist-drawer .drawer-item small{display:block!important;margin-top:2px!important;font-size:9px!important;line-height:10px!important;color:#555!important}.member-list-identity{display:flex!important;align-items:center!important;gap:3px!important;margin-left:auto!important;flex:0 0 auto!important}.member-list-flag{width:20px!important;height:auto!important}.member-list-gender{font-size:15px!important;line-height:1!important}.original-userlist-drawer .drawer-item>i{display:none!important}

  /* SMS */
  .sms-panel-strip{position:absolute!important;left:var(--legacy-left)!important;right:var(--legacy-right)!important;top:var(--legacy-head)!important;width:auto!important;height:var(--legacy-sms)!important;min-height:var(--legacy-sms)!important;margin:0!important;padding:0 4px!important;box-sizing:border-box!important;border:0!important;border-radius:0!important;display:flex!important;align-items:center!important;overflow:hidden!important;font-size:11px!important;line-height:20px!important;z-index:900!important}

  /* CENTER CHAT */
  .chat-stage{position:absolute!important;left:var(--legacy-left)!important;right:var(--legacy-right)!important;top:calc(var(--legacy-head) + var(--legacy-sms))!important;bottom:calc(var(--legacy-input) + var(--legacy-footer))!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;box-shadow:none!important;background-color:#b8b4b2!important;background-position:center center!important;background-repeat:no-repeat!important;background-size:100% 100%!important;background-attachment:scroll!important}
  .chat-feed{position:absolute!important;inset:0!important;width:auto!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:10px 50px 16px 10px!important;box-sizing:border-box!important;background:transparent!important}
  .feed-message{display:grid!important;grid-template-columns:42px minmax(0,auto)!important;align-items:start!important;gap:7px!important;width:max-content!important;max-width:620px!important;margin:0 0 10px!important;padding:0!important}.feed-avatar{width:42px!important;height:42px!important;min-width:42px!important;border-radius:50%!important}.feed-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.message-card{width:auto!important;max-width:520px!important;padding:7px 10px!important;border-radius:7px!important;background:#fff!important;box-shadow:none!important}.message-name-row strong{font-size:13px!important;line-height:15px!important}.message-name-row time{font-size:9px!important}.message-text{font-size:13px!important;line-height:17px!important}.chat-upload-image{max-width:300px!important;max-height:260px!important}
  .room-welcome-card{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:560px!important;max-width:calc(100% - 90px)!important;margin:18px 0 0 48px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.room-welcome-inner{padding:18px 20px!important;border-radius:8px!important;background:#fff!important;font-size:15px!important;line-height:1.45!important}.room-welcome-title{font-size:17px!important}.room-welcome-hello{font-size:15px!important;margin-bottom:20px!important}.room-welcome-inner p{margin:18px 0!important}

  /* QUICK TOOLS */
  .quick-tools{position:absolute!important;left:auto!important;right:var(--legacy-right)!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:39px!important;height:auto!important;margin:0!important;padding:5px 2px!important;border-radius:22px 0 0 22px!important;z-index:1020!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.quick-tools a,.quick-tools button{width:100%!important;height:38px!important;min-height:38px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.quick-tools small{display:none!important}.quick-tools span{font-size:18px!important}

  /* COMPOSER */
  .chat-composer{position:absolute!important;left:var(--legacy-left)!important;right:var(--legacy-right)!important;bottom:var(--legacy-footer)!important;top:auto!important;width:auto!important;height:var(--legacy-input)!important;min-height:var(--legacy-input)!important;margin:0!important;padding:1px 5px!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:34px 34px 34px 34px minmax(0,1fr) 44px!important;gap:2px!important;align-items:center!important;border-radius:0!important;z-index:1100!important}.chat-composer .composer-icon{width:33px!important;height:36px!important;min-width:33px!important;font-size:21px!important}.chat-composer .composer-icon.emoji{width:33px!important;height:36px!important;font-size:21px!important}.composer-input-wrap{height:36px!important;border-radius:4px!important}.composer-input-wrap input{height:100%!important;font-size:13px!important;line-height:36px!important;padding:0 10px!important}.chat-composer .send-arrow{width:42px!important;height:36px!important;min-width:42px!important;font-size:25px!important;border-radius:0!important}.chat-app>.composer-status{position:absolute!important;left:var(--legacy-left)!important;right:var(--legacy-right)!important;bottom:calc(var(--legacy-input) + var(--legacy-footer) + 2px)!important;z-index:1110!important}

  /* FOOTER */
  .legacy-bottom-nav{position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:auto!important;height:var(--legacy-footer)!important;min-height:var(--legacy-footer)!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:75px 1fr 70px 70px!important;align-items:stretch!important;z-index:1150!important;border-radius:0!important}.legacy-footer-item{height:48px!important;padding:2px!important}.legacy-footer-icon{font-size:20px!important}.legacy-footer-item small{font-size:9px!important}
  .topic-strip{display:none!important}

  /* DRAWERS / OVERLAYS: do not reserve layout width */
  .drawer-backdrop,.request-panel-backdrop,.love-wall-backdrop{display:none!important;pointer-events:none!important}
  .account-side-drawer,.request-side-panel,.love-wall-side-panel{position:absolute!important;right:0!important;left:auto!important;top:var(--legacy-head)!important;bottom:var(--legacy-footer)!important;width:var(--legacy-right)!important;max-width:var(--legacy-right)!important;height:auto!important;z-index:1600!important;transform:translateX(102%)!important;transition:transform .18s ease!important}.account-side-drawer.open,.request-side-panel.open,.love-wall-side-panel.open{transform:translateX(0)!important}
  .drawer:not(.main-menu-drawer):not(.original-userlist-drawer):not(.account-side-drawer){display:none!important;position:absolute!important;left:var(--legacy-left)!important;right:auto!important;top:calc(var(--legacy-head) + var(--legacy-sms))!important;bottom:calc(var(--legacy-input) + var(--legacy-footer))!important;width:320px!important;max-width:320px!important;height:auto!important;z-index:1550!important;transform:none!important}.drawer:not(.main-menu-drawer):not(.original-userlist-drawer):not(.account-side-drawer).open{display:block!important}
}

/* Chrome/Android “Masaüstü site” keeps the original desktop proportions instead of squeezing the sidebars. */
@media (min-width:900px) and (pointer:coarse){
  html:has(.chat-app),body:has(.chat-app){min-width:1760px!important;width:1760px!important;overflow:hidden!important}
  .chat-app{position:absolute!important;inset:0 auto auto 0!important;width:1760px!important;min-width:1760px!important;height:100vh!important}
}


/* === V11 ORIGINAL DESKTOP STABILITY FIX ===
   Request toggle, popovers above composer, no blank bottom area, visible member counts. */
@media (min-width:900px){
  html:has(.chat-app), body:has(.chat-app){
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .chat-app{
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    overflow:hidden!important;
  }

  /* Make the center stage fill every pixel between top strips and composer/footer. */
  .chat-stage{
    top:calc(var(--legacy-head) + var(--legacy-sms))!important;
    bottom:calc(var(--legacy-input) + var(--legacy-footer))!important;
    height:auto!important;
    min-height:0!important;
  }
  .chat-stage .chat-feed,
  .chat-feed{
    height:100%!important;
    min-height:100%!important;
    max-height:100%!important;
    box-sizing:border-box!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  .chat-composer{
    bottom:var(--legacy-footer)!important;
    height:var(--legacy-input)!important;
    min-height:var(--legacy-input)!important;
  }
  .legacy-bottom-nav{
    bottom:0!important;
    height:var(--legacy-footer)!important;
    min-height:var(--legacy-footer)!important;
  }

  /* All small menus open ABOVE the writing area, never underneath it. */
  .chat-popover,
  .original-plus-menu,
  .original-emoji-panel,
  .roomcall-popover,
  .radio-player-popover,
  .bottom-menu-popover{
    bottom:calc(var(--legacy-footer) + var(--legacy-input) + 4px)!important;
    z-index:2100!important;
  }
  .original-plus-menu{
    left:calc(var(--legacy-left) + 4px)!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    max-height:min(390px,calc(100dvh - var(--legacy-head) - var(--legacy-sms) - var(--legacy-input) - var(--legacy-footer) - 18px))!important;
  }
  .original-emoji-panel{
    left:var(--legacy-left)!important;
    right:var(--legacy-right)!important;
    width:auto!important;
    top:auto!important;
    transform:none!important;
  }
  .roomcall-popover,
  .radio-player-popover{
    left:calc(var(--legacy-left) + 5px)!important;
    top:auto!important;
  }
  .bottom-menu-popover{
    right:calc(var(--legacy-right) + 5px)!important;
    left:auto!important;
    top:auto!important;
  }

  /* Member/guest header counters must stay visible on desktop. */
  .original-userlist-drawer .user-list-section-head{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    overflow:visible!important;
  }
  .original-userlist-drawer .user-list-section-head > span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    min-width:18px!important;
    height:18px!important;
    padding:0 6px!important;
    margin:0!important;
    opacity:1!important;
    visibility:visible!important;
    color:#fff!important;
    background:#ff5c00!important;
    border-radius:10px!important;
    font-size:10px!important;
    line-height:18px!important;
    font-weight:700!important;
  }

  /* Request panel sits over the right panel without creating layout space. */
  .request-side-panel{
    top:var(--legacy-head)!important;
    bottom:var(--legacy-footer)!important;
    height:auto!important;
    overflow:hidden!important;
  }
  .request-panel-body{
    height:calc(100% - 78px)!important;
    min-height:0!important;
    overflow-y:auto!important;
  }
}


/* === V12 MOBILE DRAWER BOUNDARY + LEVEL/WALLET === */
.legacy-info-system-status{margin:10px 0 0;padding:8px 10px;border-radius:8px;background:#f1f1f1;color:#777;font-size:12px;text-align:center}
@media (max-width:899px){
  html:has(.chat-app),body:has(.chat-app){height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}
  body.main-menu-open{overflow:hidden!important;touch-action:none}
  .main-menu-drawer{
    position:fixed!important;
    top:0!important;
    bottom:122px!important;
    height:auto!important;
    max-height:calc(100dvh - 122px)!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    z-index:3100!important;
  }
  .main-menu-drawer .main-menu-profile{flex:0 0 auto!important}
  .main-menu-drawer .main-menu-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:6px!important}
  .main-menu-drawer .main-menu-logout{flex:0 0 auto!important}
  .drawer-backdrop{z-index:3050!important}
  .chat-composer{z-index:3200!important}
  .legacy-bottom-nav{z-index:3210!important}
  .main-menu-drawer.open~.chat-composer,.main-menu-drawer.open~.legacy-bottom-nav{transform:none!important}
}
@media (max-width:430px){
  .main-menu-drawer{bottom:120px!important;max-height:calc(100dvh - 120px)!important}
}

/* === V13 MOBILE MAIN MENU HARD STOP AT COMPOSER ===
   JS writes --mobile-menu-stop to the exact composer top. This prevents the
   drawer/list background from ever continuing behind the writing/footer bars. */
@media (max-width:899px){
  .main-menu-drawer{
    top:0!important;
    bottom:auto!important;
    height:var(--mobile-menu-stop, calc(100dvh - 128px))!important;
    max-height:var(--mobile-menu-stop, calc(100dvh - 128px))!important;
    min-height:0!important;
    overflow:hidden!important;
    contain:layout paint!important;
  }
  .main-menu-drawer .main-menu-list{
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
  }
  .main-menu-drawer .main-menu-logout{flex:0 0 auto!important}
  .chat-composer,.legacy-bottom-nav{position:relative!important;z-index:3210!important}
}

/* V15 - Orijinal eklenti yöneticisi */
.original-addon-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08);min-height:66px;background:#fff}.original-addon-icon{width:46px;height:46px;flex:0 0 46px;border-radius:8px;overflow:hidden;background:#f3f3f3;display:flex;align-items:center;justify-content:center}.original-addon-icon img{max-width:42px;max-height:42px;width:auto;height:auto;object-fit:contain}.original-addon-name{min-width:0;flex:1}.original-addon-name b{display:block;font-size:16px}.original-addon-name small{display:block;opacity:.65;margin-top:3px}.original-addon-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.original-addon-actions form{margin:0}.addon-settings-btn,.addon-install-btn,.addon-uninstall-btn{border:0;border-radius:5px;padding:8px 11px;font-size:14px;line-height:1;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:5px}.addon-settings-btn{background:#e9e9e9;color:#444}.addon-install-btn{background:#27a9e3;color:#fff}.addon-uninstall-btn{background:#e84c4c;color:#fff}.addon-not-installed{opacity:.83}.addon-config-remove{margin-top:18px;padding-top:14px;border-top:1px solid rgba(0,0,0,.1)}.emoji-addon-toolbar{padding:12px 0}.emoji-upload-box{padding:12px;background:#f1f1f1;border-radius:6px;margin-bottom:12px}.emoji-category-tabs{display:flex;gap:5px;overflow-x:auto;padding:8px 0;margin-bottom:8px}.emoji-category-tabs button{border:0;background:#e8e8e8;padding:8px 10px;border-radius:4px;white-space:nowrap}.emoji-category-tabs button.active{background:#278dd1;color:#fff}@media(max-width:700px){.original-addon-row{gap:8px;padding:8px}.original-addon-icon{width:40px;height:40px;flex-basis:40px}.original-addon-icon img{max-width:36px;max-height:36px}.original-addon-actions span{display:none}.original-addon-actions{gap:4px}.addon-settings-btn,.addon-install-btn,.addon-uninstall-btn{padding:8px}}

/* === V16 PROFILE + MEMBER CLICK LAYER FIX ===
   Mobil drawer/composer katmanları V12-V15'te 3000+ z-index kullanıyor.
   Profil editörü ve nick işlem kartı bunun altında kaldığı için tıklanmış olsa bile
   kullanıcıya açılmıyormuş gibi görünüyordu. Bu iki modal her şeyin üstünde kalır. */
.legacy-profile-editor{z-index:10050!important;pointer-events:none!important}
.legacy-profile-editor.open{display:flex!important;pointer-events:auto!important}
.legacy-profile-editor-card{position:relative!important;z-index:10051!important;pointer-events:auto!important}
.member-action-modal{z-index:10060!important;pointer-events:none!important}
.member-action-modal.open{display:flex!important;pointer-events:auto!important}
.member-action-sheet{position:relative!important;z-index:10061!important;pointer-events:auto!important}
.member-open-button,.clickable-nick,.feed-avatar,[data-member-open]{pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}
.top-avatar,[data-user-drawer],[data-profile-editor]{pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}

/* === V19 MOBILE DRAWER CLICK / BACKDROP FIX ===
   Backdrop was above account/member/room drawers on mobile (3050 vs legacy drawer z-index),
   visually dimming the drawer and intercepting every tap. Keep backdrop behind every open drawer. */
@media (max-width:899px){
  .drawer-backdrop{
    z-index:3000!important;
    pointer-events:none!important;
  }
  .drawer-backdrop.open{
    pointer-events:auto!important;
  }
  .drawer.open,
  .account-side-drawer.open,
  .original-userlist-drawer.open,
  [data-room-panel].open,
  [data-member-panel].open,
  [data-user-panel].open{
    z-index:3120!important;
    pointer-events:auto!important;
  }
  .main-menu-drawer.open{z-index:3130!important}
  .drawer.open *,
  .account-side-drawer.open *,
  .original-userlist-drawer.open *{
    pointer-events:auto;
  }
  .chat-composer{z-index:3200!important}
  .legacy-bottom-nav{z-index:3210!important}
}

/* V20: SMS modal mobilde orijinal ekran görüntüsündeki gibi üstte açılır */
@media (max-width:700px){
  .legacy-modal{align-items:flex-start!important;justify-content:center!important;padding:32px 20px 18px!important;overflow:auto!important;}
  .legacy-modal-card{width:100%!important;max-width:650px!important;border-radius:0!important;max-height:calc(100dvh - 54px)!important;overflow:auto!important;margin:0!important;}
  .legacy-modal-head{height:66px!important;min-height:66px!important;background:#8196ae!important;color:#fff!important;padding:0 10px!important;font-size:25px!important;}
  .legacy-modal-head button{font-size:38px!important;color:#fff!important;}
  .legacy-modal-body{padding:42px 26px 24px!important;background:#dddada!important;}
  .legacy-modal-body .legacy-form label{font-size:0!important;display:block!important;}
  .legacy-modal-body .legacy-form textarea{display:block!important;width:100%!important;height:255px!important;min-height:255px!important;border:1px solid #bbb!important;border-radius:24px!important;background:#fff!important;padding:14px!important;font-size:18px!important;resize:none!important;box-sizing:border-box!important;}
  .legacy-modal-body .legacy-form .legacy-btn{margin-top:32px!important;min-width:168px!important;height:61px!important;border-radius:7px!important;background:#17b10b!important;color:#fff!important;font-size:19px!important;}
}

/* V20: Nick efekt seçimi - orijinal 14 efektli eklentinin modern modal karşılığı */
.nick-effect-modal{position:fixed;inset:0;z-index:10120;background:rgba(0,0,0,.48);display:none;align-items:center;justify-content:center;padding:16px;pointer-events:none}
.nick-effect-modal.open{display:flex;pointer-events:auto}
.nick-effect-card{width:min(430px,94vw);max-height:88vh;overflow:auto;background:#dddada;color:#555;box-shadow:0 14px 50px rgba(0,0,0,.35)}
.nick-effect-head{height:52px;background:#8196ae;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:20px}
.nick-effect-head button{border:0;background:transparent;color:#fff;font-size:32px;line-height:1}
.nick-effect-preview{margin:16px;padding:14px;border-radius:8px;background:#fff;text-align:center;font-size:22px;font-weight:700;min-height:36px;background-position:center!important;background-size:auto 100%!important}
.nick-effect-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 16px 16px}
.nick-effect-choice{min-height:54px;border:2px solid transparent;border-radius:8px;background-color:#fff!important;background-position:center!important;background-size:auto 100%!important;font-weight:700;color:#222!important}
.nick-effect-choice.selected{border-color:#ff5c00;box-shadow:0 0 0 2px rgba(255,92,0,.18)}
.nick-effect-actions{display:flex;gap:10px;padding:0 16px 18px}.nick-effect-actions button{flex:1;border:0;border-radius:6px;padding:12px;font-size:17px}.nick-effect-clear{background:#e8e8e8;color:#555}.nick-effect-save{background:#ff5c00;color:#fff}
@media(max-width:700px){.nick-effect-modal{align-items:center;padding:10px}.nick-effect-card{width:calc(100vw - 24px);max-height:86vh}.nick-effect-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.sms-compose-actions{display:flex!important;gap:6px!important;align-items:center!important;margin-top:32px!important}.sms-compose-actions .legacy-btn{margin-top:0!important}.sms-compose-actions .sms-send-btn{background:#16b10b!important}.sms-compose-actions .sms-cancel-btn{background:#3a86df!important}
@media(max-width:700px){.sms-compose-actions{justify-content:flex-start!important}.sms-compose-actions .legacy-btn{min-width:168px!important;max-width:168px!important}}

/* V21 - Orijinal üst özel mesaj / bildirim menüleri */
.original-head-actions .top-icon i{font-size:20px;line-height:1}
.original-float-menu{position:fixed;top:64px;right:64px;width:min(360px,calc(100vw - 24px));max-height:min(520px,72vh);display:none;flex-direction:column;background:#f7f7f7;border:1px solid rgba(0,0,0,.16);box-shadow:0 12px 32px rgba(0,0,0,.26);z-index:5200;color:#333}
.original-float-menu.open{display:flex}.original-float-top{min-height:48px;display:flex;align-items:center;gap:9px;padding:0 10px;background:#87a0bd;color:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.original-float-top b{font-size:16px}.float-head-icon{font-size:20px}.float-spacer{flex:1}.original-float-top button{width:34px;height:34px;border:0;background:transparent;color:#fff;font-size:19px;cursor:pointer}.original-float-content{overflow:auto;min-height:90px;max-height:430px;background:#f5f3f1}.float-loading,.float-empty{padding:28px 18px;text-align:center;color:#858585}.original-float-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid #ddd;color:#333;text-decoration:none;background:#fff;cursor:pointer}.original-float-row:hover{background:#eef6fb}.original-float-row.unread{background:#edf7ff}.original-float-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;overflow:hidden;background:#ddd}.original-float-avatar img{width:100%;height:100%;display:block;object-fit:cover}.original-float-body{min-width:0;flex:1}.original-float-body b,.original-float-body small,.original-float-body span{display:block}.original-float-body b{font-size:14px}.original-float-body span{font-size:13px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.original-float-body small{font-size:10px;color:#888;margin-top:3px}.private-float-menu{right:118px}.notification-float-menu{right:72px}
@media(max-width:700px){.original-float-menu{top:64px;right:8px!important;width:calc(100vw - 16px);max-height:62vh}.original-float-content{max-height:calc(62vh - 48px)}}

/* V21 - usernickefekt: orijinal GIF efektini kullanıcı listesinde görünür kıl */
.original-userlist-drawer .member-open-button[class*="usernickefect"],.member-open-button[class*="usernickefect"]{background-color:rgba(255,255,255,.72)!important;background-repeat:repeat!important;background-position:center!important;background-size:auto!important}
.original-userlist-drawer .member-open-button.usernickefect1,.member-open-button.usernickefect1{background-image:url('/addons/usernickefekt/files/images/sus1.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect2,.member-open-button.usernickefect2{background-image:url('/addons/usernickefekt/files/images/sus2.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect3,.member-open-button.usernickefect3{background-image:url('/addons/usernickefekt/files/images/sus3.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect4,.member-open-button.usernickefect4{background-image:url('/addons/usernickefekt/files/images/sus4.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect5,.member-open-button.usernickefect5{background-image:url('/addons/usernickefekt/files/images/sus5.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect6,.member-open-button.usernickefect6{background-image:url('/addons/usernickefekt/files/images/sus6.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect7,.member-open-button.usernickefect7{background-image:url('/addons/usernickefekt/files/images/sus7.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect8,.member-open-button.usernickefect8{background-image:url('/addons/usernickefekt/files/images/sus8.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect9,.member-open-button.usernickefect9{background-image:url('/addons/usernickefekt/files/images/sus9.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect10,.member-open-button.usernickefect10{background-image:url('/addons/usernickefekt/files/images/sus10.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect11,.member-open-button.usernickefect11{background-image:url('/addons/usernickefekt/files/images/sus11.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect12,.member-open-button.usernickefect12{background-image:url('/addons/usernickefekt/files/images/sus12.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect13,.member-open-button.usernickefect13{background-image:url('/addons/usernickefekt/files/images/sus13.gif')!important}
.original-userlist-drawer .member-open-button.usernickefect14,.member-open-button.usernickefect14{background-image:url('/addons/usernickefekt/files/images/sus14.gif')!important}
.member-open-button[class*="usernickefect"] .member-nick{display:inline-block!important;padding:2px 5px!important;border-radius:3px;background:rgba(255,255,255,.65)!important;color:#111!important;text-shadow:0 1px 0 #fff}

/* V21 - Orijinal bildirim gönder penceresi sekmeleri */
.legacy-notify-tabs{display:flex;border-bottom:1px solid #ddd;margin:-2px -2px 12px}.legacy-notify-tab{flex:1;border:0;background:#eee;padding:11px 8px;font-weight:700;color:#555;cursor:pointer}.legacy-notify-tab.active{background:#87a0bd;color:#fff}.legacy-notify-zone[hidden]{display:none!important}.legacy-notify-zone textarea{min-height:120px}.legacy-notify-delete-actions{display:grid;gap:8px}.legacy-notify-delete-actions .legacy-btn{width:100%}


/* V22 - Orijinal özellik paritesi: mesaj/bildirim, SMS, Giphy, player, roomcall, video, profil renkleri */
.quick-tools .quick-message-button{width:100%;min-height:57px;border:0;border-bottom:1px solid #eee;background:#fff;color:#555;display:grid;place-items:center;padding:5px 2px;cursor:pointer;font:inherit}.bottom-menu-popover .bottom-private-toggle{width:100%;border:0;background:transparent;color:inherit;font:inherit;text-align:left;display:flex;align-items:center;gap:10px;padding:12px 14px;cursor:pointer}
.original-float-row{position:relative}.original-float-row.unread:after{content:'';width:8px;height:8px;border-radius:50%;background:#3e93e5;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.original-float-body span{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sms-compose-form{padding:4px 2px 2px}.sms-compose-form label{display:block;font-size:0}.sms-compose-form textarea{display:block;width:100%!important;height:250px!important;min-height:250px!important;resize:none;border:1px solid #c9c9c9!important;border-radius:16px!important;background:#fff!important;padding:14px!important;font-size:17px!important;line-height:1.45!important;box-sizing:border-box!important}.sms-compose-actions{margin-top:26px!important}.sms-compose-actions .legacy-btn{height:58px!important;border-radius:7px!important;font-size:18px!important;display:grid!important;place-items:center!important}.legacy-info-card:has(.sms-compose-form){width:min(650px,94vw)!important}.legacy-info-card:has(.sms-compose-form) .legacy-info-head{background:#8196ae!important;color:#fff!important}
.giphy-addon-original{background:#fff}.giphy-tabs{display:flex;border-bottom:1px solid #ddd}.giphy-tabs button{flex:1;border:0;background:#f5f5f5;padding:12px;font-weight:700;color:#555}.giphy-tabs button.active{background:#8196ae;color:#fff}.giphy-search-row{display:grid;grid-template-columns:1fr 70px;gap:8px;padding:10px}.giphy-search-row input{min-width:0;height:42px;border:1px solid #bbb;border-radius:5px;padding:0 10px;font-size:15px}.giphy-search-row button{border:0;border-radius:5px;background:#3781dc;color:#fff}.giphy-results-original{height:320px;overflow-y:auto;padding:8px;display:grid;grid-template-columns:1fr 1fr;gap:2px;align-content:start}.giphy-result{height:100px;border:0;padding:0;background:#eee;overflow:hidden;cursor:pointer}.giphy-result.sticker{height:82px}.giphy-result img{width:100%;height:100%;object-fit:cover;display:block}.chat-giphy-image{display:block;max-width:300px;max-height:260px;width:auto;height:auto;border-radius:6px}
.sound-effects-original{background:#f6f6f6;padding:6px}.sound-effects-toolbar{display:flex;justify-content:flex-end;padding:4px 3px 8px}.sound-stop-all{border:0;border-radius:6px;background:#d73c3c;color:#fff;padding:9px 14px;font-weight:700}.sound-stop-all:disabled{opacity:.4}.sound_container{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-height:360px;overflow:auto}.sound_container .se_box{width:auto!important;margin:0!important;background:#fafafa;border:1px solid #012832;border-radius:10px;overflow:hidden}.sound_container .se_box_actions{padding:7px}.sound_container .se_button{border:0;width:42px;height:42px;border-radius:50%;background:#012832;color:#fff;font-size:16px;cursor:pointer}.sound_container .se_box_text{min-height:30px;background:#012832;color:#fff;font-size:10px;padding:5px;display:flex;align-items:center;justify-content:center;text-align:center}
.original-player-icon{font-size:26px!important;line-height:28px!important}.chat-composer .composer-icon.roomcall i{font-size:29px;line-height:1;color:#3781dc}.chat-composer .composer-icon.roomcall svg{display:none!important}
.youtube-player-modal{width:min(760px,86vw)!important;max-width:100%!important;margin:auto}.youtube-player-modal iframe{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9!important;min-height:0!important;border:0!important}.youtube-video-preview,.youtube-video-preview img.youtube-thumb{max-width:100%!important}.youtube-video-preview{width:100%!important;overflow:hidden!important}.chat-video-container.youtube-chat-card{width:min(420px,100%)!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}
.original-color-grid .color-choice[class*="bcback"]{border-radius:50%!important;min-width:27px;min-height:27px}.original-color-grid .color-choice[class*="bgrad"]{border-radius:50%!important;min-width:27px;min-height:27px}.original-color-grid .color-choice[class*="bneon"]{border-radius:50%!important;min-width:27px;min-height:27px;background:#1f2732}.original-color-grid{max-height:300px;overflow:auto}.custom-theme-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:8px 0 12px}.custom-theme-picker button{border:1px solid #d6d6d6;background:#fff;border-radius:9px;padding:6px 4px;display:grid;gap:5px;cursor:pointer;color:#444}.custom-theme-picker button.selected{outline:2px solid #3781dc}.theme-preview{display:block;height:42px;border-radius:7px}.theme-preview.aurora{background:linear-gradient(135deg,#4f46e5,#a855f7,#ec4899)}.theme-preview.ocean{background:linear-gradient(135deg,#0f4c75,#1597bb,#98d7c2)}.theme-preview.rose{background:linear-gradient(135deg,#7f1d4e,#e11d74,#f9a8d4)}.theme-preview.emerald{background:linear-gradient(135deg,#064e3b,#10b981,#a7f3d0)}.theme-preview.midnight{background:linear-gradient(135deg,#020617,#172554,#4338ca)}.custom-theme-picker b{font-size:10px}
.legacy-room-media{position:relative;min-height:210px;background:#ddd}.legacy-room-bg{min-height:210px;background-size:cover!important;background-position:center!important;position:relative}.legacy-room-bg.empty{background:linear-gradient(135deg,#ddd,#eee)}.legacy-room-bg-actions{position:absolute;right:8px;top:8px;display:flex;gap:7px}.legacy-media-btn{width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.9);display:grid;place-items:center;cursor:pointer;position:relative;overflow:hidden}.legacy-media-btn.danger{color:#d33}.legacy-media-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.legacy-room-icon-wrap{position:absolute;left:14px;bottom:-38px;width:86px;height:86px;border-radius:12px;background:#fff;padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.25)}.legacy-room-icon-wrap img{width:100%;height:100%;object-fit:cover;border-radius:9px}.legacy-room-icon-actions{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:4px;padding:4px}.legacy-room-icon-actions .legacy-media-btn{width:31px;height:31px;font-size:13px}.legacy-tabs{margin-top:46px}
@media(max-width:700px){.original-float-menu{width:calc(100vw - 12px)!important;right:6px!important}.giphy-results-original{grid-template-columns:1fr 1fr}.sound_container{grid-template-columns:repeat(2,minmax(0,1fr))}.sms-compose-form textarea{height:220px!important;min-height:220px!important}.sms-compose-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.sms-compose-actions .legacy-btn{min-width:0!important;max-width:none!important;width:100%!important}.custom-theme-picker{grid-template-columns:repeat(3,1fr)}.youtube-player-modal{width:100%!important}.addon-mini-card:has(.youtube-player-modal){width:96vw!important;max-width:96vw!important}.chat-giphy-image{max-width:240px;max-height:220px}}


/* v23 Sevgi Duvari: original panel without page darkening */
.love-wall-backdrop{
  background:transparent!important;
  box-shadow:none!important;
}
.love-wall-backdrop.open{display:block!important;background:transparent!important;}
.love-wall-side-panel.open{z-index:2205!important;}
.love-wall-backdrop.open{z-index:2204!important;}
@media (min-width:761px){
  .love-wall-side-panel.open{z-index:1650!important;}
  .love-wall-backdrop.open{z-index:1649!important;}
}

/* v23 Emoji Uploader - compact original-like horizontal panel */
.emoji-addon-panel{overflow:hidden!important;background:#fff!important;}
.emoji-addon-panel .old-panel-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}
.emoji-addon-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:12px 14px!important;background:#f7f8fa!important;border-bottom:1px solid #e1e4e8!important;}
.emoji-addon-toolbar .emoji-upload-count{font-size:12px!important;color:#77808c!important;white-space:nowrap!important;}
.emoji-upload-box{margin:0!important;padding:14px!important;border-radius:0!important;background:#eef3f7!important;border-bottom:1px solid #dce3e9!important;}
.emoji-upload-box .inline-admin-form{display:grid!important;grid-template-columns:minmax(120px,160px) minmax(140px,1fr) minmax(180px,1.2fr) auto auto!important;gap:8px!important;align-items:center!important;}
.emoji-upload-box select,.emoji-upload-box input[type="text"],.emoji-upload-box input:not([type]){min-width:0!important;height:42px!important;border:1px solid #cfd6de!important;border-radius:8px!important;background:#fff!important;padding:0 10px!important;}
.emoji-upload-box input[type="file"]{min-width:0!important;width:100%!important;background:#fff!important;border:1px solid #cfd6de!important;border-radius:8px!important;padding:8px!important;}
.emoji-upload-box button{height:42px!important;white-space:nowrap!important;}
.emoji-category-tabs{display:flex!important;align-items:center!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important;margin:0!important;padding:10px 12px!important;background:#fff!important;border-bottom:1px solid #e2e5e8!important;scrollbar-width:thin!important;}
.emoji-category-tabs button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:max-content!important;height:38px!important;padding:0 12px!important;border:1px solid #d9dee4!important;border-radius:9px!important;background:#f6f7f8!important;color:#4b5563!important;font-size:13px!important;font-weight:700!important;}
.emoji-category-tabs button.active{background:#3187d6!important;color:#fff!important;border-color:#3187d6!important;box-shadow:0 2px 7px rgba(49,135,214,.22)!important;}
.admin-emoji-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(82px,1fr))!important;gap:10px!important;padding:14px!important;align-items:stretch!important;background:#f5f6f7!important;}
.admin-emoji-item{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;background:#fff!important;border:1px solid #dfe3e7!important;border-radius:12px!important;padding:9px 6px!important;text-align:center!important;box-shadow:0 2px 6px rgba(0,0,0,.045)!important;overflow:hidden!important;}
.admin-emoji-item img{display:block!important;width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain!important;margin:0 auto 2px!important;}
.admin-emoji-item small{display:block!important;width:100%!important;margin:0!important;font-size:10px!important;line-height:1.2!important;color:#616a75!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.admin-emoji-item form{width:100%!important;margin:auto 0 0!important;}
.admin-emoji-item .mini-delete{width:100%!important;min-height:28px!important;padding:5px 7px!important;border-radius:7px!important;font-size:11px!important;}
.emoji-addon-empty{grid-column:1/-1!important;padding:28px 16px!important;text-align:center!important;color:#7a838d!important;background:#fff!important;border:1px dashed #cfd5db!important;border-radius:10px!important;}
@media(max-width:760px){
  .emoji-upload-box .inline-admin-form{grid-template-columns:1fr 1fr!important;}
  .emoji-upload-box input[type="file"]{grid-column:1/-1!important;}
  .emoji-upload-box .admin-save,.emoji-upload-box .mini-delete{width:100%!important;}
  .admin-emoji-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;padding:9px!important;}
  .admin-emoji-item{padding:7px 4px!important;border-radius:9px!important;}
  .admin-emoji-item img{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;}
  .admin-emoji-item small{font-size:9px!important;}
}
@media(max-width:380px){.admin-emoji-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}

/* === V24 SMS / MESSAGE / FLASH NICK FIX === */
/* Orijinal SMS kutusu: üstte, kompakt, 250px mesaj alanı, yeşil Gönder + mavi İptal. */
.legacy-modal.sms-compose-modal{align-items:flex-start!important;justify-content:center!important;padding:32px 20px 18px!important;overflow:auto!important}
.legacy-modal.sms-compose-modal .legacy-modal-card{width:min(650px,94vw)!important;max-width:650px!important;max-height:calc(100dvh - 54px)!important;border-radius:0!important;margin:0!important;background:#ddd9d9!important;overflow:hidden!important}
.legacy-modal.sms-compose-modal .legacy-modal-head{height:64px!important;min-height:64px!important;padding:0 18px!important;background:#8196ae!important;color:#fff!important}
.legacy-modal.sms-compose-modal .legacy-modal-head b{display:flex!important;align-items:center!important;gap:8px!important;font-size:20px!important;font-weight:400!important}
.legacy-modal.sms-compose-modal .legacy-modal-head b i{font-size:24px!important}
.legacy-modal.sms-compose-modal .legacy-modal-head button{font-size:32px!important}
.legacy-modal.sms-compose-modal .legacy-modal-body{padding:36px 24px 24px!important;overflow:auto!important;background:#ddd9d9!important}
.legacy-modal.sms-compose-modal .sms-compose-form{display:block!important;padding:0!important}
.legacy-modal.sms-compose-modal .sms-compose-form label{display:block!important;margin:0!important}
.legacy-modal.sms-compose-modal .sms-compose-form textarea{display:block!important;width:100%!important;height:250px!important;min-height:250px!important;max-height:250px!important;resize:none!important;border:1px solid #b9b9b9!important;border-radius:18px!important;background:#fff!important;padding:14px!important;box-sizing:border-box!important;font-size:17px!important;line-height:1.4!important;outline:none!important}
.legacy-modal.sms-compose-modal .sms-compose-actions{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;margin-top:32px!important}
.legacy-modal.sms-compose-modal .sms-compose-actions .legacy-btn{width:168px!important;min-width:168px!important;max-width:168px!important;height:61px!important;margin:0!important;border-radius:7px!important;font-size:19px!important;font-weight:400!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;color:#fff!important}
.legacy-modal.sms-compose-modal .sms-compose-actions .sms-send-btn{background:#16b10b!important}
.legacy-modal.sms-compose-modal .sms-compose-actions .sms-cancel-btn{background:#3a86df!important}
@media(max-width:700px){
  .legacy-modal.sms-compose-modal{padding:32px 20px 18px!important}
  .legacy-modal.sms-compose-modal .legacy-modal-card{width:100%!important}
  .legacy-modal.sms-compose-modal .legacy-modal-body{padding:36px 24px 24px!important}
  .legacy-modal.sms-compose-modal .sms-compose-form textarea{height:250px!important;min-height:250px!important;max-height:250px!important}
  .legacy-modal.sms-compose-modal .sms-compose-actions{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important}
  .legacy-modal.sms-compose-modal .sms-compose-actions .legacy-btn{width:168px!important;min-width:0!important;max-width:168px!important;flex:0 1 168px!important}
  /* Sağ ortadaki Mesaj düğmesi drawer açıkken de tıklanabilir olmalı. */
  .quick-tools{z-index:10!important;pointer-events:auto!important}
  .quick-tools button,.quick-tools a{pointer-events:auto!important}
}
/* Flash nick'i CSS arka planına bağımlı bırakma; gerçek GIF'i kullanıcı listesinde göster. */
.member-flash-nick{display:flex!important;align-items:center!important;min-height:20px!important;max-width:190px!important;overflow:hidden!important;color:inherit!important;background:none!important;font-size:inherit!important;line-height:normal!important}
.member-flash-nick img{display:block!important;width:auto!important;height:auto!important;max-width:185px!important;max-height:30px!important;object-fit:contain!important;object-position:left center!important}
.original-userlist-drawer .drawer-item .member-flash-nick{max-width:180px!important}
.original-userlist-drawer .drawer-item .member-flash-nick img{max-width:175px!important;max-height:28px!important}

/* === V25 DESKTOP SCALE + MOBILE PROFILE DRAWER FINAL FIX ===
   1) Android Chrome "Masaüstü site" no longer forces a 1760px canvas that
      shrinks the whole chat into the top part of the phone screen.
   2) The account/profile drawer always sits above the center quick toolbar,
      composer and footer, and scrolls all the way down to Çıkış Yap. */
@media (min-width:900px) and (pointer:coarse){
  html:has(.chat-app),body:has(.chat-app){
    min-width:1200px!important;
    width:1200px!important;
    height:100dvh!important;
    min-height:100dvh!important;
    overflow:hidden!important;
  }
  .chat-app{
    position:fixed!important;
    inset:0!important;
    width:1200px!important;
    min-width:1200px!important;
    max-width:1200px!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
  }
  .chat-app{--legacy-right:280px!important;--legacy-left:75px!important}
}

@media (max-width:899px){
  /* Backdrop dims only the page behind the profile menu. */
  .drawer-backdrop{z-index:4890!important}
  .drawer-backdrop.open{pointer-events:auto!important}

  /* The profile drawer is a true top layer; the floating quick toolbar must
     never appear over it. Full viewport height + internal scrolling exposes
     every original menu row including Yönetim Sayfası, Sayfa Yenile and Çıkış. */
  .account-side-drawer,
  .account-side-drawer.open,
  [data-user-panel],
  [data-user-panel].open{
    position:fixed!important;
    top:64px!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(510px,75vw)!important;
    max-width:calc(100vw - 22px)!important;
    height:auto!important;
    max-height:calc(100dvh - 64px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    z-index:5000!important;
    pointer-events:auto!important;
  }
  .account-side-drawer .profile-action-menu{
    min-height:max-content!important;
    padding-bottom:24px!important;
  }
  .account-side-drawer .profile-action-head{
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    background:#f3f1f2!important;
  }
  .account-side-drawer .profile-action-row,
  .account-side-drawer .profile-action-logout,
  .account-side-drawer .profile-action-logout button{
    position:relative!important;
    z-index:1!important;
    pointer-events:auto!important;
  }
  .account-side-drawer .profile-action-logout{
    display:block!important;
    margin-bottom:8px!important;
  }
  .account-side-drawer .profile-action-logout button{
    display:flex!important;
    width:100%!important;
  }

  /* Never allow the center/right quick menu or composer to cover profile. */
  body:has(.account-side-drawer.open) .quick-tools,
  body:has([data-user-panel].open) .quick-tools{
    z-index:3180!important;
    pointer-events:none!important;
  }
  body:has(.account-side-drawer.open) .chat-composer,
  body:has(.account-side-drawer.open) .legacy-bottom-nav,
  body:has([data-user-panel].open) .chat-composer,
  body:has([data-user-panel].open) .legacy-bottom-nav{
    z-index:3190!important;
  }
}

/* === V26 DESKTOP EDGE ALIGNMENT FINAL ===
   Desktop layout uses the real viewport width. The quick toolbar is a child
   of .chat-stage, therefore its right edge must be 0; applying --legacy-right
   here subtracts the member panel width twice and pushes it into the center. */
@media (min-width:900px){
  html:has(.chat-app),
  body:has(.chat-app){
    width:100%!important;
    min-width:1100px!important;
    max-width:none!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .chat-app{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    min-width:1100px!important;
    max-width:none!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    overflow:hidden!important;
    --legacy-left:75px!important;
    --legacy-right:280px!important;
  }
  /* .quick-tools lives inside .chat-stage. 0 = exactly beside member list. */
  .chat-stage > .quick-tools,
  .quick-tools{
    left:auto!important;
    right:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
  }
  .original-userlist-drawer{
    right:0!important;
    width:var(--legacy-right)!important;
    min-width:var(--legacy-right)!important;
    max-width:var(--legacy-right)!important;
  }
  .chat-stage,
  .sms-panel-strip,
  .chat-composer,
  .chat-app > .composer-status{
    right:var(--legacy-right)!important;
  }
}

/* Touch-capable PCs and Android's “Masaüstü site” must not be hard-locked
   to 1200/1760px. Use the viewport when it is wider; keep only a sane floor. */
@media (min-width:900px) and (pointer:coarse){
  html:has(.chat-app),body:has(.chat-app){
    width:max(100vw,1100px)!important;
    min-width:1100px!important;
    max-width:none!important;
  }
  .chat-app{
    position:fixed!important;
    inset:0!important;
    width:max(100vw,1100px)!important;
    min-width:1100px!important;
    max-width:none!important;
    height:100dvh!important;
  }
}

/* === V27 MOBILE DRAWER INTERACTION FINAL ===
   Keep the dimming layer behind every interactive drawer. V25 rules raised
   the backdrop above the member/main-menu drawers, which made them look gray
   and intercepted all taps. */
@media (max-width:899px){
  .drawer-backdrop,
  .drawer-backdrop.open{
    z-index:2980!important;
  }
  .drawer-backdrop{pointer-events:none!important;}
  .drawer-backdrop.open{pointer-events:auto!important;}

  .drawer.open,
  .main-menu-drawer.open,
  .original-userlist-drawer.open,
  [data-room-panel].open,
  [data-member-panel].open,
  [data-user-panel].open,
  .account-side-drawer.open{
    z-index:5100!important;
    pointer-events:auto!important;
  }
  .main-menu-drawer.open{z-index:5110!important;}

  .drawer.open *,
  .main-menu-drawer.open *,
  .original-userlist-drawer.open *,
  [data-room-panel].open *,
  [data-member-panel].open *,
  [data-user-panel].open *,
  .account-side-drawer.open *{
    pointer-events:auto!important;
    touch-action:manipulation;
  }

  /* Composer/footer stay below drawers; otherwise their wide fixed boxes can
     steal taps from the bottom rows of the lists. */
  .chat-composer{z-index:3200!important;}
  .legacy-bottom-nav{z-index:3210!important;}

  .original-userlist-drawer .member-open-button,
  .original-userlist-drawer [data-member-open],
  .original-userlist-drawer .drawer-item,
  .main-menu-drawer .main-menu-item,
  .main-menu-drawer a,
  .main-menu-drawer button{
    position:relative!important;
    z-index:1!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }
}
\n\n/* === V28 ORIJINAL DESKTOP + ROOMCALL FINAL ===\n   yedeks.zip/css/main.css referansi:\n   sol panel 75px, sag panel 280px, ust bar 40px.\n   Konferans orijinal addon gibi 320x410 ve gizlenince Agora iframe'i yok edilmez. */\n.roomcall-popover-close{display:none!important}\n.roomcall-popover{width:320px!important;height:410px!important;padding:0!important;border:0!important;border-radius:4px!important;background:#fff!important;overflow:hidden!important;resize:vertical!important;box-shadow:0 -1px 8px rgba(0,0,0,.1)!important}\n.roomcall-popover iframe{width:100%!important;height:100%!important;border:0!important;display:block!important}\n.chat-composer .composer-icon.roomcall.active{color:#168bd2!important;background:rgba(55,129,220,.10)!important;border-radius:50%!important}\n\n@media (min-width:900px){\n  html:has(.chat-app),body:has(.chat-app){width:100%!important;min-width:0!important;height:100%!important;min-height:100%!important;overflow:hidden!important;margin:0!important;padding:0!important}\n  .chat-app{\n    --legacy-left:75px!important;--legacy-right:280px!important;\n    position:fixed!important;inset:0!important;width:100vw!important;min-width:0!important;max-width:none!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;margin:0!important;box-shadow:none!important;overflow:hidden!important;\n    display:grid!important;grid-template-rows:40px 20px minmax(0,1fr) 40px 40px!important;\n  }\n  .chat-topbar{grid-row:1!important;position:relative!important;left:0!important;right:0!important;top:0!important;height:40px!important;min-height:40px!important;padding:0 5px!important;z-index:210!important}\n  .room-logo{width:38px!important;height:38px!important;border-radius:0!important}\n  .room-identity strong{font-size:14px!important}.room-identity small{font-size:10px!important}\n  .top-icon{width:33px!important;height:33px!important;font-size:19px!important}.top-avatar{width:36px!important;height:36px!important}\n  .sms-panel-strip{grid-row:2!important;position:relative!important;left:75px!important;right:auto!important;width:calc(100vw - 75px - 280px)!important;height:20px!important;min-height:20px!important;padding:0 4px!important;font-size:11px!important;z-index:205!important}\n  .chat-stage{grid-row:3!important;position:relative!important;left:75px!important;right:auto!important;width:calc(100vw - 75px - 280px)!important;height:auto!important;min-width:0!important;margin:0!important;overflow:hidden!important}\n  .chat-feed{padding:8px 55px 58px 8px!important}\n  .message-card{max-width:720px!important}\n  .topic-strip{left:12px!important;right:12px!important;bottom:6px!important}\n  .chat-composer{grid-row:4!important;position:relative!important;left:75px!important;right:auto!important;width:calc(100vw - 75px - 280px)!important;height:40px!important;min-height:40px!important;padding:2px 5px!important;gap:2px!important;z-index:220!important;grid-template-columns:30px 32px 30px 32px minmax(0,1fr) 42px!important}\n  .chat-composer .composer-icon{width:29px!important;height:29px!important;font-size:20px!important}.chat-composer .composer-icon.emoji{width:31px!important;height:31px!important;font-size:19px!important;border-width:2px!important}.chat-composer .composer-icon.roomcall i{font-size:22px!important}.chat-composer .composer-input-wrap{height:32px!important;border-radius:3px!important}.chat-composer .composer-input-wrap input{font-size:14px!important;padding:0 8px!important}.chat-composer .send-arrow{width:40px!important;height:32px!important;border-radius:0!important;font-size:24px!important}\n  .legacy-bottom-nav{grid-row:5!important;position:relative!important;left:0!important;right:0!important;width:100vw!important;height:40px!important;min-height:40px!important;z-index:230!important;grid-template-columns:75px 1fr 70px 70px!important}\n  .legacy-footer-icon,.legacy-radio-gif{font-size:20px!important;line-height:20px!important}.legacy-footer-item small{font-size:9px!important;line-height:10px!important}\n\n  /* Orijinal sol panel: 75px, ust barin altindan footer'a kadar. */\n  .main-menu-drawer{display:flex!important;transform:none!important;position:fixed!important;left:0!important;top:40px!important;bottom:40px!important;width:75px!important;min-width:75px!important;max-width:75px!important;height:auto!important;max-height:none!important;border-radius:0!important;box-shadow:none!important;z-index:240!important;overflow-y:auto!important;overflow-x:hidden!important}\n  .main-menu-drawer .drawer-head,.main-menu-drawer .main-menu-profile{display:none!important}\n  .main-menu-drawer .main-menu-list{padding:0!important;overflow:visible!important}\n  .main-menu-drawer .main-menu-item{min-height:68px!important;padding:5px 2px!important;border-radius:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;text-align:center!important}\n  .main-menu-drawer .main-menu-item>span{font-size:22px!important;width:auto!important;height:auto!important;background:transparent!important}.main-menu-drawer .main-menu-item>small{font-size:10px!important;line-height:11px!important}\n  .main-menu-drawer .main-menu-logout{min-height:36px!important}\n\n  /* Orijinal sag panel: 280px ve sohbet alanina bitisik. */\n  .original-userlist-drawer{display:flex!important;transform:none!important;position:fixed!important;left:auto!important;right:0!important;top:40px!important;bottom:40px!important;width:280px!important;min-width:280px!important;max-width:280px!important;height:auto!important;z-index:240!important;box-shadow:none!important;border-left:1px solid rgba(0,0,0,.14)!important}\n  .original-userlist-drawer .drawer-head{height:40px!important;min-height:40px!important;font-size:0!important;padding:0!important;background:#f3f1ee!important;color:#3995d5!important}\n  .original-userlist-drawer .drawer-head b,.original-userlist-drawer .drawer-head button{display:none!important}\n  .original-userlist-drawer .drawer-list{padding:0!important;overflow-y:auto!important}\n\n  /* Hızlı araçlar sohbet ile nick listesinin tam birleşim çizgisinde. */\n  .chat-stage>.quick-tools,.quick-tools{position:fixed!important;left:auto!important;right:280px!important;top:50%!important;transform:translateY(-50%)!important;width:38px!important;border-radius:12px 0 0 12px!important;z-index:245!important}\n  .quick-tools a,.quick-tools button{height:38px!important;min-height:38px!important;padding:0!important}.quick-tools small{display:none!important}.quick-tools span{font-size:17px!important}\n\n  .drawer-backdrop{display:none!important;pointer-events:none!important}\n  .roomcall-popover{position:fixed!important;left:80px!important;bottom:85px!important;z-index:400!important}\n  .chat-app>.composer-status{left:75px!important;right:280px!important;bottom:40px!important}\n}\n
/* === V29 ORIJINAL BREAKPOINT + ROOMCALL PERSISTENCE ===
   yedeks.zip/js/function_main.js: leftHide = rightHide = 1200.
   Bu nedenle 1200px ve altinda sol/sag paneller sabit kolon DEGIL, acilir paneldir.
   Orijinal ekran goruntusundeki telefon "Masaustu site" gorunumu da bu davranisi kullanir. */

/* Konferans küçültülünce iframe'i display:none yapma. Chromium/WebView bazı cihazlarda
   display:none iframe içindeki WebRTC sesini askıya alabiliyor. Panel görünmez biçimde
   ekran dışına taşınır, iframe ve Agora track'i DOM'da aktif kalır. */
.roomcall-popover.roomcall-loaded{
  display:block!important;
}
.roomcall-popover.roomcall-loaded.roomcall-minimized:not(.open){
  display:block!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  position:fixed!important;
  left:-10000px!important;
  top:0!important;
  bottom:auto!important;
  transform:none!important;
}
.roomcall-popover.open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.roomcall-popover-close{display:none!important}

/* GERCEK masaustu: orijinal sistemde yan kolonlar sadece >1200px iken sabit. */
@media (min-width:1201px){
  .chat-app{
    --legacy-left:75px!important;
    --legacy-right:280px!important;
  }
  .main-menu-drawer{
    display:flex!important;
    transform:none!important;
    position:fixed!important;
    left:0!important;
    top:40px!important;
    bottom:40px!important;
    width:75px!important;
    min-width:75px!important;
    max-width:75px!important;
  }
  .original-userlist-drawer{
    display:flex!important;
    transform:none!important;
    position:fixed!important;
    left:auto!important;
    right:0!important;
    top:40px!important;
    bottom:40px!important;
    width:280px!important;
    min-width:280px!important;
    max-width:280px!important;
  }
  .sms-panel-strip,
  .chat-stage,
  .chat-composer{
    left:75px!important;
    right:auto!important;
    width:calc(100vw - 355px)!important;
  }
  .chat-stage>.quick-tools,
  .quick-tools{
    position:fixed!important;
    left:auto!important;
    right:280px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }
  .chat-app>.composer-status{left:75px!important;right:280px!important}
  .drawer-backdrop{display:none!important;pointer-events:none!important}
}

/* Orijinal responsive masaustu: <=1200px iken sohbet TAM GENISLIK.
   Sol ve sag listeler kapali/acilir drawer olur; hızlı ikonlar ekranın sağ kenarında kalır.
   Bu blok V25/V26/V28'deki 900px sabit kolon yamalarını bilerek ezer. */
@media (min-width:900px) and (max-width:1200px){
  html:has(.chat-app),body:has(.chat-app){
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:100dvh!important;
    min-height:100dvh!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
  }
  .chat-app{
    --legacy-left:0px!important;
    --legacy-right:0px!important;
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    min-width:0!important;
    max-width:none!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    overflow:hidden!important;
    margin:0!important;
  }
  .chat-topbar{
    left:0!important;
    right:0!important;
    width:100vw!important;
  }
  .sms-panel-strip,
  .chat-stage,
  .chat-composer{
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:none!important;
  }
  .legacy-bottom-nav{
    left:0!important;
    right:0!important;
    width:100vw!important;
  }
  .chat-app>.composer-status{left:0!important;right:0!important}

  /* Sol menü orijinal cleft2 gibi: normalde kapalı, açılınca 75px overlay. */
  .main-menu-drawer{
    display:flex!important;
    position:fixed!important;
    left:0!important;
    top:40px!important;
    bottom:40px!important;
    width:75px!important;
    min-width:75px!important;
    max-width:75px!important;
    height:auto!important;
    transform:translateX(-102%)!important;
    transition:transform .18s ease!important;
    z-index:3300!important;
  }
  .main-menu-drawer.open{
    transform:translateX(0)!important;
  }

  /* Sağ üye listesi orijinal cright2 gibi: sabit kolon değil, gerektiğinde overlay. */
  .original-userlist-drawer{
    display:flex!important;
    position:fixed!important;
    left:auto!important;
    right:0!important;
    top:40px!important;
    bottom:40px!important;
    width:280px!important;
    min-width:280px!important;
    max-width:280px!important;
    height:auto!important;
    transform:translateX(102%)!important;
    transition:transform .18s ease!important;
    z-index:3300!important;
  }
  .original-userlist-drawer.open{
    transform:translateX(0)!important;
  }

  /* Orijinal ilk görseldeki gibi, yan panel kapalıyken hızlı araçlar tam sağ kenarda. */
  .chat-stage>.quick-tools,
  .quick-tools{
    position:fixed!important;
    left:auto!important;
    right:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:2450!important;
  }

  /* Drawer açılırsa backdrop sadece drawer'ın arkasında kalır, tıklamaları yemez. */
  .drawer-backdrop{
    z-index:3200!important;
  }
  .main-menu-drawer.open,
  .original-userlist-drawer.open{
    pointer-events:auto!important;
  }
}

/* v30: Sol menü öğeleri orijinal panel davranışıyla sohbet ekranından ayrılmadan açılır */
.main-menu-button{width:100%;border:0;background:transparent;font:inherit;color:inherit;text-align:inherit;cursor:pointer}
.legacy-community-side-panel{position:fixed;top:0;right:0;bottom:0;width:min(440px,92vw);background:var(--panel-bg,#fff);z-index:245;transform:translateX(105%);transition:transform .22s ease;box-shadow:-10px 0 28px rgba(0,0,0,.22);display:flex;flex-direction:column}
.legacy-community-side-panel.open{transform:translateX(0)}
.legacy-community-panel-head,.legacy-community-modal-head{height:54px;min-height:54px;padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(127,127,127,.2);background:inherit}
.legacy-community-panel-head b,.legacy-community-modal-head b{font-size:16px}
.legacy-community-panel-head button,.legacy-community-modal-head button{width:38px;height:38px;border:0;border-radius:50%;background:rgba(127,127,127,.12);font-size:26px;line-height:1;cursor:pointer;color:inherit}
.legacy-community-panel-body{flex:1;min-height:0;overflow:auto;padding:12px;background:inherit}
.legacy-community-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.32);z-index:244;opacity:0;pointer-events:none;transition:opacity .2s ease}
.legacy-community-backdrop.open{opacity:1;pointer-events:auto}
.legacy-community-modal{position:fixed;inset:0;z-index:260;background:rgba(0,0,0,.48);display:none;align-items:center;justify-content:center;padding:18px}
.legacy-community-modal.open{display:flex; z-index: 20000;}
.legacy-community-modal-card{width:min(500px,94vw);max-height:min(720px,90vh);background:var(--panel-bg,#fff);color:inherit;border-radius:8px;box-shadow:0 18px 55px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden}
.legacy-community-modal-body{padding:12px;overflow:auto;min-height:120px}
.legacy-community-loading{text-align:center;padding:34px 12px;opacity:.7}
.legacy-community-fragment .page-head{display:none!important}
.legacy-community-fragment .page-shell,.legacy-community-fragment .community-page{padding:0!important;margin:0!important;min-height:0!important;background:transparent!important}
.legacy-community-fragment .community-panel{margin:0!important;box-shadow:none!important;border:0!important;background:transparent!important}
.legacy-community-fragment form{max-width:100%}
@media(max-width:700px){.legacy-community-side-panel{width:100vw}.legacy-community-modal{padding:10px}.legacy-community-modal-card{width:100%;max-height:92vh}}

/* === V31 LEFT MENU / ORIGINAL RIGHT PANEL BEHAVIOUR ===
   Friend Wall, Love Wall and Leaderboard reuse the existing member/right panel,
   matching the original chat's chat_right_data behaviour. No extra white column. */
.original-right-panel-content{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;background:var(--panel-bg,#fff);padding:0}
.original-right-panel-content[hidden]{display:none!important}
.original-userlist-drawer [data-member-default][hidden]{display:none!important}
.original-right-panel-content .legacy-community-fragment,
.original-right-panel-content .legacy-community-page,
.original-right-panel-content .community-panel{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.original-right-panel-content .legacy-community-fragment .community-panel{overflow:visible!important}
.original-right-panel-content .community-compose{padding:14px 10px!important}
.original-right-panel-content .community-post{border-radius:0!important;margin:0!important;border-left:0!important;border-right:0!important}
.original-right-panel-content .love-wall-toolbar{padding:14px 10px!important}
.original-right-panel-content .love-wall-posts{padding:0!important}
.original-right-panel-content .love-post{border-radius:0!important;margin:0!important;border-left:0!important;border-right:0!important}
.desktop-member-tabs .right-panel-x{font-size:20px!important;font-weight:400!important}
@media(min-width:900px){
  .legacy-community-side-panel,.legacy-community-backdrop{display:none!important}
  .original-right-panel-content{height:calc(100% - 55px)!important}
}


/* V32 - Orijinal siteRenk normal-mod önceliği.
   Yalnızca kullanıcı Temayı Özelleştir bölümünden bir sitecolor seçtiğinde devreye girer.
   Açık tema sabit renklerinin seçili sitecolor gradientini ezmesini engeller. */
body:not(.theme-dark) .sitecolor1 {background: linear-gradient(to right,#40e0d0,#ff8c00, #ff0080)!important;color:#fff;}
body:not(.theme-dark) .sitecolor2 {background: linear-gradient(to right,#11998e,#38ef7d)!important;color:#fff;}
body:not(.theme-dark) .sitecolor3 {background: linear-gradient(to right,#fc466b,#3f5efb)!important;color:#fff;}
body:not(.theme-dark) .sitecolor4 {background: linear-gradient(to right,#00f260,#0575e6)!important;color:#fff;}
body:not(.theme-dark) .sitecolor5 {background: linear-gradient(to right,#fc4a1a,#f7b733)!important;color:#fff;}
body:not(.theme-dark) .sitecolor6 {background: linear-gradient(to right,#22c1c3,#fdbb2d)!important;color:#fff;}
body:not(.theme-dark) .sitecolor7 {background: linear-gradient(to right,#7f00ff,#e100ff)!important;color:#fff;}
body:not(.theme-dark) .sitecolor8 {background: linear-gradient(to right,#ee0979,#ff6a00)!important;color:#fff;}
body:not(.theme-dark) .sitecolor9 {background: linear-gradient(to right,#00c3ff,#ffff1c)!important;color:#fff;}
body:not(.theme-dark) .sitecolor10 {background: linear-gradient(to right,#fc00ff,#00dbde)!important;color:#fff;}
body:not(.theme-dark) .sitecolor11 {background: linear-gradient(to right,#833ab4,#fd1d1d, #fcb045)!important;color:#fff;}
body:not(.theme-dark) .sitecolor12 {background: linear-gradient(to right, #4aa0d8, #273c52)!important;color:#fff;}
body:not(.theme-dark) .sitecolor13 {background: linear-gradient(to right,#373B44,#4286f4)!important;color:#fff;}
body:not(.theme-dark) .sitecolor14 {background: linear-gradient(to right,#FF0099,#493240)!important;color:#fff;}
body:not(.theme-dark) .sitecolor15 {background: linear-gradient(to right,#f953c6,#b91d73)!important;color:#fff;}
body:not(.theme-dark) .sitecolor16 {background: linear-gradient(to right,#dd3e54,#6be585)!important;color:#fff;}
body:not(.theme-dark) .sitecolor17 {background: linear-gradient(to right,#8360c3,#2ebf91)!important;color:#fff;}
body:not(.theme-dark) .sitecolor18 {background: linear-gradient(to right,#544a7d,#ffd452)!important;color:#fff;}
body:not(.theme-dark) .sitecolor19 {background: linear-gradient(to right,#009FFF,#ec2F4B)!important;color:#fff;}
body:not(.theme-dark) .sitecolor20 {background: linear-gradient(to right,#59C173,#a17fe0,#5D26C1)!important;color:#fff;}
body:not(.theme-dark) .sitecolor21 {background: linear-gradient(to right,#a8c0ff,#3f2b96)!important;color:#fff;}
body:not(.theme-dark) .sitecolor22 {background: linear-gradient(45deg, #FF0000 0%, #FFA600 50%, #ff0000 100%)!important;color:#fff;}
body:not(.theme-dark) .sitecolor23 {background: linear-gradient(to right,#108dc7,#ef8e38)!important;color:#fff;}
body:not(.theme-dark) .sitecolor24 {background: linear-gradient(to right,#FF0099,#0575E6)!important;color:#fff;}
body:not(.theme-dark) .sitecolor25 {background: linear-gradient(to right,#667db6,#0082c8,#ec38bc,#fdeff9)!important;color:#fff;}
body:not(.theme-dark) .sitecolor26 {background: linear-gradient(to right,#03001e,#7303c0,#ec38bc,#fdeff9)!important;color:#fff;}
body:not(.theme-dark) .sitecolor27 {background: linear-gradient(to right,#1a2a6c,#b21f1f,#fdbb2d)!important;color:#fff;}
body:not(.theme-dark) .sitecolor28 {background: linear-gradient(to right,#3A1C71,#D76D77,#FFAF7B)!important;color:#fff;}
body:not(.theme-dark) .sitecolor29 {background: linear-gradient(to right,#EB5757,#333)!important;color:#fff;}
body:not(.theme-dark) .sitecolor30 {background: linear-gradient(to right,#20002c,#cbb4d4)!important;color:#fff;}
body:not(.theme-dark) .sitecolor31 {background: linear-gradient(to right,#34e89e,#0f3443)!important;color:#fff;}
body:not(.theme-dark) .sitecolor32 {background: linear-gradient(to right,#bdc3c7,#2c3e50)!important;color:#fff;}
body:not(.theme-dark) .sitecolor33 {background: linear-gradient(to right,#a80077,#66ff00)!important;color:#fff;}
body:not(.theme-dark) .sitecolor34 {background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%)!important;color:#fff;}
body:not(.theme-dark) .sitecolor35 {background: linear-gradient(to top, #a241b7, #7f68d7, #5186e9, #1b9eef, #12b2eb)!important;color:#fff;}
body:not(.theme-dark) .sitecolor37 {background: linear-gradient(45deg, #222 0%, #FFA600 50%, #222 100%)!important;color:#fff;}
body:not(.theme-dark) .sitecolor36 {background: linear-gradient(to bottom, #845EC2 0%, #D65DB1 0%, #FF6F91 51%, #FF9671 100%)!important;color:#fff;}
body:not(.theme-dark) .sitecolor38 {background: linear-gradient(to bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12)!important;color:#fff;}
body:not(.theme-dark) .sitecolor40 {background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%)!important;color:#fff;}

/* v34: gerçek orijinal duvar/liderlik paneli */
.original-right-panel-content:has(.legacy-original-panel-frame){padding:0!important;overflow:hidden!important;background:#fff!important}
.legacy-original-panel-frame{display:block;width:100%;height:100%;min-height:100%;border:0;margin:0;padding:0;background:#fff}


/* V36 - Arkadaş/Sevgi/Liderlik panel kabuğu: yanlış sabit Üye/Misafir başlığını kaldırır.
   İçerik orijinal BoomChat panelidir; yalnızca mevcut drawer başlığı aktif bölüme göre değişir. */
.original-userlist-drawer.community-panel-active .member-panel-heading{
  flex:0 0 64px!important;
  height:64px!important;
  min-height:64px!important;
  padding:0 18px!important;
  background:#22243a!important;
  color:#fff!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 2px 8px rgba(0,0,0,.12)!important;
}
.original-userlist-drawer.community-panel-active .member-panel-heading b{
  display:flex!important;align-items:center!important;gap:10px!important;
  font-size:20px!important;font-weight:700!important;letter-spacing:.1px!important;
}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .member-panel-heading b:before{content:"◉";font-size:19px;color:#59a8ed}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .member-panel-heading b:before{content:"♥";font-size:19px;color:#ef6e9b}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .member-panel-heading b:before{content:"★";font-size:19px;color:#e8b53f}
.original-userlist-drawer.community-panel-active .member-panel-heading button{
  width:40px!important;height:40px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;background:rgba(255,255,255,.08)!important;
  color:#fff!important;font-size:29px!important;line-height:1!important;
}
.original-userlist-drawer.community-panel-active .original-right-panel-content{
  background:#fff!important;padding:0!important;overflow:hidden!important;
}
.original-userlist-drawer.community-panel-active .legacy-original-panel-frame{background:#fff!important}
@media(min-width:900px){
  /* Masaüstünde orijinal chat_right_data davranışı: ayrı büyük başlık yok. */
  .original-userlist-drawer.community-panel-active .member-panel-heading{display:none!important}
  .original-userlist-drawer.community-panel-active .original-right-panel-content{height:calc(100% - 55px)!important}
}
@media(max-width:899px){
  .original-userlist-drawer.community-panel-active{width:min(594px,86vw)!important;max-width:86vw!important}
  .original-userlist-drawer.community-panel-active .desktop-member-tabs{display:none!important}
  .original-userlist-drawer.community-panel-active .original-right-panel-content{height:calc(100% - 64px)!important}
}

/* === V37: Sol menü açılır pencereleri - modern tema uyumlu görünüm ===
   Sadece legacy modal/pencere kabuğu görsel olarak yenilenir; işlev ve panel bağlantıları değişmez. */
.legacy-community-modal{
  background:rgba(20,28,42,.52)!important;
  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}
.legacy-community-modal-card{
  position:relative!important;
  border-radius:22px!important;
  border:1px solid rgba(76,111,146,.20)!important;
  background:linear-gradient(145deg,#eef7ff 0%,#f8fbff 46%,#edf3f8 100%)!important;
  color:#2f3a46!important;
  box-shadow:0 24px 70px rgba(17,35,57,.28),0 4px 16px rgba(17,35,57,.10)!important;
  overflow:hidden!important;
}
.legacy-community-modal-card:before{
  content:"";
  position:absolute;
  left:-65px;
  top:-90px;
  width:210px;
  height:210px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(55,129,220,.18) 0%,rgba(55,129,220,0) 68%);
  pointer-events:none;
}
.legacy-community-modal-head{
  position:relative!important;
  z-index:1!important;
  height:64px!important;
  min-height:64px!important;
  padding:0 16px 0 20px!important;
  background:linear-gradient(100deg,#d9ebfb 0%,#e9f4fc 55%,#f5f9fc 100%)!important;
  border-bottom:1px solid rgba(55,129,220,.16)!important;
  color:#245d91!important;
}
.legacy-community-modal-head b{
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:.1px!important;
}
.legacy-community-modal-head button{
  width:40px!important;
  height:40px!important;
  border:1px solid rgba(55,129,220,.18)!important;
  background:rgba(255,255,255,.72)!important;
  color:#397fc0!important;
  box-shadow:0 3px 10px rgba(40,91,139,.10)!important;
  transition:transform .16s ease,background .16s ease!important;
}
.legacy-community-modal-head button:hover{
  transform:scale(1.06)!important;
  background:#fff!important;
}
.legacy-community-modal-body{
  position:relative!important;
  z-index:1!important;
  padding:16px!important;
  background:transparent!important;
}
.legacy-community-modal-body .legacy-community-fragment,
.legacy-community-modal-body .community-page,
.legacy-community-modal-body .community-panel{
  background:rgba(255,255,255,.68)!important;
  border:1px solid rgba(73,107,139,.12)!important;
  border-radius:16px!important;
  box-shadow:0 8px 24px rgba(32,61,88,.07)!important;
}
.legacy-community-modal-body input,
.legacy-community-modal-body textarea,
.legacy-community-modal-body select{
  border-radius:12px!important;
  border:1px solid rgba(74,108,140,.20)!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.03)!important;
}
.legacy-community-modal-body button:not(.legacy-community-modal-head button),
.legacy-community-modal-body .btn,
.legacy-community-modal-body a.button{
  border-radius:12px!important;
}

/* Gece modu: aynı tasarımın koyu ve şık karşılığı */
body.theme-dark .legacy-community-modal{
  background:rgba(3,8,18,.70)!important;
}
body.theme-dark .legacy-community-modal-card{
  background:linear-gradient(145deg,#111a2d 0%,#162238 52%,#101827 100%)!important;
  color:#e7eef9!important;
  border-color:rgba(112,143,190,.22)!important;
  box-shadow:0 26px 75px rgba(0,0,0,.52),0 4px 16px rgba(0,0,0,.28)!important;
}
body.theme-dark .legacy-community-modal-card:before{
  background:radial-gradient(circle,rgba(88,117,255,.20) 0%,rgba(88,117,255,0) 68%);
}
body.theme-dark .legacy-community-modal-head{
  background:linear-gradient(100deg,#17233d 0%,#1c2d4b 58%,#152238 100%)!important;
  border-bottom-color:rgba(127,157,210,.20)!important;
  color:#dce8ff!important;
}
body.theme-dark .legacy-community-modal-head button{
  background:rgba(255,255,255,.07)!important;
  color:#d8e6ff!important;
  border-color:rgba(255,255,255,.10)!important;
}
body.theme-dark .legacy-community-modal-body .legacy-community-fragment,
body.theme-dark .legacy-community-modal-body .community-page,
body.theme-dark .legacy-community-modal-body .community-panel{
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.07)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
}
body.theme-dark .legacy-community-modal-body input,
body.theme-dark .legacy-community-modal-body textarea,
body.theme-dark .legacy-community-modal-body select{
  background:#17243b!important;
  color:#eef4ff!important;
  border-color:rgba(145,170,215,.18)!important;
}

@media(max-width:700px){
  .legacy-community-modal{padding:12px!important}
  .legacy-community-modal-card{border-radius:20px!important;max-height:94vh!important}
  .legacy-community-modal-head{height:60px!important;min-height:60px!important;padding:0 14px 0 17px!important}
  .legacy-community-modal-head b{font-size:17px!important}
  .legacy-community-modal-body{padding:12px!important}
}


/* v39 — Orijinal sol menü panel/modal çalışma görünümü, modern çekirdek üzerinde */
.original-userlist-drawer.community-panel-active{background:#f7f7f7!important;color:#555!important}
.original-userlist-drawer.community-panel-active .member-panel-heading{background:#24263b!important;color:#fff!important;border:0!important;height:58px!important;min-height:58px!important;padding:0 16px!important}
.original-userlist-drawer.community-panel-active .member-panel-heading b{font-size:18px!important;font-weight:600!important}
.original-userlist-drawer.community-panel-active .member-panel-heading button{color:#fff!important;background:transparent!important;border:0!important;font-size:30px!important}
.original-right-panel-content{background:#f7f7f7!important;padding:0!important}
.original-right-panel-content .legacy-community-fragment{background:#f7f7f7!important;padding:0!important}
.original-right-panel-content .community-panel{background:#f7f7f7!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.original-right-panel-content .community-compose{background:#fff!important;border-bottom:1px solid #e6e6e6!important;padding:12px!important}
.original-right-panel-content .community-compose textarea{background:#fff!important;border:1px solid #ddd!important;border-radius:4px!important;color:#555!important}
.original-right-panel-content .community-ranking .rank-row,.original-right-panel-content .legacy-user-row{background:#fff!important;border-bottom:1px solid #e7e7e7!important;border-radius:0!important}
.original-right-panel-content .legacy-section-title{background:#e9e9e9!important;border-radius:0!important;color:#555!important;padding:11px 14px!important}
.legacy-community-modal{background:rgba(0,0,0,.48)!important;backdrop-filter:none!important}
.legacy-community-modal-card{width:min(500px,94vw)!important;max-height:90vh!important;border-radius:4px!important;background:#f7f7f7!important;color:#555!important;box-shadow:0 10px 35px rgba(0,0,0,.35)!important;border:0!important;overflow:hidden!important}
.legacy-community-modal-card:before{display:none!important}
.legacy-community-modal-head{height:50px!important;min-height:50px!important;background:#24263b!important;color:#fff!important;border:0!important;padding:0 12px 0 16px!important}
.legacy-community-modal-head b{font-size:17px!important;font-weight:600!important}
.legacy-community-modal-head button{width:34px!important;height:34px!important;border-radius:50%!important;background:transparent!important;color:#fff!important;font-size:26px!important;border:0!important}
.legacy-community-modal-body{background:#f7f7f7!important;padding:0!important;color:#555!important}
.legacy-community-modal-body .community-panel{background:#f7f7f7!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.legacy-community-modal-body .legacy-section-title{background:#e9e9e9!important;color:#555!important;border-bottom:1px solid #d8d8d8!important;border-radius:0!important;padding:11px 14px!important}
.legacy-community-modal-body .legacy-user-row{background:#fff!important;color:#555!important;border-bottom:1px solid #e7e7e7!important;border-radius:0!important}
.legacy-mobile-app{padding:14px;text-align:center}.legacy-mobile-app .legacy-section-title{margin:-14px -14px 14px}.legacy-mobile-store-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.legacy-mobile-store-grid a{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:inherit;background:#fff;border:1px solid #ddd;padding:14px;border-radius:5px}.legacy-mobile-store-grid img{width:100%;max-width:200px;height:auto;border-radius:4px}.legacy-mobile-note{font-size:12px;line-height:1.6;color:#777;margin:16px 8px 4px}.duck-menu-icon{width:24px;height:24px;object-fit:contain}
body.theme-dark .original-userlist-drawer.community-panel-active,body.theme-dark .original-right-panel-content,body.theme-dark .legacy-community-modal-card,body.theme-dark .legacy-community-modal-body{background:#20222b!important;color:#eee!important}body.theme-dark .original-right-panel-content .community-panel,body.theme-dark .legacy-community-modal-body .community-panel{background:#20222b!important}body.theme-dark .original-right-panel-content .legacy-section-title,body.theme-dark .legacy-community-modal-body .legacy-section-title{background:#2c2f3a!important;color:#eee!important;border-color:#3a3d49!important}body.theme-dark .legacy-user-row,body.theme-dark .original-right-panel-content .community-ranking .rank-row,body.theme-dark .legacy-mobile-store-grid a{background:#252832!important;color:#eee!important;border-color:#363946!important}
@media(max-width:899px){.original-userlist-drawer.community-panel-active{width:min(86vw,420px)!important;max-width:420px!important}.original-userlist-drawer.community-panel-active .member-panel-heading{display:flex!important}.legacy-community-modal{padding:8px!important}.legacy-community-modal-card{width:100%!important;max-height:94vh!important}.legacy-mobile-store-grid{grid-template-columns:1fr}}

/* === Mesaj alanı yakınlaştırma / uzaklaştırma (+ / -) === */
.chat-feed-zoom{display:block;width:100%;transform-origin:top left}
.message-zoom-control{
  position:absolute;top:10px;right:72px;z-index:12;
  display:flex;align-items:center;gap:3px;padding:4px;
  border:1px solid rgba(0,0,0,.12);border-radius:14px;
  background:rgba(255,255,255,.94);box-shadow:0 3px 12px rgba(0,0,0,.12);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)
}
.message-zoom-control button{
  width:32px;height:32px;border:0;border-radius:9px;background:transparent;
  color:#3781dc;font-size:24px;font-weight:800;line-height:1;cursor:pointer;
  display:grid;place-items:center;padding:0;transition:background .15s ease,transform .15s ease
}
.message-zoom-control [data-message-zoom-value]{min-width:42px;text-align:center;font-size:11px;font-weight:800;color:#687387}
.message-zoom-control button:hover{background:rgba(55,129,220,.12)}
.message-zoom-control button:active{transform:scale(.92)}
.message-zoom-control button:disabled{opacity:.38;cursor:default}
body.theme-dark .message-zoom-control{background:rgba(28,34,48,.94);border-color:#394457;box-shadow:0 3px 14px rgba(0,0,0,.3)}
body.theme-dark .message-zoom-control button{color:#79b9f2}
body.theme-dark .message-zoom-control [data-message-zoom-value]{color:#aebbd0}
@media(max-width:700px){
  .message-zoom-control{top:7px;right:63px;padding:3px;border-radius:12px}
  .message-zoom-control button{width:29px;height:29px;font-size:22px;border-radius:8px}
  .message-zoom-control [data-message-zoom-value]{min-width:38px;font-size:10px}
}
@media(min-width:900px){
  .message-zoom-control{position:fixed!important;top:66px!important;right:326px!important;z-index:246!important}
}

/* === Ana sayfaya entegre blog alanı === */
.home-login-shell{display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;gap:28px;padding:36px 20px 54px!important;overflow-y:auto}
.home-login-shell>.login-card{flex:0 0 auto}
.home-blog-section{width:min(1120px,100%);padding:26px;border:1px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:0 18px 55px rgba(34,42,68,.10)}
.home-blog-heading{text-align:center;margin-bottom:22px}.home-blog-heading>span{display:inline-block;padding:5px 10px;border-radius:999px;background:rgba(55,129,220,.10);color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.home-blog-heading h2{font-size:28px;margin:8px 0 5px}.home-blog-heading p{margin:0;color:var(--muted)}
.home-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-blog-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--input);transition:transform .18s ease,box-shadow .18s ease}.home-blog-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(24,35,62,.10)}.home-blog-image{display:block;width:100%;height:168px;object-fit:cover;background:#e9edf4}.home-blog-card-body{padding:17px}.home-blog-meta{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:10px;margin-bottom:7px}.home-blog-card h3{font-size:18px;line-height:1.25;margin:0 0 8px}.home-blog-card p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 12px}.home-blog-details{border-top:1px solid var(--line);padding-top:10px}.home-blog-details summary{cursor:pointer;color:var(--accent);font-size:12px;font-weight:800;list-style:none}.home-blog-details summary::-webkit-details-marker{display:none}.home-blog-fulltext{max-height:360px;overflow:auto;margin-top:12px;padding:12px;border-radius:12px;background:var(--panel);font-size:12px;line-height:1.65;color:var(--text);white-space:normal}
body.theme-dark .home-blog-section{box-shadow:0 18px 55px rgba(0,0,0,.25)}
@media(max-width:900px){.home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.home-login-shell{padding:22px 12px 36px!important;gap:20px}.home-blog-section{padding:16px;border-radius:18px}.home-blog-heading h2{font-size:23px}.home-blog-grid{grid-template-columns:1fr}.home-blog-image{height:180px}}


/* V42 - Orijinal stile yakın özel mesaj penceresi */
.private-chat-modal{position:fixed;inset:0;z-index:22500;pointer-events:none;background:transparent;display:flex;align-items:flex-end;justify-content:flex-end;padding:18px}
.private-chat-modal.open{pointer-events:auto}
.private-chat-card{width:min(410px,calc(100vw - 28px));height:min(620px,calc(100vh - 90px));background:var(--panel,#fff);border:1px solid rgba(58,79,102,.2);border-radius:18px;box-shadow:0 20px 60px rgba(20,31,45,.28);overflow:hidden;display:flex;flex-direction:column;transform:translateY(28px) scale(.98);opacity:0;transition:.18s ease}
.private-chat-modal.open .private-chat-card{transform:none;opacity:1}
.private-chat-head{min-height:70px;padding:10px 12px;background:linear-gradient(135deg,#4e78a0,#6e93b5);display:flex;align-items:center;gap:10px;color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.12);flex:none}
.private-chat-profile{display:flex;align-items:center;gap:10px;min-width:0;flex:1;color:#fff;text-decoration:none}
.private-chat-profile img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.92);box-shadow:0 2px 8px rgba(0,0,0,.18)}
.private-chat-profile span{min-width:0;display:flex;flex-direction:column}.private-chat-profile b{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.private-chat-profile small{font-size:11px;opacity:.82;margin-top:2px}
.private-chat-head-actions{display:flex;gap:5px}.private-chat-head-actions button{width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer}.private-chat-head-actions button:hover{background:rgba(255,255,255,.25)}
.private-chat-body{flex:1;overflow:auto;padding:14px 12px;background:linear-gradient(180deg,#eef3f7,#f8fafc);scroll-behavior:smooth}
.private-chat-loading,.private-chat-empty{padding:30px 12px;text-align:center;color:#788796;font-size:13px}
.private-msg{display:flex;gap:8px;align-items:flex-end;margin:9px 0}.private-msg.mine{flex-direction:row-reverse}.private-msg-avatar{flex:0 0 32px;width:32px;height:32px}.private-msg-avatar img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid rgba(40,60,80,.15)}
.private-msg-main{max-width:78%;min-width:0}.private-msg-bubble{padding:9px 11px;border-radius:14px 14px 14px 4px;background:#fff;border:1px solid rgba(79,104,127,.13);box-shadow:0 2px 7px rgba(30,45,60,.07);color:#253443}.private-msg.mine .private-msg-bubble{background:#dceefe;border-color:#bedbf3;border-radius:14px 14px 4px 14px}.private-msg-bubble p{margin:0;line-height:1.42;overflow-wrap:anywhere;font-size:14px}
.private-msg-meta{display:flex;align-items:center;gap:7px;margin:3px 4px 0;color:#7d8995;font-size:10px}.private-msg.mine .private-msg-meta{justify-content:flex-end}.pm-ticks{font-style:normal;white-space:nowrap}.pm-ticks em{font-style:normal;margin-left:2px}.pm-read{color:#1687e6;font-weight:700}.pm-delivered,.pm-sent{color:#758391}
.private-chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px;background:#fff;border-top:1px solid rgba(70,90,110,.13);flex:none}.private-chat-composer textarea{flex:1;resize:none;max-height:120px;min-height:42px;border:1px solid #d7e0e7;background:#f7f9fb;border-radius:17px;padding:10px 13px;outline:none;font:inherit;line-height:1.35}.private-chat-composer textarea:focus{border-color:#7aa6cd;box-shadow:0 0 0 3px rgba(93,143,186,.12)}.private-chat-composer button{width:43px;height:43px;border:0;border-radius:50%;background:#4e82b1;color:#fff;font-size:19px;cursor:pointer;box-shadow:0 4px 12px rgba(57,112,159,.26)}.private-chat-composer button:disabled{opacity:.55}
.private-chat-status{min-height:0;padding:0 12px;background:#fff;color:#b14e4e;font-size:11px}.private-chat-status:not(:empty){padding-bottom:7px}
body.dark-mode .private-chat-card,[data-theme="dark"] .private-chat-card{background:#17212b;border-color:#293846}.dark-mode .private-chat-body,[data-theme="dark"] .private-chat-body{background:linear-gradient(180deg,#111b24,#17212b)}.dark-mode .private-msg-bubble,[data-theme="dark"] .private-msg-bubble{background:#21303d;border-color:#304354;color:#e6eef5}.dark-mode .private-msg.mine .private-msg-bubble,[data-theme="dark"] .private-msg.mine .private-msg-bubble{background:#244a66;border-color:#315f7f}.dark-mode .private-chat-composer,[data-theme="dark"] .private-chat-composer,.dark-mode .private-chat-status,[data-theme="dark"] .private-chat-status{background:#17212b}.dark-mode .private-chat-composer textarea,[data-theme="dark"] .private-chat-composer textarea{background:#202d38;border-color:#344656;color:#eef4f8}
.dm-photo img,.dm-head-profile img,.dm-msg-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.dm-head-profile{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.dm-head-profile>img{width:46px;height:46px}.dm-msg-avatar{width:30px;height:30px;display:block;flex:0 0 30px}.dm-tick-line{font-size:10px;text-align:right;margin-top:4px;color:#778693}.dm-tick-line.read{color:#1587e7;font-weight:700}
@media(max-width:800px){.private-chat-modal{padding:0;background:rgba(10,18,28,.28)}.private-chat-card{width:100%;height:100%;max-width:none;max-height:none;border-radius:0;border:0}.private-chat-head{min-height:68px;padding-top:max(10px,env(safe-area-inset-top))}.private-chat-body{padding-bottom:16px}.private-msg-main{max-width:82%}.pm-ticks em{display:none}}


/* === V45: özel mesaj orijinal pboxed davranışı + karartma temizliği === */
.private-chat-modal,
.private-chat-modal.open,
.member-action-modal,
.member-action-modal.open {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.private-chat-modal:not(.open),
.member-action-modal:not(.open) {
  display: none !important;
  pointer-events: none !important;
}
.member-action-modal {
  z-index: 2147482500 !important;
  pointer-events: none !important;
}
.member-action-modal.open {
  display: flex !important;
  pointer-events: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
}
.member-action-modal .member-action-sheet {
  position: relative !important;
  z-index: 2147482501 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.member-action-btn[data-member-do="private_message"] {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.private-chat-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: none !important;
  pointer-events: none !important;
  padding: 0 !important;
}
.private-chat-modal.open {
  display: block !important;
  pointer-events: none !important;
}
.private-chat-card {
  position: fixed !important;
  right: 0 !important;
  bottom: calc(40px + var(--pm-keyboard-offset, 0px)) !important;
  width: 430px !important;
  max-width: 100vw !important;
  height: 400px !important;
  max-height: calc(var(--pm-viewport-height, 100dvh) - 8px) !important;
  border-radius: 0 !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,.22) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  background: var(--panel,#fff) !important;
  z-index: 2147483001 !important;
}
.private-chat-head {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 5px !important;
  flex: 0 0 40px !important;
  border-radius: 0 !important;
}
.private-chat-profile img { width: 30px !important; height: 30px !important; }
.private-chat-profile b { font-size: 16px !important; }
.private-chat-profile small { display: none !important; }
.private-chat-head-actions button { width: 40px !important; height: 40px !important; border-radius: 0 !important; }
.private-chat-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 5px 10px !important;
  overscroll-behavior: contain !important;
}
.private-chat-composer {
  flex: 0 0 auto !important;
  min-height: 48px !important;
  padding: 4px !important;
  gap: 4px !important;
  position: relative !important;
  z-index: 2 !important;
}
.private-chat-composer textarea {
  min-height: 40px !important;
  max-height: 82px !important;
  border-radius: 0 !important;
  padding: 9px 10px !important;
}
.private-chat-composer button {
  width: 52px !important;
  height: 40px !important;
  border-radius: 0 30px 30px 0 !important;
  font-size: 22px !important;
}
.private-chat-status { flex: 0 0 auto !important; }
body.private-chat-open { overflow: hidden !important; }
@media (max-width: 800px) {
  .private-chat-card {
    right: 0 !important;
    left: 0 !important;
    bottom: var(--pm-keyboard-offset, 0px) !important;
    width: 100vw !important;
    height: min(400px, calc(var(--pm-viewport-height, 100dvh) - 4px)) !important;
    max-height: calc(var(--pm-viewport-height, 100dvh) - 4px) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0 -5px 20px rgba(0,0,0,.20) !important;
  }
  .private-chat-body { padding-bottom: 6px !important; }
  .private-msg-main { max-width: 82% !important; }
  .pm-ticks em { display: none !important; }
  .member-action-modal.open { align-items: flex-end !important; justify-content: center !important; padding: 0 !important; }
  .member-action-sheet.original-user-card {
    width: 100% !important;
    max-width: 520px !important;
    max-height: 88dvh !important;
    margin: 0 !important;
    border-radius: 18px 18px 0 0 !important;
  }
}

/* V46 - Özel mesaj silme kontrolleri + orijinal mesaj aksiyonu görünümü */
.dm-message-actions{display:inline-flex;align-items:center;gap:7px;margin-left:auto}.dm-delete-message,.private-msg-delete,.dm-delete-conversation,.float-delete-private{border:0;background:transparent;color:#8c96a8;cursor:pointer;line-height:1;border-radius:8px;transition:.15s ease}.dm-delete-message,.private-msg-delete{font-size:13px;padding:4px 5px;opacity:.72}.dm-delete-message:hover,.private-msg-delete:hover,.dm-delete-conversation:hover,.float-delete-private:hover{background:rgba(220,53,69,.1);color:#d9364f;opacity:1}.dm-item{position:relative}.dm-delete-conversation{margin-left:auto;padding:7px;font-size:14px;flex:0 0 auto}.original-float-row-wrap{display:flex;align-items:stretch;position:relative;border-bottom:1px solid rgba(120,130,150,.12)}.original-float-row-wrap>.original-float-row{flex:1;border-bottom:0!important;min-width:0}.float-delete-private{width:36px;flex:0 0 36px;font-size:14px}.private-msg-meta{display:flex;align-items:center;gap:6px}.private-msg-delete{margin-left:2px}.message-meta{display:flex;align-items:center;gap:8px}.message-meta>time{margin-left:auto}.message-meta .dm-message-actions time{margin-left:0}
@media (hover:hover){.dm-delete-message,.private-msg-delete{opacity:0}.message:hover .dm-delete-message,.private-msg:hover .private-msg-delete{opacity:.72}}
@media (max-width:800px){.dm-delete-message,.private-msg-delete{opacity:.85;font-size:15px;padding:6px}.float-delete-private{width:42px;flex-basis:42px}.dm-delete-conversation{font-size:15px}}
body.dark .dm-delete-message,body.dark .private-msg-delete,body.dark .dm-delete-conversation,body.dark .float-delete-private{color:#aeb7c8}

/* Codex V47 mobile polish: leaderboard overflow, PM sides, compact footer, typing */
.private-msg{justify-content:flex-start!important;width:100%!important}.private-msg.mine{justify-content:flex-end!important;flex-direction:row-reverse!important}.private-msg.theirs{justify-content:flex-start!important;flex-direction:row!important}.private-msg.mine .private-msg-main{align-items:flex-end!important}.private-msg-main{display:flex!important;flex-direction:column!important}.private-msg.mine .private-msg-bubble{text-align:left!important;background:#dceefe!important;border-radius:14px 14px 4px 14px!important}.private-msg.theirs .private-msg-bubble{background:#fff!important;border-radius:14px 14px 14px 4px!important}.private-typing-indicator{flex:0 0 auto;padding:0 14px 7px;background:#fff;color:#6f7f8d;font-size:12px;font-style:italic}.dark-mode .private-typing-indicator,[data-theme="dark"] .private-typing-indicator{background:#17212b;color:#aebbd0}.chat-app>.composer-status[data-typing-text]:not([data-typing-text=""]){color:#637388!important;background:rgba(255,255,255,.92)!important}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .drawer-list,.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-float-content,.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] [data-legacy-panel-content]{overflow-x:hidden!important;max-width:100%!important}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] *{max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-wrap:anywhere!important}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] table{width:100%!important;table-layout:fixed!important}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] img{max-width:42px!important;height:auto!important}.legacy-bottom-nav{height:34px!important;min-height:34px!important}.legacy-footer-item{height:34px!important;min-height:34px!important;padding:1px 2px!important;gap:0!important;line-height:1!important}.legacy-footer-icon,.legacy-radio-gif{font-size:16px!important;line-height:16px!important;max-height:17px!important}.legacy-footer-item small{font-size:8px!important;line-height:9px!important;margin-top:0!important;letter-spacing:0!important}.chat-composer{bottom:34px!important}.chat-app>.composer-status{bottom:calc(34px + var(--legacy-input,40px) + 2px)!important}@media (min-width:900px){.chat-app{grid-template-rows:40px 20px minmax(0,1fr) 40px 34px!important}.legacy-bottom-nav{height:34px!important;min-height:34px!important}.main-menu-drawer,.original-userlist-drawer{bottom:34px!important}.chat-app>.composer-status{bottom:34px!important}.roomcall-popover{bottom:78px!important}}@media (max-width:700px){.legacy-bottom-nav{height:42px!important;min-height:42px!important}.legacy-footer-item{height:42px!important;min-height:42px!important}.legacy-footer-icon,.legacy-radio-gif{font-size:17px!important}.legacy-footer-item small{font-size:8px!important}.chat-composer{bottom:42px!important}.private-msg-main{max-width:80%!important}}

/* Codex V48 composer gap fix */
.chat-stage{padding-bottom:0!important}.chat-feed{padding-bottom:50px!important}.topic-strip{bottom:4px!important}.chat-composer{bottom:var(--legacy-footer,34px)!important;margin:0!important}.legacy-bottom-nav{bottom:0!important}@media (max-width:700px){.chat-app{--legacy-footer:36px!important;--legacy-input:58px!important;grid-template-rows:64px 30px minmax(0,1fr) 58px 36px!important}.chat-feed{padding-bottom:62px!important}.chat-composer{height:58px!important;min-height:58px!important;bottom:36px!important;padding:4px 6px!important}.composer-input-wrap{height:42px!important}.composer-input-wrap input{line-height:42px!important}.chat-composer .composer-icon{height:34px!important}.chat-composer .composer-icon.emoji{height:36px!important}.chat-composer .send-arrow{height:42px!important;width:47px!important}.legacy-bottom-nav{height:36px!important;min-height:36px!important}.legacy-footer-item{height:36px!important;min-height:36px!important;padding:0 2px!important}.legacy-footer-icon,.legacy-radio-gif{font-size:15px!important;line-height:15px!important}.legacy-footer-item small{font-size:7px!important;line-height:8px!important}.chat-app>.composer-status{bottom:96px!important}.account-side-drawer,.request-side-panel,.love-wall-side-panel{bottom:36px!important}}@media (min-width:900px){.chat-app{grid-template-rows:40px 20px minmax(0,1fr) 38px 32px!important}.chat-composer{height:38px!important;min-height:38px!important;bottom:32px!important}.legacy-bottom-nav{height:32px!important;min-height:32px!important}.legacy-footer-item{height:32px!important;min-height:32px!important}.main-menu-drawer,.original-userlist-drawer{bottom:32px!important}.chat-app>.composer-status{bottom:32px!important}}

/* Codex V49 composer flush footer */
@media (max-width:700px){
  .chat-app{--legacy-footer:34px!important;--legacy-input:54px!important;grid-template-rows:64px 30px minmax(0,1fr) var(--legacy-input) var(--legacy-footer)!important;}
  .chat-stage{grid-row:3!important;min-height:0!important;overflow:hidden!important;}
  .chat-feed{padding-bottom:44px!important;}
  .topic-strip{bottom:3px!important;}
  .chat-composer{grid-row:4!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;width:100%!important;height:var(--legacy-input)!important;min-height:var(--legacy-input)!important;transform:none!important;margin:0!important;padding:4px 6px!important;align-self:stretch!important;z-index:3200!important;}
  .composer-input-wrap{height:40px!important;border-radius:4px!important;}
  .composer-input-wrap input{height:40px!important;line-height:40px!important;font-size:15px!important;}
  .chat-composer .composer-icon{width:32px!important;height:32px!important;min-width:32px!important;font-size:19px!important;}
  .chat-composer .composer-icon.emoji{width:36px!important;height:36px!important;font-size:20px!important;border-width:2px!important;}
  .chat-composer .send-arrow{width:44px!important;height:40px!important;min-width:44px!important;font-size:24px!important;}
  .legacy-bottom-nav{grid-row:5!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;width:100%!important;height:var(--legacy-footer)!important;min-height:var(--legacy-footer)!important;display:grid!important;align-items:stretch!important;z-index:3210!important;}
  .legacy-footer-item{height:var(--legacy-footer)!important;min-height:var(--legacy-footer)!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:0 4px!important;line-height:1!important;}
  .legacy-footer-icon,.legacy-radio-gif{font-size:15px!important;line-height:15px!important;max-height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .legacy-footer-item small{font-size:8px!important;line-height:8px!important;margin:0!important;display:inline-block!important;letter-spacing:0!important;}
  .chat-app>.composer-status{bottom:calc(var(--legacy-footer) + var(--legacy-input) + 2px)!important;}
  .account-side-drawer,.request-side-panel,.love-wall-side-panel{bottom:var(--legacy-footer)!important;}
}

/* Codex V50 footer font */
.legacy-footer-item small{font-size:12px!important;line-height:12px!important;}
@media (max-width:700px){.legacy-footer-item small{font-size:12px!important;line-height:12px!important;}}

/* Codex V51 private messages mobile fit */
@media (max-width:700px){
  html:has(.dm-grid),body:has(.dm-grid){height:100%;min-height:100%;overflow:hidden!important;background:#eef0f4!important;}
  .page-shell:has(.dm-grid){width:100vw!important;height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
  .page-shell:has(.dm-grid) .page-head{display:none!important;}
  .dm-grid{flex:1 1 auto!important;min-height:0!important;height:100dvh!important;display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:0!important;overflow:hidden!important;background:#eef0f4!important;}
  .dm-list{height:100dvh!important;min-height:0!important;border-radius:0!important;border:0!important;border-right:1px solid rgba(110,110,120,.16)!important;box-shadow:none!important;background:#e4e6eb!important;padding:4px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;}
  .dm-mobile-title{height:24px!important;min-height:24px!important;padding:3px 5px!important;border:0!important;font-size:11px!important;line-height:14px!important;}
  .dm-mobile-title span{font-size:10px!important;}
  .user-search{margin:3px 0 5px!important;flex:0 0 auto!important;}
  .user-search input{height:28px!important;border-radius:6px!important;padding:4px 6px!important;font-size:10px!important;}
  .user-search #userResults{top:31px!important;max-height:55vh!important;overflow:auto!important;}
  .dm-list .dm-item{height:34px!important;min-height:34px!important;padding:3px 4px!important;gap:4px!important;border-radius:6px!important;flex:0 0 auto!important;}
  .dm-photo,.dm-list .small-avatar{width:24px!important;height:24px!important;min-width:24px!important;border-radius:50%!important;font-size:9px!important;}
  .dm-photo img{width:100%!important;height:100%!important;object-fit:cover!important;}
  .dm-item>div:last-child{min-width:0!important;flex:1!important;}
  .dm-item b{font-size:10px!important;line-height:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .dm-preview{display:none!important;}
  .dm-delete-conversation{width:20px!important;min-width:20px!important;padding:2px!important;font-size:10px!important;}
  .dm-thread{height:100dvh!important;min-height:0!important;border-radius:0!important;border:0!important;box-shadow:none!important;background:#f7f8fa!important;display:grid!important;grid-template-rows:38px minmax(0,1fr) 46px!important;overflow:hidden!important;}
  .conversation-head{height:38px!important;min-height:38px!important;padding:4px 8px!important;border-bottom:1px solid rgba(110,120,130,.14)!important;background:#fff!important;align-items:center!important;}
  .dm-head-profile{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important;}
  .dm-head-profile img{width:28px!important;height:28px!important;border-radius:50%!important;object-fit:cover!important;}
  .dm-head-profile b{font-size:13px!important;line-height:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;}
  .dm-thread>.messages{min-height:0!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:8px!important;background:#f1f3f6!important;}
  .dm-thread>.composer{height:46px!important;min-height:46px!important;display:grid!important;grid-template-columns:1fr 54px!important;gap:5px!important;padding:5px!important;border-top:1px solid rgba(110,120,130,.16)!important;background:#fff!important;}
  .dm-thread>.composer input[type="hidden"]{display:none!important;}
  .dm-thread>.composer input[name="message"]{height:36px!important;border-radius:7px!important;padding:0 9px!important;font-size:13px!important;}
  .dm-thread>.composer .send{height:36px!important;border-radius:7px!important;padding:0!important;font-size:12px!important;}
  .dm-thread .message{margin-bottom:8px!important;}
  .dm-thread .bubble{max-width:88%!important;padding:7px 9px!important;}
  .dm-thread .message-meta b{font-size:11px!important;}
  .dm-thread .message p{font-size:13px!important;line-height:17px!important;}
}

/* Codex V52 zoom default topic removed */
.topic-strip,.topic-mic{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;}
.chat-feed{padding-bottom:12px!important;}
@media (max-width:700px){.chat-feed{padding-bottom:10px!important;}.chat-stage:after{display:none!important;}}
@media (min-width:900px){.chat-feed{padding-bottom:10px!important;}}

/* Codex V53 footer radio typing overflow */
.legacy-player-item{min-width:0!important;overflow:visible!important;}
.legacy-player-item .legacy-footer-icon{font-family:"Material Design Icons"!important;font-size:17px!important;line-height:17px!important;max-width:none!important;overflow:visible!important;}
.legacy-player-item small{font-size:12px!important;line-height:12px!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;}
.chat-app>.composer-status[data-typing-text]:not([data-typing-text=""]){display:block!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;text-overflow:clip!important;text-align:left!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding-left:8px!important;padding-right:8px!important;}
.chat-app>.composer-status[data-typing-text]:not([data-typing-text=""])::-webkit-scrollbar{display:none!important;}
@media (max-width:700px){.legacy-bottom-nav{grid-template-columns:minmax(68px,.8fr) minmax(0,1fr) minmax(64px,.8fr) minmax(64px,.8fr)!important;}.legacy-footer-item{justify-content:center!important;gap:3px!important;}.legacy-player-item .legacy-footer-icon{font-size:16px!important}.legacy-player-item small{font-size:12px!important;}.chat-app>.composer-status[data-typing-text]:not([data-typing-text=""]){left:4px!important;right:4px!important;max-width:calc(100vw - 8px)!important;}}

/* Codex V54 typing online leaderboard */
.chat-app>.composer-status[data-typing-only="1"]{display:block!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;text-overflow:clip!important;text-align:left!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding-left:8px!important;padding-right:8px!important;}
.chat-app>.composer-status[data-typing-only="1"]::-webkit-scrollbar{display:none!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"]{overflow:hidden!important;display:flex!important;flex-direction:column!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content{flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .legacy-community-fragment,.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-panel{min-height:0!important;max-height:none!important;overflow:visible!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-ranking{max-height:none!important;overflow:visible!important;}
@media(max-width:899px){.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"]{top:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important;}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content{height:auto!important;max-height:none!important;overflow-y:auto!important;}}

/* Codex V56 private message sides */
.private-chat-body{display:flex!important;flex-direction:column!important;align-items:stretch!important;}
.private-msg{width:100%!important;display:flex!important;align-items:flex-end!important;gap:7px!important;margin:8px 0!important;clear:both!important;}
.private-msg.theirs,.private-msg:not(.mine){justify-content:flex-start!important;flex-direction:row!important;}
.private-msg.mine{justify-content:flex-end!important;flex-direction:row-reverse!important;}
.private-msg-main{display:flex!important;flex-direction:column!important;max-width:76%!important;min-width:0!important;}
.private-msg.theirs .private-msg-main,.private-msg:not(.mine) .private-msg-main{align-items:flex-start!important;}
.private-msg.mine .private-msg-main{align-items:flex-end!important;}
.private-msg-bubble{display:inline-block!important;width:auto!important;max-width:100%!important;word-break:break-word!important;overflow-wrap:anywhere!important;}
.private-msg.theirs .private-msg-bubble,.private-msg:not(.mine) .private-msg-bubble{background:#fff!important;border-radius:14px 14px 14px 4px!important;text-align:left!important;}
.private-msg.mine .private-msg-bubble{background:#dceefe!important;border-radius:14px 14px 4px 14px!important;text-align:left!important;}
.private-msg-meta{width:100%!important;display:flex!important;align-items:center!important;gap:6px!important;margin-top:3px!important;}
.private-msg.theirs .private-msg-meta,.private-msg:not(.mine) .private-msg-meta{justify-content:flex-start!important;text-align:left!important;}
.private-msg.mine .private-msg-meta{justify-content:flex-end!important;text-align:right!important;}
.private-msg-avatar{flex:0 0 28px!important;width:28px!important;height:28px!important;align-self:flex-end!important;}
.private-msg-avatar img{width:28px!important;height:28px!important;border-radius:50%!important;object-fit:cover!important;}
@media(max-width:800px){.private-msg-main{max-width:74%!important}.private-msg-avatar{flex-basis:26px!important;width:26px!important;height:26px!important}.private-msg-avatar img{width:26px!important;height:26px!important}}

/* Codex V58 private whatsapp sides */
.private-chat-body{display:block!important;overflow-y:auto!important;overflow-x:hidden!important;}
.private-chat-body .private-msg{position:relative!important;width:100%!important;display:flex!important;gap:7px!important;margin:9px 0 12px!important;align-items:flex-end!important;clear:both!important;}
.private-chat-body .private-msg.theirs,.private-chat-body .private-msg:not(.mine){justify-content:flex-start!important;flex-direction:row!important;padding-right:44px!important;padding-left:0!important;}
.private-chat-body .private-msg.mine{justify-content:flex-end!important;flex-direction:row!important;padding-left:44px!important;padding-right:0!important;}
.private-chat-body .private-msg.mine .private-msg-avatar{display:none!important;}
.private-chat-body .private-msg.theirs .private-msg-avatar,.private-chat-body .private-msg:not(.mine) .private-msg-avatar{display:block!important;order:0!important;flex:0 0 28px!important;width:28px!important;height:28px!important;margin:0!important;}
.private-chat-body .private-msg-main{max-width:min(76%,310px)!important;min-width:0!important;display:flex!important;flex-direction:column!important;}
.private-chat-body .private-msg.theirs .private-msg-main,.private-chat-body .private-msg:not(.mine) .private-msg-main{order:1!important;align-items:flex-start!important;margin-right:auto!important;margin-left:0!important;}
.private-chat-body .private-msg.mine .private-msg-main{align-items:flex-end!important;margin-left:auto!important;margin-right:0!important;}
.private-chat-body .private-msg-bubble{width:auto!important;max-width:100%!important;display:inline-block!important;padding:9px 11px!important;word-break:break-word!important;overflow-wrap:anywhere!important;box-shadow:0 1px 4px rgba(20,35,55,.08)!important;}
.private-chat-body .private-msg.theirs .private-msg-bubble,.private-chat-body .private-msg:not(.mine) .private-msg-bubble{background:#fff!important;border-radius:14px 14px 14px 3px!important;border-color:rgba(80,100,120,.12)!important;}
.private-chat-body .private-msg.mine .private-msg-bubble{background:#d7ecff!important;border-radius:14px 14px 3px 14px!important;border-color:#b9daf5!important;}
.private-chat-body .private-msg-meta{width:auto!important;display:flex!important;gap:6px!important;align-items:center!important;margin-top:4px!important;font-size:10px!important;color:#718190!important;}
.private-chat-body .private-msg.theirs .private-msg-meta,.private-chat-body .private-msg:not(.mine) .private-msg-meta{justify-content:flex-start!important;align-self:flex-start!important;}
.private-chat-body .private-msg.mine .private-msg-meta{justify-content:flex-end!important;align-self:flex-end!important;}
.private-chat-body .private-msg-avatar img{width:28px!important;height:28px!important;border-radius:50%!important;object-fit:cover!important;}
.private-chat-body .private-msg-delete{opacity:.45!important;}
@media(max-width:800px){.private-chat-body .private-msg-main{max-width:72%!important}.private-chat-body .private-msg.mine{padding-left:38px!important}.private-chat-body .private-msg.theirs,.private-chat-body .private-msg:not(.mine){padding-right:38px!important}.private-chat-body .private-msg.theirs .private-msg-avatar,.private-chat-body .private-msg:not(.mine) .private-msg-avatar{flex-basis:26px!important;width:26px!important;height:26px!important}.private-chat-body .private-msg-avatar img{width:26px!important;height:26px!important}}

/* Codex UI polish: community panels in the right drawer */
.original-userlist-drawer.community-panel-active{
  background:linear-gradient(180deg,#f7f9fc 0%,#edf2f7 100%)!important;
  color:#334155!important;
  box-shadow:-18px 0 42px rgba(15,23,42,.18)!important;
}
.original-userlist-drawer.community-panel-active .member-panel-heading{
  position:sticky;top:0;z-index:6;
  min-height:62px!important;height:62px!important;
  padding:0 14px 0 16px!important;
  border:0!important;
  background:linear-gradient(135deg,#20263a 0%,#2f3751 55%,#186f9f 100%)!important;
  color:#fff!important;
}
.original-userlist-drawer.community-panel-active .member-panel-heading b{
  font-size:17px!important;font-weight:800!important;letter-spacing:.2px;
}
.original-userlist-drawer.community-panel-active .member-panel-heading button{
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.12)!important;color:#fff!important;
}
.original-userlist-drawer.community-panel-active .desktop-member-tabs{
  position:sticky;top:62px;z-index:5;
  display:grid;grid-template-columns:46px repeat(5,minmax(0,1fr));gap:6px;
  padding:10px 10px 12px;
  background:linear-gradient(180deg,rgba(32,38,58,.98),rgba(32,38,58,.9));
  backdrop-filter:blur(10px);
}
.original-userlist-drawer.community-panel-active .desktop-member-tabs button,
.original-userlist-drawer.community-panel-active .desktop-member-tabs a{
  min-width:0;border:1px solid rgba(255,255,255,.08);
  border-radius:14px;background:rgba(255,255,255,.05);color:#e8f2ff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2px;padding:8px 4px;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.original-userlist-drawer.community-panel-active .desktop-member-tabs button:hover,
.original-userlist-drawer.community-panel-active .desktop-member-tabs a:hover,
.original-userlist-drawer.community-panel-active .desktop-member-tabs button.active{
  background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18);transform:translateY(-1px);
}
.original-userlist-drawer.community-panel-active .desktop-member-tabs small{
  font-size:10px;line-height:1.05;letter-spacing:.2px;color:inherit;
}
.original-userlist-drawer.community-panel-active .original-right-panel-content{
  background:linear-gradient(180deg,#f8fbff 0%,#eef3f8 100%);
  color:#334155;
  overflow:auto;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment,
.original-userlist-drawer.community-panel-active .community-panel,
.original-userlist-drawer.community-panel-active .legacy-community-page{
  background:transparent!important;color:inherit!important;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment{
  min-height:100%;display:flex;flex-direction:column;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-panel{
  margin:0!important;border:0!important;box-shadow:none!important;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .page-head,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .back-link{
  display:none!important;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-ranking,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-posts{
  display:grid;gap:10px;padding:12px 14px 14px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .rank-row,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-post,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-user-row,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post{
  background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .rank-row{
  grid-template-columns:34px 48px 1fr;align-items:center;gap:10px;
  padding:12px 14px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .rank-row:hover{
  transform:translateY(-1px);border-color:rgba(56,139,255,.22);box-shadow:0 12px 26px rgba(15,23,42,.1);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .rank-no{
  width:28px;height:28px;border-radius:999px;display:grid;place-items:center;
  background:linear-gradient(135deg,#e8f1ff,#dce8fb);color:#2457a7;font-weight:900;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-post,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post{
  padding:14px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-post{
  grid-template-columns:50px 1fr;gap:12px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-post p,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-text,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-user-row small{
  color:#64748b;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .post-head strong,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-who strong,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-user-row strong{
  color:#1f2937;font-weight:800;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-toolbar,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-section-title,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-staff-status{
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(10px);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-toolbar{
  position:sticky;top:0;z-index:4;min-height:74px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 14px;border-bottom:1px solid rgba(148,163,184,.18);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-add{
  border:0;border-radius:14px;padding:12px 16px;
  background:linear-gradient(135deg,#ef6b82,#ff8f5b);color:#fff;font-weight:800;
  box-shadow:0 12px 24px rgba(239,107,130,.22);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-clear button{
  border:1px solid rgba(239,107,130,.18);background:#fff;color:#b14d48;
  border-radius:12px;padding:10px 14px;font-weight:700;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-compose{
  margin:14px;border:1px solid rgba(148,163,184,.22);border-radius:18px;
  background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06);padding:14px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-compose textarea,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-compose textarea{
  border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#f8fafc;color:#0f172a;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-posts{
  display:grid;gap:12px;padding:0 14px 14px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-head{
  display:flex;align-items:center;gap:10px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-avatar{
  width:48px;height:48px;border-radius:16px;box-shadow:0 0 0 4px rgba(56,139,255,.08);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-more{
  margin-left:auto;border:0;background:transparent;color:#8ea1bf;font-size:18px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-actions{
  display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;margin-top:10px;border-top:1px solid rgba(148,163,184,.14);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-actions button{
  display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;
  border:1px solid rgba(148,163,184,.18);background:#f8fafc;color:#415066;font-weight:700;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-actions button.active{
  background:#eff6ff;border-color:#60a5fa;color:#1d4ed8;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-comment-form{
  display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px;padding-top:12px;
  border-top:1px dashed rgba(148,163,184,.2);
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-comment-form input,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-compose input,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-compose textarea{
  border-radius:12px;border:1px solid rgba(148,163,184,.22);padding:11px 12px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .love-comment-form button,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-compose button,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-clear button{
  border:0;border-radius:12px;font-weight:800;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-compose button,
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-clear button{
  background:#1f6faa;color:#fff;padding:11px 16px;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-clear button{
  background:#b14d48;
}
.original-userlist-drawer.community-panel-active .legacy-community-fragment .community-info{
  padding:20px 16px 18px;
}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .original-right-panel-content,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .original-right-panel-content{
  overflow:auto;-webkit-overflow-scrolling:touch;
}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .legacy-community-fragment .community-ranking{
  padding-top:14px;padding-bottom:14px;
}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .legacy-community-fragment .rank-row b,
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .legacy-community-fragment .rank-row small{
  text-align:left;
}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .legacy-community-fragment .rank-row img{
  width:48px;height:48px;border-radius:16px;object-fit:cover;
}
body.theme-dark .original-userlist-drawer.community-panel-active{
  background:linear-gradient(180deg,#151b2a 0%,#101522 100%)!important;color:#e6edf7!important;
}
body.theme-dark .original-userlist-drawer.community-panel-active .member-panel-heading,
body.theme-dark .original-userlist-drawer.community-panel-active .desktop-member-tabs{
  background:linear-gradient(135deg,#111827 0%,#182235 55%,#0f6a93 100%)!important;
}
body.theme-dark .original-userlist-drawer.community-panel-active .desktop-member-tabs button,
body.theme-dark .original-userlist-drawer.community-panel-active .desktop-member-tabs a,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .rank-row,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .community-post,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post{
  background:#1b2433!important;color:#e6edf7!important;border-color:#2f3b52!important;
}
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-compose,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .community-panel,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-staff-status{
  background:#141b28!important;color:#e6edf7!important;
}
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .love-post-text,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .community-post p,
body.theme-dark .original-userlist-drawer.community-panel-active .legacy-community-fragment .legacy-user-row small{
  color:#9ab0ca!important;
}
@media(max-width:899px){
  .original-userlist-drawer.community-panel-active .desktop-member-tabs{top:62px;grid-template-columns:42px repeat(5,minmax(0,1fr));gap:5px;padding:9px 9px 10px;}
  .original-userlist-drawer.community-panel-active .desktop-member-tabs button,
  .original-userlist-drawer.community-panel-active .desktop-member-tabs a{border-radius:12px;padding:7px 3px;}
  .original-userlist-drawer.community-panel-active .legacy-community-fragment .community-ranking,
  .original-userlist-drawer.community-panel-active .legacy-community-fragment .community-posts{padding:10px 10px 12px;}
  .original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-toolbar{padding:12px 10px;}
  .original-userlist-drawer.community-panel-active .legacy-community-fragment .love-wall-compose{margin:10px;}
}

/* Codex V61 community panel redesign */
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"],
.original-userlist-drawer.community-panel-active[data-panel-section="wall"],
.original-userlist-drawer.community-panel-active[data-panel-section="news"]{display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#eef3f7!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .original-right-panel-content,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .original-right-panel-content{flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;padding:10px!important;background:#eef3f7!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content .page-head,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .original-right-panel-content .page-head,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .original-right-panel-content .page-head{display:none!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .legacy-community-page,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .legacy-community-page,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .legacy-community-page{width:100%!important;max-width:none!important;min-height:100%!important;padding:0!important;margin:0!important;background:transparent!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-panel,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-panel,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-panel{display:block!important;min-height:0!important;overflow:visible!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-panel:before,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-panel:before,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-panel:before{display:flex;align-items:center;min-height:42px;padding:0 12px;margin:0 0 9px;border:1px solid rgba(96,119,139,.16);border-radius:8px;color:#425466;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px 2px rgba(39,58,77,.06);font-size:15px;font-weight:800;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-panel:before{content:"Liderlik Tablosu";}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-panel:before{content:"Arkada\015F  Duvar\0131";}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-panel:before{content:"Sevgi Duvar\0131";}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-ranking{display:grid!important;gap:8px!important;max-height:none!important;overflow:visible!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row{grid-template-columns:38px 46px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;min-height:62px!important;padding:8px 10px!important;border:1px solid rgba(91,116,137,.14)!important;border-radius:8px!important;background:#fff!important;color:#44515f!important;text-decoration:none!important;box-shadow:0 1px 2px rgba(39,58,77,.05)!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row:nth-child(1),
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row:nth-child(2),
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row:nth-child(3){border-color:rgba(55,129,220,.28)!important;background:linear-gradient(180deg,#fff,#f5f9ff)!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-no{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:10px!important;background:#e8f1ff!important;color:#2f79d7!important;font-size:16px!important;font-weight:900!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row:nth-child(1) .rank-no{background:#ffe8a8!important;color:#8a6200!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row img{width:46px!important;height:46px!important;border:2px solid #fff!important;box-shadow:0 0 0 1px rgba(78,106,130,.16)!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row div{min-width:0!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row strong,
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row small{font-size:11px!important;color:#748494!important;margin-top:3px!important;opacity:1!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-compose,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-compose{display:grid!important;gap:7px!important;padding:8px!important;margin:0 0 9px!important;border:1px solid rgba(91,116,137,.14)!important;border-radius:8px!important;background:#fff!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-compose textarea,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-compose textarea{width:100%!important;min-height:62px!important;max-height:110px!important;resize:vertical!important;border:1px solid #d8e1ea!important;border-radius:7px!important;padding:9px 10px!important;background:#f9fbfd!important;color:#405061!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-compose button,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-compose button,
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-clear button,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-clear button{justify-self:end!important;min-height:34px!important;padding:0 13px!important;border-radius:7px!important;font-size:12px!important;font-weight:800!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-clear,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-clear{padding:0 0 8px!important;text-align:right!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-posts,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-posts{display:grid!important;gap:8px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-post,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-post{grid-template-columns:42px minmax(0,1fr)!important;gap:10px!important;padding:10px!important;border:1px solid rgba(91,116,137,.14)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 2px rgba(39,58,77,.05)!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-post>img,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-post>img{width:42px!important;height:42px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-post>div,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-post>div{min-width:0!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .post-head,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .post-head{align-items:center!important;gap:8px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .post-head strong,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .post-head strong{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .post-head time,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .post-head time{flex:0 0 auto!important;font-size:11px!important;color:#8a98a8!important;opacity:1!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-post p,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-post p{margin:5px 0 6px!important;color:#465563!important;line-height:1.45!important;word-break:break-word!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-post small,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-post small{color:#8290a0!important;font-size:11px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-fragment{min-height:0!important;color:#465563!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-toolbar{position:sticky!important;top:0!important;z-index:3!important;display:flex!important;gap:8px!important;padding:8px!important;margin:0 0 8px!important;border:1px solid rgba(91,116,137,.14)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 2px rgba(39,58,77,.05)!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-add,
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-clear button{height:34px!important;border-radius:7px!important;font-size:12px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-compose{margin:0 0 8px!important;border-radius:8px!important;background:#fff!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-posts{display:grid!important;gap:8px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post{margin:0!important;border:1px solid rgba(91,116,137,.14)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 2px rgba(39,58,77,.05)!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post-head{padding:9px 10px 0!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post-avatar{width:42px!important;height:42px!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post-text{padding:8px 10px!important;word-break:break-word!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post-actions{padding:7px 8px!important;gap:5px!important;overflow-x:auto!important;}
.original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post-actions button{min-width:38px!important;height:30px!important;}
body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"],body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="wall"],body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"],body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="wall"] .original-right-panel-content,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"] .original-right-panel-content{background:#20242c!important;}
body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .community-panel:before,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-panel:before,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-panel:before,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-compose,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-compose,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="wall"] .community-post,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"] .community-post,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-wall-toolbar,body.theme-dark .original-userlist-drawer.community-panel-active[data-panel-section="news"] .love-post{background:#252a33!important;color:#eef2f5!important;border-color:#363d48!important;}
@media(max-width:520px){.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .original-right-panel-content,.original-userlist-drawer.community-panel-active[data-panel-section="wall"] .original-right-panel-content,.original-userlist-drawer.community-panel-active[data-panel-section="news"] .original-right-panel-content{padding:8px!important;}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row{grid-template-columns:34px 42px minmax(0,1fr)!important;min-height:58px!important;padding:7px 8px!important;}.original-userlist-drawer.community-panel-active[data-panel-section="leaderboard"] .rank-row img{width:42px!important;height:42px!important;}}

/* Codex V64 wall modal polish */
.legacy-community-modal-body:has(.love-wall-fragment),
.legacy-community-modal-body:has(.community-compose){
  background:#f3f6f9!important;
  padding:0!important;
}
.legacy-community-modal-body:has(.love-wall-fragment) .legacy-community-fragment,
.legacy-community-modal-body:has(.community-compose) .legacy-community-fragment,
.legacy-community-modal-body:has(.community-compose) .community-page,
.legacy-community-modal-body:has(.community-compose) .community-panel{
  background:#f3f6f9!important;
  border:0!important;
  box-shadow:none!important;
  margin:0!important;
  padding:0!important;
}
.legacy-community-modal-body .love-wall-fragment{
  min-height:0!important;
  padding:0!important;
  color:#465563!important;
  background:#f3f6f9!important;
}
.legacy-community-modal-body .love-wall-toolbar:empty{display:none!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;}
.legacy-community-modal-body .love-wall-toolbar{
  min-height:0!important;
  padding:8px 10px!important;
  margin:0!important;
  border:0!important;
  background:#f3f6f9!important;
  justify-content:flex-end!important;
}
.legacy-community-modal-body .love-wall-clear button{
  height:30px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  background:#d94a4a!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
}
.legacy-community-modal-body .love-wall-compose,
.legacy-community-modal-body .community-compose{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  gap:8px!important;
  margin:0!important;
  padding:10px!important;
  border:0!important;
  border-bottom:1px solid #dfe6ed!important;
  background:#fff!important;
}
.legacy-community-modal-body .love-wall-compose textarea,
.legacy-community-modal-body .community-compose textarea{
  width:100%!important;
  min-width:0!important;
  min-height:58px!important;
  max-height:110px!important;
  resize:vertical!important;
  border:1px solid #d3dde8!important;
  border-radius:8px!important;
  padding:10px 11px!important;
  background:#fbfdff!important;
  color:#3f4d5c!important;
  font-size:13px!important;
  line-height:1.35!important;
  outline:none!important;
  box-shadow:inset 0 1px 2px rgba(38,58,77,.04)!important;
}
.legacy-community-modal-body .love-wall-compose textarea:focus,
.legacy-community-modal-body .community-compose textarea:focus{
  border-color:#6ba8ec!important;
  box-shadow:0 0 0 3px rgba(55,129,220,.12)!important;
}
.legacy-community-modal-body .love-wall-compose button,
.legacy-community-modal-body .community-compose button{
  align-self:stretch!important;
  min-width:58px!important;
  min-height:44px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:8px!important;
  background:#ff6408!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 4px 12px rgba(255,100,8,.22)!important;
}
.legacy-community-modal-body .community-compose button{background:#367fda!important;box-shadow:0 4px 12px rgba(54,127,218,.2)!important;}
.legacy-community-modal-body .community-clear{padding:8px 10px 0!important;background:#f3f6f9!important;text-align:right!important;}
.legacy-community-modal-body .community-clear button{height:30px!important;padding:0 10px!important;border-radius:7px!important;font-size:12px!important;}
.legacy-community-modal-body .love-wall-posts,
.legacy-community-modal-body .community-posts{
  display:grid!important;
  gap:10px!important;
  padding:10px!important;
  background:#f3f6f9!important;
}
.legacy-community-modal-body .love-post,
.legacy-community-modal-body .community-post{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
  margin:0!important;
  padding:10px!important;
  border:1px solid #e1e8ef!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 1px 2px rgba(39,58,77,.05)!important;
  position:relative!important;
}
.legacy-community-modal-body .love-post{display:block!important;}
.legacy-community-modal-body .love-post-head{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 28px!important;
  align-items:center!important;
  gap:9px!important;
  padding:0!important;
}
.legacy-community-modal-body .love-post-avatar,
.legacy-community-modal-body .community-post>img{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  background:#6f91ad!important;
}
.legacy-community-modal-body .love-post-who strong,
.legacy-community-modal-body .post-head strong{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.legacy-community-modal-body .love-post-who time,
.legacy-community-modal-body .post-head time{
  display:block!important;
  margin-top:3px!important;
  color:#8b98a8!important;
  font-size:11px!important;
  opacity:1!important;
}
.legacy-community-modal-body .post-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:8px!important;
}
.legacy-community-modal-body .community-post>div{min-width:0!important;}
.legacy-community-modal-body .love-post-more{
  width:28px!important;
  height:28px!important;
  padding:0!important;
  border-radius:50%!important;
  color:#5f6f80!important;
  background:#f1f5f9!important;
  font-size:16px!important;
  line-height:1!important;
}
.legacy-community-modal-body .love-post-text,
.legacy-community-modal-body .community-post p{
  margin:8px 0 0!important;
  padding:0!important;
  color:#3f4d5c!important;
  font-size:13px!important;
  line-height:1.48!important;
  word-break:break-word!important;
}
.legacy-community-modal-body .community-post small{
  display:flex!important;
  gap:10px!important;
  margin-top:8px!important;
  color:#7f8d9d!important;
  font-size:11px!important;
}
.legacy-community-modal-body .community-post form{margin-top:7px!important;}
.legacy-community-modal-body .community-post form button{
  min-height:24px!important;
  padding:0 8px!important;
  border:1px solid #d3dde8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#4b5b6c!important;
  box-shadow:none!important;
  font-size:11px!important;
}
.legacy-community-modal-body .love-post-actions{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:10px -2px 0!important;
  padding:0!important;
  overflow-x:auto!important;
}
.legacy-community-modal-body .love-post-actions button{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  min-width:38px!important;
  height:30px!important;
  padding:0 6px!important;
  border:1px solid #e0e7ef!important;
  border-radius:15px!important;
  background:#f8fbfe!important;
  color:#526273!important;
  box-shadow:none!important;
  font-size:12px!important;
}
.legacy-community-modal-body .love-post-actions button.active{background:#eef6ff!important;border-color:#82b9f1!important;color:#2f79d7!important;}
.legacy-community-modal-body .love-post-actions img{width:20px!important;height:20px!important;}
.legacy-community-modal-body .love-comment-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  gap:6px!important;
  margin:9px 0 0!important;
}
.legacy-community-modal-body .love-comment-form[hidden]{display:none!important;}
.legacy-community-modal-body .love-comment-form input{
  min-width:0!important;
  height:36px!important;
  border:1px solid #d3dde8!important;
  border-radius:8px!important;
  padding:0 10px!important;
}
.legacy-community-modal-body .love-comment-form button{
  min-width:42px!important;
  border-radius:8px!important;
  background:#367fda!important;
  box-shadow:none!important;
}
.legacy-community-modal-body .love-wall-empty{padding:24px 10px!important;color:#8391a1!important;background:#fff!important;border:1px dashed #d7e0ea!important;border-radius:8px!important;}
body.theme-dark .legacy-community-modal-body:has(.love-wall-fragment),
body.theme-dark .legacy-community-modal-body:has(.community-compose),
body.theme-dark .legacy-community-modal-body .love-wall-fragment,
body.theme-dark .legacy-community-modal-body .love-wall-posts,
body.theme-dark .legacy-community-modal-body .community-posts{background:#20242c!important;}
body.theme-dark .legacy-community-modal-body .love-wall-compose,
body.theme-dark .legacy-community-modal-body .community-compose,
body.theme-dark .legacy-community-modal-body .love-post,
body.theme-dark .legacy-community-modal-body .community-post{background:#252a33!important;border-color:#363d48!important;color:#eef2f5!important;}
body.theme-dark .legacy-community-modal-body .love-wall-compose textarea,
body.theme-dark .legacy-community-modal-body .community-compose textarea,
body.theme-dark .legacy-community-modal-body .love-comment-form input{background:#1f242c!important;border-color:#3b4350!important;color:#eef2f5!important;}
@media(max-width:520px){
  .legacy-community-modal-body .love-wall-compose,
  .legacy-community-modal-body .community-compose{grid-template-columns:minmax(0,1fr) 58px!important;padding:8px!important;gap:7px!important;}
  .legacy-community-modal-body .love-wall-compose textarea,
  .legacy-community-modal-body .community-compose textarea{min-height:56px!important;font-size:12px!important;}
  .legacy-community-modal-body .love-wall-posts,
  .legacy-community-modal-body .community-posts{padding:8px!important;gap:8px!important;}
  .legacy-community-modal-body .love-post,
  .legacy-community-modal-body .community-post{padding:9px!important;}
}

/* Codex V65 profile modal page */
.profile-page-pro{
  min-height:100vh!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  padding:14px 8px 82px!important;
  background:rgba(18,22,34,.48)!important;
  color:#3f4a58!important;
  box-sizing:border-box!important;
}
.profile-page-pro:before{
  content:"";
  position:fixed;
  inset:0;
  background:linear-gradient(180deg,rgba(245,247,250,.92),rgba(235,239,244,.96));
  z-index:-1;
}
.profile-top{
  position:sticky!important;
  top:8px!important;
  z-index:30!important;
  width:min(500px,100%)!important;
  height:50px!important;
  min-height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:0 10px 0 16px!important;
  margin:0!important;
  border-radius:8px 8px 0 0!important;
  background:#24263b!important;
  color:#fff!important;
  box-shadow:0 8px 24px rgba(0,0,0,.18)!important;
}
.profile-top strong{font-size:15px!important;font-weight:900!important;letter-spacing:0!important;}
.profile-top .profile-close-x{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:400!important;
}
.profile-top .profile-close-x:hover{background:rgba(255,255,255,.12)!important;}
.profile-cover-card,
.profile-settings-card{
  width:min(500px,100%)!important;
  max-width:500px!important;
  margin:0!important;
  border-radius:0!important;
  background:#f7f8fa!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
}
.profile-cover-card{
  overflow:visible!important;
  border-radius:0!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
}
.profile-cover-bg{
  height:108px!important;
  background:linear-gradient(135deg,#28a7bd 0%,#3f91d2 46%,#675bd8 100%)!important;
}
.profile-identity{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr)!important;
  align-items:end!important;
  gap:12px!important;
  margin:-38px 0 0!important;
  padding:0 16px 15px!important;
  background:#fff!important;
  border-bottom:1px solid #e2e8ef!important;
}
.profile-identity>img{
  width:76px!important;
  height:76px!important;
  border:4px solid #fff!important;
  border-radius:50%!important;
  object-fit:cover!important;
  box-shadow:0 2px 9px rgba(24,39,55,.18)!important;
}
.profile-identity>div{min-width:0!important;padding-bottom:2px!important;}
.profile-identity h1{
  margin:0 0 4px!important;
  color:#3f4a58!important;
  font-size:25px!important;
  line-height:1.1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.profile-identity p{
  display:none!important;
}
.profile-identity small{
  display:block!important;
  color:#8a96a5!important;
  font-size:11px!important;
  opacity:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.profile-settings-card{
  display:grid!important;
  gap:11px!important;
  padding:14px 16px 16px!important;
  border-radius:0 0 8px 8px!important;
  box-shadow:0 10px 26px rgba(0,0,0,.14)!important;
}
.profile-section-title{
  display:flex!important;
  align-items:center!important;
  min-height:34px!important;
  margin:0!important;
  padding:0 0 8px!important;
  border-bottom:1px solid #d8e0e8!important;
  color:#334155!important;
  font-size:14px!important;
  font-weight:900!important;
}
.public-profile-info{
  display:grid!important;
  gap:8px!important;
  margin:0 0 8px!important;
}
.public-profile-info>div{
  min-height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:0 10px!important;
  border:1px solid #e7edf3!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#3f4a58!important;
}
.public-profile-info b{font-size:12px!important;font-weight:900!important;}
.public-profile-info span{
  min-width:0!important;
  color:#6c7785!important;
  font-size:12px!important;
  opacity:1!important;
  text-align:right!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.public-profile-buttons{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
}
.public-profile-buttons a{
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 12px!important;
  border-radius:8px!important;
  text-decoration:none!important;
  background:#ff5c00!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 4px 12px rgba(255,92,0,.2)!important;
}
.public-profile-buttons a + a{
  background:#e8eef5!important;
  color:#fff!important;
  box-shadow:none!important;
  opacity:.9!important;
}
.profile-settings-card label{
  gap:6px!important;
  color:#334155!important;
  font-size:12px!important;
  font-weight:900!important;
}
.profile-settings-card input,
.profile-settings-card select{
  min-height:38px!important;
  border:1px solid #d6e0ea!important;
  border-radius:8px!important;
  padding:0 10px!important;
  background:#fff!important;
  color:#435264!important;
  font-size:13px!important;
}
.profile-settings-card input[type="file"]{padding:8px 10px!important;height:auto!important;}
.profile-form-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;}
.profile-save{
  min-height:40px!important;
  border-radius:8px!important;
  background:#367fda!important;
  font-size:13px!important;
  box-shadow:0 4px 12px rgba(54,127,218,.2)!important;
}
.profile-alert{width:min(500px,100%)!important;max-width:500px!important;margin:8px 0!important;border-radius:8px!important;}
.profile-bottom-nav{
  width:min(500px,100%)!important;
  height:54px!important;
  border-radius:8px 8px 0 0!important;
  overflow:hidden!important;
  box-shadow:0 -4px 18px rgba(0,0,0,.12)!important;
}
.profile-bottom-nav b{font-size:17px!important;line-height:17px!important;}
.profile-bottom-nav span{font-size:10px!important;line-height:11px!important;}
.profile-bottom-avatar img{width:27px!important;height:27px!important;}
body.theme-dark .profile-page-pro:before{background:linear-gradient(180deg,rgba(19,23,31,.96),rgba(15,18,25,.98))!important;}
body.theme-dark .profile-cover-card,
body.theme-dark .profile-settings-card{background:#20242c!important;color:#eef2f5!important;}
body.theme-dark .profile-identity,
body.theme-dark .public-profile-info>div,
body.theme-dark .profile-settings-card input,
body.theme-dark .profile-settings-card select{background:#252a33!important;border-color:#363d48!important;color:#eef2f5!important;}
body.theme-dark .profile-identity h1,body.theme-dark .profile-section-title,body.theme-dark .profile-settings-card label{color:#eef2f5!important;}
@media(max-width:560px){
  .profile-page-pro{padding:2px 0 66px!important;background:#eef2f6!important;}
  .profile-top{top:0!important;width:100%!important;border-radius:0!important;}
  .profile-cover-card,.profile-settings-card{width:100%!important;max-width:none!important;}
  .profile-cover-bg{height:108px!important;}
  .profile-identity{grid-template-columns:72px minmax(0,1fr)!important;padding:0 14px 14px!important;}
  .profile-identity>img{width:72px!important;height:72px!important;}
  .profile-identity h1{font-size:23px!important;}
  .profile-settings-card{padding:13px 14px 15px!important;border-radius:0!important;}
  .profile-form-grid{grid-template-columns:1fr!important;}
  .profile-bottom-nav{width:100%!important;height:50px!important;border-radius:0!important;}
}
/* Codex V66 unified legacy modals */
.legacy-modal.open,.legacy-profile-editor.open,.member-action-modal.open,.legacy-info-modal.open{display:flex!important;align-items:center!important;justify-content:center!important;padding:12px!important;background:rgba(16,18,25,.56)!important;backdrop-filter:none!important}.legacy-modal{z-index:20020!important}.legacy-profile-editor{z-index:20030!important}.member-action-modal{z-index:20040!important}.legacy-info-modal{z-index:20025!important}
.legacy-modal-card,.legacy-profile-editor-card,.member-action-sheet.original-user-card,.legacy-info-card{width:min(520px,calc(100vw - 24px))!important;max-width:520px!important;max-height:min(86vh,760px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;margin:0!important;border:0!important;border-radius:8px!important;background:#f4f5f7!important;color:#4a5563!important;box-shadow:0 18px 52px rgba(0,0,0,.34)!important}
.legacy-modal-head,.legacy-info-head{height:50px!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 10px 0 16px!important;background:#24263b!important;color:#fff!important;border:0!important}.legacy-modal-head b,.legacy-info-head b{font-size:15px!important;font-weight:900!important;letter-spacing:0!important}
.legacy-modal-head button,.legacy-info-head button,.legacy-profile-close,.member-action-close{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#fff!important;font-size:26px!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;z-index:6!important}.legacy-modal-head button:hover,.legacy-info-head button:hover,.legacy-profile-close:hover,.member-action-close:hover{background:rgba(255,255,255,.12)!important}
.legacy-modal-body,.legacy-info-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:12px!important;background:#f4f5f7!important}
.legacy-modal-body .legacy-tabs,.legacy-profile-tabs{position:sticky!important;top:0!important;z-index:5!important;display:flex!important;gap:6px!important;height:auto!important;min-height:44px!important;padding:8px!important;margin:0!important;border:0!important;background:#f4f5f7!important}.legacy-modal-body .legacy-tabs button,.legacy-profile-tabs button{flex:1 1 0!important;min-height:34px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#303946!important;font-size:13px!important;font-weight:800!important}.legacy-modal-body .legacy-tabs button.active,.legacy-profile-tabs button.active{background:#e0e2e7!important;color:#111827!important;border:0!important}
.legacy-modal-body .legacy-form,.legacy-modal-body form:not(.love-comment-form),.legacy-profile-form-body{display:grid!important;gap:12px!important;padding:12px 16px 16px!important;background:#f4f5f7!important}.legacy-modal-body label,.legacy-profile-form-body label{display:grid!important;gap:7px!important;color:#1f2933!important;font-size:13px!important;font-weight:900!important}
.legacy-modal-body input,.legacy-modal-body select,.legacy-modal-body textarea,.legacy-profile-form-body input,.legacy-profile-form-body select,.legacy-profile-form-body textarea{width:100%!important;min-height:42px!important;box-sizing:border-box!important;border:1px solid #d1d8e0!important;border-radius:7px!important;padding:0 11px!important;background:#fff!important;color:#3c4654!important;font-size:14px!important;font:inherit!important;outline:none!important}.legacy-modal-body textarea,.legacy-profile-form-body textarea{min-height:96px!important;padding:10px 11px!important;resize:vertical!important}.legacy-modal-body input:focus,.legacy-modal-body select:focus,.legacy-modal-body textarea:focus,.legacy-profile-form-body input:focus,.legacy-profile-form-body select:focus,.legacy-profile-form-body textarea:focus{border-color:#6fa9e8!important;box-shadow:0 0 0 3px rgba(55,129,220,.12)!important}
.legacy-modal-body button[type="submit"],.legacy-profile-save-row button,.legacy-info-close-btn{min-height:38px!important;border:0!important;border-radius:8px!important;padding:0 14px!important;background:#367fda!important;color:#fff!important;font-size:13px!important;font-weight:900!important;box-shadow:0 4px 12px rgba(54,127,218,.2)!important}
.legacy-room-media{margin:0!important;min-height:170px!important;overflow:hidden!important;border-radius:0!important;background:#d7dce2!important}.legacy-room-bg{height:170px!important;min-height:170px!important;background-position:center!important;background-size:cover!important}.legacy-room-bg.empty{background:linear-gradient(135deg,#d9e2ea,#b9c4cf)!important}.legacy-room-bg-actions{right:10px!important;top:10px!important;gap:8px!important}.legacy-media-btn{width:36px!important;height:36px!important;border-radius:50%!important;background:rgba(255,255,255,.9)!important;color:#465466!important;font-size:16px!important;box-shadow:0 2px 8px rgba(0,0,0,.16)!important}.legacy-media-btn.danger{color:#d84444!important}.legacy-room-icon-wrap{left:16px!important;bottom:-34px!important;width:78px!important;height:78px!important;border-radius:14px!important;background:#fff!important;padding:4px!important;box-shadow:0 4px 14px rgba(0,0,0,.24)!important}.legacy-room-icon-wrap img{border-radius:10px!important}.legacy-room-media + .legacy-tabs{margin-top:34px!important}
.legacy-profile-editor{align-items:center!important;overflow:hidden!important;padding:12px!important}.legacy-profile-editor-card{width:min(560px,calc(100vw - 24px))!important;max-width:560px!important}.legacy-profile-cover{flex:0 0 auto!important;height:186px!important;background:linear-gradient(135deg,#8da4b9,#c2b99a)!important;background-size:cover!important;background-position:center!important;position:relative!important}.legacy-profile-close{position:absolute!important;right:10px!important;top:10px!important;background:rgba(34,42,55,.42)!important}.legacy-cover-upload{right:52px!important;top:10px!important;width:34px!important;height:34px!important;border-radius:50%!important;background:rgba(34,42,55,.42)!important;color:#fff!important}.legacy-profile-identity{left:20px!important;right:18px!important;bottom:16px!important;gap:13px!important;align-items:end!important}.legacy-profile-avatar-wrap{width:92px!important;height:92px!important;border:4px solid #fff!important;box-shadow:0 4px 16px rgba(0,0,0,.24)!important}.legacy-profile-avatar-wrap span{width:30px!important;height:30px!important;font-size:14px!important}.legacy-profile-identity strong{font-size:25px!important;line-height:1.1!important;color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.45)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.legacy-profile-identity small{font-size:12px!important;color:#fff!important;opacity:.9!important;text-shadow:0 1px 2px rgba(0,0,0,.45)!important}.legacy-profile-form-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important}.legacy-profile-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.legacy-profile-list-item{min-height:42px!important;display:flex!important;align-items:center!important;border:1px solid #e1e6ec!important;border-radius:7px!important;background:#fff!important;color:#3f4a58!important;padding:0 12px!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important}.legacy-profile-save-row{position:sticky!important;bottom:0!important;margin:8px -16px -16px!important;padding:10px 16px!important;background:#eef2f6!important;border-top:1px solid #dbe3eb!important}
.member-action-modal.open{align-items:center!important;padding:12px!important}.member-action-sheet.original-user-card{width:min(430px,calc(100vw - 24px))!important;max-width:430px!important;max-height:min(88vh,760px)!important;background:#e8e8eb!important;border-radius:8px!important}.original-user-card .member-action-close{top:10px!important;right:10px!important;background:rgba(255,255,255,.92)!important;color:#56606d!important;text-shadow:none!important}.member-card-cover{flex:0 0 auto!important;min-height:214px!important;height:214px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:18px 22px!important;background:linear-gradient(135deg,#91a8ba 0%,#c4b48a 100%)!important;color:#fff!important;text-align:center!important;position:relative!important}.member-card-cover:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.12);pointer-events:none}.member-level-badge{position:absolute!important;left:12px!important;top:12px!important;z-index:2!important;display:flex!important;align-items:center!important;gap:5px!important;height:36px!important;padding:0 12px!important;border-radius:18px!important;background:rgba(63,72,86,.64)!important;color:#fff!important;font-size:18px!important;font-weight:900!important}.member-card-avatar{position:relative!important;z-index:1!important;width:88px!important;height:88px!important;border:4px solid #fff!important;border-radius:50%!important;object-fit:cover!important;background:#7191ab!important;box-shadow:0 4px 16px rgba(0,0,0,.22)!important}.member-card-name{position:relative!important;z-index:1!important;max-width:100%!important;color:#2f83db!important;font-size:25px!important;font-weight:900!important;line-height:1.12!important;text-shadow:0 1px 2px rgba(255,255,255,.82)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.member-card-meta,.member-card-identity{position:relative!important;z-index:1!important;color:#f5f7fb!important;font-size:13px!important;text-shadow:0 1px 2px rgba(0,0,0,.28)!important}.member-card-strip{min-height:36px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 14px!important;background:#f1f1f3!important;color:#777!important;font-size:12px!important;border-bottom:1px solid #d8d8dc!important}.original-user-card .member-action-groups{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;background:#e8e8eb!important;padding:0!important}.original-user-card .member-action-section-title{display:none!important}.original-user-card .member-action-link,.original-user-card .member-action-btn{min-height:56px!important;display:flex!important;align-items:center!important;gap:14px!important;padding:0 20px!important;border:0!important;border-bottom:1px solid rgba(112,112,118,.16)!important;background:#e8e8eb!important;color:#5f6066!important;font-size:18px!important;font-weight:400!important;text-decoration:none!important}.original-user-card .member-action-link:hover,.original-user-card .member-action-btn:hover{background:#dddddf!important}.original-user-card .member-action-ico{width:30px!important;text-align:center!important;font-size:23px!important;color:#2d83d9!important}.original-user-card .orange .member-action-ico{color:#ff650b!important}.original-user-card .green .member-action-ico{color:#18a748!important}.original-user-card .red .member-action-ico,.original-user-card .danger .member-action-ico{color:#e04c55!important}.original-user-card .member-action-status{flex:0 0 auto!important;min-height:0!important;padding:8px 14px!important;background:#e8e8eb!important;color:#7d8794!important;font-size:12px!important}.flashnick-editor{flex:0 0 auto!important;background:#f4f5f7!important;border-top:1px solid #d9e1e9!important;padding:10px!important}
@media(max-width:560px){.legacy-modal.open,.legacy-profile-editor.open,.member-action-modal.open,.legacy-info-modal.open{padding:0!important;align-items:center!important}.legacy-modal-card,.legacy-profile-editor-card,.member-action-sheet.original-user-card,.legacy-info-card{width:calc(100vw - 28px)!important;max-width:none!important;max-height:86vh!important;border-radius:6px!important}.legacy-modal-head,.legacy-info-head{height:48px!important;min-height:48px!important}.legacy-modal-body,.legacy-info-body{padding:0!important}.legacy-modal-body .legacy-tabs,.legacy-profile-tabs{padding:8px 10px!important;gap:5px!important;overflow-x:auto!important}.legacy-modal-body .legacy-tabs button,.legacy-profile-tabs button{flex:0 0 auto!important;min-width:88px!important;padding:0 12px!important}.legacy-modal-body .legacy-form,.legacy-modal-body form:not(.love-comment-form),.legacy-profile-form-body{padding:12px 14px 16px!important}.legacy-room-bg{height:150px!important;min-height:150px!important}.legacy-profile-cover{height:174px!important}.legacy-profile-avatar-wrap{width:82px!important;height:82px!important}.legacy-profile-identity strong{font-size:22px!important}.legacy-profile-grid{grid-template-columns:1fr!important}.member-card-cover{height:198px!important;min-height:198px!important}.member-card-avatar{width:82px!important;height:82px!important}.member-card-name{font-size:23px!important}.original-user-card .member-action-link,.original-user-card .member-action-btn{min-height:54px!important;font-size:17px!important;padding:0 18px!important}}
body.theme-dark .legacy-modal-card,body.theme-dark .legacy-profile-editor-card,body.theme-dark .member-action-sheet.original-user-card,body.theme-dark .legacy-info-card,body.theme-dark .legacy-modal-body,body.theme-dark .legacy-info-body,body.theme-dark .legacy-profile-form-body,body.theme-dark .original-user-card .member-action-groups,body.theme-dark .original-user-card .member-action-link,body.theme-dark .original-user-card .member-action-btn,body.theme-dark .original-user-card .member-action-status{background:#20242c!important;color:#e9eef5!important}body.theme-dark .legacy-modal-body .legacy-tabs,body.theme-dark .legacy-profile-tabs,body.theme-dark .member-card-strip,body.theme-dark .flashnick-editor{background:#252a33!important;border-color:#363d48!important;color:#dce5f1!important}body.theme-dark .legacy-modal-body input,body.theme-dark .legacy-modal-body select,body.theme-dark .legacy-modal-body textarea,body.theme-dark .legacy-profile-form-body input,body.theme-dark .legacy-profile-form-body select,body.theme-dark .legacy-profile-form-body textarea,body.theme-dark .legacy-profile-list-item{background:#252a33!important;border-color:#3a4350!important;color:#e9eef5!important}

/* Codex V67 room settings rebuild */
.legacy-modal.open:has(.legacy-room-media){align-items:center!important;justify-content:center!important;padding:10px!important;background:rgba(12,14,20,.58)!important;z-index:22000!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-card{width:min(540px,calc(100vw - 20px))!important;max-width:540px!important;height:auto!important;max-height:min(88vh,780px)!important;border-radius:8px!important;background:#eef1f5!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 18px 55px rgba(0,0,0,.36)!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-head{height:50px!important;min-height:50px!important;background:#24263b!important;color:#fff!important;padding:0 10px 0 16px!important;border:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-head b{font-size:16px!important;font-weight:900!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-head button{width:34px!important;height:34px!important;border-radius:50%!important;background:transparent!important;color:#fff!important;font-size:26px!important;border:0!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:0!important;background:#eef1f5!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-media{height:156px!important;min-height:156px!important;margin:0!important;position:relative!important;background:#cfd8e1!important;border:0!important;overflow:visible!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg{height:156px!important;min-height:156px!important;background-size:cover!important;background-position:center!important;filter:saturate(.96)!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg.empty{background:linear-gradient(135deg,#a9bdcc,#d0c298)!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,27,38,.12),rgba(20,27,38,.2));pointer-events:none;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg-actions{position:absolute!important;right:10px!important;top:10px!important;display:flex!important;gap:8px!important;z-index:3!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-media-btn{width:36px!important;height:36px!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;color:#475569!important;border:0!important;display:grid!important;place-items:center!important;font-size:16px!important;box-shadow:0 2px 10px rgba(0,0,0,.18)!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-media-btn.danger{color:#d33f49!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-wrap{position:absolute!important;left:16px!important;bottom:-32px!important;width:78px!important;height:78px!important;border-radius:16px!important;background:#fff!important;padding:4px!important;z-index:4!important;box-shadow:0 5px 16px rgba(0,0,0,.25)!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-wrap img{width:100%!important;height:100%!important;border-radius:12px!important;object-fit:cover!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-actions{position:absolute!important;inset:auto 3px 3px 3px!important;display:flex!important;justify-content:center!important;gap:4px!important;transform:none!important;padding:0!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-actions .legacy-media-btn{width:28px!important;height:28px!important;font-size:12px!important;background:rgba(20,27,38,.78)!important;color:#fff!important;}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs{position:sticky!important;top:0!important;z-index:8!important;margin:0!important;padding:38px 10px 8px 108px!important;min-height:80px!important;display:flex!important;gap:6px!important;background:#eef1f5!important;border:0!important;border-bottom:1px solid #d8e0e8!important;overflow-x:auto!important;}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs button{flex:0 0 auto!important;min-width:82px!important;height:34px!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#445263!important;font-size:13px!important;font-weight:900!important;padding:0 11px!important;}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs button.active{background:#dfe3e9!important;color:#111827!important;box-shadow:none!important;}
.legacy-modal.open:has(.legacy-room-media) [data-rpane]{padding:12px!important;background:#eef1f5!important;}
.legacy-modal.open:has(.legacy-room-media) [data-rpane][hidden]{display:none!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form]{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:0!important;margin:0!important;background:transparent!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] label{display:grid!important;gap:6px!important;margin:0!important;color:#1f2937!important;font-size:13px!important;font-weight:900!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] label:has(textarea),.legacy-modal.open:has(.legacy-room-media) [data-room-form] label:nth-of-type(3),.legacy-modal.open:has(.legacy-room-media) [data-room-form] label:nth-of-type(6){grid-column:1 / -1!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] input,.legacy-modal.open:has(.legacy-room-media) [data-room-form] select,.legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea{width:100%!important;min-width:0!important;min-height:42px!important;border:1px solid #cfd8e3!important;border-radius:7px!important;background:#fff!important;color:#3d4856!important;padding:0 11px!important;font-size:14px!important;box-sizing:border-box!important;box-shadow:inset 0 1px 2px rgba(20,30,40,.04)!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea{min-height:82px!important;padding:10px 11px!important;resize:vertical!important;line-height:1.4!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] input:focus,.legacy-modal.open:has(.legacy-room-media) [data-room-form] select:focus,.legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea:focus{outline:none!important;border-color:#6fa9e8!important;box-shadow:0 0 0 3px rgba(55,129,220,.13)!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] button[type="submit"]{grid-column:1 / -1!important;height:42px!important;margin-top:2px!important;border:0!important;border-radius:8px!important;background:#367fda!important;color:#fff!important;font-size:14px!important;font-weight:900!important;box-shadow:0 4px 12px rgba(54,127,218,.2)!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-list{display:grid!important;gap:8px!important;padding:0!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-list>div{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 12px!important;border:1px solid #dbe3ec!important;border-radius:7px!important;background:#fff!important;color:#485464!important;font-size:13px!important;}
body.theme-dark .legacy-modal.open:has(.legacy-room-media) .legacy-modal-card,body.theme-dark .legacy-modal.open:has(.legacy-room-media) .legacy-modal-body,body.theme-dark .legacy-modal.open:has(.legacy-room-media) .original-room-tabs,body.theme-dark .legacy-modal.open:has(.legacy-room-media) [data-rpane]{background:#20242c!important;color:#eef2f5!important;}body.theme-dark .legacy-modal.open:has(.legacy-room-media) [data-room-form] input,body.theme-dark .legacy-modal.open:has(.legacy-room-media) [data-room-form] select,body.theme-dark .legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea,body.theme-dark .legacy-modal.open:has(.legacy-room-media) .room-action-list>div{background:#252a33!important;border-color:#394350!important;color:#eef2f5!important;}body.theme-dark .legacy-modal.open:has(.legacy-room-media) [data-room-form] label{color:#eef2f5!important;}
@media(max-width:560px){.legacy-modal.open:has(.legacy-room-media){padding:0!important;align-items:center!important}.legacy-modal.open:has(.legacy-room-media) .legacy-modal-card{width:calc(100vw - 26px)!important;max-height:86vh!important;border-radius:6px!important}.legacy-modal.open:has(.legacy-room-media) .legacy-room-media,.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg{height:138px!important;min-height:138px!important}.legacy-modal.open:has(.legacy-room-media) .original-room-tabs{padding:37px 8px 8px 102px!important;min-height:78px!important}.legacy-modal.open:has(.legacy-room-media) .original-room-tabs button{min-width:78px!important;height:32px!important;font-size:12px!important}.legacy-modal.open:has(.legacy-room-media) [data-rpane]{padding:10px!important}.legacy-modal.open:has(.legacy-room-media) [data-room-form]{grid-template-columns:1fr!important;gap:9px!important}.legacy-modal.open:has(.legacy-room-media) [data-room-form] label{grid-column:auto!important}.legacy-modal.open:has(.legacy-room-media) [data-room-form] label:has(textarea),.legacy-modal.open:has(.legacy-room-media) [data-room-form] label:nth-of-type(3),.legacy-modal.open:has(.legacy-room-media) [data-room-form] label:nth-of-type(6){grid-column:auto!important}.legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea{min-height:76px!important}}

/* Codex V68 room settings clean modal */
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-card{
  width:min(500px,calc(100vw - 18px))!important;
  max-height:88vh!important;
  border-radius:7px!important;
  background:#f2f5f8!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-head{
  height:44px!important;
  min-height:44px!important;
  background:#24263b!important;
  padding:0 8px 0 12px!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-head b{font-size:14px!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-head button{width:32px!important;height:32px!important;font-size:24px!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-modal-body{padding:0!important;background:#f2f5f8!important;overflow-y:auto!important;overflow-x:hidden!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-media{
  height:150px!important;
  min-height:150px!important;
  margin:0!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#8ba6bb,#d6c691)!important;
  position:relative!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg{
  height:150px!important;
  min-height:150px!important;
  position:absolute!important;
  inset:0!important;
  background-color:transparent!important;
  background-size:cover!important;
  background-position:center!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg.empty{
  background:radial-gradient(circle at 20% 25%,rgba(255,255,255,.35),transparent 28%),linear-gradient(135deg,#8ba6bb,#d6c691)!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(30,38,50,.10),rgba(30,38,50,.22))!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-bg-actions{
  top:10px!important;
  right:10px!important;
  z-index:5!important;
  gap:8px!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-media-btn{
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.92)!important;
  color:#344255!important;
  font-size:14px!important;
  box-shadow:0 3px 10px rgba(0,0,0,.18)!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-media-btn.danger{color:#d74a50!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-wrap{
  left:14px!important;
  bottom:14px!important;
  width:62px!important;
  height:62px!important;
  border-radius:12px!important;
  padding:3px!important;
  background:#fff!important;
  z-index:6!important;
  box-shadow:0 4px 14px rgba(0,0,0,.25)!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-wrap img{border-radius:9px!important;object-fit:cover!important;}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-actions{
  inset:auto 3px 3px 3px!important;
  transform:none!important;
  gap:3px!important;
}
.legacy-modal.open:has(.legacy-room-media) .legacy-room-icon-actions .legacy-media-btn{
  width:25px!important;
  height:25px!important;
  background:rgba(19,27,38,.78)!important;
  color:#fff!important;
  font-size:11px!important;
  box-shadow:none!important;
}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs{
  position:sticky!important;
  top:0!important;
  z-index:9!important;
  min-height:50px!important;
  margin:0!important;
  padding:8px 8px!important;
  display:flex!important;
  gap:6px!important;
  background:#f2f5f8!important;
  border-bottom:1px solid #dce4ec!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs::-webkit-scrollbar{display:none!important;}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs button{
  flex:0 0 auto!important;
  min-width:74px!important;
  height:34px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  border:0!important;
  background:transparent!important;
  color:#334155!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.legacy-modal.open:has(.legacy-room-media) .original-room-tabs button.active{background:#e0e5eb!important;color:#111827!important;}
.legacy-modal.open:has(.legacy-room-media) [data-rpane]{padding:10px!important;background:#f2f5f8!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form]{grid-template-columns:1fr!important;gap:9px!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] label{grid-column:auto!important;font-size:12px!important;gap:5px!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] input,
.legacy-modal.open:has(.legacy-room-media) [data-room-form] select,
.legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea{
  min-height:39px!important;
  border-radius:7px!important;
  border:1px solid #d2dbe5!important;
  background:#fff!important;
  padding:0 10px!important;
  font-size:13px!important;
}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] textarea{min-height:72px!important;padding:9px 10px!important;}
.legacy-modal.open:has(.legacy-room-media) [data-room-form] button[type="submit"]{height:40px!important;border-radius:8px!important;margin-top:2px!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-list>div{min-height:40px!important;border-radius:7px!important;background:#fff!important;}
@media(min-width:620px){
  .legacy-modal.open:has(.legacy-room-media) [data-room-form]{grid-template-columns:1fr 1fr!important;}
  .legacy-modal.open:has(.legacy-room-media) [data-room-form] label:nth-of-type(3),
  .legacy-modal.open:has(.legacy-room-media) [data-room-form] label:nth-of-type(6),
  .legacy-modal.open:has(.legacy-room-media) [data-room-form] button[type="submit"]{grid-column:1 / -1!important;}
}

/* Codex V69 room action unblock controls */
.legacy-modal.open:has(.legacy-room-media) .room-action-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 0 8px!important;padding:9px 10px!important;border:1px solid #dbe3ec!important;border-radius:8px!important;background:#fff!important;color:#334155!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-toolbar b{font-size:13px!important;font-weight:900!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-toolbar button{height:30px!important;border:0!important;border-radius:7px!important;padding:0 10px!important;background:#367fda!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 3px 10px rgba(54,127,218,.18)!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-manage-list{display:grid!important;gap:7px!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-manage-list>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto 32px!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:0 6px 0 11px!important;border:1px solid #dbe3ec!important;border-radius:8px!important;background:#fff!important;color:#485464!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-manage-list b{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-manage-list span{font-size:11px!important;color:#7d8997!important;white-space:nowrap!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-remove{width:28px!important;height:28px!important;border:0!important;border-radius:50%!important;background:#fff0f0!important;color:#d83f48!important;font-size:20px!important;line-height:1!important;font-weight:900!important;display:grid!important;place-items:center!important;box-shadow:none!important;}
.legacy-modal.open:has(.legacy-room-media) .room-action-empty{display:flex!important;grid-template-columns:none!important;justify-content:center!important;color:#7d8997!important;border-style:dashed!important;}
body.theme-dark .legacy-modal.open:has(.legacy-room-media) .room-action-toolbar,body.theme-dark .legacy-modal.open:has(.legacy-room-media) .room-action-manage-list>div{background:#252a33!important;border-color:#394350!important;color:#eef2f5!important;}
body.theme-dark .legacy-modal.open:has(.legacy-room-media) .room-action-remove{background:#3a2529!important;color:#ff7a82!important;}
.landing-page-placeholder{display:contents}

/* === Sesimdeyim inspired landing page === */
body:has(.landing-page){background:#f7f9fc;color:#17213a;overflow-x:hidden}
.landing-page{min-height:100vh;background:#f7f9fc;color:#17213a}
.landing-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:#fff;border-bottom:1px solid #edf0f5;position:relative;z-index:20}
.landing-logo{display:flex;align-items:center;gap:11px;color:#17213a}.landing-logo-mark{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#6257ee,#8c63f4);color:#fff;font-size:22px;font-weight:900;box-shadow:0 9px 24px rgba(102,84,238,.28)}.landing-logo b,.landing-logo small{display:block}.landing-logo b{font-size:19px;letter-spacing:-.3px}.landing-logo small{font-size:10px;color:#8e97aa;margin-top:2px}
.landing-nav{display:flex;align-items:center;gap:30px}.landing-nav>a{font-size:14px;font-weight:700;color:#667087}.landing-nav>a:hover{color:#6355ee}.landing-nav .nav-register{padding:11px 17px;border-radius:12px;background:#6355ee;color:#fff;box-shadow:0 8px 18px rgba(99,85,238,.23)}
.landing-hero{min-height:610px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.72fr);align-items:center;gap:80px;padding:72px max(8vw,34px);background:linear-gradient(125deg,#17172c 0%,#20203d 50%,#241b45 100%);color:#fff}
.hero-glow{position:absolute;border-radius:50%;filter:blur(5px);pointer-events:none}.hero-glow-one{width:520px;height:520px;left:-180px;bottom:-280px;background:rgba(84,77,216,.19)}.hero-glow-two{width:480px;height:480px;right:24%;top:-350px;background:rgba(152,81,220,.17)}
.hero-copy{position:relative;z-index:3;max-width:670px}.live-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;color:#c9ccda}.live-pill i{width:8px;height:8px;border-radius:50%;background:#3cdb91;box-shadow:0 0 0 5px rgba(60,219,145,.11)}
.hero-copy h1{font-size:clamp(45px,5.2vw,74px);line-height:1.02;letter-spacing:-3.5px;margin:24px 0 22px;max-width:730px}.hero-copy h1 em{font-style:normal;color:#9b84ff}.hero-copy>p{max-width:590px;font-size:18px;line-height:1.72;color:#b7bbce;margin:0}.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#d9dbea;font-size:13px;font-weight:700}
.floating-user{position:absolute;z-index:2;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;font-weight:900;color:#fff;border:3px solid rgba(255,255,255,.15);box-shadow:0 12px 32px rgba(0,0,0,.25)}.user-a{left:4%;top:16%;background:#ef6e9a}.user-b{left:45%;top:9%;background:#38a9cc}.user-c{left:49%;bottom:12%;background:#f2a93b}.user-d{left:3%;bottom:12%;background:#6f7de4}.user-e{left:39%;top:46%;width:38px;height:38px;background:#32b583}.user-f{left:58%;top:18%;width:37px;height:37px;background:#ad64db}
.landing-auth-card{position:relative;z-index:5;width:min(430px,100%);justify-self:end;padding:29px;background:#fff;color:#17213a;border-radius:24px;box-shadow:0 25px 70px rgba(3,4,20,.32)}.auth-card-heading{display:flex;align-items:flex-start;gap:11px;margin-bottom:20px}.auth-online-dot{width:11px;height:11px;border-radius:50%;background:#34d58d;box-shadow:0 0 0 5px #e6faf1;margin-top:8px}.auth-card-heading h2{font-size:25px;margin:0 0 4px}.auth-card-heading p{font-size:12px;color:#9299aa;margin:0}
.landing-auth-card .auth-tabs{margin-bottom:21px;padding:5px;background:#f1f3f8}.landing-auth-card .auth-tab{color:#8b93a6}.landing-auth-card .auth-tab.active{color:#5549d9;background:#fff}.landing-form{display:grid;gap:15px}.landing-form label{font-size:12px;font-weight:800;color:#555f75}.landing-form input{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #dfe3eb;border-radius:11px;background:#fafbfc;color:#17213a;outline:none}.landing-form input:focus{border-color:#7668ee;box-shadow:0 0 0 3px rgba(118,104,238,.11)}.landing-submit{border:0;border-radius:11px;background:linear-gradient(135deg,#6758ee,#8066ed);color:#fff;padding:14px 16px;font-weight:900;display:flex;justify-content:center;gap:14px;cursor:pointer;box-shadow:0 11px 22px rgba(99,85,238,.24)}.guest-submit{background:linear-gradient(135deg,#14a98c,#20bd98);box-shadow:0 11px 22px rgba(20,169,140,.21)}.auth-legal{font-size:10px;text-align:center;color:#9aa1af;margin:14px 0 0}.auth-register-link{display:block;text-align:center;margin-top:15px;font-size:12px;color:#7f8798}.auth-register-link b{color:#6255e9}.landing-auth-card .error-notice{background:#fff1f1;border-color:#ffcccc;color:#b53636;font-size:12px}
.landing-features,.landing-blog{padding:86px max(7vw,28px)}.section-heading{text-align:center;max-width:680px;margin:0 auto 42px}.section-heading>span{display:inline-block;color:#6b5cef;font-size:11px;font-weight:900;letter-spacing:.13em}.section-heading h2{font-size:38px;letter-spacing:-1.3px;margin:10px 0 9px}.section-heading p{color:#7e879b;margin:0;line-height:1.6}.feature-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-grid article{background:#fff;border:1px solid #e9edf3;border-radius:20px;padding:30px;box-shadow:0 12px 35px rgba(28,38,67,.06)}.feature-grid i{width:50px;height:50px;display:grid;place-items:center;background:#f0edff;border-radius:15px;font-style:normal;font-size:24px}.feature-grid h3{font-size:19px;margin:20px 0 9px}.feature-grid p{font-size:14px;line-height:1.65;color:#7e8798;margin:0}
.landing-blog{background:#fff}.landing-blog .home-blog-grid{max-width:1160px;margin:auto}.landing-blog .home-blog-card{background:#fff;border-color:#e7eaf1;border-radius:18px}.blog-image-wrap{height:184px;background:linear-gradient(135deg,#272646,#6255e8);overflow:hidden;display:grid;place-items:center;color:#fff;font-size:21px;font-weight:900}.landing-blog .home-blog-image{height:100%;object-fit:cover}.landing-blog .home-blog-card-body{padding:20px}.landing-blog .home-blog-card h3{color:#17213a}.landing-blog .home-blog-card p{color:#7e8798}.landing-blog .home-blog-fulltext{background:#f6f7fa;color:#30394e}
.landing-cta{margin:75px max(7vw,28px);padding:42px 48px;border-radius:24px;background:linear-gradient(125deg,#6356e9,#8d5ee9);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 22px 55px rgba(99,85,238,.22)}.landing-cta span{font-size:12px;color:#ddd9ff}.landing-cta h2{font-size:31px;margin:7px 0 0}.landing-cta>a{padding:14px 19px;border-radius:12px;background:#fff;color:#5d4fe1;font-size:13px;font-weight:900}
.landing-footer{padding:35px max(5vw,24px);background:#16172a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.landing-footer .landing-logo{color:#fff}.landing-footer p{color:#858ca0;font-size:12px}.landing-footer>div:last-child{display:flex;gap:19px}.landing-footer>div:last-child a{font-size:12px;color:#9ca2b3}
@media(max-width:980px){.landing-hero{grid-template-columns:1fr;gap:45px;padding-top:70px}.landing-auth-card{justify-self:start}.floating-users{display:none}.landing-nav a:not(.nav-register){display:none}.hero-copy h1{letter-spacing:-2px}.feature-grid{grid-template-columns:1fr}.landing-cta{align-items:flex-start;flex-direction:column}.landing-footer{flex-direction:column;text-align:center}}
@media(max-width:600px){.landing-header{height:68px;padding:0 14px}.landing-logo small{display:none}.landing-nav .nav-register{padding:9px 11px;font-size:11px}.landing-hero{min-height:auto;padding:52px 16px 58px}.hero-copy h1{font-size:43px;letter-spacing:-2px}.hero-copy>p{font-size:15px}.hero-points{gap:10px 15px}.landing-auth-card{padding:21px;border-radius:19px}.landing-features,.landing-blog{padding:62px 16px}.section-heading h2{font-size:31px}.landing-cta{margin:45px 16px;padding:30px 24px}.landing-cta h2{font-size:27px}.landing-footer>div:last-child{flex-wrap:wrap;justify-content:center}.home-blog-grid{grid-template-columns:1fr}}
.tv1-homepage-css-marker{display:contents}

/* === TV1 homepage: sesimdeyim.com aligned structure === */
body:has(.tv1-page){margin:0;background:#f9fafb;color:#0f172a;font-family:'Plus Jakarta Sans',Inter,system-ui,sans-serif;overflow-x:hidden}.tv1-page{--red:#ff4757;--red2:#ff6b81;--ink:#111827;--muted:#64748b;background:#f9fafb;color:var(--ink)}.tv1-container{width:min(1320px,calc(100% - 40px));margin-inline:auto}
.tv1-header{height:74px;position:sticky;top:0;z-index:100;background:#f4f4f4;border-bottom:1px solid rgba(67,83,243,.1)}.tv1-navbar{height:100%;display:flex;align-items:center}.tv1-logo img{display:block;width:200px;height:55px;object-fit:contain}.tv1-navbar nav{margin-left:auto;display:flex;align-items:center;gap:3px}.tv1-navbar nav a{display:flex;align-items:center;gap:7px;padding:9px 13px;border-radius:10px;color:#1a1a1a;font-size:14px;font-weight:700}.tv1-navbar nav a:first-letter{color:#4353f3}.tv1-navbar nav a:hover,.tv1-navbar nav a.active{background:rgba(67,83,243,.08);color:#4353f3;box-shadow:inset 0 0 0 1px rgba(67,83,243,.12)}.tv1-nav-tools{display:flex;gap:6px;margin-left:15px}.tv1-nav-tools button{width:34px;height:34px;border-radius:9px;border:1px solid rgba(67,83,243,.14);background:transparent;color:#4353f3;font-weight:900}.tv1-mobile-menu{display:none;margin-left:auto;border:0;background:transparent;font-size:25px;color:#4353f3}
.tv1-hero{position:relative;min-height:715px;padding:40px 0 120px;overflow:hidden;background:#fff}.tv1-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#ff4757 0%,#ff6b81 55%,#ff8a9a 100%);clip-path:polygon(0 0,100% 0,100% 81%,72% 92%,36% 83%,0 96%)}.tv1-dot-pattern{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.17) 2px,transparent 2px);background-size:30px 30px;clip-path:polygon(0 0,100% 0,100% 81%,72% 92%,36% 83%,0 96%)}.tv1-hero-grid{position:relative;z-index:5;display:grid;grid-template-columns:minmax(370px,5fr) minmax(430px,6fr);gap:8%;align-items:center}.tv1-login-column{padding-top:3px}.tv1-chat-card{max-width:510px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:38px 40px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.tv1-live{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:15px;color:#6b7280;font-size:13px}.tv1-live i{width:9px;height:9px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px rgba(34,197,94,.13)}.tv1-live strong{color:#111827}.tv1-chat-card>h1{text-align:center;font-size:29px;margin:0 0 24px;font-weight:850}.tv1-login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:22px}.tv1-login-tabs button{border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;padding:12px 8px;border-radius:10px;font-weight:700;cursor:pointer}.tv1-login-tabs button.active{background:#111827;color:#fff;border-color:#111827}.tv1-separator{display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:13px;margin-bottom:22px}.tv1-separator:before,.tv1-separator:after{content:'';height:1px;background:#e5e7eb;flex:1}.tv1-form{display:grid;gap:17px}.tv1-form label{display:grid;gap:7px;font-size:14px;font-weight:700;color:#111827}.tv1-form input,.tv1-form select{width:100%;padding:13px 15px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#111827;outline:none}.tv1-form input:focus,.tv1-form select:focus{background:#fff;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.06)}.tv1-form button{border:0;border-radius:10px;background:#111827;color:#fff;padding:14px;font-weight:800;cursor:pointer}.tv1-form button:hover{background:#1f2937}.label-row{display:flex;justify-content:space-between;gap:10px}.label-row small{color:#9ca3af;font-weight:500}.tv1-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tv1-register-line{text-align:center;font-size:13px;color:#6b7280;margin:18px 0 0}.tv1-register-line a{color:#111827;font-weight:800}.tv1-error{padding:11px 13px;margin-bottom:15px;border-radius:9px;background:#fff1f2;color:#be123c;font-size:12px}
.tv1-hero-copy{position:relative;color:#fff;padding:30px 0}.tv1-room-badge{display:inline-flex;background:#fff;color:#ff4757;padding:9px 20px;border-radius:999px;border:1px solid rgba(255,71,87,.3);font-weight:800;box-shadow:0 7px 20px rgba(0,0,0,.12)}.tv1-hero-copy h2{font-size:55px;line-height:1.12;margin:24px 0 18px;font-weight:900;text-shadow:0 5px 15px rgba(0,0,0,.75)}.tv1-hero-copy h2 span{display:inline-block;width:12px;height:12px;background:#ffc107;border-radius:50%;margin-left:10px;box-shadow:0 0 15px rgba(255,193,7,.6)}.tv1-hero-copy>p{max-width:620px;color:#6c7789;background:rgba(255,255,255,.92);padding:14px 17px;border-radius:12px;font-size:17px;line-height:1.75;font-weight:600}.tv1-people{display:flex;gap:18px;align-items:center;margin-top:36px}.tv1-people>div{width:112px;position:relative;animation:tv1float 5s ease-in-out infinite}.tv1-people>div:nth-child(2){animation-delay:-2s}.tv1-people img{display:block;width:112px;height:112px;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.45);background:#fff}.tv1-people b{position:absolute;top:-13px;right:-21px;white-space:nowrap;background:#fff;color:#111827;padding:6px 12px;border-radius:18px;font-size:11px;box-shadow:0 8px 24px rgba(0,0,0,.15)}.tv1-level-badge{display:inline-flex;margin-top:34px;background:#fff;color:#111827;padding:10px 18px;border-radius:999px;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.15)}@keyframes tv1float{50%{transform:translateY(-13px)}}
.tv1-float-avatars img{position:absolute;z-index:2;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.55);opacity:.18;animation:tv1float 7s ease-in-out infinite}.fa-1{left:4%;top:13%;width:70px;height:70px}.fa-2{left:15%;bottom:10%;width:62px;height:62px}.fa-3{right:6%;top:14%;width:65px;height:65px}.fa-4{right:2%;bottom:24%;width:56px;height:56px}.fa-5{left:47%;bottom:4%;width:72px;height:72px}.fa-6{left:3%;top:53%;width:54px;height:54px}.fa-7{right:36%;top:5%;width:58px;height:58px}
.tv1-content{position:relative;background:#f9fafb}.tv1-dj-section{position:relative;margin-top:-55px;z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:22px 26px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.tv1-dj-title{display:flex;align-items:center;gap:8px;margin-bottom:17px;font-weight:850}.tv1-dj-track{display:flex;gap:25px;overflow:auto;padding:0 2px 4px;scrollbar-width:thin}.tv1-dj-item{flex:0 0 70px;text-align:center}.tv1-dj-item img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff;outline:2px solid #ff6b81}.tv1-dj-item span{display:block;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:700}
.tv1-blog-section{padding:78px 0}.tv1-section-head{text-align:center;margin-bottom:45px}.tv1-section-head>span{display:inline-block;padding:8px 20px;border-radius:999px;background:rgba(255,71,87,.1);color:#ff4757;font-size:13px;font-weight:800}.tv1-section-head h2{font-size:39px;margin:13px 0 0;font-weight:900}.tv1-blog-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.75fr);gap:30px}.tv1-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.tv1-blog-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.05)}.tv1-blog-image{height:215px;position:relative;overflow:hidden}.tv1-blog-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.tv1-blog-card:hover .tv1-blog-image img{transform:scale(1.08)}.tv1-blog-image time{position:absolute;left:15px;bottom:15px;background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;padding:5px 13px;border-radius:999px;font-size:11px;font-weight:700}.tv1-blog-body{padding:23px}.tv1-blog-body>small{color:#6b7280;font-weight:700}.tv1-blog-body h3{font-size:19px;line-height:1.4;margin:10px 0}.tv1-blog-body>p{color:#64748b;font-size:14px;line-height:1.65}.tv1-blog-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;border-top:1px solid #f0f1f3;padding-top:16px;margin-top:17px;font-size:12px;font-weight:700}.tv1-blog-foot details summary{color:#ff4757;cursor:pointer;list-style:none}.tv1-blog-foot details>div{position:fixed;z-index:200;inset:10%;overflow:auto;background:#fff;padding:30px;border-radius:20px;box-shadow:0 20px 80px rgba(0,0,0,.35);font-weight:400;line-height:1.7}.tv1-widget{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:25px;margin-bottom:24px}.tv1-widget h3{font-size:19px;margin:0 0 20px;border-bottom:3px solid #ff4757;padding-bottom:10px}.tv1-widget input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:10px}.tv1-widget>a{display:flex;justify-content:space-between;padding:11px 12px;margin-top:8px;background:#f8fafc;border-radius:10px;font-size:13px;font-weight:700}.tv1-widget-hot{background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff}.tv1-widget-hot h3{border-color:#fff}.tv1-widget-hot>a{justify-content:center;background:#fff;color:#ff4757}
.tv1-rooms{padding:75px 0 120px;background:#fffafc}.tv1-room-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tv1-room-grid a{display:flex;align-items:center;gap:13px;padding:18px;background:#fff;border:1px solid #e8e8ec;border-radius:15px;box-shadow:0 7px 20px rgba(0,0,0,.04)}.tv1-room-grid i{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#fff1f3;font-style:normal}.tv1-room-grid b,.tv1-room-grid small{display:block}.tv1-room-grid small{color:#16a34a;margin-top:4px}
.tv1-footer{position:relative;background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff;padding:105px 0 30px}.tv1-wave{position:absolute;top:-1px;left:0;width:100%;height:55px;background:#fffafc;clip-path:ellipse(55% 48% at 50% 0%)}.tv1-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.tv1-footer-grid img{width:190px;height:auto;filter:brightness(0) invert(1)}.tv1-footer-grid h3{font-size:17px;margin:0 0 22px}.tv1-footer-grid p,.tv1-footer-grid a{display:block;color:#94a3b8;font-size:13px;line-height:1.8;margin-bottom:8px}.tv1-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);margin-top:50px;padding-top:25px;color:#94a3b8;font-size:12px}
@media(max-width:991px){.tv1-navbar nav,.tv1-nav-tools{display:none}.tv1-mobile-menu{display:block}.tv1-logo img{width:140px}.tv1-hero{padding:28px 0 100px}.tv1-hero-grid{grid-template-columns:1fr}.tv1-chat-card{margin:auto}.tv1-hero-copy{text-align:center}.tv1-hero-copy h2,.tv1-hero-copy>p{display:none}.tv1-room-badge{margin-top:10px}.tv1-people{justify-content:center}.tv1-level-badge{margin-top:24px}.tv1-blog-layout{grid-template-columns:1fr}.tv1-blog-layout aside{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tv1-widget-hot{display:none}.tv1-room-grid{grid-template-columns:repeat(2,1fr)}.tv1-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.tv1-container{width:min(100% - 24px,1320px)}.tv1-header{height:64px}.tv1-chat-card{padding:22px 18px;border-radius:18px}.tv1-hero-copy{padding-top:0}.tv1-people>div,.tv1-people img{width:82px;height:82px}.tv1-people b{display:none}.tv1-dj-section{padding:18px 14px}.tv1-blog-section{padding:60px 0}.tv1-section-head h2{font-size:31px}.tv1-blog-grid{grid-template-columns:1fr}.tv1-blog-layout aside{display:none}.tv1-room-grid{grid-template-columns:1fr}.tv1-footer-grid{grid-template-columns:1fr;gap:28px}.tv1-footer-bottom{display:block;line-height:2}.tv1-footer-bottom span{display:block}.tv1-float-avatars{display:none}}
.tv1-glam-theme-marker{display:contents}

/* === Cafcaflı ana sayfa görsel paketi === */
.tv1-page{background:linear-gradient(180deg,#fff 0,#fff8fb 42%,#f4f6ff 100%)}
.tv1-header{background:rgba(255,255,255,.88);backdrop-filter:blur(18px) saturate(150%);box-shadow:0 8px 30px rgba(68,45,120,.09)}
.tv1-logo{position:relative}.tv1-logo:after{content:'';position:absolute;inset:5px -12px;border-radius:16px;background:linear-gradient(100deg,transparent,rgba(255,255,255,.9),transparent);transform:translateX(-160%);animation:tv1Shine 5s ease-in-out infinite;pointer-events:none}
.tv1-nav-tools button{background:linear-gradient(145deg,#fff,#f0edff);box-shadow:0 5px 14px rgba(67,83,243,.14);transition:.25s}.tv1-nav-tools button:hover{transform:translateY(-3px) rotate(4deg);background:linear-gradient(135deg,#ff4778,#745cff);color:#fff}
.tv1-hero:before{background:radial-gradient(circle at 12% 20%,rgba(255,226,93,.42),transparent 18%),radial-gradient(circle at 88% 25%,rgba(102,224,255,.36),transparent 23%),radial-gradient(circle at 70% 90%,rgba(173,92,255,.32),transparent 28%),linear-gradient(125deg,#ff315f 0%,#ff587d 39%,#9b54ef 100%)}
.tv1-hero:after{content:'';position:absolute;z-index:1;width:540px;height:540px;right:-190px;top:-240px;border-radius:50%;border:55px solid rgba(255,255,255,.09);box-shadow:0 0 0 55px rgba(255,255,255,.045),0 0 0 110px rgba(255,255,255,.025);animation:tv1Orbit 16s linear infinite}
.tv1-dot-pattern{background-image:radial-gradient(rgba(255,255,255,.28) 2px,transparent 2px);background-size:28px 28px}
.tv1-chat-card{position:relative;border:1px solid rgba(255,255,255,.88);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,248,253,.94));box-shadow:0 28px 70px rgba(79,17,90,.26),0 0 0 7px rgba(255,255,255,.16);overflow:hidden;transition:.35s}.tv1-chat-card:hover{transform:translateY(-5px);box-shadow:0 34px 85px rgba(79,17,90,.32),0 0 0 8px rgba(255,255,255,.2)}.tv1-chat-card:before{content:'';position:absolute;width:170px;height:170px;right:-90px;top:-105px;border-radius:50%;background:linear-gradient(135deg,rgba(255,71,120,.22),rgba(116,92,255,.22));filter:blur(2px)}.tv1-chat-card:after{content:'';position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,#ff315f,#ffce4a,#40d9ff,#8558ff,#ff315f);background-size:220% 100%;animation:tv1Gradient 5s linear infinite}
.tv1-live{position:relative}.tv1-live i{animation:tv1Pulse 1.6s ease-out infinite}.tv1-chat-card>h1{background:linear-gradient(90deg,#ff315f,#8d4fe9,#4353f3);background-clip:text;-webkit-background-clip:text;color:transparent}
.tv1-login-tabs{padding:5px;border-radius:14px;background:linear-gradient(135deg,#fff0f4,#f1efff)}.tv1-login-tabs button{border:0}.tv1-login-tabs button.active{background:linear-gradient(135deg,#ff315f,#8d4fe9);box-shadow:0 8px 18px rgba(157,66,188,.28)}
.tv1-form input,.tv1-form select{background:rgba(255,255,255,.8);box-shadow:inset 0 1px 2px rgba(37,28,70,.03)}.tv1-form input:focus,.tv1-form select:focus{border-color:#a357e8;box-shadow:0 0 0 4px rgba(163,87,232,.12)}
.tv1-form button{position:relative;overflow:hidden;background:linear-gradient(110deg,#ff315f,#ff5c83 35%,#8c53e8 76%,#4353f3);background-size:180% 100%;box-shadow:0 12px 28px rgba(178,52,142,.28);transition:.3s}.tv1-form button:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 16px 32px rgba(115,69,217,.34)}
.tv1-room-badge,.tv1-level-badge{border:1px solid rgba(255,255,255,.8);box-shadow:0 14px 38px rgba(79,22,91,.24),inset 0 0 0 1px rgba(255,255,255,.8);animation:tv1Badge 4s ease-in-out infinite}.tv1-room-badge{color:#d8286a;background:linear-gradient(135deg,#fff,#fff2c8)}.tv1-level-badge{background:linear-gradient(135deg,#fff,#f0eaff);color:#6f3bc1}
.tv1-hero-copy h2{background:linear-gradient(90deg,#fff 0,#fff7a8 42%,#fff 72%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:none;filter:drop-shadow(0 8px 18px rgba(79,19,89,.3));animation:tv1TextGlow 5s linear infinite}
.tv1-hero-copy>p{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);box-shadow:0 16px 40px rgba(76,22,90,.18)}
.tv1-people>div:after{content:'';position:absolute;inset:-6px;border-radius:50%;z-index:-1;background:conic-gradient(#ffcc4d,#ff4778,#5de1ff,#895cff,#ffcc4d);animation:tv1Orbit 5s linear infinite}.tv1-people img{border-color:#fff;box-shadow:0 16px 35px rgba(75,22,91,.28)}.tv1-people b{border:1px solid rgba(150,83,226,.18);box-shadow:0 12px 26px rgba(64,24,100,.2)}
.tv1-float-avatars img{opacity:.38;box-shadow:0 0 0 5px rgba(255,255,255,.12),0 15px 30px rgba(50,12,80,.25)}
.tv1-content{background:linear-gradient(180deg,#fff7fa,#f8f7ff)}
.tv1-section-head>span{background:linear-gradient(135deg,#ffe8ef,#eee9ff);color:#c42c71;box-shadow:0 7px 20px rgba(154,64,166,.11)}.tv1-section-head h2{background:linear-gradient(90deg,#18213b,#8e42ca,#ff315f);background-clip:text;-webkit-background-clip:text;color:transparent}
.tv1-blog-card{position:relative;border:1px solid rgba(176,118,223,.14);box-shadow:0 15px 36px rgba(78,42,118,.10);transition:.35s}.tv1-blog-card:before{content:'';position:absolute;z-index:3;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#ff315f,#ffcc4d,#55ddff,#875cff)}.tv1-blog-card:hover{transform:translateY(-9px) rotate(.25deg);box-shadow:0 25px 55px rgba(102,49,142,.19)}.tv1-blog-image time{background:linear-gradient(135deg,#ff315f,#8e4fe9);box-shadow:0 8px 18px rgba(112,34,130,.25)}
.tv1-widget{border:1px solid rgba(138,92,203,.14);box-shadow:0 14px 34px rgba(75,44,112,.08);background:linear-gradient(145deg,#fff,#fffafd)}.tv1-widget h3{border-image:linear-gradient(90deg,#ff315f,#8c53e8) 1}.tv1-widget>a{transition:.25s}.tv1-widget>a:hover{transform:translateX(5px);background:linear-gradient(135deg,#fff0f5,#f0edff);color:#8a3bc1}.tv1-widget-hot{background:linear-gradient(135deg,#ff315f,#8c53e8);box-shadow:0 18px 38px rgba(141,64,186,.25)}
.tv1-rooms{position:relative;background:radial-gradient(circle at 5% 20%,rgba(255,77,132,.08),transparent 25%),radial-gradient(circle at 95% 80%,rgba(112,87,255,.1),transparent 28%),#fff}.tv1-room-grid a{position:relative;overflow:hidden;border-color:rgba(135,93,203,.13);box-shadow:0 12px 30px rgba(69,42,105,.08);transition:.3s}.tv1-room-grid a:after{content:'';position:absolute;width:80px;height:80px;right:-35px;bottom:-40px;border-radius:50%;background:linear-gradient(135deg,rgba(255,49,95,.12),rgba(116,87,255,.16))}.tv1-room-grid a:hover{transform:translateY(-7px) scale(1.015);box-shadow:0 20px 42px rgba(104,52,145,.17);border-color:rgba(168,77,205,.3)}.tv1-room-grid i{background:linear-gradient(135deg,#fff0f5,#eee9ff);box-shadow:0 7px 17px rgba(123,75,172,.11)}
.tv1-footer{background:radial-gradient(circle at 20% 20%,rgba(142,75,229,.22),transparent 28%),radial-gradient(circle at 90% 80%,rgba(255,49,95,.16),transparent 25%),linear-gradient(145deg,#101326,#21183c 55%,#12172d)}.tv1-footer-grid h3{color:#fff;position:relative}.tv1-footer-grid h3:after{content:'';display:block;width:36px;height:3px;margin-top:8px;border-radius:5px;background:linear-gradient(90deg,#ff4778,#8c5cff)}
@keyframes tv1Shine{0%,55%{transform:translateX(-160%)}75%,100%{transform:translateX(160%)}}@keyframes tv1Gradient{to{background-position:220% 0}}@keyframes tv1Pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}@keyframes tv1Orbit{to{transform:rotate(360deg)}}@keyframes tv1Badge{50%{transform:translateY(-6px)}}@keyframes tv1TextGlow{to{background-position:200% 0}}
@media(max-width:991px){.tv1-chat-card:hover{transform:none}.tv1-hero:after{opacity:.5}.tv1-hero-copy h2{animation:none}}
@media(max-width:620px){.tv1-chat-card{box-shadow:0 18px 46px rgba(79,17,90,.23),0 0 0 4px rgba(255,255,255,.15)}.tv1-hero:after{display:none}.tv1-blog-card:hover,.tv1-room-grid a:hover{transform:none}}
.tv1-ultra-glam-marker{display:contents}

/* === Ultra cafcaflı portal görünümü === */
.tv1-header:after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:3px;background:linear-gradient(90deg,#ff2f6d,#ffcf4a,#38d9ff,#8859ff,#ff2f6d);background-size:240% 100%;animation:tv1Rainbow 6s linear infinite}
.tv1-hero{isolation:isolate}.tv1-hero:before{filter:saturate(1.18)}.tv1-hero-grid:before{content:'';position:absolute;z-index:-1;width:340px;height:340px;left:36%;top:20%;border-radius:50%;background:rgba(255,255,255,.14);filter:blur(70px);animation:tv1Blob 7s ease-in-out infinite}
.tv1-sparkles i{position:absolute;z-index:3;color:#fff6a8;text-shadow:0 0 12px #fff,0 0 24px #ffdf47;font-style:normal;animation:tv1Twinkle 2.4s ease-in-out infinite}.tv1-sparkles i:nth-child(1){left:2%;top:20%;font-size:27px}.tv1-sparkles i:nth-child(2){left:47%;top:10%;font-size:20px;animation-delay:-.8s}.tv1-sparkles i:nth-child(3){right:4%;top:38%;font-size:32px;animation-delay:-1.6s}.tv1-sparkles i:nth-child(4){left:8%;bottom:17%;font-size:18px;animation-delay:-1.1s}.tv1-sparkles i:nth-child(5){right:29%;bottom:9%;font-size:24px;animation-delay:-.4s}.tv1-sparkles i:nth-child(6){right:1%;bottom:16%;font-size:16px;animation-delay:-1.9s}
.tv1-chat-card{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,247,253,.94));box-shadow:0 34px 90px rgba(64,12,91,.34),0 0 0 8px rgba(255,255,255,.18),inset 0 0 45px rgba(255,255,255,.55)}.tv1-chat-card:before{width:230px;height:230px;background:radial-gradient(circle,rgba(255,194,72,.34),rgba(255,59,126,.13) 45%,transparent 70%)}.tv1-chat-card .tv1-separator span{padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#fff5d6,#f4eaff);font-weight:700}
.tv1-login-tabs button{transition:.3s}.tv1-login-tabs button:not(.active):hover{background:#fff;color:#9b3ac9;transform:translateY(-2px);box-shadow:0 7px 16px rgba(91,50,130,.12)}
.tv1-form button:after{content:'✦';position:absolute;right:17px;top:50%;transform:translateY(-50%);font-size:17px;animation:tv1Twinkle 1.8s infinite}.tv1-form button:before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.5) 50%,transparent 70%);transform:translateX(-130%);animation:tv1ButtonShine 3.6s ease-in-out infinite}
.tv1-hero-copy{filter:drop-shadow(0 18px 35px rgba(61,12,88,.15))}.tv1-room-badge:after{content:' ✨';}.tv1-level-badge:after{content:' ✨';}
.tv1-hero-mini-stats{display:flex;gap:12px;margin-top:26px}.tv1-hero-mini-stats span{min-width:105px;padding:12px 14px;border:1px solid rgba(255,255,255,.43);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.27),rgba(255,255,255,.10));backdrop-filter:blur(12px);box-shadow:0 12px 25px rgba(64,13,88,.16);text-align:center;transition:.25s}.tv1-hero-mini-stats span:hover{transform:translateY(-5px) scale(1.04);background:rgba(255,255,255,.32)}.tv1-hero-mini-stats b,.tv1-hero-mini-stats small{display:block}.tv1-hero-mini-stats b{font-size:16px;color:#fff}.tv1-hero-mini-stats small{font-size:10px;color:#fffbe8;margin-top:3px}
.tv1-people>div{filter:drop-shadow(0 12px 17px rgba(58,10,85,.23))}.tv1-people>div:nth-child(1):after{background:conic-gradient(#ffdc4a,#ff3c76,#fff,#ffdc4a)}.tv1-people>div:nth-child(2):after{background:conic-gradient(#4eeaff,#6655ff,#fff,#4eeaff)}.tv1-people>div:nth-child(3):after{background:conic-gradient(#9bff72,#ffcc42,#fff,#9bff72)}
.tv1-marquee{position:relative;z-index:12;overflow:hidden;margin-top:-48px;padding:13px 0;border-top:1px solid rgba(255,255,255,.55);border-bottom:1px solid rgba(87,53,150,.15);background:linear-gradient(90deg,#17132d,#51256f,#b83483,#51256f,#17132d);box-shadow:0 15px 38px rgba(62,23,93,.2);transform:rotate(-1deg) scale(1.02)}.tv1-marquee>div{display:flex;justify-content:center;gap:34px;min-width:max-content;color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;animation:tv1MarqueeFloat 5s ease-in-out infinite}.tv1-marquee span:nth-child(odd){color:#ffe870}.tv1-marquee span:nth-child(even){color:#8eeaff}
.tv1-blog-section{padding-top:105px}.tv1-section-head{position:relative}.tv1-section-head:before,.tv1-section-head:after{content:'✦';position:absolute;top:45%;font-size:26px;color:#d975f1;text-shadow:0 0 15px rgba(217,117,241,.6);animation:tv1Twinkle 2.2s infinite}.tv1-section-head:before{left:calc(50% - 250px)}.tv1-section-head:after{right:calc(50% - 250px);animation-delay:-1s}
.tv1-blog-card{background:linear-gradient(160deg,#fff 72%,#fff0fa);overflow:visible}.tv1-blog-card:after{content:'';position:absolute;z-index:-1;inset:8px -6px -8px 6px;border-radius:18px;background:linear-gradient(135deg,rgba(255,54,120,.18),rgba(119,82,255,.2));filter:blur(5px)}.tv1-blog-image{border-radius:15px 15px 0 0}.tv1-blog-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(50,12,70,.45));pointer-events:none}
.tv1-blog-body h3{transition:.25s}.tv1-blog-card:hover h3{color:#b52e83}.tv1-blog-foot details summary{padding:6px 9px;border-radius:8px;background:#fff0f7}
.tv1-widget{position:relative;overflow:hidden}.tv1-widget:before{content:'';position:absolute;right:-28px;top:-28px;width:75px;height:75px;border-radius:50%;background:linear-gradient(135deg,rgba(255,52,119,.12),rgba(118,80,255,.16))}.tv1-widget-hot:before{background:rgba(255,255,255,.16)}
.tv1-rooms:before{content:'';position:absolute;inset:0;opacity:.23;background-image:linear-gradient(30deg,rgba(152,65,202,.12) 12%,transparent 12.5%,transparent 87%,rgba(152,65,202,.12) 87.5%),linear-gradient(150deg,rgba(255,48,110,.1) 12%,transparent 12.5%,transparent 87%,rgba(255,48,110,.1) 87.5%);background-size:56px 98px}.tv1-rooms .tv1-container{position:relative;z-index:2}.tv1-room-grid a{background:linear-gradient(145deg,#fff,#fff8fd)}.tv1-room-grid a:nth-child(2n){background:linear-gradient(145deg,#fff,#f6f4ff)}.tv1-room-grid a i{font-size:24px}.tv1-room-grid small em{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12);animation:tv1Pulse 1.8s infinite}
.tv1-footer:before{content:'';position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:22px 22px}.tv1-footer-grid,.tv1-footer-bottom{position:relative}.tv1-footer-grid img{filter:brightness(0) invert(1) drop-shadow(0 0 13px rgba(255,255,255,.25))}
@keyframes tv1Rainbow{to{background-position:240% 0}}@keyframes tv1Twinkle{0%,100%{opacity:.35;transform:scale(.75) rotate(0)}50%{opacity:1;transform:scale(1.25) rotate(20deg)}}@keyframes tv1Blob{50%{transform:translate(45px,-25px) scale(1.2)}}@keyframes tv1ButtonShine{0%,55%{transform:translateX(-130%)}85%,100%{transform:translateX(130%)}}@keyframes tv1MarqueeFloat{50%{transform:translateX(-20px)}} 
@media(max-width:991px){.tv1-marquee{margin-top:-35px}.tv1-hero-mini-stats{justify-content:center}.tv1-sparkles i:nth-child(odd){display:none}.tv1-section-head:before,.tv1-section-head:after{display:none}}
@media(max-width:620px){.tv1-hero-mini-stats{gap:7px}.tv1-hero-mini-stats span{min-width:0;flex:1;padding:10px 5px}.tv1-marquee>div{gap:20px;font-size:10px}.tv1-marquee span:nth-child(n+4){display:none}.tv1-chat-card{box-shadow:0 24px 58px rgba(64,12,91,.31),0 0 0 5px rgba(255,255,255,.16)}}
.tv1-inline-register-marker{display:contents}

/* === Panel içi cafcaflı üyelik formu === */
.tv1-login-tabs{grid-template-columns:repeat(3,1fr);gap:5px}.tv1-login-tabs button{padding:11px 5px;font-size:12px;white-space:nowrap}.auth-pane{animation:tv1PaneIn .38s cubic-bezier(.2,.8,.2,1)}
.tv1-chat-card.register-open{max-width:570px}.tv1-chat-card.register-open>h1{margin-bottom:17px}.tv1-chat-card.register-open .tv1-separator{margin-bottom:16px}
.tv1-register-intro{position:relative;display:flex;align-items:center;gap:12px;padding:14px 15px;margin-bottom:16px;border-radius:15px;color:#fff;background:linear-gradient(115deg,#ff316f,#bd3fbe 50%,#6259f4);box-shadow:0 12px 27px rgba(137,52,176,.25);overflow:hidden}.tv1-register-intro:after{content:'';position:absolute;inset:-50%;background:conic-gradient(transparent,rgba(255,255,255,.25),transparent 28%);animation:tv1Orbit 5s linear infinite}.tv1-register-intro i{position:relative;z-index:2;width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.18);font-style:normal;font-size:19px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.27)}.tv1-register-intro div{position:relative;z-index:2}.tv1-register-intro b,.tv1-register-intro small{display:block}.tv1-register-intro b{font-size:16px}.tv1-register-intro small{font-size:10px;color:#fff;margin-top:3px}
.tv1-register-form{gap:13px}.tv1-register-form .tv1-form-row{gap:9px}.tv1-register-form label{font-size:12px}.tv1-register-form input{padding:11px 12px}.tv1-register-form>button{margin-top:2px;background:linear-gradient(105deg,#ff315f,#ffbf3e,#9e43d8,#4353f3);background-size:260% 100%;animation:tv1RegisterGradient 5s linear infinite;box-shadow:0 13px 30px rgba(137,53,181,.3)}
.tv1-register-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:9px!important;padding:10px 11px;border:1px solid rgba(152,83,206,.14);border-radius:11px;background:linear-gradient(135deg,#fff7fa,#f7f4ff);cursor:pointer}.tv1-register-check input{width:17px;height:17px;margin:0;padding:0;accent-color:#9c43d8;box-shadow:none}.tv1-register-check span{font-size:10px;line-height:1.4;color:#777e90;font-weight:600}
.tv1-register-line button{border:0;background:transparent;padding:0;color:#9b3ac9;font:inherit;font-weight:850;cursor:pointer;text-decoration:underline;text-decoration-color:rgba(155,58,201,.25);text-underline-offset:3px}.tv1-register-line button:hover{color:#ff315f}
@keyframes tv1PaneIn{from{opacity:0;transform:translateY(13px) scale(.985)}to{opacity:1;transform:none}}@keyframes tv1RegisterGradient{to{background-position:260% 0}}
@media(max-width:620px){.tv1-login-tabs button{font-size:10px;padding:10px 3px}.tv1-form-row{grid-template-columns:1fr}.tv1-register-intro{padding:12px}.tv1-chat-card.register-open{max-width:100%}.tv1-register-form input{padding:11px}.tv1-register-check{display:flex!important}}
.tv1-blog-reader-marker{display:contents}

/* === Temayla bütünleşik blog okuma penceresi === */
.tv1-blog-open{border:0;background:linear-gradient(135deg,#fff0f7,#eee9ff);color:#a332b6;padding:7px 10px;border-radius:9px;font-size:12px;font-weight:850;cursor:pointer;transition:.25s;box-shadow:0 5px 12px rgba(126,63,157,.08)}.tv1-blog-open b{display:inline-block;margin-left:3px;transition:.25s}.tv1-blog-open:hover{color:#fff;background:linear-gradient(135deg,#ff315f,#8b52e8);transform:translateY(-2px);box-shadow:0 10px 20px rgba(143,58,178,.24)}.tv1-blog-open:hover b{transform:translateX(3px)}
body.tv1-reader-open{overflow:hidden}.tv1-blog-reader{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;padding:24px}.tv1-blog-reader.open{display:flex}.tv1-reader-backdrop{position:absolute;inset:0;background:rgba(17,10,35,.76);backdrop-filter:blur(12px) saturate(125%);animation:tv1ReaderFade .25s ease}.tv1-reader-card{position:relative;z-index:2;width:min(880px,96vw);max-height:90vh;overflow:hidden;border-radius:27px;background:linear-gradient(155deg,#fff,#fff8fc 70%,#f5f1ff);border:1px solid rgba(255,255,255,.8);box-shadow:0 35px 120px rgba(20,5,38,.55),0 0 0 7px rgba(255,255,255,.12);animation:tv1ReaderIn .35s cubic-bezier(.2,.8,.2,1)}
.tv1-reader-card:after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:27px;box-shadow:inset 0 0 0 1px rgba(138,76,207,.12)}
.tv1-reader-close{position:absolute;z-index:8;right:18px;top:18px;width:48px;height:48px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;padding:0;background:rgba(20,14,38,.62);backdrop-filter:blur(10px);color:#fff;font-size:34px;font-weight:300;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(10,3,26,.28);transition:.25s}.tv1-reader-close:hover{transform:rotate(90deg) scale(1.08);background:linear-gradient(135deg,#ff315f,#8b52e8);border-color:#fff}.tv1-reader-close:focus{outline:3px solid rgba(255,224,90,.65);outline-offset:3px}
.tv1-reader-cover{height:235px;position:relative;display:flex;align-items:flex-end;padding:25px 32px;background-image:radial-gradient(circle at 20% 20%,rgba(255,218,69,.38),transparent 25%),radial-gradient(circle at 82% 30%,rgba(89,222,255,.28),transparent 27%),linear-gradient(125deg,#ff315f,#ba3ebc 52%,#5c58ee);background-size:cover;background-position:center;overflow:hidden}.tv1-reader-cover:before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.28) 1.5px,transparent 1.5px);background-size:22px 22px}.tv1-reader-cover:after{content:'✦';position:absolute;right:90px;bottom:22px;color:#fff6a3;font-size:35px;text-shadow:0 0 18px #fff,0 0 35px #ffd83f;animation:tv1Twinkle 2.1s infinite}.tv1-reader-cover span{position:relative;z-index:2;padding:8px 14px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(17,11,38,.35);backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:900;letter-spacing:.1em}.tv1-reader-cover.has-image span{background:rgba(17,11,38,.58)}
.tv1-reader-body{max-height:calc(90vh - 235px);overflow-y:auto;padding:31px 38px 38px;scrollbar-color:#b64bcb #f3ecf7;scrollbar-width:thin}.tv1-reader-category{display:inline-block;padding:6px 11px;border-radius:999px;background:linear-gradient(135deg,#fff0f6,#eee9ff);color:#b52d84;font-size:10px;font-weight:900;letter-spacing:.08em}.tv1-reader-body h2{font-size:clamp(25px,3vw,39px);line-height:1.2;margin:12px 0 10px;background:linear-gradient(90deg,#171f38,#943fc7,#ff315f);background-clip:text;-webkit-background-clip:text;color:transparent}.tv1-reader-meta{display:flex;align-items:center;gap:9px;color:#8a91a1;font-size:12px;padding-bottom:20px;margin-bottom:21px;border-bottom:1px solid rgba(132,75,183,.12)}.tv1-reader-content{color:#3d4558;font-size:16px;line-height:1.9;overflow-wrap:anywhere}.tv1-reader-content p{margin:0 0 18px}.tv1-reader-content img{max-width:100%;height:auto;border-radius:14px}.tv1-reader-text{white-space:normal}.tv1-reader-end{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(132,75,183,.12);color:#a14abd;font-size:11px;font-weight:800}.tv1-reader-end span{color:#ffb33d}
@keyframes tv1ReaderFade{from{opacity:0}to{opacity:1}}@keyframes tv1ReaderIn{from{opacity:0;transform:translateY(35px) scale(.94)}to{opacity:1;transform:none}}
@media(max-width:650px){.tv1-blog-reader{padding:0;align-items:flex-end}.tv1-reader-card{width:100%;max-height:96vh;border-radius:24px 24px 0 0}.tv1-reader-cover{height:185px;padding:20px}.tv1-reader-body{max-height:calc(96vh - 185px);padding:24px 20px 30px}.tv1-reader-close{right:13px;top:13px;width:44px;height:44px;font-size:31px}.tv1-reader-body h2{font-size:26px}.tv1-reader-content{font-size:15px;line-height:1.78}}
