.admin-body { min-height: 100vh; background: var(--paper); }
.admin-header { min-height: 76px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.admin-header > a:last-child { font-size: .8rem; font-weight: 800; }
.admin-main { padding: clamp(3rem,7vw,7rem) 5vw; }
.admin-login { max-width: 720px; margin: 0 auto; }
.admin-login h1 { margin: 0 0 3rem; font-size: clamp(4rem,9vw,8rem); line-height: .84; letter-spacing: -.07em; }
.admin-login form { max-width: 460px; display: grid; gap: 1.2rem; padding: 2rem; background: var(--ink); color: white; }
.admin-login label { display: grid; gap: .6rem; }
.admin-login label span { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.admin-login input { border: 0; border-bottom: 1px solid rgba(255,255,255,.4); outline: 0; padding: .8rem 0; background: transparent; color: white; font-size: 1.1rem; }
.admin-title { display: flex; justify-content: space-between; align-items: end; }
.admin-title h1 { margin: 0; font-size: clamp(4rem,8vw,8rem); line-height: .82; letter-spacing: -.07em; }
.stats { margin: 4rem 0 2rem; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.stats article { min-height: 150px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: white; }
.stats span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; opacity: .65; }
.stats strong { color: var(--lime); font: 400 3.8rem Georgia,serif; }
.admin-tools { display: flex; justify-content: space-between; gap: 1rem; margin: 2rem 0 1rem; }
.admin-tools input { min-width: 300px; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; }
.table-wrap { overflow-x: auto; background: var(--cream); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--line); }
th { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
td { font-size: .9rem; }
.admin-message { color: var(--coral); }
@media(max-width:640px) { .stats { grid-template-columns: 1fr; }.admin-tools { flex-direction: column; }.admin-tools input { min-width:0; }.admin-title { align-items:flex-start; flex-direction:column; gap:2rem; } }
