: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)}}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f4ecd0;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOut .3s ease forwards}.spinner{width:60px;height:60px;border:6px solid #27160c;border-top:6px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeOut{to{opacity:1}}.navbar{background-color:#27160c;color:#f4ecd0;display:flex;justify-content:space-around;align-items:center;padding:16px 32px;position:sticky;top:0;z-index:999;box-shadow:0 4px 12px #0006}.navbar-left{display:flex;align-items:center;gap:12px;cursor:pointer}.logo-img{width:42px;height:42px;border-radius:10px;object-fit:cover}.logo-text{font-size:26px;font-weight:900;text-transform:uppercase;color:#f4ecd0;font-family:Druk Cyr,sans-serif;letter-spacing:1px}.nav-links{display:flex;gap:30px;align-items:center;font-size:18px}.nav-link,.side-link{color:#f4ecd0;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:6px;transition:background-color .3s ease,transform .2s ease;cursor:pointer}.nav-link:hover,.nav-link.active,.side-link:hover{background-color:#f4ecd026;transform:translateY(-1px)}.cart-badge{background-color:#ff4747;color:#fff;font-size:12px;padding:3px 7px;border-radius:50px;margin-left:4px}.hamburger{font-size:28px;color:#f4ecd0;cursor:pointer;transition:transform .3s ease}.hamburger:hover{transform:rotate(90deg)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#27160c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.overlay.show{opacity:1;pointer-events:auto}.side-menu{position:fixed;top:0;left:-100%;width:290px;height:100%;background-color:#27160c;color:#f4ecd0;display:flex;flex-direction:column;padding:24px;gap:16px;z-index:999;transition:left .4s ease}.side-menu.open{left:0}.side-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.side-logo{font-size:22px;font-weight:700}.close-btn{font-size:26px;cursor:pointer}.admin-indicator{font-weight:700;font-size:14px;color:#0f9;margin-left:10px}.logout-btn{background-color:#9e3324;color:#fff;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;transition:background-color .3s ease}.logout-btn:hover{background-color:#c6402d}.mobile-only{display:none}.desktop-only{display:flex}@media (max-width: 768px){.navbar{justify-content:space-between;padding:16px 20px}.mobile-only{display:block}.desktop-only{display:none}}@font-face{font-family:Druk Cyr;src:url(/fonts/DrukCyr-Heavy.woff2) format("woff2"),url(/fonts/DrukCyr-Heavy.woff) format("woff");font-weight:900;font-style:normal}.main-1{min-height:100vh;background-color:#f4ecd0;display:flex;justify-content:center;align-items:center;text-align:center;padding:6rem 2rem}.hero-text{width:100%;max-width:900px;margin:0 auto}.home-title{font-size:clamp(2.5rem,6vw,5rem);font-family:Druk Cyr,Helvetica Now Text Medium,Helvetica,Arial,sans-serif;font-weight:900;color:#27160c;text-shadow:0px 0px 60px #27160C;margin-bottom:1rem}.subtitle{font-size:clamp(1.2rem,4vw,2.2rem);color:#322015;margin-bottom:2rem;font-weight:540;line-height:1.5}.explore-btn{display:inline-block;background-color:#3e2a1e;color:#fff;padding:1rem 2.2rem;border-radius:12px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.explore-btn:hover{background-color:#27160c;transform:translateY(-2px)}@media (max-width: 576px){.main-1{padding:4rem 1rem}.explore-btn{font-size:1rem;padding:.8rem 1.6rem}}@media (min-width: 577px) and (max-width: 960px){.main-1{padding:5rem 1.5rem}.explore-btn{font-size:1.1rem;padding:.9rem 2rem}}@media (min-width: 1200px){.main-1{padding:7rem 4rem}.explore-btn{font-size:1.3rem}}.main-2{background-color:#27160c;color:#f4ecd0;text-align:center;padding:10em 2rem;font-family:Verdana,Geneva,Tahoma,sans-serif;display:flex;justify-content:center;align-items:center}.about-section{max-width:900px;margin:0 auto}.about-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.3;color:#f4ecd0}.about-subtitle{font-size:clamp(1.2rem,4vw,2.2rem);font-weight:500;margin-bottom:1rem;line-height:1.4}.about-text{font-size:clamp(1rem,3.5vw,2rem);line-height:1.6;max-width:800px;margin:0 auto;padding:0 1rem}@media (max-width: 576px){.main-2{padding:6em 1rem}}@media (min-width: 577px) and (max-width: 960px){.main-2{padding:8em 1.5rem}}@media (min-width: 1200px){.main-2{padding:14em 3rem}}.main-3{background-color:#fff0db;padding:5rem 2rem;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#27160c}.faq-section{max-width:900px;margin:0 auto}.faq-title{font-size:clamp(2rem,5vw,3.2rem);text-align:center;font-weight:700;margin-bottom:3rem;line-height:1.3}.faq-item{border-bottom:1px solid #d8c3a5;padding:1.5rem 0;cursor:pointer;transition:background-color .3s ease}.faq-item:hover{background-color:#f8e6ce}.faq-question{font-size:clamp(1rem,4vw,1.7rem);font-weight:600;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question:hover{color:#3e2a1e}.arrow{transition:transform .3s ease;font-size:1.4rem;margin-left:10px}.arrow.open{transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-answer-wrapper.open{max-height:600px;padding-top:.8rem}.faq-answer{font-size:clamp(.9rem,3.5vw,1.4rem);color:#4a3b2e;line-height:1.8;padding-left:.5rem}@media (max-width: 576px){.main-3{padding:3rem 1rem}}@media (min-width: 577px) and (max-width: 960px){.main-3{padding:4rem 1.5rem}}.main-4{background-color:#27160c;padding:10rem 2rem;text-align:center;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#f4ecd0}.contact-section{max-width:800px;margin:0 auto}.contact-subtitle{font-size:clamp(1rem,3vw,1.4rem);margin-bottom:1rem;color:#f4ecd0}.contact-title{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;margin-bottom:2.5rem;line-height:1.2;color:#f4ecd0}.contact-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-btn{text-decoration:none;padding:.8rem 1.8rem;border-radius:8px;font-size:clamp(1rem,3vw,1.2rem);font-weight:600;transition:background-color .3s ease,transform .3s ease;color:#27160c;box-shadow:0 4px 6px #00000026;border:none}.contact-btn.instagram{background-color:#f4ecd0}.contact-btn.instagram:hover{background-color:#27160c;transform:translateY(-3px);border:1px solid #F4ECD0;color:#f4ecd0}.contact-btn.telegram{background-color:transparent;border:1.5px solid #F4ECD0;color:#f4ecd0}.contact-btn.telegram:hover{background-color:#f4ecd0;color:#27160c;transform:translateY(-3px)}@media (max-width: 576px){.main-4{padding:6rem 1.5rem}}@media (min-width: 577px) and (max-width: 960px){.main-4{padding:7rem 2rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-wrapper{margin-top:20px}.map-container{height:400px;width:100%;border-radius:12px;overflow:hidden;border:2px solid #322015;box-shadow:0 4px 14px #0000001a}.map-instruction{margin-top:8px;font-size:14px;color:#322015;font-style:italic}:root{--primary-color: #27160c;--background-color: #f4ecd0;--accent-color: #fff3c2;--text-color: #27160c;--shadow: 0 6px 20px rgba(0, 0, 0, .1)}body{background-color:var(--background-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-color);margin:0;padding:0}.user-dashboard{max-width:1200px;margin:40px auto;padding:20px}h2,h3{text-align:center;color:var(--primary-color);margin-bottom:20px}.profile-box{display:flex;flex-wrap:wrap;background:#fff;padding:20px;border-radius:16px;box-shadow:var(--shadow);gap:20px;margin-bottom:40px}.avatar-label{cursor:pointer;flex:0 0 120px;height:120px}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid var(--primary-color)}.profile-info{flex:1;display:flex;flex-direction:column;gap:10px}.profile-info label{font-weight:700;margin-top:10px}.profile-info input{padding:10px;border:1px solid #ccc;border-radius:8px;background-color:#fff}.profile-settings-wrapper{margin-left:auto;position:relative}.profile-settings-toggle{background:var(--primary-color);color:#fff;border:none;padding:10px 15px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:5px}.profile-settings-menu{position:absolute;top:50px;right:0;background:#fff;border-radius:10px;box-shadow:var(--shadow);display:flex;flex-direction:column;padding:10px;z-index:999;min-width:180px;gap:10px}.profile-btn{padding:8px 12px;border-radius:8px;font-size:14px;display:flex;align-items:center;gap:5px;cursor:pointer;border:none;transition:all .2s ease}.profile-btn.edit{background:#ffe08c}.profile-btn.logout{background:#f78f8f}.profile-btn.save{background:#a4e9c3}.profile-btn.cancel{background:#ccc}.profile-btn:hover{opacity:.85}.cart-container,.favorites-section{background:#fff;padding:20px;border-radius:16px;box-shadow:var(--shadow);margin-bottom:40px}.empty-cart{text-align:center;color:gray}.cart-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.cart-item{display:flex;gap:20px;align-items:center;border-bottom:1px solid #eee;padding-bottom:15px}.cart-item-image{width:100px;height:100px;border-radius:12px;object-fit:cover;border:2px solid #ddd}.item-info{flex:1}.item-info h4{margin:0;color:var(--primary-color)}.item-info p{margin:5px 0;font-weight:700}.button-group{display:flex;gap:10px;margin-top:10px}.btn{padding:8px 12px;border-radius:8px;border:none;cursor:pointer;font-size:14px}.btn.order{background:#a1e09f}.btn.remove{background:#f59c9c}.cart-total{text-align:right;font-size:18px;font-weight:700;margin-top:20px;color:var(--primary-color)}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.favorite-item{background:#fffaf0;padding:15px;border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.favorite-item img{width:100%;max-height:200px;object-fit:cover;border-radius:8px}.fav-info h4{margin:10px 0 5px;color:var(--primary-color)}.fav-info p{font-size:14px;color:#444}.remove-fav{position:absolute;top:10px;right:10px;background:#f78f8f;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:16px;cursor:pointer;line-height:1}.spinner-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:15px}.spinner{width:40px;height:40px;border:5px solid #eee;border-top:5px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.profile-box{flex-direction:column;align-items:center}.profile-settings-wrapper{margin-left:0;margin-top:20px}}.add-product-container{max-width:600px;margin:40px auto;padding:30px;background-color:#000713;color:#fff;border-radius:20px;box-shadow:0 0 15px #376fff80}.add-product-container h2{text-align:center;margin-bottom:25px;font-size:28px;color:#376fff}.category-selects select,.product-form input,.product-form textarea,.product-form button{width:100%;margin:10px 0;padding:12px;border-radius:12px;border:1px solid #1a5bff;background-color:#fff;color:#000;font-size:16px;outline:none}.product-form input[type=file]{background-color:#f4f4f4;border:none}.submit-btn{background-color:#376fff;color:#fff;font-weight:700;transition:.3s ease}.submit-btn:hover{background-color:#1a5bff}.product-list-wrapper{max-width:1200px;margin:40px auto;padding:20px;color:#fff}.product-list-title{text-align:center;font-size:32px;color:#376fff;margin-bottom:30px}.filters{display:flex;gap:20px;justify-content:center;margin-bottom:30px}.filters select{padding:10px 16px;font-size:16px;border-radius:12px;border:1px solid #1a5bff;background-color:#fff;color:#000}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}.product-status-text{text-align:center;color:#ccc;font-size:18px}.product-card{background-color:#f4ecd0;border:1px solid #27160C;border-radius:16px;box-shadow:0 0 10px #27160c;padding:16px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.produc-page-backk{background-color:#f4ecd0;height:auto}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #27160c}.product-link{text-decoration:none;color:#27160c}.product-image{width:100%;height:250px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #27160c4d;transition:transform .3s ease}.product-image:hover{transform:scale(1.02)}.product-title{margin:14px 0 6px;font-size:20px;font-weight:600;color:#27160c}.product-description{font-size:14px;color:#5c4a3b;margin-bottom:10px;line-height:1.5;max-height:42px;overflow:hidden;text-overflow:ellipsis}.card-actions{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.fav-btn{background:transparent;border:none;font-size:20px;cursor:pointer;padding:6px;transition:transform .2s ease}.fav-btn:hover{transform:scale(1.2)}.add-btn{background-color:#27160c;color:F4ECD0;border:none;border-radius:10px;padding:10px 14px;font-size:15px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.add-btn:hover{background-color:#27160c;transform:translateY(-2px)}.product-list{padding:60px 1px;background-color:#f4ecd0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-list-wrapper{max-width:1400px;margin:0 auto}.category-card-grid{display:block}.category-card{position:relative;width:100%;height:280px;border-radius:24px;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px #27160c;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:30px}.category-card:hover{transform:scale(1.02);box-shadow:0 16px 32px #0000004d}.category-bg{width:100%;height:100%;object-fit:cover;filter:brightness(.65)}.category-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000040}.category-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-size:48px;font-weight:700;color:#f4ecd0;letter-spacing:2px;text-shadow:0 0 12px rgba(0,0,0,.8);font-family:Georgia,serif;text-align:center}.filtered-product-section{margin-top:40px}.category-title-section{font-size:32px;margin-bottom:24px;text-align:center;color:#27160c}.back-btn{font-size:18px;color:#27160c;cursor:pointer;margin-bottom:20px;display:inline-block;transition:color .3s ease;font-weight:500}.back-btn:hover{color:#000}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.product-status-text{text-align:center;font-size:20px;margin-top:40px;color:#27160c}.product-detail{display:flex;flex-direction:column;align-items:center;padding:40px 20px;background-color:#f4ecd0;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.detail-image{width:100%;max-width:500px;height:auto;object-fit:cover;border-radius:16px;box-shadow:0 6px 18px #00000026;margin-bottom:30px}.detail-info{max-width:600px;width:100%;background-color:#fff6e3;padding:24px;border-radius:16px;box-shadow:0 6px 12px #00000014}.detail-info h2{font-size:28px;color:#27160c;margin-bottom:12px}.detail-description,.detail-description2{font-size:16px;color:#5f4d40;margin-bottom:16px;line-height:1.6}.detail-price{font-size:18px;font-weight:700;color:#27160c;margin-bottom:20px}.detail-add-btn{background-color:#27160c;color:#f4ecd0;border:none;padding:12px 20px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease;width:100%}.detail-add-btn:hover{background-color:#3a2214}@media (max-width: 600px){.detail-info{padding:16px}.detail-info h2{font-size:22px}.detail-add-btn{font-size:14px}}.related-products{margin-top:60px;width:100%;max-width:1000px;padding:0 20px}.related-title{font-size:22px;font-weight:600;margin-bottom:20px;color:#27160c}.related-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.related-card{background-color:#f4ecd0;border:1px solid #27160c;border-radius:16px;box-shadow:0 0 10px #27160c;padding:16px;text-decoration:none;color:#27160c;width:200px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.related-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #27160c}.related-image{width:100%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #27160c4d;margin-bottom:10px;transition:transform .3s ease}.related-image:hover{transform:scale(1.02)}.related-name{font-size:16px;font-weight:700;margin:10px 0 4px;color:#27160c}.related-price{font-size:14px;color:#5f4d40}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f4ecd0,#e1cfa3);min-height:100vh}.auth-wrapper{display:flex;justify-content:center;align-items:center;padding:11% 20px}.auth-container{display:flex;flex-direction:row;background:#27160cf2;border-radius:24px;max-width:1000px;width:100%;box-shadow:0 40px 100px #0006;overflow:hidden;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.auth-form-section{flex:1;padding:60px;background-color:#27160c;color:#f4ecd0;display:flex;flex-direction:column;justify-content:center}.auth-form-section h2{font-size:36px;font-weight:700;margin-bottom:40px;color:#f4ecd0;text-align:center}.auth-form-section input{width:100%;padding:16px 20px;margin:14px 0;border-radius:12px;border:1.5px solid #ccc;background-color:#fff;font-size:16px;color:#27160c;transition:border-color .3s,box-shadow .3s}.auth-form-section input:focus{border-color:#1a5bff;outline:none;box-shadow:0 0 0 3px #1a5bff40}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:50px}.password-toggle-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#888;cursor:pointer}.password-toggle-icon:hover{color:#1a5bff}.error-text{color:#ff4d4d;font-size:14px;margin-top:6px;text-align:left}.auth-form-section button{width:100%;padding:16px;background-color:#f4ecd0;color:#27160c;border:none;border-radius:12px;font-weight:700;font-size:17px;margin-top:24px;cursor:pointer;transition:all .3s ease}.auth-form-section button:hover{background-color:#e8dbb7;transform:translateY(-2px)}.auth-toggle{margin-top:24px;font-size:15px;text-align:center}.auth-toggle span{color:#fff;font-weight:600;cursor:pointer;transition:color .2s ease}.auth-toggle span:hover{color:#1a5bff}.auth-illustration{flex:1;background:url(/assets/logo-2hk5P1eH.png) center/cover no-repeat;display:none;transition:transform .2s ease-out;transform-style:preserve-3d;will-change:transform}@media (min-width: 900px){.auth-illustration{display:block}}@media (max-width: 768px){.auth-container{flex-direction:column}.auth-form-section{padding:40px 24px}.auth-form-section h2{font-size:28px}.auth-form-section input,.auth-form-section button{font-size:15px}}.order-container{max-width:500px;margin:auto;padding:20px;background:#fff;border-radius:12px;text-align:center}.order-image{width:100%;max-height:300px;object-fit:cover;border-radius:10px;margin:10px 0}button{background:#1a5bff;color:#fff;border:none;padding:10px 18px;font-size:16px;border-radius:6px;cursor:pointer;margin-top:10px}
