.admin-shell{max-width:1500px;padding-top:22px;color:#e3e6fb}
.admin-shell>h1{margin:18px 0 22px;color:#f4f5ff;font-size:clamp(30px,3.5vw,46px);letter-spacing:-.04em}
.admin-shell>h1:after{display:block;width:72px;height:3px;margin-top:12px;border-radius:4px;background:linear-gradient(90deg,#10d5ed,#9b75f5);content:""}
.admin-shell .admin-tabs{position:sticky;top:8px;z-index:10;display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px;padding:9px;border:1px solid #343a70;border-radius:12px;background:#11162feF;box-shadow:0 12px 30px #05081770;backdrop-filter:blur(14px)}
.admin-shell .admin-tabs a{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid transparent;border-radius:8px;color:#aeb7d8;text-decoration:none;font-size:12px;font-weight:700;transition:background .16s,border-color .16s,color .16s,transform .16s}
.admin-shell .admin-tabs a span{display:grid;place-items:center;width:22px;height:22px;border:1px solid #414779;border-radius:6px;color:#4bd9ed;font-size:14px}
.admin-shell .admin-tabs a:hover{transform:translateY(-1px);border-color:#3f4a87;background:#1b2143;color:#fff}
.admin-shell .admin-tabs a[aria-current=page]{border-color:#514899;background:linear-gradient(135deg,#282b5c,#25234d);color:#fff;box-shadow:inset 0 0 0 1px #8272ee20,0 0 18px #7962e41a}
.admin-shell .admin-tabs a[aria-current=page] span{border-color:#00d3ed77;background:#06cfe414;color:#13d9f1}
.admin-shell .admin-panel,.admin-shell article{margin:16px 0;padding:21px;border:1px solid #343a70;border-radius:12px;background:linear-gradient(145deg,#20244c,#1b1f40);box-shadow:0 10px 28px #05081730}
.admin-shell .admin-panel h2,.admin-shell article h2{margin:0 0 13px;color:#eff0ff;font-size:19px;letter-spacing:-.02em}
.admin-shell .admin-panel p,.admin-shell article p{color:#b6bdd9}
.admin-shell .stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 20px}
.admin-shell .stat{position:relative;overflow:hidden;min-height:112px;padding:18px;border:1px solid #3a3f78;border-radius:11px;background:linear-gradient(145deg,#262b59,#202449)}
.admin-shell .stat:after{position:absolute;right:-26px;bottom:-48px;width:110px;height:110px;border:1px solid #8a7bf124;border-radius:50%;content:""}
.admin-shell .stat strong{position:relative;z-index:1;color:#22d5ee;font:700 clamp(28px,3vw,38px)/1.1 Consolas,monospace}
.admin-shell .stat span{position:relative;z-index:1;display:block;margin-top:8px;color:#b8c0df;font-size:12px}
.admin-shell .table-scroll{border:1px solid #394071;border-radius:10px;background:#151a37}
.admin-shell table{min-width:660px;color:#d9def4}
.admin-shell th{position:sticky;top:0;background:#292d5a;color:#dfe3fa;font-size:11px;letter-spacing:.04em;text-transform:uppercase}
.admin-shell td{border-color:#ffffff14;color:#c9d0e9;font-size:12px;vertical-align:middle}
.admin-shell tbody tr:nth-child(even){background:#ffffff05}
.admin-shell tbody tr:hover{background:#7770db12}
.admin-shell td small{color:#929bbc}
.admin-shell a{color:#70dff0}
.admin-shell a:hover{color:#b59cff}
.admin-shell .form-grid{align-items:end;gap:13px;padding:16px;border:1px solid #343a70;border-radius:10px;background:#171b39}
.admin-shell label{color:#c5cbea;font-size:12px;font-weight:650}
.admin-shell input:not([type=hidden]),.admin-shell select,.admin-shell textarea{width:100%;margin-top:6px;border:1px solid #414878;border-radius:7px;background:#11162e;color:#eef0ff;box-shadow:inset 0 1px 3px #0003}
.admin-shell input:not([type=hidden]):focus,.admin-shell select:focus,.admin-shell textarea:focus{outline:2px solid #25cfe755;border-color:#2dcde5}
.admin-shell button,.admin-shell .primary-link{min-height:40px;padding:9px 15px;border:1px solid #18c9e3;border-radius:7px;background:linear-gradient(110deg,#0ec8e2,#7667ed);color:#081326;font-size:12px;font-weight:800;text-decoration:none}
.admin-shell button:hover,.admin-shell .primary-link:hover{box-shadow:0 0 18px #18c9e333;filter:brightness(1.08)}
.admin-shell button[name=action][value=reject],.admin-shell button[name=action][value=dismiss],.admin-shell button[name=action][value=hide]{border-color:#c95778;background:linear-gradient(110deg,#a93e61,#683858);color:#fff0f4}
.admin-shell [role=alert],.admin-shell [role=status]{padding:13px 16px;border:1px solid #75466e;border-radius:9px;background:#321f43;color:#f3dafa}
.admin-shell .notice{border:1px solid #296c6e;border-left:3px solid #1bd2c0;border-radius:8px;background:#123538;color:#b8f1e8}
.admin-shell .pagination{display:flex;align-items:center;gap:14px;margin:18px 0;color:#aeb7d8}
.admin-shell pre{max-width:100%;overflow:auto;padding:16px;border:1px solid #343a70;border-radius:9px;background:#10152d;color:#c9d5f1;font-size:12px}
.admin-shell .analytics-dashboard{max-width:none}
@media(max-width:850px){.admin-shell .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell .admin-tabs{position:static}}
@media(max-width:600px){.admin-shell{margin:16px auto;padding:14px}.admin-shell .admin-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:7px}.admin-shell .admin-tabs a{justify-content:flex-start;padding:0 9px;font-size:11px}.admin-shell .stats-grid{gap:8px}.admin-shell .stat{min-height:94px;padding:13px}.admin-shell .admin-panel,.admin-shell article{padding:15px}.admin-shell .form-grid{padding:12px}}
