@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600;700;800&display=swap');
*{box-sizing:border-box}body{margin:0;background:#f3f6fb;color:#071329;font-family:'Noto Sans Bengali',Arial,sans-serif}a{text-decoration:none;color:inherit}.top{height:76px;background:white;display:flex;align-items:center;justify-content:space-between;padding:0 38px;box-shadow:0 10px 30px rgba(18,38,63,.08);position:sticky;top:0;z-index:5}.brand{display:flex;gap:12px;align-items:center}.logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#ff1b33,#ff6b32);color:white;display:grid;place-items:center;font-weight:900;font-size:24px}.brand h2{margin:0;font-size:25px}.brand h2 span{color:#ef1022}.brand small{display:block;color:#64748b;margin-top:-6px}.nav{display:flex;gap:28px;align-items:center;font-weight:800}.btn{display:inline-block;border:0;border-radius:10px;padding:12px 18px;font-weight:800;cursor:pointer;background:#e9eef6}.btn.blue{background:#1267ff;color:white}.btn.red{background:#ef1022;color:white}.btn.green{background:#13a852;color:white}.btn.dark{background:#071329;color:white}.container{max-width:1380px;margin:auto;padding:24px}.hero-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:24px}.hero{background:linear-gradient(90deg,#020a17 20%,rgba(2,10,23,.85)),url('mockup-bg.png');background-size:cover;border-radius:18px;color:white;padding:42px;min-height:330px;box-shadow:0 18px 40px rgba(3,17,38,.18)}.hero h1{font-size:44px;line-height:1.18;margin:0 0 16px}.hero h1 span{color:#ff243a}.searchbar{display:flex;background:white;border-radius:12px;overflow:hidden;margin-top:32px;max-width:760px}.searchbar input{flex:1;border:0;padding:18px 22px;font-size:17px;outline:none}.profile-card,.card{background:white;border-radius:16px;padding:24px;box-shadow:0 10px 28px rgba(18,38,63,.08);border:1px solid #e5eaf2}.profile-card .head{background:linear-gradient(135deg,#08a34a,#27c46d);color:white;margin:-24px -24px 22px;padding:16px;border-radius:16px 16px 0 0;text-align:center;font-weight:900;font-size:22px}.profile-card.danger .head{background:linear-gradient(135deg,#ef1022,#ff5b25)}.person{display:flex;gap:18px;align-items:center}.avatar{width:112px;height:112px;border-radius:50%;border:3px solid #ff1b33;background:#dfe5ee;object-fit:cover}.stamp{display:inline-block;border:3px solid #ef1022;color:#ef1022;font-weight:900;transform:rotate(-10deg);border-radius:8px;padding:5px 14px;font-size:24px}.stamp.green{border-color:#13a852;color:#13a852}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.stat{background:white;border-radius:14px;padding:22px;display:flex;gap:16px;align-items:center;box-shadow:0 8px 22px rgba(18,38,63,.06);border:1px solid #e6ebf3}.ico{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;color:white;font-size:24px;font-weight:900;background:#1267ff}.ico.red{background:#ef1022}.ico.orange{background:#ff7a20}.ico.green{background:#13a852}.ico.purple{background:#7338e8}.stat b{font-size:26px}.main-grid{display:grid;grid-template-columns:1.6fr .9fr;gap:22px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.report-row{display:grid;grid-template-columns:1.2fr 1.25fr .7fr .7fr;gap:15px;align-items:center;border-top:1px solid #edf1f7;padding:18px 0}.money{font-weight:900;font-size:22px}.badge{padding:6px 12px;border-radius:30px;font-size:13px;font-weight:900;display:inline-block}.badge.red{background:#ffe6ea;color:#d80d1f}.badge.green{background:#e4fff0;color:#087a39}.badge.yellow{background:#fff5d8;color:#a56b00}.badge.gray{background:#edf2f7;color:#475569}.form{max-width:760px;margin:30px auto}.form input,.form textarea,.form select{width:100%;padding:14px 15px;border:1px solid #d7dfeb;border-radius:10px;margin:7px 0 15px;font-family:inherit}.footer{background:#0647b8;color:white;text-align:center;padding:18px;margin-top:40px}.admin-layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 70px)}.sidebar{background:#061426;color:white;padding:24px}.sidebar a{display:block;padding:13px 14px;border-radius:10px;margin:7px 0;font-weight:800}.sidebar a.active,.sidebar a:hover{background:#ef1022}.admin-main{padding:24px}.admin-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.table{width:100%;border-collapse:collapse;background:white;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(18,38,63,.06)}.table th,.table td{padding:14px;border-bottom:1px solid #edf1f7;text-align:left}.table th{background:#f8fafc}.action{display:flex;gap:7px;flex-wrap:wrap}.mini{padding:8px 11px;border-radius:8px;font-size:13px}.notice{padding:14px;border-radius:12px;background:#e9fff2;border:1px solid #95efba;color:#087a39;font-weight:800}.reporter-public{background:#e9fff2;border:1px solid #90e8b9;border-radius:12px;padding:14px;margin-top:18px;color:#087a39;font-weight:800}.evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.evidence img{width:100%;height:150px;object-fit:cover;border-radius:10px;border:1px solid #e5eaf2}.mobile-menu{display:none}@media(max-width:900px){.top{padding:12px;height:auto;align-items:flex-start}.nav{gap:10px;flex-wrap:wrap;font-size:13px}.hero-grid,.main-grid,.admin-layout{grid-template-columns:1fr}.stats,.admin-cards{grid-template-columns:1fr 1fr}.report-row{grid-template-columns:1fr}.hero h1{font-size:30px}.sidebar{min-height:auto}.container{padding:14px}}

/* FINAL PREMIUM UPDATE */
:root{--primary:#ef1022;--blue:#1267ff;--navy:#071329;--muted:#64748b;--bg:#f3f6fb;--green:#13a852;--purple:#6d38e8;--orange:#ff7a20}
.container{max-width:1580px;width:100%;}
.top{border-bottom:1px solid #edf1f7}.top .nav a{white-space:nowrap}.hero-grid{max-width:1280px;margin:0 auto}.main-grid{max-width:1280px;margin:0 auto}.stats{max-width:1280px;margin:24px auto}.user-shell{display:grid;grid-template-columns:300px 1fr;gap:24px;max-width:1680px;margin:0 auto;padding:24px}.user-side{background:linear-gradient(180deg,#071329,#061426);color:white;border-radius:22px;padding:24px;box-shadow:0 20px 45px rgba(7,19,41,.18);min-height:calc(100vh - 125px)}.user-photo{width:104px;height:104px;border-radius:28px;border:4px solid rgba(255,255,255,.16);object-fit:cover;background:#dfe5ee}.user-side h2{margin:12px 0 2px}.user-side small{color:#b6c4d6}.user-side a{display:flex;gap:10px;align-items:center;padding:13px 14px;border-radius:13px;margin:10px 0;font-weight:900;background:rgba(255,255,255,.04)}.user-side a.active,.user-side a:hover{background:linear-gradient(135deg,#ef1022,#1267ff)}.user-main{min-width:0}.welcome-card{background:linear-gradient(135deg,#101a5c,#27146d 45%,#ef1022);color:white;border-radius:24px;padding:28px;box-shadow:0 20px 50px rgba(18,38,63,.16);display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.welcome-card:after{content:"";position:absolute;right:-70px;top:-80px;width:280px;height:280px;background:rgba(255,255,255,.12);border-radius:50%}.welcome-card h1{margin:0;font-size:34px}.welcome-card p{color:#dbe7ff}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:20px 0}.dash-card{background:white;border:1px solid #e5eaf2;border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(18,38,63,.07);display:flex;gap:16px;align-items:center}.dash-card b{font-size:28px}.panel-grid{display:grid;grid-template-columns:1.6fr .85fr;gap:22px}.premium-table{background:white;border-radius:20px;box-shadow:0 16px 35px rgba(18,38,63,.08);overflow:hidden;border:1px solid #e5eaf2}.premium-table h2{padding:22px;margin:0;border-bottom:1px solid #edf1f7}.premium-table .table{box-shadow:none;border-radius:0}.profile-mini{background:white;border-radius:20px;border:1px solid #e5eaf2;box-shadow:0 16px 35px rgba(18,38,63,.08);padding:22px}.profile-mini .notice{margin-top:14px}.admin-layout{grid-template-columns:270px 1fr;background:#f3f6fb}.admin-main{padding:28px 32px}.admin-hero{background:linear-gradient(135deg,#071329,#0b247a 55%,#ef1022);border-radius:24px;color:white;padding:28px;box-shadow:0 22px 50px rgba(18,38,63,.18);margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.admin-hero h1{font-size:36px;margin:0}.admin-hero p{color:#dbe7ff}.admin-cards{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:20px}.admin-cards .stat{border-radius:18px}.admin-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:20px}.quick-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-premium a{padding:18px;border-radius:16px;text-align:center;font-weight:900;color:white;box-shadow:0 10px 25px rgba(18,38,63,.12)}.grad-green{background:linear-gradient(135deg,#05a34b,#29c86e)}.grad-blue{background:linear-gradient(135deg,#1267ff,#4c8cff)}.grad-red{background:linear-gradient(135deg,#ef1022,#ff6b32)}.admin-widget{background:white;border-radius:20px;border:1px solid #e5eaf2;box-shadow:0 16px 35px rgba(18,38,63,.08);padding:22px}.reporter-public{background:#f0fff6;border-color:#80e8ad;color:#047339}.reporter-public b{color:#02552a}.reporter-public .gmail-hide{display:none}.contact-chip{display:inline-flex;gap:7px;align-items:center;background:#e9fff2;border:1px solid #9aefbd;color:#087a39;border-radius:999px;padding:7px 12px;margin-top:8px;font-weight:900}.details-grid{display:grid;grid-template-columns:1.55fr .95fr;gap:24px;max-width:1380px;margin:0 auto}.cleared-card .head{background:linear-gradient(135deg,#0aa34f,#26c76e)!important}.cleared-card .stamp{border-color:#13a852;color:#13a852}.danger-soft{background:#fff1f2!important;border-color:#fecdd3!important;color:#be123c!important}.admin-login-card{max-width:480px;margin:75px auto}.admin-login-card input{background:#f4f7fb}.secret-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:12px;padding:12px;margin:12px 0;font-weight:800}
@media(max-width:1100px){.user-shell,.admin-grid,.panel-grid,.details-grid{grid-template-columns:1fr}.user-side{min-height:auto}.dash-grid,.admin-cards{grid-template-columns:repeat(2,1fr)}.quick-premium{grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr}.main-grid{grid-template-columns:1fr}}
@media(max-width:650px){.user-shell{padding:12px}.dash-grid,.stats,.admin-cards{grid-template-columns:1fr}.welcome-card{display:block}.admin-hero{display:block}.hero h1{font-size:28px}.brand h2{font-size:20px}}

/* ULTIMATE PREMIUM ADMIN + USER FINAL */
.btn.light{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.32)}
.premium-admin-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#071329,#0b247a 55%,#ef1022);border-radius:28px;color:white;padding:34px;box-shadow:0 28px 70px rgba(18,38,63,.20);margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.premium-admin-hero h1{font-size:42px;margin:8px 0 8px;letter-spacing:-.5px}.premium-admin-hero p{color:#dbe7ff;margin:0}.hero-chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);padding:9px 14px;border-radius:999px;font-weight:900}.hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.hero-actions span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:10px 13px;border-radius:14px;font-weight:900}
.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-bottom:22px}.kpi-card{background:white;border:1px solid #e5eaf2;border-radius:22px;padding:22px;display:flex;align-items:center;gap:16px;box-shadow:0 18px 45px rgba(18,38,63,.08);position:relative;overflow:hidden}.kpi-card:after{content:"";position:absolute;right:-30px;top:-30px;width:100px;height:100px;border-radius:50%;opacity:.12;background:currentColor}.kpi-card span{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;color:white;font-size:26px}.kpi-card h2{margin:0;font-size:34px}.kpi-card p{margin:0;color:#475569;font-weight:800}.kpi-card.red{color:#ef1022}.kpi-card.orange{color:#ff7a20}.kpi-card.green{color:#13a852}.kpi-card.purple{color:#7338e8}.kpi-card.blue{color:#1267ff}.kpi-card.red span{background:#ef1022}.kpi-card.orange span{background:#ff7a20}.kpi-card.green span{background:#13a852}.kpi-card.purple span{background:#7338e8}.kpi-card.blue span{background:#1267ff}
.dashboard-layout{display:grid;grid-template-columns:1.6fr .8fr;gap:22px;margin-bottom:22px}.dashboard-layout.bottom-row{grid-template-columns:1fr 1fr}.glass-panel{background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border:1px solid #e5eaf2;border-radius:24px;box-shadow:0 22px 55px rgba(18,38,63,.08);padding:22px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.panel-title h2,.glass-panel h2{margin:0 0 12px}.premium-table2{width:100%;border-collapse:collapse}.premium-table2 th{background:#f8fafc;color:#334155;font-size:14px}.premium-table2 th,.premium-table2 td{padding:15px 13px;border-bottom:1px solid #edf1f7;text-align:left;vertical-align:middle}.premium-table2 tr:hover td{background:#fbfdff}.premium-table2 small{color:#64748b}.side-stack{display:grid;gap:22px}.barline{position:relative;margin:18px 0 22px;background:#e9eef6;height:10px;border-radius:999px}.barline span{position:absolute;left:0;top:-23px;font-weight:900}.barline b{position:absolute;right:0;top:-23px}.barline i{display:block;height:100%;border-radius:999px;background:#1267ff}.barline.green i{background:#13a852}.barline.orange i{background:#ff7a20}.barline.red i{background:#ef1022}.action-list{display:grid;gap:12px}.action-list a{display:block;border:1px solid #e5eaf2;background:#f8fafc;border-radius:16px;padding:15px;font-weight:900}.action-list a:hover{border-color:#1267ff;background:#eef5ff}.action-list small{display:block;color:#64748b;margin-top:3px}.mini-user-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid #edf1f7;padding:13px 0}.mini-avatar{width:44px;height:44px;border-radius:14px;background:#eef5ff;display:grid;place-items:center}.mini-user-row small,.search-row small{color:#64748b}.search-row{border-bottom:1px solid #edf1f7;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:14px}.user-shell{max-width:none;width:100%;padding:24px 32px}.user-main .welcome-card{min-height:170px}.user-main .panel-grid{grid-template-columns:1.9fr .75fr}.user-main .premium-table{min-height:430px}.top{width:100%}.container{max-width:1500px}.hero-grid,.main-grid,.stats{max-width:1400px}.hero{min-height:360px}.profile-card{min-height:360px}.admin-main{background:linear-gradient(180deg,#f6f8fc,#eef3fb)}.sidebar{box-shadow:14px 0 40px rgba(7,19,41,.10)}
@media(max-width:1250px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.dashboard-layout,.dashboard-layout.bottom-row,.user-main .panel-grid{grid-template-columns:1fr}.premium-admin-hero{display:block}.hero-actions{justify-content:flex-start;margin-top:18px}}
@media(max-width:760px){.kpi-grid{grid-template-columns:1fr}.premium-table2{font-size:13px}.premium-admin-hero h1{font-size:30px}.user-shell{padding:12px}.dashboard-layout{gap:14px}}


/* FINAL FULL SCREEN FIX: desktop content uses full display width */
@media (min-width: 901px){
  .container{max-width:none!important;width:100%!important;margin:0!important;padding:24px 38px!important;}
  .hero-grid,.main-grid,.stats{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;}
  .hero-grid{grid-template-columns:minmax(0,1.75fr) minmax(360px,.9fr)!important;}
  .main-grid{grid-template-columns:minmax(0,1.55fr) minmax(360px,.85fr)!important;}
  .hero{min-height:380px!important;}
  .top{padding-left:38px!important;padding-right:38px!important;}
}
@media (min-width: 1400px){
  .container{padding-left:48px!important;padding-right:48px!important;}
  .hero-grid{grid-template-columns:minmax(0,2fr) minmax(420px,.85fr)!important;}
  .main-grid{grid-template-columns:minmax(0,1.7fr) minmax(430px,.8fr)!important;}
}


/* HERO VISIBILITY + ADMIN CONTROLS UPDATE */
@media (min-width:901px){
  .hero{background:linear-gradient(90deg,rgba(2,10,23,.98) 0%,rgba(2,10,23,.88) 42%,rgba(2,10,23,.38) 100%),url('mockup-bg.png')!important;background-size:cover!important;background-position:center right!important;min-height:390px!important;padding:46px!important;}
  .hero h1{max-width:720px!important}.hero p{max-width:650px!important}.hero .searchbar{max-width:620px!important;width:52%!important;min-width:540px!important;margin-top:26px!important}.hero .searchbar input{padding:15px 20px!important}.hero .searchbar .btn{padding:12px 18px!important;white-space:nowrap!important}
}
.control-strip{display:flex;gap:16px;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5eaf2;border-radius:18px;padding:16px 20px;box-shadow:0 10px 25px rgba(18,38,63,.07);margin-bottom:20px}.admin-settings-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.6fr);gap:22px}.settings-form{margin-top:18px}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f8fafc;border:1px solid #e5eaf2;border-radius:16px;padding:18px;margin:12px 0}.switch-row small{display:block;color:#64748b;margin-top:4px}.switch-row input{width:24px;height:24px;accent-color:#13a852}.danger-switch{background:#fff7ed;border-color:#fed7aa}.safety-card{background:linear-gradient(180deg,#ffffff,#f8fbff)}.safety-status{padding:14px;border-radius:14px;font-weight:900;margin-top:15px}.safety-status.good{background:#e9fff2;color:#087a39;border:1px solid #90e8b9}.safety-status.bad{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.danger-alert{background:#fff1f2;border:1px solid #fecdd3;color:#be123c;border-radius:12px;padding:13px;margin:12px 0;font-weight:900}.muted{color:#64748b}
@media(max-width:900px){.admin-settings-grid{grid-template-columns:1fr}.control-strip{display:block}.control-strip>*{margin:8px 0}.hero .searchbar{width:100%!important;min-width:0!important}}


/* LOCKED FINAL PUBLIC HERO + BRAND FIX */
.logo.detective{background:linear-gradient(135deg,#111827,#ef1022)!important;font-size:22px!important;border-radius:14px!important;box-shadow:0 8px 22px rgba(239,16,34,.22)}
@media (min-width:901px){
  .hero{
    background-image:linear-gradient(90deg,rgba(2,10,23,.98) 0%,rgba(2,10,23,.88) 34%,rgba(2,10,23,.38) 70%,rgba(2,10,23,.10) 100%),url('mockup-bg.png')!important;
    background-size:cover!important;
    background-position:center top!important;
    min-height:350px!important;
    padding:38px 46px!important;
  }
  .hero h1{font-size:42px!important;max-width:680px!important;text-shadow:0 4px 20px rgba(0,0,0,.28)!important}
  .hero p{max-width:640px!important;font-weight:800!important;text-shadow:0 3px 16px rgba(0,0,0,.30)!important}
  .hero .searchbar{max-width:640px!important;width:48%!important;min-width:560px!important;margin-top:25px!important;border-radius:13px!important;box-shadow:0 16px 45px rgba(0,0,0,.22)!important}
  .hero .searchbar input{padding:15px 20px!important;font-size:16px!important}
  .hero .searchbar .btn{padding:12px 20px!important;white-space:nowrap!important;border-radius:0 13px 13px 0!important}
}
@media (max-width:900px){
  .hero{background-position:center top!important;background-size:cover!important;min-height:330px!important}.hero .searchbar{width:100%!important;min-width:0!important;max-width:100%!important}
}
.telegram-box{margin:18px 0;padding:18px;border:1px solid #dbeafe;background:linear-gradient(135deg,#eff6ff,#ffffff);border-radius:18px;box-shadow:0 10px 25px rgba(37,99,235,.08)}
.telegram-box h2{margin:0 0 6px;font-size:22px;color:#0f172a}
.telegram-box input{width:100%;padding:14px 16px;border:1px solid #cbd5e1;border-radius:12px;margin:8px 0 12px;background:#fff;font-weight:700;color:#0f172a}
.telegram-box label{font-weight:800;color:#0f172a}.setup-list{line-height:1.9;color:#334155;font-weight:700}


/* ===== FINAL MOBILE + HERO CLEAN + LIST PHOTO UPDATE ===== */
@media (min-width:901px){
  .hero{
    background-image:linear-gradient(90deg,rgba(2,10,23,.98) 0%,rgba(2,10,23,.88) 42%,rgba(2,10,23,.32) 72%,rgba(2,10,23,.05) 100%),url('hero-clean-bg.png')!important;
    background-position:center right!important;
    background-size:cover!important;
  }
}
.report-row-with-photo{grid-template-columns:1.35fr 1.2fr .65fr .65fr!important}.report-person-cell{display:flex;align-items:center;gap:14px}.list-avatar{width:64px;height:64px;border-radius:16px;object-fit:cover;border:2px solid #ff1b33;background:#e2e8f0;flex:0 0 auto}.list-avatar.empty{display:block;background:linear-gradient(135deg,#e2e8f0,#f8fafc);border-color:#cbd5e1}.list-avatar.empty:after{content:'👤';display:grid;place-items:center;height:100%;font-size:25px;opacity:.55}.admin-users-wrap{display:grid;gap:22px}.users-hero{margin-bottom:0}.user-admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.user-search{border:1px solid #d7dfeb;border-radius:12px;padding:13px 16px;min-width:280px;font-weight:800}.user-card-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:18px}.user-track-card{background:white;border:1px solid #e5eaf2;border-radius:20px;padding:18px;box-shadow:0 12px 32px rgba(18,38,63,.07);transition:.2s}.user-track-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(18,38,63,.10)}.user-card-top{display:flex;gap:14px;align-items:center;border-bottom:1px solid #edf1f7;padding-bottom:14px;margin-bottom:12px}.track-avatar{width:62px;height:62px;border-radius:18px;object-fit:cover;background:#eef2f7;display:grid;place-items:center;font-size:24px}.user-card-top h3{margin:0 0 7px}.user-info-lines p{margin:8px 0}.device-line{color:#64748b;font-size:13px;line-height:1.45;max-height:42px;overflow:hidden}.form input[type="hidden"]{display:none!important}
@media(max-width:900px){
  body{overflow-x:auto}.container{min-width:940px;padding:14px 18px!important}.top{min-width:940px;align-items:center!important}.top .brand h2{font-size:20px}.top .nav{flex-wrap:nowrap!important;gap:18px!important}.hero-grid{grid-template-columns:1.55fr .85fr!important;gap:14px!important}.hero{min-height:300px!important;padding:32px!important;background-image:linear-gradient(90deg,rgba(2,10,23,.98) 0%,rgba(2,10,23,.88) 45%,rgba(2,10,23,.28) 100%),url('hero-clean-bg.png')!important;background-position:center right!important;background-size:cover!important}.hero h1{font-size:34px!important}.hero .searchbar{max-width:520px!important;width:520px!important;min-width:0!important}.stats{grid-template-columns:repeat(4,1fr)!important;gap:12px!important}.main-grid{grid-template-columns:1.55fr .85fr!important;gap:14px!important}.report-row-with-photo{grid-template-columns:1.25fr 1.25fr .65fr .65fr!important;font-size:13px}.list-avatar{width:52px;height:52px}.profile-card{min-height:300px!important}.user-card-grid{grid-template-columns:repeat(2,1fr)}.user-admin-stats{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1250px){.user-card-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}
@media(max-width:760px){.user-card-grid{grid-template-columns:1fr}.user-search{min-width:0;width:100%}.panel-title{display:block}.user-admin-stats{grid-template-columns:1fr}}


/* ===== FORCE PREMIUM USERS TABLE FIX v2 ===== */
.users-table-force, .users-table-force *{box-sizing:border-box!important;}
.users-table-force{width:100%!important;overflow-x:auto!important;background:#fff!important;border:1px solid #e5eaf2!important;border-radius:22px!important;box-shadow:0 16px 38px rgba(18,38,63,.08)!important;}
.users-table-force table{width:100%!important;min-width:1050px!important;border-collapse:collapse!important;table-layout:auto!important;background:#fff!important;}
.users-table-force th{background:#f8fafc!important;color:#334155!important;font-size:13px!important;font-weight:900!important;text-align:left!important;padding:14px 12px!important;border-bottom:1px solid #e5eaf2!important;white-space:nowrap!important;}
.users-table-force td{padding:14px 12px!important;border-bottom:1px solid #edf1f7!important;vertical-align:middle!important;font-size:13px!important;}
.users-table-force tr:hover td{background:#fbfdff!important;}
.force-user-profile{display:flex!important;align-items:center!important;gap:12px!important;min-width:220px!important;}
.force-user-avatar{width:56px!important;height:56px!important;min-width:56px!important;max-width:56px!important;max-height:56px!important;border-radius:50%!important;object-fit:cover!important;border:3px solid #fff!important;box-shadow:0 0 0 2px #e5eaf2,0 10px 20px rgba(18,38,63,.13)!important;background:#e2e8f0!important;display:grid!important;place-items:center!important;color:#64748b!important;font-weight:900!important;font-size:22px!important;overflow:hidden!important;}
.force-user-name{font-weight:900!important;color:#071329!important;font-size:14px!important;line-height:1.25!important;}
.force-user-meta{font-size:12px!important;color:#64748b!important;margin-top:3px!important;}
.force-pill{display:inline-flex!important;align-items:center!important;gap:5px!important;background:#f8fafc!important;border:1px solid #e5eaf2!important;border-radius:999px!important;padding:7px 10px!important;font-weight:800!important;color:#0f172a!important;white-space:nowrap!important;}
.force-device{max-width:330px!important;max-height:44px!important;overflow:hidden!important;line-height:1.45!important;background:#f8fafc!important;border:1px solid #e5eaf2!important;border-radius:12px!important;padding:8px 10px!important;color:#475569!important;font-size:12px!important;}
.force-actions{display:flex!important;gap:7px!important;flex-wrap:wrap!important;align-items:center!important;}
.force-actions form{margin:0!important;}
.force-mini{border:0!important;border-radius:9px!important;padding:8px 11px!important;font-weight:900!important;cursor:pointer!important;font-size:12px!important;}
.force-ban{background:#fff7ed!important;color:#c2410c!important;border:1px solid #fed7aa!important;}
.force-active{background:#e9fff2!important;color:#087a39!important;border:1px solid #90e8b9!important;}
.force-delete{background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important;}
.force-safe{background:#eef2ff!important;color:#3730a3!important;border:1px solid #c7d2fe!important;border-radius:999px!important;padding:8px 11px!important;font-weight:900!important;font-size:12px!important;}
.users-kpi-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:14px 0 18px!important;}
.users-kpi-row .stat{margin:0!important;}
@media(max-width:900px){.users-table-force table{min-width:980px!important}.force-user-avatar{width:48px!important;height:48px!important;min-width:48px!important}.users-kpi-row{grid-template-columns:repeat(4,220px)!important;overflow-x:auto!important}.users-table-force td,.users-table-force th{font-size:12px!important;padding:11px 9px!important}}
