.Sidebar-module__WZVnLW__sidebar{border-right:1px solid var(--glass-border);z-index:100;flex-direction:column;gap:2rem;width:400px;height:100vh;padding:2rem;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__header{align-items:center;gap:1rem;display:flex}.Sidebar-module__WZVnLW__logo{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--secondary)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Sidebar-module__WZVnLW__searchSection{flex-direction:column;gap:1rem;display:flex}.Sidebar-module__WZVnLW__inputGroup{flex:1;position:relative}.Sidebar-module__WZVnLW__searchForm{align-items:center;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__searchButton{border-radius:var(--radius);background:hsl(var(--primary));color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.Sidebar-module__WZVnLW__searchButton:hover{background:hsla(var(--primary),.9);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.Sidebar-module__WZVnLW__searchButton:active{transform:translateY(0)}.Sidebar-module__WZVnLW__input{border-radius:var(--radius);border:1px solid var(--border);background:var(--glass-bg);width:100%;color:hsl(var(--foreground));padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem;transition:all .2s}.Sidebar-module__WZVnLW__input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary),.2);outline:none}.Sidebar-module__WZVnLW__searchIcon{color:hsl(var(--muted-foreground));pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.Sidebar-module__WZVnLW__navSection{flex-direction:column;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius);color:hsl(var(--muted-foreground));cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:hsla(var(--primary),.1);color:hsl(var(--primary))}.Sidebar-module__WZVnLW__navItemActive,.Sidebar-module__WZVnLW__navItemActive:hover{background:hsl(var(--primary));color:#fff}.Sidebar-module__WZVnLW__userSection{border-top:1px solid var(--border);margin-top:auto;padding-top:1rem}.Sidebar-module__WZVnLW__loginBtn{border-radius:var(--radius);background:hsl(var(--primary));color:#fff;cursor:pointer;border:none;width:100%;padding:.75rem;font-weight:600}
.ShopDetails-module__mMalSG__overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);background-color:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ShopDetails-module__mMalSG__modal{background-color:#fff;border-radius:1.5rem;flex-direction:column;width:100%;max-width:42rem;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (prefers-color-scheme:dark){.ShopDetails-module__mMalSG__modal{background-color:#0f172a;border:1px solid #1e293b}}.ShopDetails-module__mMalSG__header{color:#fff;background:linear-gradient(90deg,#6366f1,#9333ea);justify-content:center;align-items:center;height:12rem;display:flex;position:relative}.ShopDetails-module__mMalSG__closeBtn{cursor:pointer;color:#fff;background-color:#fff3;border:none;border-radius:9999px;padding:.5rem;transition:background-color .2s;position:absolute;top:1rem;right:1rem}.ShopDetails-module__mMalSG__closeBtn:hover{background-color:#ffffff4d}.ShopDetails-module__mMalSG__deleteShopBtn{cursor:pointer;color:#fff;background-color:#fff3;border:none;border-radius:9999px;padding:.5rem;transition:all .2s;position:absolute;top:1rem;left:1rem}.ShopDetails-module__mMalSG__deleteShopBtn:hover{background-color:#ef4444}.ShopDetails-module__mMalSG__title{margin-bottom:.25rem;font-size:1.875rem;font-weight:800}.ShopDetails-module__mMalSG__subtitle{opacity:.9;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ShopDetails-module__mMalSG__content{grid-template-columns:1fr;gap:2rem;padding:2rem;display:grid}@media (min-width:768px){.ShopDetails-module__mMalSG__content{grid-template-columns:1fr 1fr}}.ShopDetails-module__mMalSG__sectionTitle{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));margin-bottom:.75rem;font-size:.75rem;font-weight:700}.ShopDetails-module__mMalSG__row{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.ShopDetails-module__mMalSG__icon{color:#6366f1}.ShopDetails-module__mMalSG__stars{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.ShopDetails-module__mMalSG__star{color:#cbd5e1;cursor:pointer;transition:all .2s}.ShopDetails-module__mMalSG__star:hover{transform:scale(1.2)}.ShopDetails-module__mMalSG__starActive{color:#facc15;cursor:pointer;transition:all .2s}.ShopDetails-module__mMalSG__starActive:hover{transform:scale(1.2)}.ShopDetails-module__mMalSG__notes{color:#475569;background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:1rem;padding:1rem;font-size:.875rem;line-height:1.6}.ShopDetails-module__mMalSG__textarea{width:100%;min-height:100px;color:hsl(var(--foreground));resize:vertical;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;outline:none;padding:1rem;font-size:.875rem;line-height:1.6;transition:border-color .2s}.ShopDetails-module__mMalSG__textarea:focus{border-color:#6366f1}.ShopDetails-module__mMalSG__select{color:hsl(var(--foreground));cursor:pointer;appearance:none;background-color:#0000;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;padding:.5rem 2rem .5rem .5rem;font-size:.875rem;font-weight:500}@media (prefers-color-scheme:dark){.ShopDetails-module__mMalSG__notes,.ShopDetails-module__mMalSG__textarea{color:#94a3b8;background-color:#1e293b80;border-color:#1e293b}.ShopDetails-module__mMalSG__select{color:#e2e8f0;border-color:#1e293b}}.ShopDetails-module__mMalSG__photoGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;max-height:15rem;padding-right:.5rem;display:grid;overflow-y:auto}.ShopDetails-module__mMalSG__photoItem{aspect-ratio:1;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem;position:relative;overflow:hidden}.ShopDetails-module__mMalSG__photoImg{object-fit:cover;width:100%;height:100%}.ShopDetails-module__mMalSG__deleteBtn{color:#fff;cursor:pointer;opacity:0;background-color:#ef4444;border:none;border-radius:.5rem;padding:.375rem;transition:opacity .2s;position:absolute;top:.5rem;right:.5rem}.ShopDetails-module__mMalSG__photoItem:hover .ShopDetails-module__mMalSG__deleteBtn{opacity:1}.ShopDetails-module__mMalSG__zoomHint{color:#fff;opacity:0;pointer-events:none;background-color:#0003;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.ShopDetails-module__mMalSG__photoItem:hover .ShopDetails-module__mMalSG__zoomHint{opacity:1}.ShopDetails-module__mMalSG__uploadLabel{color:#6366f1;cursor:pointer;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;display:flex}.ShopDetails-module__mMalSG__uploadLabel:hover{color:#4f46e5}.ShopDetails-module__mMalSG__emptyState{opacity:.4;border:2px dashed #e2e8f0;border-radius:1rem;flex-direction:column;grid-column:span 2;justify-content:center;align-items:center;padding:2rem 0;display:flex}.ShopDetails-module__mMalSG__lightbox{z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:zoom-out;background-color:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out ShopDetails-module__mMalSG__fadeIn;display:flex;position:fixed;inset:0}.ShopDetails-module__mMalSG__lightboxClose{color:#fff;cursor:pointer;z-index:3001;background:#ffffff1a;border:none;border-radius:50%;padding:.75rem;transition:all .2s;position:absolute;top:2rem;right:2rem}.ShopDetails-module__mMalSG__lightboxClose:hover{background:#fff3;transform:scale(1.1)}.ShopDetails-module__mMalSG__lightboxContent{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.ShopDetails-module__mMalSG__lightboxImg{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:90vh;animation:.3s ease-out ShopDetails-module__mMalSG__zoomIn;box-shadow:0 25px 50px -12px #00000080}@keyframes ShopDetails-module__mMalSG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ShopDetails-module__mMalSG__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.AuthModal-module__eGxINa__overlay{z-index:3000;-webkit-backdrop-filter:blur(8px);background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AuthModal-module__eGxINa__modal{background-color:#fff;border-radius:1.5rem;width:100%;max-width:28rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (prefers-color-scheme:dark){.AuthModal-module__eGxINa__modal{background-color:#0f172a;border:1px solid #1e293b}}.AuthModal-module__eGxINa__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.AuthModal-module__eGxINa__title{color:hsl(var(--foreground));margin-bottom:.25rem;font-size:1.5rem;font-weight:900}.AuthModal-module__eGxINa__subtitle{color:hsl(var(--muted-foreground));font-size:.875rem}.AuthModal-module__eGxINa__closeBtn{cursor:pointer;color:hsl(var(--foreground));background:0 0;border:none;border-radius:9999px;padding:.5rem;transition:background-color .2s}.AuthModal-module__eGxINa__closeBtn:hover{background-color:#0000000d}@media (prefers-color-scheme:dark){.AuthModal-module__eGxINa__closeBtn:hover{background-color:#ffffff0d}}.AuthModal-module__eGxINa__form{flex-direction:column;gap:1rem;display:flex}.AuthModal-module__eGxINa__field{flex-direction:column;gap:.5rem;display:flex}.AuthModal-module__eGxINa__label{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-left:.25rem;font-size:.75rem;font-weight:700}.AuthModal-module__eGxINa__inputWrapper{position:relative}.AuthModal-module__eGxINa__inputIcon{color:hsl(var(--muted-foreground));pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.AuthModal-module__eGxINa__input{width:100%;color:hsl(var(--foreground));background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;outline:none;padding:.75rem 1rem .75rem 2.5rem;font-size:1rem;transition:all .2s}.AuthModal-module__eGxINa__input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}@media (prefers-color-scheme:dark){.AuthModal-module__eGxINa__input{background-color:#1e293b80;border-color:#1e293b}}.AuthModal-module__eGxINa__submitBtn{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 10px 15px -3px #4f46e533}.AuthModal-module__eGxINa__submitBtn:hover{background-color:#4338ca}.AuthModal-module__eGxINa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.AuthModal-module__eGxINa__footer{text-align:center;margin-top:2rem}.AuthModal-module__eGxINa__footerRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.AuthModal-module__eGxINa__switchBtn{color:#4f46e5;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:500;transition:color .2s}.AuthModal-module__eGxINa__switchBtn:hover{color:#4338ca}.AuthModal-module__eGxINa__error{color:#ef4444;margin-left:.25rem;font-size:.75rem;font-weight:500}.AuthModal-module__eGxINa__backBtn{cursor:pointer;color:hsl(var(--foreground));background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.AuthModal-module__eGxINa__backBtn:hover{background-color:#0000000d}@media (prefers-color-scheme:dark){.AuthModal-module__eGxINa__backBtn:hover{background-color:#ffffff0d}}.AuthModal-module__eGxINa__forgotBtn{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;margin-top:.75rem;font-size:.875rem;font-weight:500;transition:color .2s;display:block}.AuthModal-module__eGxINa__forgotBtn:hover{color:#4f46e5}.AuthModal-module__eGxINa__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;display:flex}.AuthModal-module__eGxINa__successIcon{color:#22c55e;margin-bottom:1rem}
.ChangePasswordModal-module__luEzNG__overlay{z-index:3000;-webkit-backdrop-filter:blur(8px);background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ChangePasswordModal-module__luEzNG__modal{background-color:#fff;border-radius:1.5rem;width:100%;max-width:28rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (prefers-color-scheme:dark){.ChangePasswordModal-module__luEzNG__modal{background-color:#0f172a;border:1px solid #1e293b}}.ChangePasswordModal-module__luEzNG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.ChangePasswordModal-module__luEzNG__title{color:hsl(var(--foreground));margin-bottom:.25rem;font-size:1.5rem;font-weight:900}.ChangePasswordModal-module__luEzNG__subtitle{color:hsl(var(--muted-foreground));font-size:.875rem}.ChangePasswordModal-module__luEzNG__closeBtn{cursor:pointer;color:hsl(var(--foreground));background:0 0;border:none;border-radius:9999px;padding:.5rem;transition:background-color .2s}.ChangePasswordModal-module__luEzNG__closeBtn:hover{background-color:#0000000d}@media (prefers-color-scheme:dark){.ChangePasswordModal-module__luEzNG__closeBtn:hover{background-color:#ffffff0d}}.ChangePasswordModal-module__luEzNG__form{flex-direction:column;gap:1rem;display:flex}.ChangePasswordModal-module__luEzNG__field{flex-direction:column;gap:.5rem;display:flex}.ChangePasswordModal-module__luEzNG__label{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-left:.25rem;font-size:.75rem;font-weight:700}.ChangePasswordModal-module__luEzNG__inputWrapper{position:relative}.ChangePasswordModal-module__luEzNG__inputIcon{color:hsl(var(--muted-foreground));pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.ChangePasswordModal-module__luEzNG__input{width:100%;color:hsl(var(--foreground));background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;outline:none;padding:.75rem 1rem .75rem 2.5rem;font-size:1rem;transition:all .2s}.ChangePasswordModal-module__luEzNG__input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}@media (prefers-color-scheme:dark){.ChangePasswordModal-module__luEzNG__input{background-color:#1e293b80;border-color:#1e293b}}.ChangePasswordModal-module__luEzNG__submitBtn{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:1rem;justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 10px 15px -3px #4f46e533}.ChangePasswordModal-module__luEzNG__submitBtn:hover{background-color:#4338ca}.ChangePasswordModal-module__luEzNG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ChangePasswordModal-module__luEzNG__error{color:#ef4444;margin-left:.25rem;font-size:.75rem;font-weight:500}.ChangePasswordModal-module__luEzNG__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;display:flex}.ChangePasswordModal-module__luEzNG__successIcon{color:#22c55e;margin-bottom:1rem}.ChangePasswordModal-module__luEzNG__successText{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600}
.MainLayout-module__uUfZma__layout{background-color:hsl(var(--background));width:100vw;height:100vh;display:flex;overflow:hidden}.MainLayout-module__uUfZma__mapContainer{flex:1;height:100%;position:relative}.MainLayout-module__uUfZma__overlay{z-index:1000;flex-direction:column;gap:1rem;display:flex;position:absolute;top:1rem;right:1rem}.MainLayout-module__uUfZma__glassCard{border-radius:var(--radius);min-width:200px;padding:1rem}
