.footer{background-color:#000;color:#fff}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{margin-bottom:1rem}.footer-logo-image{height:2.5rem;width:auto;object-fit:contain;filter:invert(1)}.footer-title{display:none}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{color:#9ca3af;transition:color .3s ease}.social-link:hover{color:#fff}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#9ca3af}.footer-bottom{border-top:1px solid #374151;margin-top:2rem;padding-top:2rem;text-align:center;color:#9ca3af}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.language-switcher{position:relative;display:inline-block;transform:translateY(.2rem)}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#000;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-button:hover{background:#ffffff26;border-color:#ffffff4d}.current-language{white-space:nowrap}.chevron{transition:transform .3s ease}.chevron.open{transform:rotate(180deg)}.language-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:98}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;box-shadow:0 10px 25px #00000026;z-index:99;min-width:150px;overflow:hidden;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-list{padding:.5rem 0}.language-option{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:.875rem;color:#333}.language-option:hover{background:#0000000d}.language-option.active{background:#0000001a;font-weight:600;color:#000}@media (max-width: 768px){.language-button{padding:.4rem .6rem;font-size:.8rem}.current-language{display:none}.language-dropdown{right:-1rem;min-width:120px}}.navbar{position:fixed;top:1rem;left:1rem;right:1rem;z-index:50;background-color:#ffffff38;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;border:1px solid rgba(0,0,0,.1)}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.logo{font-size:1.25rem;font-weight:700;color:#000}.logo-image{height:2rem;width:auto;object-fit:contain}.desktop-menu{display:none;align-items:center;gap:2rem}.nav-link{color:#000;text-decoration:none;font-weight:500;font-size:1.2rem;transition:color .3s ease;white-space:nowrap}.nav-link:hover{color:#666}.navbar .login-button{background-color:#000;color:#fff;padding:.6rem 1rem;border-radius:.7rem;text-decoration:none;font-weight:500;transition:background-color .3s ease!important}.navbar .login-button:hover{background-color:#333!important}.account-dropdown-container{position:relative}.account-icon{background-color:#000;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.account-icon:hover{background-color:#333}.account-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:8rem;z-index:60}.logout-button{width:100%;padding:.75rem 1rem;background:none;border:none;color:#000;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease;border-radius:.5rem}.logout-button:hover{background-color:#f3f4f6}.logout-button:disabled{opacity:.6;cursor:not-allowed}.mobile-account-section{margin-top:1rem}.mobile-logout-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#000;color:#fff;padding:.75rem 1rem;border-radius:.5rem;border:none;font-weight:500;text-align:center;width:100%;cursor:pointer;transition:background-color .3s ease}.mobile-logout-button:hover{background-color:#b91c1c}.mobile-logout-button:disabled{opacity:.6;cursor:not-allowed}.hamburger{display:block;padding:.5rem;background:none;border:none;color:#000;cursor:pointer;transition:color .3s ease;z-index:51;position:relative}.hamburger:hover{color:#666}.mobile-menu{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.mobile-menu.open{max-height:24rem;opacity:1}.mobile-menu-content{border-radius:0 0 1rem 1rem;border-top:1px solid rgba(0,0,0,.1);padding:1rem 1.5rem}.mobile-nav-link{display:block;color:#000;text-decoration:none;font-weight:500;padding:.5rem 0;transition:color .3s ease}.mobile-nav-link:hover{color:#666}.mobile-language-switcher{margin:1rem 0;display:flex;justify-content:center}.mobile-login-button{display:block;background-color:#000;color:#fff;padding:.75rem 1rem;border-radius:.5rem;text-decoration:none;font-weight:500;text-align:center;margin-top:1rem;transition:background-color .3s ease}.mobile-login-button:hover{background-color:#333}@media (min-width: 768px){.desktop-menu{display:flex}.hamburger{display:none}.navbar-content{padding:1rem 1.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease-out}.modal-container{background-color:#fff;border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e5}.modal-header h2{font-size:1.5rem;font-weight:700;color:#000;margin:0}.close-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.close-button:hover{background-color:#f5f5f5}.report-form{padding:1.5rem}.form-section{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#000;margin-bottom:.5rem;font-size:.875rem}.image-upload-container{border:2px dashed #d1d5db;border-radius:.5rem;padding:1.5rem;text-align:center;transition:border-color .3s ease}.image-upload-container:hover{border-color:#9ca3af}.image-preview{position:relative;display:inline-block}.image-preview img{max-width:100%;max-height:200px;border-radius:.5rem;object-fit:cover}.remove-image{position:absolute;top:-.5rem;right:-.5rem;background-color:#ef4444;color:#fff;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.remove-image:hover{background-color:#dc2626}.upload-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.upload-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#f9f9f9;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-weight:500}.upload-button:hover{background-color:#f0f0f0;border-color:#9ca3af}.camera-button{background-color:#000;color:#fff;border-color:#000}.camera-button:hover{background-color:#333}.hidden-input{display:none}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;resize:vertical;min-height:100px;transition:border-color .3s ease;font-family:inherit}.form-textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.submit-button{width:100%;background-color:#000;color:#fff;padding:1rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#333}.address-input-container{display:flex;gap:.5rem;align-items:flex-start}.input-with-icon{position:relative;flex:1}.input-icon-left{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#666;z-index:1;pointer-events:none}.form-input.with-icon{padding-left:2.5rem}.gps-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#000;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content}.gps-button:hover:not(:disabled){background-color:#333}.gps-button:disabled{opacity:.7;cursor:not-allowed}.spinning{animation:spin 1s linear infinite}.location-info{margin-top:.5rem;padding:.5rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.375rem}.location-coords{font-size:.875rem;color:#15803d;font-weight:500}.submit-button:disabled{opacity:.7;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.modal-container{margin:0;border-radius:1rem 1rem 0 0;max-height:95vh}.upload-options{flex-direction:column;align-items:center}.upload-button{width:100%;justify-content:center}.address-input-container{flex-direction:column}.gps-button{width:100%;justify-content:center}.input-with-icon{width:100%}}.submission-success{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:#fffffffa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;border-radius:1rem;animation:fadeIn .3s ease-out}.success-icon{width:4rem;height:4rem;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin-bottom:1rem;animation:scaleIn .5s ease-out}.submission-success h3{font-size:1.5rem;font-weight:700;color:#16a34a;margin-bottom:.5rem}.submission-success p{color:#666;font-size:1rem;line-height:1.5}.submission-error{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:1.5rem;margin-top:1rem;text-align:center}.error-icon{width:3rem;height:3rem;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.submission-error h3{font-size:1.25rem;font-weight:700;color:#dc2626;margin-bottom:.5rem}.submission-error p{color:#991b1b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.retry-button{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.retry-button:hover{background:#b91c1c}.submit-button:disabled{opacity:.5;cursor:not-allowed}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.comment-box{background-color:#fff;border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden}.comment-box.desktop{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;background-color:#fff;border-radius:1rem;animation:slideDown .3s ease-out;box-shadow:0 4px 6px #0000001a}.comment-box.mobile{position:fixed;bottom:0;left:0;right:0;border-radius:1rem 1rem 0 0;max-height:70vh;z-index:100;animation:slideUp .3s ease-out}.comment-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:99;animation:fadeIn .3s ease-out}.comment-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e5e5;background-color:#f9f9f9}.comment-header h3{font-size:1rem;font-weight:600;color:#000;margin:0}.comment-close-button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background-color .3s ease}.comment-close-button:hover{background-color:#e5e5e5}.comments-list{max-height:200px;overflow-y:auto;padding:1rem}.comment-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.comment-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.comment-author{font-weight:600;color:#000;font-size:.875rem;margin-bottom:.25rem}.comment-text{color:#333;font-size:.875rem;line-height:1.4;margin-bottom:.25rem}.comment-time{color:#666;font-size:.75rem}.comment-form{display:flex;align-items:center;gap:.5rem;padding:1rem;border-top:1px solid #e5e5e5;background-color:#f9f9f9}.comment-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.875rem}.comment-input:focus{outline:none;border-color:#000}.comment-submit{background-color:#000;color:#fff;border:none;border-radius:.25rem;padding:.5rem;cursor:pointer;transition:background-color .3s ease}.comment-submit:hover{background-color:#333}@keyframes slideDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.homepage{min-height:100vh;background-color:#fff;color:#000}.mobile-hero-section{display:flex;align-items:center;justify-content:center;padding:6rem 1rem 4rem;text-align:center;position:relative;overflow:hidden;min-height:100vh;z-index:2}.mobile-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#fff0,#fff 90%,#fff);z-index:1}.mobile-hero-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="mobile-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,0,0,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23mobile-grid)"/></svg>');opacity:.7;z-index:0}.mobile-hero-content{position:relative;z-index:1;max-width:400px;margin:0 auto;transform:translateY(-1.5rem)}.hero-icon{margin-bottom:2rem;display:flex;justify-content:center}.icon-container{width:80px;height:80px;background:#000;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #00000026;position:relative;overflow:hidden}.icon-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:icon-shimmer 3s infinite}@keyframes icon-shimmer{0%{left:-100%}to{left:100%}}.mobile-hero-title{font-size:2.25rem;font-weight:900;color:#000;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.mobile-hero-subtitle{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.5;font-weight:400}.hero-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem;font-weight:500}.stat-item svg{color:#000}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.primary-hero-button{background:#000;color:#fff;font-family:Segoe UI,Segoe UI Font;padding:1rem 2rem;border-radius:50px;border:none;cursor:pointer;font-size:1rem;width:100%;max-width:280px;transition:all .3s ease;position:relative;overflow:hidden}.primary-hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.primary-hero-button:hover:before{left:100%}.primary-hero-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.secondary-hero-button{background:#fff;color:#000;padding:1rem 2rem;border-radius:50px;font-weight:700;border:2px solid #e5e5e5;cursor:pointer;font-size:1rem;width:100%;max-width:280px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.secondary-hero-button:hover{border-color:#000;background:#f9f9f9;transform:translateY(-1px);color:#000}.rotate-90{transform:rotate(90deg)}.hero-section{display:none;align-items:center;justify-content:center;min-height:100vh;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,0,0,0.06)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.7}.hero-content{text-align:center;max-width:48rem;padding:0 2rem;position:relative;z-index:1}.hero-title{font-size:3.75rem;font-weight:700;color:#000;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.25rem;color:#475569;margin-bottom:1.5rem;line-height:1.6;font-weight:500}.hero-description{font-size:1.125rem;color:#64748b;margin-bottom:3rem;line-height:1.6}.hero-button{background:#000;color:#fff;padding:1rem 2rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden;margin-top:20px}.hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.hero-button:hover:before{left:100%}.hero-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 15px 35px #0000004d}.posts-section{padding-top:2rem;padding-bottom:6rem}.posts-header{text-align:center;margin-bottom:3rem}.posts-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.posts-subtitle{font-size:.875rem;color:#666;font-weight:400}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.post-card{position:relative;background-color:#fff;border:1px solid #e5e5e5;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.post-card:hover{box-shadow:0 4px 6px #0000001a}.post-image{position:relative;aspect-ratio:16 / 9;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover}.post-content{padding:1rem 1rem .5rem}.post-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem;line-height:1.4}.post-address{font-size:.875rem;color:#666;margin-bottom:0}.post-actions{padding:.5rem 1rem 1rem;display:flex;align-items:center;justify-content:space-between}.action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid #e5e5e5;background-color:#f9f9f9;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease}.action-button:hover{background-color:#f0f0f0}.upvote-button.upvoted{background-color:#000;color:#fff;border-color:#000}.upvote-button.upvoted .filled{fill:currentColor}.status-button.resolved{background-color:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.status-button.unresolved{background-color:#fff7ed;color:#ea580c;border-color:#fed7aa}.status-button span{text-transform:capitalize}.comment-button{background-color:#f9f9f9;color:#666;border-color:#e5e5e5}.skeleton-card{animation:skeleton-fade-in .6s ease-out}.skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;position:relative;overflow:hidden}.skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:skeleton-shimmer 2s infinite}.skeleton-title{margin-bottom:.5rem}.skeleton-address{margin-bottom:0}.skeleton-line{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.25rem;margin-bottom:.5rem}.skeleton-line-long{width:85%;height:1.125rem}.skeleton-line-medium{width:65%;height:.875rem}.skeleton-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid #e5e5e5;background-color:#f9f9f9}.skeleton-icon{width:18px;height:18px;background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:50%}.skeleton-text{width:24px;height:14px;background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.25rem}.error-message{text-align:center;padding:3rem 1rem;color:#666;font-size:1.125rem}.error-message p{background-color:#fff7ed;color:#ea580c;padding:1rem 2rem;border-radius:.5rem;border:1px solid #fed7aa;display:inline-block}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}@keyframes skeleton-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-report-button{position:fixed;bottom:0;left:0;right:0;padding:1rem;z-index:40;transform:translateY(0);transition:transform .3s ease}.mobile-report-button.hidden{transform:translateY(100%)}.report-button{width:100%;background-color:#000;color:#fff;padding:1rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s ease}.report-button:hover{background-color:#333}@media (min-width: 768px){.mobile-hero-section{display:none}.hero-section{display:flex}.posts-section{padding-top:2rem;padding-bottom:2rem}.posts-grid{grid-template-columns:repeat(2,1fr)}.mobile-report-button{display:none}}@media (min-width: 1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}}.auth-page{min-height:100vh;background-color:#fff}.mobile-auth{display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem;min-height:100vh}.auth-container{max-width:20rem;margin:0 auto;width:100%}.logo-section{text-align:center;margin-bottom:2rem}.logo-icon{width:4rem;height:4rem;background-color:#000;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto}.logo-icon span{color:#fff;font-size:1.5rem;font-weight:700}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.875rem;font-weight:700;color:#000;margin-bottom:.5rem}.auth-header p{color:#666}.auth-form{margin-bottom:1.5rem}.google-button{font-family:inherit;width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:1px solid #d1d5db;border-radius:9999px;background-color:#fff;color:#000;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-bottom:1.5rem}.google-button:hover{background-color:#f9f9f9}.divider{position:relative;margin:1.5rem 0;display:flex;align-items:center}.divider-line{flex:1;height:1px;background-color:#d1d5db}.divider-text{padding:0 .5rem;background-color:#fff;color:#666;font-size:.875rem}.auth-form .input-group{margin-bottom:1.5rem}.auth-form .input-wrapper{position:relative;display:flex;align-items:center}.auth-form .input-icon{position:absolute;left:1rem;color:#666;z-index:1}.auth-form .form-input{font-family:inherit;width:100%;padding:1rem 1.5rem 1rem 3rem;background-color:#f3f4f6;border:2px solid transparent;border-radius:50px;color:#000;font-size:1rem;transition:all .3s ease}.auth-form .form-input::placeholder{color:#666}.auth-form .form-input:focus{outline:none;border-color:#000;background-color:#fff}.auth-form .form-input.error{border-color:#dc2626;background-color:#fef2f2}.auth-form .form-input:disabled{opacity:.6;cursor:not-allowed}.otp-container{display:flex;gap:.5rem;align-items:flex-start}.otp-input-wrapper{flex:1}.otp-input{padding-right:3rem}.otp-toggle{position:absolute;right:1rem;background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .3s ease}.otp-toggle:hover:not(:disabled){color:#000}.otp-toggle:disabled{opacity:.5;cursor:not-allowed}.otp-button{font-family:inherit;display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content}.otp-button:hover:not(:disabled){background-color:#333}.otp-button:disabled{opacity:.6;cursor:not-allowed}.otp-button.sent{background-color:#16a34a}.otp-button.sent:hover:not(:disabled){background-color:#15803d}.otp-info{margin-top:.5rem}.otp-sent-message{font-size:.75rem;color:#16a34a;margin-bottom:.25rem}.resend-link{font-family:inherit;background:none;border:none;color:#000;font-size:.75rem;text-decoration:underline;cursor:pointer;transition:color .3s ease}.resend-link:hover:not(:disabled){color:#333}.resend-link:disabled{opacity:.6;cursor:not-allowed}.continue-button{font-family:inherit;width:100%;background-color:#000;color:#fff;padding:1rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.continue-button:hover:not(:disabled){background-color:#333}.continue-button:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}.success-banner,.error-banner{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;animation:slideIn .3s ease-out}.success-banner{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.error-banner{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}@keyframes slideIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.terms-text{font-size:.75rem;color:#666;text-align:center;margin-bottom:1.5rem;line-height:1.4}.terms-text a{color:#000;text-decoration:underline}.toggle-text{text-align:center;color:#666;margin-bottom:2rem}.toggle-button{font-family:inherit;color:#000;font-weight:600;background:none;border:none;cursor:pointer;text-decoration:underline;transition:color .3s ease}.toggle-button:hover:not(:disabled){color:#333}.toggle-button:disabled{opacity:.6;cursor:not-allowed}.trusted-section{text-align:center}.trusted-title{color:#999;font-size:.875rem;margin-bottom:1rem}.trusted-companies{display:flex;justify-content:center;align-items:center;gap:1.5rem;opacity:.6}.trusted-companies span{font-size:.875rem;font-weight:500}.desktop-auth{display:none;width:100%;min-height:100vh}.desktop-form-side{width:50%;display:flex;flex-direction:column;justify-content:center;padding:3rem;background-color:#fff}.desktop-auth-container{max-width:28rem;margin:0 auto;width:100%}.desktop-logo-section{text-align:center;margin-bottom:2rem}.desktop-logo-icon{width:5rem;height:5rem;background-color:#000;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto}.desktop-logo-icon span{color:#fff;font-size:1.875rem;font-weight:700}.auth-logo-image{width:2rem;height:2rem;object-fit:contain;filter:invert(1)}.desktop-auth-header{text-align:center;margin-bottom:2rem}.desktop-auth-header h1{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:.75rem}.desktop-auth-header p{color:#666;font-size:1.125rem}.desktop-auth-form{margin-bottom:1.5rem}.desktop-google-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:1px solid #d1d5db;border-radius:9999px;background-color:#fff;color:#000;font-weight:500;font-size:1.125rem;cursor:pointer;transition:background-color .3s ease;margin-bottom:1.5rem}.desktop-google-button:hover{background-color:#f9f9f9}.desktop-divider{position:relative;margin:1.5rem 0;display:flex;align-items:center}.desktop-divider-line{flex:1;height:1px;background-color:#d1d5db}.desktop-divider-text{padding:0 .5rem;background-color:#fff;color:#666;font-size:.875rem}.desktop-input-group{margin-bottom:1.5rem}.desktop-input-wrapper{position:relative;display:flex;align-items:center}.desktop-input-icon{position:absolute;left:1rem;color:#666;z-index:1}.desktop-form-input{width:100%;padding:1rem 1.5rem 1rem 3rem;background-color:#f3f4f6;border:2px solid transparent;border-radius:50px;color:#000;font-size:1.125rem;transition:all .3s ease}.desktop-form-input::placeholder{color:#666}.desktop-form-input:focus{outline:none;border-color:#000;background-color:#fff}.desktop-form-input.error{border-color:#dc2626;background-color:#fef2f2}.desktop-form-input:disabled{opacity:.6;cursor:not-allowed}.desktop-error-text{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:block}.desktop-otp-container{display:flex;gap:.75rem;align-items:flex-start}.desktop-otp-input-wrapper{flex:1}.desktop-otp-input{padding-right:3rem}.desktop-otp-toggle{position:absolute;right:1rem;background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .3s ease}.desktop-otp-toggle:hover:not(:disabled){color:#000}.desktop-otp-toggle:disabled{opacity:.5;cursor:not-allowed}.desktop-otp-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:50px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content}.desktop-otp-button:hover:not(:disabled){background-color:#333}.desktop-otp-button:disabled{opacity:.6;cursor:not-allowed}.desktop-otp-button.sent{background-color:#16a34a}.desktop-otp-button.sent:hover:not(:disabled){background-color:#15803d}.desktop-otp-info{margin-top:.5rem}.desktop-otp-sent-message{font-size:.875rem;color:#16a34a;margin-bottom:.25rem}.desktop-resend-link{background:none;border:none;color:#000;font-size:.875rem;text-decoration:underline;cursor:pointer;transition:color .3s ease}.desktop-resend-link:hover:not(:disabled){color:#333}.desktop-resend-link:disabled{opacity:.6;cursor:not-allowed}.desktop-continue-button{width:100%;background-color:#000;color:#fff;padding:1rem;border-radius:9999px;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.desktop-continue-button:hover:not(:disabled){background-color:#333}.desktop-continue-button:disabled{opacity:.6;cursor:not-allowed}.desktop-success-banner,.desktop-error-banner{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;animation:slideIn .3s ease-out}.desktop-success-banner{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.desktop-error-banner{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.desktop-terms-text{font-size:.875rem;color:#666;text-align:center;margin-bottom:1.5rem;line-height:1.4}.desktop-terms-text a{color:#000;text-decoration:underline}.desktop-toggle-text{text-align:center;color:#666}.desktop-toggle-button{color:#000;font-weight:600;background:none;border:none;cursor:pointer;text-decoration:underline;transition:color .3s ease}.desktop-toggle-button:hover:not(:disabled){color:#333}.desktop-toggle-button:disabled{opacity:.6;cursor:not-allowed}.desktop-branding-side{width:50%;background:linear-gradient(135deg,#1f2937,#000);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:3rem}.branding-content{text-align:center;max-width:28rem}.branding-content h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.branding-content>p{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;line-height:1.6}.desktop-trusted-section{padding-top:2rem}.desktop-trusted-section>p{color:#9ca3af;margin-bottom:1rem}.desktop-trusted-companies{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;opacity:.8}.desktop-trusted-companies span{font-size:1.125rem;font-weight:500}.auth-logo-image-desktop{width:2.5rem;height:2.5rem;object-fit:contain;filter:invert(1)}@media (min-width: 768px){.mobile-auth{display:none}.desktop-auth{display:flex}}.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}}.admin-page{min-height:100vh;background-color:#f9f9f9}.admin-header{background-color:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e5e5}.admin-header .container{max-width:1400px;margin:0 auto;padding:1.5rem 1rem}.admin-header h1{font-size:1.875rem;font-weight:700;color:#000;margin-bottom:.5rem}.admin-header p{color:#666}.admin-content{max-width:1400px;margin:0 auto;padding:2rem 1rem}.maps-section{margin-bottom:2rem}.maps-container{background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;height:24rem;width:100%;position:relative}.maps-placeholder{height:24rem;background-color:#e5e5e5;display:flex;align-items:center;justify-content:center;position:relative}.maps-content{text-align:center;z-index:1}.maps-icon{width:4rem;height:4rem;background-color:#9ca3af;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:#666}.maps-text h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.maps-text p{color:#6b7280}.maps-subtitle{font-size:.875rem;margin-top:.5rem}.map-marker{position:absolute;width:1rem;height:1rem;border-radius:50%;animation:pulse 2s infinite}.marker-1{top:5rem;left:5rem;background-color:#ef4444}.marker-2{top:8rem;right:8rem;background-color:#22c55e}.marker-3{bottom:6rem;left:33%;background-color:#f97316}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.filter-section{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.filter-buttons{display:flex;gap:1rem;flex-wrap:wrap}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;border:1px solid #d1d5db;background-color:#fff;color:#374151;cursor:pointer;transition:all .3s ease}.filter-button:hover{background-color:#f9f9f9}.filter-button.active{background-color:#000;color:#fff;border-color:#000}.filter-button.resolved.active{background-color:#16a34a;border-color:#16a34a}.filter-button.unresolved.active{background-color:#ea580c;border-color:#ea580c}.filter-stats{font-size:.875rem;color:#666}.admin-posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.admin-post-card{position:relative;background-color:#fff;border:1px solid #e5e5e5;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.admin-post-image{position:relative;aspect-ratio:16 / 9;overflow:hidden}.admin-post-image img{width:100%;height:100%;object-fit:cover}.location-tag{position:absolute;top:.75rem;right:.75rem;background-color:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.admin-post-content{padding:1rem 1rem .5rem}.admin-post-title{font-size:1rem;font-weight:600;color:#000;margin-bottom:.5rem;line-height:1.4}.admin-post-address{font-size:.75rem;color:#666;margin-bottom:0}.admin-post-actions{padding:.5rem 1rem 1rem}.action-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.admin-action-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;border:1px solid #e5e5e5;background-color:#f9f9f9;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.875rem}.admin-action-button:hover{background-color:#f0f0f0}.admin-action-button.upvote.upvoted{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.admin-action-button.upvote.upvoted .filled{fill:currentColor}.status-toggle-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:9999px;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid}.status-toggle-button.resolved{background-color:#f0fdf4;color:#15803d;border-color:#bbf7d0}.status-toggle-button.resolved:hover{background-color:#dcfce7}.status-toggle-button.unresolved{background-color:#fff7ed;color:#c2410c;border-color:#fed7aa}.status-toggle-button.unresolved:hover{background-color:#ffedd5}.no-posts{text-align:center;padding:3rem;color:#9ca3af;font-size:1.125rem}@media (min-width: 640px){.filter-section{flex-direction:row;align-items:center}}@media (min-width: 768px){.admin-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.admin-posts-grid{grid-template-columns:repeat(3,1fr)}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.admin-bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(0,0,0,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.9}.admin-login-container{background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2rem;overflow:hidden;width:100%;max-width:1000px;min-height:600px;display:grid;grid-template-columns:1fr;border:1px solid rgba(255,255,255,.3)}.admin-branding-side{background:#000000e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.admin-branding-side:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:0}.admin-branding-content{position:relative;z-index:1}.admin-logo-section{text-align:center;margin-bottom:3rem}.admin-logo-icon{background:#fff3;width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.admin-logo-section h1{font-size:2rem;font-weight:700;margin-bottom:1.3rem}.admin-badge{background:#fff3;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.admin-features h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.admin-features p{text-align:center;opacity:.9;line-height:1.6;margin-bottom:2rem}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#ffffff1a;padding:1rem;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.feature-item:hover{background:#ffffff26;transform:translateY(-2px)}.feature-icon{font-size:1.25rem}.feature-item span{font-size:.875rem;font-weight:500}.admin-form-side{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;display:flex;align-items:center;justify-content:center}.admin-form-container{width:100%;max-width:400px}.admin-form-header{text-align:center;margin-bottom:2rem}.admin-form-icon{background:#f0f0f0;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#666}.admin-form-header h2{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.admin-form-header p{color:#666;font-size:.875rem}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.admin-login-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#000;margin-bottom:.5rem;font-size:.875rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;z-index:1}form .form-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e5e5;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a;background:#fffffff2}.form-input.error{border-color:#dc2626}.form-input:disabled{background:#f9f9f9cc;cursor:not-allowed}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .3s ease}.password-toggle:hover{color:#000}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.error-text{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:block}.form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#666}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:1rem;height:1rem;border:2px solid #e5e5e5;border-radius:.25rem;position:relative;transition:all .3s ease}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#000;border-color:#000}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:700}.forgot-link{color:#000;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.forgot-link:hover{color:#333;text-decoration:underline}.login-button{width:100%;background:#000;color:#fff;border:none;padding:1rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.login-button:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 10px 25px #0000004d}.login-button:disabled{cursor:not-allowed;opacity:.7}.login-button.loading{pointer-events:none}.spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}.admin-form-footer{text-align:center;color:#666;font-size:.875rem}.admin-form-footer p{margin-bottom:1rem}.admin-form-footer a{color:#000;text-decoration:none;font-weight:500;transition:color .3s ease}.admin-form-footer a:hover{color:#333;text-decoration:underline}.back-to-site{display:inline-flex;align-items:center;gap:.5rem;color:#666!important;font-weight:400!important}.back-to-site:hover{color:#333!important}@media (max-width: 768px){.admin-login-page{padding:.5rem}.admin-login-container{border-radius:1rem;min-height:auto}.admin-branding-side{display:none}.admin-form-side{padding:2rem 1.5rem}.feature-list{grid-template-columns:1fr}}@media (min-width: 769px){.admin-login-container{grid-template-columns:1fr 1fr;box-shadow:0 25px 50px #0000001a}}.contact-page{min-height:100vh;background-color:#fff;color:#000}.contact-content{padding-top:8rem;padding-bottom:4rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;font-weight:700;color:#000;margin-bottom:1rem}.contact-header p{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-info h2,.contact-form-container h2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:2rem}.contact-methods{margin-bottom:3rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-icon{background-color:#f0f0f0;padding:1rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;z-index:2000}.contact-details h3{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem}.contact-details p{color:#666;line-height:1.5}.contact-cta{background-color:#f9f9f9;padding:2rem;border-radius:1rem;border:1px solid #e5e5e5}.contact-cta h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1rem}.contact-cta p{color:#666;line-height:1.6}.contact-form-container{background-color:#fff;padding:2rem;border-radius:1rem;border:1px solid #e5e5e5;box-shadow:0 4px 6px #0000000d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#000;margin-bottom:.5rem}form .form-input,form .form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}form .form-input:focus,form .form-textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}form .form-input:disabled,form .form-textarea:disabled{background-color:#f9f9f9;cursor:not-allowed;opacity:.7}form .form-textarea{resize:vertical;min-height:120px;font-family:inherit}form .submit-button{background-color:#000;color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;min-height:3.5rem}form .submit-button:hover:not(:disabled){background-color:#333}form .submit-button:disabled{cursor:not-allowed;opacity:.7}form .submit-button.success{background-color:#16a34a;color:#fff}form .submit-button.success:hover{background-color:#15803d}form .submit-button.error{background-color:#dc2626;color:#fff}form .submit-button.error:hover{background-color:#b91c1c}form .spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-success-message{display:flex;align-items:center;gap:1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;padding:1.5rem;margin-top:1.5rem;animation:slideIn .3s ease-out}.success-icon{background-color:#16a34a;color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.success-content h3{font-size:1.125rem;font-weight:700;color:#15803d;margin-bottom:.5rem}.success-content p{color:#166534;font-size:.875rem;line-height:1.5;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr;gap:4rem}.contact-header h1{font-size:4rem}}.about-page{min-height:100vh;background-color:#fff;color:#000}.about-content{padding-top:6rem}.about-hero{padding:2rem 0;text-align:center;min-height:70vh}.hero-content{max-width:800px;margin:0 auto}.hero-content h1{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;color:#333;margin-bottom:1rem;line-height:1.6;font-weight:500}.hero-description{font-size:1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}section{padding:4rem 0}section:nth-child(2n){background-color:#f9f9f9}.section-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.mission-section .section-header{gap:0}section h2{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:2rem;text-align:center}.mission-text{font-size:1.125rem;color:#333;line-height:1.8;text-align:center;max-width:800px;margin:0 auto}.problem-section p{font-size:1.125rem;color:#333;text-align:center;margin-bottom:2rem}.problem-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:3rem 0}.problem-item{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #e5e5e5}.problem-icon{font-size:2rem;min-width:3rem;text-align:center}.problem-item p{font-size:1rem;color:#333;margin:0}.problem-conclusion{font-size:1.125rem;font-weight:600;color:#000;text-align:center;margin-top:2rem}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}.step-item{display:flex;align-items:flex-start;gap:1.5rem;background-color:#fff;padding:2rem;border-radius:1rem;border:1px solid #e5e5e5}.step-number{background-color:#000;color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.step-content h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem}.step-content p{color:#666;line-height:1.6}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem}.value-item{text-align:center;background-color:#fff;padding:2rem;border-radius:1rem;border:1px solid #e5e5e5}.value-icon{background-color:#f0f0f0;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.value-item h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1rem}.value-item p{color:#666;line-height:1.6}.story-section p{font-size:1.125rem;color:#333;line-height:1.8;text-align:center;max-width:800px;margin:0 auto}.team-grid{display:grid;grid-template-columns:1fr;gap:1rem}.team-member{width:100%;text-align:center;background-color:#fff;padding:2rem 1rem;border-radius:1rem;border:1px solid #e5e5e5}.member-avatar{width:4rem;height:4rem;background-color:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.team-member h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem}.member-role{color:#666;font-weight:600;margin-bottom:.5rem}.member-bio{color:#666;font-size:.875rem}.impact-stats{display:grid;grid-template-columns:1fr;gap:2rem}.stat-item{display:flex;align-items:center;gap:1.5rem;background-color:#fff;padding:2rem;border-radius:1rem;border:1px solid #e5e5e5}.stat-icon{background-color:#f0f0f0;padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-content h3{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.5rem}.stat-content p{color:#666;margin:0}.cta-section{background:linear-gradient(135deg,#000,#333);color:#fff;text-align:center}.cta-section h2{color:#fff;font-size:3rem}.cta-section>.container>p{font-size:1.25rem;color:#ccc;margin-bottom:3rem}.cta-actions{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.cta-item{background-color:#ffffff1a;padding:2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.cta-item h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.cta-item p{color:#ccc;margin:0}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease}.cta-button.primary{background-color:#fff;color:#000}.cta-button.primary:hover{background-color:#f0f0f0}.cta-button.secondary{background-color:transparent;color:#fff;border:2px solid #fff}.cta-button.secondary:hover{background-color:#fff;color:#000}@media (min-width: 768px){.about-hero{padding:6rem 0;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content h1{font-size:5rem}.hero-subtitle{font-size:1.75rem}.hero-description{font-size:1.25rem}.problem-grid{grid-template-columns:repeat(3,1fr)}.steps-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(4,1fr)}.impact-stats{grid-template-columns:repeat(3,1fr)}.cta-actions{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr)}}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Segoe UI Font;font-style:normal;font-weight:700;src:url(/assets/SegoeUIBold-fWYSJtYs.woff)}@font-face{font-family:Segoe UI Font;font-style:normal;font-weight:400;src:url(/assets/SegoeUI-BADOPycz.woff)}body{font-family:Segoe UI,Segoe UI Font,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,select,button{font-family:inherit}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-primary{background-color:#000;color:#fff}.btn-primary:hover{background-color:#333}.btn-secondary{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.btn-secondary:hover{background-color:#e5e5e5}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (min-width: 768px){.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}.md-grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.lg-grid-cols-3{grid-template-columns:repeat(3,1fr)}}
