:root{--blue:#151d48;--deep:#0e1538;--gold:#c2912e;--gold-light:#ddb54d;--ivory:#f8f6f0;--text:#202435;--muted:#626879;--border:#dfe2ea;--red:#a40000}*{box-sizing:border-box}body{min-width:320px;margin:0;background:var(--ivory);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.5}button,input{font:inherit}header{display:flex;height:84px;padding:0 max(20px,calc((100vw - 1240px)/2));align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fff}header img{display:block;width:auto;height:64px}header button{padding:9px 14px;border:1px solid var(--blue);border-radius:6px;background:#fff;color:var(--blue);font-size:.82rem;font-weight:800;cursor:pointer}.login-shell{display:grid;min-height:calc(100vh - 84px);padding:24px;place-items:center;background:linear-gradient(135deg,var(--deep),#293574)}.login-card{display:grid;width:min(100%,470px);min-width:0;padding:40px;gap:16px;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0005}.login-card h1,.center-heading h1{margin:0;color:var(--deep);font-family:"Playfair Display",Georgia,serif;font-size:clamp(2.15rem,5vw,3.2rem);line-height:1.04;overflow-wrap:anywhere}.login-card p:not(.eyebrow),.center-heading>p:last-child{margin:0;color:var(--muted)}.eyebrow{margin:0;color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}label{display:grid;min-width:0;gap:7px;color:var(--blue);font-size:.82rem;font-weight:800}input{width:100%;min-height:50px;padding:10px 12px;border:1px solid #bfc4d1;border-radius:7px;background:#fff;color:var(--text)}.button{display:inline-flex;min-height:48px;padding:0 18px;align-items:center;justify-content:center;border:2px solid transparent;border-radius:6px;font-weight:800;cursor:pointer}.button.gold{border-color:var(--gold);background:var(--gold);color:var(--deep)}.button.secondary{border-color:var(--blue);background:#fff;color:var(--blue)}.status{min-height:22px;margin:0;color:var(--red);font-weight:700}.admin-center{width:min(100% - 40px,1180px);min-height:calc(100vh - 84px);margin:auto;padding:72px 0 90px}.center-heading{max-width:760px;margin-bottom:36px}.center-heading h1{margin:7px 0 10px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.admin-card{position:relative;display:grid;min-height:310px;padding:34px;grid-template-columns:auto 1fr;gap:24px;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 14px 40px #0e15380c;transition:transform .2s ease,box-shadow .2s ease}.admin-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #0e15381a}.card-number{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-weight:800}.admin-card h2{margin:6px 0 13px;color:var(--deep);font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.08}.admin-card p:not(.eyebrow){margin:0;color:var(--muted);line-height:1.7}.admin-card strong{position:absolute;right:34px;bottom:32px;color:var(--blue)}:focus-visible{outline:4px solid var(--gold-light);outline-offset:3px}[hidden]{display:none!important}@media(max-width:760px){header img{max-width:220px;height:auto}.login-card{padding:30px 22px}.admin-center{width:calc(100% - 24px);padding:44px 0 60px}.admin-grid{grid-template-columns:1fr}.admin-card{min-height:300px;padding:26px;grid-template-columns:1fr;gap:16px}.admin-card strong{right:26px;bottom:25px}}
