.login{display:flex;min-height:100vh}.login__left{flex:1;background:#f7f9fa;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}.login__left .login__logo{position:absolute;top:2.5rem;left:2.5rem;max-width:160px;width:160px;height:auto}.login__left .login__illustration{margin-top:3rem;max-width:80%;height:200px;display:block}.login__right{flex:1;display:flex;align-items:center;justify-content:center}.login__right .login__form-container{width:100%;max-width:400px}.login__right .login__form-container h1{font-size:2rem;color:#213f7d;margin-bottom:.5rem}.login__right .login__form-container p{margin-bottom:2rem;color:#545f7d}.login__right .login__form-container .login__form{display:flex;flex-direction:column}.login__right .login__form-container .login__form input{padding:1rem;border:1px solid rgba(84,95,125,.2);border-radius:5px;margin-bottom:1rem;font-size:1rem}.login__right .login__form-container .login__form .login__password{position:relative}.login__right .login__form-container .login__form .login__password input{width:92%}.login__right .login__form-container .login__form .login__password span{position:absolute;right:1rem;top:40%;transform:translateY(-50%);cursor:pointer;color:#39cdcc;font-weight:600;font-size:.875rem}.login__right .login__form-container .login__form .login__forgot{color:#39cdcc;font-weight:600;font-size:.875rem;margin-bottom:2rem;text-decoration:none}.login__right .login__form-container .login__form button{padding:1rem;background:#39cdcc;color:#fff;border:none;border-radius:5px;font-weight:700;cursor:pointer;transition:background .3s ease}.login__right .login__form-container .login__form button:hover{background:#30bdbc}@media (max-width: 768px){.login{flex-direction:column}.login__left{display:none}.login__right{flex:unset;width:100%;padding:2rem}}.error{color:red;margin-top:.5rem}.sidebar{width:250px;background:#fff;border-right:1px solid #eee;min-height:100vh;padding:2rem 1rem}.sidebar__logo img{max-width:120px;margin-bottom:2rem;height:30px;width:120px;margin-right:auto}.sidebar__nav ul{list-style:none;padding:0}.sidebar__nav ul li{margin-bottom:1rem}.sidebar__nav ul li a{text-decoration:none;color:#213f7d;font-weight:600}.sidebar__nav ul li a:hover{color:#39cdcc}.sidebar__section{margin-top:1.5rem;margin-bottom:.7rem;font-weight:700;color:#545f7d;letter-spacing:.5px;text-transform:uppercase;padding-left:.5rem}.status--inactive{background:#fff3e6;color:#e9b200}.status--pending{background:#e6f7ff;color:#39cdcc}.filter-panel{position:absolute;left:0;top:2.5rem;background:#fff;box-shadow:0 8px 32px #213f7d2e;border-radius:8px;min-width:320px;width:320px;z-index:20;padding:2rem 1.5rem 1.5rem;border:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box;max-height:80vh;overflow-y:auto}.dashboard__pagination{display:flex;align-items:center;gap:.5rem;margin:2rem 0 0;font-size:.98rem}.dashboard__pagination select{font-size:1rem;margin:0 .3rem}.dashboard__pagination button{background:none;border:1px solid #e4eaf1;border-radius:4px;padding:.3rem .7rem;color:#213f7d;cursor:pointer}.dashboard__pagination button.active,.dashboard__pagination button:hover{background:#39cdcc;color:#fff;border-color:#39cdcc}.dashboard__pagination button:disabled{opacity:.5;cursor:not-allowed}.dashboard{display:flex;background:#f5f6fa;min-height:100vh;font-family:Inter,Arial,sans-serif}.dashboard__main{flex:1;display:flex;flex-direction:column}.dashboard__content{position:relative;padding:2.5rem 2rem;background:#fff;border-radius:16px;margin:2rem;box-shadow:0 4px 24px #213f7d14}.dashboard__stats{display:flex;gap:2rem;margin-bottom:2rem}.dashboard__card{background:#fff;box-shadow:0 2px 8px #e3e3e3;border-radius:8px;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;min-width:220px;gap:.7rem;transition:box-shadow .2s}.dashboard__card:hover{box-shadow:0 8px 32px #213f7d1f}.dashboard__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;margin-bottom:.5rem}.dashboard__icon.users{background:#f7e9ff}.dashboard__icon.active{background:#e9eaff}.dashboard__icon.loans{background:#ffe9e9}.dashboard__icon.savings{background:#ffe9f3}.dashboard__label{font-size:1rem;color:#545f7d;font-weight:600;letter-spacing:.02em;margin-bottom:.2rem}.dashboard__value{font-size:2rem;color:#213f7d;font-weight:700;margin:0}.dashboard__table{width:100%;border-collapse:collapse;margin-top:2rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #e3e3e3}.dashboard__table th,.dashboard__table td{padding:1rem;text-align:left;border-bottom:1px solid #f0f0f0;font-size:.98rem}.dashboard__table th{color:#545f7d;font-weight:600;background:#f9fafb;letter-spacing:.03em}.dashboard__table tr:last-child td{border-bottom:none}.status{padding:.4em 1em;border-radius:20px;font-size:.9em;font-weight:600;text-transform:capitalize}.status--active{background:#e6fff2;color:#39cd62}.status--inactive{background:#f0f0f0;color:#a0a0a0}.status--pending{background:#fffbe6;color:#e9b200}.status--blacklisted{background:#ffe6e6;color:#e4033b}.sidebar{width:240px;background:#fff;box-shadow:0 2px 8px #e3e3e3;padding:2rem 0 2rem 1.5rem;display:flex;flex-direction:column;min-height:100vh}.sidebar__logo{margin-bottom:2rem;padding-left:.5rem}.sidebar__menu{list-style:none;padding:0;margin:0}.sidebar__menu li{padding:.8rem 1rem;color:#545f7d;font-size:1rem;cursor:pointer;border-radius:8px;margin-bottom:.2rem;transition:background .2s}.sidebar__menu li.active,.sidebar__menu li:hover{background:#e5f7ff;color:#213f7d;font-weight:600}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem .5rem;background:transparent}.topbar__logo img{height:32px}.topbar__search{flex:1;display:flex;align-items:center;margin:0 2rem}.topbar__search input{width:260px;padding:.7rem 1rem;border:1px solid #e3e3e3;border-radius:8px 0 0 8px;font-size:1rem;outline:none}.topbar__search button{background:#39cdcc;border:none;color:#fff;padding:.7rem 1.2rem;border-radius:0 8px 8px 0;font-size:1.1rem;cursor:pointer;display:flex;align-items:center}.topbar__right{display:flex;align-items:center;gap:1rem}.topbar__docs{color:#213f7d;font-weight:500;margin-right:1rem;text-decoration:none}.topbar__icon{width:22px;cursor:pointer}.topbar__profile{display:flex;align-items:center;gap:.5rem}.topbar__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.topbar__name{font-size:1rem;color:#213f7d;font-weight:600}.filter-panel{position:absolute;left:0;top:100%;z-index:20;min-width:320px;max-width:95vw;max-height:420px;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0002;padding:1.5rem 1.2rem 1.2rem;margin:0;display:block}.filter-panel label{display:block;font-size:.97rem;color:#545f7d;font-weight:500;margin-bottom:.25rem;margin-top:.7rem}.filter-panel input,.filter-panel select{width:100%;box-sizing:border-box;padding:.85rem 1rem;border:1px solid #e3e3e3;border-radius:8px;font-size:1rem;margin-bottom:.2rem;background:#f9fafb;color:#545f7d;outline:none;transition:border .2s}.filter-panel input:focus,.filter-panel select:focus{border:1.5px solid #39cdcc;background:#fff}.filter-panel input[type=date]::-webkit-input-placeholder{color:transparent}.filter-panel input[type=date]::-webkit-calendar-picker-indicator{opacity:0;width:0;height:0;pointer-events:none}.filter-panel input[type=date]::-ms-input-placeholder{color:transparent}.filter-panel input[type=date]::-moz-placeholder{color:transparent}.filter-panel input[type=date]:focus::-webkit-input-placeholder{color:transparent}.filter-panel__actions{display:flex;justify-content:space-between;margin-top:1.2rem;gap:.7rem}.filter-panel button{border-radius:8px;padding:.7rem 2rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,color .2s}.filter-panel button[type=button]{background:#fff;border:1.5px solid #545f7d;color:#545f7d}.filter-panel button[type=submit]{background:#39cdcc;color:#fff;border:none}.filter-panel button[type=button]:hover{background:#f0f0f0}.filter-panel button[type=submit]:hover{background:#2bb8b7}.sidebar-logout{width:100%;background:#fff;border-top:1px solid #ececec;padding:1.2rem 0 1.5rem 2rem;box-sizing:border-box;text-align:left}.sidebar-logout__btn{background:none;border:none;color:#5a5b5f;font-weight:500;font-size:1rem;display:flex;align-items:left;cursor:pointer;padding:0;margin-bottom:8px;transition:color .2s;margin-left:2px}.sidebar-logout__btn:hover{color:#e4033b}.sidebar-logout__version{color:#b0b7c3a8;font-size:13px;margin-top:8px;margin-right:50px}@media (max-width: 1100px){.dashboard__stats{flex-direction:column;gap:1rem}.dashboard__card{min-width:100%}.sidebar{width:180px;padding-left:.5rem}}@media (max-width: 900px){.dashboard__content{margin:1rem;padding:1.2rem .5rem}.sidebar{display:none}.dashboard__main{margin-left:0}}@media (max-width: 600px){.filter-panel{min-width:90vw;left:5vw;transform:none;padding:1rem .5rem}}.user-details-page{background:#f8f9fa;min-height:100vh;padding:2rem}.user-details__topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap}.user-details__back{color:#213f7d;text-decoration:none;font-weight:500;font-size:1rem}.user-details__title{flex:1;text-align:left;margin:0 2rem;color:#213f7d;font-size:1.5rem}.user-details__actions{display:flex;gap:1rem}.user-details__btn{padding:.5rem 1.5rem;border-radius:6px;border:1px solid;font-weight:600;background:transparent;cursor:pointer;font-size:.95rem;transition:background .2s}.user-details__btn--danger{color:#e4033b;border-color:#e4033b}.user-details__btn--success{color:#39cdcc;border-color:#39cdcc}.user-details__container{background:#fff;border-radius:8px;border-top:4px solid #39cdcc;box-shadow:0 2px 8px #213f7d0a;padding:2rem}.user-details__card{display:flex;align-items:center;gap:2.5rem;margin-bottom:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #e3e3e3;padding:2rem 2.5rem}.user-details__card--summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #e3e3e3;display:flex;align-items:center;padding:2rem 2.5rem;margin-bottom:.5rem;border:none}hr{border:none;height:1px;opacity:.3;background-color:#ccc}.user-details__summary-section{display:flex;align-items:center;gap:1.5rem;padding:0 2.5rem;min-width:0}.user-details__summary-section:not(:last-child){border-right:1px solid #e6e6e6}.user-details__summary-avatar{gap:1.5rem;min-width:260px}.user-details__avatar{width:96px;height:96px;border-radius:50%;background:#e6eaf0;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:1.5rem}.user-details__avatar img{width:60px;height:60px;object-fit:contain}.user-details__name{font-weight:600;color:#213f7d;font-size:1.15rem;margin-bottom:.2rem}.user-details__id{color:#545f7d;font-size:.95rem}.user-details__tier-label{color:#545f7d;font-size:.95rem;margin-bottom:0}.user-details__tier-stars img{width:18px;margin-right:.1rem}.user-details__balance{color:#213f7d;font-size:1.25rem;font-weight:700;margin-bottom:0}.user-details__bank-id{color:#545f7d;font-size:.95rem;margin-top:0}.user-details__tabs{display:flex;gap:2.5rem;border-bottom:1.5px solid #e9f6ff;margin-top:1.5rem;margin-bottom:2rem}.user-details__tabs button,.user-details__tabs span{background:none;border:none;color:#545f7d;font-size:1rem;font-weight:500;padding:1rem 1.5rem .7rem;cursor:pointer;border-bottom:2.5px solid transparent;transition:border .2s,color .2s;margin-right:1.5rem}.user-details__tabs .active,.user-details__tabs button.active{color:#39cdcc;border-bottom:2.5px solid #39cdcc;background:none}.user-details__tabs--overlap{position:relative;top:-16px;margin-bottom:2rem;background:#fff;padding-left:2.5rem;padding-right:2.5rem;border-bottom:2px solid #e9f6ff;display:flex;gap:2.5rem;z-index:2}.user-details__tabs--overlap span{padding-bottom:.5rem;cursor:pointer;color:#545f7d;font-weight:500;font-size:1rem;border-bottom:2px solid transparent;transition:border .2s,color .2s}.user-details__tabs--overlap .active{color:#39cdcc;border-bottom:2px solid #39cdcc}.tab-content-container{position:relative;min-height:220px;padding-bottom:70px;margin-top:32px}.user-details__tabs{border-bottom:none!important;position:absolute;left:0;bottom:0;width:100%;background:#fff;display:flex;gap:2.5rem;justify-content:flex-start;padding:0 2.5rem .5rem;z-index:2}.user-details__tabs span{padding-bottom:.5rem;cursor:pointer;color:#545f7d;font-weight:500;font-size:1rem;border-bottom:2px solid transparent;transition:border .2s,color .2s}.user-details__tabs .active{color:#39cdcc;border-bottom:2px solid #39cdcc}.user-details__section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #e3e3e3;padding:2rem 2.5rem;margin-bottom:2rem;width:100%;max-width:950px}.user-details__section h4{color:#545f7d;font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;margin-top:2rem}.user-details__section h4:first-child{margin-top:0}.user-details__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 2.5rem;margin-bottom:1.5rem}.user-details__grid div{display:flex;flex-direction:column}.user-details__grid span{color:#545f7d;font-size:.93rem;margin-bottom:.3rem}.user-details__grid p{color:#213f7d;font-size:1rem;font-weight:500;margin:0}.back-btn{background:none;border:none;color:#213f7d;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;cursor:pointer;transition:color .2s;outline:none}.user-details__header h2{color:#213f7d;font-size:1.25rem;font-weight:600}.user-details__header>div{display:flex;gap:1rem}.blacklist-btn{background:#f8f9fa8c;color:#e4033b;border:1.5px solid #e4033b;border-radius:6px;font-weight:700;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;padding:.6em 1.5em;margin-right:1em;transition:background .2s,color .2s;box-shadow:none;outline:none;cursor:pointer}.blacklist-btn:hover{background:#ffe6ec83}.activate-btn{background:#f8f9fa9c;color:#39cdcc;border:1.5px solid #39cdcc;border-radius:6px;font-weight:700;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;padding:.6em 1.5em;transition:background .2s,color .2s;box-shadow:none;outline:none;cursor:pointer}.activate-btn:hover{background:#ffe6ec83}.user-details__summary-tier,.user-details__summary-bank{flex-direction:column;align-items:flex-start;display:flex}.user-details__tier-stars{margin-top:0}.user-details__content{margin-left:220px;max-width:1100px}.user-details__content-aligned{margin-left:1px;max-width:950px}.summary-container,.user-details__section{margin-left:0;margin-right:0;width:100%;max-width:950px;box-sizing:border-box}.user-details__card--summary,.user-details__section{width:100%;max-width:950px;margin-bottom:2rem;box-shadow:0 4px 24px #0000000a;border-radius:8px;background:#fff;border:none}.user-details__outer-container{background:#fff;border-radius:12px;box-shadow:0 4px 24px #0001;padding:2.5rem 2.5rem 2rem;max-width:1000px;width:100%;margin:32px 0 0 24px;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch}.user-details__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.summary-container,.user-details__section{background:transparent;box-shadow:none;border-radius:0;max-width:100%;margin:0;padding:0}.topbar{border:1.5px solid #e4eaf1;border-radius:8px;background:#fff;margin-bottom:2rem;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.summary-container{max-width:1100px;margin:24px auto;background:#fff;border-radius:8px;box-shadow:0 4px 24px #0001;padding:0;position:relative}.summary-row{display:flex;align-items:center;padding:32px 36px 24px;border-radius:8px 8px 0 0}.summary-avatar{display:flex;align-items:center;gap:18px;min-width:220px}.summary-avatar img{width:70px;height:70px;border-radius:50%;background:#e4eaf1;object-fit:cover}.summary-name{font-weight:600;font-size:1.25rem;color:#213f7d;margin-bottom:2px}.summary-id{color:#545f7d;font-size:.97rem;margin-top:2px}.summary-divider{width:1px;height:60px;background:#e4eaf1;margin:0 36px}.summary-tier{min-width:140px;display:flex;flex-direction:column;align-items:flex-start;margin-right:36px}.summary-tier .summary-tier-label{font-size:.93rem;color:#545f7d;margin-bottom:6px}.summary-tier .summary-tier-stars img{width:22px;margin-right:4px;vertical-align:middle;filter:brightness(2) drop-shadow(0 0 2px #fff) drop-shadow(0 0 6px #ffe066)}.summary-balance{min-width:220px;display:flex;flex-direction:column;align-items:flex-start}.summary-balance .summary-balance-amount{font-weight:600;font-size:1.25rem;color:#213f7d;margin-bottom:2px}.summary-balance .summary-bank-id{color:#545f7d;font-size:.97rem;margin-top:2px}.summary-tabs{display:flex;gap:48px;border-bottom:2px solid #e9f6ff;padding:0 36px;background:#fff;position:relative;margin-top:0}.summary-tabs span{font-size:1rem;font-weight:500;color:#545f7d;padding:18px 0 12px;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s,border .2s;position:relative;background:#fff}.summary-tabs span.active{color:#39cdcc;border-bottom:2px solid #39cdcc}@media (max-width: 900px){.summary-container{max-width:98vw}.summary-row,.summary-tabs{padding-left:12px;padding-right:12px}.summary-row{flex-direction:column;align-items:flex-start;gap:18px}.summary-divider{display:none}}.user-details__section{background:#fff;border-radius:8px;box-shadow:0 4px 24px #0001;margin:32px auto 0;max-width:1100px;padding:32px 36px 24px}.user-details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px 36px;margin-bottom:18px}.user-details__section h4{color:#213f7d;font-size:1.1rem;font-weight:600;margin:24px 0 12px}.user-details__grid span{color:#545f7d;font-size:.93rem;font-weight:500}.user-details__grid p{color:#213f7d;font-size:1rem;margin:4px 0 0;font-weight:500}.user-details__section hr{border:none;border-top:1px solid #e4eaf1;margin:18px 0}
