body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}#root{width:100%;min-height:100vh}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff;display:flex;align-items:center;gap:.5rem;z-index:1001}.navbar-logo{width:32px;height:32px;object-fit:contain}.navbar-links{display:flex;gap:1.5rem;align-items:center}.navbar-links a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:5px;transition:background .3s;position:relative}.navbar-links a:hover{background:#fff3}.navbar-link-with-notification{position:relative}.notification-badge{position:absolute;top:2px;right:2px;width:10px;height:10px;background-color:#f44;border-radius:50%;border:2px solid white;box-shadow:0 0 4px #f449}.navbar-user{display:flex;align-items:center;gap:1rem}.user-info{font-size:.9rem;padding:.5rem;background:#fff3;border-radius:5px}.logout-btn{background:#fff3;color:#fff;border:1px solid white;padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:background .3s;font-size:.9rem}.logout-btn:hover{background:#ffffff4d}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.hamburger-menu span{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger-menu:hover span{background:#fffc}.hamburger-notification-badge{position:absolute;top:-2px;right:-2px;width:12px;height:12px;min-width:12px;min-height:12px;max-width:12px;max-height:12px;background-color:#f44;border-radius:50%;border:2px solid white;box-shadow:0 0 6px #f44c;z-index:1002;display:block;flex-shrink:0;box-sizing:border-box}.mobile-menu{display:none;flex-direction:column;position:fixed;top:70px;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 10px #0003;z-index:999;padding:1rem 2rem;gap:.5rem;max-height:calc(100vh - 70px);overflow-y:auto}.mobile-menu a{color:#fff;text-decoration:none;padding:1rem;border-radius:5px;transition:background .3s;font-size:1.1rem;position:relative}.mobile-menu a:hover,.mobile-menu a:active{background:#fff3}.mobile-menu .navbar-link-with-notification{position:relative}.mobile-menu .notification-badge{position:absolute;top:.75rem;right:.75rem;width:12px;height:12px;background-color:#f44;border-radius:50%;border:2px solid white;box-shadow:0 0 6px #f44c;z-index:1}.mobile-user-info{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;gap:1rem}.user-info-mobile{font-size:1.1rem;font-weight:700;color:#fff}.user-stats-mobile{font-size:1rem;color:#fff;padding:.5rem;background:#fff3;border-radius:5px}.logout-btn-mobile{background:#fff3;color:#fff;border:1px solid white;padding:.75rem 1rem;border-radius:5px;cursor:pointer;transition:background .3s;font-size:1rem;width:100%}.logout-btn-mobile:hover,.logout-btn-mobile:active{background:#ffffff4d}@media(max-width:768px){.navbar{padding:1rem}.navbar-brand{font-size:1.2rem}.navbar-logo{width:28px;height:28px}.hamburger-menu{display:flex}.navbar-links{display:none}.mobile-menu{display:flex}}.home-container{min-height:calc(100vh - 200px);padding:2rem}.home-hero{text-align:center;padding:3rem 0;max-width:800px;margin:0 auto}.home-hero h1{font-size:3rem;color:#333;margin-bottom:1rem}.home-manifesto{max-width:800px;margin:4rem auto;padding:2rem;text-align:center;line-height:1.8;color:#333}.home-manifesto h2{font-size:2.5rem;margin-bottom:2rem;color:#667eea}.home-manifesto h3{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;color:#555}.home-manifesto p{margin-bottom:1.5rem;text-align:left;max-width:100%}.home-manifesto ul,.home-manifesto ol{text-align:left;max-width:700px;margin:1rem auto;padding-left:2rem}.home-manifesto li{margin-bottom:.5rem}.home-subtitle{font-size:1.3rem;color:#666;margin-bottom:3rem}.home-authenticated{margin:2rem 0}.welcome-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem}.welcome-card h2{margin:0 0 1.5rem;color:#333}.user-stats-home{display:flex;justify-content:center;gap:2rem}.stat-box{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:10px}.stat-icon{font-size:2rem}.stat-label{font-size:.9rem;color:#666}.stat-value{font-size:1.5rem;font-weight:700;color:#333}.home-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.action-btn{padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .2s,box-shadow .2s;display:inline-block}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.action-btn.secondary{background:#fff;color:#667eea;border:2px solid #667eea}.action-btn.secondary:hover{background:#f5f5f5;transform:translateY(-2px)}.home-features{max-width:1200px;margin:4rem auto 0;padding:3rem 0}.home-features h2{text-align:center;color:#333;margin-bottom:2rem;font-size:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;margin-bottom:.5rem}.feature-card p{color:#666;line-height:1.6}.home-footer{margin-top:4rem;padding:3rem 2rem;background-color:#f8f9fa;border-top:2px solid #dee2e6}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-content h3{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.footer-contacts{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-contact-item{display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-label{font-size:.95rem;color:#666;font-weight:500}.footer-email{font-size:1.1rem;color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.footer-email:hover{color:#764ba2;text-decoration:underline}@media(max-width:768px){.home-container{padding:1rem}.welcome-card{padding:1.5rem}.user-stats-home{gap:1rem;flex-wrap:wrap}.stat-box{flex:1;min-width:0;padding:.75rem;gap:.75rem}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.2rem}.stat-label{font-size:.85rem}.home-actions{flex-direction:column;gap:.75rem}.action-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem}.home-footer{padding:2rem 1rem;margin-top:3rem}.footer-content h3{font-size:1.5rem}.footer-label{font-size:.9rem}.footer-email{font-size:1rem}}.auth-container{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.auth-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px}.auth-card h2{margin-bottom:1.5rem;color:#333;text-align:center}.terms-accept-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.9rem;color:#333;line-height:1.5}.terms-accept-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0}.terms-link-btn{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-weight:600}.terms-link-btn:hover{color:#764ba2}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:45px}.password-toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:18px;padding:5px 8px;color:#666;transition:color .2s;display:flex;align-items:center;justify-content:center}.password-toggle-btn:hover{color:#667eea}.password-toggle-btn:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:3px}.submit-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.auth-link{text-align:center;margin-top:1.5rem;color:#666}.auth-link a{color:#667eea;text-decoration:none;font-weight:700}.auth-link a:hover{text-decoration:underline}.terms-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px}.terms-modal{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.terms-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:2px solid #e0e0e0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0}.terms-header h2{margin:0;font-size:1.5rem;font-weight:600}.terms-close-btn{background:#fff3;border:none;color:#fff;font-size:24px;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}.terms-close-btn:hover{background:#ffffff4d}.terms-content{flex:1;overflow-y:auto;padding:30px;line-height:1.8}.terms-section{margin-bottom:30px}.terms-section h3{color:#667eea;font-size:1.3rem;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.terms-section h4{color:#555;font-size:1.1rem;margin-top:20px;margin-bottom:10px}.terms-section p{color:#666;margin-bottom:15px;text-align:justify}.terms-section.disclaimer{background:#fff3cd;padding:20px;border-radius:8px;border-left:4px solid #ffc107}.terms-section.disclaimer h3,.terms-section.disclaimer p{color:#856404}.terms-footer{padding:20px 30px;border-top:2px solid #e0e0e0;background:#f8f9fa;border-radius:0 0 12px 12px}.terms-checkbox-label{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;cursor:pointer;font-size:.95rem;color:#333}.terms-checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}.terms-checkbox-label span{line-height:1.5}.terms-actions{display:flex;gap:15px;justify-content:flex-end}.terms-btn-cancel,.terms-btn-accept{padding:12px 30px;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.terms-btn-cancel{background:#e0e0e0;color:#333}.terms-btn-cancel:hover{background:#d0d0d0}.terms-btn-accept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.terms-btn-accept:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.terms-btn-accept:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1}.terms-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.terms-modal{max-height:95vh;margin:10px}.terms-header{padding:15px 20px}.terms-header h2{font-size:1.2rem}.terms-content{padding:20px}.terms-footer{padding:15px 20px}.terms-actions{flex-direction:column}.terms-btn-cancel,.terms-btn-accept{width:100%}}.verified-badge{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1da1f2,#0d8bd9);color:#fff;border-radius:50%;font-weight:700;vertical-align:middle;box-shadow:0 2px 4px #1da1f24d;line-height:1}.verified-badge-small{width:16px;height:16px;font-size:10px;margin-left:4px}.verified-badge-medium{width:20px;height:20px;font-size:12px;margin-left:6px}.verified-badge-large{width:24px;height:24px;font-size:16px;margin-left:8px}.verified-badge:hover{box-shadow:0 2px 8px #1da1f280;transform:scale(1.1);transition:transform .2s,box-shadow .2s}.service-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;gap:1rem;border-left:4px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}border-radius: 10px; padding: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,.1); transition: transform .3s,box-shadow .3s; display: flex; flex-direction: column; gap: 1rem; border-left: 4px solid transparent; } .service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.service-card.service-offer{background:#f0f9f4;border-left-color:#4caf50}.service-card.service-offer:hover{box-shadow:0 8px 25px #4caf5040}.service-card.service-request{background:#fff4e6;border-left-color:#ff9800}.service-card.service-request:hover{box-shadow:0 8px 25px #ff980040}.service-header{display:flex;justify-content:space-between;align-items:start;gap:1rem}.service-header h3{margin:0;color:#333;flex:1}.service-card.service-offer .service-header h3,.service-card.service-request .service-header h3{color:#1a1a1a}.service-price{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;white-space:nowrap}.service-description{color:#666;line-height:1.6;flex:1}.service-seller{padding:1rem;background:#f9f9f9;border-radius:5px;border-left:3px solid #667eea}.service-seller p{margin:.5rem 0;color:#555}.seller-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s}.seller-link:hover{color:#5568d3;text-decoration:underline}.seller-reputation{margin-top:.5rem}.hearts,.stars{display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.rating-value{margin-left:.5rem;color:#666;font-weight:700}.service-status{margin-top:auto}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:700}.status-badge.available{background:#d4edda;color:#155724}.status-badge.completed{background:#d1ecf1;color:#0c5460}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.declined,.status-badge.cancelled{background:#f8d7da;color:#721c24}.service-buyer{padding:1rem;background:#fff3cd;border-radius:5px;border-left:3px solid #ffc107;margin-top:.5rem}.service-buyer p{margin:.5rem 0;color:#555}.buyer-reputation{margin-top:.5rem}.purchase-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:auto}.purchase-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.rating-input{margin-top:1rem;padding:1rem;background:#f9f9f9;border-radius:5px}.rating-input label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.rating-input input{width:100%;padding:.5rem;border:2px solid #e0e0e0;border-radius:5px;margin-bottom:1rem;font-size:1rem}.rating-buttons{display:flex;gap:.5rem}.confirm-btn{flex:1;padding:.5rem;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700}.confirm-btn:hover{background:#218838}.cancel-btn{flex:1;padding:.5rem;background:#6c757d;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700}.own-service-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.own-service{text-align:center;color:#999;font-style:italic}.service-unavailable{text-align:center;color:#999;font-style:italic;margin-top:auto}.delete-service-btn{width:100%;padding:.75rem;background:#dc3545;color:#fff;border:none;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.delete-service-btn:hover{background:#c82333;transform:translateY(-2px)}.delete-service-btn:active{transform:translateY(0)}.service-info{text-align:center;color:#666;font-size:.85rem;font-style:italic;margin-top:.5rem;padding:.5rem;background:#f0f0f0;border-radius:4px}.service-location{padding:.75rem;background:#e7f3ff;border-radius:5px;border-left:3px solid #007bff;margin-top:.5rem}.location-city{margin:0 0 .25rem;color:#0056b3;font-weight:600;font-size:.95rem}.location-address{margin:.25rem 0;color:#555;font-size:.85rem}.location-distance{margin:.5rem 0 0;color:#28a745;font-weight:600;font-size:.9rem}.service-category{margin-top:.5rem}.category-badge{display:inline-block;padding:.25rem .75rem;background:#e9ecef;color:#495057;border-radius:15px;font-size:.85rem;font-weight:500}.service-search-container{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 2px 4px #0000001a}.search-form{display:flex;flex-direction:column;gap:15px}border-radius: 8px; padding: 20px; margin-bottom: 30px; box-shadow: 0 2px 4px rgba(0,0,0,.1); } .search-form{display:flex;flex-direction:column;gap:15px}.search-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.search-field{display:flex;flex-direction:column;gap:5px}.search-field label{font-weight:600;color:#333;font-size:14px}.search-field input,.search-field select{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .3s}.search-field input:focus,.search-field select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.search-field input[type=number]{-moz-appearance:textfield}.search-field input[type=number]::-webkit-outer-spin-button,.search-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.search-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.search-btn,.reset-btn{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.search-btn{background:#007bff;color:#fff}.search-btn:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 4px #007bff4d}.reset-btn{background:#6c757d;color:#fff}.reset-btn:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 2px 4px #6c757d4d}.distance-input-group{display:flex;gap:8px;align-items:center}.distance-input-group input{flex:1}.location-toggle-btn{padding:10px 15px;border:2px solid #007bff;background:#fff;color:#007bff;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.location-toggle-btn:hover:not(:disabled){background:#007bff;color:#fff}.location-toggle-btn.active{background:#28a745;border-color:#28a745;color:#fff}.location-toggle-btn:disabled{opacity:.6;cursor:not-allowed}.location-hint{margin:5px 0 0;font-size:12px;color:#28a745;font-style:italic}.search-field input:disabled{background:#f5f5f5;cursor:not-allowed}.search-legend{display:flex;gap:1.5rem;align-items:center;padding:1rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0;margin-top:10px;flex-wrap:wrap}.search-legend-title{font-weight:600;color:#333;font-size:14px;margin-right:.5rem}.search-legend-item{display:flex;align-items:center;gap:.5rem}.search-legend-color{width:24px;height:24px;border-radius:4px;border:2px solid rgba(0,0,0,.1)}.search-legend-color.offer{background:#f0f9f4;border-left:4px solid #4caf50}.search-legend-color.request{background:#fff4e6;border-left:4px solid #ff9800}.search-legend-text{font-size:13px;color:#555}@media(max-width:768px){.search-row{grid-template-columns:1fr}.search-actions{flex-direction:column}.search-btn,.reset-btn{width:100%}.distance-input-group{flex-direction:column}.location-toggle-btn{width:100%}}.service-list-container{max-width:1200px;margin:0 auto;padding:2rem}.service-list-header{text-align:center;margin-bottom:2rem}.service-list-header h1{color:#333;margin-bottom:.5rem}.service-list-header p{color:#666;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.search-info{background:#e7f3ff;border-left:4px solid #007bff;padding:12px 16px;margin-bottom:20px;border-radius:4px}.search-info p{margin:0;color:#0056b3;font-weight:500}.new-service-container{min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.new-service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:600px}.new-service-card h2{margin-bottom:1.5rem;color:#333;text-align:center}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s;box-sizing:border-box;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:2rem}.submit-btn{flex:1;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{flex:1;padding:.75rem;background:#6c757d;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s}.cancel-btn:hover{background:#5a6268}.success-message{background:#efe;color:#3c3;padding:1rem;border-radius:5px;margin-bottom:1rem;border-left:4px solid #3c3}.form-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.form-section h3{margin-bottom:.5rem;color:#333;font-size:1.2rem}.form-hint{color:#666;font-size:.9rem;margin-bottom:1rem}.location-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.5rem}.location-inputs input{width:100%}.location-btn{grid-column:1 / -1;padding:.5rem;background:#28a745;color:#fff;border:none;border-radius:5px;font-size:.9rem;cursor:pointer;transition:background .3s}.location-btn:hover:not(:disabled){background:#218838}@media(max-width:768px){.location-inputs{grid-template-columns:1fr}}.user-list-container{max-width:1200px;margin:0 auto;padding:2rem}.user-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-list-header>div{text-align:left}.user-list-header h1{margin-bottom:.5rem}.refresh-btn{padding:.75rem 1.5rem;background:#4a90e2;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.refresh-btn:hover:not(:disabled){background:#357abd;transform:scale(1.05)}.refresh-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.user-list-header h1{color:#333;margin-bottom:.5rem}.user-list-header p{color:#666;font-size:1.1rem}.search-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:10px}.search-form{display:flex;gap:1rem;align-items:center}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#4a90e2}.search-btn{padding:.75rem 1.5rem;background:#4a90e2;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.search-btn:hover:not(:disabled){background:#357abd;transform:scale(1.05)}.search-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.clear-search-btn{padding:.75rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.clear-search-btn:hover{background:#5a6268}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.user-card.clickable{cursor:pointer;transition:all .2s}.user-card.clickable:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026;border-color:#667eea}.user-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s,box-shadow .3s}.user-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.user-header h3{margin:0 0 .5rem;color:#333;display:flex;align-items:center;gap:6px}.user-email{color:#666;margin:0 0 1rem;font-size:.9rem}.user-stats{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid #eee}.stat-item{display:flex;justify-content:space-between;align-items:center}.stat-label{color:#666;font-weight:500}.stat-value{color:#333;font-weight:700;font-size:1.1rem}.hearts,.stars{display:flex;gap:.25rem}.star{font-size:1.2rem}.star.filled{color:#ffc107}.star.half{opacity:.5;color:#ffc107}.rating-value{color:#666;font-weight:700}.empty-state{text-align:center;padding:3rem;background:#f5f5f5;border-radius:10px;color:#666}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:5px;margin-bottom:1rem;border-left:4px solid #c33}.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}}.profile-container{max-width:1200px;margin:0 auto;padding:2rem}.profile-header{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}margin: 0 auto; padding: 2rem; } .profile-header{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.profile-header h1{margin-bottom:1.5rem;color:#333}.user-info h2{margin-bottom:1rem;color:#555}.user-stats{display:flex;gap:2rem;margin-top:1rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-weight:600;color:#666;font-size:.9rem}.stat-value{font-size:1.2rem;color:#333;font-weight:700}.reputation-display{display:flex;align-items:center;gap:.5rem}.hearts,.stars{display:flex;gap:.2rem}.star{font-size:1.2rem;opacity:.3}.star.filled{opacity:1}.rating-value{font-weight:600;color:#555}.pending-requests-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.pending-requests-section h2{margin-bottom:1.5rem;color:#333}.empty-state{text-align:center;padding:3rem;color:#999}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #fcc}.success-message{background:#efe;color:#3c3;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #cfc}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.request-card{border:1px solid #ddd;border-radius:8px;padding:1.5rem;background:#f9f9f9;transition:transform .2s,box-shadow .2s}.request-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.request-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.request-header h3{margin:0;color:#333;flex:1}.request-price{font-size:1.2rem;font-weight:700;color:#4a90e2}.request-description{color:#666;margin-bottom:1rem;line-height:1.5}.buyer-info{background:#fff;padding:1rem;border-radius:4px;margin-bottom:1rem}.buyer-info p{margin-bottom:.5rem;color:#555}.buyer-stats{display:flex;gap:1.5rem;margin-top:.5rem}.request-actions{display:flex;gap:1rem;margin-top:1rem}.accept-btn,.decline-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.accept-btn{background:#4caf50;color:#fff}.accept-btn:hover{background:#45a049;transform:scale(1.02)}.decline-btn{background:#f44336;color:#fff}.decline-btn:hover{background:#da190b;transform:scale(1.02)}.accept-btn:active,.decline-btn:active{transform:scale(.98)}.user-profile-container{max-width:1200px;margin:0 auto;padding:2rem}.user-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}margin: 0 auto; padding: 2rem; } .user-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.back-button{padding:.5rem 1rem;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s}.back-button:hover{background:#e0e0e0}.user-profile-content{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.profile-main-info{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.profile-avatar{flex-shrink:0}.avatar-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;box-shadow:0 4px 6px #0000001a}.profile-basic-info{flex:1}.profile-basic-info h2{margin:0 0 .5rem;font-size:2rem;color:#333}.profile-email{color:#666;margin:0 0 1rem;font-size:1rem}.follow-button-container{margin-top:1rem}.btn-follow{padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-follow:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.btn-unfollow{padding:.75rem 2rem;background:#f0f0f0;color:#666;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-unfollow:hover{background:#e0e0e0;border-color:#ccc}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-value{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.hearts-small{display:flex;justify-content:center;gap:.2rem;margin-top:.5rem}.hearts-small .heart{font-size:1rem}.connections-list{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.connections-list h3{margin:0 0 1rem;color:#333}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.user-card-small{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid transparent}.user-card-small:hover{background:#e9ecef;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.user-avatar-small{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.user-info-small{flex:1;min-width:0}.user-name-small{font-weight:600;color:#333;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-stats-small{font-size:.85rem;color:#666}.empty-message{color:#999;font-style:italic;text-align:center;padding:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3}.btn-secondary{background:#f0f0f0;color:#333;border:1px solid #ddd}.btn-secondary:hover{background:#e0e0e0}@media(max-width:768px){.user-profile-container{padding:1rem}.profile-main-info{flex-direction:column;text-align:center}.profile-stats{grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:stretch}.stat-card{padding:1rem;min-width:0}.stat-icon,.stat-value{font-size:1.5rem}.stat-label{font-size:.85rem}}.transactions-map-section.fullscreen{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;margin:0!important;padding:0!important;border-radius:0!important}.fullscreen-toggle-btn:hover{background:#007bff!important;color:#fff!important;transform:scale(1.05);box-shadow:0 4px 12px #007bff66}.exit-fullscreen-btn:hover{background:#dc3545!important;color:#fff!important;transform:scale(1.05);box-shadow:0 4px 12px #dc354566}@media(max-width:768px){.fullscreen-toggle-btn{top:.5rem!important;right:.5rem!important;padding:.4rem .8rem!important;font-size:1rem!important}.exit-fullscreen-btn{top:.5rem!important;right:.5rem!important;padding:.5rem 1rem!important;font-size:.9rem!important}}.service-map-container{display:flex;flex-direction:column;width:100%;position:relative}.service-map-container.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#fff}flex-direction: column; width: 100%; position: relative; } .service-map-container.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#fff}.map-header{padding:1rem 2rem;background:#fff;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.map-header h1{margin:0;color:#333;font-size:1.5rem}.map-header p{margin:0;color:#666;flex:1}.location-btn{padding:.5rem 1rem;background:#007bff;color:#fff;border:none;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.location-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 4px #007bff4d}.location-btn:disabled{opacity:.6;cursor:not-allowed}.map-search-container{padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.map-wrapper{position:relative;margin:1rem 0;padding:0 1rem}.map-wrapper.fullscreen{margin:0;padding:0;flex:1;display:flex;flex-direction:column}.map-loading{display:flex;align-items:center;justify-content:center;height:400px;background:#f5f5f5;color:#666;font-size:1.1rem;border-radius:8px}.map-info{padding:.75rem 2rem;background:#e7f3ff;border-top:1px solid #b3d9ff;color:#0056b3;font-weight:500;text-align:center}.error-message{background:#fee;color:#c33;padding:1rem 2rem;border-bottom:1px solid #fcc;margin:0}.service-popup{min-width:200px;max-width:300px;position:relative}.popup-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.popup-nav-btn{background:#007bff;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.popup-nav-btn:hover{background:#0056b3;transform:scale(1.1);box-shadow:0 2px 8px #007bff66}.popup-nav-btn:active{transform:scale(.95)}.popup-counter{flex:1;text-align:center;font-weight:600;color:#007bff;font-size:.9rem;padding:0 .5rem}.service-popup h3{margin:0 0 .5rem;color:#333;font-size:1.1rem}.popup-price{margin:.5rem 0;font-size:1.2rem;font-weight:700;color:#667eea}.popup-category{margin:.25rem 0;font-size:.9rem;color:#666}.popup-location{margin:.25rem 0;font-size:.9rem;color:#007bff}.popup-distance{margin:.25rem 0;font-size:.9rem;color:#28a745;font-weight:600}.popup-view-btn{width:100%;margin-top:.75rem;padding:.5rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .3s}.popup-view-btn:hover{background:#0056b3}.popup-overlap-info{margin:.5rem 0;padding:.5rem;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;font-size:.85rem;color:#856404;text-align:center;font-weight:600}.user-location-popup{text-align:center;color:#007bff;font-weight:600}@media(max-width:768px){.map-header{padding:1rem;flex-direction:column;align-items:flex-start}.map-header h1{font-size:1.2rem}.map-header p{font-size:.9rem}.location-btn{width:100%}.map-search-container{padding:1rem}.map-wrapper{margin:1rem 0;padding:0 1rem}.map-loading{height:400px}.map-info{padding:.75rem 1rem;font-size:.9rem}}.leaflet-container{font-family:inherit}@keyframes highlight{0%{background-color:#fff3cd}to{background-color:transparent}}.map-fullscreen{height:100vh!important;border-radius:0!important}.fullscreen-toggle-btn{position:absolute;top:1rem;right:1rem;z-index:1000;padding:.5rem 1rem;background:#ffffffe6;border:2px solid #007bff;border-radius:5px;font-size:1.2rem;color:#007bff;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #0003;font-weight:700}.fullscreen-toggle-btn:hover{background:#007bff;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #007bff66}.exit-fullscreen-btn{position:fixed;top:1rem;right:1rem;z-index:10000;padding:.75rem 1.5rem;background:#fffffff2;border:2px solid #dc3545;border-radius:5px;font-size:1rem;color:#dc3545;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #0000004d;font-weight:600;display:flex;align-items:center;gap:.5rem}.exit-fullscreen-btn:hover{background:#dc3545;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #dc354566}@media(max-width:768px){.fullscreen-toggle-btn{top:.5rem;right:.5rem;padding:.4rem .8rem;font-size:1rem}.exit-fullscreen-btn{top:.5rem;right:.5rem;padding:.5rem 1rem;font-size:.9rem}}.transaction-rating-form{background:#fff;border-radius:10px;padding:1.5rem;margin:1rem 0;box-shadow:0 2px 8px #0000001a}.transaction-rating-form h4{margin:0 0 .5rem;color:#333;font-size:1.2rem}.rating-hint{color:#666;font-size:.9rem;margin-bottom:1.5rem}.rating-stars-input{margin-bottom:1.5rem}.rating-stars-input label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.hearts-selector,.stars-selector{display:flex;gap:.5rem;margin-bottom:.5rem}.heart-btn,.star-btn{background:none;border:2px solid #ddd;border-radius:5px;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:all .2s;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.heart-btn:hover,.star-btn:hover{border-color:#667eea;transform:scale(1.1)}.heart-btn.active,.star-btn.active{border-color:#667eea;background:#f0f0ff}.rating-value{display:block;color:#667eea;font-weight:700;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group textarea{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem;resize:vertical;box-sizing:border-box}.form-group textarea:focus{outline:none;border-color:#667eea}.char-count{display:block;text-align:right;color:#999;font-size:.85rem;margin-top:.25rem}.submit-rating-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;padding:.75rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-rating-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.submit-rating-btn:disabled{opacity:.6;cursor:not-allowed}.transaction-rating-completed{background:#f0f9ff;border:2px solid #667eea;border-radius:10px;padding:1.5rem;margin:1rem 0}.transaction-rating-completed h4{margin:0 0 1rem;color:#333}.rating-display{display:flex;flex-direction:column;gap:.5rem}.rating-display .hearts,.rating-display .stars{font-size:1.5rem}.rating-comment{color:#666;font-style:italic;margin:.5rem 0 0;padding:.5rem;background:#fff;border-radius:5px}.error-message,.success-message{padding:.75rem;border-radius:5px;margin-bottom:1rem}.error-message{background:#fee;color:#c33;border:1px solid #fcc}.success-message{background:#efe;color:#3c3;border:1px solid #cfc}.transaction-list-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.transaction-list-container h2{color:#333;margin-bottom:2rem}.transaction-filters{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:500;color:#333}.filter-group select{padding:.5rem;border:2px solid #ddd;border-radius:5px;font-size:1rem;cursor:pointer}.filter-group select:focus{outline:none;border-color:#667eea}.transactions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.transaction-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.transaction-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.transaction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.transaction-header h3{margin:0;color:#333;font-size:1.2rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase}.status-pending{background:#fff3cd;color:#856404}.status-completed{background:#d4edda;color:#155724}.status-cancelled,.status-declined{background:#f8d7da;color:#721c24}.transaction-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.transaction-party,.transaction-amount,.transaction-date{color:#666}.transaction-party strong,.transaction-amount strong,.transaction-date strong{color:#333;margin-right:.5rem}.transaction-ratings{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.75rem}.rating-summary{background:#f9f9f9;padding:.75rem;border-radius:5px}.rating-summary strong{display:block;margin-bottom:.25rem;color:#333}.rating-summary .hearts,.rating-summary .stars{font-size:1.2rem;display:block;margin:.25rem 0}.rating-comment-small{margin:.5rem 0 0;color:#666;font-style:italic;font-size:.9rem}.no-transactions{text-align:center;padding:3rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a}.no-transactions p{color:#666;font-size:1.1rem}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:5px;margin-bottom:1rem;border:1px solid #fcc}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media(max-width:768px){.transactions-grid{grid-template-columns:1fr}.transaction-filters{flex-direction:column;gap:1rem}}.admin-panel-container{max-width:1200px;margin:2rem auto;padding:1rem}.admin-header{margin-bottom:2rem;text-align:center}.admin-header h1{color:#333;margin-bottom:.5rem}.admin-filters{margin-bottom:1.5rem;padding:1rem;background-color:#f9f9f9;border-radius:8px}.admin-filters label{font-weight:700}.charity-entities-list{display:grid;gap:1.5rem}.charity-entity-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.entity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #eee}.entity-header h3{margin:0;color:#333}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700}.status-pending{background-color:#ff9800;color:#fff}.status-verified{background-color:#4caf50;color:#fff}.status-rejected{background-color:#f44336;color:#fff}.status-suspended{background-color:#9e9e9e;color:#fff}.entity-info{margin-bottom:1rem}.entity-info p{margin:.5rem 0;color:#666}.entity-actions{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.entity-actions button{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:700;transition:opacity .2s}.entity-actions button:hover{opacity:.9}.btn-verify{background-color:#4caf50;color:#fff}.btn-reject{background-color:#f44336;color:#fff}.btn-suspend{background-color:#ff9800;color:#fff}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem}.success-message{background-color:#efe;color:#3c3;padding:1rem;border-radius:4px;margin-bottom:1rem}.loading{text-align:center;padding:2rem;color:#666}.empty-state{text-align:center;padding:3rem;color:#666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-bottom:2rem;padding-top:80px;margin-top:0}.main-content:has(.service-map-container){padding:0}@media(min-width:769px){.main-content:has(.service-map-container){min-height:100vh}}@media(max-width:768px){.main-content{padding-top:70px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}} } code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
