*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f8f5;color:#172019;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.page{min-height:100vh;padding:28px 20px 64px}.shell{width:min(980px,100%);margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:34px;font-weight:800;letter-spacing:-.02em;font-size:22px}.admin-mark,.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#0b1f3a;color:white;font-size:16px}.hero{margin-bottom:28px}.admin-eyebrow,.eyebrow{color:#b08a24;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px}.hero h1{max-width:760px;margin:0;font-size:clamp(38px,7vw,68px);line-height:.98;letter-spacing:-.055em}.hero p{max-width:660px;margin:18px 0 0;color:#5f6a62;font-size:18px;line-height:1.6}.card{background:white;border:1px solid #e3e8e2;border-radius:24px;padding:clamp(22px,5vw,42px);box-shadow:0 20px 55px rgba(11,31,58,.08)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}label{font-size:14px;font-weight:750;color:#27342c}.required{color:#b24b36}input,select,textarea{width:100%;border:1px solid #d8dfd8;border-radius:12px;background:#fbfcfa;color:#172019;padding:13px 14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}input:focus,select:focus,textarea:focus{border-color:#b08a24;background:white;box-shadow:0 0 0 4px rgba(176,138,36,.12)}textarea{min-height:130px;resize:vertical}.hint{color:#7b857e;font-size:12px}.submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding-top:24px;border-top:1px solid #e8ece7}.submit-button{border:0;border-radius:12px;background:#0b1f3a;color:white;padding:14px 22px;font-weight:800}.submit-button:hover{background:#142f52}.submit-button:disabled{opacity:.6;cursor:wait}.message{margin-top:18px;border-radius:12px;padding:13px 14px;font-size:14px;line-height:1.5}.message.success{background:#f7f2df;color:#6f5715}.admin-error,.message.error{background:#fff0ed;color:#8c3425}.admin-page{min-height:100vh;padding:40px 20px 72px;background:#f5f7f3}.admin-shell{width:min(1180px,100%);margin:0 auto}.admin-header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.admin-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;margin-bottom:38px}.admin-header h1{margin:0;font-size:clamp(38px,6vw,58px);line-height:1;letter-spacing:-.05em}.admin-header p:not(.admin-eyebrow){max-width:650px;margin:14px 0 0;color:#647067;line-height:1.6}.count-card{min-width:125px;padding:18px 20px;border:1px solid #dfe5de;border-radius:18px;background:white;text-align:center}.count-card span,.count-card strong{display:block}.count-card strong{font-size:34px;letter-spacing:-.04em}.count-card span{color:#68736c;font-size:13px}.admin-card,.request-card{border:1px solid #dfe5de;border-radius:20px;background:white;box-shadow:0 14px 40px rgba(11,31,58,.06)}.login-card{max-width:520px;padding:30px}.login-card h2{margin:0;font-size:25px}.login-card p{color:#68736c;line-height:1.55}.login-card form{display:grid;grid-gap:10px;gap:10px;margin-top:22px}.login-card button,.refresh{border:0;border-radius:12px;background:#0b1f3a;color:white;padding:13px 18px;font-weight:800;margin-top:6px}.login-card button:disabled,.refresh:disabled{opacity:.6;cursor:wait}.admin-error{margin-top:16px;padding:13px 14px;border-radius:12px;line-height:1.5;font-size:14px}.requests{display:grid;grid-gap:16px;gap:16px}.request-card{padding:24px}.request-top{display:flex;align-items:start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #edf0ec}.request-top h2{margin:0;font-size:22px;letter-spacing:-.025em}.muted{margin:5px 0 0;color:#7a847d;font-size:13px}.status{border-radius:999px;background:#f7f2df;color:#6f5715;padding:7px 11px;font-size:12px;font-weight:800;text-transform:capitalize}.request-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;padding:20px 0}.request-grid div{min-width:0}.notes span,.request-grid span{display:block;color:#7a847d;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}.request-grid strong{display:block;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.notes{padding-top:18px;border-top:1px solid #edf0ec}.notes p{margin:0;color:#3d4841;line-height:1.6;white-space:pre-wrap}.empty{padding:28px;color:#667169}.refresh{justify-self:start}@media (max-width:760px){.page{padding:20px 14px 44px}.form-grid,.request-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.submit-row{align-items:stretch;flex-direction:column}.submit-button{width:100%}.admin-page{padding:24px 14px 50px}.admin-header{align-items:start;flex-direction:column}.admin-brand{margin-bottom:28px}.count-card{width:100%}}