@charset "UTF-8";.login-page{width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#e7f3fe;padding:1rem}.login-page .card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 5px 20px #0000000d;width:100%;max-width:24rem}.login-page .card .logo{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;gap:.5rem}.login-page .card .logo img{height:4rem}.login-page .card .logo span{font-size:2.5rem;font-weight:700;color:#1e3a8a}.login-page .card .card-title{font-size:1.5rem;font-weight:700;text-align:center;color:#1e3a8a;margin-bottom:.5rem}.login-page .card .subtitle{text-align:center;color:#6b7280;margin-bottom:1.5rem}.login-page .card form{display:flex;flex-direction:column;gap:1rem}.login-page .card form .form-group label{display:block;margin-bottom:.25rem;font-weight:500;color:#374151}.login-page .card form .form-group .input-group{display:flex;align-items:stretch}.login-page .card form .form-group .input-group .prefix{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;padding:0 .75rem;border:1px solid #d1d5db;border-right:none;border-radius:.375rem 0 0 .375rem;color:#9ca3af;font-size:.875rem}.login-page .card form .form-group .input-group input{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-left:none;border-radius:0 .375rem .375rem 0;outline:none;box-sizing:border-box}.login-page .card form .form-group input[type=password]{width:100%;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;outline:none;box-sizing:border-box}.login-page .card form button[type=submit]{width:100%;background-color:#2563eb;color:#fff;padding:.5rem;border-radius:.375rem;border:none;font-weight:600;cursor:pointer}.login-page .card form button[type=submit]:hover{background-color:#1d4ed8}.login-page .card form .register{margin-top:1rem;text-align:center;font-size:.875rem;color:#4b5563}.login-page .card form .register a{color:#2563eb;text-decoration:none}.login-page .card form .register a:hover{text-decoration:underline}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:99}.sidebar{background-color:#fff;height:100vh;transition:transform .3s ease-in-out}.sidebar--open{transform:translate(0)}.sidebar__header{padding:0 1.5rem;height:70px;display:flex;align-items:center;border-bottom:1px solid #dee2e6;min-width:260px}.sidebar__title{display:flex;align-items:center;font-size:1.25rem;font-weight:600;gap:.75rem;white-space:nowrap}.sidebar__logo-icon{width:28px;height:28px;color:#3b82f6;flex-shrink:0}.sidebar__nav{padding:1.5rem 0;flex-grow:1}.sidebar__list{display:flex;flex-direction:column}.sidebar__item{margin-bottom:.5rem}.sidebar__link{display:flex;align-items:center;padding:.75rem 1.75rem;margin:.25rem 1.5rem;border-radius:.5rem;color:#6c757d;font-weight:500;transition:background-color .3s ease-in-out,color .3s ease-in-out;white-space:nowrap}.sidebar__link:hover{background-color:#f1f3f5;color:#212529}.sidebar__link--active{background-color:#e0f2fe;color:#3b82f6;font-weight:600}.sidebar__link-icon{margin-right:1rem;width:20px;height:20px;flex-shrink:0}#weeklyLineChart{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 12px #0000000d;margin-top:2rem}.add-user-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#1e3a8a;color:#fff;padding:.65rem 1.25rem;font-weight:600;border-radius:.65rem;font-size:1rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #1e3a8a33;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.add-user-button svg{width:18px;height:18px}.add-user-button:hover{background-color:#163a72;transform:translateY(-1px);box-shadow:0 8px 16px #1e3a8a26}.add-user-button:active{transform:scale(.98);box-shadow:none}.user-form{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.user-form input,.user-form select{flex:1 1 220px;padding:.65rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background-color:#fff;color:#111827;transition:border-color .2s ease}.user-form input:focus,.user-form select:focus{border-color:#2563eb;outline:none}.user-form button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.user-form button:hover{background-color:#2563eb}.user-form button:active{transform:scale(.98)}.user-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 5px 15px #0000000d}.user-table th,.user-table td{padding:1rem;border-bottom:1px solid #f1f5f9;text-align:left}.user-table th{background-color:#f8fafc;font-weight:600;color:#1e3a8a;font-size:.95rem}.user-table td{color:#374151;font-size:.95rem}.user-table button.edit,.user-table button.delete,.user-table button.view,.user-table button.lock,.user-table button.unlock{display:inline-flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:.375rem;padding:.4rem .55rem;margin:0 .2rem;border:none;cursor:pointer;font-size:.85rem;transition:background-color .2s ease,transform .1s ease}.user-table button.edit svg,.user-table button.delete svg,.user-table button.view svg,.user-table button.lock svg,.user-table button.unlock svg{width:16px;height:16px}.user-table button.edit:active,.user-table button.delete:active,.user-table button.view:active,.user-table button.lock:active,.user-table button.unlock:active{transform:scale(.96)}.user-table button.edit:hover{background-color:#dbeafe}.user-table button.delete:hover{background-color:#fee2e2}.user-table button.view:hover{background-color:#e0f2fe}.user-table button.lock:hover{background-color:#fef3c7}.user-table button.unlock:hover{background-color:#dcfce7}.user-table button.lock.locked{background-color:#fee2e2;color:#b91c1c;font-weight:600}.user-table button.lock.locked svg{stroke:#b91c1c}.user-table button.lock.locked:hover{background-color:#fecaca}.user-table tr:hover{background-color:#f1f5f9;transition:background-color .3s ease}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination button{background-color:#1e3a8a;color:#fff;padding:.5rem 1.25rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;font-size:.95rem;transition:background-color .2s ease,transform .1s ease}.pagination button:hover:not(:disabled){background-color:#1d4ed8}.pagination button:disabled{background-color:#cbd5e1;cursor:not-allowed}.pagination button:active:not(:disabled){transform:scale(.96)}.pagination span{font-size:1rem;font-weight:500;color:#1e293b}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e3a8a4d;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:0 8px 24px #00000026;position:relative}.modal-content h2{font-size:1.5rem;color:#1e3a8a;margin-bottom:1.5rem;text-align:center;font-weight:600}.modal-content .form-step{display:flex;flex-direction:column;gap:.75rem}.modal-content .form-step input,.modal-content .form-step select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;outline:none;transition:border .2s ease;margin-bottom:.75rem;width:100%}.modal-content .form-step input:focus,.modal-content .form-step select:focus{border-color:#1e3a8a}.modal-content .modal-buttons{display:flex;justify-content:space-between;gap:.5rem;margin-top:1.5rem}.modal-content .modal-buttons button{flex:1;padding:.6rem 1rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s ease;width:48%;text-align:center}.modal-content .modal-buttons button.confirm{background-color:#1e3a8a;color:#fff}.modal-content .modal-buttons button.confirm:hover{background-color:#163a72}.modal-content .modal-buttons button.cancel{background-color:#e5e7eb;color:#374151}.modal-content .modal-buttons button.cancel:hover{background-color:#d1d5db}.modal-content .modal-buttons button:not(.cancel):not(.confirm){background-color:#3b82f6;color:#fff}.modal-content .modal-buttons button:not(.cancel):not(.confirm):hover{background-color:#2563eb}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background-color:#f8f9fa;color:#212529;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}.dashboard{display:flex;justify-content:center;align-items:start;min-height:100vh;width:100%}.sidebar-overlay,.dropdown-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:99}.dropdown-overlay{background:transparent;z-index:100;pointer-events:none}.sidebar-container{width:20%}.sidebar-container .sidebar{background-color:#fff;height:100%}.sidebar-container .sidebar__header{padding:0 1.5rem;height:70px;display:flex;align-items:center;border-bottom:1px solid #dee2e6;min-width:260px}.sidebar-container .sidebar__title{display:flex;justify-content:flex-start;align-items:center;font-size:1.25rem;font-weight:600;gap:.75rem;white-space:nowrap}.sidebar-container .sidebar__logo-icon{width:28px;height:28px;color:#3b82f6;flex-shrink:0}.sidebar-container .sidebar__nav{padding:1.5rem 0;flex-grow:1}.sidebar-container .sidebar__list{display:flex;flex-direction:column}.sidebar-container .sidebar__link{display:flex;justify-content:flex-start;align-items:center;padding:.75rem 1.75rem;margin:.25rem 1.5rem;border-radius:.5625rem;color:#6c757d;font-weight:500;transition:background-color .3s ease-in-out,color .3s ease-in-out;white-space:nowrap}.sidebar-container .sidebar__link-icon{margin-right:1rem;width:20px;height:20px;flex-shrink:0}.sidebar-container .sidebar__link:hover{background-color:#fefefe;color:#212529}.sidebar-container .sidebar__link--active{background-color:#e6effe;color:#3b82f6;font-weight:600}.main-container{width:80%}.main-container .main{flex-grow:1;display:flex;flex-direction:column;transition:margin-left .3s ease-in-out}.header{height:70px;background-color:#fff;border-bottom:1px solid #dee2e6;padding:0 2rem;flex-shrink:0;position:sticky;top:0;z-index:90}.header__content{display:flex;justify-content:space-between;align-items:center;height:100%}.header__left,.header__right{display:flex;justify-content:center;align-items:center;gap:1rem}.header__menu-btn{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%}.header__menu-btn:hover{background-color:#f8f9fa}.header__menu-btn-icon{width:24px;height:24px}.header__title{font-size:1.5rem;font-weight:600;margin:0}.header__search{position:relative;display:flex;justify-content:center;align-items:center}.header__search-icon{position:absolute;left:1rem;color:#6c757d;width:20px;height:20px;pointer-events:none}.header__search-input{border:1px solid #dee2e6;border-radius:.75rem;padding:.6rem 1rem .6rem 2.5rem;width:250px;font-size:.9rem;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out}.header__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #e6effe}.header__btn{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;color:#6c757d;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out}.header__btn:hover{background-color:#f8f9fa;color:#212529}.header__btn-icon{width:22px;height:22px}.header__btn--notification .header__notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid #ffffff}.user-dropdown{position:relative}.user-dropdown__trigger{display:flex;justify-content:center;align-items:center;padding:.25rem .5rem;border-radius:.75rem;gap:.75rem;transition:background-color .3s ease-in-out}.user-dropdown__trigger:hover{background-color:#f8f9fa}.user-dropdown__avatar{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#cddffd;color:#3b82f6;font-weight:600;font-size:.9rem}.user-dropdown__avatar--large{width:50px;height:50px;font-size:1.2rem}.user-dropdown__info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.user-dropdown__name{font-weight:600;font-size:.9rem}.user-dropdown__role{font-size:.8rem;color:#6c757d}.user-dropdown__chevron{color:#6c757d;transition:transform .3s ease-in-out}.user-dropdown__chevron--open{transform:rotate(180deg)}.user-dropdown__menu{position:absolute;top:calc(100% + 10px);right:0;width:280px;background-color:#fff;border:1px solid #dee2e6;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #0000001a;z-index:101;overflow:hidden;padding:.5rem}.user-dropdown__header{display:flex;justify-content:flex-start;align-items:center;padding:1rem;gap:1rem}.user-dropdown__details{line-height:1.4}.user-dropdown__email{font-size:.9rem;color:#6c757d}.user-dropdown__divider{height:1px;background-color:#dee2e6;margin:.5rem 0}.user-dropdown__items{padding:.5rem 0}.user-dropdown__item{display:flex;justify-content:flex-start;align-items:center;padding:.75rem 1rem;border-radius:.5625rem;transition:background-color .3s ease-in-out;width:100%;text-align:left}.user-dropdown__item-icon{width:20px;height:20px;margin-right:1rem;color:#6c757d}.user-dropdown__item:hover{background-color:#f8f9fa}.user-dropdown__item--logout{color:#ef4444}.user-dropdown__item--logout:hover{background-color:#fef7f7}.user-dropdown__item--logout:hover .user-dropdown__item-icon{color:#ef4444}.content{padding:2rem;flex-grow:1}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column;overflow:hidden;position:relative}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #0000001a}.card__content{padding:1.5rem;flex-grow:1}.card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card__icon{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:.75rem}.card__icon-svg{width:24px;height:24px;color:#fff}.card__icon--emerald{background-color:#10b981}.card__icon--blue{background-color:#3b82f6}.card__icon--purple{background-color:#8b5cf6}.card__change{display:flex;justify-content:center;align-items:center;gap:.25rem;font-weight:600;font-size:.9rem;padding:.25rem .75rem;border-radius:999px}.card__change-icon{width:16px;height:16px}.card__change--positive{color:#10b981;background-color:#9ef7d9}.card__change--negative{color:#ef4444;background-color:#fde8e8}.card__body{line-height:1.2}.card__subtitle{color:#6c757d;font-size:.9rem;font-weight:500;margin:0 0 .5rem}.card__value{font-size:2.25rem;font-weight:700;margin:0;color:#212529}.card__accent{height:5px;width:100%}.card__accent--emerald{background-color:#10b981}.card__accent--blue{background-color:#3b82f6}.card__accent--purple{background-color:#8b5cf6}.activity{margin-top:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;padding:1.5rem}.activity:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #0000001a}.activity__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.activity__title-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.activity__title-icon{color:#6c757d}.activity__title{font-size:1.2rem;font-weight:600;margin:0}.activity__subtitle{font-size:.9rem;color:#6c757d;background-color:#f8f9fa;padding:2px 8px;border-radius:6px;font-weight:500}.activity__content{padding-top:1.5rem}.activity__list{position:relative}.activity__list:before{content:"";position:absolute;top:5px;left:5px;bottom:5px;width:2px;background-color:#dee2e6;transform:translate(-50%)}.activity__item{display:flex;gap:1.5rem;position:relative;padding-bottom:2rem}.activity__dot{width:12px;height:12px;background-color:#fff;border:2px solid #3b82f6;border-radius:50%;flex-shrink:0;z-index:1;margin-top:5px}.activity__details{flex-grow:1}.activity__time{font-size:.8rem;color:#6c757d;font-weight:500}.activity__text{margin:.25rem 0 0;font-size:.95rem;color:#212529}.activity__highlight{background-color:#fefeff;color:#3b82f6;padding:2px 6px;border-radius:4px;font-weight:500}.activity__footer{text-align:center;padding-top:1rem}.activity__view-all{font-weight:600;color:#3b82f6;font-size:.9rem;padding:.5rem 1rem;border-radius:.75rem;transition:background-color .3s ease-in-out}.activity__view-all:hover{background-color:#f4f8ff}@media (min-width: 1025px){.sidebar:hover{box-shadow:0 0 25px #0000001a}.header__menu-btn{display:none}}@media (max-width: 1024px){.sidebar{width:260px;margin-left:-260px;box-shadow:0 0 25px #0000001a}.sidebar--open{margin-left:0}.main{width:100%;margin-left:0}.header__menu-btn{display:flex}}@media (max-width: 768px){.header{padding:0 1rem}.header__right{gap:.5rem}.header__search,.header .user-dropdown__info{display:none}.content{padding:1rem}.stats{gap:1rem}}
