:root { color-scheme: light; font-family: Inter, Manrope, system-ui, sans-serif; background: #f2f4f1; color: #17211c; }
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(960px, calc(100% - 32px)); margin: 48px auto 80px; }
header { padding: 40px; border-radius: 24px; background: #173f35; color: #f6fbf7; }
.eyebrow { margin: 0; color: #a9d8c8; font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 700px; margin: 12px 0; font-size: clamp(36px, 7vw, 68px); line-height: .96; letter-spacing: -.04em; }
h2 { margin: 0 0 24px; font-size: 24px; }
section { margin-top: 20px; padding: 28px; border: 1px solid #d9dfdb; border-radius: 20px; background: white; }
form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 7px; color: #44534b; font-size: 13px; font-weight: 700; }
input, select { width: 100%; padding: 12px 14px; border: 1px solid #bdc8c1; border-radius: 10px; background: white; color: #17211c; font: inherit; }
button { align-self: end; min-height: 44px; padding: 10px 18px; border: 0; border-radius: 10px; background: #ff674d; color: white; font: inherit; font-weight: 800; cursor: pointer; }
button.secondary { min-height: auto; background: #e8eeea; color: #173f35; }
.result { min-height: 24px; margin: 18px 0 0; color: #315e4e; font-weight: 700; }
.result.error { color: #a0352b; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 12px 10px; border-bottom: 1px solid #e2e7e4; text-align: left; }
th { color: #68756e; font-size: 12px; text-transform: uppercase; }
.accepted { color: #24724f; font-weight: 800; }
.rejected { color: #ad4035; font-weight: 800; }
@media (max-width: 680px) { main { margin-top: 16px; } header, section { padding: 22px; } form { grid-template-columns: 1fr; } }

