.bank-details-page[data-astro-cid-unlske5w]{min-height:100vh;background:var(--primary-dark);color:#fff;font-family:var(--font-family-primary)}.page-header[data-astro-cid-unlske5w]{position:sticky;z-index:100;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#000d31f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.back-button[data-astro-cid-unlske5w]{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.back-button[data-astro-cid-unlske5w]:hover{background:#ffffff1a}.page-title[data-astro-cid-unlske5w]{font-size:1.25rem;font-family:Montserrat,sans-serif;font-weight:600;margin:0;letter-spacing:.5px;color:#fffffff2}.bank-details-content[data-astro-cid-unlske5w]{padding:1.5rem;max-width:600px;margin:0 auto}.add-bank-section[data-astro-cid-unlske5w]{margin-bottom:2rem}.add-bank-button[data-astro-cid-unlske5w]{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:100%;padding:.75rem 1.5rem;background:var(--secondary-linear-gradient, linear-gradient(79.57deg, #FF2251 1.09%, #F52352 50%, #AE265A 98.91%));color:#fff;text-decoration:none;border-radius:8px;font-size:.9rem;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 12px #ff22514d;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:nasalization,sans-serif}.add-bank-button[data-astro-cid-unlske5w]:hover{background:var(--accent-light);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ff225166}.add-bank-button[data-astro-cid-unlske5w] .card-icon[data-astro-cid-unlske5w]{width:28px;height:28px}.bank-accounts-list[data-astro-cid-unlske5w]{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.loading-state[data-astro-cid-unlske5w]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.loading-spinner[data-astro-cid-unlske5w]{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state[data-astro-cid-unlske5w] p[data-astro-cid-unlske5w]{color:#ffffffb3;margin:0}.error-state[data-astro-cid-unlske5w]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.error-icon[data-astro-cid-unlske5w]{color:#ff4757;margin-bottom:1rem}.error-state[data-astro-cid-unlske5w] h3[data-astro-cid-unlske5w]{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.error-state[data-astro-cid-unlske5w] p[data-astro-cid-unlske5w]{color:#ffffffb3;margin:0 0 1.5rem}.retry-button[data-astro-cid-unlske5w]{background:var(--accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.retry-button[data-astro-cid-unlske5w]:hover{background:var(--accent-light)}.empty-state[data-astro-cid-unlske5w]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.empty-icon[data-astro-cid-unlske5w]{color:#ffffff4d;margin-bottom:1rem}.empty-state[data-astro-cid-unlske5w] h3[data-astro-cid-unlske5w]{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.empty-state[data-astro-cid-unlske5w] p[data-astro-cid-unlske5w]{color:#ffffffb3;margin:0}.bank-account-card[data-astro-cid-unlske5w]{border:1px solid #FF2251;border-radius:12px;overflow:hidden;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bank-account-card[data-astro-cid-unlske5w]:hover{border-color:#ff225180;box-shadow:0 4px 12px #ff225133}.bank-card-header[data-astro-cid-unlske5w]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;cursor:pointer;transition:background-color .3s ease}.bank-card-header[data-astro-cid-unlske5w]:hover{background:#ffffff05}.bank-info[data-astro-cid-unlske5w]{display:flex;align-items:center;gap:1rem;flex:1}.bank-logo[data-astro-cid-unlske5w]{width:48px;height:48px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.logo-placeholder[data-astro-cid-unlske5w]{font-size:.875rem;font-weight:600;color:#fffc}.bank-details[data-astro-cid-unlske5w]{flex:1}.account-holder[data-astro-cid-unlske5w]{font-size:1rem;color:#fff;margin:0 0 .25rem;font-family:Montserrat,sans-serif}.bank-name[data-astro-cid-unlske5w]{font-size:.875rem;margin:0}.expand-icon[data-astro-cid-unlske5w]{transition:transform .3s ease;color:#fff9}.bank-account-card[data-astro-cid-unlske5w][data-expanded=true] .expand-icon[data-astro-cid-unlske5w]{transform:rotate(180deg)}.bank-card-content[data-astro-cid-unlske5w]{padding:0 1.25rem;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease;margin-left:4.2rem}.bank-account-card[data-astro-cid-unlske5w][data-expanded=true] .bank-card-content[data-astro-cid-unlske5w]{max-height:500px;opacity:1;padding:1.25rem}.account-info[data-astro-cid-unlske5w]{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1rem}.info-row[data-astro-cid-unlske5w]{display:flex;align-items:center;gap:1rem}.label[data-astro-cid-unlske5w]{font-size:.875rem;font-weight:500}.value[data-astro-cid-unlske5w]{font-size:.875rem;color:#fff;font-weight:500;font-family:Montserrat,sans-serif}.status-active[data-astro-cid-unlske5w]{color:#2ed573}.status-inactive[data-astro-cid-unlske5w]{color:#ff4757}.bank-actions[data-astro-cid-unlske5w]{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.action-button[data-astro-cid-unlske5w]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center}.edit-button[data-astro-cid-unlske5w]{background:#3498db33;color:#3498db;border:1px solid rgba(52,152,219,.3)}.edit-button[data-astro-cid-unlske5w]:hover{background:#3498db4d}.delete-button[data-astro-cid-unlske5w]{background:#e74c3c33;color:#e74c3c;border:1px solid rgba(231,76,60,.3)}.delete-button[data-astro-cid-unlske5w]:hover{background:#e74c3c4d}.notification[data-astro-cid-unlske5w]{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:8px;color:#fff;font-weight:500;z-index:1000;animation:slideIn .3s ease}.notification-success[data-astro-cid-unlske5w]{background:#2ed573}.notification-error[data-astro-cid-unlske5w]{background:#ff4757}.notification-info[data-astro-cid-unlske5w]{background:#3742fa}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.page-note[data-astro-cid-unlske5w]{padding:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.page-note[data-astro-cid-unlske5w] h3[data-astro-cid-unlske5w]{color:var(--accent);font-size:.8rem;font-weight:600;margin:0 0 .5rem;letter-spacing:.5px}.page-note[data-astro-cid-unlske5w] p[data-astro-cid-unlske5w]{color:#fffc;font-size:.75rem;line-height:1.5;margin:0}@media (max-width: 768px){.bank-details-content[data-astro-cid-unlske5w]{padding:1rem}.add-bank-button[data-astro-cid-unlske5w]{padding:.875rem 1rem;gap:.95rem}.bank-actions[data-astro-cid-unlske5w]{flex-direction:column}.action-button[data-astro-cid-unlske5w]{justify-content:center}}@media (max-width: 480px){.add-bank-button[data-astro-cid-unlske5w]{font-size:1rem;padding:.75rem .875rem;gap:.95rem}.add-bank-button[data-astro-cid-unlske5w] svg[data-astro-cid-unlske5w]{width:20px;height:20px}}
