@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap');
:root{--bg:#080b12;--panel:#0f1420;--panel2:#141b29;--line:rgba(255,255,255,.08);--text:#f7f8fb;--muted:#8791a5;--primary:#6d5dfc;--primary2:#8a7dff;--green:#26d6a2;--danger:#f26f7d;--shadow:0 24px 70px rgba(0,0,0,.42);font-family:Inter,system-ui,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.muted{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;color:#9d93ff;margin:0 0 10px}.brand-mark{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,var(--primary2),#4532df);font:800 28px/1 Space Grotesk;box-shadow:0 13px 40px rgba(109,93,252,.38),inset 0 1px rgba(255,255,255,.3)}.brand-mark.small{width:40px;height:40px;border-radius:13px;font-size:20px;flex:0 0 auto}.btn{border:0;border-radius:14px;padding:14px 18px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:.2s}.btn.primary{background:linear-gradient(135deg,var(--primary2),var(--primary));box-shadow:0 12px 26px rgba(109,93,252,.25)}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 15px 32px rgba(109,93,252,.35)}.btn.compact{padding:11px 15px;border-radius:11px;font-size:13px}.auth-page{min-height:100vh;background:radial-gradient(circle at 12% 12%,rgba(109,93,252,.20),transparent 28%),radial-gradient(circle at 85% 80%,rgba(0,168,143,.11),transparent 25%),#080b12;display:grid;place-items:center;padding:38px}.auth-shell{width:min(1080px,100%);display:grid;grid-template-columns:1.25fr .75fr;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:rgba(12,16,26,.78);backdrop-filter:blur(22px)}.auth-brand{position:relative;min-height:620px;padding:70px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:linear-gradient(145deg,rgba(109,93,252,.10),transparent 60%)}.auth-brand:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(138,125,255,.12);border-radius:50%;right:-190px;top:80px;box-shadow:0 0 0 55px rgba(138,125,255,.025),0 0 0 110px rgba(138,125,255,.02)}.auth-brand h1{font:700 clamp(36px,4.5vw,62px)/1.08 Space Grotesk;margin:22px 0 20px;letter-spacing:-.045em;max-width:720px}.auth-brand>p:not(.eyebrow){font-size:17px;line-height:1.75;color:#aab2c2;max-width:570px}.auth-card{padding:54px 46px;background:rgba(15,20,32,.88);display:flex;flex-direction:column;justify-content:center;gap:26px;border-left:1px solid var(--line)}.auth-card h2{font:700 30px Space Grotesk;margin:0 0 8px}.stack{display:flex;flex-direction:column;gap:17px}.stack label,.form-grid label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700;color:#bbc1ce}.stack input,.stack textarea,.stack select,.form-grid input{width:100%;border:1px solid var(--line);background:#0b101a;border-radius:12px;padding:13px 14px;outline:none;transition:.2s}.stack input:focus,.stack textarea:focus,.stack select:focus,.form-grid input:focus{border-color:rgba(138,125,255,.75);box-shadow:0 0 0 4px rgba(109,93,252,.11)}.auth-foot{font-size:11px!important;text-align:center;color:#687286!important}.alert{padding:13px 15px;border-radius:12px;font-size:13px;border:1px solid}.alert.success{color:#75ebca;background:rgba(38,214,162,.08);border-color:rgba(38,214,162,.24)}.alert.danger{color:#ff9aa5;background:rgba(242,111,125,.08);border-color:rgba(242,111,125,.23)}.signal-visual{display:flex;align-items:end;gap:8px;height:58px;margin-top:42px}.signal-visual span{display:block;width:7px;border-radius:10px;background:linear-gradient(to top,var(--primary),var(--green));animation:signal 1.5s ease-in-out infinite}.signal-visual span:nth-child(1){height:18px}.signal-visual span:nth-child(2){height:34px;animation-delay:.12s}.signal-visual span:nth-child(3){height:50px;animation-delay:.24s}.signal-visual span:nth-child(4){height:27px;animation-delay:.36s}.signal-visual i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 20px var(--green);margin:0 0 4px 7px}@keyframes signal{50%{opacity:.35;transform:scaleY(.75)}}.feature-stack{display:grid;gap:14px;margin-top:30px;color:#aab2c2;font-size:14px}.install-shell{grid-template-columns:.85fr 1.15fr}.install-shell .auth-card{padding:38px 44px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.form-divider{border-top:1px solid var(--line);padding-top:15px;color:#7f89a0;font-size:11px;font-weight:800;letter-spacing:.12em}.chat-page{height:100vh;overflow:hidden}.app-shell{height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr) 310px;background:linear-gradient(140deg,#090d15,#080b12)}.sidebar{background:rgba(12,16,26,.96);border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0;z-index:20}.sidebar-top{padding:22px 20px 16px;display:flex;align-items:center;justify-content:space-between}.app-brand{display:flex;align-items:center;gap:12px}.app-brand span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.app-brand b{font:700 15px Space Grotesk}.app-brand small{color:#697386;font-size:9px;white-space:nowrap}.frequency-heading{padding:20px 21px 9px;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:800;letter-spacing:.13em;color:#687286}.frequency-heading small{letter-spacing:0;font-weight:600}.frequency-list{padding:0 10px;overflow:auto;scrollbar-width:thin;scrollbar-color:#4f5d78 #0a0f18;flex:1}.frequency-list::-webkit-scrollbar{display:block;width:8px}.frequency-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:12px;margin:3px 0;color:#8e98aa;transition:.18s}.frequency-item:hover{background:rgba(255,255,255,.035);color:#d8dce5}.frequency-item.active{background:linear-gradient(90deg,rgba(109,93,252,.18),rgba(109,93,252,.06));color:white;box-shadow:inset 0 0 0 1px rgba(138,125,255,.12)}.frequency-icon{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;flex:0 0 auto}.frequency-icon i,.frequency-mini i{width:9px;height:9px;border-radius:50%;border:2px solid currentColor;box-shadow:0 0 0 4px rgba(109,93,252,.12)}.active .frequency-icon{color:#a99fff;border-color:rgba(138,125,255,.35);background:rgba(109,93,252,.12)}.frequency-copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.frequency-copy b{font:700 13px Space Grotesk}.frequency-copy small{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{font-size:9px;font-weight:800;background:var(--primary);min-width:19px;height:19px;padding:0 5px;border-radius:10px;display:grid;place-items:center;color:white}.sidebar-bottom{position:relative;padding:14px;border-top:1px solid var(--line)}.user-card{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px}.avatar{width:36px;height:36px;border-radius:11px;background:var(--avatar,#6d5dfc);display:grid;place-items:center;font-weight:800;font-size:13px;flex:0 0 auto;box-shadow:inset 0 1px rgba(255,255,255,.22)}.user-card>span:nth-child(2){display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.user-card b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card small{font-size:9px;color:#778194}.online-dot{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;box-shadow:0 0 10px var(--green);margin-right:4px}.user-menu-btn{border:0;background:transparent;color:#778194}.user-popover{display:none;position:absolute;bottom:72px;left:14px;right:14px;background:#161d2b;border:1px solid var(--line);padding:7px;border-radius:12px;box-shadow:var(--shadow)}.user-popover.show{display:grid}.user-popover a{padding:10px;border-radius:8px;font-size:12px}.user-popover a:hover{background:rgba(255,255,255,.05)}.chat-main{min-width:0;display:grid;grid-template-rows:74px minmax(0,1fr) auto;background:radial-gradient(circle at 55% 0,rgba(109,93,252,.055),transparent 35%)}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--line);background:rgba(9,13,21,.75);backdrop-filter:blur(18px);z-index:5}.channel-title{display:flex;gap:12px;align-items:center;min-width:0}.live-indicator{width:39px;height:39px;border-radius:12px;background:rgba(38,214,162,.08);border:1px solid rgba(38,214,162,.15);display:grid;place-items:center}.live-indicator i{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px rgba(38,214,162,.75);animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 5px rgba(38,214,162,.35)}}.channel-title>div:last-child{min-width:0}.channel-title>div>div{display:flex;align-items:center;gap:9px}.channel-title strong{font:700 15px Space Grotesk}.channel-title span{font-size:11px;color:#a0a8b8}.channel-title small{display:block;margin-top:4px;font-size:9px;color:#616b7d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn{border:1px solid var(--line);background:rgba(255,255,255,.025);width:35px;height:35px;border-radius:10px;display:grid;place-items:center;color:#9ba4b6;font-size:16px}.icon-btn:hover{background:rgba(255,255,255,.06);color:white}.sync-state{font-size:10px;color:#778194;padding:8px 10px;border:1px solid var(--line);border-radius:10px}.sync-state i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#7c8698;margin-right:5px}.sync-state.online i{background:var(--green);box-shadow:0 0 8px var(--green)}.sync-state.fallback i{background:#f5b942}.sync-state.offline i{background:var(--danger)}.messages-panel{position:relative;overflow:auto;scrollbar-width:thin;scrollbar-color:#252d3b transparent;padding:25px max(24px,calc((100% - 850px)/2)) 10px}.message-list{display:flex;flex-direction:column;gap:4px;min-height:100%}.day-separator{display:flex;align-items:center;gap:13px;margin:3px 0 20px;color:#596376;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.day-separator:before,.day-separator:after{content:"";height:1px;background:var(--line);flex:1}.message{display:flex;gap:11px;padding:8px 10px;border-radius:14px;max-width:86%;align-self:flex-start;transition:.15s}.message:hover{background:rgba(255,255,255,.018)}.message.mine{align-self:flex-end;flex-direction:row-reverse}.message-content{min-width:0}.message-meta{display:flex;gap:8px;align-items:baseline;margin:0 4px 5px}.mine .message-meta{justify-content:flex-end}.message-meta b{font-size:10px;color:#9ca6b7}.message-meta time{font-size:8px;color:#596376}.message-bubble{background:#151c29;border:1px solid rgba(255,255,255,.055);border-radius:4px 14px 14px 14px;padding:10px 13px;font-size:13px;line-height:1.55;overflow-wrap:anywhere;box-shadow:0 7px 18px rgba(0,0,0,.10)}.mine .message-bubble{background:linear-gradient(135deg,#6d5dfc,#5a48e8);border-color:rgba(255,255,255,.10);border-radius:14px 4px 14px 14px}.new-message-pill{position:sticky;bottom:8px;margin:0 auto;display:none;border:1px solid rgba(138,125,255,.30);background:#201b47;padding:8px 12px;border-radius:18px;font-size:10px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.new-message-pill.show{display:block}.composer-wrap{padding:5px max(24px,calc((100% - 850px)/2)) 18px}.typing-line{height:20px;font-size:9px;color:#7e88a0;padding-left:13px;font-style:italic}.composer{border:1px solid rgba(255,255,255,.09);background:#101621;border-radius:17px;padding:12px 12px 9px;box-shadow:0 16px 35px rgba(0,0,0,.20);transition:.2s}.composer:focus-within{border-color:rgba(138,125,255,.38);box-shadow:0 16px 40px rgba(0,0,0,.22),0 0 0 4px rgba(109,93,252,.055)}.composer textarea{width:100%;display:block;resize:none;overflow-y:auto;border:0;background:transparent;outline:0;min-height:24px;max-height:180px;line-height:1.5;font-size:13px;padding:0 3px}.composer textarea::placeholder{color:#535e71}.composer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.composer-bottom>span{font-size:8px;color:#586276}.composer kbd{border:1px solid var(--line);padding:2px 4px;border-radius:4px;background:#181e2b}.send-btn{width:34px;height:34px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--primary2),var(--primary));display:grid;place-items:center;box-shadow:0 8px 18px rgba(109,93,252,.24)}.send-btn svg{width:16px;fill:white}.send-btn:disabled{opacity:.55}.info-panel{background:rgba(12,16,26,.90);border-left:1px solid var(--line);padding:22px 18px}.info-head{display:flex;align-items:center;justify-content:space-between}.info-head small{font-size:9px;letter-spacing:.12em;color:#687286;font-weight:800}.info-head h3{font:700 20px Space Grotesk;margin:6px 0 0}.frequency-card{margin-top:25px;padding:23px;border-radius:19px;background:linear-gradient(145deg,rgba(109,93,252,.11),rgba(255,255,255,.025));border:1px solid rgba(138,125,255,.14);text-align:center}.radar{width:112px;height:112px;border:1px solid rgba(109,93,252,.25);border-radius:50%;margin:0 auto 21px;position:relative;display:grid;place-items:center;background:repeating-radial-gradient(circle,transparent 0 18px,rgba(109,93,252,.08) 19px 20px)}.radar:after{content:"";position:absolute;width:50%;height:1px;background:linear-gradient(90deg,transparent,var(--primary));transform-origin:right;left:0;animation:radar 4s linear infinite}@keyframes radar{to{transform:rotate(360deg)}}.radar i{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}.frequency-card h4{font:700 16px Space Grotesk;margin:0 0 8px}.frequency-card p,.info-note p{font-size:10px;line-height:1.65;color:#788296;margin:0}.info-note{margin-top:16px;padding:17px;border-radius:14px;border:1px solid var(--line)}.info-note b{font-size:11px}.info-note p{margin-top:7px}.empty-state{display:grid;place-items:center;align-content:center;text-align:center;padding:40px}.empty-state h2{font:700 26px Space Grotesk;margin:22px 0 8px}.empty-state p{color:var(--muted);max-width:430px;font-size:13px;line-height:1.65}.empty-orbit{width:95px;height:95px;border-radius:50%;border:1px solid rgba(109,93,252,.25);display:grid;place-items:center;box-shadow:0 0 0 20px rgba(109,93,252,.03)}.empty-orbit span{font:800 28px Space Grotesk;color:#a89eff}.mobile-only{display:none}.sidebar-overlay{display:none}
.admin-page{min-height:100vh;background:#090d15}.admin-shell{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:100vh}.admin-sidebar{position:sticky;top:0;height:100vh;background:#0c111b;border-right:1px solid var(--line);padding:22px 16px;display:flex;flex-direction:column}.admin-sidebar .app-brand{padding:0 7px 25px}.admin-sidebar nav{display:grid;gap:5px}.admin-sidebar nav a{padding:12px 13px;border-radius:11px;color:#8490a4;font-size:12px;display:flex;gap:11px}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:rgba(109,93,252,.10);color:white}.admin-sidebar nav a.active{box-shadow:inset 3px 0 var(--primary)}.admin-user{margin-top:auto;border-top:1px solid var(--line);padding:16px 7px 2px;display:flex;gap:10px;align-items:center}.admin-user div{display:flex;flex-direction:column;gap:3px}.admin-user b{font-size:11px}.admin-user small{font-size:9px;color:#687286}.admin-main{padding:34px clamp(24px,4vw,58px);min-width:0}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:20px}.admin-header h1{font:700 32px Space Grotesk;margin:0 0 7px}.admin-header>div>p:last-child{margin:0;color:#7b8599;font-size:12px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stat-grid article{background:linear-gradient(145deg,#111824,#0e141e);border:1px solid var(--line);border-radius:17px;padding:20px;display:flex;flex-direction:column}.stat-grid span{font-size:10px;color:#778194}.stat-grid b{font:700 31px Space Grotesk;margin:11px 0 4px}.stat-grid small{font-size:9px;color:#586276}.admin-card{background:#0f1520;border:1px solid var(--line);border-radius:18px;overflow:hidden}.card-head{padding:20px 22px;border-bottom:1px solid var(--line)}.card-head h2{font:700 16px Space Grotesk;margin:0 0 5px}.card-head p{font-size:10px;color:#697386;margin:0}.activity-list>div{display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:15px;padding:14px 21px;border-bottom:1px solid rgba(255,255,255,.045)}.activity-list>div:last-child{border-bottom:0}.activity-frequency{font:700 11px Space Grotesk;color:#9e95ff}.activity-list b{font-size:10px}.activity-list p{font-size:11px;color:#7d879a;margin:4px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-list time{font-size:9px;color:#596376}.pad{padding:20px}.responsive-table{overflow:auto}.table-card table{width:100%;border-collapse:collapse;min-width:790px}.table-card th{text-align:left;padding:13px 17px;font-size:9px;color:#606b7e;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--line)}.table-card td{padding:14px 17px;border-bottom:1px solid rgba(255,255,255,.045);font-size:11px;color:#9ba4b5}.table-card tr:last-child td{border-bottom:0}.table-primary{display:flex;align-items:center;gap:11px}.table-primary>div{display:flex;flex-direction:column;gap:4px}.table-primary b{font-size:11px;color:#e8eaf0}.table-primary small{font-size:9px;color:#687286;max-width:330px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frequency-mini{width:34px;height:34px;border-radius:10px;background:rgba(109,93,252,.09);color:#9e95ff;display:grid;place-items:center}.status-pill,.role-pill{display:inline-flex;border-radius:15px;padding:5px 8px;font-size:9px;font-weight:700}.status-pill.success{color:#63e6c0;background:rgba(38,214,162,.08)}.muted-status{color:#8b95a8;background:rgba(255,255,255,.04)}.role-pill{color:#b2aaff;background:rgba(109,93,252,.1)}.frequency-tags{font-size:9px;color:#8993a6}.row-actions{display:flex;align-items:center;gap:9px}.row-actions form{margin:0}.link-btn{border:0;background:transparent;color:#988eff;padding:0;font-size:10px}.link-btn:hover{text-decoration:underline}.drawer{position:fixed;inset:0;display:none;z-index:100}.drawer.open{display:block}.drawer-overlay{position:absolute;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(3px)}.drawer>section{position:absolute;right:0;top:0;bottom:0;width:min(470px,100%);background:#0f1520;border-left:1px solid var(--line);padding:28px;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.35)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.drawer-head h2{font:700 24px Space Grotesk;margin:0}.drawer fieldset{border:1px solid var(--line);border-radius:14px;padding:14px}.drawer legend{padding:0 6px;font-size:10px;font-weight:800;color:#7d879a}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.check-card{display:flex!important;flex-direction:row!important;align-items:center;gap:9px!important;background:#0b1019;padding:10px;border-radius:10px;border:1px solid var(--line)}.check-card input{width:auto!important}.check-card span{display:flex;flex-direction:column;gap:2px}.check-card b{font-size:10px}.check-card small{font-size:8px;color:#657083}
@media(max-width:1100px){.app-shell{grid-template-columns:260px minmax(0,1fr)}.info-panel{position:fixed;right:0;top:0;bottom:0;width:310px;z-index:30;transform:translateX(100%);transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.4)}.info-panel.open{transform:translateX(0)}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.auth-page{padding:16px}.auth-shell,.install-shell{grid-template-columns:1fr}.auth-brand{display:none}.auth-card{padding:35px 24px;min-height:calc(100vh - 32px);border:0}.form-grid{grid-template-columns:1fr}.form-grid label{grid-column:1!important}.app-shell{display:block}.mobile-only{display:grid}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(300px,88vw);transform:translateX(-100%);transition:.25s;box-shadow:20px 0 60px rgba(0,0,0,.45)}.sidebar.open{transform:translateX(0)}.sidebar-overlay.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:15}.chat-main{height:100vh;grid-template-rows:67px minmax(0,1fr) auto}.chat-header{padding:0 13px}.channel-title{gap:8px}.live-indicator{width:34px;height:34px}.channel-title span,.channel-title small,.sync-state{display:none}.messages-panel{padding:16px 10px 5px}.composer-wrap{padding:3px 10px 10px}.message{max-width:94%}.message .avatar{width:30px;height:30px}.message-bubble{font-size:12px}.composer-bottom>span{display:none}.admin-shell{display:block}.admin-sidebar{position:static;height:auto;flex-direction:row;align-items:center;padding:12px;overflow:auto}.admin-sidebar .app-brand,.admin-user{display:none}.admin-sidebar nav{display:flex;min-width:max-content}.admin-sidebar nav a{padding:10px}.admin-main{padding:24px 14px}.admin-header{align-items:flex-start}.admin-header h1{font-size:26px}.stat-grid{grid-template-columns:1fr 1fr}.check-grid{grid-template-columns:1fr}}@media(max-width:420px){.stat-grid{grid-template-columns:1fr}.admin-header{flex-direction:column}.admin-header .btn{width:100%}}

/* v1.1.0 — Türkçe arayüz ve yeni yönetim ekranları */
*{scrollbar-width:thin;scrollbar-color:#4f5d78 #0a0f18}
*::-webkit-scrollbar{width:10px;height:10px}
*::-webkit-scrollbar-track{background:#0a0f18;border-radius:10px}
*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#53617d,#343f55);border:2px solid #0a0f18;border-radius:10px}
*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6d5dfc,#4f46c8)}
.frequency-list{scrollbar-width:thin!important;scrollbar-color:#4f5d78 #0a0f18!important;padding-right:6px!important}
.frequency-list::-webkit-scrollbar{display:block!important;width:8px!important}
.messages-panel::-webkit-scrollbar{display:block;width:10px}
.responsive-table::-webkit-scrollbar,.drawer>section::-webkit-scrollbar,.member-select-list::-webkit-scrollbar{display:block}
.btn.secondary{background:#151c29;border:1px solid var(--line);color:#c9cfda;box-shadow:none}
.btn.secondary:hover{background:#1a2333;border-color:rgba(138,125,255,.28)}
.auth-register{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;color:#7f899b;font-size:12px;text-align:center}
.auth-register a{color:#a89fff;font-weight:800}
.auth-register a:hover{text-decoration:underline}
.registration-shell{grid-template-columns:1fr 1fr}
.compact-grid{gap:10px}
.sidebar-create{padding:9px 10px 12px;border-top:1px solid rgba(255,255,255,.045)}
.create-frequency-btn{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px dashed rgba(138,125,255,.28);border-radius:12px;background:rgba(109,93,252,.055);color:#c8c3ff;transition:.2s}
.create-frequency-btn:hover{background:rgba(109,93,252,.12);border-color:rgba(138,125,255,.45)}
.create-frequency-btn>span:first-child{width:30px;height:30px;border-radius:9px;background:rgba(109,93,252,.18);display:grid;place-items:center;font-size:18px}
.create-frequency-btn>span:last-child{display:flex;flex-direction:column;gap:3px}
.create-frequency-btn b{font-size:11px}.create-frequency-btn small{font-size:8px;color:#7d87a0}
.chat-flash{position:fixed;z-index:80;left:50%;top:88px;transform:translateX(-50%);width:min(520px,calc(100% - 28px));box-shadow:0 18px 45px rgba(0,0,0,.35)}
.standalone-shell{min-height:100vh;background:radial-gradient(circle at 50% 0,rgba(109,93,252,.08),transparent 30%),#090d15}
.standalone-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px clamp(18px,4vw,55px);border-bottom:1px solid var(--line);background:rgba(9,13,21,.88);backdrop-filter:blur(20px)}
.standalone-actions{display:flex;gap:10px;align-items:center}
.standalone-main{width:min(1240px,calc(100% - 36px));margin:0 auto;padding:48px 0 70px}
.page-intro{margin-bottom:28px}.page-intro h1{font:700 clamp(28px,4vw,42px) Space Grotesk;margin:0 0 10px}.page-intro>p:last-child{color:#818ba0;line-height:1.65;margin:0;max-width:720px}
.empty-card{padding:60px 25px;text-align:center;display:grid;justify-items:center}.empty-card h2{font:700 24px Space Grotesk;margin:24px 0 8px}.empty-card p{color:#7f899d;max-width:520px;line-height:1.65;margin:0 0 22px}
.owned-frequency-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.owned-frequency-card{background:linear-gradient(145deg,#111824,#0e141e);border:1px solid var(--line);border-radius:19px;padding:21px;min-width:0}
.owned-frequency-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.owned-frequency-card>strong{font:800 13px Space Grotesk;color:#a99fff}.owned-frequency-card h2{font:700 20px Space Grotesk;margin:7px 0 8px}.owned-frequency-card>p{height:43px;overflow:hidden;color:#7f899c;font-size:11px;line-height:1.6;margin:0}
.owned-frequency-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.owned-frequency-stats span{display:flex;flex-direction:column;gap:3px;color:#687286;font-size:8px}.owned-frequency-stats b{font-size:10px;color:#c7ccd6}.owned-frequency-stats span:last-child{grid-column:1/-1}
.owned-frequency-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.owned-frequency-actions form{margin:0}
.fieldset-help{font-size:9px;color:#707b90;line-height:1.5;margin:0 0 12px}
.member-select-list{display:grid;gap:7px;max-height:300px;overflow:auto;padding-right:5px}
.member-select-card{display:grid!important;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px!important;padding:10px;border-radius:11px;background:#0b1019;border:1px solid var(--line);cursor:pointer}
.member-select-card:hover{border-color:rgba(138,125,255,.3)}.member-select-card input{width:auto!important}.member-select-card .avatar{width:31px;height:31px;border-radius:9px;font-size:11px}.member-select-card>span:last-child{display:flex;flex-direction:column;gap:3px}.member-select-card b{font-size:10px}.member-select-card small{font-size:8px;color:#687286}
.five-stats{grid-template-columns:repeat(5,1fr)}
.split-head{display:flex;justify-content:space-between;align-items:center;gap:20px}
.table-link{color:#a99fff;font-weight:800}.table-link:hover{text-decoration:underline}
.settings-layout{display:grid;gap:14px;max-width:900px}.settings-card{padding:22px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.setting-copy{display:flex;align-items:flex-start;gap:16px}.setting-icon{width:44px;height:44px;border-radius:13px;background:rgba(109,93,252,.1);border:1px solid rgba(138,125,255,.15);display:grid;place-items:center;color:#aea6ff;font-size:20px;flex:0 0 auto}.setting-copy h2{font:700 16px Space Grotesk;margin:2px 0 7px}.setting-copy p{color:#7e889b;font-size:11px;line-height:1.65;margin:0;max-width:600px}
.switch{display:flex;align-items:center;gap:10px;cursor:pointer;flex:0 0 auto}.switch input{position:absolute;opacity:0;pointer-events:none}.switch-track{width:48px;height:27px;border-radius:18px;background:#232b39;border:1px solid var(--line);padding:3px;transition:.2s}.switch-track i{display:block;width:19px;height:19px;border-radius:50%;background:#7c8799;transition:.2s}.switch input:checked+.switch-track{background:rgba(38,214,162,.17);border-color:rgba(38,214,162,.35)}.switch input:checked+.switch-track i{transform:translateX(21px);background:var(--green);box-shadow:0 0 15px rgba(38,214,162,.5)}.switch b{font-size:10px;min-width:38px}.locked-setting{opacity:.92}.settings-actions{display:flex;justify-content:flex-end;margin-top:4px}
.filter-card{padding:18px;margin-bottom:16px}.history-filters{display:grid;grid-template-columns:1.1fr 1.1fr .8fr .8fr 1.4fr auto;gap:11px;align-items:end}.history-filters label{display:flex;flex-direction:column;gap:7px;font-size:9px;font-weight:800;color:#737e92;text-transform:uppercase;letter-spacing:.05em}.history-filters input,.history-filters select{width:100%;border:1px solid var(--line);background:#0b1019;border-radius:10px;padding:10px 11px;outline:none;font-size:11px;color:#d7dbe4}.history-filters input:focus,.history-filters select:focus{border-color:rgba(138,125,255,.55)}.filter-actions{display:flex;gap:7px}.history-summary{display:flex;justify-content:space-between;gap:15px;color:#707b8f;font-size:10px;margin:14px 3px}.history-summary b{color:#d9dce4}
.message-history-list{overflow:visible}.history-message{padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.055)}.history-message:last-child{border-bottom:0}.history-message-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.history-user{display:flex;align-items:center;gap:10px}.history-user>span:last-child{display:flex;flex-direction:column;gap:3px}.history-user b{font-size:11px}.history-user small{font-size:8px;color:#697488}.history-meta{display:flex;align-items:flex-end;flex-direction:column;gap:5px;text-align:right}.history-meta a{font:700 10px Space Grotesk;color:#a99fff}.history-meta time{font-size:9px;color:#6d778a}.history-body{margin:14px 0 11px;padding:13px 15px;background:#0b1019;border:1px solid rgba(255,255,255,.055);border-radius:12px;color:#c8ced9;font-size:12px;line-height:1.65;overflow-wrap:anywhere}.history-message footer{display:flex;gap:13px;flex-wrap:wrap;color:#596477;font-size:8px}.deleted-message{opacity:.7}.deleted-message .history-body{text-decoration:line-through}.empty-table{padding:45px;text-align:center;color:#788296;font-size:12px}
.pagination{display:flex;justify-content:center;gap:6px;align-items:center;margin-top:20px;flex-wrap:wrap}.pagination a{min-width:34px;height:34px;padding:0 10px;border-radius:9px;background:#111824;border:1px solid var(--line);display:grid;place-items:center;color:#8e98aa;font-size:10px}.pagination a:hover,.pagination a.active{background:rgba(109,93,252,.14);border-color:rgba(138,125,255,.35);color:white}.pagination a.active{box-shadow:inset 0 -2px var(--primary)}
@media(max-width:1250px){.five-stats{grid-template-columns:repeat(3,1fr)}.owned-frequency-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-filters{grid-template-columns:repeat(3,1fr)}.filter-actions{grid-column:span 3}}
@media(max-width:760px){.registration-shell{grid-template-columns:1fr}.standalone-header{align-items:flex-start}.standalone-actions{flex-direction:column;align-items:stretch}.standalone-main{width:min(100% - 24px,1240px);padding-top:28px}.owned-frequency-grid{grid-template-columns:1fr}.settings-card{align-items:flex-start;flex-direction:column}.switch{align-self:flex-end}.split-head{align-items:flex-start;flex-direction:column}.history-filters{grid-template-columns:1fr 1fr}.filter-actions{grid-column:1/-1}.history-message-head{align-items:flex-start}.history-meta{max-width:50%}.five-stats{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.standalone-header{flex-direction:column}.standalone-actions{width:100%}.history-filters{grid-template-columns:1fr}.filter-actions{grid-column:1}.filter-actions .btn{flex:1}.history-message-head{flex-direction:column}.history-meta{align-items:flex-start;text-align:left;max-width:none}.five-stats{grid-template-columns:1fr}}

/* v1.2.0: Ana sohbet ekranında kaydırma çalışır, çubuklar görünmez. */
.chat-page .frequency-list{scrollbar-width:none!important;-ms-overflow-style:none!important;padding-right:10px!important}.chat-page .messages-panel,.chat-page .info-panel{scrollbar-width:none!important;-ms-overflow-style:none!important}
.chat-page .frequency-list::-webkit-scrollbar,.chat-page .messages-panel::-webkit-scrollbar,.chat-page .info-panel::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.user-id-card{display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(480px,100%);margin-top:18px;padding:13px 15px;border:1px solid rgba(138,125,255,.2);border-radius:14px;background:rgba(109,93,252,.065)}
.user-id-card>span{display:flex;flex-direction:column;gap:5px}.user-id-card small{font-size:8px;letter-spacing:.12em;color:#777f94;font-weight:800}.user-id-card b{font:800 18px Space Grotesk;color:#c3bdff}
.privacy-note{margin:10px 0 0;color:#687489;font-size:9px;line-height:1.6}
#memberIds{min-height:105px;resize:vertical;letter-spacing:.02em}
@media(max-width:560px){.user-id-card{align-items:flex-start;flex-direction:column}.user-id-card .btn{width:100%}}

/* v1.2.1 — Sohbet ekranı sabit görünüm ve iç kaydırma düzeltmesi */
html{height:100%}
body.chat-page{
    width:100%;
    height:100%;
    min-height:0;
    overflow:hidden;
}
.chat-page .app-shell{
    width:100%;
    height:100vh;
    height:100dvh;
    min-height:0;
    max-height:100vh;
    max-height:100dvh;
    overflow:hidden;
}
.chat-page .sidebar{
    height:100%;
    min-height:0;
    overflow:hidden;
}
.chat-page .chat-main{
    width:100%;
    height:100%;
    min-width:0;
    min-height:0;
    max-height:100%;
    overflow:hidden;
    grid-template-rows:74px minmax(0,1fr) auto;
}
.chat-page .messages-panel{
    width:100%;
    height:100%;
    min-width:0;
    min-height:0;
    max-height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
}
.chat-page .message-list{
    width:100%;
    min-width:0;
}
.chat-page .message,
.chat-page .message-content,
.chat-page .message-bubble{
    min-width:0;
    max-width:100%;
}
.chat-page .composer-wrap{
    min-width:0;
    min-height:0;
    overflow:hidden;
}
.chat-page .info-panel{
    height:100%;
    min-height:0;
    max-height:100%;
    overflow-x:hidden;
    overflow-y:auto;
}
@media(max-width:760px){
    .chat-page .app-shell{
        display:block;
        height:100vh;
        height:100dvh;
        max-height:100vh;
        max-height:100dvh;
    }
    .chat-page .chat-main{
        height:100vh;
        height:100dvh;
        max-height:100vh;
        max-height:100dvh;
        min-height:0;
        grid-template-rows:67px minmax(0,1fr) auto;
    }
}
