:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin-header{background-color:#34495e;box-shadow:0 2px 5px #0000001a;color:#ecf0f1;left:0;position:fixed;top:0;width:100%;z-index:1000}.admin-header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:15px 20px}.admin-header__title{font-size:24px;font-weight:600;margin:0}.admin-header__nav{align-items:center;display:flex;gap:15px}.admin-header__logout-button{background-color:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease}.admin-header__logout-button:hover{background-color:#c0392b;transform:translateY(-1px)}.login-wrapper{align-items:center;background:linear-gradient(135deg,#f0f4f8,#d9e2ec);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{animation:fadeIn .5s ease-in-out;background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;max-width:420px;padding:40px 30px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:30px;text-align:center}.login-header h2{color:#2c3e50;font-size:28px;font-weight:600;margin-bottom:10px}.login-header p{color:#7f8c8d;font-size:14px}.login-form{gap:20px}.form-group,.login-form{display:flex;flex-direction:column}.form-group label{color:#34495e;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:12px 15px;transition:all .3s ease}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-group .input-error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:12px;margin-top:5px}.login-button{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px;transition:background-color .3s ease,transform .1s ease}.login-button:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px)}.login-button:disabled{background-color:#95a5a6;cursor:not-allowed}.notification{border-radius:6px;font-size:14px;margin-top:20px;padding:10px 15px;text-align:center}.notification.success{background-color:#e7f9e7;color:#2ecc71}.notification.error{background-color:#fceaea;color:#e74c3c}.admin-sidebar{background-color:#2c3e50;bottom:0;box-shadow:2px 0 5px #0000001a;left:0;overflow-y:auto;padding:20px 0;position:fixed;top:60px;width:250px;z-index:900}.admin-sidebar__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.admin-sidebar__item{margin:5px 0}.admin-sidebar__link{color:#ecf0f1;display:block;font-size:16px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.admin-sidebar__link--active,.admin-sidebar__link:hover{background-color:#34495e;color:#3498db;font-weight:500}@media (max-width:768px){.admin-sidebar{width:200px}.admin-sidebar__link{font-size:14px;padding:10px 15px}}@media (max-width:480px){.admin-sidebar{width:180px}.admin-sidebar__link{font-size:12px;padding:8px 15px}}.admin-container{display:flex;min-height:100vh;padding-top:60px}.admin-content{flex:1 1;margin-left:250px;max-width:calc(100% - 250px);padding:20px}@media (max-width:768px){.admin-content{margin-left:200px;max-width:calc(100% - 200px);padding:15px}}@media (max-width:480px){.admin-content{margin-left:180px;max-width:calc(100% - 180px);padding:10px}}.statistics{padding:20px}.statistics__title{font-size:24px;margin-bottom:20px}.statistics__filter{align-items:center;display:flex;gap:10px;margin-bottom:30px}.statistics__label{font-weight:700}.statistics__select{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px}.statistics__chart-container{margin-bottom:40px}.statistics__chart-title{font-size:20px;margin-bottom:15px}.statistics__chart{height:300px;width:100%}.statistics__chart--pie{height:400px;margin:0 auto;width:600px}.statistics__loading{color:#666;font-size:16px;text-align:center}.user-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.user-list__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.user-list__filters{align-items:flex-start;display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.user-list__search-container{max-width:250px;width:100%}.user-list__search-bar{position:relative;width:100%}.user-list__search-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px 8px 8px 32px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.user-list__search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.user-list__search-bar:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-size:contain;color:#6b7280;content:"";height:16px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.user-list__dropdown-container{display:flex;flex-wrap:wrap;gap:12px}.user-list__select{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;max-width:160px;min-width:0;padding:8px;transition:border-color .3s ease,box-shadow .3s ease;width:auto}.user-list__select:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.user-list__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.user-list__table td,.user-list__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.user-list__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.user-list__table-row:hover{background-color:#f5f5f5}.user-list__table-row--loading td{height:40px}.user-list__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.user-list__skeleton--text{height:16px;width:100%}.user-list__loading{align-items:center;color:#4a5568;display:flex;font-family:Inter,sans-serif;font-size:16px;gap:10px;justify-content:center;padding:20px;text-align:center}.user-list__spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}.user-list__action-button{border:none;border-radius:4px;cursor:pointer;font-family:Inter,sans-serif;padding:6px 12px;transition:background-color .3s ease}.user-list__action-button--edit{background-color:#3b82f6;color:#fff}.user-list__action-button--edit:hover{background-color:#2563eb}.user-list__action-button--view{background-color:#10b981;color:#fff;margin-left:8px}.user-list__action-button--view:hover{background-color:#059669}.user-list__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.user-list__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.user-list__pagination-button--active{background-color:#2563eb}.user-list__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.user-list__pagination-button:hover:not(:disabled){background-color:#2563eb}.user-list__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.user-list__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.user-list__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:24px;position:relative;width:600px}.user-list__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.user-list__modal-close:hover{color:#2d3748}.user-list__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.user-list__form-group{align-items:flex-start;display:flex;gap:10px;margin-bottom:15px}.user-list__label{color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.user-list__detail,.user-list__detail--email{color:#2d3748;font-family:Inter,sans-serif;word-break:break-word}.user-list__detail--email{line-height:1.5}.user-list__select{flex:1 1}.user-list__form-actions{display:flex;gap:10px;justify-content:center;margin-top:15px}.user-list__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.user-list__modal-button:hover{background-color:#2563eb}.user-list__modal-button--cancel{background-color:#6b7280}.user-list__modal-button--cancel:hover{background-color:#4b5563}.user-list__empty{color:#4a5568;font-family:Inter,sans-serif;padding:20px;text-align:center}.user-list__status--active-yes,.user-list__status--verified-yes{color:#10b981;font-weight:600;text-align:center}.user-list__status--active-no,.user-list__status--verified-no{color:#dc2626;font-weight:600;text-align:center}.user-list__role--admin{color:#3b82f6;font-weight:600}.user-list__role--employee{color:#f59e0b;font-weight:600}.user-list__role--shipper{color:#8b5cf6;font-weight:600}.user-list__role--user{color:#6b7280;font-weight:600}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.book-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.book-list__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.book-list__actions{align-items:center;display:flex;gap:20px;margin-bottom:20px}.book-list__create-form button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.book-list__create-form button:hover{background-color:#2563eb}.book-list__search-bar{position:relative;width:300px}.book-list__search-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px 8px 8px 32px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.book-list__search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.book-list__search-bar:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-size:contain;color:#6b7280;content:"";height:16px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.book-list__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.book-list__table td,.book-list__table th{border-bottom:1px solid #e2e8f0;padding:12px}.book-list__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600;text-align:center}.book-list__table th:nth-child(2),.book-list__table th:nth-child(3),.book-list__table th:nth-child(8){text-align:left}.book-list__table th:first-child{width:200px}.book-list__table th:nth-child(2){width:80px}.book-list__table th:nth-child(3){width:120px}.book-list__table th:nth-child(4),.book-list__table th:nth-child(5){width:100px}.book-list__table th:nth-child(6),.book-list__table th:nth-child(7){width:80px}.book-list__table th:nth-child(8){width:200px}.book-list__table td{font-family:Inter,sans-serif;text-align:left;vertical-align:middle}.book-list__table td:nth-child(4),.book-list__table td:nth-child(5),.book-list__table td:nth-child(6),.book-list__table td:nth-child(7){text-align:center}.book-list__table-row:hover{background-color:#f5f5f5}.book-list__table-row--loading td{height:40px}.book-list__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.book-list__skeleton--text{height:16px;width:100%}.book-list__datetime{color:#4a5568;display:flex;flex-direction:column;font-size:14px;gap:4px;text-align:center}.book-list__status--selling{color:#10b981;font-weight:500}.book-list__status--stopped{color:#dc2626;font-weight:500}.book-list__action-button{border:none;border-radius:4px;cursor:pointer;font-family:Inter,sans-serif;margin-right:8px;padding:6px 12px;transition:background-color .3s ease}.book-list__action-button--edit{background-color:#3b82f6;color:#fff}.book-list__action-button--edit:hover{background-color:#2563eb}.book-list__action-button--view{background-color:#10b981;color:#fff}.book-list__action-button--view:hover{background-color:#059669}.book-list__action-button--discount{background-color:#f59e0b;color:#fff}.book-list__action-button--discount:hover{background-color:#d97706}.book-list__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.book-list__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.book-list__pagination-button--active{background-color:#2563eb}.book-list__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.book-list__pagination-button:hover:not(:disabled){background-color:#2563eb}.book-list__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.book-list__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.book-list__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative}.book-list__modal-content--create,.book-list__modal-content--details{width:600px}.book-list__modal-content--discount{width:400px}.book-list__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.book-list__modal-close:hover{color:#2d3748}.book-list__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.book-list__form-group{margin-bottom:15px}.book-list__label{color:#2d3748;display:block;font-family:Inter,sans-serif;font-weight:600;margin-bottom:5px}.book-list__input,.book-list__select,.book-list__textarea{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.book-list__input:focus,.book-list__select:focus,.book-list__textarea:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.book-list__textarea{height:100px;resize:vertical}.book-list__checkbox{margin:0 5px 0 0;width:auto}.book-list__checkbox-group{align-items:center;display:flex;gap:8px}.book-list__form-actions{display:flex;gap:10px;justify-content:flex-end}.book-list__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.book-list__modal-button:hover{background-color:#2563eb}.book-list__modal-button--cancel{background-color:#6b7280}.book-list__modal-button--cancel:hover{background-color:#4b5563}.book-list__selected-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.book-list__category-tag{align-items:center;background-color:#e2e8f0;border-radius:4px;display:flex;font-size:14px;gap:4px;padding:4px 8px}.book-list__remove-category{cursor:pointer;font-weight:700}.book-list__remove-category:hover{color:#dc2626}.book-list__file-input{font-family:Inter,sans-serif;padding:8px;width:100%}.book-list__image-previews{display:flex;flex-wrap:wrap;gap:10px}.book-list__image-preview{align-items:center;display:flex;flex-direction:column;gap:4px;position:relative}.book-list__thumbnail{border-radius:4px;height:100px;object-fit:cover;width:100px}.book-list__remove-image{align-items:center;background-color:#dc2626;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}.book-list__remove-image:hover{background-color:#b91c1c}.book-list__details{display:flex;flex-direction:column;gap:10px}.book-list__detail-item{color:#4a5568;font-size:14px}.book-list__detail-item strong{color:#2d3748}.book-list__images{display:flex;flex-wrap:wrap;gap:10px}.book-list__image{border-radius:4px;height:100px;object-fit:cover;width:100px}.book-list__empty{color:#6b7280;padding:20px;text-align:center}.author-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.author__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.author__actions{align-items:center;display:flex;gap:20px;margin-bottom:20px}.author__create-form button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.author__create-form button:hover{background-color:#2563eb}.author__search-bar{position:relative;width:300px}.author__search-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px 8px 8px 32px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.author__search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.author__search-bar:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-size:contain;color:#6b7280;content:"";height:16px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.author__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.author__table td,.author__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.author__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.author__table-row:hover{background-color:#f5f5f5}.author__table-row--loading td{height:40px}.author__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.author__skeleton--text{height:16px;width:100%}.author__action-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;margin-right:8px;padding:6px 12px;transition:background-color .3s ease}.author__action-button:hover{background-color:#2563eb}.author__action-button--view{background-color:#10b981}.author__action-button--view:hover{background-color:#059669}.author__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.author__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.author__pagination-button--active{background-color:#2563eb}.author__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.author__pagination-button:hover:not(:disabled){background-color:#2563eb}.author__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.author__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.author__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.author__books-modal{width:900px}.author__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.author__modal-close:hover{color:#2d3748}.author__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.author__modal-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;margin:10px 0;padding:8px;width:100%}.author__modal-actions{display:flex;gap:10px;justify-content:center;margin-top:15px}.author__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.author__modal-button:hover{background-color:#2563eb}.author__modal-button--cancel{background-color:#6b7280}.author__modal-button--cancel:hover{background-color:#4b5563}.author__books-table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-top:10px;overflow:hidden;width:100%}.author__books-table td,.author__books-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.author__books-table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.author__book-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.author__books-pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.author__empty{color:#4a5568;text-align:center}.author__empty,.publisher-list{font-family:Inter,sans-serif;padding:20px}.publisher-list{margin:0 auto;max-width:1200px}.publisher__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.publisher__actions{align-items:center;display:flex;gap:20px;margin-bottom:20px}.publisher__create-form button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.publisher__create-form button:hover{background-color:#2563eb}.publisher__search-bar{position:relative;width:300px}.publisher__search-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px 8px 8px 32px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.publisher__search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.publisher__search-bar:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-size:contain;color:#6b7280;content:"";height:16px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.publisher__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.publisher__table td,.publisher__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.publisher__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.publisher__table-row:hover{background-color:#f5f5f5}.publisher__table-row--loading td{height:40px}.publisher__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.publisher__skeleton--text{height:16px;width:100%}.publisher__skeleton--image{border-radius:4px;height:50px;width:50px}.publisher__action-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;margin-right:8px;padding:6px 12px;transition:background-color .3s ease}.publisher__action-button--view{background-color:#10b981}.publisher__action-button:hover{background-color:#2563eb}.publisher__action-button--view:hover{background-color:#059669}.publisher__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.publisher__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.publisher__pagination-button--active{background-color:#2563eb}.publisher__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.publisher__pagination-button:hover:not(:disabled){background-color:#2563eb}.publisher__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.publisher__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.publisher__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.publisher__books-modal{width:900px}.publisher__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.publisher__modal-close:hover{color:#2d3748}.publisher__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.publisher__modal-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;margin:10px 0;padding:8px;width:100%}.publisher__modal-actions{display:flex;gap:10px;justify-content:center;margin-top:15px}.publisher__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.publisher__modal-button:hover{background-color:#2563eb}.publisher__modal-button--cancel{background-color:#6b7280}.publisher__modal-button--cancel:hover{background-color:#4b5563}.publisher__empty{color:#4a5568;font-family:Inter,sans-serif;padding:20px;text-align:center}.publisher__books-table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.publisher__books-table td,.publisher__books-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.publisher__books-table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.publisher__books-table-row--loading td{height:40px}.publisher__book-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.publisher__books-pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.distributor-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.distributor__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.distributor__actions{align-items:center;display:flex;gap:20px;margin-bottom:20px}.distributor__create-form button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.distributor__create-form button:hover{background-color:#2563eb}.distributor__search-bar{position:relative;width:300px}.distributor__search-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px 8px 8px 32px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.distributor__search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.distributor__search-bar:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-size:contain;color:#6b7280;content:"";height:16px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.distributor__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.distributor__table td,.distributor__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.distributor__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.distributor__table-row:hover{background-color:#f5f5f5}.distributor__table-row--loading td{height:40px}.distributor__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.distributor__skeleton--text{height:16px;width:100%}.distributor__skeleton--image{border-radius:4px;height:50px;width:50px}.distributor__action-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;margin-right:8px;padding:6px 12px;transition:background-color .3s ease}.distributor__action-button--view{background-color:#10b981}.distributor__action-button:hover{background-color:#2563eb}.distributor__action-button--view:hover{background-color:#059669}.distributor__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.distributor__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.distributor__pagination-button--active{background-color:#2563eb}.distributor__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.distributor__pagination-button:hover:not(:disabled){background-color:#2563eb}.distributor__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.distributor__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.distributor__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.distributor__books-modal{width:900px}.distributor__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.distributor__modal-close:hover{color:#2d3748}.distributor__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.distributor__modal-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;margin:10px 0;padding:8px;width:100%}.distributor__modal-actions{display:flex;gap:10px;justify-content:center;margin-top:15px}.distributor__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.distributor__modal-button:hover{background-color:#2563eb}.distributor__modal-button--cancel{background-color:#6b7280}.distributor__modal-button--cancel:hover{background-color:#4b5563}.distributor__empty{color:#4a5568;font-family:Inter,sans-serif;padding:20px;text-align:center}.distributor__books-table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.distributor__books-table td,.distributor__books-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.distributor__books-table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.distributor__books-table-row--loading td{height:40px}.distributor__book-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.distributor__books-pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.category-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.category__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.category__actions{align-items:center;display:flex;gap:20px;margin-bottom:20px}.category__create-form button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.category__create-form button:hover{background-color:#2563eb}.category__search-bar{position:relative;width:300px}.category__search-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;padding:8px 8px 8px 32px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.category__search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f64d}.category__search-bar:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');background-repeat:no-repeat;background-size:contain;color:#6b7280;content:"";height:16px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.category__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.category__table td,.category__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.category__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.category__table-row:hover{background-color:#f5f5f5}.category__table-row--loading td{height:40px}.category__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.category__skeleton--text{height:16px;width:100%}.category__skeleton--image{border-radius:4px;height:50px;width:50px}.category__action-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;margin-right:8px;padding:6px 12px;transition:background-color .3s ease}.category__action-button--view{background-color:#10b981}.category__action-button:hover{background-color:#2563eb}.category__action-button--view:hover{background-color:#059669}.category__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.category__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.category__pagination-button--active{background-color:#2563eb}.category__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.category__pagination-button:hover:not(:disabled){background-color:#2563eb}.category__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.category__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.category__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.category__books-modal{width:900px}.category__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.category__modal-close:hover{color:#2d3748}.category__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.category__modal-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;margin:10px 0;padding:8px;width:100%}.category__modal-actions{display:flex;gap:10px;justify-content:center;margin-top:15px}.category__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.category__modal-button:hover{background-color:#2563eb}.category__modal-button--cancel{background-color:#6b7280}.category__modal-button--cancel:hover{background-color:#4b5563}.category__empty{color:#4a5568;font-family:Inter,sans-serif;padding:20px;text-align:center}.category__books-table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.category__books-table td,.category__books-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.category__books-table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.category__books-table-row--loading td{height:40px}.category__book-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.category__books-pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.book-type-list{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.book-type__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.book-type__create-form{display:flex;gap:10px;margin-bottom:20px}.book-type__create-form button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.book-type__create-form button:hover{background-color:#2563eb}.book-type__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow:hidden;width:100%}.book-type__table td,.book-type__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.book-type__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.book-type__table-row:hover{background-color:#f5f5f5}.book-type__table-row--loading td{height:40px}.book-type__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.book-type__skeleton--text{height:16px;width:100%}.book-type__action-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:6px 12px;transition:background-color .3s ease}.book-type__action-button:hover{background-color:#2563eb}.book-type__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.book-type__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.book-type__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.book-type__modal-close:hover{color:#2d3748}.book-type__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.book-type__modal-input{border:1px solid #e2e8f0;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;margin:10px 0;padding:8px;width:100%}.book-type__modal-actions{display:flex;gap:10px;justify-content:center;margin-top:15px}.book-type__modal-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.book-type__modal-button:hover{background-color:#2563eb}.book-type__modal-button--cancel{background-color:#6b7280}.book-type__modal-button--cancel:hover{background-color:#4b5563}.book-type__empty{color:#4a5568;text-align:center}.book-type__empty,.order-status{font-family:Inter,sans-serif;padding:20px}.order-status{margin:0 auto;max-width:1200px}.order-status__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.order-status__actions{margin-bottom:20px}.order-status__search-form{display:flex;gap:10px;max-width:400px}.order-status__search-input{border:1px solid #e2e8f0;border-radius:4px;flex:1 1;font-family:Inter,sans-serif;font-size:14px;padding:8px}.order-status__search-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.order-status__search-button:hover{background-color:#2563eb}.order-status__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;margin-bottom:20px;overflow:hidden;width:100%}.order-status__table td,.order-status__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.order-status__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.order-status__table-row--loading td{height:40px}.order-status__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.order-status__skeleton--text{height:16px;width:100%}.order-status__skeleton--text:last-child{width:60%}.order-status__action-button{background-color:#22c55e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:6px 12px;transition:background-color .3s ease}.order-status__action-button:hover{background-color:#16a34a}.order-status__action-button--cause{background-color:#6b7280}.order-status__action-button--cause:hover{background-color:#4b5563}.order-status__status{border-radius:4px;display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:500;padding:4px 8px}.order-status__status--PENDING{background-color:#fef3c7;color:#f59e0b}.order-status__status--REJECTED{background-color:#fee2e2;color:#ef4444}.order-status__status--IN_PREPARATION{background-color:#dbeafe;color:#3b82f6}.order-status__status--READY_TO_SHIP{background-color:#ede9fe;color:#8b5cf6}.order-status__status--DELIVERING{background-color:#fef3c7;color:#eab308}.order-status__status--DELIVERED{background-color:#dcfce7;color:#22c55e}.order-status__status--CANCELLED{background-color:#e5e7eb;color:#6b7280}.order-status__status--FAILED_DELIVERY{background-color:#fee2e2;color:#dc2626}.order-status__status--RETURNED{background-color:#ffedd5;color:#f97316}.order-status__empty{color:#4a5568;font-family:Inter,sans-serif;padding:20px;text-align:center}.order-status__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.order-status__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.order-status__pagination-button--active{background-color:#2563eb}.order-status__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.order-status__pagination-button:hover:not(:disabled){background-color:#2563eb}.order-status__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.order-status__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.order-status__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.order-status__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.order-status__modal-close:hover{color:#2d3748}.order-status__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.order-status__user-details{display:flex;flex-direction:column;gap:12px}.order-status__cause-details,.order-status__detail-item{color:#2d3748;font-family:Inter,sans-serif;font-size:14px}.order-status__detail-item{display:flex;gap:8px}.order-status__detail-item strong{font-weight:600;width:120px}.order-status__boolean{border-radius:4px;font-size:12px;font-weight:500;padding:2px 6px}.order-status__boolean--true{background-color:#dcfce7;color:#22c55e}.order-status__boolean--false{background-color:#fee2e2;color:#ef4444}.order-status__gender{border-radius:4px;font-size:12px;font-weight:500;padding:2px 6px}.order-status__gender--MALE{background-color:#dcfce7;color:#22c55e}.order-status__gender--FEMALE{background-color:#ede9fe;color:#8b5cf6}.order-status__gender--OTHER{background-color:#fef3c7;color:#f59e0b}.order-status__role{border-radius:4px;font-size:12px;font-weight:500;padding:2px 6px}.order-status__role--ADMIN{background-color:#dbeafe;color:#3b82f6}.order-status__role--EMPLOYEE{background-color:#ffedd5;color:#f97316}.order-status__role--SHIPPER{background-color:#ede9fe;color:#8b5cf6}.order-status__role--USER{background-color:#e5e7eb;color:#6b7280}.refund-status{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.refund-status__title{color:#2d3748;font-family:Lora,serif;font-size:24px;font-weight:700;margin-bottom:20px}.refund-status__actions{margin-bottom:20px}.refund-status__search-form{display:flex;gap:10px;max-width:400px}.refund-status__search-input{border:1px solid #e2e8f0;border-radius:4px;flex:1 1;font-family:Inter,sans-serif;font-size:14px;padding:8px}.refund-status__search-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 16px;transition:background-color .3s ease}.refund-status__search-button:hover{background-color:#2563eb}.refund-status__table{background-color:#fff;border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;margin-bottom:20px;overflow:hidden;width:100%}.refund-status__table td,.refund-status__table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.refund-status__table th{background-color:#f8fafc;color:#2d3748;font-family:Inter,sans-serif;font-weight:600}.refund-status__table-row--loading td{height:40px}.refund-status__skeleton{animation:pulse 1.5s infinite;background-color:#e2e8f0}.refund-status__skeleton--text{height:16px;width:100%}.refund-status__skeleton--text:last-child{width:60%}.refund-status__action-button{background-color:#22c55e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:6px 12px;transition:background-color .3s ease}.refund-status__action-button:hover{background-color:#16a34a}.refund-status__status{border-radius:4px;display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:500;padding:4px 8px}.refund-status__status--NONE{background-color:#e5e7eb;color:#6b7280}.refund-status__status--PENDING_REFUND{background-color:#fef3c7;color:#f59e0b}.refund-status__status--REFUNDED{background-color:#dcfce7;color:#22c55e}.refund-status__status--FAILED_REFUND{background-color:#fee2e2;color:#ef4444}.refund-status__empty{color:#4a5568;font-family:Inter,sans-serif;padding:20px;text-align:center}.refund-status__pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}.refund-status__pagination-button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;padding:8px 12px;transition:background-color .3s ease}.refund-status__pagination-button--active{background-color:#2563eb}.refund-status__pagination-button:disabled{background-color:#e2e8f0;color:#6b7280;cursor:not-allowed}.refund-status__pagination-button:hover:not(:disabled){background-color:#2563eb}.refund-status__pagination-ellipsis{color:#4a5568;font-family:Inter,sans-serif;font-size:14px;padding:8px 12px}.refund-status__modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.refund-status__modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:400px}.refund-status__modal-close{color:#4a5568;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.refund-status__modal-close:hover{color:#2d3748}.refund-status__modal-title{color:#2d3748;font-family:Lora,serif;font-size:20px;font-weight:700;margin-bottom:15px}.refund-status__user-details{display:flex;flex-direction:column;gap:12px}.refund-status__detail-item{color:#2d3748;display:flex;font-family:Inter,sans-serif;font-size:14px;gap:8px}.refund-status__detail-item strong{font-weight:600;width:120px}.refund-status__boolean{border-radius:4px;font-size:12px;font-weight:500;padding:2px 6px}.refund-status__boolean--true{background-color:#dcfce7;color:#22c55e}.refund-status__boolean--false{background-color:#fee2e2;color:#ef4444}.refund-status__gender{border-radius:4px;font-size:12px;font-weight:500;padding:2px 6px}.refund-status__gender--MALE{background-color:#dcfce7;color:#22c55e}.refund-status__gender--FEMALE{background-color:#ede9fe;color:#8b5cf6}.refund-status__gender--OTHER{background-color:#fef3c7;color:#f59e0b}.refund-status__role{border-radius:4px;font-size:12px;font-weight:500;padding:2px 6px}.refund-status__role--ADMIN{background-color:#dbeafe;color:#3b82f6}.refund-status__role--EMPLOYEE{background-color:#ffedd5;color:#f97316}.refund-status__role--SHIPPER{background-color:#ede9fe;color:#8b5cf6}.refund-status__role--USER{background-color:#e5e7eb;color:#6b7280}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.app{background-color:#f5f6fa;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh}.app-header{flex-shrink:0}.custom-toast-container{right:20px!important;top:80px!important;z-index:10000!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.f93db5b4.css.map*/