:root{color:#1c1917;background:#f8f6f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:flex;align-items:center;padding:48px 32px;background:linear-gradient(#f8f6f2db,#f8f6f2f0),url(https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=2200&q=80) center / cover}.hero{width:min(880px,100%);margin:0 auto}.eyebrow{margin:0 0 14px;color:#9f1239;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{max-width:800px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,8vw,80px);line-height:.98;font-weight:400}.copy{max-width:620px;margin:24px 0 0;color:#57534e;font-size:17px;line-height:1.7}.status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:760px;margin-top:34px}.status{min-height:82px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:14px 16px;border:1px solid rgba(68,64,60,.16);background:#ffffffd1;border-radius:8px;color:#78716c;font-size:14px;box-shadow:0 18px 48px #1c191714}.status strong{color:#1c1917;font-size:18px}.staff-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:760px;margin-top:14px;padding:22px;border:1px solid rgba(68,64,60,.16);background:#1c1917e6;border-radius:8px;color:#fafaf9}.staff-panel h2{margin:0;font-size:18px}.staff-panel p{max-width:520px;margin:8px 0 0;color:#d6d3d1;line-height:1.6}button{min-width:112px;min-height:44px;border:1px solid rgba(250,250,249,.28);border-radius:8px;background:#fafaf9;color:#1c1917;font-weight:700}button:disabled{cursor:not-allowed;background:#fafaf929;color:#d6d3d1}@media (max-width: 760px){.page{align-items:flex-start;padding:32px 18px}.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-panel{align-items:stretch;flex-direction:column}}@media (max-width: 420px){.status-grid{grid-template-columns:1fr}}
