*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f5f7fb;font-synthesis:none}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:#315efb;text-decoration:none}a:hover{text-decoration:underline}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px}.navbar-content{max-width:1100px;height:64px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{color:#17202a;font-size:20px;font-weight:700}.brand:hover{text-decoration:none}.nav-right{display:flex;align-items:center;gap:16px}.user-label{color:#667085;font-size:14px}.app-container{width:min(1100px,calc(100% - 32px));margin:0 auto;padding:40px 0}.auth-page{min-height:calc(100vh - 80px);display:grid;place-items:center}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px;box-shadow:0 4px 16px #1018280a}.auth-card{width:min(420px,100%)}h1,h2{margin-top:0}h1{font-size:32px;margin-bottom:8px}h2{font-size:20px;margin-bottom:22px}.muted{color:#667085}label{display:flex;flex-direction:column;gap:7px;margin:16px 0;font-size:14px;font-weight:600}input{width:100%;border:1px solid #d0d5dd;border-radius:8px;padding:11px 12px;outline:none;background:#fff}input:focus{border-color:#315efb;box-shadow:0 0 0 3px #315efb1f}.button{width:100%;border:0;border-radius:8px;padding:11px 16px;background:#315efb;color:#fff;font-weight:600}.button:hover{filter:brightness(.95);text-decoration:none}.button-secondary{background:#eef2ff;color:#315efb}.nav-right .button{width:auto}.auth-footer{margin:20px 0 0;text-align:center;color:#667085;font-size:14px}.error{padding:12px;margin:16px 0;border-radius:8px;background:#fef3f2;color:#b42318;border:1px solid #fecdca}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.expense-summary,.expense-details{display:flex;flex-direction:column;gap:16px}.expense-summary>div,.expense-details>div{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #eef0f3}.expense-summary span,.expense-details span{color:#667085}.expense-summary .button{margin-top:8px;width:auto;text-align:center}.loading{min-height:300px;display:grid;place-items:center;color:#667085}.back-link{display:inline-block;margin-bottom:24px}@media(max-width:720px){.grid{grid-template-columns:1fr}.navbar{padding:0 16px}.user-label{display:none}.app-container{padding:24px 0}}.expense-list{display:flex;flex-direction:column;gap:10px}.expense-item{display:flex;justify-content:space-between;align-items:center;padding:14px;border:1px solid #eef0f3;border-radius:8px;color:inherit;transition:background .15s}.expense-item:hover{background:#f8f9fc;text-decoration:none}.expense-item>div{display:flex;flex-direction:column;gap:4px}.expense-item span{color:#667085;font-size:13px}
