@import"https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+VN:wght@100..400&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}html,body{width:100%;height:100%;scroll-behavior:smooth}.pending{background-color:#fafde1;color:#95991b}.processing{background-color:#e6f0ff;color:#007bff}.shipped{background-color:#fff3e6;color:#ff9100}.delivered{background-color:#e8f5e9;color:#28a745}.cancelled{background-color:#fdedec;color:#dc3545}.app__body{display:flex}.app__content{width:80%}@media screen and (max-width: 1024px){.app__content{width:75%}}@media screen and (max-width: 768px){.app__content{width:70%}}@media screen and (max-width: 576px){.app__body{flex-direction:column}.app__content{width:100%;padding-bottom:70px}.app__navbar{position:sticky;top:0;z-index:100;background-color:#fff;box-shadow:0 2px 4px #0000001a}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard{background-color:#f9f9f9;width:100%;height:100%}.dashboard__metrics{min-height:120px;display:flex;align-items:center;flex-wrap:wrap;row-gap:10px;column-gap:20px;padding:20px}.dashboard__card{display:flex;align-items:center;justify-content:center;gap:15px;background:#fff;width:255px;height:90px;border-radius:10px;border:1px solid rgb(0 0 0 / 12%)}.dashboard__card-icon{color:#fff;padding:10px;border-radius:10px}.dashboard__card-info{display:flex;flex-direction:column}.dashboard__card-value{font-size:24px}.dashboard__card-label{color:#666;font-size:14px}.dashboard__orders{font-family:Inter,sans-serif;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.dashboard__orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard__orders-title{font-size:18px;font-weight:600;color:#111827;margin:0}.dashboard__orders-link{font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;margin:0;transition:color .2s ease}.dashboard__orders-link:hover{color:#111827}.dashboard__table{width:100%;border-collapse:collapse}.dashboard__table-head{border-bottom:1px solid #E5E7EB}.dashboard__table-header{text-align:left;padding:12px 16px;font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.dashboard__table-body .dashboard__table-row{border-bottom:1px solid #F3F4F6;transition:background-color .2s ease}.dashboard__table-body .dashboard__table-row:hover{background-color:#f9fafb}.dashboard__table-body .dashboard__table-row:last-child{border-bottom:none}.dashboard__table-data{padding:16px;font-size:14px}.dashboard__table-data:first-child{font-weight:500;color:#4b5563}.dashboard__table-data:last-child{position:relative;padding:16px 16px 16px 0}.dashboard__table-data:last-child:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.dashboard__table-data:last-child span{padding:2px 6px;border-radius:10px}.dashboard__table-data:contains("Delivered"):before{background-color:#10b981}.dashboard__table-data:contains("Cancelled"):before{background-color:#ef4444}.dashboard__table-data:contains("Processing"):before{background-color:#3b82f6}.dashboard__table-data:contains("Pending"):before{background-color:#f59e0b}.status-badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}.status-delivered{background-color:#10b9811a;color:#10b981}.status-cancelled{background-color:#ef44441a;color:#ef4444}.status-processing{background-color:#3b82f61a;color:#3b82f6}.status-pending{background-color:#f59e0b1a;color:#f59e0b}@media (max-width: 768px){.dashboard__orders{padding:16px;overflow-x:auto}.dashboard__table{min-width:650px}.dashboard__table-header,.dashboard__table-data{padding:12px}}@media (max-width: 480px){.dashboard__orders-title{font-size:16px}.dashboard__orders-link{font-size:12px}.dashboard__table{min-width:500px}}@media screen and (max-width: 1199px){.dashboard__metrics{padding:15px;column-gap:15px}.dashboard__card{width:230px;height:85px}.dashboard__card-value{font-size:22px}}@media screen and (max-width: 991px){.dashboard__metrics{padding:12px;column-gap:12px;justify-content:center}.dashboard__card{width:210px;height:80px;gap:12px}.dashboard__card-icon{padding:8px;border-radius:8px}.dashboard__card-value{font-size:20px}.dashboard__card-label{font-size:13px}}@media screen and (max-width: 767px){.dashboard__metrics{padding:10px;column-gap:10px;row-gap:10px}.dashboard__card{width:calc(50% - 15px);height:75px;gap:10px}.dashboard__card-icon{padding:7px;border-radius:7px;transform:scale(.9)}.dashboard__card-value{font-size:18px}.dashboard__card-label{font-size:12px}}@media screen and (max-width: 575px){.dashboard__metrics{padding:10px;flex-direction:column;align-items:stretch}.dashboard__card{width:100%;height:70px;margin-bottom:10px}.dashboard__card-icon{padding:6px;border-radius:6px;transform:scale(.85)}.dashboard__card-value{font-size:16px}.dashboard__card-label{font-size:11px}}@media screen and (max-width: 374px){.dashboard__metrics{padding:8px}.dashboard__card{height:65px;gap:8px}.dashboard__card-icon{padding:5px;transform:scale(.8)}.dashboard__card-value{font-size:15px}.dashboard__card-label{font-size:10px}}.products{max-width:1200px;margin:0 auto;padding:2rem 1rem}.products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.products__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#1a1a2e}.products__add-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #1a1a2e33}.products__add-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1a1a2e4d}.products__filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.products__search{position:relative;flex:1;min-width:200px}.products__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.products__search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;transition:all .3s ease}.products__search-input:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.products__filter{position:relative;min-width:180px}.products__filter-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.products__filter-select{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:all .3s ease}.products__filter-select:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.products__table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.products__table{width:100%;border-collapse:collapse}.products__table-head{background-color:#f5f7fa}.products__table-header{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1a1a2e;border-bottom:1px solid #e0e0e0}.products__table-row{transition:background-color .2s ease}.products__table-row:hover{background-color:#f9f9fb}.products__table-row--empty{height:200px}.products__table-cell{padding:1rem;border-bottom:1px solid #e0e0e0;font-size:.875rem}.products__table-cell--empty{text-align:center;color:#666;font-style:italic}.products__image-container{width:50px;height:50px;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.products__image{width:100%;height:100%;object-fit:cover}.products__title-cell{font-weight:500}.products__category-cell{text-transform:capitalize}.products__price-cell{font-weight:600}.products__stock-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;width:max-content}.products__stock-badge--in{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.2)}.products__stock-badge--out{background-color:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.2)}.products__actions-cell{display:flex;gap:.5rem}.products__action-button{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.products__action-button--edit{background-color:#ff98001a;color:#ff9800}.products__action-button--edit:hover{background-color:#ff980033}.products__action-button--delete{background-color:#f443361a;color:#f44336}.products__action-button--delete:hover{background-color:#f4433633}.products__action-text{display:none}.products__count{font-size:.9rem;color:#666}@media screen and (min-width: 768px){.products__action-text{display:inline}}@media screen and (max-width: 767px){.products__header{flex-direction:column;align-items:flex-start;gap:1rem}.products__filters{flex-direction:column}.products__table{display:block;overflow-x:auto}.products__table-header:nth-child(4),.products__table-cell:nth-child(4){display:none}.products__form-checkboxes{grid-template-columns:1fr}}@media screen and (max-width: 480px){.products__title{font-size:1.5rem}.products__table-header:nth-child(3),.products__table-cell:nth-child(3){display:none}}.product-details{max-width:1200px;margin:0 auto;padding:2rem 1rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d}.product-details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.product-details__title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#1a1a2e}.product-details__cancel-button{padding:.5rem 1rem;background:none;border:1px solid #e0e0e0;border-radius:6px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.product-details__cancel-button:hover{background-color:#f5f5f5;color:#333}.product-details__form{display:flex;flex-direction:column;gap:2rem}.product-details__form-grid{display:grid;grid-template-columns:1fr;gap:2rem}.product-details__form-column{display:flex;flex-direction:column;gap:1.5rem}.product-details__form-group{display:flex;flex-direction:column;gap:.5rem}.product-details__form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}.product-details__label{font-size:.875rem;font-weight:600;color:#1a1a2e}.product-details__input,.product-details__select,.product-details__textarea{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;transition:all .3s ease}.product-details__input:focus,.product-details__select:focus,.product-details__textarea:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.product-details__textarea{resize:vertical;min-height:100px}.product-details__input-with-button{display:flex;gap:.5rem}.product-details__add-button{padding:.75rem 1rem;background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.product-details__add-button:hover{background:linear-gradient(to right,#16213e,#0f172a)}.product-details__color-picker{width:40px;height:40px;padding:0;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer}.product-details__image-preview{margin-top:1rem;width:100px;height:100px;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.product-details__preview-img{width:100%;height:100%;object-fit:cover}.product-details__images-list,.product-details__colors-list,.product-details__sizes-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.product-details__image-item,.product-details__color-item,.product-details__size-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#f5f7fa;border-radius:6px;font-size:.75rem}.product-details__image-url{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-details__color-swatch{width:16px;height:16px;border-radius:50%;border:1px solid #e0e0e0}.product-details__remove-button{background:none;border:none;color:#f44336;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;transition:all .2s ease}.product-details__remove-button:hover{background-color:#f443361a}.product-details__form-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.product-details__checkbox-group{display:flex;align-items:center;gap:.5rem}.product-details__checkbox{width:18px;height:18px;accent-color:#1a1a2e}.product-details__checkbox-label{font-size:.875rem;cursor:pointer}.product-details__form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.product-details__cancel-button--bottom{background-color:#f5f5f5}.product-details__submit-button{padding:.75rem 1.5rem;background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #1a1a2e33}.product-details__submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1a1a2e4d}@media screen and (min-width: 768px){.product-details__form-grid,.product-details__form-row{grid-template-columns:1fr 1fr}}@media screen and (max-width: 480px){.product-details__title{font-size:1.25rem}.product-details__form-actions{flex-direction:column-reverse;gap:.75rem}.product-details__submit-button,.product-details__cancel-button--bottom{width:100%}}.orders{max-width:1200px;margin:0 auto;padding:2rem 1rem}.orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.orders__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#1a1a2e}.orders__filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.orders__search{position:relative;flex:1;min-width:200px}.orders__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.orders__search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;transition:all .3s ease}.orders__search-input:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.orders__filter{position:relative;min-width:180px}.orders__filter-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.orders__filter-select{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:all .3s ease}.orders__filter-select:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.orders__table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.orders__table{width:100%;border-collapse:collapse}.orders__table-head{background-color:#f5f7fa}.orders__table-header{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1a1a2e;border-bottom:1px solid #e0e0e0}.orders__table-row{transition:background-color .2s ease}.orders__table-row:hover{background-color:#f9f9fb}.orders__table-row--empty{height:200px}.orders__table-cell{padding:1rem;border-bottom:1px solid #e0e0e0;font-size:.875rem}.orders__table-cell--empty{text-align:center;color:#666;font-style:italic}.orders__id-cell{font-weight:600;color:#1a1a2e}.orders__customer-cell{font-weight:500}.orders__date-cell{color:#666}.orders__items-cell{text-align:center}.orders__total-cell{font-weight:600}.orders__status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.orders__status-badge--delivered{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.2)}.orders__status-badge--processing{background-color:#2196f31a;color:#2196f3;border:1px solid rgba(33,150,243,.2)}.orders__status-badge--shipped{background-color:#9c27b01a;color:#9c27b0;border:1px solid rgba(156,39,176,.2)}.orders__status-badge--pending{background-color:#ff98001a;color:#ff9800;border:1px solid rgba(255,152,0,.2)}.orders__status-badge--cancelled{background-color:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.2)}.orders__actions-cell{text-align:center}.orders__action-button{padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.orders__action-button--view{background-color:#2196f31a;color:#2196f3}.orders__action-button--view:hover{background-color:#2196f333}.orders__table-cell--loading{text-align:center;padding:2rem;color:#666}@media screen and (max-width: 767px){.orders__header{flex-direction:column;align-items:flex-start;gap:1rem}.orders__filters{flex-direction:column}.orders__table{display:block;overflow-x:auto}.orders__table-header:nth-child(3),.orders__table-cell:nth-child(3){display:none}}@media screen and (max-width: 480px){.orders__title{font-size:1.5rem}.orders__table-header:nth-child(4),.orders__table-cell:nth-child(4){display:none}}.order-details{max-width:1200px;margin:0 auto;padding:2rem 1rem}.order-details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.order-details__title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#1a1a2e}.order-details__back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:1px solid #e0e0e0;border-radius:6px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.order-details__back-button:hover{background-color:#f5f5f5;color:#333}.order-details__meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:1.25rem;background-color:#f9f9fb;border-radius:8px}.order-details__meta-item{display:flex;align-items:center;gap:.5rem}.order-details__meta-label{font-weight:600;color:#666}.order-details__meta-value{color:#333}.order-details__status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.order-details__status-badge--delivered{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.2)}.order-details__status-badge--processing{background-color:#2196f31a;color:#2196f3;border:1px solid rgba(33,150,243,.2)}.order-details__status-badge--shipped{background-color:#9c27b01a;color:#9c27b0;border:1px solid rgba(156,39,176,.2)}.order-details__status-badge--pending{background-color:#ff98001a;color:#ff9800;border:1px solid rgba(255,152,0,.2)}.order-details__status-badge--cancelled{background-color:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.2)}.order-details__update{margin-bottom:2rem;padding:1.25rem;background-color:#f9f9fb;border-radius:8px}.order-details__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1a1a2e}.order-details__update-controls{display:flex;gap:1rem}.order-details__update-select{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.order-details__update-button{padding:.75rem 1.5rem;background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.order-details__update-button:hover{background:linear-gradient(to right,#16213e,#0f172a)}.order-details__timeline{margin-bottom:2rem}.order-details__timeline-list{position:relative;padding-left:1.5rem}.order-details__timeline-list:before{content:"";position:absolute;top:0;bottom:0;left:.5rem;width:2px;background-color:#e0e0e0}.order-details__timeline-item{position:relative;padding-bottom:1.5rem}.order-details__timeline-item:last-child{padding-bottom:0}.order-details__timeline-marker{position:absolute;left:-1.4rem;top:.25rem;width:1rem;height:1rem;border-radius:50%;background-color:#fff;border:2px solid #000;z-index:1}.order-details__timeline-content{padding-bottom:.5rem}.order-details__timeline-status{font-weight:600;margin-bottom:.25rem}.order-details__timeline-date{font-size:.75rem;color:#666}.order-details__items{margin-bottom:2rem}.order-details__table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.order-details__table{width:100%;border-collapse:collapse}.order-details__table-head{background-color:#f5f7fa}.order-details__table-header{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1a1a2e;border-bottom:1px solid #e0e0e0}.order-details__table-row{transition:background-color .2s ease}.order-details__table-row:hover{background-color:#f9f9fb}.order-details__table-cell{padding:1rem;border-bottom:1px solid #e0e0e0;font-size:.875rem}.order-details__product{display:flex;align-items:center;gap:1rem}.order-details__product-image{width:50px;height:50px;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0}.order-details__product-image img{width:100%;height:100%;object-fit:cover}.order-details__product-info{flex:1}.order-details__product-name{font-weight:500;margin-bottom:.25rem}.order-details__product-meta{font-size:.75rem;color:#666}.order-details__price-cell,.order-details__quantity-cell,.order-details__total-cell{text-align:center}.order-details__total-cell{font-weight:600}.order-details__sections{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.order-details__customer-info,.order-details__summary{padding:1.5rem;background-color:#f9f9fb;border-radius:8px}.order-details__info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.order-details__info-title{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#1a1a2e}.order-details__info-text{font-size:.875rem;line-height:1.5;color:#666}.order-details__summary-list{display:flex;flex-direction:column;gap:.75rem}.order-details__summary-item{display:flex;justify-content:space-between;font-size:.875rem}.order-details__summary-item--total{padding-top:.75rem;margin-top:.75rem;border-top:1px solid #e0e0e0;font-weight:600;font-size:1rem}.order-details__actions{display:flex;justify-content:flex-end;gap:1rem}.order-details__action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.order-details__action-button--invoice{background-color:#f5f7fa;color:#1a1a2e;border:1px solid #e0e0e0}.order-details__action-button--invoice:hover{background-color:#e8ecf1}.order-details__action-button--print{background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none}.order-details__action-button--print:hover{background:linear-gradient(to right,#16213e,#0f172a)}@media screen and (min-width: 768px){.order-details__sections{grid-template-columns:2fr 1fr}.order-details__info-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.order-details__meta{flex-direction:column;gap:.75rem}.order-details__update-controls,.order-details__actions{flex-direction:column}.order-details__action-button{width:100%;justify-content:center}}@media screen and (max-width: 480px){.order-details__title{font-size:1.25rem}.order-details__product{flex-direction:column;align-items:flex-start}.order-details__product-image{width:80px;height:80px}}.customers{max-width:1200px;margin:0 auto;padding:2rem 1rem}.customers__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.customers__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#1a1a2e}.customers__filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.customers__search{position:relative;flex:1;min-width:200px}.customers__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666}.customers__search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;transition:all .3s ease}.customers__search-input:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.customers__filter{min-width:180px}.customers__filter-select{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:all .3s ease}.customers__filter-select:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.customers__table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.customers__table{width:100%;border-collapse:collapse}.customers__table-head{background-color:#f5f7fa}.customers__table-header{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1a1a2e;border-bottom:1px solid #e0e0e0}.customers__table-row{transition:background-color .2s ease}.customers__table-row:hover{background-color:#f9f9fb}.customers__table-row--empty{height:200px}.customers__table-cell{padding:1rem;border-bottom:1px solid #e0e0e0;font-size:.875rem}.customers__table-cell--empty{text-align:center;color:#666;font-style:italic}.customers__id-cell{font-weight:600;color:#1a1a2e}.customers__name-cell{font-weight:500}.customers__email-cell{color:#2196f3}.customers__orders-cell{text-align:center}.customers__spent-cell{font-weight:600;text-align:right}.customers__status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.customers__status-badge--active{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.2)}.customers__status-badge--inactive{background-color:#9e9e9e1a;color:#757575;border:1px solid rgba(158,158,158,.2)}.customers__actions-cell{text-align:center}.customers__action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.customers__action-button--view{background-color:#2196f31a;color:#2196f3}.customers__action-button--view:hover{background-color:#2196f333}.customers__action-text{display:none}@media screen and (min-width: 768px){.customers__action-text{display:inline}}@media screen and (max-width: 767px){.customers__header{flex-direction:column;align-items:flex-start;gap:1rem}.customers__filters{flex-direction:column;width:100%}.customers__table{display:block;overflow-x:auto}.customers__table-header:nth-child(3),.customers__table-cell:nth-child(3){display:none}}@media screen and (max-width: 480px){.customers__title{font-size:1.5rem}.customers__table-header:nth-child(4),.customers__table-cell:nth-child(4){display:none}}.customer-details{max-width:1200px;margin:0 auto;padding:2rem 1rem}.customer-details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.customer-details__title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#1a1a2e}.customer-details__back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:1px solid #e0e0e0;border-radius:6px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.customer-details__back-button:hover{background-color:#f5f5f5;color:#333}.customer-details__form{display:flex;flex-direction:column;gap:2rem}.customer-details__section{padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin-bottom:1.5rem}.customer-details__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;color:#1a1a2e;position:relative;padding-bottom:.5rem}.customer-details__section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(to right,#1a1a2e,#16213e);border-radius:2px}.customer-details__form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.customer-details__form-group{display:flex;flex-direction:column;gap:.5rem}.customer-details__label{font-size:.875rem;font-weight:600;color:#666}.customer-details__input,.customer-details__select,.customer-details__textarea{padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;transition:all .3s ease}.customer-details__input:focus,.customer-details__select:focus,.customer-details__textarea:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e1a}.customer-details__input:disabled,.customer-details__select:disabled,.customer-details__textarea:disabled{background-color:#f9f9fb;cursor:not-allowed}.customer-details__textarea{resize:vertical;min-height:100px}.customer-details__stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.customer-details__stat{padding:1.25rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;gap:.5rem}.customer-details__stat-label{font-size:.75rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.customer-details__stat-value{font-size:1.25rem;font-weight:700;color:#1a1a2e}.customer-details__recent-orders{padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin-bottom:1.5rem}.customer-details__table-container{overflow-x:auto}.customer-details__table{width:100%;border-collapse:collapse}.customer-details__table-head{background-color:#f5f7fa}.customer-details__table-header{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:#1a1a2e;border-bottom:1px solid #e0e0e0}.customer-details__table-row{transition:background-color .2s ease}.customer-details__table-row:hover{background-color:#f9f9fb}.customer-details__table-cell{padding:1rem;border-bottom:1px solid #e0e0e0;font-size:.875rem}.customer-details__status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.customer-details__status-badge--delivered{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.2)}.customer-details__status-badge--processing{background-color:#2196f31a;color:#2196f3;border:1px solid rgba(33,150,243,.2)}.customer-details__status-badge--shipped{background-color:#9c27b01a;color:#9c27b0;border:1px solid rgba(156,39,176,.2)}.customer-details__status-badge--pending{background-color:#ff98001a;color:#ff9800;border:1px solid rgba(255,152,0,.2)}.customer-details__status-badge--cancelled{background-color:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.2)}.customer-details__view-order-button{padding:.5rem 1rem;background-color:#2196f31a;color:#2196f3;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.customer-details__view-order-button:hover{background-color:#2196f333}.customer-details__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.customer-details__edit-button,.customer-details__save-button,.customer-details__cancel-button{padding:.75rem 1.5rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.customer-details__edit-button{background-color:#2196f31a;color:#2196f3;border:1px solid rgba(33,150,243,.2)}.customer-details__edit-button:hover{background-color:#2196f333}.customer-details__save-button{background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none}.customer-details__save-button:hover{background:linear-gradient(to right,#16213e,#0f172a)}.customer-details__cancel-button{background-color:#f5f5f5;color:#666;border:1px solid #e0e0e0}.customer-details__cancel-button:hover{background-color:#e0e0e0;color:#333}.customer-details__order-info{display:flex;flex-direction:column;gap:1.25rem}.customer-details__order-info p{margin:.25rem 0;font-size:.875rem;line-height:1.5;color:#333}.customer-details__order-info h4{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:#1a1a2e;position:relative;padding-bottom:.25rem}.customer-details__order-info h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(to right,#1a1a2e,#16213e);border-radius:2px}.customer-details__order-item{display:flex;gap:1.25rem;padding:1rem;border-radius:8px;background-color:#f9f9fb;margin-bottom:.75rem;transition:all .2s ease}.customer-details__order-item:hover{background-color:#f0f0f5;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.customer-details__item-image{width:80px;height:80px;border-radius:6px;object-fit:cover;border:1px solid #e0e0e0;background-color:#fff}.customer-details__item-details{flex:1}.customer-details__item-details p{margin:.25rem 0;font-size:.875rem;line-height:1.5}.customer-details__item-details p:first-child{font-weight:600;font-size:1rem;margin-bottom:.5rem}.customer-details__item-details p:last-child{font-weight:600;color:#1a1a2e;margin-top:.5rem}@media screen and (min-width: 768px){.customer-details__form-grid{grid-template-columns:1fr 1fr}.customer-details__order-item{flex-direction:row;align-items:center}}@media screen and (max-width: 767px){.customer-details__header{flex-direction:column;align-items:flex-start;gap:1rem}.customer-details__back-button{align-self:flex-start}.customer-details__stats{grid-template-columns:1fr}.customer-details__actions{flex-direction:column}.customer-details__edit-button,.customer-details__save-button,.customer-details__cancel-button{width:100%}.customer-details__order-item{flex-direction:column}.customer-details__item-image{width:100%;height:160px}}@media screen and (max-width: 480px){.customer-details__title{font-size:1.25rem}.customer-details__section-title{font-size:1rem}.customer-details__order-info h4{font-size:.9rem}}.customer-details__orders-list{display:grid;gap:1rem;margin-top:1rem}.customer-details__order-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.customer-details__order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.customer-details__order-header h4{margin:0;font-size:1rem}.customer-details__order-status{padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500}.customer-details__order-status--pending{background:#fff3e0;color:#f57c00}.customer-details__order-status--delivered{background:#e8f5e9;color:#2e7d32}.customer-details__order-status--cancelled{background:#ffebee;color:#c62828}.customer-details__order-details{display:grid;gap:.5rem}.customer-details__order-details p{margin:0;color:#666}.sidebar{width:20%;background-color:#f9f9f9;height:100vh;padding:20px;display:flex;flex-direction:column;gap:55px;border-right:1px solid #00000029}.sidebar__title{font-family:PlayFair Display,sans-serif;font-size:24px;color:#000;font-weight:700;display:flex;align-items:center;justify-content:start;gap:15px}.sidebar__title--highlight{color:#fff;font-weight:500;font-size:12px;padding:5px 10px;background-color:#000;border-radius:5px}.sidebar__menu{list-style:none;display:flex;flex-direction:column;gap:10px;width:100%}.sidebar__menu-item{border-radius:5px;transition:.3s;cursor:pointer;font-weight:500;font-size:14px}.sidebar__menu-item.active{background-color:#000}.sidebar__menu-item.active .sidebar__menu-link{color:#fff}.sidebar__menu-item:not(.active):hover{background-color:#ececec}.sidebar__menu-link{text-decoration:none;color:#666;transition:.3s;padding:15px;display:block}.sidebar__menu-item:not(.active):hover .sidebar__menu-link{color:#000}@media screen and (max-width: 1024px){.sidebar{width:25%;gap:40px;padding:15px}.sidebar__title{font-size:20px;gap:10px}.sidebar__menu-link{padding:12px}}@media screen and (max-width: 768px){.sidebar{width:30%;gap:30px;padding:12px}.sidebar__title{font-size:18px;gap:8px}.sidebar__title--highlight{font-size:10px;padding:4px 8px}.sidebar__menu-item{font-size:13px}.sidebar__menu-link{padding:10px}}@media screen and (max-width: 576px){.sidebar{width:100%;height:auto;position:fixed;bottom:0;left:0;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 15px;gap:10px;border-right:none;border-top:1px solid #00000029;z-index:100}.sidebar__title{display:none}.sidebar__menu{flex-direction:row;justify-content:space-around;margin:0;padding:0;gap:5px}.sidebar__menu-item{flex:1;text-align:center;font-size:12px}.sidebar__menu-link{padding:8px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sidebar__menu-link:before{content:"";display:block;width:20px;height:20px;margin-bottom:5px;background-size:contain;background-repeat:no-repeat;background-position:center}.sidebar__menu-item:nth-child(1) .sidebar__menu-link:before{content:"📊"}.sidebar__menu-item:nth-child(2) .sidebar__menu-link:before{content:"🛍️"}.sidebar__menu-item:nth-child(3) .sidebar__menu-link:before{content:"📦"}.sidebar__menu-item:nth-child(4) .sidebar__menu-link:before{content:"👥"}}.navbar{height:70px;background-color:#fff;border-bottom:1px solid #00000029;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.navbar__title{font-size:20px}.navbar__button{width:65px;height:35px;border:1px solid #80808042;background:transparent;transition:.3s;cursor:pointer;color:#0009}.navbar__button:hover{color:#000;background-color:#f5f5f5}.login{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#f5f7fa,#fff);font-family:Inter,sans-serif}.login__card{width:100%;max-width:420px;padding:40px;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;transition:all .3s ease}.login__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.login__header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.login__logo{font-family:Playfair Display,serif;font-size:28px;font-weight:700;margin:0;background:linear-gradient(to right,#1a1a2e,#16213e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.5px}.login__badge{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(to right,#f96,#ff5e62);color:#fff;padding:4px 12px;border-radius:20px;box-shadow:0 2px 10px #ff5e624d}.login__title{font-size:20px;font-weight:600;color:#1a1a2e;margin-bottom:24px;text-align:center}.login__error{background-color:#f443361a;color:#f44336;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center;border:1px solid rgba(244,67,54,.2)}.login__form{display:flex;flex-direction:column;gap:20px}.login__form-group{display:flex;flex-direction:column;gap:8px}.login__label{font-size:14px;font-weight:600;color:#1a1a2e}.login__input{padding:12px 16px;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-family:Inter,sans-serif;font-size:15px;transition:all .3s ease;box-shadow:0 2px 5px #00000005;width:100%}.login__input:focus{border-color:#1a1a2e;box-shadow:0 4px 10px #0000000d;outline:none}.login__password-wrapper{position:relative}.login__password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;transition:all .3s ease}.login__password-toggle:hover{color:#1a1a2e}.login__actions{margin-top:10px}.login__button{width:100%;padding:14px;background:linear-gradient(to right,#1a1a2e,#16213e);color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1a1a2e33;position:relative;overflow:hidden}.login__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);transition:all .5s ease}.login__button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #1a1a2e4d}.login__button:hover:before{left:100%}.login__button--loading{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.login__button--loading:before{display:none}@media screen and (max-width: 991px){.login__card{padding:30px;max-width:380px}.login__logo{font-size:26px}.login__title{font-size:18px;margin-bottom:20px}.login__input{padding:11px 14px;font-size:14px}.login__button{padding:12px;font-size:15px}}@media screen and (max-width: 767px){.login{padding:15px}.login__card{padding:25px;max-width:340px}.login__logo{font-size:24px}.login__badge{font-size:10px;padding:3px 10px}.login__title{font-size:17px;margin-bottom:18px}.login__form{gap:16px}.login__label{font-size:13px}.login__input{padding:10px 12px;font-size:14px}.login__button{padding:11px;font-size:14px}}@media screen and (max-width: 575px){.login{padding:10px}.login__card{padding:20px;border-radius:12px}.login__header{margin-bottom:20px}.login__logo{font-size:22px}.login__title{font-size:16px;margin-bottom:16px}.login__error{padding:10px;font-size:13px;margin-bottom:16px}.login__form{gap:14px}.login__label{font-size:12px}.login__input{padding:10px;font-size:13px}.login__button{padding:10px;font-size:14px}}@media screen and (max-width: 374px){.login__card{padding:16px}.login__logo{font-size:20px}.login__badge{font-size:9px;padding:2px 8px}.login__title{font-size:15px}.login__input,.login__button{padding:9px;font-size:13px}}
