:root{color-scheme:dark;--bg:#031318;--panel:#07242a;--line:rgba(125,231,220,.17);--text:#effaf8;--soft:#9eb8b6;--accent:#75e1d5;--green:#75e5aa;--red:#ff939c;--yellow:#ffd57f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}.account-bg{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 0,rgba(48,208,195,.13),transparent 28%),radial-gradient(circle at 90% 15%,rgba(62,104,255,.09),transparent 26%),linear-gradient(180deg,#051c21,#021014)}.account-shell{position:relative;width:min(1320px,calc(100% - 32px));margin:0 auto}.account-header{height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.account-brand img{width:150px}.account-header nav{display:flex;align-items:center;gap:10px}.account-header a,.account-header button{color:var(--soft);text-decoration:none;border:1px solid var(--line);background:rgba(7,36,42,.75);padding:9px 13px;border-radius:11px;cursor:pointer;font-size:.85rem;font-weight:750}.account-header a:hover,.account-header button:hover{color:var(--text)}main{padding:38px 0 70px}.account-access{min-height:60vh;display:grid;place-items:center;text-align:center}.account-access>div{max-width:560px;padding:34px;border:1px solid var(--line);border-radius:24px;background:rgba(7,34,40,.95)}.account-access a{display:inline-flex;margin-top:15px;padding:11px 16px;border-radius:12px;background:var(--accent);color:#031718;text-decoration:none;font-weight:850}.account-hero{display:flex;align-items:stretch;justify-content:space-between;gap:20px;margin-bottom:20px}.account-hero>div:first-child{padding:22px 0}.account-hero p,.account-card-head p{margin:0 0 7px;color:var(--accent);font-size:.72rem;font-weight:900;letter-spacing:.16em}.account-hero h1{margin:0 0 8px;font-size:clamp(2rem,4vw,3.2rem)}.account-hero span{color:var(--soft)}.balance-card{min-width:280px;padding:24px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(12,53,59,.95),rgba(5,29,34,.96));display:flex;flex-direction:column;justify-content:center}.balance-card span,.balance-card small{color:var(--soft)}.balance-card strong{font-size:2.25rem;margin:7px 0;color:#bffff0}.account-alert{margin-bottom:18px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:rgba(7,39,45,.95)}.account-alert.is-error{border-color:rgba(255,147,156,.32);color:#ffd1d5}.account-alert.is-success{border-color:rgba(117,229,170,.3);color:#c9ffe1}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.account-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.account-card{border:1px solid var(--line);border-radius:22px;background:rgba(7,33,39,.95);box-shadow:0 22px 52px rgba(0,0,0,.18);overflow:hidden}.account-card-wide{grid-column:1/-1}.account-card-head{padding:19px 21px;border-bottom:1px solid var(--line)}.account-card-head h2{margin:0;font-size:1.12rem}.account-card form{padding:20px;display:grid;gap:14px}.account-card label{display:grid;gap:7px;color:#dcebea;font-size:.82rem;font-weight:750}.account-card input,.account-card select,.account-card textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:rgba(3,22,27,.95);color:var(--text);padding:11px 12px;outline:none}.account-card textarea{min-height:88px;resize:vertical}.account-card input:focus,.account-card select:focus,.account-card textarea:focus{border-color:rgba(117,225,213,.45);box-shadow:0 0 0 4px rgba(117,225,213,.08)}.file-field span,.form-note{color:var(--soft);font-size:.75rem}.account-card form button{min-height:48px;border:1px solid rgba(210,255,248,.4);border-radius:13px;background:linear-gradient(145deg,#dffffb,#73ded4);color:#031718;font-weight:900;cursor:pointer}.account-card form button:disabled{opacity:.55;cursor:not-allowed}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:540px}th,td{text-align:left;padding:12px 14px;border-bottom:1px solid rgba(125,231,220,.09);font-size:.8rem}th{color:#bdd1d0;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;background:rgba(4,24,29,.9)}td{color:#e9f4f3}.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:.68rem;font-weight:850}.status-pending{color:#ffe1a0;background:rgba(205,146,35,.16)}.status-approved,.status-paid,.status-available{color:#c7ffdf;background:rgba(58,172,111,.16)}.status-rejected{color:#ffc9ce;background:rgba(205,73,87,.16)}.empty{padding:24px;text-align:center;color:var(--soft)}@media(max-width:900px){.account-grid,.account-history-grid{grid-template-columns:1fr}.account-card-wide{grid-column:auto}.account-hero{flex-direction:column}.balance-card{min-width:0}.account-header{height:auto;padding:18px 0;align-items:flex-start}.account-header nav{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:560px){.account-shell{width:min(100% - 20px,1320px)}.account-header{flex-direction:column;gap:14px}.account-header nav{justify-content:flex-start}.account-hero h1{font-size:2rem}}
