.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes 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 bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes 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 bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes 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 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 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 bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.header[data-v-c8fb0010]{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1rem 0;background:#023;border:none;box-shadow:none;min-height:unset;position:relative}.logo[data-v-c8fb0010]{width:120px;height:auto;max-height:120px;display:block;object-fit:contain;flex-shrink:0}.shop-title[data-v-c8fb0010]{position:absolute;left:0;right:0;margin:0 auto;text-align:center;font-size:2.1rem;font-weight:800;color:#f1d053;letter-spacing:.04em;text-shadow:0 2px 16px #002233,0 0 12px #0598ac,0 0 2px #002233,0 1px 0 #002233;pointer-events:none}@media (max-width: 600px){.logo[data-v-c8fb0010]{width:70px;max-height:70px;height:auto}.shop-title[data-v-c8fb0010]{font-size:1.2rem}.header[data-v-c8fb0010]{padding:.5rem .5rem 0}}.bottom-nav[data-v-501ddf7e]{position:fixed;bottom:0;left:0;right:0;background:#00334d;border-top:1px solid #0598ac;display:flex;justify-content:space-around;align-items:center;padding:.3rem .2rem;z-index:1000;box-shadow:0 -2px 10px #0000001a}.nav-item[data-v-501ddf7e]{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#ecdbbe;padding:.25rem .1rem;border-radius:6px;transition:all .3s ease;min-width:50px;flex:1}.nav-item[data-v-501ddf7e]:hover{background:#0598ac1a;color:#f1d053}.nav-item.active[data-v-501ddf7e]{color:#f1d053;background:#0598ac33}.nav-icon[data-v-501ddf7e]{font-size:1.2rem;margin-bottom:.1rem}.nav-label[data-v-501ddf7e]{font-size:.6rem;font-weight:500;text-align:center;line-height:1}body[data-v-501ddf7e]{padding-bottom:60px}body{margin:0;font-family:Arial,sans-serif;background:#023;color:#ecdbbe;overflow-x:hidden;padding-bottom:80px}html{overflow-x:hidden}.app{overflow-x:hidden;max-width:100vw}.controls[data-v-64a9e26c]{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;width:100%;box-sizing:border-box;overflow-x:hidden}.category-filter[data-v-64a9e26c]{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.category-filter select[data-v-64a9e26c]{padding:.7rem 1rem;border:1px solid #0598ac;border-radius:25px;font-size:1rem;min-width:200px;background:#023;color:#ecdbbe;cursor:pointer;width:100%;min-width:0;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.controls[data-v-64a9e26c]{flex-direction:column}.search-controls[data-v-64a9e26c],.category-filter[data-v-64a9e26c],.search-input[data-v-64a9e26c],.category-filter select[data-v-64a9e26c]{width:100%}}.store[data-v-64a9e26c]{padding:2rem 1rem 70px;max-width:1200px;margin:0 auto;background:#023;color:#ecdbbe;box-sizing:border-box;overflow-x:hidden}@media (max-width: 600px){.store[data-v-64a9e26c]{padding:1rem .5rem 70px}}.top-bar[data-v-64a9e26c]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;gap:1rem;color:#ecdbbe;box-sizing:border-box;width:100%;max-width:none;overflow-x:hidden}.search-controls[data-v-64a9e26c]{display:flex;gap:.5rem;align-items:center;min-width:0;width:100%;overflow-x:hidden}.search-input[data-v-64a9e26c]{padding:.7rem 1rem;border:1px solid #0598ac;border-radius:25px;font-size:1rem;background:#023;color:#ecdbbe;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.sort-btn[data-v-64a9e26c]{background:#f1d053;border:1px solid #0598ac;border-radius:25px;padding:.7rem 1.2rem;cursor:pointer;font-weight:500;color:#023;transition:box-shadow .2s,background .2s;box-shadow:0 0 8px #0598ac44;min-width:0;width:100%}.sort-btn[data-v-64a9e26c]:hover{background:#0598ac;color:#f1d053}.products[data-v-64a9e26c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;box-sizing:border-box;overflow-x:hidden;width:100%;max-width:100vw}.product[data-v-64a9e26c]{background:#00334d;border-radius:12px;box-shadow:0 4px 12px #0598ac22;transition:transform .3s,box-shadow .3s;cursor:pointer;color:#ecdbbe;box-sizing:border-box;min-width:0;max-width:100%}.product[data-v-64a9e26c]:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0598ac55}.image-placeholder[data-v-64a9e26c]{height:180px;background:#023;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#f1d053}.product-img[data-v-64a9e26c]{width:100%;height:180px;object-fit:cover}.info[data-v-64a9e26c]{padding:1rem}.title[data-v-64a9e26c]{font-weight:600;margin-bottom:.5rem;font-size:1.1rem;color:#f1d053}.description[data-v-64a9e26c]{color:#ecdbbe;font-size:.9rem;margin-bottom:1rem;min-height:40px}.price-row[data-v-64a9e26c]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;min-width:0}.action-buttons[data-v-64a9e26c]{display:flex;gap:.5rem;align-items:center}.price[data-v-64a9e26c]{font-size:1.25rem;font-weight:700;color:#f1d053;min-width:0;word-break:break-all;overflow-wrap:anywhere}.add-btn[data-v-64a9e26c],.favorite-btn[data-v-64a9e26c]{border:none;border-radius:50%;width:36px;height:36px;font-size:1.2rem;cursor:pointer;transition:all .2s;box-shadow:0 0 8px #0598ac44}.add-btn[data-v-64a9e26c]{background:#f1d053;color:#023}.add-btn[data-v-64a9e26c]:hover{background:#0598ac;color:#f1d053}.favorite-btn[data-v-64a9e26c]{background:#00334d;color:#ecdbbe;font-size:1rem;border:2px solid #0598ac}.favorite-btn[data-v-64a9e26c]:hover{background:#0598ac;transform:scale(1.1)}.favorite-btn.active[data-v-64a9e26c]{background:#f1d053;border-color:#f1d053;transform:scale(1.05)}.loading[data-v-64a9e26c],.error[data-v-64a9e26c],.no-products[data-v-64a9e26c]{text-align:center;padding:2rem;font-size:1.2rem;color:#f1d053}.error[data-v-64a9e26c]{color:#f1d053}.products-debug[data-v-64a9e26c]{background:#00334d;padding:1rem;margin-bottom:1rem;border-radius:8px;color:#ecdbbe}.products-debug p[data-v-64a9e26c]{margin:.25rem 0}.pagination[data-v-64a9e26c]{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination button[data-v-64a9e26c]{padding:.5rem 1rem;border:1px solid #0598ac;background:#023;color:#ecdbbe;border-radius:5px;cursor:pointer}.pagination button.active[data-v-64a9e26c]{background:#f1d053;color:#023}.banners[data-v-64a9e26c]{margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative}.banners[data-v-64a9e26c]::-webkit-scrollbar{display:none}.banners-track[data-v-64a9e26c]{display:flex;overflow-x:auto;cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;position:relative;scrollbar-width:none;-ms-overflow-style:none}.banners-track.snap-enabled[data-v-64a9e26c]{scroll-snap-type:x mandatory}.banners-track[data-v-64a9e26c]::-webkit-scrollbar{display:none}.banners-track[data-v-64a9e26c]:active{cursor:grabbing}.banner[data-v-64a9e26c]{box-sizing:border-box;background:#00334d;border-radius:10px;box-shadow:0 2px 8px #0598ac22;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;margin:0;scroll-snap-align:start;aspect-ratio:3 / 1;width:100%;min-width:unset;max-width:unset;overflow:hidden}.banner-img[data-v-64a9e26c]{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px 8px 0 0;margin-bottom:0;flex:1 1 auto}.banner-caption[data-v-64a9e26c]{position:relative;margin:-2.2em auto 0;width:100%;min-height:1.5em;max-height:2.5em;background:#023c;color:#f1d053;font-size:.95rem;border-radius:0 0 8px 8px;padding:.2em .6em;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 2px 8px #0598ac22;pointer-events:none;z-index:1}.banner-arrow[data-v-64a9e26c]{position:absolute;top:50%;transform:translateY(-50%);z-index:6;background:#f1d053;border:none;border-radius:50%;width:36px;height:36px;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 8px #0598ac22;transition:background .2s;color:#023}.banner-arrow.left[data-v-64a9e26c]{left:8px}.banner-arrow.right[data-v-64a9e26c]{right:8px}.banner-arrow[data-v-64a9e26c]:hover{background:#0598ac;color:#f1d053}.sort-row[data-v-64a9e26c]{display:flex;gap:.5rem;margin-top:.5rem;width:100%}@media (max-width: 400px){.search-controls[data-v-64a9e26c]{flex-direction:column;align-items:stretch;gap:.5rem}.sort-row[data-v-64a9e26c]{flex-direction:row;align-items:stretch;gap:.5rem;margin-top:.5rem}.sort-btn[data-v-64a9e26c]{flex:1 1 0;width:100%;min-width:0}.category-filter[data-v-64a9e26c]{min-width:0;width:100%;flex:2 2 0}.search-input[data-v-64a9e26c]{width:100%;min-width:0}}.banner.clickable[data-v-64a9e26c]{cursor:pointer;filter:none;position:relative}.banner.clickable[data-v-64a9e26c]:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#f1d053 60%,#0598ac);border-radius:10px 10px 0 0;z-index:2;transition:height .2s}.banner.clickable[data-v-64a9e26c]:hover:before{height:12px}.cart[data-v-2d581811]{padding:2rem 1rem 100px;max-width:1200px;margin:0 auto;background:#023;color:#ecdbbe}@media (max-width: 600px){.cart[data-v-2d581811]{padding:1rem .5rem 100px}}.back-bar[data-v-2d581811]{display:flex;align-items:center;margin-bottom:2rem;color:#f1d053;position:relative}.back-bar h1[data-v-2d581811]{position:absolute;left:0;right:0;margin:0 auto;text-align:center;width:fit-content;pointer-events:none}.back-btn[data-v-2d581811]{background:none;border:none;font-size:1.5rem;cursor:pointer;margin-right:1rem;color:#f1d053;transition:color .2s}.back-btn[data-v-2d581811]:hover{color:#0598ac}.empty-cart[data-v-2d581811]{text-align:center;padding:3rem;font-size:1.2rem;color:#f1d053}.continue-shopping[data-v-2d581811]{display:block;margin-top:1rem;color:#0598ac;text-decoration:none;font-weight:700}.cart-items[data-v-2d581811]{border:1px solid #0598ac;border-radius:8px;overflow:hidden;background:#00334d}.cart-item[data-v-2d581811]{display:flex;padding:1rem;border-bottom:1px solid #0598ac44;align-items:center;color:#ecdbbe}.cart-item[data-v-2d581811]:last-child{border-bottom:none}.item-image[data-v-2d581811]{width:100px;height:100px;margin-right:1rem}.item-image img[data-v-2d581811]{width:100%;height:100%;object-fit:contain}.item-details[data-v-2d581811]{flex:1}.item-name[data-v-2d581811]{margin:0 0 .5rem;font-size:1.1rem;color:#f1d053}.item-price[data-v-2d581811]{margin:0 0 1rem;color:#ecdbbe}.quantity-controls[data-v-2d581811]{display:flex;align-items:center}.quantity-controls button[data-v-2d581811]{width:30px;height:30px;background:#f1d053;border:1px solid #0598ac;border-radius:4px;cursor:pointer;color:#023;transition:background .2s,color .2s}.quantity-controls button[data-v-2d581811]:disabled{opacity:.5;cursor:not-allowed}.quantity-controls button[data-v-2d581811]:hover:not(:disabled){background:#0598ac;color:#f1d053}.quantity-controls span[data-v-2d581811]{margin:0 10px;min-width:20px;text-align:center}.item-subtotal[data-v-2d581811]{display:flex;flex-direction:column;align-items:flex-end;min-width:120px}.item-subtotal p[data-v-2d581811]{margin:0 0 .5rem;font-weight:700;font-size:1.1rem;color:#f1d053}.remove-btn[data-v-2d581811]{background:none;border:none;color:#f1d053;font-size:1.5rem;cursor:pointer;line-height:1;transition:color .2s}.remove-btn[data-v-2d581811]:hover{color:#0598ac}.customer-form[data-v-2d581811]{background:#00334d;border-radius:8px;padding:1.5rem;margin-bottom:2rem;color:#ecdbbe}.customer-form h2[data-v-2d581811]{margin-top:0;margin-bottom:1.5rem;color:#f1d053}.form-group[data-v-2d581811]{margin-bottom:1rem}.form-group label[data-v-2d581811]{display:block;margin-bottom:.5rem;font-weight:500;color:#f1d053}.form-group input[data-v-2d581811],.form-group textarea[data-v-2d581811],.form-group select[data-v-2d581811]{width:100%;padding:.7rem 1.2rem;border:1px solid #0598ac;border-radius:4px;font-size:1rem;background:#023;color:#ecdbbe;box-sizing:border-box}.form-group textarea[data-v-2d581811]{min-height:100px;resize:vertical}.cart-summary[data-v-2d581811]{margin-top:2rem;padding:1rem;background:#00334d;border-radius:8px;display:flex;justify-content:space-between;align-items:center;color:#ecdbbe}.total[data-v-2d581811]{font-size:1.2rem}.total strong[data-v-2d581811]{font-size:1.4rem;color:#f1d053}.checkout-btn[data-v-2d581811]{background:#f1d053;color:#023;border:none;border-radius:25px;padding:1rem 2rem;font-size:1.1rem;cursor:pointer;transition:background .3s,color .3s,box-shadow .2s;box-shadow:0 0 8px #0598ac44}.checkout-btn[data-v-2d581811]:hover{background:#0598ac;color:#f1d053}.loading[data-v-2d581811],.error[data-v-2d581811]{text-align:center;padding:3rem;font-size:1.2rem;color:#f1d053}.error[data-v-2d581811]{color:#f1d053}.promo-btn[data-v-2d581811]{background:#f1d053;color:#023;border:none;border-radius:25px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:0;margin-left:0;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 0 8px #0598ac44;display:inline-block}.promo-btn[data-v-2d581811]:hover{background:#0598ac;color:#f1d053}.promo-row[data-v-2d581811]{display:flex;gap:.5rem;align-items:center;width:100%}.promo-row input[data-v-2d581811]{flex:1 1 0;margin:0}.product-detail[data-v-f8a98e24]{padding:2rem 1rem;max-width:1200px;margin:0 auto;background:#023;color:#ecdbbe}@media (max-width: 600px){.product-detail[data-v-f8a98e24]{padding:1rem .5rem}}.back-bar[data-v-f8a98e24]{margin-bottom:1.5rem;color:#f1d053}.back-btn[data-v-f8a98e24]{background:none;border:none;border-radius:8px;padding:.5rem 1rem;cursor:pointer;font-size:1rem;color:#f1d053;transition:color .2s}.back-btn[data-v-f8a98e24]:hover{color:#0598ac}.detail-content[data-v-f8a98e24]{display:flex;flex-direction:column;gap:2rem;box-sizing:border-box;width:100%}@media (min-width: 768px){.detail-content[data-v-f8a98e24]{flex-direction:row}}.image-section[data-v-f8a98e24]{flex:1;width:100%;overflow:hidden;box-sizing:border-box}.main-image[data-v-f8a98e24]{width:100%;max-height:500px;object-fit:contain;border-radius:12px;background:#00334d;padding:1rem;max-width:100%;box-sizing:border-box}.info-section[data-v-f8a98e24]{flex:1;padding:0 1rem;box-sizing:border-box;width:100%}.title[data-v-f8a98e24]{font-size:1.8rem;margin-bottom:.5rem;color:#f1d053}.price[data-v-f8a98e24]{font-size:1.5rem;font-weight:700;color:#f1d053;margin-bottom:1rem}.category[data-v-f8a98e24]{font-size:.9rem;color:#0598ac;margin-bottom:1.5rem}.description[data-v-f8a98e24]{margin:2rem 0;border-top:1px solid #0598ac44;padding-top:1.5rem;color:#ecdbbe}.description h3[data-v-f8a98e24]{font-size:1.2rem;margin-bottom:1rem;color:#f1d053}.actions[data-v-f8a98e24]{margin-top:2rem;margin-bottom:80px}.bottom-bar[data-v-f8a98e24]{position:fixed;bottom:0;left:0;right:0;background:#023;color:#f1d053;text-align:center;padding:1rem;z-index:100;box-shadow:0 -2px 8px #0598ac44}.cart-btn[data-v-f8a98e24]{background:#f1d053;color:#023;border:none;border-radius:25px;padding:.8rem 2rem;font-size:1.1rem;font-weight:500;text-decoration:none;display:inline-block;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 0 8px #0598ac44}.cart-btn[data-v-f8a98e24]:hover{background:#0598ac;color:#f1d053}.add-to-cart[data-v-f8a98e24]{background:#f1d053;color:#023;border:none;border-radius:25px;padding:1rem 2rem;font-size:1.1rem;cursor:pointer;transition:background .3s,color .3s,box-shadow .2s;width:100%;max-width:300px;box-shadow:0 0 8px #0598ac44}.add-to-cart[data-v-f8a98e24]:hover{background:#0598ac;color:#f1d053}.loading[data-v-f8a98e24],.error[data-v-f8a98e24]{text-align:center;padding:3rem;font-size:1.2rem;color:#f1d053}.error[data-v-f8a98e24]{color:#f1d053}.favorites[data-v-7504d5c3]{padding:2rem;max-width:1200px;margin:0 auto}.empty-state[data-v-7504d5c3]{text-align:center;padding:4rem 2rem;background:#00334d;border-radius:12px;margin-top:2rem}.empty-icon[data-v-7504d5c3]{font-size:4rem;margin-bottom:1rem}.empty-state h3[data-v-7504d5c3]{color:#f1d053;margin-bottom:1rem}.empty-description[data-v-7504d5c3]{color:#b0b0b0;margin-bottom:2rem}.promo-btn[data-v-7504d5c3]{display:inline-block;background:linear-gradient(135deg,#f1d053,#e6c547);color:#023;padding:.75rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:700;transition:all .3s ease}.promo-btn[data-v-7504d5c3]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f1d0534d}.loading[data-v-7504d5c3]{text-align:center;padding:2rem;font-size:1.2rem;color:#f1d053}.products[data-v-7504d5c3]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.product[data-v-7504d5c3]{background:#00334d;border-radius:12px;box-shadow:0 4px 12px #0598ac22;transition:transform .3s,box-shadow .3s;cursor:pointer;color:#ecdbbe}.product[data-v-7504d5c3]:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0598ac55}.image-placeholder[data-v-7504d5c3]{height:180px;background:#023;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#f1d053}.product-img[data-v-7504d5c3]{width:100%;height:180px;object-fit:cover}.info[data-v-7504d5c3]{padding:1rem}.title[data-v-7504d5c3]{font-weight:600;margin-bottom:.5rem;font-size:1.1rem;color:#f1d053}.description[data-v-7504d5c3]{color:#ecdbbe;font-size:.9rem;margin-bottom:1rem;min-height:40px}.price-row[data-v-7504d5c3]{display:flex;justify-content:space-between;align-items:center}.action-buttons[data-v-7504d5c3]{display:flex;gap:.5rem;align-items:center}.price[data-v-7504d5c3]{font-size:1.25rem;font-weight:700;color:#f1d053}.add-btn[data-v-7504d5c3],.favorite-btn[data-v-7504d5c3]{border:none;border-radius:50%;width:36px;height:36px;font-size:1.2rem;cursor:pointer;transition:all .2s;box-shadow:0 0 8px #0598ac44}.add-btn[data-v-7504d5c3]{background:#f1d053;color:#023}.add-btn[data-v-7504d5c3]:hover{background:#0598ac;color:#f1d053}.favorite-btn[data-v-7504d5c3]{background:#00334d;color:#ecdbbe;font-size:1rem;border:2px solid #0598ac}.favorite-btn[data-v-7504d5c3]:hover{background:#0598ac;transform:scale(1.1)}.favorite-btn.active[data-v-7504d5c3]{background:#f1d053;border-color:#f1d053;transform:scale(1.05)}.profile[data-v-09a1d841]{padding:2rem;max-width:1200px;margin:0 auto}.profile-content[data-v-09a1d841]{margin-top:2rem}.profile-card[data-v-09a1d841]{background:#00334d;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem}.profile-avatar[data-v-09a1d841]{font-size:4rem;margin-bottom:1rem}.profile-card h3[data-v-09a1d841]{color:#f1d053;margin-bottom:1rem}.profile-description[data-v-09a1d841]{color:#b0b0b0;margin-bottom:2rem}.telegram-info[data-v-09a1d841]{color:#0598ac;font-weight:500;margin:.5rem 0;font-size:1.1rem}.promo-btn[data-v-09a1d841]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#f1d053,#e6c547);color:#023;display:inline-block}.promo-btn[data-v-09a1d841]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f1d0534d}.profile-stats[data-v-09a1d841]{display:flex;gap:1rem;justify-content:center}.stat-item[data-v-09a1d841]{background:#00334d;border-radius:8px;padding:1.5rem;text-align:center;min-width:120px}.stat-number[data-v-09a1d841]{display:block;font-size:2rem;font-weight:700;color:#f1d053;margin-bottom:.5rem}.stat-label[data-v-09a1d841]{color:#ecdbbe;font-size:.9rem}.orders-section[data-v-09a1d841]{margin-top:3rem}.orders-section h3[data-v-09a1d841]{color:#f1d053;margin-bottom:1.5rem}.loading[data-v-09a1d841]{text-align:center;padding:2rem;color:#f1d053;font-size:1.1rem}.empty-orders[data-v-09a1d841]{text-align:center;padding:3rem 2rem;background:#00334d;border-radius:12px}.empty-icon[data-v-09a1d841]{font-size:3rem;margin-bottom:1rem}.orders-list[data-v-09a1d841]{display:flex;flex-direction:column;gap:1.5rem}.order-item[data-v-09a1d841]{background:#00334d;border-radius:12px;padding:1.5rem;border-left:4px solid #0598ac}.order-header[data-v-09a1d841]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #0598ac}.order-id[data-v-09a1d841]{color:#f1d053;font-weight:700;font-size:1.1rem}.order-date[data-v-09a1d841]{color:#ecdbbe;font-size:.9rem}.order-details[data-v-09a1d841]{display:flex;flex-direction:column;gap:1rem}.order-info p[data-v-09a1d841]{margin:.25rem 0;color:#ecdbbe}.order-info strong[data-v-09a1d841]{color:#0598ac}.order-items h4[data-v-09a1d841]{color:#f1d053;margin:0 0 .5rem;font-size:1rem}.order-product[data-v-09a1d841]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(5,152,172,.2)}.order-product[data-v-09a1d841]:last-child{border-bottom:none}.product-name[data-v-09a1d841]{color:#ecdbbe;flex:1}.product-quantity[data-v-09a1d841]{color:#0598ac;margin:0 1rem;font-weight:500}.product-price[data-v-09a1d841]{color:#f1d053;font-weight:700}.order-total[data-v-09a1d841]{text-align:right;padding-top:.75rem;border-top:1px solid #0598ac;color:#f1d053;font-size:1.2rem}@media (max-width: 768px){.profile-stats[data-v-09a1d841]{flex-direction:column}.order-header[data-v-09a1d841]{flex-direction:column;align-items:flex-start;gap:.5rem}.order-product[data-v-09a1d841]{flex-direction:column;align-items:flex-start;gap:.25rem}}.steam-topup[data-v-556be27e]{min-height:100vh;background:#023;color:#ecdbbe;padding:1rem;font-family:Arial,sans-serif}.topup-header[data-v-556be27e]{margin-bottom:1.5rem}.service-logo[data-v-556be27e]{display:flex;align-items:center;gap:1rem;background:#00334d;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #0598ac33}.steam-icon[data-v-556be27e]{font-size:2.5rem}.service-info h2[data-v-556be27e]{margin:0;font-size:1.5rem;font-weight:600;color:#f1d053}.service-subtitle[data-v-556be27e]{margin:.25rem 0 0;color:#ecdbbe;font-size:.9rem}.login-section[data-v-556be27e],.amount-section[data-v-556be27e],.promo-section[data-v-556be27e],.total-section[data-v-556be27e]{background:#00334d;border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 4px 12px #0598ac33}.login-input[data-v-556be27e]{display:flex;align-items:center;gap:1rem}.login-label[data-v-556be27e],.amount-label[data-v-556be27e]{font-size:1rem;font-weight:500;min-width:fit-content}.steam-input[data-v-556be27e],.amount-field[data-v-556be27e],.promo-field[data-v-556be27e]{flex:1;background:#023;border:1px solid #0598ac;border-radius:8px;padding:.75rem;color:#ecdbbe;font-size:1rem}.steam-input[data-v-556be27e]::placeholder,.amount-field[data-v-556be27e]::placeholder,.promo-field[data-v-556be27e]::placeholder{color:#b0b0b0}.find-btn[data-v-556be27e],.promo-info[data-v-556be27e]{background:#0598ac;border:none;border-radius:6px;padding:.5rem;color:#ecdbbe;cursor:pointer;transition:background .2s}.find-btn[data-v-556be27e]:hover,.promo-info[data-v-556be27e]:hover{background:#047a8a}.amount-controls[data-v-556be27e]{display:flex;align-items:center;gap:1rem;flex:1}.amount-field[data-v-556be27e]{max-width:120px}.currency-selector[data-v-556be27e]{display:flex;gap:.5rem}.currency-btn[data-v-556be27e]{background:#023;border:1px solid #0598ac;border-radius:6px;padding:.5rem .75rem;color:#ecdbbe;cursor:pointer;font-size:.85rem;transition:all .2s}.currency-btn.active[data-v-556be27e]{background:#0598ac;border-color:#f1d053;color:#f1d053}.promo-input[data-v-556be27e]{display:flex;align-items:center;gap:.5rem}.total-row[data-v-556be27e]{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600}.total-amount[data-v-556be27e]{color:#f1d053}.purchase-btn[data-v-556be27e]{width:100%;background:linear-gradient(135deg,#f1d053,#e6c547);border:none;border-radius:12px;padding:1rem;color:#023;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1rem}.purchase-btn[data-v-556be27e]:hover:not(:disabled){background:linear-gradient(135deg,#0598ac,#047a8a);color:#f1d053;transform:translateY(-2px);box-shadow:0 4px 12px #0598ac4d}.purchase-btn[data-v-556be27e]:disabled{background:#0598ac4d;color:#b0b0b0;cursor:not-allowed}.terms[data-v-556be27e]{text-align:center;font-size:.8rem;color:#b0b0b0;margin-bottom:2rem}.terms-link[data-v-556be27e]{color:#0598ac;text-decoration:none}.admin-layout[data-v-c36f754d]{padding:1rem}.admin-header[data-v-c36f754d]{background:#00334d;border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.admin-header h1[data-v-c36f754d]{color:#f1d053;margin:0}.admin-header nav[data-v-c36f754d]{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.admin-header nav a[data-v-c36f754d]{color:#ecdbbe;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background .3s}.admin-header nav a[data-v-c36f754d]:hover{background:#0598ac4d}.admin-header nav a.router-link-active[data-v-c36f754d]{background:#0598ac;color:#023}.admin-login[data-v-82ae4180]{max-width:500px;margin:3rem auto}.error[data-v-82ae4180]{color:#ff6b6b;margin-top:1rem}.stats-grid[data-v-a0001069]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.stat-card[data-v-a0001069]{background:#00334d;border-radius:8px;padding:1.5rem;text-align:center}.stat-card h3[data-v-a0001069]{color:#f1d053;margin-top:0}.stat-card p[data-v-a0001069]{font-size:2rem;font-weight:700;margin:1rem 0;color:#ecdbbe}.stat-card .promo-btn[data-v-a0001069]{display:block;width:100%;margin-top:1rem}.admin-actions[data-v-ab8e8ff6]{margin-bottom:1.5rem}.admin-list[data-v-ab8e8ff6]{display:grid;gap:1rem}.admin-item[data-v-ab8e8ff6]{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#00334d;border-radius:8px}.item-info[data-v-ab8e8ff6]{display:flex;align-items:center;gap:1rem}.item-image[data-v-ab8e8ff6]{width:60px;height:60px}.item-image img[data-v-ab8e8ff6]{width:100%;height:100%;object-fit:contain;border-radius:4px}.item-actions[data-v-ab8e8ff6]{display:flex;gap:.5rem}.image-preview[data-v-ab8e8ff6]{max-width:150px;max-height:150px;margin-top:.5rem;border-radius:4px;border:1px solid #0598ac}.form-actions[data-v-ab8e8ff6]{margin-top:1rem}.admin-item[data-v-e3f890b8]{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#00334d;border-radius:8px;margin-bottom:1rem}.item-info[data-v-e3f890b8]{flex-grow:1}.item-actions[data-v-e3f890b8]{display:flex;gap:.5rem}.image-preview[data-v-53108ff5]{margin-top:1rem}.image-preview img[data-v-53108ff5]{max-width:200px;max-height:150px;border:1px solid #0598ac;border-radius:4px}.banner-image img[data-v-53108ff5]{max-width:100%;max-height:150px;margin-top:.5rem}.admin-item[data-v-53108ff5]{background:#00334d;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.item-actions[data-v-53108ff5]{margin-top:1rem;display:flex;gap:.5rem;justify-content:flex-end}.admin-item[data-v-65b314dc]{background:#00334d;border-radius:8px;padding:1rem;margin-bottom:1rem}.item-info[data-v-65b314dc]{margin-bottom:1rem}.item-actions[data-v-65b314dc]{display:flex;gap:.5rem;justify-content:flex-end}
