.admin{--admin-bg:#f7f6f3;--admin-surface:#fff;--admin-border:#e3e1db;--admin-text:#26241f;--admin-muted:#726f66;--admin-accent:#2f3b2e;--admin-accent-contrast:#fff;--admin-danger:#a3372c;--admin-warning:#b8792c;--admin-gold:#a3792e;--admin-gold-tint:#f3e6cf;background:var(--admin-bg);min-height:100vh;color:var(--admin-text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;line-height:1.5}.admin-shell h1,.admin-card h2{font-family:var(--font-serif), Georgia, "Times New Roman", serif;letter-spacing:.01em;font-weight:400}.admin a{color:inherit}.admin-shell{max-width:1080px;margin:0 auto;padding:24px 20px 64px}.admin-nav{border-bottom:1px solid var(--admin-border);background:var(--admin-surface);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.admin-nav__brand{font-family:var(--font-serif), Georgia, "Times New Roman", serif;letter-spacing:.01em;align-items:center;gap:10px;font-size:16px;font-weight:400;text-decoration:none;display:inline-flex}.admin-nav__monogram{font-family:var(--font-serif), Georgia, "Times New Roman", serif;color:var(--admin-gold);border-right:1px solid var(--admin-border);padding-right:9px;font-size:15px;line-height:1}.admin-nav__links{align-items:center;gap:16px;font-size:14px;display:flex}.admin-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:8px;margin-bottom:16px;padding:20px}.admin-card h2,.admin-card h3{margin-top:0}.admin-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.admin-field{flex-direction:column;gap:4px;margin-bottom:14px;display:flex}.admin-field label{color:var(--admin-muted);font-size:13px;font-weight:600}.admin-field input,.admin-field select,.admin-field textarea{font:inherit;border:1px solid var(--admin-border);background:var(--admin-surface);color:var(--admin-text);border-radius:6px;min-height:44px;padding:8px 10px}.admin-field textarea{resize:vertical;min-height:80px}.admin-button{font:inherit;border:1px solid var(--admin-accent);background:var(--admin-accent);min-height:44px;color:var(--admin-accent-contrast);cursor:pointer;border-radius:6px;padding:10px 18px;font-weight:600}.admin-button:disabled{opacity:.6;cursor:not-allowed}.admin-button--secondary{color:var(--admin-accent);background:0 0}.admin-button--link{color:var(--admin-muted);background:0 0;border:none;min-height:auto;padding:4px 0;text-decoration:underline}.admin-error{color:var(--admin-danger);margin:0 0 12px;font-size:14px}.admin-login{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login form{width:100%;max-width:340px}.admin-checklist-stage{margin-bottom:20px}.admin-checklist-stage h4{color:var(--admin-muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;display:flex}.admin-checklist-stage__actions{align-items:center;gap:12px;display:flex}.admin-checklist-controls{margin-bottom:12px;font-size:14px}.admin-outstanding{margin-bottom:20px;font-size:14px}.admin-outstanding summary{cursor:pointer;margin-bottom:6px;font-weight:600}.admin-outstanding ul{margin:0;padding-left:20px}.admin-outstanding li{padding:2px 0}.admin-checklist-item{align-items:flex-start;gap:10px;padding:6px 0;display:flex}.admin-checklist-item input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin-top:1px}.admin-checklist-item__value{border:1px solid var(--admin-border);background:var(--admin-surface);width:100%;max-width:400px;min-height:32px;color:var(--admin-text);border-radius:6px;margin-top:4px;padding:6px 8px;font-size:13px;display:block}.admin-badge{background:var(--admin-border);color:var(--admin-text);border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.admin-badge--warning{color:var(--admin-warning);background:#f6e6d0}.admin-badge--danger{color:var(--admin-danger);background:#f4dcd8}.admin-badge--live{background:var(--admin-gold-tint);color:var(--admin-gold)}.admin-list-row{border-bottom:1px solid var(--admin-border);color:inherit;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;text-decoration:none;display:flex}.admin-dashboard-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.admin-list-row:last-child{border-bottom:none}.admin-muted{color:var(--admin-muted)}.admin-document-section{border-bottom:1px solid var(--admin-border);margin-bottom:24px;padding-bottom:20px}.admin-document-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.admin-document-section h4{align-items:center;gap:10px;margin-bottom:10px;display:flex}.admin-document-textarea{width:100%;min-height:320px;font:inherit;border:1px solid var(--admin-border);background:var(--admin-surface);color:var(--admin-text);resize:vertical;border-radius:6px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.6}.admin-document-actions{gap:10px;margin-top:10px;display:flex}.admin-document-link{gap:8px;margin-top:10px;display:flex}.admin-document-link input{font:inherit;border:1px solid var(--admin-border);background:var(--admin-bg);color:var(--admin-text);border-radius:6px;flex:1;padding:8px 10px;font-size:13px}.admin-document-preview{font-size:14px;line-height:1.6}.admin-document-preview p{margin:0 0 10px}.admin-document-preview ul{margin:0 0 10px;padding-left:20px}.admin-document-preview h2{margin:0 0 14px;font-size:17px}.admin-document-preview h3{margin:18px 0 8px;font-size:14px}.admin-service-list{gap:10px;display:grid}.admin-service-option{border:1px solid var(--admin-border);cursor:pointer;border-radius:6px;align-items:flex-start;gap:10px;padding:12px;display:flex}.admin-service-option input{flex-shrink:0;width:20px;height:20px;margin-top:1px}.admin-service-option span{flex-direction:column;gap:2px;display:flex}.admin-service-option small{color:var(--admin-muted)}.admin-video-group{border-bottom:1px solid var(--admin-border);margin-bottom:20px;padding-bottom:16px}.admin-video-group:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.admin-video-group h4{text-transform:uppercase;letter-spacing:.08em;color:var(--admin-muted);margin:0 0 10px;font-size:12px}.admin-gallery-preview{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.admin-gallery-preview img{object-fit:cover;border:1px solid var(--admin-border);background:var(--admin-bg);border-radius:4px;width:76px;height:56px}@media (max-width:640px){.admin-shell{padding:16px 14px 48px}.admin-nav{padding:12px 14px}}
