*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 6px #0000001a;padding:2rem 0;text-align:center}.header h1{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header p{color:#666;font-size:1.1rem}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}main.container{flex:1 1;padding:2rem 1.5rem}.alert{align-items:center;animation:slideDown .3s ease;border-radius:12px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#fee;border:1px solid #fcc;color:#c33}.alert-success{background:#efe;border:1px solid #cfc;color:#3c3}.tabs{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;margin-bottom:2rem;padding:.5rem}.tabs button{background:#0000;border:none;border-radius:8px;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .3s ease}.tabs button:hover{background:#f5f5f5;color:#667eea}.tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.tab-content{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;min-height:400px;padding:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-header h2{color:#333;font-size:1.75rem;font-weight:700}.accounts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.account-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 4px 12px #667eea33;color:#fff;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.account-card:hover{box-shadow:0 8px 20px #667eea4d;transform:translateY(-4px)}.account-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:1rem}.account-header h3{font-size:1.25rem;font-weight:600}.status{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status.active{background:#ffffff4d}.account-number{font-size:.9rem;margin-bottom:1rem;opacity:.9}.account-number code{background:#fff3;border-radius:6px;font-family:Courier New,monospace;font-size:.9rem;padding:.25rem .5rem}.account-balance{align-items:center;border-top:1px solid #ffffff4d;display:flex;justify-content:space-between;padding-top:1rem}.account-balance .label{font-size:.9rem;opacity:.9}.account-balance .amount{font-size:1.5rem;font-weight:700}.form-section h2{color:#333;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.form{max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.balance-hint{color:#667eea;display:block;font-size:.875rem;font-weight:600;margin-top:.5rem}.btn{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover:not(:disabled){background:#667eea;color:#fff}.empty-state{color:#666;padding:3rem 1rem;text-align:center}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.loading{font-size:1.1rem;padding:3rem}.footer,.loading{color:#666;text-align:center}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;margin-top:3rem;padding:2rem 0}.footer p{margin-bottom:.5rem}.footer a{color:#667eea;font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width:768px){.header h1{font-size:2rem}.tabs{flex-direction:column;gap:.5rem}.tab-content{padding:1.5rem}.accounts-grid{grid-template-columns:1fr}.section-header{align-items:stretch;flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.10ca8f82.css.map*/