/* Nawasena Admin Dashboard V1 — hanya berlaku untuk admin.html */
.admin-dashboard-page{min-height:100vh;background:#050604;color:#f6f4ef}
.admin-dashboard-page .floating-editor,.admin-dashboard-page .home-editor{display:none!important}
.admin-dashboard-main{overflow:hidden}
.admin-welcome-hero{position:relative;display:flex;min-height:530px;align-items:center;border-bottom:1px solid rgba(204,169,93,.28);isolation:isolate;background:#050604 url("assets/hero-shooting-range-v3.webp?v=1") center 44%/cover no-repeat}
.admin-welcome-hero:before{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(90deg,rgba(2,3,2,.98) 0%,rgba(2,3,2,.92) 29%,rgba(2,3,2,.46) 61%,rgba(2,3,2,.18) 100%),linear-gradient(180deg,rgba(2,3,2,.05) 38%,rgba(2,3,2,.82) 100%)}
.admin-welcome-hero:after{position:absolute;z-index:-1;inset:0;content:"";opacity:.14;background-image:linear-gradient(rgba(208,174,96,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(208,174,96,.16) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 72%);mask-image:linear-gradient(90deg,#000,transparent 72%)}
.admin-welcome-content{width:min(1400px,calc(100% - 2rem));padding-top:4.7rem;padding-bottom:4.7rem}
.admin-dashboard-kicker{display:inline-flex;align-items:center;gap:.65rem;color:#d7b867;font-size:.78rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.admin-dashboard-kicker i{display:inline-block;width:30px;height:2px;background:#d7b867}
.admin-welcome-content h1{max-width:720px;margin:1.15rem 0 .9rem;color:#fff;font-size:clamp(3rem,6vw,5.8rem);font-weight:800;line-height:.98;letter-spacing:-.055em}
.admin-welcome-content h1 strong{color:#d3b66c;font-weight:800}
.admin-welcome-content>p{max-width:560px;margin:0;color:#c4c3bf;font-size:1.05rem;line-height:1.75}
.admin-welcome-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.admin-dashboard-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:space-between;gap:1.3rem;padding:.78rem 1.2rem;border:1px solid rgba(211,182,108,.55);border-radius:7px;color:#e5cf91;background:rgba(8,9,7,.72);font-size:.89rem;font-weight:700;text-decoration:none;transition:.18s ease}
.admin-dashboard-btn:hover{border-color:#d3b66c;background:rgba(28,27,20,.94);transform:translateY(-2px)}
.admin-dashboard-btn-primary{border-color:#d3b66c;color:#090a07;background:linear-gradient(135deg,#e0c778,#b99a50)}
.admin-dashboard-btn-primary:hover{color:#090a07;background:linear-gradient(135deg,#ead58d,#c9a95a)}
.admin-control-section{padding:4.3rem 0 5rem;background:radial-gradient(circle at 84% 12%,rgba(166,134,67,.1),transparent 31%),#080906}
.admin-control-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}
.admin-control-heading h2{margin:.6rem 0 .25rem;color:#fff;font-size:clamp(1.8rem,3vw,2.55rem);letter-spacing:-.035em}
.admin-control-heading p{margin:0;color:#969790}
.admin-session-status{display:inline-flex;flex:0 0 auto;align-items:center;gap:.55rem;padding:.62rem .8rem;border:1px solid rgba(101,153,90,.28);border-radius:999px;color:#a4d096;background:rgba(44,75,39,.22);font-size:.76rem;font-weight:700}
.admin-session-status i{width:8px;height:8px;border-radius:50%;background:#85bb77;box-shadow:0 0 12px rgba(133,187,119,.65)}
.admin-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.admin-dashboard-card{position:relative;display:grid;min-height:205px;grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1.45rem;overflow:hidden;border:1px solid rgba(203,167,86,.3);border-radius:12px;color:inherit;background:linear-gradient(145deg,rgba(27,27,22,.96),rgba(12,13,10,.96));text-decoration:none;transition:.2s ease}
.admin-dashboard-card:after{position:absolute;right:-45px;bottom:-60px;width:155px;height:155px;border:1px solid rgba(210,179,102,.13);border-radius:50%;content:""}
.admin-dashboard-card:hover{border-color:rgba(221,188,109,.78);background:linear-gradient(145deg,rgba(38,36,27,.98),rgba(14,15,11,.98));transform:translateY(-4px)}
.admin-card-number{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(213,181,104,.4);border-radius:9px;color:#d4b66b;background:rgba(211,182,108,.08);font-size:.77rem;font-weight:800}
.admin-dashboard-card h3{margin:.15rem 0 .55rem;color:#fff;font-size:1.05rem;line-height:1.35}
.admin-dashboard-card p{margin:0;color:#989991;font-size:.84rem;line-height:1.6}
.admin-card-arrow{position:relative;z-index:1;align-self:end;color:#d4b66b;font-size:1.2rem}
.admin-maintenance-notice{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.15rem;margin-top:1rem;padding:1.25rem 1.35rem;border:1px solid rgba(203,167,86,.3);border-radius:12px;background:#11120e}
.admin-maintenance-icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(211,182,108,.4);border-radius:50%}
.admin-maintenance-icon span{width:14px;height:14px;border:3px solid #d3b66c;border-top-color:transparent;border-radius:50%}
.admin-maintenance-notice>div:nth-child(2)>span{color:#d3b66c;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.admin-maintenance-notice h3{margin:.2rem 0 .15rem;color:#f4f1e8;font-size:1rem}
.admin-maintenance-notice p{margin:0;color:#90918a;font-size:.8rem;line-height:1.5}
.admin-maintenance-notice>a{display:inline-flex;align-items:center;gap:.7rem;color:#d7b867;font-size:.8rem;font-weight:700;text-decoration:none;white-space:nowrap}
.admin-dashboard-page .site-footer{border-top:1px solid rgba(203,167,86,.25);background:#050604}
.admin-dashboard-footer{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:1rem;color:#75766f;font-size:.76rem}
.admin-dashboard-footer a{color:#c9ab61;text-decoration:none}
@media(max-width:1050px){.admin-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.admin-welcome-hero{min-height:540px;background-position:64% center}.admin-welcome-hero:before{background:linear-gradient(90deg,rgba(2,3,2,.95),rgba(2,3,2,.55)),linear-gradient(180deg,rgba(2,3,2,.1),#050604 100%)}.admin-welcome-content{align-self:flex-end;padding-top:7rem;padding-bottom:3rem}.admin-welcome-content h1{font-size:clamp(2.7rem,13vw,4.2rem)}.admin-control-heading{align-items:flex-start;flex-direction:column}.admin-dashboard-grid{grid-template-columns:1fr}.admin-dashboard-card{min-height:165px}.admin-maintenance-notice{grid-template-columns:auto 1fr}.admin-maintenance-notice>a{grid-column:2}}
@media(max-width:480px){.admin-welcome-actions,.admin-dashboard-btn{width:100%}.admin-dashboard-card{grid-template-columns:42px minmax(0,1fr);padding:1.15rem}.admin-card-number{width:40px;height:40px}.admin-card-arrow{grid-column:2}.admin-maintenance-notice{align-items:start;grid-template-columns:1fr}.admin-maintenance-notice>a{grid-column:1}.admin-dashboard-footer{align-items:flex-start;flex-direction:column;justify-content:center;padding-top:1rem;padding-bottom:1rem}}
