.account-sidebar{background:#f7f8fb;border:1px solid #0914291f;border-radius:1rem;flex-direction:column;gap:1.5rem;height:fit-content;padding:2rem 1.5rem;display:flex;position:sticky;top:2rem}.account-sidebar_title{color:#091429;margin:0;font-size:1.5rem;font-weight:600}.account-sidebar_nav{flex-direction:column;gap:.5rem;display:flex}.account-sidebar_button{text-align:left;color:#091429;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.875rem 1rem;font-size:1rem;font-weight:400;transition:background-color .2s}.account-sidebar_button:hover{background:#09142914}.account-sidebar_button.active{background:#0914291f;font-weight:500}@media (max-width:968px){.account-sidebar{width:100%;position:static}}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:2rem;animation:.2s slideUp;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-title{color:#0b0d14;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.modal-message{color:#4b5563;margin-bottom:2rem;font-size:1rem;line-height:1.5}.modal-actions{justify-content:flex-end;gap:1rem;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.modal-btn-cancel{color:#374151;background:#f3f4f6}.modal-btn-cancel:hover{background:#e5e7eb}.modal-btn-confirm{color:#fff;background:#091429}.modal-btn-confirm:hover{background:#1a2d4f}
