:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#fff;color:#171717;line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:none;transition:all .2s ease}.btn-primary{background:#1a1a1a;color:#fff}.btn-primary:hover{background:#000}.btn-secondary{background:#f5f5f5;color:#171717;border:1px solid #e5e5e5}.btn-secondary:hover{background:#e5e5e5}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#eb1515}.btn-outline{background:transparent;border:1px solid #d4d4d4;color:#171717}.btn-outline:hover{background:#f5f5f5}.btn:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(1turn)}}.fade-in{animation:fadeIn .3s ease forwards}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.Toastify__toast-container{z-index:99999}.Toastify__toast{background:#fff!important;color:#171717!important;border-radius:.5rem!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.04)!important;border:1px solid #e5e5e5!important}.Toastify__close-button{color:#a3a3a3!important}.Toastify__progress-bar{background:#1a1a1a!important}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e5e5}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1rem}@media(min-width:768px){.header__container{padding-left:2rem;padding-right:2rem}}.header__logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#171717}.header__logo-icon{width:32px;height:32px;background:#1a1a1a;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff}.header__nav{display:flex;align-items:center;gap:1.5rem}.header__link{color:#525252;font-weight:500;font-size:.875rem;transition:color .15s ease}.header__link:hover{color:#171717}.header__auth{gap:1rem}.header__auth,.header__user{display:flex;align-items:center}.header__user{gap:.375rem;color:#525252;font-size:.875rem;font-weight:500}.header__user svg{font-size:1rem}.header__login{display:inline-flex;align-items:center;gap:.375rem;color:#525252;font-size:.875rem;font-weight:500;transition:color .15s ease}.header__login:hover{color:#171717}.header__login svg{font-size:1rem}.header__logout{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:transparent;border:1px solid #e5e5e5;border-radius:.375rem;color:#525252;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.header__logout:hover{background:#fafafa;border-color:#d4d4d4;color:#171717}.header__add-btn,.header__logout svg{font-size:.875rem}.header__add-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#1a1a1a;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .15s ease}.header__add-btn:hover{background:#000}.header__add-btn svg{font-size:1rem}.product-card{background:#fff;border-radius:.75rem;overflow:hidden;transition:all .2s ease;cursor:pointer}.product-card:hover .product-card__image img{transform:scale(1.02)}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:#fafafa;border-radius:.75rem;margin:0}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .3s ease}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.product-card__badge--available{background:rgba(34,197,94,.1);color:#22c55e}.product-card__badge--unavailable{background:rgba(239,68,68,.1);color:#ef4444}.product-card__category{position:absolute;top:.75rem;right:.75rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:500;background:#fff;color:#525252}.product-card__content{padding:.75rem 0 0}.product-card__title{font-size:.9375rem;font-weight:500;color:#171717;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-card__price{font-size:.875rem;font-weight:400;color:#525252}.product-card__actions{display:none}.filters{background:#fff;padding:0}.filters__search{position:relative;margin-bottom:2rem}.filters__search-input{width:100%;padding:.5rem .5rem .5rem 1.75rem;background:transparent;border:none;border-bottom:1px solid #e5e5e5;color:#171717;font-size:.875rem;transition:all .15s ease}.filters__search-input::placeholder{color:#a3a3a3}.filters__search-input:focus{outline:none;border-bottom-color:#a3a3a3}.filters__search-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);color:#a3a3a3;font-size:1rem;pointer-events:none}.filters__section{margin-bottom:1.75rem}.filters__section:last-child{margin-bottom:0}.filters__section-title{font-size:.9375rem;font-weight:600;color:#171717;margin:0 0 .875rem}.filters__categories{display:flex;flex-direction:column;gap:.5rem}.filters__checkbox{display:flex;align-items:center;gap:.625rem;cursor:pointer;padding:.125rem 0}.filters__checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1px solid #d4d4d4;border-radius:2px;cursor:pointer;transition:all .15s ease;position:relative;background:#fff;flex-shrink:0}.filters__checkbox input:checked{background:#1a1a1a;border-color:#1a1a1a}.filters__checkbox input:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.5rem;font-weight:700}.filters__checkbox input:hover{border-color:#a3a3a3}.filters__checkbox-label{font-size:.875rem;color:#525252}.filters__price-slider{display:flex;flex-direction:column;gap:.5rem}.filters__price-slider-row{display:flex;justify-content:space-between;align-items:center}.filters__price-slider-label{font-size:.8125rem;color:#525252}.filters__price-slider-input{width:100%;height:2px;background:#e5e5e5;border-radius:9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;margin-top:.25rem}.filters__price-slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#fff;border:1.5px solid #a3a3a3;border-radius:50%;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.08);-webkit-transition:all .15s ease;transition:all .15s ease;margin-top:-6px}.filters__price-slider-input::-moz-range-thumb{width:14px;height:14px;background:#fff;border:1.5px solid #a3a3a3;border-radius:50%;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.08)}.filters__price-slider-input::-webkit-slider-runnable-track{height:2px;background:linear-gradient(to right,#262626 0,#262626 var(--slider-percent,50%),#e5e5e5 var(--slider-percent,50%),#e5e5e5 100%);border-radius:9999px}.filters__price-slider-input::-moz-range-track{height:2px;background:#e5e5e5;border-radius:9999px}.filters__price-slider-input::-moz-range-progress{background:#262626;height:2px;border-radius:9999px}.filters__sort-select{width:100%;padding:.5rem 2rem .5rem .5rem;background:#fff;border:1px solid #e5e5e5;border-radius:.375rem;color:#171717;font-size:.875rem;cursor:pointer;transition:all .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.filters__sort-select:focus{outline:none;border-color:#a3a3a3}.filters__sort-select option{background:#fff;color:#171717}.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__content{position:relative;width:100%;max-width:560px;max-height:90vh;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.08),0 10px 10px -5px rgba(0,0,0,.02);overflow:hidden;animation:fadeIn .2s ease}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e5}.modal__header h2{font-size:1.125rem;font-weight:600;color:#171717}.modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:.375rem;color:#525252;cursor:pointer;transition:all .15s ease}.modal__close:hover{background:#e5e5e5;color:#171717}.modal__body{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 140px)}.product-form{display:flex;flex-direction:column;gap:1.25rem}.product-form__group{display:flex;flex-direction:column;gap:.5rem}.product-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:640px){.product-form__row{grid-template-columns:1fr}}.product-form__label{font-size:.875rem;font-weight:500;color:#171717}.product-form__input,.product-form__select,.product-form__textarea{padding:.75rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;color:#171717;font-size:.9375rem;transition:all .15s ease}.product-form__input::placeholder,.product-form__select::placeholder,.product-form__textarea::placeholder{color:#a3a3a3}.product-form__input:focus,.product-form__select:focus,.product-form__textarea:focus{outline:none;border-color:#a3a3a3}.product-form__input.error,.product-form__select.error,.product-form__textarea.error{border-color:#ef4444}.product-form__textarea{min-height:100px;resize:vertical}.product-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.product-form__select option{background:#fff}.product-form__error{font-size:.75rem;color:#ef4444;display:flex;align-items:center;gap:.25rem}.product-form__image-upload{border:1px dashed #d4d4d4;border-radius:.5rem;padding:2rem;text-align:center;cursor:pointer;transition:all .15s ease}.product-form__image-upload:hover{border-color:#a3a3a3;background:#fafafa}.product-form__image-upload.has-image{padding:0;border-style:solid;border-color:#d4d4d4}.product-form__image-upload input{display:none}.product-form__image-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#525252}.product-form__image-upload-placeholder svg{font-size:2rem;color:#a3a3a3}.product-form__image-upload-placeholder p{font-size:.875rem}.product-form__image-upload-placeholder span{font-size:.75rem;color:#a3a3a3}.product-form__image-upload-preview{position:relative}.product-form__image-upload-preview img{width:100%;max-height:180px;object-fit:cover;border-radius:.375rem}.product-form__image-upload-preview button{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:hsla(0,0%,9%,.7);border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.product-form__image-upload-preview button:hover{background:#ef4444}.product-form__slug{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:#fafafa;border-radius:.375rem;color:#525252;font-size:.8125rem}.product-form__slug code{color:#171717;font-family:monospace}.product-form__checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.product-form__checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:44px;height:24px;background:#e5e5e5;border-radius:9999px;position:relative;cursor:pointer;transition:all .15s ease}.product-form__checkbox input:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.product-form__checkbox input:checked{background:#22c55e}.product-form__checkbox input:checked:after{left:22px}.product-form__checkbox span{font-size:.875rem;color:#171717}.product-form__actions{display:flex;gap:.75rem;margin-top:.5rem}.product-form__actions button{flex:1 1}.product-detail{min-height:calc(100vh - 80px);padding:2rem 0 4rem;background:#fff}.product-detail__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#525252}.product-detail__breadcrumb a{color:#525252;transition:color .15s ease}.product-detail__breadcrumb a:hover{color:#171717}.product-detail__breadcrumb span{color:#a3a3a3}.product-detail__back{display:inline-flex;align-items:center;gap:.5rem;color:#525252;font-weight:500;font-size:.875rem;margin-bottom:2rem;transition:color .15s ease}.product-detail__back:hover{color:#171717}.product-detail__container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media(min-width:1024px){.product-detail__container{grid-template-columns:400px 1fr;gap:4rem}}.product-detail__image{position:relative;aspect-ratio:1;border-radius:.75rem;overflow:hidden;background:#fafafa}.product-detail__image img{width:100%;height:100%;object-fit:contain;padding:2rem}.product-detail__image-badge{position:absolute;top:1rem;left:1rem;padding:.375rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.product-detail__image-badge--available{background:rgba(34,197,94,.1);color:#22c55e}.product-detail__image-badge--unavailable{background:rgba(239,68,68,.1);color:#ef4444}.product-detail__info{display:flex;flex-direction:column;gap:1rem}.product-detail__category{font-size:.875rem;color:#525252}.product-detail__title{font-size:2rem;font-weight:600;color:#171717;line-height:1.2}@media(max-width:768px){.product-detail__title{font-size:1.5rem}}.product-detail__price-row{display:flex;align-items:center;gap:1rem}.product-detail__price{font-size:1.5rem;font-weight:600;color:#171717}.product-detail__stock{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.product-detail__stock--available{background:#22c55e;color:#fff}.product-detail__stock--unavailable{background:#ef4444;color:#fff}.product-detail__description-title{font-size:.875rem;font-weight:600;color:#171717;margin-top:1rem}.product-detail__description{color:#525252;font-size:.9375rem;line-height:1.7}.product-detail__meta{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;background:#fafafa;border-radius:.5rem;margin-top:1rem}.product-detail__meta-item{display:flex;flex-direction:column;gap:.25rem}.product-detail__meta-item span:first-child{font-size:.75rem;color:#737373;text-transform:uppercase;letter-spacing:.05em}.product-detail__meta-item span:last-child{font-size:.875rem;color:#171717;font-weight:500}.product-detail__actions{display:flex;gap:1rem;margin-top:1.5rem}.product-detail__actions button{padding:.875rem 1.5rem}.related-products{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e5e5}.related-products__title{font-size:1.25rem;font-weight:600;color:#171717;margin-bottom:2rem}.related-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.skeleton{background:linear-gradient(90deg,#f5f5f5,#fafafa 50%,#f5f5f5);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem}.skeleton--image{aspect-ratio:1;border-radius:.75rem}.skeleton--title{height:2rem;width:80%}.skeleton--price{height:1.5rem;width:40%}.skeleton--text{height:1rem;width:100%}.skeleton--text:nth-child(odd){width:90%}.home{min-height:calc(100vh - 80px);background:#fff}.home__content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;padding:2rem 0 4rem}@media(min-width:1024px){.home__content{grid-template-columns:240px 1fr}}@media(max-width:1023px){.home__sidebar{order:2}.home__main{order:1}}.home__toolbar{justify-content:flex-end;margin-bottom:2rem}.home__toolbar,.home__toolbar-left{display:flex;align-items:center;gap:1rem}.home__toolbar-count{color:#525252;font-size:.875rem}.home__toolbar-count span{color:#171717;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.products-grid--loading .product-card{animation:pulse 2s infinite}.empty-state{text-align:center;padding:4rem 2rem;background:#fafafa;border-radius:.75rem}.empty-state__icon{font-size:3rem;margin-bottom:1rem;opacity:.4}.empty-state__title{font-size:1.125rem;font-weight:600;color:#171717;margin-bottom:.5rem}.empty-state__message{color:#525252;margin-bottom:1.5rem;font-size:.875rem}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:4rem}.loading-spinner__circle{width:40px;height:40px;border:2px solid #e5e5e5;border-top-color:#1a1a1a;border-radius:50%;animation:spin .8s linear infinite}.pagination{gap:.375rem;margin-top:2rem}.pagination,.pagination__btn{display:flex;align-items:center;justify-content:center}.pagination__btn{min-width:36px;height:36px;background:#fff;border:1px solid #e5e5e5;border-radius:.375rem;color:#525252;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease}.pagination__btn:hover:not(:disabled){background:#fafafa;border-color:#d4d4d4}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.admin-login{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:#fafafa;padding:2rem}.admin-login__container{width:100%;max-width:400px}.admin-login__card{background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.04)}.admin-login__header{text-align:center;margin-bottom:2rem}.admin-login__title{font-size:1.5rem;font-weight:700;color:#171717;margin:0 0 .5rem}.admin-login__subtitle{font-size:.875rem;color:#525252;margin:0}.admin-login__form{display:flex;flex-direction:column;gap:1.25rem}.admin-login__field{display:flex;flex-direction:column;gap:.5rem}.admin-login__label{font-size:.875rem;font-weight:500;color:#171717}.admin-login__input-wrapper{position:relative}.admin-login__input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a3a3a3;font-size:1rem;pointer-events:none}.admin-login__input{width:100%;padding:.875rem 1rem .875rem 2.75rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:.5rem;color:#171717;font-size:.9375rem;transition:all .15s ease}.admin-login__input::placeholder{color:#a3a3a3}.admin-login__input:focus{outline:none;border-color:#1a1a1a;background:#fff}.admin-login__input--error,.admin-login__input--error:focus{border-color:#ef4444}.admin-login__input:disabled{opacity:.6;cursor:not-allowed}.admin-login__error{font-size:.75rem;color:#ef4444}.admin-login__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#1a1a1a;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease;margin-top:.5rem}.admin-login__submit:hover:not(:disabled){background:#000}.admin-login__submit:disabled{opacity:.7;cursor:not-allowed}.admin-login__submit svg{font-size:1.125rem}.admin-login__loading{display:flex;align-items:center;gap:.5rem}