:root{--font-base: "Inter", sans-serif}body{font-family:var(--font-base);background-color:#fdf3ed;color:#2b3a64;font-size:16px}*{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}::-webkit-scrollbar{display:none}input,select,button,textarea{font-family:inherit}header{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem;margin-bottom:50px}.left-section{display:flex;align-items:center;gap:10px}.sidebar-toggle{position:fixed;top:0;left:0;width:50px;height:50px;background:#fafafa;border:none;border-radius:0 8px 8px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1100;transition:transform .3s ease}.sidebar.open~.sidebar-toggle{transform:translate(250px)}header nav a,header nav .active{color:inherit;text-decoration:none}header nav a:hover{color:#555}.logo img{height:150px;object-fit:contain;display:block;margin-top:20px;margin-bottom:20px}.nav-container{display:flex;align-items:center;justify-content:center}.nav-links{display:flex;gap:75px;font-size:1.1rem}.instagram-icon,.newsletter-icon{color:inherit;text-decoration:none}.nav-links a:hover,.instagram-icon:hover{opacity:.7}@media (max-width: 768px){.nav-links{gap:15px;font-size:16px}}.sidebar{position:fixed;top:0;left:0;width:250px;height:100%;background:#fafafa;box-shadow:2px 0 8px #0000001a;transform:translate(-100%);display:flex;border-bottom-right-radius:4px;overflow:hidden;flex-direction:column;transition:transform .3s ease;z-index:1001}.sidebar.open{transform:translate(0)}.sidebar-img{width:100%;flex-shrink:0;margin-top:15px;margin-bottom:15px}.sidebar-img img{width:70%;height:auto;display:block;margin:0 auto}.sidebar-content{display:flex;flex-direction:column;gap:20px;padding:20px;flex:1}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000}.sidebar a{text-decoration:none;color:inherit;font-size:1.1rem}.sidebar a:hover{color:#000}.admin-menu{position:relative;display:inline-block;margin-left:20px}.sidebar-admin-dropdown{position:absolute;top:100%;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 6px #0000001a;padding:10px;display:flex;flex-direction:column;z-index:999}.sidebar-admin-dropdown a,.admin-menu .logout-btn{padding:8px 10px;text-align:left;background:none;border:none;cursor:pointer;text-decoration:none}.sidebar-admin-dropdown a:hover,.admin-menu .logout-btn:hover{background:#f0f0f0}.logout-btn{color:inherit;font-weight:700}.sidebar .privacy-policy-link{margin-top:auto;font-size:1rem;color:#888;text-align:center}.sidebar .privacy-policy-link:hover{color:#555}.no-scroll{overflow:hidden;height:100%}.header-icons{position:absolute;top:16px;right:20px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:300}.footer{width:100%;padding:20px 0;background-color:#fafafa;display:flex;justify-content:center;align-items:center;border-top:1px solid #ddd}.footer-links{display:flex;gap:100px;align-items:center;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.footer-links{flex-direction:column;gap:15px}}.footer-link{text-decoration:none;color:inherit;font-size:1.1rem;font-weight:500;transition:color .2s}.footer-link:hover{color:#555}html,body,#root{height:100%;margin:0}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.about-section{display:flex;flex-direction:column;gap:3rem;padding:2rem;max-width:1200px;margin:0 auto}.about-block{display:flex;flex-direction:row;align-items:center;gap:2rem}.about-block-1{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem}.about-image-1{width:1000px;max-width:100%;height:auto;border-radius:8px;object-fit:cover}.about-image-2{width:500px;max-width:100%;height:auto;border-radius:8px;object-fit:cover}.about-text{flex:1;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}@media (max-width: 968px){.about-block{flex-direction:column}.about-image-2{width:100%;max-width:350px;margin:0 auto}}.product-card{display:flex;flex-direction:column;align-items:flex-start;width:300px;margin:0 0 32px;box-sizing:border-box;transition:transform .2s ease;color:inherit;text-decoration:none;position:relative}.product-card-image-wrapper{position:relative;width:100%}.product-card-image-container{width:100%;aspect-ratio:4 / 5;display:flex;justify-content:center;align-items:center;overflow:visible;position:relative;transition:box-shadow .18s ease,transform .18s ease,filter .18s ease}.product-card-image-container.default-image{background:#f9f9f9;box-shadow:0 2px 8px #0000001f}.product-card:hover{transform:translateY(-3px);color:inherit}.product-card-image{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 2px 8px #0000001f;display:block;position:relative;z-index:1}.product-card-image.default-image{box-shadow:none}.product-card-name{font-size:1.1rem;margin:8px 0 2px;text-align:left}.product-card-price{font-size:1.1rem;text-align:left;margin:0}.product-card-sold-out{position:absolute;top:10px;right:-8px;padding:6px 12px;background-color:#d72638;color:#fff;font-size:.95rem;box-shadow:0 4px 6px #0000001f;z-index:3}.product-card:not(:has(.product-sold-out)){padding-top:10px}.product-card.selectable{cursor:pointer}.product-card.selected-delete .product-card-image-container{box-shadow:0 0 0 2px #ff3b30e6,0 8px 16px #ff3b3047;transform:translateY(-1px)}.product-card.selected-delete .product-card-image-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#ff3b301f;pointer-events:none;z-index:1}.product-card.selected-soldout .product-card-image-container{box-shadow:0 0 0 2px #ffcc00f2,0 8px 16px #ffcc0047;transform:translateY(-1px)}.product-card.selected-soldout .product-card-image-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#ffcc0024;pointer-events:none;z-index:1}.product-grid{display:grid;grid-template-columns:repeat(3,300px);gap:10px 150px;padding:20px;transition:all .3s ease;justify-content:center}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.product-grid{grid-template-columns:1fr}}.product-grid .product-card{opacity:0;transform:translateY(20px);animation:fadeIn .4s ease-in-out forwards}.pieces-page .product-card{opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.loader-trigger{height:1px}.admin-menu{position:relative;display:inline-block;margin-left:1rem}.admin-toggle{background-color:#fafafa;border:1px solid #ddd;padding:10px 14px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease,box-shadow .2s ease}.admin-toggle:hover{background-color:#fff;box-shadow:0 2px 8px #00000014}.admin-dropdown{position:absolute;left:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001f;display:flex;flex-direction:column;width:160px;z-index:100;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.admin-dropdown button{background:none;border:none;padding:12px;text-align:left;font-size:14px;cursor:pointer;color:#2b3a64;transition:background-color .2s}.admin-dropdown button:hover{background-color:#f2f2f2}.floating-action-buttons{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;background:#ffffffe6;padding:10px 20px;border-radius:20px;box-shadow:0 2px 10px #00000026;z-index:1000}.cancel-selection-btn,.confirm-selection-btn{padding:10px 16px;border:none;border-radius:20px;cursor:pointer;font-weight:700}.cancel-selection-btn{background-color:#f0f0f0}.confirm-selection-btn{background-color:#007bff;color:#fff}.confirm-selection-btn:disabled{background-color:#ccc;cursor:not-allowed}.filters{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.select-wrapper{position:relative;flex:0 1 auto;width:auto;max-width:180px;margin:0 5px}.minimal-select{width:100%;padding:8px 32px 8px 12px;font-size:1rem;border:none;border-radius:20px;background-color:#fafafa;color:#2b3a64;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;transition:background-color .2s ease}.minimal-select:focus{background-color:#fff;box-shadow:0 0 0 2px #007bff33}.select-wrapper:after{content:"▼";position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;font-size:.7rem}.filters .search-wrapper{display:flex;align-items:center;background-color:#fafafa;border-radius:8px;padding:0 12px;max-width:600px}.filters .search-bar{flex:1;padding:8px 32px 8px 12px;height:1.6rem;border:none;background:transparent;font-size:1rem;outline:none}@media (min-width: 701px){.filters .search-wrapper{flex:1 1 250px;height:auto}}@media (max-width: 700px){.filters .search-wrapper{width:90%;max-width:400px;margin:0 auto;flex:none}}.filters .search-icon{font-size:18px;color:#999;pointer-events:none}@media (max-width: 700px){.filters{flex-direction:column;align-items:stretch}.filters input,.filters select{width:100%;max-width:400px}}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;color:#555;font-family:sans-serif}.spinner{border:4px solid rgba(0,0,255,.2);border-top:4px solid blue;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.piece-detail-container{max-width:1000px;margin:0 auto;padding:1rem}.breadcrumb{font-size:14px;color:#777;margin-bottom:20px}.breadcrumb a{text-decoration:none;color:#555}.breadcrumb a:hover{text-decoration:underline}.piece-detail-content{display:flex;flex-wrap:wrap;gap:2rem}.gallery{flex:0 0 auto;max-width:450px}.details{flex:1 1 0;min-width:280px;max-width:600px}@media (max-width: 768px){.piece-detail-content{flex-direction:column;align-items:center}.gallery{max-width:100%}.details{width:100%}}.gallery-main{position:relative;width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:4 / 5;max-width:450px;max-height:400px;overflow:hidden}.thumbs-container{position:relative;margin-top:10px}.gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;white-space:nowrap;width:320px;scrollbar-width:none;-ms-overflow-style:none}.gallery-thumbs::-webkit-scrollbar{display:none}.thumb{width:60px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;display:inline-block;transition:border-color .2s,transform .2s}.thumb.active{border-color:#000}.thumb-nav-btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background-color:#94949499;color:#fff;border:none;border-radius:4px;padding:6px 4px;cursor:pointer;box-shadow:0 1px 4px #0003;z-index:10;font-size:16px}.thumb-nav-btn:hover{background-color:#646464cc}.thumb-nav-btn.left{left:0}.thumb-nav-btn.right{right:0}.nav-btn-prev{position:absolute;left:-40px;top:50%;transform:translateY(-50%);z-index:10}.nav-btn-next{position:absolute;right:-40px;top:50%;transform:translateY(-50%);z-index:10}.product-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(43,58,100,.3)}.product-name,.product-price{font-weight:600;margin:0}.product-description{font-size:1.1rem;font-weight:500;color:#333;margin:.75rem 0;padding-bottom:.5rem;border-bottom:1px solid rgba(43,58,100,.3);line-height:1.6;min-height:180px;white-space:pre-line}.sizes{min-height:115px}.sizes h3{font-weight:700;margin-bottom:8px}.sizes p{margin:4px 0;font-size:1.1rem}.sold-out{background-color:#2b3a64;color:#fff;text-align:center;padding:6px 12px;width:100px;margin-top:.75rem;font-size:1.1rem}.zoom-container{position:relative;display:inline-block;cursor:zoom-in;border-radius:8px;overflow:hidden}@media (max-width: 768px){.zoom-container{cursor:default}}.zoom-image{width:100%;height:100%;object-fit:contain;border-radius:8px;box-shadow:0 2px 6px #0003;display:block}.zoom-container.hover{background-repeat:no-repeat;background-size:200%;border-radius:8px}.zoom-container.hover .zoom-image{opacity:0}.admin-actions{margin-top:.5rem;display:flex;gap:.75rem}.edit-button,.delete-button{background-color:#2b3a64;color:#fff;border:none;border-radius:4px;padding:.6rem 1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.delete-modal{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 5px 20px #0000004d;animation:fadeIn .2s ease-in-out;text-align:center}.delete-modal h3{margin-bottom:1rem}.delete-modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.modal-btn{padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.modal-btn.cancel{background-color:#ccc}.modal-btn.cancel:hover{background-color:#bbb}.modal-btn.confirm{background-color:#e74c3c;color:#fff}.modal-btn.confirm:hover{background-color:#c0392b}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1200}.modal-content{position:relative;max-width:90%;max-height:90%;display:flex;justify-content:center;align-items:center}.modal-image{width:auto;height:auto;max-width:90vw;max-height:90vh;object-fit:contain;box-shadow:0 1px 1px #0000001a}.modal-close-btn{position:fixed;top:20px;right:20px;background:#0009;color:#fff;border:none;cursor:pointer;width:40px;height:40px;border-radius:6px;display:flex;justify-content:center;align-items:center;transition:background .2s ease;z-index:1201}.modal-close-btn:hover{background:#fff3}.nav-btn{position:fixed;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;cursor:pointer;width:40px;height:40px;border-radius:6px;display:flex;justify-content:center;align-items:center;transition:background .2s ease,transform .1s ease,opacity .4s ease;z-index:1201;opacity:1}.nav-btn.hidden{opacity:0;pointer-events:none}.nav-btn:hover{background:#fff3}.nav-btn:active{transform:translateY(-50%) scale(.95)}.nav-btn.left{left:20px}.nav-btn.right{right:20px}@media (max-width: 768px){.nav-btn{background:#0000004d;width:36px;height:36px;border-radius:50%}.nav-btn.left{left:10px}.nav-btn.right{right:10px}}.contact-page{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-form-section{display:flex;flex-direction:column;margin:0 auto;align-items:center}h1,h2{text-align:center}.contact-text-block{display:flex;flex-direction:column;align-items:center;margin:2rem auto;max-width:800px}.contact-text{width:100%;text-align:left;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.contact-title{font-size:2rem;font-weight:100;margin-top:1.5rem;margin-bottom:1.5rem}.newsletter-title{font-size:2rem;font-weight:100;margin:24}.contact-label{margin-bottom:.25rem;font-size:1.1rem}.contact-button{display:flex;justify-content:center;padding:.4rem;background:#2b3a64;color:#fff;border:none;border-radius:4px;font-size:1.1rem;align-self:center;cursor:pointer;width:100%;max-width:100px;transition:background .25s ease,transform .1s ease}.contact-button:hover{background:#333;transform:translateY(-1px)}.contact-form{width:100%;display:flex;flex-direction:column;max-width:800px;gap:1rem;margin-top:1rem}.form-group{display:flex;flex-direction:column}.form-group.name-fields{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.name-field{display:flex;flex-direction:column}.name-field input{width:100%;padding:.55rem .85rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;outline:none;box-sizing:border-box;transition:all .2s ease}.name-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}.contact-input{width:100%;padding:.55rem .85rem;border:1px solid #d1d5db;border-radius:4px;font-size:1.1rem;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,width .2s ease}.contact-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}.contact-message-input{width:100%;padding:.55rem .85rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,width .2s ease;resize:vertical;min-height:100px}.contact-message-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}.newsletter-section{display:flex;flex-direction:column;margin:0 auto;align-items:center;border-radius:4px;max-width:1000px;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;padding-top:0}.newsletter-form{display:flex;flex-direction:column;width:100%;max-width:800px;gap:1rem;margin-top:1rem}.success-message{color:#2b3a64;background:#f0f4ff;padding:.75rem 1rem;border-radius:4px;font-size:1rem;text-align:center}@media (max-width: 1200px){.contact-page{padding:0 1rem}}.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}}.findme-card{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.findme-card-title{font-weight:100;font-size:20px;margin:15px 30px}.findme-card-map{min-width:300px;min-height:300px;margin:0;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #00000014}.findme-card-body{display:flex;align-items:stretch;gap:16px}.findme-card-content{display:flex;flex-direction:column;gap:12px;margin-left:24px}.findme-card-description{display:flex;flex-direction:column;font-size:1.1rem;line-height:1.6;max-height:14.4em;overflow:hidden;white-space:pre-line}.findme-card-footer{margin-top:auto;padding-bottom:12px}.findme-card-map-link{color:#8c8c8c;text-decoration:none;cursor:pointer;transition:color .2s,text-decoration .2s;font-size:15px}.findme-card-map-link:hover{text-decoration:underline}.findme-card-map-link:before{content:"← "}@media (max-width: 768px){.findme-card-body{flex-direction:column}.findme-card-map{width:100%;max-width:300px;height:220px;margin:0 auto}.findme-card-map-link:before{content:"📍 "}}.findme-admin-actions{margin-bottom:8px;display:flex;gap:8px}.findme-admin-button-edit,.findme-admin-button-delete{background-color:#2b3a64;color:#fff;border:none;border-radius:4px;padding:.6rem 1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.findme-delete-container{display:flex;align-items:center;gap:10px;position:relative}.findme-delete-confirmation{display:flex;align-items:center;gap:10px}.findme-grid{display:grid;grid-template-columns:1fr;gap:100px;width:100%;max-width:1200px;margin:0 auto;transition:all .3s ease}@media (max-width: 900px){.findme-grid{grid-template-columns:1fr}}@media (max-width: 600px){.findme-grid{grid-template-columns:1fr}}.skeleton-card{background-color:#e0e0e0;border-radius:8px;height:250px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.findme-grid .findme-card{opacity:0;transform:translateY(20px);animation:fadeIn .4s ease-in-out forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.admin-login{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding-top:2rem}.admin-login-form{background:#fafafa;padding:2.5rem;border-radius:4px;box-shadow:0 8px 20px #00000026;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:stretch;gap:1.2rem}.login-form-group{display:flex;flex-direction:column;gap:.5rem}.login-label{font-size:1.1rem;color:#374151;font-weight:600}.login-form-group input{width:100%;padding:.55rem .85rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;line-height:1.4;outline:none;box-sizing:border-box;transition:all .2s ease}.login-form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}.login-button{padding:.9rem;background:#2b3a64;color:#fff;border:none;border-radius:4px;font-size:1.1rem;cursor:pointer;width:100%;max-width:125px;margin:0 auto;transition:background .25s ease,transform .1s ease}.login-button:hover{transform:translateY(-1px)}.error-message{color:#d72638;background:#f9dcde;padding:.75rem 1rem;border-radius:4px;font-size:.9rem;text-align:center}.image-uploader-title{font-weight:600;display:block;margin-bottom:.2rem}.file-upload-button{display:inline-block;padding:.5rem;border:none;border-radius:4px;cursor:pointer;background-color:#2b3a64;color:#fff;transition:background-color .3s ease}.preview-container{position:relative;margin-top:10px}.preview-thumbs{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;max-width:534px;scrollbar-width:none;-ms-overflow-style:none}.preview-item img{width:100%;height:100%;object-fit:cover;display:block}.preview-thumbs::-webkit-scrollbar{display:none}.preview-thumb{position:relative;flex:0 0 auto}.preview-thumb img{width:60px;height:60px;object-fit:cover;border-radius:4px;border:2px solid transparent;display:inline-block;transition:border-color .2s,transform .2s}.preview-thumb button{position:absolute;top:4px;right:4px;background:#d72638;font-size:8px;border:none;color:#fff;width:12px;height:12px;cursor:pointer;font-weight:700;text-align:center;padding:0;transition:background .2s ease}.preview-thumb button:hover{background:red}.uploader-thumb-nav-btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background-color:#94949499;color:#fff;border:none;border-radius:4px;padding:4px 6px;cursor:pointer;box-shadow:0 1px 4px #0003;z-index:10;font-size:14px;transition:background .2s ease}.uploader-thumb-nav-btn:hover{background-color:#646464cc}.uploader-thumb-nav-btn.left{left:0}.uploader-thumb-nav-btn.right{right:0}@media (max-width: 480px){.preview-item{width:90px;height:90px}}.dropzone{margin:1rem 0;padding:1.5rem;border:2px dashed #aaa;border-radius:6px;text-align:center;font-size:.9rem;color:#2b3a64;transition:background-color .2s ease,border-color .2s ease}.product-form{max-width:700px;margin:0 auto;padding:1rem 2rem;background:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a}.product-form h2{text-align:center;margin-bottom:1rem}.product-form-layout{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.product-form{max-width:1100px}.product-form-layout{display:flex;flex-direction:row;align-items:stretch;gap:2rem}.product-form-left,.product-form-right{display:flex;flex:1;flex-direction:column}}.product-form-group{margin-bottom:1rem}.product-form-group label{display:block;font-weight:600;margin-bottom:.3rem}.product-form-group input[type=text],.product-form-group input[type=number],.product-form-group select,.product-form-group textarea{width:100%;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box;transition:border-color .2s ease;resize:none}.product-form-group input[type=text]:focus,.product-form-group input[type=number]:focus,.product-form-group select:focus,.product-form-group textarea:focus{border-color:#007bff;outline:none}.info-text{font-size:.8rem;margin-bottom:1rem;opacity:.6}.product-form-row{display:flex;gap:1rem}.product-form-row>div{flex:1}.product-form-group input[type=checkbox]{transform:scale(1.2);margin-left:.3rem;cursor:pointer}.product-form-price-soldout{display:flex;gap:1rem}.product-form-price-soldout>div{flex:1}.product-form-price-soldout>div:last-child{display:flex;flex-direction:column;align-items:center}.product-form-button-group{margin-top:1.5rem}.product-form-button-group:not(.create-mode){display:flex;justify-content:center;gap:1rem}.product-form-button-group.create-mode{display:flex;justify-content:space-between;gap:1rem}.form-actions,.global-actions{display:flex;gap:.8rem;flex-wrap:wrap}@media (max-width: 768px){.product-form-button-group.create-mode{flex-direction:column;align-items:stretch}.form-actions,.global-actions{justify-content:center;width:100%}}.product-form-button-group button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:none;border-radius:4px;cursor:pointer;background-color:#2b3a64;color:#fff;transition:background-color .3s ease}.product-form-button-group button:hover:not(:disabled){background-color:#0056b3}.product-form-button-group button:disabled{opacity:.5;cursor:not-allowed}.global-actions{display:flex;justify-content:center;gap:1rem}.image-list{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.image-list img{width:120px;height:120px;object-fit:cover;border-radius:6px;border:1px solid #ccc;box-shadow:0 1px 4px #0000001a;cursor:pointer;transition:transform .2s ease}.image-list img:hover{transform:scale(1.05)}@media (max-width: 480px){.product-form-row{flex-direction:column}.image-list img{width:100px;height:100px}}.added-pieces{overflow:hidden}.added-pieces-table-header{display:grid;grid-template-columns:80px 1fr 150px 100px;padding:.5rem;border-bottom:1px solid #ddd}.added-pieces-body{max-height:250px;overflow-y:auto;margin:0;padding:0;list-style:none}.pieces-row{display:grid;grid-template-columns:80px 1fr 150px 100px;align-items:center;padding:.5rem;border-bottom:1px solid #ddd}.pieces-row.editing{border:2px solid #2B3A64;border-radius:6px;background-color:#f0f4ff}.col-actions{display:flex;flex-direction:column;gap:.3rem;align-items:center}.col-actions button{margin-right:.4rem;background:transparent;border:none;cursor:pointer}.col-actions button:disabled{cursor:not-allowed;opacity:.5}.added-product-info{display:flex;align-items:center;gap:.5rem}.preview-image,.preview-placeholder{width:50px;height:50px;object-fit:cover;flex-shrink:0}@media (max-width: 768px){.added-pieces-table-header,.pieces-row{grid-template-columns:60px 1fr 100px 70px;padding:.3rem;gap:.3rem}.preview-image{width:40px;height:40px}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#fff;border-radius:8px;padding:1.5rem;width:400px;max-width:90%;box-shadow:0 4px 12px #00000026;animation:fadeIn .2s ease-in-out}.modal h2{margin-top:0;font-size:1.25rem;margin-bottom:1rem}.modal label{display:block;margin-bottom:.75rem;font-weight:500}.modal input[type=text],.modal textarea{width:100%;padding:.5rem;border-radius:4px;border:1px solid #ccc;font-size:.95rem;margin-top:.25rem;resize:vertical}.modal-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.modal-actions button{padding:.5rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.admin-categories{max-width:800px;margin:0 auto;padding:20px;font-family:sans-serif}.admin-categories-title{text-align:center;margin-bottom:2rem;font-size:2rem}.admin-categories-loading{text-align:center;color:#777}.admin-categories-list{list-style:none;padding:0;margin:0}.admin-categories-list-item{background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column}.admin-category-row{display:flex;justify-content:space-between;align-items:center}.admin-category-name{font-weight:600;font-size:1.1rem}.admin-categories-actions{display:flex;gap:.5rem}.admin-categories-edit-input{padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;margin-right:.5rem;font-size:1rem;flex:1}.admin-categories-btn{padding:.6rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;min-height:38px;transition:background .2s,opacity .2s}.admin-categories-btn:hover{opacity:.85}.admin-categories-btn-edit,.admin-categories-btn-delete,.admin-categories-btn-save,.admin-categories-btn-cancel{background:#2b3a64;color:#fff}.admin-categories-btn-add{cursor:pointer;font-size:1.1rem;font-weight:600;transition:background .2s,opacity .2s;background:#fdf3ed;border:none;padding:10px;display:inline-flex;align-items:center;gap:8px}.toast-message{position:fixed;bottom:20px;right:20px;background-color:#2b3a64;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #0003;font-size:.95rem;display:flex;align-items:center;gap:10px;z-index:9999;opacity:.95;transition:opacity .3s ease,transform .3s ease}.toast-close-btn{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;line-height:1;padding:0}.toast-message.show{transform:translateY(0);opacity:1}.toast-message.hide{transform:translateY(20px);opacity:0;transition:opacity .3s ease,transform .3s ease}.admin-categories-confirm-delete{display:flex;align-items:center;gap:10px}.findme-form{max-width:700px;margin:0 auto;padding:1rem 2rem;background:#fafafa;border-radius:8px;box-shadow:0 0 10px #0000001a}.findme-form h2{text-align:center;margin-bottom:1rem}.findme-form-layout{display:flex;flex-direction:column;gap:1.5rem}.map-container{width:100%;min-height:300px;height:300px;position:relative;overflow:hidden;border:1px solid #ccc;border-radius:6px}@media (min-width: 768px){.findme-form{max-width:1100px}.findme-form-layout{display:flex;flex-direction:row;align-items:stretch;gap:2rem}.findme-form-left,.findme-form-right{display:flex;flex:1;flex-direction:column}.map-container{width:100%;aspect-ratio:1/1;height:auto;min-height:unset;flex-shrink:0;align-self:flex-start}}.findme-form-group{margin-bottom:1rem;position:relative}.findme-form-group label{display:block;font-weight:600;font-size:1.1rem;margin-bottom:.3rem}.findme-form-group input[type=text],.findme-form-group input[type=date],.findme-form-group input[type=datetime-local],.findme-form-group textarea{width:100%;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box;transition:border-color .2s ease;resize:none}.findme-form-group input:focus,.findme-form-group textarea:focus{border-color:#2b3a64;outline:none}.findme-form-row{display:flex;gap:1rem}.findme-form-row>div{flex:1}.search-results{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 2px 6px #0000001a}.search-results li{padding:.5rem;cursor:pointer;transition:background .2s ease}.search-results li:hover{background:#f0f0f0}.leaflet-container{width:100%!important;height:100%!important;display:block!important}.button-group{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.button-group button{padding:.6rem 1.4rem;border:none;border-radius:4px;cursor:pointer;background-color:#2b3a64;color:#fff;transition:background-color .3s ease}.button-group button:hover:not(:disabled){background-color:#232f52}.cancel-button{background-color:#2b3a64}.cancel-button:hover:not(:disabled){background-color:#5a6268}@media (max-width: 480px){.findme-form-row{flex-direction:column}}.marker-toggle-btn{position:absolute;bottom:10px;left:10px;z-index:1000;background:#2b3a64;color:#fff;border:none;padding:.5rem 1rem;font-weight:600;border-radius:4px;cursor:pointer;box-shadow:0 2px 6px #0003;transition:background-color .3s ease}.map-container.marker-mode .leaflet-container,.map-container.marker-mode .leaflet-container *{cursor:crosshair!important}.marker-toggle-btn:hover{background:#232f52}.ghost-marker{filter:grayscale(100%)}.center-marker-btn{position:absolute;bottom:10px;right:10px;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;padding:6px;cursor:pointer;box-shadow:0 2px 6px #0000004d;font-size:1.2rem}.center-marker-btn:hover{background:#f0f0f0}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.modal{background-color:#fafafa;border-radius:12px;padding:20px 30px;width:600px;max-width:95%;box-shadow:0 8px 20px #00000040;display:flex;flex-direction:column;gap:15px;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal input,.modal textarea{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;resize:none;box-sizing:border-box}.modal-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.modal-actions button{padding:.6rem 1.4rem;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;background-color:#2b3a64;color:#fff;transition:background-color .3s ease}.modal-actions button:hover:not(:disabled){background-color:#232f52}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.privacy-policy{max-width:800px;margin:40px auto;padding:20px 30px;background-color:#fafafa;border-radius:12px;box-shadow:0 4px 12px #00000014;line-height:1.6}.privacy-policy h1{font-size:2rem;margin-bottom:20px;text-align:center}.privacy-policy h2{font-size:1.3rem;margin-top:30px;margin-bottom:12px;border-bottom:2px solid #e0e0e0;padding-bottom:4px}.privacy-policy p{margin-bottom:16px}.privacy-policy ul{margin:8px 0 16px 20px}.privacy-policy a{color:#07c;text-decoration:underline}.privacy-policy a:hover{color:#005fa3}@media (max-width: 600px){.privacy-policy{padding:16px 20px;font-size:.95rem}}
