@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;background:transparent;color:#333;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.toast-container{position:fixed;top:100px;right:1rem;z-index:99999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:10px;box-shadow:0 6px 20px #39562840;min-width:300px;max-width:500px;pointer-events:auto;animation:slideInRight .3s ease-out;background-image:url(/background.png);background-size:97px 86px;background-repeat:repeat;border:2px solid;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message{flex:1;font-size:.95rem;font-weight:500;line-height:1.4}.toast-close{flex-shrink:0;background:transparent;border:none;cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.7}.toast-close:hover{opacity:1;transform:scale(1.1)}.toast-success{background:#e6f6e0f2;border-color:#5a724c;color:#395628}.toast-success .toast-icon{color:#5a724c}.toast-success .toast-close{color:#395628}.toast-success .toast-close:hover{background:#5a724c26}.toast-error{background:#fcebebf2;border-color:#c93d3d;color:#8b2020}.toast-error .toast-icon{color:#c93d3d}.toast-error .toast-close{color:#8b2020}.toast-error .toast-close:hover{background:#c93d3d26}.toast-warning{background:#fff8e6f2;border-color:#d4a017;color:#8b6f00}.toast-warning .toast-icon{color:#d4a017}.toast-warning .toast-close{color:#8b6f00}.toast-warning .toast-close:hover{background:#d4a01726}.toast-info{background:#e6f0faf2;border-color:#4a90d9;color:#2c5282}.toast-info .toast-icon{color:#4a90d9}.toast-info .toast-close{color:#2c5282}.toast-info .toast-close:hover{background:#4a90d926}@media (max-width: 768px){.toast-container{top:90px;right:.5rem;left:.5rem}.toast{min-width:auto;max-width:none}}.pwa-toast{position:fixed;bottom:1.5rem;right:1.5rem;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #39562833;padding:1.25rem;z-index:10000;display:flex;gap:1rem;align-items:flex-start;animation:slideIn .3s ease-out;border:2px solid rgba(90,114,76,.2)}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.pwa-toast.pwa-install{border-left:4px solid #5a724c}.pwa-toast.pwa-success{border-left:4px solid #10b981}.pwa-toast.pwa-update{border-left:4px solid #3b82f6}.pwa-message{flex:1}.pwa-message strong{display:block;color:#395628;font-size:1rem;margin-bottom:.25rem}.pwa-message p{color:#5a724c;font-size:.875rem;margin:0;line-height:1.4}.pwa-actions{display:flex;gap:.5rem;margin-top:.75rem}.pwa-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.pwa-btn-primary{background:linear-gradient(135deg,#5a724c,#395628);color:#fff}.pwa-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #5a724c4d}.pwa-btn-secondary{background:transparent;color:#5a724c;border:1px solid rgba(90,114,76,.3)}.pwa-btn-secondary:hover{background:#5a724c0d;border-color:#5a724c}@media (max-width: 768px){.pwa-toast{bottom:1rem;right:1rem;left:1rem;max-width:none}.pwa-actions{flex-direction:column}.pwa-btn{width:100%}}.sync-status{position:fixed;top:90px;right:1.5rem;z-index:9999;background:#fff;border-radius:12px;box-shadow:0 4px 16px #39562826;padding:.875rem 1.25rem;animation:slideDown .3s ease-out;border:2px solid rgba(90,114,76,.2);max-width:350px}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.sync-status.offline{border-left:4px solid #ef4444;background:#ef44440d}.sync-status.pending{border-left:4px solid #f59e0b;background:#f59e0b0d}.sync-status-content{display:flex;align-items:center;gap:.875rem}.sync-status-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0}.sync-status.offline .sync-status-icon{background:#ef44441a;color:#ef4444}.sync-status.pending .sync-status-icon{background:#f59e0b1a;color:#f59e0b}.sync-status-text{flex:1;display:flex;flex-direction:column;gap:.2rem}.sync-status-text strong{color:#395628;font-size:.9rem;font-weight:600}.sync-status-text span{color:#5a724c;font-size:.8rem}.sync-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border-radius:50%;cursor:pointer;transition:all .2s ease;flex-shrink:0}.sync-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #5a724c4d}.sync-button:disabled{opacity:.6;cursor:not-allowed}.sync-button .spinning{animation:spin 1s linear infinite}@media (max-width: 768px){.sync-status{top:80px;right:1rem;left:1rem;max-width:none}.sync-status-text strong{font-size:.85rem}.sync-status-text span{font-size:.75rem}}.loading-fullpage{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 10% 20%,#adba94 0%,transparent 50%),url(/background.png);background-size:auto,97px 86px;z-index:9999}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:16px;box-shadow:0 8px 32px #5a724c33}.loading-text{margin:0;font-size:1.1rem;color:#395628;font-weight:600}.loading-spinner{display:flex;align-items:center;justify-content:center}.loading-spinner-icon{color:#5a724c;animation:spin 1s linear infinite}.loading-skeleton{background:linear-gradient(90deg,#f8f8f8cc,#5a724c26,#f8f8f8cc);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loading-skeleton-header-actions{display:flex;gap:1rem;align-items:center}.loading-skeleton-header-actions .skeleton-button,.loading-skeleton-header-actions .skeleton-profile{width:40px;height:40px;border-radius:50%}.input-group{margin-bottom:20px;width:100%}.input-label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:.95rem}.input-field{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s;box-sizing:border-box;font-family:inherit}.input-field:focus{outline:none;border-color:#667eea}.input-field:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.input-field::placeholder{color:#999}.input-error{display:block;margin-top:5px;color:#e53e3e;font-size:.85rem}.input-field[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.input-field[type=number]::-webkit-inner-spin-button,.input-field[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.button{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.button-full-width{width:100%}.button-primary{background:linear-gradient(135deg,#5a724c,#395628);color:#fff;box-shadow:0 2px 8px #39562833,inset 0 1px #ffffff26}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #5a724c59,inset 0 1px #fff3;background:linear-gradient(135deg,#4a6240,#2d4620)}.button-primary:active:not(:disabled){transform:translateY(0)}.button-secondary{background:#ffffffe6;color:#395628;border:2px solid #5a724c;box-shadow:inset 0 1px #ffffff80}.button-secondary:hover:not(:disabled){background:#5a724c;color:#fff;box-shadow:0 4px 12px #5a724c4d,inset 0 1px #ffffff26}.button-danger{background:#e53e3e;color:#fff}.button-danger:hover:not(:disabled){background:#c53030;box-shadow:0 5px 15px #e53e3e66}.button-loading{position:relative}.button-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;right:12px;margin-top:-8px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:button-loading-spinner .6s linear infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 800px 900px at left top,rgba(173,186,148,.5) 0%,rgba(197,209,177,.3) 20%,rgba(232,235,224,.15) 40%,transparent 60%),#f8f8f8;padding:20px;background-image:radial-gradient(ellipse 800px 900px at left top,rgba(173,186,148,.5) 0%,rgba(197,209,177,.3) 20%,rgba(232,235,224,.15) 40%,transparent 60%),repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.015) 2px,rgba(0,0,0,.015) 4px),url(/background.png);background-size:auto,auto,97px 86px;background-repeat:repeat}.auth-box{background:#fcfcfcf2;border-radius:12px;padding:40px;box-shadow:0 8px 32px #39562826,inset 0 1px #ffffff80;width:100%;max-width:450px;border:2px solid rgba(90,114,76,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(0,0,0,.006) 3px,rgba(0,0,0,.006) 6px),repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(0,0,0,.005) 3px,rgba(0,0,0,.005) 6px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><filter id="paper"><feTurbulence type="fractalNoise" baseFrequency="1.5" numOctaves="5" seed="9"/><feColorMatrix type="saturate" values="0"/></filter><rect width="400" height="400" filter="url(%23paper)" opacity="0.08"/></svg>')}.auth-footer a:hover{text-decoration:underline}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 800px 900px at left top,rgba(173,186,148,.5) 0%,rgba(197,209,177,.3) 20%,rgba(232,235,224,.15) 40%,transparent 60%),#f8f8f8;padding:20px;background-image:radial-gradient(ellipse 800px 900px at left top,rgba(173,186,148,.5) 0%,rgba(197,209,177,.3) 20%,rgba(232,235,224,.15) 40%,transparent 60%),repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.015) 2px,rgba(0,0,0,.015) 4px),url(/background.png);background-size:auto,auto,97px 86px;background-repeat:repeat}.auth-box{background:#fcfcfcf2;border-radius:12px;padding:40px;box-shadow:0 8px 32px #39562826,inset 0 1px #ffffff80;width:100%;max-width:550px;border:2px solid rgba(90,114,76,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(0,0,0,.006) 3px,rgba(0,0,0,.006) 6px),repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(0,0,0,.005) 3px,rgba(0,0,0,.005) 6px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><filter id="paper"><feTurbulence type="fractalNoise" baseFrequency="1.5" numOctaves="5" seed="9"/><feColorMatrix type="saturate" values="0"/></filter><rect width="400" height="400" filter="url(%23paper)" opacity="0.08"/></svg>')}.auth-logo{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}.logo-img{height:60px;width:auto}.auth-box h1{text-align:center;margin:0;font-size:1.75rem;color:#395628;font-family:Poppins,sans-serif;font-weight:700}.auth-box h2{text-align:center;margin:0 0 30px;font-size:1.1rem;color:#5a724c;font-weight:500}.form-group{margin-bottom:20px;flex:1}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#395628;font-size:.95rem}.form-group select{width:100%;padding:12px;border:2px solid rgba(90,114,76,.25);border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box;font-family:inherit;background-color:#fffc;cursor:pointer;color:#395628}.form-group select:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c26;background-color:#fffffff2}.form-hint{display:block;margin-top:5px;font-size:.85rem;color:#5a724c}.form-row{display:flex;gap:15px}.error-message{background-color:#dc26261a;color:#b91c1c;padding:12px 16px;border-radius:8px;margin-bottom:20px;border-left:4px solid #dc2626;font-size:.9rem;border:2px solid rgba(220,38,38,.2)}.auth-footer{text-align:center;margin-top:25px;padding-top:25px;border-top:2px solid rgba(90,114,76,.15)}.auth-footer p{margin:0;color:#5a724c}.auth-footer a{color:#395628;text-decoration:none;font-weight:700;transition:all .2s ease}.auth-footer a:hover{color:#5a724c;text-decoration:underline}@media (max-width: 600px){.auth-box{padding:30px 20px}.form-row{flex-direction:column;gap:0}}.header{position:fixed;top:0;left:0;right:0;height:80px;z-index:1000;background:#edf5e8f5;box-shadow:0 2px 12px #3956281f,inset 0 -1px #ffffff4d;transition:all .3s ease;border-bottom:2px solid rgba(90,114,76,.15);background-image:url(/background.png);background-size:97px 86px;background-repeat:repeat;margin:0;padding:0}.header-content{max-width:1400px;margin:0 auto;padding:1.125rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;height:100%}.header-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#395628;cursor:pointer;transition:transform .2s}.header-logo:hover{transform:translateY(-2px)}.logo-image{height:40px;width:auto}.logo-text{font-family:Poppins,sans-serif}.header-nav{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}.nav-link{display:flex;align-items:center;gap:.4rem;color:#395628;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease}.nav-link:hover{background:#5a724c1a;color:#5a724c}.header-actions{display:flex;align-items:center;gap:1rem}.icon-button{background:transparent;border:none;color:#395628;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.icon-button:hover{background:#5a724c1a;color:#5a724c}.profile-dropdown,.notification-dropdown,.notification-button{position:relative}.notification-badge{position:absolute;top:2px;right:2px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .35rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #dc26264d;border:2px solid rgba(237,245,232,.96)}.notifications-menu{width:380px;max-height:500px;display:flex;flex-direction:column}.notifications-list{max-height:400px;overflow-y:auto}.empty-notifications{padding:3rem 1.5rem;text-align:center;color:#5a724c;opacity:.6}.empty-notifications svg{margin-bottom:.75rem;opacity:.4}.empty-notifications p{margin:0;font-size:.9rem}.notification-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid rgba(90,114,76,.08);background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;position:relative}.notification-item:hover{background:#5a724c0d}.notification-item.unread{background:#5a724c14}.notification-item.unread:hover{background:#5a724c1f}.notification-icon{color:#5a724c;display:flex;align-items:center;justify-content:center;background:#5a724c1a;border-radius:50%;padding:.5rem;flex-shrink:0}.notification-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.notification-title{font-weight:600;font-size:.875rem;color:#395628;line-height:1.3}.notification-message{font-size:.8rem;color:#5a724c;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:.7rem;color:#5a724c;opacity:.7;margin-top:.15rem}.unread-dot{width:8px;height:8px;background:#dc2626;border-radius:50%;flex-shrink:0;margin-top:.5rem}.dropdown-footer{padding:.75rem 1rem;text-align:center;color:#5a724c;font-weight:600;font-size:.875rem;text-decoration:none;border-top:1px solid rgba(90,114,76,.1);display:block;transition:all .2s ease}.dropdown-footer:hover{background:#5a724c0d;color:#395628}.dropdown-header .unread-count{font-size:.75rem;color:#dc2626;font-weight:600;background:#dc26261a;padding:.2rem .5rem;border-radius:4px}.dropdown-header{display:flex;justify-content:space-between;align-items:center}.profile-button{background:transparent;border:2px solid rgba(90,114,76,.3);border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .2s ease}.profile-button:hover{border-color:#5a724c;transform:scale(1.05)}.profile-avatar{width:100%;height:100%;object-fit:cover}.profile-avatar-placeholder{color:#5a724c;display:flex;align-items:center;justify-content:center}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fcfcfcfa;border:2px solid rgba(90,114,76,.15);border-radius:8px;box-shadow:0 4px 16px #39562826;min-width:200px;overflow:hidden;z-index:1001}.dropdown-header{padding:.75rem 1rem;border-bottom:1px solid rgba(90,114,76,.1);color:#395628;display:flex;flex-direction:column;gap:.25rem}.dropdown-header strong{font-size:.95rem}.user-type-badge{font-size:.75rem;color:#5a724c;background:#5a724c1a;padding:.2rem .5rem;border-radius:4px;display:inline-block;width:fit-content}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#395628;text-decoration:none;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.95rem}.dropdown-item:hover{background:#5a724c1a;color:#5a724c}.btn-logout,.btn-login,.btn-register{padding:.6rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;display:flex;align-items:center;gap:.5rem}.btn-logout,.btn-login{background:transparent;color:#5a724c;border:2px solid #5a724c}.btn-logout:hover,.btn-login:hover{background:#5a724c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}.btn-register{background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none}.btn-register:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5a724c66}.auth-buttons{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.header-content{padding:.75rem 1rem}.logo-text{display:none}.header-user{font-size:.9rem}.btn-logout,.btn-login,.btn-register{padding:.5rem 1rem;font-size:.85rem}}.search-bar-container{background:#f8f8f8f2;padding:1.5rem 2rem;box-shadow:0 2px 8px #3956281a,inset 0 1px #ffffff80;border-bottom:2px solid rgba(90,114,76,.12);position:fixed;top:80px;left:0;right:0;z-index:100;margin:0;height:100px;background-image:repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(0,0,0,.006) 3px,rgba(0,0,0,.006) 6px),repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(0,0,0,.005) 3px,rgba(0,0,0,.005) 6px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><filter id="paper"><feTurbulence type="fractalNoise" baseFrequency="1.5" numOctaves="5" seed="9"/><feColorMatrix type="saturate" values="0"/></filter><rect width="400" height="400" filter="url(%23paper)" opacity="0.08"/></svg>')}.search-bar{max-width:1400px;margin:0 auto;display:flex;gap:1rem;align-items:center}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#5a724c;z-index:1;pointer-events:none}.search-input{width:100%;padding:.9rem 1rem .9rem 3rem;border:2px solid rgba(90,114,76,.2);border-radius:10px;font-size:1rem;transition:all .3s ease;background:#ffffffb3;color:#395628;box-shadow:inset 0 1px 3px #39562814}.search-input::placeholder{color:#5a724c80}.search-input:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c26,inset 0 1px 3px #3956281a;background:#ffffffd9}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;background:#ffffffb3;border:2px solid rgba(90,114,76,.25);border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;color:#395628;box-shadow:0 1px 3px #3956281a,inset 0 1px #ffffff80}.filter-button:hover{border-color:#5a724c;background:#ffffffe6;color:#395628;box-shadow:0 2px 6px #5a724c33,inset 0 1px #fff9}.sort-select{padding:.9rem 1.2rem;border:2px solid rgba(90,114,76,.25);border-radius:10px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#fffc;color:#395628;box-shadow:0 1px 3px #3956281a,inset 0 1px #ffffff80}.sort-select:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 2px #5a724c26}.filters-panel{position:absolute;top:100%;left:2rem;right:2rem;margin-top:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1.5rem;background:#f8f8f8bf;border-radius:10px;animation:slideDown .3s ease;border:2px solid rgba(90,114,76,.15);box-shadow:0 4px 16px #3956281f,inset 0 1px #ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background-image:repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(0,0,0,.006) 3px,rgba(0,0,0,.006) 6px),repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(0,0,0,.005) 3px,rgba(0,0,0,.005) 6px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><filter id="paperFilters"><feTurbulence type="fractalNoise" baseFrequency="1.5" numOctaves="5" seed="9"/><feColorMatrix type="saturate" values="0"/></filter><rect width="400" height="400" filter="url(%23paperFilters)" opacity="0.08"/></svg>')}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#395628;font-size:.9rem}.filter-group input,.filter-group select{width:100%;padding:.75rem;border:2px solid rgba(90,114,76,.2);border-radius:7px;font-size:.95rem;transition:all .2s ease;background:#ffffffa6;color:#395628;box-shadow:inset 0 1px 2px #39562814}.filter-group input::placeholder{color:#5a724c80}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#5a724c;background:#ffffffd9;box-shadow:0 0 0 2px #5a724c1f,inset 0 1px 2px #3956281a}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}@media (max-width: 768px){.search-bar-container{padding:1rem}.search-bar{flex-direction:column}.filter-button,.sort-select{width:100%}.filters-panel{grid-template-columns:1fr;left:.5rem;right:.5rem}}.location-card{background:#fcfcfcfa;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #3956281f,inset 0 1px #fff9;transition:all .3s ease;cursor:pointer;border:2px solid rgba(90,114,76,.12);position:relative}.location-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><filter id="t"><feTurbulence type="fractalNoise" baseFrequency="1.5" numOctaves="5" seed="15"/><feColorMatrix type="saturate" values="0"/></filter><rect width="400" height="400" filter="url(%23t)" opacity="0.25"/></svg>');pointer-events:none;z-index:1}.location-card>*{position:relative;z-index:2}.location-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #39562833,inset 0 1px #ffffff80;border-color:#5a724c40;background:#d7dccaf5}.card-image{position:relative;height:180px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.location-card:hover .card-image img{transform:scale(1.05)}.card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#5a724c,#395628);display:flex;align-items:center;justify-content:center}.placeholder-icon{color:#fff6}.favorite-btn{position:absolute;top:12px;right:12px;background:#fcfcfcf2;border:2px solid rgba(90,114,76,.2);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #39562826,inset 0 1px #ffffff80;transition:all .2s ease;z-index:10;color:#5a724c;padding:0}.favorite-btn svg{flex-shrink:0}.favorite-btn:hover{transform:scale(1.1);border-color:#5a724c;box-shadow:0 3px 8px #39562840,inset 0 1px #fff9}.favorite-btn.favorited{color:#dc2626;border-color:#dc26264d}.favorite-btn:hover{transform:scale(1.1);background:#d7dccaf2;box-shadow:0 3px 10px #39562833,inset 0 1px #ffffff80;border-color:#5a724c4d}.favorite-btn.favorited{animation:pulse .3s ease}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.verified-badge{position:absolute;top:12px;left:12px;background:#5a724cf2;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;gap:.3rem}.card-content{padding:1.25rem}.card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem;gap:.75rem}.card-title{margin:0;font-size:1.2rem;font-weight:700;color:#395628;line-height:1.3;flex:1}.card-type{background:#5a724c26;padding:.35rem .75rem;border-radius:14px;font-size:.8rem;font-weight:600;color:#395628;white-space:nowrap;border:2px solid rgba(90,114,76,.25);box-shadow:inset 0 1px #ffffff4d;display:flex;align-items:center;gap:.4rem}.card-producer{margin:0 0 .75rem;color:#666;font-size:.9rem}.card-location{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;margin-bottom:1rem}.location-icon{color:#5a724c;flex-shrink:0}.distance{margin-left:auto;background:#d7dccacc;color:#395628;padding:.25rem .6rem;border-radius:10px;font-size:.85rem;font-weight:600;border:2px solid rgba(90,114,76,.25);box-shadow:inset 0 1px #ffffff4d;display:flex;align-items:center;gap:.3rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#d7dcca99;padding:.35rem .75rem;border-radius:12px;font-size:.85rem;color:#395628;font-weight:500;border:2px solid rgba(90,114,76,.2);box-shadow:inset 0 1px #ffffff4d}.tag.tag-type{background:#5a724c38;color:#395628;border-color:#5a724c59;font-weight:600}.tag.tag-product{background:#efe8e4cc;color:#5a724c;border-color:#d7dcca99}.tag.tag-more{background:#5a724c26;color:#395628;border-color:#5a724c4d;font-weight:600}@media (max-width: 768px){.card-image{height:140px}.card-title{font-size:1.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}}.map-view-container{height:100%;width:100%;position:relative}.map-view{height:100%;width:100%;border-radius:0;overflow:hidden;opacity:.85}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 20px #39562840;background:#fcfcfcfa;padding:0}.leaflet-popup-content{margin:12px 16px;font-family:Inter,sans-serif;min-width:250px}.leaflet-popup-content b{color:#395628;font-size:1.05rem}.leaflet-popup-tip{background:#fcfcfcfa}.custom-popup .leaflet-popup-content-wrapper{border:2px solid rgba(90,114,76,.15)}.map-popup-content{font-family:Inter,sans-serif}.map-popup-content button:hover{background:linear-gradient(135deg,#4a6240,#2d4620)!important;transform:translateY(-1px);box-shadow:0 2px 8px #3956284d}.marker-cluster-small{background-color:#5a724c80}.marker-cluster-small div{background-color:#5a724ccc;color:#fff;font-weight:700}.marker-cluster-medium{background-color:#5a724c99}.marker-cluster-medium div{background-color:#5a724ce6;color:#fff;font-weight:700}.marker-cluster-large{background-color:#39562899}.marker-cluster-large div{background-color:#395628e6;color:#fff;font-weight:700}.user-location-marker{background:transparent;border:none}.user-location-marker-inner{position:relative;width:24px;height:24px}.user-location-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#2563eb;border:3px solid white;border-radius:50%;box-shadow:0 2px 8px #2563eb66;z-index:2}.user-location-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#2563eb4d;border-radius:50%;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.map-locate-button{position:absolute;bottom:20px;right:20px;z-index:1000;width:44px;height:44px;background:#fff;border:2px solid rgba(0,0,0,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease;color:#2563eb;padding:0;outline:none}.map-locate-button:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.map-locate-button:active:not(:disabled){transform:translateY(0)}.map-locate-button:disabled{opacity:.5;cursor:not-allowed}.map-locate-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (max-width: 768px){.map-view{border-radius:0}.map-locate-button{bottom:16px;right:16px;width:40px;height:40px}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{overflow-x:hidden;margin:0;padding:0}.home-page{min-height:100vh;background:radial-gradient(ellipse 800px 900px at left top,rgba(173,186,148,.5) 0%,rgba(197,209,177,.3) 20%,rgba(232,235,224,.15) 40%,transparent 60%),#f8f8f8;position:relative;margin:0;padding:0;background-image:radial-gradient(ellipse 800px 900px at left top,rgba(173,186,148,.5) 0%,rgba(197,209,177,.3) 20%,rgba(232,235,224,.15) 40%,transparent 60%),repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(0,0,0,.015) 2px,rgba(0,0,0,.015) 4px),url(/background.png);background-size:auto,auto,97px 86px;background-repeat:repeat}.home-content{position:fixed;top:155px;left:0;right:0;bottom:0;padding:0;margin:0}.locations-list{position:fixed;left:0;top:175px;bottom:0;width:450px;overflow-y:auto;padding:2rem;background:#f8f8f8f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-right:2px solid rgba(90,114,76,.15);box-shadow:2px 0 12px #39562814,inset -1px 0 #ffffff80;z-index:10;background-image:repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(0,0,0,.006) 3px,rgba(0,0,0,.006) 6px),repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(0,0,0,.005) 3px,rgba(0,0,0,.005) 6px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><filter id="paper"><feTurbulence type="fractalNoise" baseFrequency="1.5" numOctaves="5" seed="9"/><feColorMatrix type="saturate" values="0"/></filter><rect width="400" height="400" filter="url(%23paper)" opacity="0.08"/></svg>')}.locations-list::-webkit-scrollbar{width:6px}.locations-list::-webkit-scrollbar-track{background:#dad8c84d;border-radius:10px}.locations-list::-webkit-scrollbar-thumb{background:#5a724c;border-radius:10px}.locations-list::-webkit-scrollbar-thumb:hover{background:#395628}.cards-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#5a724c}.loading-spinner{width:50px;height:50px;border:4px solid rgba(218,216,200,.4);border-top:4px solid #5a724c;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#efe8e4d9;border-radius:12px;margin:2rem 0;border:2px solid rgba(90,114,76,.15);box-shadow:0 2px 8px #3956281a,inset 0 1px #ffffff4d;gap:1rem}.empty-state h3{margin:0 0 .5rem;color:#395628;font-size:1.5rem}.empty-state p{margin:0;color:#5a724c;font-size:1rem}.map-container{position:fixed;top:155px;left:0;right:0;bottom:0;z-index:0;margin:0;padding:0}@media (max-width: 1200px){.locations-list{left:1rem;right:1rem;width:auto;max-width:500px}.filters-panel{left:1rem;right:1rem}}@media (max-width: 900px){.home-content{height:auto;margin-top:80px}.map-container{position:relative;top:0;height:400px;margin-top:0}.locations-list{position:relative;left:0;right:0;width:auto;margin:1rem;top:0;bottom:auto;max-height:600px}}@media (max-width: 768px){.locations-list{padding:1.5rem;border-radius:10px}.cards-grid{gap:1rem}.filters-panel{left:.5rem;right:.5rem;padding:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cards-grid>*{animation:fadeInUp .4s ease forwards}.cards-grid>*:nth-child(1){animation-delay:.05s}.cards-grid>*:nth-child(2){animation-delay:.1s}.cards-grid>*:nth-child(3){animation-delay:.15s}.cards-grid>*:nth-child(4){animation-delay:.2s}.cards-grid>*:nth-child(5){animation-delay:.25s}.footer{background:#fff;border-top:1px solid #e0e0e0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.footer-content p{margin:0;color:#666;font-size:.9rem}.footer-links{display:flex;gap:10px;align-items:center}.footer-links a{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:#764ba2;text-decoration:underline}.footer-separator{color:#ccc}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5}.layout-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:40px 20px}@media (max-width: 768px){.layout-main{padding:20px 15px}}.location-detail{max-width:1400px;margin:0 auto}.location-hero{position:relative;width:100%;height:500px;overflow:hidden;border-radius:16px;margin-bottom:2rem}.location-hero-image{width:100%;height:100%;object-fit:cover}.location-hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#84fab0,#8fd3f4);display:flex;align-items:center;justify-content:center}.location-hero-placeholder .placeholder-icon{color:#ffffffb3}.location-hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);padding:3rem 2rem 2rem}.location-hero-content{max-width:1200px;margin:0 auto}.location-hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.location-badge-group{display:flex;gap:.5rem;align-items:center}.location-type-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center;gap:.5rem}.verified-badge{background:#4caf50e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center;gap:.5rem}.location-title{font-size:3rem;font-weight:800;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.location-producer{font-size:1.25rem;color:#ffffffe6;margin:0 0 2rem}.location-hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.location-hero-actions button{display:inline-flex;align-items:center;justify-content:center}.location-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-bottom:3rem}.location-main{display:flex;flex-direction:column;gap:2rem}.location-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.location-section h2{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.location-description{font-size:1.125rem;line-height:1.8;color:#4a5568;margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.product-card{background:#f7fafc;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.product-image{width:100%;height:180px;object-fit:cover}.product-image-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#84fab0,#8fd3f4);display:flex;align-items:center;justify-content:center}.product-image-placeholder svg{color:#ffffffb3}.product-info{padding:1rem}.product-info h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.product-category{display:inline-block;background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.operation-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f7fafc;border-radius:8px}.info-icon{color:#4299e1;flex-shrink:0;margin-top:.125rem}.info-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.info-label{font-weight:600;color:#2d3748;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.info-value{color:#4a5568;font-size:1.125rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7fafc;border-radius:8px;font-size:1.125rem}.contact-icon{color:#4299e1;flex-shrink:0}.location-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.sidebar-section h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.location-address{font-style:normal;line-height:1.8;color:#4a5568}.location-address p{margin:.25rem 0}.location-map{width:100%;height:350px;border-radius:8px;overflow:hidden}.location-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:2rem;text-align:center}.location-detail-error h2{font-size:2rem;color:#2d3748}@media (max-width: 1024px){.location-content{grid-template-columns:1fr}.location-hero{height:400px}.location-title{font-size:2.5rem}}@media (max-width: 768px){.location-hero{height:350px;border-radius:0}.location-hero-overlay{padding:2rem 1rem 1.5rem}.location-title{font-size:2rem}.location-producer{font-size:1rem;margin-bottom:1.5rem}.location-hero-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.location-hero-actions,.location-hero-actions button{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.location-section{padding:1.5rem}.sidebar-section{padding:1.25rem}.location-map{height:300px}}@media (max-width: 480px){.location-hero{height:300px}.location-title{font-size:1.75rem}.products-grid{grid-template-columns:1fr}.location-section h2{font-size:1.5rem}}.favoritos-page{padding:2rem;max-width:1400px;margin:100px auto 0}.favoritos-header{margin-bottom:2.5rem;text-align:center}.favoritos-header h1{display:flex;align-items:center;justify-content:center;gap:1rem;color:#2d3748;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.favoritos-header p{color:#718096;font-size:1.125rem}.favoritos-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;gap:1.5rem}.favoritos-empty h2{color:#2d3748;margin:0;font-size:1.75rem;font-weight:700}.favoritos-empty p{color:#718096;margin:0;font-size:1.125rem;max-width:500px}.favoritos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.favorito-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column}.favorito-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.favorito-image-container{position:relative;width:100%;height:200px;overflow:hidden}.favorito-image{width:100%;height:100%;object-fit:cover}.favorito-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#84fab0,#8fd3f4);display:flex;align-items:center;justify-content:center;color:#ffffffb3}.btn-remove-favorite{position:absolute;top:1rem;right:1rem;background:#fffffff2;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#e53e3e;box-shadow:0 2px 8px #00000026;z-index:10}.btn-remove-favorite:hover{background:#fff;transform:scale(1.1)}.verified-badge{position:absolute;top:1rem;left:1rem;background:#4caf50f2;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.375rem;box-shadow:0 2px 8px #00000026}.favorito-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.favorito-header-content{display:flex;flex-direction:column;gap:.5rem}.favorito-header-content h3{font-size:1.375rem;font-weight:700;color:#2d3748;margin:0}.location-type-badge{display:inline-flex;align-items:center;gap:.375rem;background:#edf2f7;color:#4a5568;padding:.375rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500;width:fit-content}.favorito-producer{color:#718096;font-size:1rem;margin:0}.favorito-info{display:flex;flex-direction:column;gap:.5rem}.info-item{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-size:.9375rem}.info-item svg{color:#4299e1;flex-shrink:0}.favorito-note{background:#f7fafc;padding:.875rem;border-radius:8px;color:#4a5568;font-size:.9375rem;margin:0;line-height:1.6;border-left:3px solid #4299e1}.favorito-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.favorito-actions button{flex:1;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 768px){.favoritos-page{padding:1.5rem;margin-top:80px}.favoritos-header h1{font-size:2rem}.favoritos-header p{font-size:1rem}.favoritos-grid{grid-template-columns:1fr;gap:1.5rem}.favorito-actions{flex-direction:column}.favorito-actions button{width:100%}}@media (max-width: 480px){.favoritos-page{padding:1rem}.favoritos-header h1{font-size:1.75rem}.favorito-image-container{height:180px}.favorito-content{padding:1.25rem}.favorito-header-content h3{font-size:1.25rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#f8f8f8fa;background-image:url(/background.png);background-size:97px 86px;background-repeat:repeat;border-radius:12px;box-shadow:0 10px 40px #3956284d;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;border:2px solid rgba(90,114,76,.2)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-small{width:100%;max-width:400px}.modal-medium{width:100%;max-width:600px}.modal-large{width:100%;max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:2px solid rgba(90,114,76,.2);background:#ffffff80}.modal-title{margin:0;color:#395628;font-size:1.5rem;font-weight:600}.modal-close-button{background:transparent;border:none;color:#395628;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-button:hover{background:#5a724c1a;color:#5a724c;transform:scale(1.1)}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#5a724c1a;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#5a724c4d;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#5a724c80}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-height:95vh}.modal-header{padding:1rem}.modal-title{font-size:1.25rem}.modal-body{padding:1rem}}.fair-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1rem}.section-title{display:flex;align-items:center;gap:.5rem;color:#395628;font-size:1.1rem;font-weight:600;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(90,114,76,.2)}.form-label{color:#395628;font-weight:500;font-size:.9rem}.form-select{padding:.75rem;border:2px solid rgba(90,114,76,.2);border-radius:8px;font-size:1rem;color:#395628;background:#fffc;transition:all .2s ease;font-family:Poppins,sans-serif}.form-select:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c1a}.form-select:disabled{background:#5a724c0d;cursor:not-allowed;opacity:.6}.form-textarea{padding:.75rem;border:2px solid rgba(90,114,76,.2);border-radius:8px;font-size:1rem;color:#395628;background:#fffc;transition:all .2s ease;font-family:Poppins,sans-serif;resize:vertical;min-height:100px}.form-textarea:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c1a}.form-textarea:disabled{background:#5a724c0d;cursor:not-allowed;opacity:.6}.form-error{color:#c93d3d;font-size:.85rem;margin-top:-.25rem}.form-row{display:flex;gap:1rem;align-items:flex-start}.cep-loading{display:flex;align-items:center;color:#5a724c;font-size:.85rem;font-weight:500;padding:.5rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.geo-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#5a724c1a;border:1px solid rgba(90,114,76,.2);border-radius:6px;color:#395628;font-size:.9rem;margin-top:.5rem}.geo-info svg{color:#5a724c}.image-upload-container{margin-top:.5rem}.image-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;border:2px dashed rgba(90,114,76,.3);border-radius:8px;background-color:#5a724c0d;cursor:pointer;transition:all .2s ease}.image-upload-label:hover{border-color:#5a724c;background-color:#5a724c1a}.image-upload-label svg{color:#5a724c}.image-upload-label span{font-size:.875rem;color:#395628;font-weight:500}.image-upload-label small{font-size:.75rem;color:#666}.image-preview{position:relative;width:100%;max-width:400px;border-radius:8px;overflow:hidden;border:2px solid rgba(90,114,76,.2)}.image-preview img{width:100%;height:auto;display:block}.btn-remove-image{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;border:1px solid #ddd;border-radius:50%;cursor:pointer;transition:all .2s ease}.btn-remove-image:hover{background-color:#ff5252;color:#fff;border-color:#ff5252}.btn-remove-image:disabled{opacity:.5;cursor:not-allowed}.products-selection{display:flex;flex-direction:column;gap:1rem}.loading-text,.empty-text{color:#666;font-style:italic;padding:1rem;text-align:center;background:#edf5e84d;border-radius:8px}.help-text{color:#666;font-size:.9rem;margin:0}.products-grid-selection{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;max-height:400px;overflow-y:auto;padding:1rem;background:#edf5e833;border-radius:8px;border:1.5px solid rgba(90,114,76,.1)}.product-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1.5px solid rgba(90,114,76,.2);border-radius:8px;cursor:pointer;transition:all .2s ease}.product-checkbox:hover{border-color:#5a724c;background:#edf5e84d}.product-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#5a724c;flex-shrink:0}.product-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.product-info-checkbox{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.product-name{font-weight:500;color:#395628;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-category-badge{display:inline-block;padding:.125rem .5rem;background:#5a724c1a;color:#5a724c;border-radius:4px;font-size:.75rem;font-weight:500;width:fit-content}.selected-count{text-align:center;color:#5a724c;font-weight:500;font-size:.9rem;margin:0;padding:.5rem;background:#5a724c1a;border-radius:6px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:2px solid rgba(90,114,76,.2);margin-top:.5rem}@media (max-width: 768px){.form-row{flex-direction:column;gap:1rem}.form-row>*{flex:1!important;width:100%!important}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.minhas-feiras-page{padding:2rem;max-width:1400px;margin:100px auto 0}.btn-create:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5a724c66}.filters-container{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#f8f8f8e6;border-radius:10px;border:2px solid rgba(90,114,76,.2);flex-wrap:wrap}.search-box{flex:1;min-width:250px}.search-input{width:100%;padding:.75rem 1rem;border:2px solid rgba(90,114,76,.2);border-radius:8px;font-size:.95rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c1a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:500;color:#395628;font-size:.9rem}.filter-select{padding:.75rem 1rem;border:2px solid rgba(90,114,76,.2);border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s ease}.filter-select:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c1a}.results-count{margin-left:auto;color:#666;font-size:.9rem;font-weight:500}.no-results{text-align:center;padding:3rem;color:#666;background:#f8f8f8e6;border-radius:10px;border:2px solid rgba(90,114,76,.2)}.locations-table{background:#f8f8f8e6;border-radius:12px;border:2px solid rgba(90,114,76,.2);overflow:hidden}.locations-table thead{background:linear-gradient(135deg,#5a724c,#395628)}.locations-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.locations-table tbody tr{border-bottom:1px solid rgba(90,114,76,.15);transition:all .2s ease}.locations-table tbody tr:last-child{border-bottom:none}.locations-table tbody tr:hover{background:#5a724c14}.locations-table td{padding:1rem;color:#333;font-size:.95rem}.location-name strong{color:#395628;font-size:1rem}.location-info{display:flex;align-items:center;gap:.5rem;color:#666}.text-center{text-align:center}.badge{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.badge-fair{background:#5a724c26;color:#395628}.badge-store{background:#4a90d926;color:#2c5282}.badge-farm{background:#8bc34a26;color:#558b2f}.badge-delivery{background:#ff980026;color:#e65100}.badge-other{background:#9e9e9e26;color:#616161}.status-badge{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600}.status-badge.verified{background:#4caf5026;color:#2e7d32}.status-badge.pending{background:#ffc10726;color:#f57c00}.action-buttons{display:flex;gap:.5rem}.btn-icon{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;background:transparent;outline:none}.btn-icon:focus{outline:none;box-shadow:none}.btn-icon:hover{transform:scale(1.1)}.btn-view{color:#4a90d9}.btn-view:hover{background:#4a90d91a}.btn-edit{color:#5a724c}.btn-edit:hover{background:#5a724c1a}.btn-delete{color:#c93d3d}.btn-delete:hover{background:#c93d3d1a}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.location-card{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.location-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #5a724c33}.location-image{width:100%;height:200px;overflow:hidden;background:#e0e0e0}.location-image img{width:100%;height:100%;object-fit:cover}.location-content{padding:1.5rem}.location-content h3{color:#395628;margin:0 0 1rem;font-size:1.3rem}.location-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.info-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.info-item svg{color:#5a724c;flex-shrink:0}.location-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.location-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(90,114,76,.2)}.btn-action{flex:1;display:flex;align-items:center;justify-content:center;padding:.75rem;border:2px solid;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease;font-weight:600}.btn-view{border-color:#5a724c;color:#5a724c}.btn-view:hover{background:#5a724c;color:#fff}@media (max-width: 768px){.minhas-feiras-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-title h1{font-size:1.5rem}.filters-container{flex-direction:column;align-items:stretch}.search-box,.filter-group{width:100%}.results-count{margin-left:0;text-align:center}.locations-table{overflow-x:auto}.locations-table table{min-width:600px}.locations-table th,.locations-table td{padding:.75rem .5rem;font-size:.85rem}}.product-form{display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.form-section{display:flex;flex-direction:column;gap:1.5rem}.section-label{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#5a724c;padding-bottom:.5rem;border-bottom:2px solid rgba(90,114,76,.15)}.image-upload-container{display:flex;justify-content:center;align-items:center;min-height:200px}.image-preview{position:relative;width:100%;max-width:300px;aspect-ratio:1;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:.5rem;right:.5rem;background:#dc2626f2;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003}.remove-image-btn:hover:not(:disabled){background:#b91c1c;transform:scale(1.1)}.remove-image-btn:disabled{opacity:.5;cursor:not-allowed}.image-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:300px;aspect-ratio:1;border:2px dashed rgba(90,114,76,.3);border-radius:12px;background:#edf5e84d;cursor:pointer;transition:all .3s;color:#5a724c}.image-upload-label:hover{border-color:#5a724c;background:#edf5e880}.image-upload-label svg{color:#5a724c80}.image-upload-label span{font-weight:500;font-size:.95rem}.image-upload-label small{color:#5a724cb3;font-size:.85rem}.form-group label{font-weight:500;color:#395628;font-size:.95rem}.form-select,.form-textarea{padding:.75rem 1rem;border:1.5px solid rgba(90,114,76,.2);border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff;transition:all .2s}.form-select:focus,.form-textarea:focus{outline:none;border-color:#5a724c;box-shadow:0 0 0 3px #5a724c1a}.form-select:disabled,.form-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px}.form-textarea.error{border-color:#dc2626}.error-message{color:#dc2626;font-size:.85rem;margin-top:.25rem}.checkbox-group{padding:1rem;background:#edf5e84d;border-radius:8px;border:1.5px solid rgba(90,114,76,.1)}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#395628}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#5a724c}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1.5px solid rgba(90,114,76,.1);margin-top:1rem}.form-actions button{min-width:140px}@media (max-width: 768px){.product-form{gap:1.5rem}.form-section{gap:1rem}.image-upload-container{min-height:150px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.produtos-page{padding:2rem;max-width:1400px;margin:100px auto 0}.btn-create{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-create:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#edf5e84d;border-radius:12px;border:2px dashed rgba(90,114,76,.2)}.empty-state h2{color:#395628;margin:1rem 0 .5rem}.empty-state p{color:#666;margin-bottom:2rem}.btn-create-large{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1.1rem}.btn-create-large:hover{transform:translateY(-2px);box-shadow:0 6px 16px #5a724c4d}.search-container{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.search-box{flex:1;min-width:300px;position:relative;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1.5px solid rgba(90,114,76,.2);border-radius:8px}.search-box svg{color:#5a724c80}.search-input{flex:1;border:none;outline:none;font-size:.95rem;color:#333}.results-count{padding:.75rem 1rem;background:#edf5e880;border-radius:8px;font-weight:500;color:#395628;font-size:.9rem}.no-results{text-align:center;padding:3rem 2rem;color:#666}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.product-image{width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e5e5e5)}.product-info{padding:1rem;flex:1}.product-info h3{margin:0 0 .5rem;color:#395628;font-size:1.1rem;font-weight:600}.product-category{display:inline-block;padding:.25rem .75rem;background:#5a724c1a;color:#5a724c;border-radius:6px;font-size:.85rem;font-weight:500}.product-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid rgba(0,0,0,.05);background:#00000005}.btn-icon{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem;border:1.5px solid rgba(90,114,76,.2);background:#fff;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-icon:hover{transform:translateY(-1px)}.btn-icon.btn-edit{color:#0ea5e9;border-color:#0ea5e9}.btn-icon.btn-edit:hover{background:#0ea5e9;color:#fff}.btn-icon.btn-delete{color:#dc2626;border-color:#dc2626}.btn-icon.btn-delete:hover{background:#dc2626;color:#fff}@media (max-width: 768px){.produtos-page{padding:1rem;margin-top:80px}.page-header{flex-direction:column;gap:1rem;align-items:stretch}.btn-create{width:100%;justify-content:center}.search-container{flex-direction:column}.search-box{min-width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}box-shadow: 0 4px 12px rgba(90,114,76,.4); } .loading-container,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8f8f8e6;border-radius:12px;border:2px solid rgba(90,114,76,.2);gap:1rem}.empty-state p{color:#666;margin:0;max-width:500px}.btn-create-large{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1.1rem;margin-top:1rem}.btn-create-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5a724c66}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #5a724c33}.product-card.inactive{opacity:.7}.product-image{width:100%;height:180px;overflow:hidden;background:#e0e0e0;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.inactive-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center}.inactive-overlay span{background:#fff;color:#333;padding:.5rem 1rem;border-radius:6px;font-weight:600}.product-content{padding:1.25rem}.product-content h3{color:#395628;margin:0 0 .75rem;font-size:1.2rem}.product-category{display:flex;align-items:center;gap:.4rem;color:#5a724c;font-size:.85rem;margin-bottom:.75rem;font-weight:600}.product-description{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(90,114,76,.2)}.product-price .price{font-size:1.5rem;font-weight:700;color:#395628}.product-price .unit{font-size:.9rem;color:#666}.product-actions{display:flex;gap:.5rem}.btn-toggle{flex:1;padding:.6rem;border:2px solid;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:.85rem}.btn-toggle.active{border-color:#5a724c;color:#5a724c}.btn-toggle.active:hover{background:#5a724c;color:#fff}.btn-toggle.inactive{border-color:#999;color:#999}.btn-toggle.inactive:hover{background:#999;color:#fff}.btn-action{padding:.6rem;border:2px solid;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-edit{border-color:#4a90e2;color:#4a90e2}.btn-edit:hover{background:#4a90e2;color:#fff}.btn-delete{border-color:#e74c3c;color:#e74c3c}.btn-delete:hover{background:#e74c3c;color:#fff}@media (max-width: 768px){.produtos-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-title h1{font-size:1.5rem}.products-grid{grid-template-columns:1fr}}.estatisticas-page{padding:2rem;max-width:1400px;margin:100px auto 0}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(90,114,76,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8f8f8e6;border-radius:12px;border:2px solid rgba(90,114,76,.2)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;padding:1.5rem;display:flex;gap:1.25rem;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #5a724c33}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.views{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff}.stat-icon.favorites{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.stat-icon.locations{background:linear-gradient(135deg,#5a724c,#395628);color:#fff}.stat-icon.products{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.stat-content{flex:1}.stat-content h3{color:#666;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.stat-value{font-size:2rem;font-weight:700;color:#395628;margin-bottom:.5rem}.stat-growth{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600}.stat-growth.positive{color:#27ae60}.stat-growth.negative{color:#e74c3c}.stat-detail{font-size:.8rem;color:#999;margin-top:.25rem}.stat-info{font-size:.85rem;color:#999}.refresh-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#5a724c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-button:hover{background:#395628;transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}.refresh-button:disabled{background:#999;cursor:not-allowed;transform:none}.refresh-button .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-title{margin:3rem 0 1.5rem}.section-title h2{color:#395628;font-size:1.5rem;margin:0;padding-bottom:.75rem;border-bottom:2px solid rgba(90,114,76,.2)}.engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.engagement-card{background:#fff;border:1px solid rgba(90,114,76,.2);border-radius:8px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.engagement-card:hover{border-color:#5a724c;box-shadow:0 4px 12px #5a724c26}.engagement-icon{width:48px;height:48px;border-radius:8px;background:#5a724c1a;color:#5a724c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.engagement-content{flex:1}.engagement-label{font-size:.85rem;color:#666;margin-bottom:.25rem}.engagement-value{font-size:1.5rem;font-weight:700;color:#395628}.top-locations{background:#fff;border:1px solid rgba(90,114,76,.2);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.top-location-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(90,114,76,.1)}.top-location-item:last-child{border-bottom:none}.location-rank{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.location-name{flex:1;font-weight:600;color:#395628}.location-views{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.locations-table{background:#fff;border:1px solid rgba(90,114,76,.2);border-radius:12px;overflow:hidden;margin-bottom:2rem}.locations-table table{width:100%;border-collapse:collapse}.locations-table thead{background:#5a724c1a}.locations-table th{padding:1rem;text-align:left;font-weight:600;color:#395628;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.locations-table td{padding:1rem;border-top:1px solid rgba(90,114,76,.1);color:#666}.location-name-cell{font-weight:600;color:#395628}.locations-table tr:hover{background:#5a724c0d}.stats-footer{margin-top:3rem;padding-top:1.5rem;border-top:2px solid rgba(90,114,76,.2);text-align:center}.stats-footer p{color:#999;font-size:.85rem;margin:0}.charts-section{margin-top:2rem}.chart-placeholder{background:#f8f8f8e6;border:2px solid rgba(90,114,76,.2);border-radius:12px;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.chart-placeholder h3{color:#395628;margin:0}.chart-placeholder p{color:#666;margin:0;max-width:500px}@media (max-width: 768px){.estatisticas-page{padding:1rem}.header-title h1{font-size:1.5rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.25rem}.stat-icon{width:50px;height:50px}.stat-value{font-size:1.5rem}}.mensagens-page{padding:2rem;max-width:1400px;margin:100px auto 0}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(90,114,76,.2);display:flex;justify-content:space-between;align-items:center}.loading-container,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8f8f8e6;border-radius:12px;border:2px solid rgba(90,114,76,.2);gap:1rem}.empty-state h2{color:#395628;margin:0}.empty-state p{color:#666;margin:0}.messages-container{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;height:calc(100vh - 300px);min-height:500px}.conversations-list{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;overflow-y:auto}.conversation-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid rgba(90,114,76,.1);cursor:pointer;transition:all .2s ease}.conversation-item:hover{background:#5a724c0d}.conversation-item.active{background:#5a724c1a}.conversation-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#5a724c,#395628);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.conversation-info{flex:1;min-width:0}.conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.conversation-header h4{margin:0;color:#395628;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{background:#5a724c;color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;flex-shrink:0}.last-message{color:#666;font-size:.9rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-time{color:#999;font-size:.8rem;margin-top:.25rem;display:block}.messages-panel{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.no-conversation-selected{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#999}.messages-list{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.no-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#999}.message-bubble{background:#fff;padding:1rem;border-radius:12px;border:1px solid rgba(90,114,76,.2);max-width:70%;align-self:flex-start}.message-bubble.own-message{background:linear-gradient(135deg,#5a724c,#395628);border-color:#395628;align-self:flex-end}.message-bubble.own-message .message-sender{color:#ffffffe6}.message-bubble.own-message .message-content{color:#fff}.message-bubble.own-message .message-time{color:#ffffffb3}.message-sender{font-weight:600;color:#395628;font-size:.9rem;margin-bottom:.5rem}.message-content{color:#333;line-height:1.5}.message-bubble .message-time{font-size:.75rem;color:#999;margin-top:.5rem}.message-input-container{display:flex;gap:.75rem;padding:1.5rem;border-top:2px solid rgba(90,114,76,.2)}.message-input{flex:1;padding:.75rem 1rem;border:2px solid rgba(90,114,76,.3);border-radius:8px;font-size:1rem;background:#fff}.message-input:focus{outline:none;border-color:#5a724c}.btn-send{padding:.75rem 1.5rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #5a724c66}.btn-send:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid rgba(90,114,76,.2)}.modal-header h2{margin:0;color:#395628;font-size:1.5rem}.modal-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;border-radius:8px}.modal-close:hover{background:#5a724c1a;color:#395628}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-body h3{color:#395628;margin-bottom:1rem}.empty-favorites{text-align:center;padding:3rem 2rem;color:#666}.empty-favorites p{margin:.5rem 0}.favorites-list{display:flex;flex-direction:column;gap:.75rem}.favorite-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid rgba(90,114,76,.2);border-radius:12px;cursor:pointer;transition:all .2s ease}.favorite-item:hover{background:#5a724c0d;border-color:#5a724c;transform:translateY(-2px);box-shadow:0 4px 12px #5a724c26}.favorite-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#5a724c,#395628);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.favorite-info{flex:1;min-width:0}.favorite-info h4{margin:0 0 .25rem;color:#395628;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-info p{margin:0;color:#666;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-start-chat{background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-start-chat:hover{transform:scale(1.1);box-shadow:0 4px 12px #5a724c66}@media (max-width: 968px){.messages-container{grid-template-columns:280px 1fr}}@media (max-width: 768px){.mensagens-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-title h1{font-size:1.5rem}.messages-container{grid-template-columns:1fr;height:calc(100vh - 250px)}.conversations-list{display:none}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.favorites-list{gap:.5rem}.favorite-item{padding:.75rem}}.notifications-page{max-width:900px;margin:0 auto;padding:2rem}.notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.5rem}.unread-badge{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-size:.875rem;font-weight:600;padding:.4rem .75rem;border-radius:20px;white-space:nowrap}.mark-all-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.mark-all-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}.mark-all-btn:disabled{opacity:.6;cursor:not-allowed}.notifications-filters{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fff;color:#5a724c;border:2px solid rgba(90,114,76,.2);border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#5a724c;background:#5a724c0d}.filter-btn.active{background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border-color:transparent}.empty-state{text-align:center;padding:4rem 2rem;color:#5a724c}.empty-state svg{color:#5a724c;opacity:.3;margin-bottom:1.5rem}.empty-state h2{font-size:1.5rem;font-weight:600;color:#395628;margin:0 0 .5rem}.empty-state p{font-size:1rem;opacity:.7;margin:0}.notifications-list{display:flex;flex-direction:column;gap:.75rem}.notification-card{display:flex;gap:1rem;padding:1.25rem;background:#fff;border:2px solid rgba(90,114,76,.1);border-radius:12px;cursor:pointer;transition:all .2s ease}.notification-card:hover{border-color:#5a724c4d;box-shadow:0 4px 12px #5a724c1a;transform:translateY(-2px)}.notification-card.unread{background:#5a724c08;border-color:#5a724c33}.notification-card.unread:hover{background:#5a724c0d;border-color:#5a724c59}.notification-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#5a724c1a;border-radius:12px;flex-shrink:0}.notification-icon-wrapper .icon-message{color:#3b82f6}.notification-icon-wrapper .icon-favorite{color:#dc2626}.notification-icon-wrapper .icon-default{color:#5a724c}.notification-body{flex:1;display:flex;flex-direction:column;gap:.5rem}.notification-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.notification-title{font-size:1rem;font-weight:600;color:#395628;margin:0;line-height:1.4}.unread-indicator{display:flex;align-items:center;gap:.4rem;color:#dc2626;font-size:.8rem;font-weight:600;white-space:nowrap}.unread-dot{width:8px;height:8px;background:#dc2626;border-radius:50%}.notification-message{font-size:.9rem;color:#5a724c;margin:0;line-height:1.5}.notification-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#5a724c;opacity:.7}.notification-author{font-weight:500}.notification-separator{opacity:.5}.notification-time{font-style:italic}@media (max-width: 768px){.notifications-page{padding:1rem}.notifications-header{flex-direction:column;align-items:stretch}.header-title{flex-direction:column;align-items:flex-start}.header-title h1{font-size:1.5rem}.mark-all-btn{width:100%;justify-content:center}.notification-card{padding:1rem}.notification-icon-wrapper{width:40px;height:40px}.notification-title{font-size:.95rem}.notification-message{font-size:.85rem}}.settings-page{max-width:900px;margin:0 auto;padding:2rem}.settings-header{margin-bottom:2.5rem}.header-title{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.header-title svg{color:#5a724c}.header-title h1{font-size:2rem;font-weight:700;color:#395628;margin:0}.header-subtitle{font-size:1rem;color:#5a724c;margin:0;padding-left:3rem}.loading-container{display:flex;justify-content:center;padding:4rem 0}.error-state{text-align:center;padding:4rem 2rem;color:#5a724c}.error-state svg{color:#5a724c;opacity:.3;margin-bottom:1.5rem}.error-state h2{font-size:1.5rem;font-weight:600;color:#395628;margin:0 0 1rem}.retry-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border:2px solid rgba(90,114,76,.1);border-radius:12px;padding:1.5rem}.section-title{font-size:1.25rem;font-weight:600;color:#395628;margin:0 0 .5rem}.section-description{font-size:.9rem;color:#5a724c;margin:0 0 1.5rem}.settings-list{display:flex;flex-direction:column;gap:.75rem}.setting-item{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem;background:#5a724c05;border:1px solid rgba(90,114,76,.1);border-radius:8px;transition:all .2s ease}.setting-item:hover{background:#5a724c0d;border-color:#5a724c33}.setting-info{display:flex;align-items:center;gap:1rem;flex:1}.setting-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.setting-icon.message{background:#3b82f61a;color:#3b82f6}.setting-icon.favorite{background:#dc26261a;color:#dc2626}.setting-icon.system{background:#5a724c1a;color:#5a724c}.setting-icon.admin{background:#a855f71a;color:#a855f7}.setting-icon.email{background:#eab3081a;color:#eab308}.setting-text{flex:1}.setting-text h3{font-size:1rem;font-weight:600;color:#395628;margin:0 0 .25rem}.setting-text p{font-size:.85rem;color:#5a724c;margin:0;line-height:1.4}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#5a724c33;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-slider:hover{opacity:.9}.settings-actions{display:flex;justify-content:flex-end;padding-top:1rem}.save-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}.save-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.settings-page{padding:1rem}.header-title{flex-direction:column;align-items:flex-start}.header-title h1{font-size:1.5rem}.header-subtitle{padding-left:0}.settings-section{padding:1rem}.setting-item{flex-direction:column;align-items:stretch;gap:1rem}.setting-info{flex-direction:column;align-items:flex-start}.toggle-switch{align-self:flex-end}.settings-actions{justify-content:stretch}.save-btn{width:100%;justify-content:center}}.configuracoes-page{padding:2rem;max-width:900px;margin:100px auto 0}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(90,114,76,.2)}.settings-sections{display:flex;flex-direction:column;gap:1.5rem}.settings-section{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;overflow:hidden}.settings-section.danger-zone{border-color:#e74c3c4d}.section-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem;background:#5a724c0d;border-bottom:2px solid rgba(90,114,76,.2)}.danger-zone .section-header{background:#e74c3c0d;border-bottom-color:#e74c3c33}.section-header h2{margin:0;color:#395628;font-size:1.3rem}.danger-zone .section-header h2{color:#e74c3c}.section-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.setting-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(90,114,76,.1)}.setting-item:last-of-type{border-bottom:none;padding-bottom:0}.setting-info h4{margin:0 0 .25rem;color:#395628;font-size:1rem}.setting-info p{margin:0;color:#666;font-size:.9rem}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background:linear-gradient(135deg,#5a724c,#395628)}input:checked+.toggle-slider:before{transform:translate(24px)}.btn-save,.btn-secondary,.btn-danger{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-save{background:linear-gradient(135deg,#5a724c,#395628);color:#fff;align-self:flex-start}.btn-secondary{background:transparent;color:#5a724c;border:2px solid #5a724c;align-self:flex-start}.btn-secondary:hover{background:#5a724c;color:#fff}.danger-info{padding:1rem;background:#e74c3c0d;border-radius:8px;border:1px solid rgba(231,76,60,.2)}.danger-info h4{margin:0 0 .5rem;color:#e74c3c;font-size:1rem}.danger-info p{margin:0;color:#666;font-size:.9rem}.btn-danger{background:#e74c3c;color:#fff;align-self:flex-start}.btn-danger:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c66}.quick-settings-info{padding:1rem;background:#5a724c0d;border-radius:8px;border:1px solid rgba(90,114,76,.15);margin-bottom:.5rem}.quick-settings-info p{margin:0 0 .75rem;color:#5a724c;font-size:.9rem}.btn-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.9rem;transition:all .2s ease}.btn-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5a724c4d}@media (max-width: 768px){.configuracoes-page{padding:1rem}.header-title h1{font-size:1.5rem}.setting-item{flex-direction:column;align-items:flex-start;gap:1rem}.toggle-switch{align-self:flex-end}}.perfil-page{padding:2rem;max-width:900px;margin:100px auto 0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(90,114,76,.2)}.header-title{display:flex;align-items:center;gap:1rem}.header-title h1{color:#395628;margin:0 0 .25rem;font-size:2rem}.header-title p{color:#666;margin:0;font-size:.95rem}.btn-edit{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:#5a724c;border:2px solid #5a724c;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-edit:hover{background:#5a724c;color:#fff}.profile-container{background:#f8f8f8f2;border:2px solid rgba(90,114,76,.3);border-radius:12px;padding:2rem}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(90,114,76,.2)}.profile-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#5a724c,#395628);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #5a724c4d}.profile-type-badge{background:linear-gradient(135deg,#5a724c,#395628);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.verification-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.35rem .8rem;font-weight:700;font-size:.8rem}.verification-approved{background:#388e3c24;color:#2e7d32}.verification-pending{background:#fff8e1;color:#795548}.verification-rejected{background:#c628281f;color:#c62828}.verification-draft{background:#7878781f;color:#616161}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;color:#395628;font-weight:600;font-size:.95rem}.form-group label svg{color:#5a724c}.form-group input,.form-group textarea{padding:.75rem 1rem;border:2px solid rgba(90,114,76,.3);border-radius:8px;font-size:1rem;background:#fff;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#5a724c}.form-group textarea{resize:vertical;font-family:inherit}.form-value{padding:.75rem 1rem;background:#5a724c0d;border-radius:8px;color:#333;min-height:44px;display:flex;align-items:center}.form-group small{color:#999;font-size:.85rem;font-style:italic}.section-title{display:inline-flex;align-items:center;gap:.5rem;color:#395628;font-weight:700;font-size:1rem;margin-top:.5rem}.certification-row{display:flex}.btn-toggle-cert{border:1px solid rgba(90,114,76,.35);background:#5a724c14;color:#395628;padding:.65rem 1rem;border-radius:8px;font-weight:600;cursor:pointer}.verification-panel{border:1px solid rgba(90,114,76,.25);background:#5a724c0f;border-radius:12px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.6rem}.verification-panel-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap}.verification-panel-header h3{margin:0;color:#2f4624;font-size:1rem}.verification-panel p{margin:0;color:#4d5f44}.verification-panel small{color:#6d7c64}.btn-submit-verification{width:fit-content;display:inline-flex;align-items:center;gap:.45rem;border:none;border-radius:8px;padding:.6rem .95rem;cursor:pointer;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;font-weight:700}.btn-submit-verification:disabled,.btn-save:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:2px solid rgba(90,114,76,.2)}.btn-cancel{padding:.75rem 1.5rem;background:transparent;color:#666;border:2px solid #ccc;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#f5f5f5;border-color:#999}.btn-save{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#5a724c,#395628);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5a724c66}@media (max-width: 768px){.perfil-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-title h1{font-size:1.5rem}.profile-container{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%;justify-content:center}}.plans-page{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 3rem}.plans-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;padding:2rem;border-radius:28px;background:#edf5e8;border:1px solid rgba(90,114,76,.12);box-shadow:0 18px 40px #39562814}.hero-copy h1{max-width:12ch;color:#20311a;font-size:clamp(2.4rem,4vw,4.4rem);line-height:.98;letter-spacing:-.04em;margin:.5rem 0 1rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border-radius:999px;background:#5a724c1a;color:#395628;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-copy p{max-width:60ch;color:#4e5f44;font-size:1.05rem;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.hero-link{color:#395628;font-weight:700;text-decoration:none}.hero-panel{display:flex;flex-direction:column;gap:1rem}.hero-panel-card{padding:1.25rem;border-radius:20px;background:#ffffffbf;border:1px solid rgba(90,114,76,.12);box-shadow:0 12px 28px #3956280f}.hero-panel-card svg{color:#5a724c}.hero-panel-card strong{display:block;margin:.9rem 0 .35rem;color:#20311a}.hero-panel-card p{color:#5b6a51;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero-stats>div{padding:1rem;border-radius:18px;background:#ffffffc7;border:1px solid rgba(90,114,76,.12);text-align:center}.hero-stats span{display:block;color:#20311a;font-size:1.2rem;font-weight:800}.hero-stats small{color:#6a7860}.pricing-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.plan-card{position:relative;padding:1.5rem;border-radius:24px;background:#fffffff5;border:1px solid rgba(90,114,76,.14);box-shadow:0 16px 36px #39562814}.plan-card.featured{transform:translateY(-8px);border-color:#d4a01759;box-shadow:0 24px 50px #39562824}.plan-card.current{outline:2px solid rgba(90,114,76,.18)}.plan-badge-row{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.plan-badge,.current-badge{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700}.plan-badge{background:#d4a0171f;color:#9a6f00}.current-badge{background:#5a724c1f;color:#395628}.plan-head{display:flex;gap:1rem;align-items:flex-start}.plan-icon{flex:0 0 auto;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#5a724c29,#39562814);color:#395628}.plan-head h2{font-size:1.55rem;color:#20311a;margin-bottom:.25rem}.plan-head p{color:#5b6a51;line-height:1.55}.plan-price{display:flex;align-items:baseline;gap:.55rem;margin:1.25rem 0 1rem}.plan-price strong{color:#20311a;font-size:2.4rem;line-height:1}.plan-price span{color:#6a7860;font-weight:600}.plan-limits{display:grid;gap:.65rem;margin-bottom:1rem}.plan-limits div,.plan-support span{display:inline-flex;align-items:center;gap:.5rem;color:#395628;font-weight:600}.plan-benefits{list-style:none;display:grid;gap:.8rem;margin:1rem 0 1.25rem}.plan-benefits li{display:flex;align-items:flex-start;gap:.7rem;color:#34473a;line-height:1.5}.plan-benefits svg{color:#5a724c;flex:0 0 auto;margin-top:.1rem}.plan-support{display:flex;flex-direction:column;gap:.55rem;padding:1rem 0 1.25rem;border-top:1px solid rgba(90,114,76,.1)}.comparison-section{padding:1.5rem;border-radius:24px;background:#ffffffd6;border:1px solid rgba(90,114,76,.12)}.comparison-header h2{color:#20311a;margin-top:.6rem;font-size:1.8rem}.comparison-grid{margin-top:1.25rem;display:grid;gap:.5rem}.comparison-row{display:grid;grid-template-columns:1.5fr .6fr .6fr .6fr;gap:.75rem;padding:.9rem 1rem;border-radius:14px;background:#f5f9f1b8;color:#34473a}.comparison-row.comparison-row-head{background:#5a724c1f;font-weight:800;color:#20311a}@media (max-width: 960px){.plans-hero,.pricing-cards{grid-template-columns:1fr}.plan-card.featured{transform:none}.hero-stats{grid-template-columns:1fr}.comparison-row{grid-template-columns:1.1fr .45fr .45fr .45fr}}@media (max-width: 640px){.plans-page{padding-top:1rem}.plans-hero,.comparison-section,.plan-card{border-radius:18px}.hero-copy h1{max-width:none}.comparison-row{font-size:.9rem;padding:.8rem .85rem}}.consumer-block{display:flex;flex-direction:column;gap:1.25rem;background:var(--background-secondary, #f8f8f6);border:1px solid var(--border, #e2e4de);border-radius:20px;padding:2.5rem 2rem;max-width:680px;margin:2rem auto}.consumer-block-icon{width:68px;height:68px;background:var(--color-primary-light, #e8f5e9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary, #2e7d32);margin:0 auto}.consumer-block-body{text-align:center}.consumer-block-body h2{font-size:1.4rem;font-weight:700;margin:0 0 .75rem;color:var(--text-primary, #1a1a18)}.consumer-block-body p{color:var(--text-secondary, #5a5a52);font-size:.95rem;line-height:1.6;margin:0 0 .5rem}.consumer-block-actions{margin-top:1.25rem;display:flex;justify-content:center}.consumer-block-callout{display:flex;align-items:center;gap:.5rem;background:#fff8e1;border:1px solid #ffe082;border-radius:10px;padding:.65rem 1rem;font-size:.85rem;color:#795548}.pricing-cards--readonly .plan-card{opacity:.72;pointer-events:none}.my-plan-banner{background:#edf5e8;border:1px solid rgba(90,114,76,.12);box-shadow:0 18px 40px #39562814;border-radius:28px;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.my-plan-header{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.my-plan-icon{width:56px;height:56px;background:#5a724c1a;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#395628;flex-shrink:0}.my-plan-title{flex:1;display:flex;flex-direction:column;gap:.3rem}.my-plan-title h2{font-size:1.7rem;font-weight:700;margin:0;color:#20311a;letter-spacing:-.02em}.plan-status-badge{display:inline-block;padding:.2rem .65rem;border-radius:20px;font-size:.74rem;font-weight:700;width:fit-content;letter-spacing:.03em}.plan-status-badge.status-active{background:#5a724c1f;color:#2e5c1e}.plan-status-badge.status-pending{background:#fff8e1;color:#795548;border:1px solid #ffe082}.plan-status-badge.status-due{background:#fce4ec;color:#c62828}.plan-status-badge.status-canceled{background:#f5f5f5;color:#757575}.my-plan-upgrade-cta{margin-left:auto;align-self:center}.my-plan-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:.75rem;background:#ffffffb3;border:1px solid rgba(90,114,76,.1);border-radius:18px;padding:1.25rem 1.5rem}.my-plan-stat{display:flex;align-items:flex-start;gap:.55rem;color:#4e5f44}.my-plan-stat svg{flex-shrink:0;margin-top:3px;color:#5a724c;opacity:.85}.my-plan-stat div{display:flex;flex-direction:column;gap:.1rem}.my-plan-stat strong{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#6a7860;font-weight:600}.my-plan-stat span{font-size:.97rem;font-weight:600;color:#20311a}.my-plan-stat small{font-size:.78rem;color:#7a8b70}.my-plan-perks{display:flex;flex-wrap:wrap;gap:.5rem}.my-plan-perks span{display:inline-flex;align-items:center;gap:.35rem;background:#5a724c14;color:#395628;border-radius:20px;padding:.28rem .7rem;font-size:.8rem;font-weight:500}.plans-section-header{text-align:center;margin-bottom:-.5rem}.plans-section-header h3{font-size:1.35rem;font-weight:700;margin:0 0 .3rem;color:var(--text-primary, #1a1a18)}.plans-section-header p{color:var(--text-secondary, #5a5a52);font-size:.9rem;margin:0}.plan-card.current{border-color:var(--color-primary, #2e7d32);box-shadow:0 0 0 2px var(--color-primary, #2e7d32)}.current-badge{background:var(--color-primary, #2e7d32);color:#fff;font-size:.72rem;font-weight:700;padding:.15rem .55rem;border-radius:20px;letter-spacing:.04em}.plan-price-total{display:block;font-size:.78rem;color:#6a7860;font-weight:500;margin-top:.15rem}.my-plan-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.15rem}.my-plan-meta-pill{display:inline-flex;align-items:center;padding:.22rem .65rem;border-radius:999px;background:#5a724c14;color:#395628;font-size:.78rem;font-weight:600}.my-plan-meta-pill--accent{background:#fff8e1;color:#795548;border:1px solid #ffe082}.my-plan-warning{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;border-radius:14px;border:1px solid rgba(90,114,76,.12);background:#ffffffa6;color:#4e5f44;font-size:.9rem;line-height:1.5}.my-plan-warning svg{flex-shrink:0;margin-top:2px;color:#5a724c}@media (max-width: 768px){.my-plan-banner{padding:1.5rem 1.25rem;border-radius:20px}.my-plan-header{flex-direction:column}.my-plan-upgrade-cta{margin-left:0}.consumer-block{padding:1.75rem 1.25rem;margin:1rem}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh;background:transparent;overflow-x:hidden}
