:root{--ink:#17352b;--muted:#607169;--forest:#174c3a;--paper:#fffdfa;--cream:#f5f1e8;--lime:#dceaa5;--clay:#bd654e;--line:rgba(23,53,43,.14);--shadow:0 24px 70px rgba(23,53,43,.1)}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.account-container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.account-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.1);color:white;background:rgba(17,65,49,.96);backdrop-filter:blur(14px)}.header-row{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand>span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:var(--ink);background:var(--lime);font-family:Georgia,serif;font-size:21px}.header-row nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:650}.header-row form{margin:0}.header-row button{padding:0;border:0;color:rgba(255,255,255,.72);background:none;font:inherit;cursor:pointer}.messages{padding-top:18px}.message{padding:14px 18px;border:1px solid #a8c99d;border-radius:14px;background:#edf5df}.eyebrow{display:block;margin-bottom:9px;color:var(--clay);font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.035em}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}h1{font-size:clamp(48px,6vw,76px)}h2{font-size:34px}.auth-layout,.form-page{display:grid;grid-template-columns:1fr minmax(420px,.7fr);gap:90px;align-items:center;padding:80px 0}.auth-copy p,.form-page>div:first-child p{max-width:600px;color:var(--muted);font-size:18px}.form-card{padding:34px;border:1px solid var(--line);border-radius:26px;background:var(--paper);box-shadow:var(--shadow)}.form-card>p{margin-top:8px;color:var(--muted)}.form-card form{display:grid;gap:17px;margin-top:26px}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:750}.field input,.field select,.field textarea{width:100%;min-height:50px;padding:12px 13px;border:1px solid rgba(23,53,43,.23);border-radius:12px;outline:none;background:white;color:var(--ink);font:inherit}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--forest);box-shadow:0 0 0 4px rgba(23,76,58,.1)}.field small{color:var(--muted);font-size:12px}.field .errorlist,.errors .errorlist{margin:0;padding:0;color:#9b392b;font-size:12px;list-style:none}.primary,.secondary{display:inline-flex;min-height:48px;padding:0 20px;align-items:center;justify-content:center;border:0;border-radius:999px;font-weight:800;cursor:pointer}.primary{color:white;background:var(--forest)}.secondary{border:1px solid var(--line);background:white}.form-foot{margin:20px 0 0!important;font-size:14px}.form-foot a,.empty a{color:var(--forest);font-weight:800}.dashboard-hero{display:flex;padding:70px 0 44px;align-items:end;justify-content:space-between;gap:40px}.dashboard-hero p{max-width:650px;margin-bottom:0;color:var(--muted);font-size:18px}.hero-actions{display:flex;gap:10px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-bottom:70px}.panel{padding:28px;border:1px solid var(--line);border-radius:23px;background:var(--paper)}.panel-wide{grid-column:1/-1}.panel-title{display:flex;justify-content:space-between}.item-list,.compact-list{display:grid;margin-top:22px}.item-list>a,.compact-list>div{display:flex;padding:16px 0;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.item-list>a:last-child,.compact-list>div:last-child{border-bottom:0}.item-list a>div{display:grid}.item-list span,.muted{color:var(--muted);font-size:13px}.compact-list strong{font-size:14px}.status{padding:5px 9px;border-radius:999px;background:#edf0ec;color:var(--muted);font-size:11px;font-weight:750}.status-approved{color:#226245;background:#e2f0e5}.status-rejected{color:#923c30;background:#f5e2df}.empty{padding:34px 0 8px;text-align:center}.empty p{color:var(--muted)}
@media(max-width:850px){.auth-layout,.form-page{grid-template-columns:1fr;gap:36px;padding:52px 0}.dashboard-hero{align-items:stretch;flex-direction:column}.dashboard-grid{grid-template-columns:1fr}.panel-wide{grid-column:auto}.header-row nav>a:not(:last-of-type){display:none}.hero-actions{align-items:stretch;flex-direction:column}}
@media(max-width:560px){.account-container{width:min(100% - 26px,1160px)}.form-card{padding:24px}.header-row{min-height:64px}.header-row nav{gap:12px}h1{font-size:46px}.item-list>a{align-items:start;flex-direction:column}}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:0;text-transform:none}
h1,h2{font-family:Arial,Helvetica,ui-sans-serif,system-ui,sans-serif;font-weight:780;line-height:1.03;letter-spacing:-.045em}
.managed-row{display:flex;padding:16px 0;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}
.managed-row:last-child{border-bottom:0}.managed-row>a:first-child{display:grid}.managed-row>a:first-child span{color:var(--muted);font-size:13px}
