@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap";:root{--ink:#1c2541;--brass:#b8862e;--sage:#5b7553;--brick:#9b4b3e;--paper:#eceef0;--border:#ddd9ce;--muted:#8a8578}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,sans-serif}button,input,select{font-family:inherit}.font-display{font-family:Fraunces,serif}.font-mono{font-family:IBM Plex Mono,monospace}.input{border:1.5px solid var(--border);width:100%;color:var(--ink);border-radius:9px;outline:none;margin:6px 0 14px;padding:10px 12px;font-size:14px}.input:focus{border-color:var(--brass)}.btn-primary{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14.5px;font-weight:700;display:flex}.btn-primary:disabled{cursor:not-allowed;background:#c9c4b6}.btn-secondary{color:#6b675c;cursor:pointer;background:#eeeae2;border:none;border-radius:9px;width:100%;padding:12px;font-size:14.5px;font-weight:700}.card{border:1px solid var(--border);background:#fff;border-radius:10px;padding:18px 20px}.ledger-row{border-bottom:1px solid #e3e0d5;justify-content:space-between;align-items:center;padding:11px 0;display:flex}.ledger-row:last-child{border-bottom:none}.navbtn{cursor:pointer;color:#c9cdd6;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;display:flex}.navbtn:hover{color:#fff;background:#28345a}.navbtn.active{background:var(--brass);color:var(--ink);font-weight:600}.portal-tab{cursor:pointer;color:#6b7280;border-radius:20px;padding:9px 16px;font-size:13.5px;font-weight:600}.portal-tab.active{background:var(--ink);color:#fff}.progress-track{background:#edeae0;border-radius:6px;height:8px;overflow:hidden}.progress-fill{height:100%}.dashed-row{border:1px dashed var(--border);cursor:pointer;border-radius:9px;justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.modal-backdrop{z-index:50;background:#1c254173;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:14px;width:380px;max-width:92vw;padding:26px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#c9c4b6;border-radius:4px}
