:root{--bg:#f8fafc;--card:#ffffff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--primary:#6366f1;--primary2:#38bdf8;--soft:#eef2ff;--danger:#ef4444;--ok:#10b981;--shadow:0 16px 45px rgba(15,23,42,.08)}*{box-sizing:border-box}body{margin:0;font-family:Tajawal,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at top,#e0f2fe 0,#f8fafc 38%,#fff 100%);color:var(--text);direction:rtl;padding-bottom:86px}a{text-decoration:none;color:inherit}.wrap{max-width:760px;margin:auto;padding:16px}.topbar{position:sticky;top:0;z-index:9;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.75)}.brand{display:flex;align-items:center;justify-content:space-between;gap:10px}.logo{font-weight:900;font-size:24px;background:linear-gradient(135deg,var(--primary),var(--primary2));-webkit-background-clip:text;color:transparent}.pill{padding:9px 13px;background:var(--soft);border-radius:999px;color:#4338ca;font-weight:800}.card{background:rgba(255,255,255,.92);border:1px solid rgba(226,232,240,.95);box-shadow:var(--shadow);border-radius:28px;padding:16px;margin:14px 0}.hero{padding:20px;background:linear-gradient(135deg,#fff,#eef2ff 55%,#e0f2fe);border-radius:32px;border:1px solid #dbeafe}.muted{color:var(--muted)}.form input,.form textarea,.form select{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff;margin:8px 0;font-size:16px;outline:0}.form textarea{min-height:96px;resize:vertical}.form input:focus,.form textarea:focus{border-color:#818cf8;box-shadow:0 0 0 4px #eef2ff}.btn{border:0;border-radius:18px;padding:12px 16px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:8px;justify-content:center}.btn.primary{background:linear-gradient(135deg,var(--primary),#8b5cf6);color:white;box-shadow:0 12px 25px rgba(99,102,241,.25)}.btn.light{background:#f1f5f9;color:#334155}.btn.danger{background:#fee2e2;color:#b91c1c}.btn.ok{background:#dcfce7;color:#166534}.full{width:100%}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 20px rgba(15,23,42,.12)}.avatar.big{width:96px;height:96px}.row{display:flex;align-items:center;gap:10px}.between{display:flex;align-items:center;justify-content:space-between;gap:10px}.post-content{font-size:18px;line-height:1.8;white-space:pre-wrap}.post-img{width:100%;border-radius:22px;margin-top:12px;max-height:460px;object-fit:cover}.actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.act{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:10px;text-align:center;font-weight:800;color:#475569;cursor:pointer}.act.active{background:#fff1f2;color:#e11d48;border-color:#fecdd3}.comment-box{display:none;margin-top:12px}.comment{background:#f8fafc;border-radius:18px;padding:10px;margin-top:8px}.bottom-nav{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);width:min(720px,calc(100% - 24px));background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid rgba(226,232,240,.95);box-shadow:0 20px 55px rgba(15,23,42,.16);border-radius:28px;padding:9px;display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;border-radius:20px;padding:8px;color:#64748b;font-size:12px;font-weight:900}.bottom-nav a.active{background:linear-gradient(135deg,#eef2ff,#e0f2fe);color:#4338ca}.verified{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:white;font-size:13px;margin-right:4px}.profile-head{text-align:center;padding:22px;background:linear-gradient(135deg,#fff,#eef2ff);border-radius:32px;border:1px solid #dbeafe}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.stat{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:12px;text-align:center}.stat b{display:block;font-size:20px}.chat-list a{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #f1f5f9}.msg{max-width:80%;padding:12px 14px;border-radius:20px;margin:8px 0}.msg.me{background:#6366f1;color:white;margin-right:auto;border-bottom-left-radius:6px}.msg.you{background:#f1f5f9;margin-left:auto;border-bottom-right-radius:6px}.admin-shell{display:grid;grid-template-columns:220px 1fr;gap:16px;max-width:1200px;margin:auto;padding:16px}.side{background:#fff;border-radius:28px;padding:16px;box-shadow:var(--shadow);height:max-content}.side a{display:block;padding:12px;border-radius:16px;margin:5px 0;color:#475569;font-weight:800}.side a:hover{background:#eef2ff;color:#4338ca}.table{width:100%;border-collapse:collapse;background:white;border-radius:22px;overflow:hidden}.table th,.table td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:right}.alert{padding:12px 14px;border-radius:18px;margin:10px 0;font-weight:800}.alert.ok{background:#dcfce7;color:#166534}.alert.warn{background:#fff7ed;color:#9a3412}.alert.err{background:#fee2e2;color:#b91c1c}@media(max-width:700px){.wrap{padding:12px}.card{border-radius:24px;padding:14px}.actions{grid-template-columns:repeat(2,1fr)}.admin-shell{display:block}.side{margin-bottom:12px}.grid2{grid-template-columns:1fr}.logo{font-size:22px}}
/* Ultra Fix v2 */
.small{font-size:13px}.composer textarea{min-height:120px;background:linear-gradient(180deg,#fff,#fbfdff)}
.logo i,.pill i,.btn i,.act i,.bottom-nav i,.side i{font-size:16px}.act{display:flex;align-items:center;justify-content:center;gap:7px}.act.active{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.act.active i{font-weight:900}.comment-input{flex:1;padding:12px 14px;border-radius:16px;border:1px solid var(--line);outline:0;background:#fff}.comment-input:focus{border-color:#818cf8;box-shadow:0 0 0 4px #eef2ff}.toast{position:fixed;left:50%;bottom:95px;transform:translateX(-50%);z-index:9999;background:#0f172a;color:white;padding:12px 18px;border-radius:999px;box-shadow:0 15px 35px rgba(15,23,42,.25);font-weight:800}.admin-stats{grid-template-columns:repeat(4,1fr)}.admin-actions{display:flex;gap:6px;flex-wrap:wrap}.admin-actions .btn{padding:8px 10px;border-radius:13px;font-size:13px}.verified i{font-size:11px}.post-card{transition:.2s ease}.post-card:hover{transform:translateY(-1px)}
@media(max-width:700px){.admin-stats{grid-template-columns:repeat(2,1fr)}.table{display:block;overflow-x:auto;white-space:nowrap}.admin-actions{min-width:210px}.actions{grid-template-columns:repeat(4,1fr);gap:5px}.act{font-size:12px;padding:9px 5px}.act i{font-size:14px}}

.floating-refresh{position:fixed;left:18px;bottom:88px;width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;box-shadow:0 18px 45px rgba(99,102,241,.35);display:flex;align-items:center;justify-content:center;font-size:20px;z-index:50;cursor:pointer;transition:.2s}.floating-refresh:hover{transform:translateY(-2px) scale(1.03)}.floating-refresh.spin i{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:14px 16px}.switch-row input{width:48px;height:26px;accent-color:#6366f1}.act{cursor:pointer}.act:disabled,.btn:disabled{opacity:.65;cursor:not-allowed}.toast.ok{background:#10b981}.toast.error{background:#ef4444}.toast.info{background:#334155}.comment-box{display:none}.comment-box.open{display:block}.user-link{text-decoration:none;color:inherit}

/* Ultra Fix v4 - polish */
.hero-clean{background:linear-gradient(135deg,#ffffff 0%,#f8fbff 45%,#eef7ff 100%);box-shadow:0 14px 40px rgba(99,102,241,.08)}
.floating-refresh-pro{position:fixed;left:18px;bottom:92px;z-index:60;border:0;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);color:#4338ca;border:1px solid #c7d2fe;box-shadow:0 18px 45px rgba(79,70,229,.22);padding:12px 16px;display:flex;align-items:center;gap:8px;font-weight:900;cursor:pointer;transition:.2s}
.floating-refresh-pro:hover{transform:translateY(-2px);background:#eef2ff}.floating-refresh-pro.spin i{animation:spin .7s linear infinite}.floating-refresh{display:none!important}
.comment-box{background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid #e2e8f0;border-radius:22px;padding:12px}.comment-form{display:flex;gap:8px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:7px}.comment-form .comment-input{border:0;box-shadow:none;background:transparent}.send-mini{width:42px;height:42px;border:0;border-radius:16px;background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px rgba(99,102,241,.22)}
.comment-list{margin-top:10px}.comment{background:#fff;border:1px solid #eef2f7;box-shadow:0 10px 24px rgba(15,23,42,.04)}.comment small{display:block;color:#94a3b8;margin-top:4px}.more-comments{width:100%;border:0;margin-top:10px;border-radius:16px;padding:11px;background:#eef2ff;color:#4338ca;font-weight:900;cursor:pointer}.more-comments:hover{background:#e0e7ff}
.modal-overlay{position:fixed;inset:0;z-index:9998;background:rgba(15,23,42,.36);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;transition:.18s}.modal-overlay.show{opacity:1}.modal-card{width:min(440px,100%);background:#fff;border-radius:30px;padding:20px;box-shadow:0 30px 80px rgba(15,23,42,.25);border:1px solid #eef2ff;position:relative;animation:pop .18s ease}.modal-close{position:absolute;left:14px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9;font-size:24px;cursor:pointer;color:#64748b}.modal-icon{width:56px;height:56px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:10px}.modal-icon.danger{background:#fee2e2;color:#b91c1c}.reason-list{display:grid;gap:8px;margin-top:12px}.reason-list button{border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:13px 14px;text-align:right;font-weight:900;color:#334155;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.reason-list button:hover{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}@keyframes pop{from{transform:scale(.96) translateY(8px);opacity:.7}to{transform:scale(1) translateY(0);opacity:1}}
.toast{display:flex;align-items:center;gap:8px;border-radius:18px;max-width:calc(100% - 24px);white-space:normal;text-align:center}.alert{border:1px solid transparent}.alert.ok{border-color:#bbf7d0}.alert.warn{border-color:#fed7aa}.alert.err{border-color:#fecaca}
.chat-page{padding-bottom:110px}.chat-head{position:sticky;top:70px;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);z-index:8;border:1px solid #e2e8f0;border-radius:24px;padding:12px;margin-bottom:10px;box-shadow:0 12px 34px rgba(15,23,42,.06)}.chat-window{height:calc(100vh - 245px);min-height:360px;overflow:auto;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:28px;padding:14px;box-shadow:var(--shadow)}.msg{display:block;clear:both;word-break:break-word}.msg small{display:block;font-size:11px;opacity:.75;margin-top:4px}.chat-composer{position:fixed;left:50%;bottom:86px;transform:translateX(-50%);width:min(760px,calc(100% - 24px));display:flex;gap:8px;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border:1px solid #e2e8f0;border-radius:24px;padding:10px;box-shadow:0 20px 55px rgba(15,23,42,.14);z-index:30}.chat-composer input{flex:1;border:0;background:#f8fafc;border-radius:18px;padding:13px 15px;outline:0;font-size:16px}.chat-composer input:focus{box-shadow:0 0 0 4px #eef2ff;background:#fff}
.admin-title{background:linear-gradient(135deg,#fff,#eef2ff);border:1px solid #dbeafe;border-radius:30px;padding:20px;margin-bottom:14px}.admin-list{display:grid;gap:12px}.admin-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:14px;box-shadow:0 12px 34px rgba(15,23,42,.06);display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-reason{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px;color:#334155;line-height:1.7;flex:1}.admin-search{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.admin-search input{margin:0}.friend-request-card{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #eef2f7;border-radius:20px;padding:10px;margin:8px 0}.post-card{scroll-margin-top:90px}
@media(max-width:760px){.floating-refresh-pro{bottom:92px;left:14px;padding:11px 13px}.floating-refresh-pro span{display:none}.admin-user-card{display:block}.admin-user-card .admin-actions{margin-top:12px}.admin-reason{margin:12px 0}.admin-search{grid-template-columns:1fr}.chat-window{height:calc(100vh - 260px)}.chat-head{top:66px}.friend-request-card{display:block}.friend-request-card .admin-actions,.friend-request-card>div{margin-top:10px}.actions{grid-template-columns:repeat(4,1fr)}.act span:not([id]){display:none}.act{min-height:43px}}
/* V5 premium social UI */
.page-head{padding:18px 4px 10px}.page-head h2{margin:0;font-size:24px}.grid-cards{display:grid;gap:14px}.user-card,.notify-card{background:rgba(255,255,255,.88);border:1px solid #e8edf7;border-radius:24px;padding:14px;box-shadow:0 14px 45px rgba(31,41,55,.08)}.notify-card{display:flex;gap:12px;text-decoration:none;color:#111827;margin-bottom:10px}.notify-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#4f46e5}.post-head{display:flex;justify-content:space-between;align-items:center}.icon-btn{width:42px;height:42px;border:0;border-radius:16px;background:#f4f7fb;color:#64748b;display:grid;place-items:center}.icon-btn:hover{background:#eef2ff;color:#4f46e5}.pro-actions{background:#f8fafc;border-radius:18px;padding:7px}.pro-actions .act{border-radius:14px;background:white;border:1px solid #eef2f7}.pro-actions .act.active{color:#e11d48;background:#fff1f2;border-color:#ffe4e6}.modern-comment-form{background:#f8fafc;border:1px solid #eaf0f8;border-radius:20px;padding:8px}.rich-comment{display:flex;gap:9px;margin-top:12px}.c-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.c-body{flex:1}.c-bubble{background:#f7f9fd;border:1px solid #edf2f7;border-radius:18px 18px 18px 6px;padding:9px 11px}.c-name{font-weight:800;text-decoration:none;color:#111827;font-size:13px}.c-text{font-size:14px;line-height:1.7}.c-meta{display:flex;gap:10px;align-items:center;margin:5px 8px;font-size:12px;color:#94a3b8}.c-link{border:0;background:transparent;color:#64748b;font-weight:700;padding:0}.c-link.active{color:#e11d48}.replies{border-right:2px solid #e8eef7;margin-right:8px;padding-right:8px}.reply-form{display:flex;gap:8px;margin-top:8px}.hidden{display:none!important}.reply-input{flex:1;border:1px solid #e5edf7;border-radius:16px;padding:10px;background:white}.modal{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.35);backdrop-filter:blur(8px);display:none;place-items:center;padding:18px}.modal.active{display:grid}.modal-card{width:min(420px,100%);background:#fff;border-radius:28px;padding:20px;box-shadow:0 25px 70px rgba(15,23,42,.22);border:1px solid #eef2f7;animation:pop .18s ease}.modal-close{float:left;border:0;background:#f1f5f9;width:34px;height:34px;border-radius:14px;font-size:22px}.reason-list{display:grid;gap:10px}.reason{border:1px solid #e8edf7;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;padding:13px;text-align:right;font-weight:800;color:#334155}.reason:hover{border-color:#a5b4fc;background:#eef2ff;color:#4338ca}.toast{position:fixed;right:50%;transform:translateX(50%) translateY(25px);bottom:92px;z-index:10000;background:#111827;color:#fff;padding:12px 18px;border-radius:18px;opacity:0;transition:.25s;box-shadow:0 18px 50px rgba(15,23,42,.25)}.toast.show{opacity:1;transform:translateX(50%) translateY(0)}.toast.bad{background:#dc2626}.toast.ok{background:#0f172a}.chat-shell{padding:0;overflow:hidden;background-size:cover;background-position:center;min-height:calc(100vh - 120px);display:flex;flex-direction:column}.pro-chat-top{padding:14px;border-bottom:1px solid #eef2f7;background:rgba(255,255,255,.92);backdrop-filter:blur(10px)}.pro-chat{flex:1;padding:18px;overflow:auto;background:linear-gradient(180deg,rgba(248,250,252,.65),rgba(255,255,255,.3));min-height:430px}.msg{max-width:78%;margin:9px 0;padding:10px 12px;border-radius:22px;position:relative;box-shadow:0 10px 24px rgba(15,23,42,.06);clear:both}.msg.me{margin-right:auto;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;border-bottom-left-radius:8px}.msg.you{margin-left:auto;background:white;color:#111827;border:1px solid #eef2f7;border-bottom-right-radius:8px}.msg small{display:block;margin-top:5px;opacity:.75;font-size:11px}.msg .seen{color:#38bdf8}.msg-actions{position:absolute;top:-8px;left:6px;opacity:0}.msg:hover .msg-actions{opacity:1}.msg-actions button{width:28px;height:28px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.12)}.chat-img{max-width:220px;border-radius:18px;display:block}.msg audio{max-width:220px}.pro-chat-form{display:flex;gap:8px;padding:12px;background:rgba(255,255,255,.95);border-top:1px solid #eef2f7}.pro-chat-form input[name=message]{flex:1;border:1px solid #e5edf7;border-radius:18px;padding:13px;background:#f8fafc}.chat-tool,.send-chat{width:44px;height:44px;border-radius:16px;border:0;background:#eef2ff;color:#4f46e5;display:grid;place-items:center}.send-chat{background:#4f46e5;color:white}.upload-pretty{display:flex;gap:12px;align-items:center;justify-content:center;border:2px dashed #c7d2fe;border-radius:22px;padding:22px;background:#f8faff;margin:12px 0;color:#4f46e5;font-weight:800}.upload-pretty input{display:none}.btn.full{width:100%;margin-top:8px}.btn.ghost{background:#f8fafc;color:#334155;border:1px solid #e5e7eb}.btn.danger,.danger-soft{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.avatar-uploader{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e8edf7;border-radius:28px;padding:18px;display:grid;gap:12px;place-items:center}.avatar-preview-big{width:116px;height:116px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 18px 40px rgba(79,70,229,.18)}@keyframes pop{from{transform:scale(.96);opacity:.6}to{transform:scale(1);opacity:1}}

/* ===== V5.1 stability + premium UI fixes ===== */
body{padding-bottom:96px;overflow-x:hidden}.wrap{width:min(760px,100%)}button,a{-webkit-tap-highlight-color:transparent}.small{font-size:12px}.section-title{margin:18px 6px 8px;font-weight:900}.empty{text-align:center;padding:24px}.empty i{font-size:34px;color:#94a3b8;margin-bottom:8px}
.toast{position:fixed!important;left:50%!important;right:auto!important;bottom:104px!important;transform:translateX(-50%) translateY(24px)!important;z-index:20000!important;background:#111827!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 22px 60px rgba(15,23,42,.28)!important;border-radius:20px!important;padding:12px 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-width:210px!important;max-width:calc(100% - 28px)!important;opacity:0!important;transition:.22s ease!important;font-weight:900!important;text-align:center!important}.toast.show{opacity:1!important;transform:translateX(-50%) translateY(0)!important}.toast.bad{background:#dc2626!important}.toast.ok{background:#0f172a!important}.toast i{font-size:16px}
.modal{position:fixed!important;inset:0!important;z-index:18000!important;background:rgba(15,23,42,.38)!important;backdrop-filter:blur(10px)!important;display:none!important;align-items:center!important;justify-content:center!important;padding:18px!important}.modal.active{display:flex!important}.modal-card{float:none!important;width:min(450px,100%)!important;max-height:88vh!important;overflow:auto!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;border:1px solid #e8edf7!important;border-radius:30px!important;padding:22px!important;box-shadow:0 32px 90px rgba(15,23,42,.28)!important;position:relative!important;animation:pop .18s ease!important}.modal-card h3{margin:4px 0 10px;font-size:22px}.modal-close{float:none!important;position:absolute!important;left:14px!important;top:14px!important;width:38px!important;height:38px!important;border:0!important;border-radius:16px!important;background:#eef2ff!important;color:#4f46e5!important;font-size:18px!important;display:grid!important;place-items:center!important}.modal-icon{width:62px;height:62px;border-radius:24px;display:grid;place-items:center;font-size:25px;margin:0 auto 12px}.modal-icon.danger{background:#fee2e2;color:#b91c1c}.reason-list{display:grid!important;gap:10px!important;margin-top:14px!important}.reason{width:100%!important;border:1px solid #e5eaf3!important;background:#fff!important;border-radius:20px!important;padding:14px 15px!important;text-align:right!important;font-weight:900!important;color:#334155!important;display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important}.reason:hover{background:#eef2ff!important;border-color:#c7d2fe!important;color:#4338ca!important}
.bottom-nav{z-index:9000!important}.notifications-page{padding-bottom:12px}.notify-hero{margin-top:8px}.notify-hero h1{margin:0 0 6px;display:flex;align-items:center;gap:10px}.notify-list{display:grid;gap:10px}.notify-card{display:flex!important;align-items:center!important;gap:12px!important;background:rgba(255,255,255,.94)!important;border:1px solid #e8edf7!important;border-radius:24px!important;padding:14px!important;margin:0!important;box-shadow:0 12px 35px rgba(15,23,42,.07)!important;color:#0f172a!important;text-decoration:none!important}.notify-card:hover{transform:translateY(-1px);border-color:#c7d2fe}.notify-body{flex:1;min-width:0}.notify-body b{line-height:1.55}.notify-icon{flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#eef2ff,#e0f2fe);color:#4f46e5}.notify-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.wallpaper-request{align-items:flex-start!important}.wallpaper-request .btn{padding:9px 12px;border-radius:15px;font-size:13px}
.profile-actions{margin-top:14px}.premium-profile{box-shadow:0 18px 55px rgba(79,70,229,.1);background:radial-gradient(circle at top,#eef2ff,#fff 52%,#f8fafc)}.btn:disabled{opacity:.75;cursor:not-allowed;filter:saturate(.8)}.btn.ok{background:#dcfce7!important;color:#166534!important;border:1px solid #bbf7d0}.btn.ghost{background:#fff!important;color:#334155!important;border:1px solid #e5e7eb!important}.btn.light{background:#f1f5f9!important;color:#475569!important;border:1px solid #e2e8f0!important}
.comment-box{display:none;margin-top:12px}.comment-box.open{display:block!important}.modern-comment-form{display:flex!important;align-items:center!important;gap:8px!important;background:#f8fafc!important;border:1px solid #e8edf7!important;border-radius:22px!important;padding:8px!important}.comment-input,.reply-input{font-family:inherit}.send-mini{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:16px;background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(99,102,241,.22)}.rich-comment{background:transparent!important;padding:0!important}.c-bubble{background:#fff!important;box-shadow:0 8px 22px rgba(15,23,42,.05)}.c-meta button{cursor:pointer}.replies{margin-top:8px}
.friend-request-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e8edf7;border-radius:22px;padding:12px;margin:10px 0;box-shadow:0 10px 26px rgba(15,23,42,.05)}.friend-request-card>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.chat-list a{border-radius:18px;margin:6px 0;border:1px solid transparent}.chat-list a:hover{background:#f8fafc;border-color:#e8edf7}
@media(max-width:640px){.toast{bottom:100px!important;min-width:auto!important;width:calc(100% - 34px)!important}.notify-card{border-radius:22px!important;padding:12px!important}.friend-request-card{align-items:flex-start;flex-direction:column}.friend-request-card>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.profile-actions{grid-template-columns:1fr!important}.modal-card{border-radius:26px!important}.bottom-nav span{font-size:11px}}


/* ===== V5.2 premium chat / comments / auth ===== */
.auth-wrap{max-width:520px}.auth-hero{text-align:center;background:linear-gradient(145deg,#ffffff,#eef2ff 60%,#e0f2fe)}.auth-logo{width:68px;height:68px;border-radius:26px;margin:0 auto 10px;display:grid;place-items:center;background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;font-size:25px;box-shadow:0 18px 45px rgba(99,102,241,.24)}.center{text-align:center}.avatar-picker{display:grid;place-items:center;gap:8px;margin:5px auto 18px;cursor:pointer;position:relative;color:#475569;font-weight:900}.avatar-picker img{width:128px;height:128px;border-radius:50%;object-fit:cover;border:7px solid #fff;box-shadow:0 20px 55px rgba(79,70,229,.18);background:#f8fafc}.avatar-picker span{position:absolute;top:92px;right:calc(50% - 58px);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;border:4px solid #fff}.username-field small{display:block;margin:0 8px 8px;font-weight:800}.user-ok{color:#059669!important}.user-bad{color:#dc2626!important}.bottom-nav a{position:relative}.bottom-nav em[data-unread-badge]{position:absolute;top:4px;left:22px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-style:normal;display:none;place-items:center;padding:0 5px;border:2px solid #fff}.chat-page{height:100vh;height:100dvh;padding:0;margin:0;background:#eef2ff;overflow:hidden}.telegram-chat-shell{height:100vh;height:100dvh;max-width:820px;margin:auto;background:linear-gradient(180deg,#eef2ff,#f8fafc);background-size:cover;background-position:center;display:flex;flex-direction:column;position:relative;box-shadow:0 0 0 1px #e8edf7}.tg-chat-header{height:72px;display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid #e8edf7;z-index:2}.tg-back,.tg-menu{width:42px;height:42px;border:0;border-radius:16px;background:#f1f5f9;color:#475569;display:grid;place-items:center}.tg-menu{cursor:pointer}.tg-peer{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.tg-peer b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-peer span{display:block;font-size:12px;color:#64748b;margin-top:2px}.tg-messages{flex:1;overflow:auto;padding:18px 14px 95px;background:radial-gradient(circle at top left,rgba(99,102,241,.08),transparent 35%),radial-gradient(circle at bottom right,rgba(56,189,248,.10),transparent 38%)}.tg-messages .msg{max-width:min(76%,540px);width:max-content;min-width:82px;margin:8px 0;padding:10px 13px;border-radius:22px;position:relative;box-shadow:0 9px 26px rgba(15,23,42,.07);animation:msgIn .16s ease;clear:both}.tg-messages .msg.me{float:left;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border-bottom-left-radius:7px}.tg-messages .msg.you{float:right;background:#fff;color:#0f172a;border:1px solid #e8edf7;border-bottom-right-radius:7px}.tg-messages .msg-text{line-height:1.65;white-space:pre-wrap}.tg-messages .msg small{display:block;margin-top:5px;font-size:10px;opacity:.75;text-align:left}.tg-messages .chat-img{max-width:250px;border-radius:18px;display:block;margin-bottom:6px}.tg-messages audio{width:230px;max-width:100%}.tg-messages .msg-actions{position:absolute;top:-9px;left:8px;opacity:0;transition:.15s}.tg-messages .msg:hover .msg-actions{opacity:1}.tg-messages .msg-actions button{width:30px;height:30px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.14);color:#475569}.tg-composer{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:8px;padding:10px 12px 14px;background:linear-gradient(180deg,rgba(255,255,255,.76),#fff);backdrop-filter:blur(16px);border-top:1px solid #e8edf7}.tg-composer input[name=message]{flex:1;height:48px;border:1px solid #e1e8f3;border-radius:22px;background:#f8fafc;padding:0 16px;font-size:16px;outline:0}.tg-composer input[name=message]:focus{background:#fff;border-color:#a5b4fc;box-shadow:0 0 0 4px #eef2ff}.tg-attach,.tg-send{width:46px;height:46px;border:0;border-radius:18px;display:grid;place-items:center;cursor:pointer}.tg-attach{background:#eef2ff;color:#4f46e5}.tg-send{background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;box-shadow:0 12px 28px rgba(99,102,241,.22)}@keyframes msgIn{from{transform:translateY(6px);opacity:.5}to{transform:none;opacity:1}}.rich-comment.reply-one{margin-right:46px!important;margin-top:6px!important}.replies.one-level{border-right:2px solid #e8edf7;margin:8px 18px 0 0;padding-right:10px}.reply-one .c-bubble{background:#f8fafc!important}.reply-one .c-avatar{width:30px;height:30px}.reply-one .c-name{font-size:13px}.reply-one .c-text{font-size:14px}.comment-list{display:grid;gap:8px}.comment-box .more-comments{width:100%;border:0;border-radius:18px;background:#eef2ff;color:#4338ca;font-weight:900;padding:11px;margin-top:10px;cursor:pointer}@media(max-width:640px){body:has(.telegram-chat-shell){padding-bottom:0}.telegram-chat-shell{max-width:100%;box-shadow:none}.tg-chat-header{height:66px}.tg-messages{padding:14px 10px 88px}.tg-messages .msg{max-width:84%}.tg-composer{padding-bottom:10px}.tg-attach,.tg-send{width:42px;height:42px;border-radius:16px}.tg-composer input[name=message]{height:44px}.auth-wrap{padding:12px}.avatar-picker img{width:116px;height:116px}}


/* V5.3 stability + mobile polish */
html,body{max-width:100%;overflow-x:hidden}.post-content,.comment,.c-text,.msg-text{overflow-wrap:anywhere;word-break:break-word;line-break:anywhere}.toast{display:flex;align-items:center;gap:8px}.toast.bad{background:#ef4444}.toast.show{animation:toastIn .18s ease}.post-card{overflow:hidden}.comment-list,.rich-comment,.c-bubble{min-width:0}.c-bubble{max-width:100%}.reply-one{max-width:calc(100% - 42px)}
.auth-wrap{min-height:calc(100dvh - 80px);display:grid;align-content:center}.auth-form{overflow:hidden}.auth-avatar-picker{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px dashed #c7d2fe;border-radius:28px;padding:18px;margin:8px 0 14px}.avatar-ring{position:relative;width:132px;height:132px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(from 180deg,#6366f1,#38bdf8,#a78bfa,#6366f1);padding:4px;box-shadow:0 18px 50px rgba(99,102,241,.22)}.avatar-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff;border:5px solid #fff}.avatar-ring span{position:absolute;bottom:4px;left:4px;width:38px;height:38px;border-radius:50%;background:#fff;color:#4f46e5;display:grid;place-items:center;box-shadow:0 10px 28px rgba(15,23,42,.18)}.user-ok{display:block;color:#059669;font-weight:900;margin-top:2px}.user-bad{display:block;color:#dc2626;font-weight:900;margin-top:2px}
.telegram-chat-shell{height:calc(100dvh - 0px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;margin:0 auto!important;border-radius:0!important;overflow:hidden!important}.chat-page{height:100dvh!important;overflow:hidden!important;padding:0!important}.tg-chat-header{flex:0 0 70px;position:relative;z-index:5}.tg-messages{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding-bottom:92px!important;scroll-behavior:smooth}.tg-composer{position:absolute!important;bottom:0!important;left:0!important;right:0!important;z-index:8!important}.tg-messages .msg{overflow-wrap:anywhere;word-break:break-word}.tg-messages audio{width:220px;max-width:100%}.tg-messages .chat-img{max-width:260px;width:100%;height:auto;border-radius:18px;display:block}.tg-send:disabled{opacity:.55}.bottom-nav em[data-unread-badge]{position:absolute;top:5px;margin-inline-start:18px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;display:none;place-items:center;font-style:normal;padding:0 4px}
@media(max-width:640px){body:has(.telegram-chat-shell){padding-bottom:0!important}.topbar:has(+ .chat-page), body:has(.telegram-chat-shell) .topbar{display:none}.auth-avatar-picker{padding:16px 10px}.avatar-ring{width:116px;height:116px}.auth-form input{font-size:16px}.telegram-chat-shell{width:100%!important}.tg-chat-header{height:64px;flex-basis:64px}.tg-messages{padding:12px 9px 86px!important}.tg-composer{gap:5px;padding:8px!important}.tg-attach,.tg-send{width:40px!important;height:40px!important;min-width:40px}.tg-composer input[name=message]{height:42px!important;min-width:0}.floating-refresh-pro{left:12px!important;bottom:90px!important}.floating-refresh-pro span{display:none}}



/* V5.4 static wallpapers + real voice + discovery */
.tg-voice.recording{background:#fee2e2!important;color:#b91c1c!important;animation:pulseRec 1s infinite;box-shadow:0 0 0 6px rgba(239,68,68,.08)}
@keyframes pulseRec{50%{transform:scale(1.06)}}
.wallpaper-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px;max-height:70vh;overflow:auto;padding:2px}.wallpaper-choice{border:1px solid #e8edf7;border-radius:22px;padding:10px;background:#fff;box-shadow:0 10px 25px rgba(15,23,42,.05);display:grid;gap:8px}.wp-preview{height:72px;border-radius:18px;border:1px solid rgba(15,23,42,.07)}.wallpaper-choice b{text-align:center}.wallpaper-choice .btn{padding:9px 10px;border-radius:14px;font-size:13px}.btn.ghost{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.discover-banner{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ffffff,#eef2ff 60%,#e0f2fe);border-color:#dbeafe}.discover-banner>i{width:52px;height:52px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#6366f1,#38bdf8);color:white;font-size:21px}.discover-banner div{flex:1}.discover-banner p{margin:4px 0 0}.discover-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.discover-card{background:rgba(255,255,255,.95);border:1px solid #e8edf7;border-radius:30px;padding:18px;box-shadow:var(--shadow);text-align:center;transition:.2s}.discover-card:hover{transform:translateY(-2px)}.discover-avatar{width:106px;height:106px;border-radius:50%;object-fit:cover;border:6px solid white;box-shadow:0 18px 45px rgba(79,70,229,.18)}.discover-card h3{margin:10px 0 4px}.discover-card p{overflow-wrap:anywhere}.chat-page .topbar,.chat-page~.bottom-nav{display:none!important}
@media(max-width:640px){.wallpaper-grid{grid-template-columns:1fr}.discover-grid{grid-template-columns:1fr}.discover-card{border-radius:26px}.discover-avatar{width:96px;height:96px}.discover-banner{border-radius:24px;padding:14px}.discover-banner>i{width:46px;height:46px}.tg-messages .msg-actions{opacity:1}}

/* V5.5 discovery one-card + voice fixes */
.discover-page{padding-bottom:92px}.discover-single{display:grid;place-items:center;min-height:55vh}.discover-card.pro{width:min(430px,100%);background:rgba(255,255,255,.94);border:1px solid rgba(226,232,240,.95);border-radius:34px;padding:28px 22px;text-align:center;box-shadow:0 30px 80px rgba(79,70,229,.16);overflow:hidden}.discover-profile-link{text-decoration:none;color:inherit;display:block}.discover-avatar.big{width:138px;height:138px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 18px 38px rgba(99,102,241,.22);background:#fff}.discover-card.pro h2{margin:14px 0 4px;font-size:24px}.discover-bio{background:#f8fafc;border-radius:22px;padding:14px;line-height:1.8;color:#334155;word-break:break-word;overflow-wrap:anywhere}.discover-actions{display:flex;gap:22px;justify-content:center;margin-top:22px}.round-action{width:112px;height:96px;border:0;border-radius:28px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.11);display:grid;place-items:center;gap:6px;font-weight:900;cursor:pointer}.round-action i{font-size:28px}.round-action.skip{color:#ef4444}.round-action.like{color:#ec4899;background:linear-gradient(180deg,#fff,#fff1f2)}.round-action:active{transform:scale(.96)}.empty-discover{max-width:430px;width:100%}.tg-voice.recording{background:#fee2e2!important;color:#dc2626!important;animation:pulseRec 1s infinite}@keyframes pulseRec{50%{transform:scale(1.08)}}
@media(max-width:520px){.discover-card.pro{border-radius:28px;padding:22px 16px}.discover-avatar.big{width:118px;height:118px}.round-action{width:45%;height:88px}.discover-actions{gap:12px}.discover-card.pro h2{font-size:21px}}


/* V5.6 polish: perfect avatar crop + robust availability + premium voice recorder */
.auth-avatar-picker{max-width:100%;overflow:hidden;contain:layout paint}.avatar-ring{width:136px!important;height:136px!important;min-width:136px!important;min-height:136px!important;max-width:136px!important;max-height:136px!important;border-radius:999px!important;overflow:hidden!important;flex:0 0 136px!important;aspect-ratio:1/1!important}.avatar-ring img,#avatarPreview{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important;border-radius:999px!important;object-fit:cover!important;object-position:center center!important;aspect-ratio:1/1!important}.avatar-ring span{z-index:3}.auth-avatar-picker b,.auth-avatar-picker small{max-width:100%;text-align:center}.username-field input.is-ok{border-color:#10b981!important;box-shadow:0 0 0 4px rgba(16,185,129,.10)!important}.username-field input.is-bad{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.10)!important}.user-ok,.user-bad,.user-check{display:flex!important;align-items:center;gap:6px;margin:3px 8px 8px!important;font-weight:900!important;font-size:13px}.user-ok:before{content:'✓';width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#059669;font-size:12px}.user-bad:before{content:'!';width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#fee2e2;color:#dc2626;font-size:12px}.user-check:before{content:'';width:16px;height:16px;border:3px solid #c7d2fe;border-top-color:#6366f1;border-radius:50%;animation:spin56 .8s linear infinite}@keyframes spin56{to{transform:rotate(360deg)}}
.voice-recorder-panel{position:fixed;left:50%;bottom:86px;transform:translateX(-50%) translateY(20px);width:min(430px,calc(100% - 24px));background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(226,232,240,.95);border-radius:28px;padding:14px 16px;box-shadow:0 24px 70px rgba(15,23,42,.20);display:none;align-items:center;gap:13px;z-index:99999}.voice-recorder-panel.show{display:flex;animation:voiceUp .18s ease forwards}@keyframes voiceUp{to{transform:translateX(-50%) translateY(0)}}.voice-orb{width:54px;height:54px;border-radius:22px;background:linear-gradient(135deg,#ef4444,#ec4899);color:white;display:grid;place-items:center;box-shadow:0 12px 30px rgba(236,72,153,.28);position:relative}.voice-orb:after{content:'';position:absolute;inset:-7px;border-radius:26px;border:2px solid rgba(239,68,68,.22);animation:voicePulse 1s infinite}@keyframes voicePulse{50%{transform:scale(1.12);opacity:.45}}.voice-info{flex:1;min-width:0}.voice-info b{display:block;font-size:15px}.voice-info small{color:#64748b;font-weight:800}.voice-bars{height:22px;display:flex;align-items:end;gap:4px;margin-top:5px}.voice-bars i{display:block;width:5px;border-radius:99px;background:linear-gradient(180deg,#6366f1,#38bdf8);height:8px;animation:bar56 .8s infinite ease-in-out}.voice-bars i:nth-child(2){animation-delay:.1s}.voice-bars i:nth-child(3){animation-delay:.2s}.voice-bars i:nth-child(4){animation-delay:.3s}.voice-bars i:nth-child(5){animation-delay:.4s}.voice-bars i:nth-child(6){animation-delay:.5s}@keyframes bar56{50%{height:22px}}.voice-stop-modern{border:0;border-radius:18px;background:#fee2e2;color:#b91c1c;font-weight:900;padding:12px 14px;display:flex;align-items:center;gap:7px}.tg-voice{position:relative;overflow:hidden}.tg-voice.recording{background:linear-gradient(135deg,#ef4444,#ec4899)!important;color:#fff!important;box-shadow:0 0 0 7px rgba(236,72,153,.10),0 14px 35px rgba(236,72,153,.24)!important}.tg-voice.recording i{animation:micBounce56 .7s infinite}@keyframes micBounce56{50%{transform:scale(1.22)}}
@media(max-width:520px){.avatar-ring{width:122px!important;height:122px!important;min-width:122px!important;min-height:122px!important}.auth-avatar-picker{border-radius:24px;padding:16px 10px!important}.voice-recorder-panel{bottom:72px;border-radius:24px;padding:12px}.voice-orb{width:48px;height:48px;border-radius:19px}.voice-stop-modern{padding:10px 12px}.user-ok,.user-bad,.user-check{font-size:12px}}


/* V5.7 Iraqi premium social upgrades */
.composer-options{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0}.toggle-chip{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:9px 13px;display:inline-flex;gap:7px;align-items:center;font-weight:900;color:#334155;text-decoration:none;box-shadow:0 8px 20px rgba(15,23,42,.05)}.toggle-chip input{accent-color:#6366f1}.post-menu-actions{display:flex;gap:7px}.anon-badge{background:#f1f5f9;color:#475569}.user-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:900;vertical-align:middle}.admin-badge{background:#fee2e2;color:#b91c1c}.gold-badge{background:#fef3c7;color:#92400e}.blue-badge{background:#dbeafe;color:#1d4ed8}.post-head .user-link.anon{cursor:default}.stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.story-card{position:relative;min-height:310px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#eef2ff,#fff);box-shadow:0 20px 55px rgba(15,23,42,.12);border:1px solid #e8edf7}.story-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.72))}.story-info{position:absolute;z-index:2;left:14px;right:14px;bottom:14px;color:#fff}.story-info a{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none}.story-info .avatar{border:2px solid #fff}.story-info p{font-size:17px;font-weight:800;line-height:1.7;overflow-wrap:anywhere}.image-picker-mini{display:inline-flex;align-items:center;gap:8px;border:1px dashed #c7d2fe;background:#f8fafc;border-radius:18px;padding:12px 14px;font-weight:900;color:#4f46e5;cursor:pointer}.search-pro{display:flex;gap:8px;margin:14px 0}.search-pro input{flex:1;border:1px solid #e2e8f0;border-radius:22px;padding:14px 16px;font-weight:800}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.user-card{text-align:center;background:#fff;border:1px solid #e8edf7;border-radius:28px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.07)}.user-card a{text-decoration:none;color:inherit}.user-card .big{width:88px;height:88px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 14px 28px rgba(99,102,241,.18)}
.telegram-chat-shell{background:linear-gradient(135deg,#f8fafc 0%,#fff7ed 45%,#eff6ff 100%)!important;border:0!important}.tg-chat-header{background:rgba(255,255,255,.86)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 10px 30px rgba(15,23,42,.06)}.tg-peer b{font-size:16px}.tg-peer span{color:#64748b}.tg-messages{background-image:radial-gradient(circle at 20% 20%,rgba(99,102,241,.08) 0 2px,transparent 3px),radial-gradient(circle at 70% 40%,rgba(245,158,11,.08) 0 2px,transparent 3px);background-size:38px 38px}.tg-messages .msg{border-radius:24px!important;box-shadow:0 8px 22px rgba(15,23,42,.08);border:1px solid rgba(255,255,255,.7);line-height:1.65}.tg-messages .msg.me{background:linear-gradient(135deg,#2563eb,#4f46e5)!important;color:#fff;border-bottom-right-radius:8px!important}.tg-messages .msg.you{background:rgba(255,255,255,.92)!important;color:#0f172a;border-bottom-left-radius:8px!important}.tg-messages .msg.me small{color:rgba(255,255,255,.78)}.tg-composer{background:rgba(255,255,255,.9)!important;backdrop-filter:blur(18px);border-top:1px solid #e8edf7;box-shadow:0 -12px 35px rgba(15,23,42,.08)}.tg-composer input[name=message]{border:1px solid #e2e8f0!important;background:#f8fafc!important;border-radius:22px!important;padding-inline:15px!important}.tg-send{background:linear-gradient(135deg,#16a34a,#22c55e)!important}.chat-selected-preview{position:absolute;bottom:62px;right:12px;left:12px;background:rgba(255,255,255,.96);border:1px solid #e2e8f0;border-radius:22px;padding:9px;display:flex;align-items:center;gap:10px;box-shadow:0 18px 50px rgba(15,23,42,.16);z-index:10}.chat-selected-preview.hidden{display:none}.chat-selected-preview img{width:52px;height:52px;border-radius:16px;object-fit:cover}.chat-selected-preview span{font-weight:900;color:#334155;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-selected-preview button{width:34px;height:34px;border:0;border-radius:50%;background:#fee2e2;color:#b91c1c}.chat-img{box-shadow:0 10px 24px rgba(0,0,0,.12)}
@media(max-width:640px){.stories-grid,.users-grid{grid-template-columns:1fr}.story-card{min-height:260px;border-radius:26px}.toggle-chip{font-size:13px;padding:8px 11px}.chat-selected-preview{bottom:58px}.tg-messages .msg{max-width:86%!important}.tg-chat-header{height:68px!important}.tg-composer{padding-bottom:calc(8px + env(safe-area-inset-bottom))!important}}


/* V5.8 clean edition */
.stories-strip,.story-card,.stories-page,.stories-link{display:none!important}
.username-blue{color:#2563eb!important;font-weight:900;direction:ltr;unicode-bidi:isolate;display:inline-block}.post-user-meta{display:flex;flex-wrap:wrap;gap:7px 10px;align-items:center;margin-top:2px}.post-time{color:#94a3b8;font-size:12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:999px;padding:3px 8px}.smart-search-card{margin:14px 0;background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #dbeafe;border-radius:26px;padding:10px;box-shadow:0 16px 45px rgba(37,99,235,.08)}.smart-search-card form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.smart-search-card i{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#dbeafe;color:#2563eb}.smart-search-card input{border:0;background:transparent;outline:0;font-size:15px;font-weight:800;min-width:0}.smart-search-card button{border:0;border-radius:16px;background:#2563eb;color:#fff;font-weight:900;padding:11px 16px}.search-hero-premium,.settings-hero-pro{background:linear-gradient(135deg,#ffffff,#eef6ff 55%,#f8fafc);border:1px solid #dbeafe;border-radius:34px;padding:22px;box-shadow:0 18px 55px rgba(37,99,235,.10)}.section-kicker{display:inline-flex;align-items:center;gap:7px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:999px;padding:7px 12px;font-weight:900;font-size:13px}.search-premium-box{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 45px rgba(15,23,42,.08);border-radius:26px;padding:10px;margin:14px 0}.search-premium-box i{color:#2563eb;margin-inline:8px}.search-premium-box input{border:0;outline:0;font-size:16px;font-weight:800;background:transparent;min-width:0}.search-premium-box button{border:0;border-radius:18px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;padding:12px 18px;font-weight:900}.premium-users-grid,.settings-grid-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.premium-user-card,.mute-card{border-radius:28px;text-align:center;padding:18px}.premium-user-card a{display:block}.premium-user-card .avatar.big{width:92px;height:92px;margin:0 auto 10px}.settings-hero-pro{display:flex;align-items:center;gap:16px}.settings-avatar-ring{width:86px;height:86px;border-radius:28px;padding:4px;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 20px 40px rgba(37,99,235,.18);flex:0 0 auto}.settings-avatar-ring img{width:100%;height:100%;object-fit:cover;border-radius:24px;border:4px solid #fff}.settings-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:30px;box-shadow:0 18px 50px rgba(15,23,42,.07);padding:16px;margin:14px 0}.settings-section-title{display:flex;align-items:center;gap:12px;margin-bottom:12px}.settings-section-title>i{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:#eef2ff;color:#4f46e5;font-size:20px}.settings-section-title h3{margin:0}.settings-section-title p{margin:3px 0 0;color:#64748b}.profile-upload-pro{display:grid;place-items:center;gap:10px;margin-bottom:10px}.avatar-preview-big{width:112px;height:112px;border-radius:50%;object-fit:cover;aspect-ratio:1/1;border:5px solid #fff;box-shadow:0 18px 40px rgba(15,23,42,.15);background:#f1f5f9}.settings-menu-pro{display:grid;gap:10px}.settings-menu-pro a,.settings-toggle-line{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:14px;color:#0f172a}.settings-menu-pro a i,.settings-toggle-line i{width:42px;height:42px;border-radius:16px;background:#fff;display:inline-grid;place-items:center;color:#2563eb;box-shadow:0 8px 20px rgba(15,23,42,.06);margin-left:8px}.settings-menu-pro a span,.settings-toggle-line span{font-weight:900}.settings-menu-pro a b{font-size:12px;color:#64748b}.settings-toggle-line>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.settings-toggle-line small{display:block;width:100%;padding-inline-start:58px;color:#64748b;font-weight:800}.settings-toggle-line input{width:50px;height:28px;accent-color:#2563eb}.logout-pro{margin-top:12px}.user-main-link{align-items:flex-start}.empty i{font-size:36px;color:#94a3b8;margin-bottom:8px;display:block}.toggle-chip[href="stories.php"]{display:none!important}
@media(max-width:700px){.smart-search-card form,.search-premium-box{grid-template-columns:auto 1fr}.smart-search-card button,.search-premium-box button{grid-column:1/-1;width:100%}.premium-users-grid,.settings-grid-list{grid-template-columns:1fr}.settings-hero-pro{align-items:flex-start;border-radius:28px}.settings-avatar-ring{width:76px;height:76px;border-radius:24px}.settings-avatar-ring img{border-radius:20px}.post-user-meta{display:block}.post-time{margin-top:4px}.settings-section-card{border-radius:24px;padding:14px}.floating-refresh-pro span{display:none}.floating-refresh-pro{width:54px;height:54px;padding:0;justify-content:center;border-radius:50%;bottom:90px}.avatar-preview-big{width:108px;height:108px}.composer-options{gap:8px;flex-wrap:wrap}}


/* V5.9 final interaction polish */
.auth-main-btn,.auth-form .btn.primary,.auth-blue-link{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;box-shadow:0 16px 35px rgba(37,99,235,.28)!important}
.auth-blue-link{background:none!important;box-shadow:none!important;color:#2563eb!important;font-weight:900;text-decoration:none;border-bottom:2px solid rgba(37,99,235,.18)}
.auth-switch-text{font-weight:800}.auth-switch-text a{color:#2563eb!important}
.smart-search-card{display:none!important}.composer-options .toggle-chip[href="search.php"]{display:none!important}
.chat-list-pro{padding:12px}.chat-list-pro h3{margin:4px 6px 12px}.chat-row-pro{position:relative;display:grid!important;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px!important;border:1px solid #eef2f7!important;border-radius:22px;margin:8px 0;background:linear-gradient(135deg,#fff,#f8fafc);transition:.18s}.chat-row-pro:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(15,23,42,.06)}.chat-avatar-wrap{position:relative}.chat-row-main{min-width:0}.chat-row-main b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a}.chat-last-msg{margin-top:4px;color:#64748b;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.chat-unread-badge{position:absolute;top:-7px;left:-7px;min-width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,#ef4444,#f43f5e);color:white;font-style:normal;display:grid;place-items:center;font-size:12px;font-weight:900;border:3px solid #fff;box-shadow:0 8px 18px rgba(239,68,68,.28)}.chat-row-pro small{color:#94a3b8;font-weight:900;white-space:nowrap}
.voice-message-bubble{display:flex;align-items:center;gap:10px;min-width:min(310px,72vw);background:rgba(255,255,255,.16);border-radius:18px;padding:9px}.msg.you .voice-message-bubble{background:#fff;border:1px solid #e2e8f0}.voice-wave-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#6366f1,#38bdf8);color:#fff;box-shadow:0 10px 24px rgba(99,102,241,.20)}.voice-message-bubble audio{width:220px;max-width:calc(100vw - 170px);height:38px}.msg.me .voice-message-bubble audio{filter:brightness(1.05)}
.comment,.comment *{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.comment-input{min-width:0}.comment-form{max-width:100%;overflow:hidden}
@media(max-width:560px){.auth-logo{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:white!important}.auth-hero h1{color:#1d4ed8}.auth-main-btn{border-radius:20px!important}.chat-row-pro{grid-template-columns:auto 1fr auto;border-radius:20px;padding:10px!important}.chat-row-pro .avatar{width:46px;height:46px}.chat-last-msg{font-size:13px}.voice-message-bubble{min-width:240px;padding:8px}.voice-message-bubble audio{width:170px;max-width:calc(100vw - 160px)}.bottom-nav{z-index:80}}

/* V6 live chat list polish */
.chats-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:4px 6px 12px}.chats-title-row h3{margin:0}.live-pill{display:inline-flex;align-items:center;gap:7px;background:#ecfeff;color:#0891b2;border:1px solid #cffafe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.chat-row-pro.has-unread{background:linear-gradient(135deg,#eff6ff,#ffffff);border-color:#bfdbfe!important;box-shadow:0 14px 32px rgba(37,99,235,.10)}.online-dot{position:absolute;right:1px;bottom:1px;width:13px;height:13px;border-radius:50%;background:#cbd5e1;border:3px solid #fff}.online-dot.on{background:#22c55e}.chat-presence{display:block!important;margin-top:4px;color:#94a3b8!important;font-size:11px!important}.chat-time{align-self:start;margin-top:4px}.chat-last-msg .fa-check-double{color:#94a3b8;margin-inline-end:4px}.chat-last-msg .fa-check-double.seen{color:#2563eb}.empty-chat-list{padding:18px;text-align:center;background:#f8fafc;border-radius:20px;border:1px dashed #dbeafe}.chat-row-pro{animation:chatIn .18s ease}@keyframes chatIn{from{opacity:.65;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:560px){.live-pill{font-size:11px;padding:6px 8px}.chat-presence{display:none!important}.chat-time{font-size:11px}.chats-title-row{margin-inline:2px}}

/* V6.1 fixes: private chats list */
.private-page .private-hero{display:flex;align-items:center;justify-content:space-between;gap:14px}
.mini-action{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#2563eb;color:#fff;font-weight:800;text-decoration:none;box-shadow:0 12px 28px rgba(37,99,235,.22)}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.soft-count{min-width:30px;height:30px;border-radius:999px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-weight:900}
.request-user{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;min-width:0}.request-user small{display:block;color:#2563eb;font-weight:800;margin-top:3px}.request-actions{display:flex;gap:8px;flex-wrap:wrap}.empty-state{padding:14px;text-align:center}
.chat-name-line{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.chat-username{color:#2563eb;font-size:12px;font-weight:900;direction:ltr}.chat-row-pro{min-height:82px}.chat-row-main{min-width:0}.chat-last-msg{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time{white-space:nowrap;color:#94a3b8;font-weight:800}.empty-chat-list{padding:30px 14px;text-align:center;color:#64748b}.empty-chat-list i{font-size:34px;color:#2563eb;margin-bottom:10px}.empty-chat-list b{display:block;color:#0f172a;margin-bottom:6px}.empty-chat-list p{margin:0}.chat-skeleton{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid #eef2f7;border-radius:20px;margin:10px 0;background:#fff}.chat-skeleton span{width:54px;height:54px;border-radius:50%;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f8fafc);animation:pulseLite 1.1s infinite}.chat-skeleton div{flex:1}.chat-skeleton b,.chat-skeleton em{display:block;border-radius:999px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f8fafc);animation:pulseLite 1.1s infinite}.chat-skeleton b{height:14px;width:45%;margin-bottom:10px}.chat-skeleton em{height:12px;width:70%}@keyframes pulseLite{0%{opacity:.65}50%{opacity:1}100%{opacity:.65}}
@media(max-width:640px){.private-page .private-hero{align-items:flex-start}.mini-action{padding:9px 12px;font-size:13px}.request-actions .btn{padding:9px 12px}.chat-row-pro{padding:12px}.chat-time{font-size:11px}.chat-username{width:100%;margin-top:-3px}}


/* V6.2 message read ticks + private report UI */
.msg small .fa-check{color:#94a3b8;margin-inline-start:4px}.msg.me small .fa-check{color:rgba(255,255,255,.75)}.msg small .fa-check-double{color:#94a3b8;margin-inline-start:4px}.msg small .fa-check-double.seen{color:#60a5fa}.chat-last-msg .fa-check{color:#94a3b8;margin-inline-end:4px}.chat-last-msg .fa-check-double.seen{color:#2563eb}.message-menu-actions{display:grid;gap:10px}.reason-list .reason{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:13px 14px;margin:8px 0;font-weight:900;color:#0f172a;cursor:pointer;transition:.15s}.reason-list .reason:hover{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px)}.admin-stack{display:grid;gap:16px}.admin-report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:12px}.admin-report-card{border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:22px;padding:14px;box-shadow:0 12px 28px rgba(15,23,42,.05);overflow:hidden}.admin-report-card.open{border-color:#fecaca;background:linear-gradient(135deg,#fff,#fff7ed)}.report-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.report-top b{color:#0f172a}.report-top span{background:#eef2ff;color:#4338ca;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.admin-report-card.open .report-top span{background:#fee2e2;color:#b91c1c}.reported-message-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:10px;margin:10px 0;max-height:260px;overflow:auto}.reported-message-preview img{width:100%;max-height:220px;object-fit:cover;border-radius:14px}.reported-message-preview audio{width:100%}.reported-message-preview p{margin:0;overflow-wrap:anywhere;word-break:break-word}.msg-actions button{background:rgba(255,255,255,.55);border:0;border-radius:999px;width:28px;height:28px;color:#64748b}.msg.me .msg-actions button{background:rgba(255,255,255,.18);color:#fff}


/* V6.3 live read receipts + typing */
.typing-indicator{position:absolute;right:14px;bottom:74px;z-index:7;display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.94);border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;box-shadow:0 12px 32px rgba(15,23,42,.12);color:#2563eb;font-weight:900;font-size:12px;backdrop-filter:blur(14px)}
.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block;animation:typingDot 1s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}.typing-indicator b{margin-inline-start:4px}@keyframes typingDot{0%,80%,100%{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}
.chat-last-msg.typing-preview{color:#2563eb!important;font-weight:950}.chat-last-msg.typing-preview i{margin-inline-end:5px}.tg-peer #peerStatusText{transition:.2s}.tg-peer #peerStatusText:not(:empty){font-weight:800}.msg small [data-msg-tick]{margin-inline-start:5px}.msg small .fa-check-double.seen{color:#60a5fa!important}
@media(max-width:640px){.typing-indicator{bottom:68px;right:10px;font-size:11px;padding:7px 10px}.typing-indicator span{width:5px;height:5px}}

/* V6.4.1 private hero polish */
.private-hero-ultra{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  margin:10px 0 18px;
  padding:24px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(191,219,254,.85);
  background:
    radial-gradient(circle at 12% 20%,rgba(37,99,235,.15),transparent 28%),
    radial-gradient(circle at 88% 85%,rgba(56,189,248,.20),transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 46%,#eaf6ff 100%);
  box-shadow:0 22px 65px rgba(37,99,235,.10);
}
.private-hero-ultra::before{
  content:"";
  position:absolute;
  inset:auto -70px -105px auto;
  width:210px;
  height:210px;
  border-radius:50%;
  background:rgba(37,99,235,.06);
}
.private-hero-icon{
  position:relative;
  width:66px;
  height:66px;
  border-radius:24px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:25px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  box-shadow:0 18px 40px rgba(37,99,235,.24);
}
.private-hero-copy{position:relative;min-width:0}.private-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 12px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  border:1px solid #bfdbfe;
  font-size:13px;
  font-weight:950;
  margin-bottom:8px;
}
.private-hero-copy h1{margin:0;font-size:34px;line-height:1.25;letter-spacing:-.5px;color:#0f172a}.private-hero-copy p{margin:7px 0 0;color:#64748b;font-size:15px;line-height:1.7;font-weight:700}.discover-cta{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 18px;
  border-radius:20px;
  background:linear-gradient(135deg,#2563eb,#4f46e5);
  color:#fff!important;
  font-weight:950;
  box-shadow:0 18px 35px rgba(37,99,235,.26);
  transition:.18s ease;
  white-space:nowrap;
}
.discover-cta:hover{transform:translateY(-2px);box-shadow:0 24px 45px rgba(37,99,235,.32)}.discover-cta i{font-size:17px}.private-page .private-hero{display:none!important}
@media(max-width:700px){
  .private-hero-ultra{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    gap:12px;
    padding:20px 16px;
    border-radius:30px;
    margin-top:6px;
  }
  .private-hero-icon{width:58px;height:58px;border-radius:22px;font-size:22px}.private-hero-copy h1{font-size:27px}.private-hero-copy p{font-size:14px;max-width:320px}.discover-cta{width:100%;max-width:260px;border-radius:18px;padding:13px 16px}.private-kicker{font-size:12px}
}
@media(max-width:380px){.private-hero-copy h1{font-size:24px}.private-hero-ultra{padding:18px 13px}.discover-cta{max-width:none}}


/* === V6.5 final security/design patch === */
.verified.verified-svg,.verified{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:18px!important;height:18px!important;min-width:18px!important;border-radius:50%!important;
  background:linear-gradient(135deg,#2563eb,#0ea5e9)!important;color:#fff!important;
  box-shadow:0 6px 16px rgba(37,99,235,.28)!important;vertical-align:-4px!important;
  margin-inline-start:5px!important;border:2px solid #fff!important;line-height:1!important;font-size:0!important;overflow:hidden!important;
}
.verified.verified-svg svg{display:block!important;width:13px!important;height:13px!important;color:#fff!important}
.verified.verified-svg i,.verified i{display:none!important}
.chat-row-pro .verified,.chat-header .verified,.private-hero .verified,.chat-name-line .verified{width:16px!important;height:16px!important;min-width:16px!important;vertical-align:-3px!important;margin-inline-start:4px!important}
.human-card{margin:14px 0;padding:14px;border:1px solid #bfdbfe;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 35px rgba(37,99,235,.08)}
.human-head{display:flex;align-items:center;gap:10px;font-weight:900;color:#0f172a;margin-bottom:10px}
.human-check-icon{width:28px;height:28px;border-radius:10px;background:#eff6ff;color:#2563eb;border:2px solid #2563eb;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(37,99,235,.14)}
.human-answer{display:flex;align-items:center;gap:10px;color:#64748b;font-weight:800;flex-wrap:wrap}
.human-answer input{flex:1;min-width:130px;border:1px solid #bfdbfe;border-radius:15px;padding:11px 13px;outline:0;background:#fff;font-weight:900;color:#0f172a}
.human-answer input:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}
.auth-form .human-card{width:100%}
@media(max-width:620px){.human-card{padding:12px;border-radius:18px}.human-answer input{flex-basis:100%;width:100%}.verified.verified-svg,.verified{width:17px!important;height:17px!important;min-width:17px!important}}


/* Google reCAPTCHA - V6.6 */
.recaptcha-shell{
  margin:14px 0 16px;
  padding:14px;
  border:1px solid #dbeafe;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 12px 28px rgba(37,99,235,.08);
  overflow:hidden;
}
.recaptcha-title{
  display:flex;
  align-items:center;
  gap:8px;
  color:#1d4ed8;
  font-weight:900;
  margin-bottom:10px;
  font-size:14px;
}
.recaptcha-box{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:78px;
  background:#fff;
  border:1px dashed #bfdbfe;
  border-radius:18px;
  padding:10px 6px;
}
@media(max-width:390px){
  .recaptcha-shell{padding:10px;border-radius:18px}
  .recaptcha-box{justify-content:flex-start;overflow-x:auto;padding:8px 4px}
  .g-recaptcha{transform:scale(.88);transform-origin:right center;min-width:304px}
}
@media(max-width:340px){.g-recaptcha{transform:scale(.80)}}


/* V6.7 stickers + pinned messages */
.sticker-mini{
  width:42px;height:42px;border:0;border-radius:16px;background:#eff6ff;color:#2563eb;
  display:inline-flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;
}
.sticker-mini:hover,.tg-attach:hover{background:#dbeafe;color:#1d4ed8}
.selected-sticker-preview,.chat-selected-preview{
  display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;margin:6px 0;max-width:100%;
}
.selected-sticker-preview.hidden,.chat-selected-preview.hidden{display:none!important}
.selected-sticker-preview img,.chat-selected-preview img{width:46px;height:46px;object-fit:contain;border-radius:14px;background:#fff}
.selected-sticker-preview button,.chat-selected-preview button{border:0;background:#fee2e2;color:#dc2626;border-radius:12px;width:32px;height:32px}
.sticker-modal .modal-card{max-width:430px}
.sticker-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:10px;margin-bottom:12px}
.sticker-tab{border:1px solid #dbeafe;background:#fff;color:#2563eb;border-radius:999px;padding:9px 14px;font-weight:900;white-space:nowrap}
.sticker-tab.active{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;border-color:transparent}
.sticker-pane{display:none;grid-template-columns:repeat(4,1fr);gap:10px;max-height:360px;overflow:auto}
.sticker-pane.active{display:grid}
.sticker-pick{border:1px solid #e0f2fe;background:#fff;border-radius:20px;padding:8px;min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;box-shadow:0 8px 18px rgba(15,23,42,.05)}
.sticker-pick:hover{transform:translateY(-2px);border-color:#93c5fd}
.sticker-pick img{width:58px;height:58px;object-fit:contain}
.sticker-pick span{font-size:11px;color:#0ea5e9;font-weight:800}
.comment-sticker img{width:104px;height:104px;object-fit:contain;display:block;margin:4px 0}
.chat-sticker img{width:150px;height:150px;object-fit:contain;display:block}
.pinned-messages{position:sticky;top:64px;z-index:7;margin:0 10px 8px;display:grid;gap:7px}
.pinned-messages.hidden{display:none!important}
.pinned-msg{
  display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);
  border:1px solid #bfdbfe;border-radius:18px;padding:9px 12px;box-shadow:0 12px 28px rgba(37,99,235,.12);
  backdrop-filter:blur(12px)
}
.pinned-msg>i{color:#2563eb;background:#eff6ff;border-radius:12px;width:34px;height:34px;display:flex;align-items:center;justify-content:center}
.pinned-msg b{display:block;font-size:13px;color:#0f172a}
.pinned-msg span{display:flex;align-items:center;gap:5px;font-size:12px;color:#475569;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pin-sticker{width:26px;height:26px;object-fit:contain}
.message-menu-actions .btn.primary{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff}
@media(max-width:600px){
  .sticker-pane.active{grid-template-columns:repeat(3,1fr)}
  .sticker-pick{min-height:88px;border-radius:18px}
  .sticker-pick img{width:62px;height:62px}
  .chat-sticker img{width:132px;height:132px}
  .pinned-messages{top:58px;margin:0 8px 8px}
  .pinned-msg{border-radius:16px;padding:8px 10px}
  .pinned-msg span{max-width:210px}
}


.admin-sticker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}
.admin-sticker-card{background:#fff;border:1px solid #e0f2fe;border-radius:22px;padding:14px;text-align:center;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.admin-sticker-card img{width:82px;height:82px;object-fit:contain;border-radius:18px;background:#f8fafc;margin-bottom:8px}
.admin-sticker-card b{display:block;color:#0f172a}
.admin-sticker-card span{display:block;color:#64748b;font-size:12px;margin:4px 0 10px}
.toast-inline{padding:14px 16px;border-radius:18px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:900;margin:12px 0}
.form-stack{display:grid;gap:10px}
.form-stack input,.form-stack select{width:100%;border:1px solid #dbeafe;border-radius:14px;padding:12px;background:#fff}


/* Sticker fix */
.sticker-modal .modal-card{max-width:520px;width:min(94vw,520px);padding:18px;border-radius:26px}
.sticker-tabs{display:flex;gap:8px;overflow:auto;padding:4px 2px 12px;margin-bottom:10px}
.sticker-tab{border:0;border-radius:999px;background:#eef2ff;color:#1e3a8a;font-weight:800;padding:9px 14px;white-space:nowrap;cursor:pointer}
.sticker-tab.active{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.22)}
.sticker-pane{display:none;grid-template-columns:repeat(4,minmax(58px,1fr));gap:10px;max-height:360px;overflow:auto;padding:4px}
.sticker-pane.active{display:grid}
.sticker-pick{border:1px solid #e0e7ff;border-radius:18px;background:#fff;min-height:76px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:.18s}
.sticker-pick:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,23,42,.10)}
.sticker-pick img{width:54px;height:54px;object-fit:contain;display:block}
.sticker-pick span{font-size:10px;color:#64748b}
.chat-sticker img{width:130px;max-height:130px;object-fit:contain;display:block}
.comment-sticker img{width:96px;max-height:96px;object-fit:contain;display:block;margin-top:6px}
.chat-selected-preview,.selected-sticker-preview{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e0e7ff;border-radius:18px;padding:8px;margin:4px;max-width:220px}
.chat-selected-preview.hidden,.selected-sticker-preview.hidden{display:none!important}
.chat-selected-preview img,.selected-sticker-preview img{width:46px;height:46px;object-fit:contain;border-radius:12px}
.chat-selected-preview button,.selected-sticker-preview button{border:0;background:#fee2e2;color:#dc2626;border-radius:10px;width:28px;height:28px;cursor:pointer}
@media(max-width:600px){.sticker-pane{grid-template-columns:repeat(3,1fr);max-height:320px}.sticker-pick img{width:50px;height:50px}.chat-sticker img{width:118px;max-height:118px}}
