:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #17251e; background: #f2f4ed; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0%, #dcebdc 0, transparent 28rem), #f4f3ec; }
button, input { font: inherit; }
button { cursor: pointer; }
.topbar { height: 74px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8ddd3; background: rgba(250,250,246,.82); backdrop-filter: blur(12px); }
.top-actions{display:flex;gap:6px;align-items:center}
.brand { color: #163e2b; font-weight: 850; font-size: 20px; text-decoration: none; letter-spacing: -.03em; }.brand span { color: #65736b; font-weight: 500; margin-left: 8px; }
.shell { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 56px 0 80px; }
.eyebrow { margin: 0 0 9px; color: #2a7452; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
h1,h2,h3,p { margin-top: 0; } h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.055em; line-height: .98; margin-bottom: 14px; } h2 { letter-spacing: -.035em; margin-bottom: 0; } p { color: #637169; line-height: 1.6; }
.auth-card { width: min(520px, 100%); margin: 4vh auto; padding: clamp(28px, 5vw, 52px); background: #fff; border: 1px solid #dfe3da; border-radius: 28px; box-shadow: 0 28px 70px rgba(33,52,41,.10); }
form { display: grid; gap: 16px; margin-top: 28px; } label { display: grid; gap: 7px; color: #425149; font-size: 13px; font-weight: 750; } input { width: 100%; padding: 13px 14px; border: 1px solid #cad2c8; border-radius: 11px; background: #fbfcf8; outline: 0; } input:focus { border-color: #2c7b56; box-shadow: 0 0 0 3px #d9eadf; }
button { border: 0; border-radius: 11px; padding: 13px 18px; background: #175b3c; color: #fff; font-weight: 750; } button:hover { background: #10482f; } button:disabled { opacity: .55; cursor: default; }
textarea,select { width:100%; padding:13px 14px; border:1px solid #cad2c8; border-radius:11px; background:#fbfcf8; color:#17251e; font:inherit; } textarea:focus,select:focus { border-color:#2c7b56; outline:0; box-shadow:0 0 0 3px #d9eadf; }.request-work{margin-top:8px}.request-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;align-items:start}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-help{color:#77827c;margin-top:-7px}.request-history{display:grid;gap:10px;margin-top:20px}.request-history article{display:flex;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid #edf0ea}.request-history article>span:first-child{display:grid;gap:5px}.request-history small{color:#7b867f}.request-history .status{align-self:start;text-transform:capitalize;background:#edf2eb;padding:5px 9px;border-radius:99px;font-size:12px}.compact-empty{padding:30px 15px}
.safety-notice{margin:22px 0 4px;padding:17px 18px;border:1px solid #e3d5aa;border-radius:14px;background:#fffdf5;color:#554a2a}.safety-notice strong{display:block;margin-bottom:6px;font-size:14px}.safety-notice p{margin:0;color:#6e654d;font-size:13px;line-height:1.55}
.quiet,.secondary,.back,.text-button { background: transparent; color: #285b43; }.quiet:hover,.secondary:hover,.back:hover,.text-button:hover { background: #e5ede5; }.text-button { width: 100%; margin-top: 12px; }
.message { display: none; padding: 12px; border-radius: 10px; margin-top: 14px; overflow-wrap: anywhere; }.message.success { display:block; background:#e4f3e8; color:#1d613e; }.message.error { display:block; background:#f9e5e2; color:#8a3025; }
.welcome { display:flex; justify-content:space-between; gap:30px; align-items:end; margin: 26px 0 70px; }.credit,.balance-card { min-width: 240px; padding: 22px; background:#193e2c; color:#fff; border-radius:18px; }.credit span,.balance-card span,.balance-card small { display:block; color:#cbdccf; font-size:12px; }.credit strong,.balance-card strong { display:block; font-size:30px; margin-top:6px; }
.section-title { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:18px; }.section-title>span { color:#77827c; font-size:13px; }
.invoice-list { display:grid; gap:10px; }.invoice-row { width:100%; display:grid; grid-template-columns:1.5fr .8fr 1fr 1fr auto; align-items:center; gap:20px; padding:20px 22px; text-align:left; background:#fff; color:#233229; border:1px solid #dce1d9; border-radius:16px; }.invoice-row:hover { transform:translateY(-1px); background:#fff; border-color:#9ab5a3; box-shadow:0 10px 30px rgba(32,58,43,.08); }.invoice-row span { display:grid; gap:4px; }.invoice-row small { color:#7a867e; }.due { color:#ae482f; }.paid { color:#28724f; }.arrow { font-size:24px; }.status { justify-self:start; padding:5px 9px; background:#edf0eb; border-radius:99px; text-transform:capitalize; font-size:12px; }
.empty { padding:70px 25px; text-align:center; border:1px dashed #c8d0c6; border-radius:20px; background:rgba(255,255,255,.5); }.hidden { display:none !important; }
.help-head{max-width:720px;margin-bottom:36px}.help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.help-grid article{padding:26px;background:#fff;border:1px solid #dce1d9;border-radius:18px}.help-grid h2{margin-bottom:10px}.help-grid p{margin:0}.emergency-help{border-color:#e1a796!important;background:#fff9f6!important}.emergency-help h2{color:#9c3c28}
.back { margin-bottom:34px; }.invoice-head { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:32px; }.detail-card { background:#fff; border:1px solid #dce1d9; border-radius:22px; padding:clamp(22px,4vw,38px); margin-bottom:18px; }.secondary { border:1px solid #b9c7bc; }.line-items>div { display:flex; justify-content:space-between; gap:20px; padding:17px 0; border-bottom:1px solid #edf0ea; }.line-items span { display:grid; gap:5px; }.line-items small { color:#7b867f; }.notes { margin-top:28px; padding:20px; background:#f4f6f1; border-radius:13px; }.notes p { margin:7px 0 0; white-space:pre-wrap; }.credit-request { display:grid; grid-template-columns:1fr minmax(230px,320px); gap:40px; }.credit-request form { margin:0; align-self:center; }
@media (max-width:760px) { .shell{width:min(100% - 24px,1120px);padding-top:32px}.welcome,.invoice-head{align-items:stretch;flex-direction:column}.credit,.balance-card{width:100%}.invoice-row{grid-template-columns:1fr 1fr}.invoice-row .status,.invoice-row .arrow{display:none}.credit-request,.request-layout,.form-columns,.help-grid{grid-template-columns:1fr}.brand span{display:none}.section-title{align-items:flex-start;flex-direction:column} }
