*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7fb;color:#171b23}header{height:70px;background:#10141c;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0}header b{font-size:16px}header small{display:block;color:#aeb5c0;font-size:10px}button{padding:11px 15px;border-radius:9px;border:1px solid #d5dae2;background:white;font-weight:700;cursor:pointer}.primary{background:#ffcf33;border-color:#ffcf33;color:#111}main{min-height:calc(100vh - 130px)}section{max-width:1000px;margin:auto;padding:55px 20px}#home{max-width:none;padding:100px 9%;background:linear-gradient(135deg,#10141c,#263142);min-height:480px;color:white}#home h1{font-size:clamp(42px,8vw,76px);line-height:.98;margin:12px 0}#home h1 span{color:#ffcf33}.lead{font-size:18px;max-width:600px;color:#ccd3dd;line-height:1.6}.hidden{display:none}.back{border:0;background:none;padding:0;margin-bottom:20px}.lookup{display:flex;gap:10px;margin:25px 0}.lookup input{flex:1}.card{background:white;border:1px solid #e1e5eb;border-radius:15px;padding:20px;margin:18px 0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;font-size:13px;font-weight:700;margin:10px 0}input,textarea,select{width:100%;margin-top:5px;padding:11px;border:1px solid #d4d9e1;border-radius:8px;background:white}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats div{background:white;border:1px solid #e1e5eb;padding:17px;border-radius:12px;color:#68717e}.stats b{display:block;color:#171b23;font-size:23px;margin-top:5px}.row{padding:14px 0;border-bottom:1px solid #e6e9ee;display:flex;justify-content:space-between;gap:10px}.balance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.money{background:#f2f4f7;padding:15px;border-radius:10px}.money small{display:block;color:#68717e}.money b{font-size:22px}.progress{height:11px;background:#e3e6eb;border-radius:20px;overflow:hidden;margin:18px 0}.progress div{height:100%;background:#ffcf33}.account{white-space:pre-line;background:#10141c;color:white;padding:18px;border-radius:10px}footer{text-align:center;background:#10141c;color:#aeb5c0;padding:28px 10px;font-size:12px}@media(max-width:650px){.grid,.stats,.balance{grid-template-columns:1fr}.lookup{flex-direction:column}.row{flex-direction:column}#home{padding:70px 7%}}