:root{--font-weight-medium: 500;--font-weight-normal: 400;--title-size: 3.75rem}:root{--mobile-title-size: 2.5rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#333}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.hero{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(to bottom right,#ff8b1f,#ff8927,#ff872f 3.12%,#ff823b 6.25%,#ff794e 12.5%,#fc676e,#f95186,#f6339a,#dd39b4,#c538cc,#ae2ee4 87.5%,#a324ef,#9810fa);background:linear-gradient(to bottom right,color(xyz 0.514 0.398 0.051),color(xyz 0.511 0.392 0.058),color(xyz 0.509 0.387 0.066) 3.12%,color(xyz 0.504 0.376 0.082) 6.25%,#ff794e 12.5%,#fc676e,#f95186,#f6339a,#dd39b4,#c538cc,#ae2ee4 87.5%,#a324ef,#9810fa)}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-blob{position:absolute;border-radius:9999px;mix-blend-mode:multiply;filter:blur(20px);opacity:.7}.hero-blob-1{top:80px;left:40px;width:288px;height:288px;background-color:#fde047;animation:blob1 8s ease-in-out infinite}.hero-blob-2{top:160px;right:80px;width:384px;height:384px;background-color:#86efac;animation:blob2 10s ease-in-out infinite}.hero-blob-3{bottom:80px;left:33.333%;width:320px;height:320px;background-color:#93c5fd;animation:blob3 9s ease-in-out infinite}@keyframes blob1{0%,to{transform:scale(1) translate(0);opacity:.7}50%{transform:scale(1.2) translate(50px,30px);opacity:.5}}@keyframes blob2{0%,to{transform:scale(1) translate(0);opacity:.7}50%{transform:scale(1.1) translate(-30px,50px);opacity:.5}}@keyframes blob3{0%,to{transform:scale(1) translate(0);opacity:.7}50%{transform:scale(1.3) translate(-50px,-30px);opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in-up{opacity:0;transform:translateY(30px)}.fade-in{opacity:0}.scale-in{opacity:0;transform:scale(.9)}.slide-in-left,.slide-in-right{opacity:0;transform:translate(-50px)}.in-view.fade-in-up{animation-name:fadeInUp;animation-duration:.8s;animation-timing-function:ease-out;animation-fill-mode:forwards}.in-view.fade-in{animation-name:fadeIn;animation-duration:.8s;animation-timing-function:ease-out;animation-fill-mode:forwards}.in-view.scale-in{animation-name:scaleIn;animation-duration:.8s;animation-timing-function:ease-out;animation-fill-mode:forwards}.in-view.slide-in-left{animation-name:slideInLeft;animation-duration:.8s;animation-timing-function:ease-out;animation-fill-mode:forwards}.in-view.slide-in-right{animation-name:slideInRight;animation-duration:.8s;animation-timing-function:ease-out;animation-fill-mode:forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}nav{position:relative;z-index:10;padding:24px}.nav-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:8px}.logo-circle{width:48px;height:48px;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a}.logo-text{color:#fff;font-size:1.875rem;letter-spacing:.025em;font-weight:var(--font-weight-medium)}.nav-links{display:none;gap:32px}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#fef08a}.nav-btn{background-color:#fff;color:#9333ea;padding:12px 24px;border-radius:9999px;border:none;font-weight:var(--font-weight-normal);cursor:pointer;transition:all .3s;box-shadow:0 10px 15px -3px #0000001a}.nav-btn:hover{background-color:#fef08a}.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:80px 24px 128px}.hero-grid{display:grid;gap:48px;align-items:center}.badge{display:inline-block;background-color:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 16px;border-radius:9999px;margin-bottom:24px;color:#fff}.hero-title{color:#fff;font-size:3.75rem;margin-bottom:24px;line-height:1.1;font-weight:var(--font-weight-normal)}.hero-title .highlight{color:#fef08a}.hero-description{color:#ffffffe6;font-size:1.25rem;margin-bottom:32px;line-height:1.75}.hero-buttons{display:flex;flex-direction:column;gap:16px}.hero-buttons a:hover{color:#fff}.btn-primary{background-color:#fff;color:#9333ea;padding:16px 32px;border-radius:9999px;border:none;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;box-shadow:0 20px 25px -5px #0000001a}.btn-primary:hover{background-color:#fef08a;transform:scale(1.05);box-shadow:0 25px 50px -12px #00000040}.btn-secondary{background-color:transparent;border:2px solid white;color:#fff;padding:16px 32px;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background-color:#fff3}.hero-stats{display:flex;gap:32px;margin-top:48px}.stat-item{color:#fff}.stat-number{font-size:2.25rem;margin-bottom:4px;font-weight:700}.stat-label{color:#4a5565}.hero-image-container{position:relative;display:none}.hero-image{border-radius:24px;box-shadow:0 25px 50px -12px #00000040;width:100%;height:auto}.image-badge{position:absolute;bottom:-24px;left:-24px;background-color:#fff;padding:24px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;display:flex;align-items:center;gap:12px}.badge-icon{width:48px;height:48px;background-color:#22c55e;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.badge-text-title{color:#1f2937;font-weight:600}.badge-text-subtitle{color:#6b7280}.wave{position:absolute;bottom:0;left:0;right:0}.wave svg{display:block;width:100%;height:auto}.mission-section{padding:96px 24px;background-color:#fff}.section-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:64px}.section-badge{display:inline-block;background:linear-gradient(to right,#9333ea,#ec4899);color:#fff;padding:8px 16px;border-radius:9999px;margin-bottom:16px;font-size:.875rem;font-weight:600}.section-title{color:#1f2937;font-size:var(--title-size);margin-bottom:24px;font-weight:var(--font-weight-normal);padding-bottom:10px;line-height:1}.section-title .gradient-text{background:linear-gradient(to right,#fb923c,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description{color:#6b7280;font-size:1.25rem;max-width:768px;margin:0 auto}.mission-grid{display:grid;gap:32px}.mission-card{position:relative;background-color:#fff;border:2px solid #f3f4f6;border-radius:24px;padding:32px;transition:all .3s;overflow:hidden;text-align:left}.mission-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.mission-card:hover:before{left:100%}.mission-card:hover{transform:translateY(8px);box-shadow:0 25px 50px -12px #00000040}.mission-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px;transition:transform .3s}.mission-card .icon{height:32px;width:32px}.mission-card:hover .mission-icon{transform:scale(1.1);transform:translateY(1.1)}.mission-icon-1{background:linear-gradient(to bottom right,#f87171,#fb923c)}.mission-icon-2{background:linear-gradient(to bottom right,#60a5fa,#22d3ee)}.mission-icon-3{background:linear-gradient(to bottom right,#4ade80,#10b981)}.mission-title{color:#1f2937;font-size:1.5rem;margin-bottom:16px;font-weight:600}.mission-description{color:#6b7280;line-height:1.75}.impact-section{padding:96px 24px;background:linear-gradient(to bottom right,#dbeafe,#fae8ff,#fce7f3)}.impact-grid{display:grid;gap:64px;align-items:center}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stat-card{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;cursor:pointer;text-align:left}.stat-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 25px -5px #00000026}.stat-value{font-size:2.25rem;margin-bottom:8px;font-weight:var(--font-weight-normal)}.stat-value.orange{color:#fb923c}.stat-value.pink{color:#ec4899}.stat-value.green{color:#22c55e}.stat-value.blue{color:#3b82f6}.impact-Content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.impact-images{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.image-col{display:flex;flex-direction:column;gap:16px}.image-col:nth-child(2){padding-top:32px}.impact-image{border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;width:100%;height:256px;object-fit:cover;transition:transform .3s,box-shadow .3s}.impact-image:hover{transform:scale(1.05) rotate(2deg);box-shadow:0 25px 50px -12px #00000040}.testimonial-card{border-radius:16px;padding:24px;color:#fff;transition:transform .3s;cursor:pointer}.testimonial-card:hover{transform:scale(1.05) rotate(-2deg)}.testimonial-card.yellow{background:linear-gradient(to bottom right,#facc15,#fb923c)}.testimonial-card.green{background:linear-gradient(to bottom right,#4ade80,#22d3ee)}.testimonial-icon{font-size:1.875rem;margin-bottom:8px}.testimonial-text{font-size:.875rem}.how-it-works-section{padding:96px 24px;background-color:#fff;position:relative;overflow:hidden}.decorative-bg{position:absolute;border-radius:9999px;filter:blur(96px);opacity:.2}.decorative-bg-1{top:0;right:0;width:384px;height:384px;background:linear-gradient(to bottom right,#fef08a,#fdba74)}.decorative-bg-2{bottom:0;left:0;width:384px;height:384px;background:linear-gradient(to bottom right,#e9d5ff,#fbcfe8)}.steps-grid{display:grid;gap:32px;position:relative}.step-card{background-color:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 25px -5px #0000001a;border:2px solid #f3f4f6;transition:all .3s;position:relative;text-align:left}.step-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(251,146,60,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s}.step-card:hover:after{opacity:1}.step-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-8px) scale(1.02)}.step-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px;box-shadow:0 10px 15px -3px #0000001a;position:relative;z-index:1;transition:transform .3s}.step-card:hover .step-icon{transform:scale(1.1) rotate(5deg)}.step-icon-1{background:linear-gradient(to bottom right,#fb923c,#ef4444)}.step-icon-2{background:linear-gradient(to bottom right,#60a5fa,#9333ea)}.step-icon-3{background:linear-gradient(to bottom right,#f472b6,#fb7185)}.step-number{position:absolute;top:-16px;right:-16px;width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 15px -3px #0000001a;font-weight:700;font-size:1.25rem}.step-label{color:#9ca3af;margin-bottom:8px;font-size:.875rem}.step-title{color:#1f2937;font-size:1.5rem;margin-bottom:16px;font-weight:600}.step-description{color:#6b7280;line-height:1.75}.cta-box{background:linear-gradient(to right,#fff7ed,#fce7f3);border-radius:24px;padding:48px;border:2px solid #fed7aa;margin-top:64px}.cta-image{border-radius:16px;box-shadow:0 25px 50px -12px #00000040;margin-bottom:32px;width:100%;height:384px;object-fit:cover}.cta-title{color:#1f2937;font-size:1.875rem;margin-bottom:16px;text-align:center;font-weight:700}.cta-description{color:#6b7280;font-size:1.25rem;margin-bottom:32px;max-width:672px;margin-left:auto;margin-right:auto;text-align:center}.cta-button{background:linear-gradient(to right,#fb923c,#ec4899);color:#fff;padding:16px 40px;border-radius:9999px;border:none;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 25px 50px -12px #00000040;display:block;margin:0 auto}.cta-button:hover{transform:scale(1.05)}.cta-section{padding:96px 24px;background:linear-gradient(to bottom right,#9810fa,#a120ea,#aa27da 12.5%,#be2aba,#d11e99 37.5%,#dc0b88,#e30076,#ea136e,#ed2a65 62.5%,#f54450,#fc582f 87.5%,#fe5c21,#ff620f 93.75%,#ff6501,#fe6900 96.88%,#fc7100);background:linear-gradient(to bottom right,#9810fa,#a120ea,#aa27da 12.5%,#be2aba,#d11e99 37.5%,#dc0b88,color(xyz 0.355 0.175 0.187),#ea136e,#ed2a65 62.5%,#f54450,#fc582f 87.5%,#fe5c21,color(xyz 0.459 0.3 0.036),color(xyz 0.467 0.31 0.025),color(xyz 0.476 0.321 0.015));position:relative;overflow:hidden}.cta-blob{position:absolute;border-radius:9999px;filter:blur(128px)}.cta-blob-1{top:0;left:25%;width:256px;height:256px;background-color:#ffffff1a;animation:ctaBlob1 8s ease-in-out infinite}.cta-blob-2{bottom:0;right:25%;width:384px;height:384px;background-color:#ffffff1a;animation:ctaBlob2 10s ease-in-out infinite}@keyframes ctaBlob1{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.5}}@keyframes ctaBlob2{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.3);opacity:.5}}.cta-content{max-width:1280px;margin:0 auto;position:relative;z-index:10;text-align:center}.cta-heading{color:#fff;font-size:var(--title-size);margin-bottom:24px;font-weight:var(--font-weight-normal);line-height:1}.cta-text{color:#ffffffe6;font-size:1.25rem;margin-bottom:48px;max-width:768px;margin-left:auto;margin-right:auto;line-height:1.75}.email-form{background-color:#fff;border-radius:9999px;padding:8px;max-width:576px;margin:0 auto;display:flex;align-items:center;gap:8px;box-shadow:0 25px 50px -12px #00000040;transition:transform .3s,box-shadow .3s}.email-form:hover{transform:translateY(-2px);box-shadow:0 30px 60px -12px #0000004d}.email-icon{width:24px;height:24px;color:#9ca3af;margin-left:16px}.email-input{flex:1;padding:12px 16px;background-color:transparent;border:none;outline:none;color:#1f2937}.email-button{background:linear-gradient(to right,#fb923c,#ec4899);color:#fff;padding:12px 32px;border-radius:9999px;border:none;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px}.email-button:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.achievements{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px}.achievement{text-align:center}.achievement-icon{font-size:1.875rem;margin-bottom:4px}.achievement-text{color:#fffc}footer{background-color:#101828;color:#fff;padding:64px 24px;text-align:left}.footer-container{max-width:1280px;margin:0 auto}.footer-grid{display:grid;gap:48px;margin-bottom:48px}.footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:24px}.footer-logo-circle{width:40px;height:40px;background:linear-gradient(to bottom right,#fb923c,#ec4899);border-radius:9999px;display:flex;align-items:center;justify-content:center}.footer-logo-text{font-size:1.5rem;font-weight:600}.footer-description{color:#9ca3af;line-height:1.75;margin-bottom:24px;text-align:left}.social-links{display:flex;gap:16px}.social-link{width:40px;height:40px;background-color:#374151;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .3s;text-decoration:none;color:#fff}.social-link:hover{background:linear-gradient(to bottom right,#fb923c,#ec4899);transform:translateY(-3px) rotate(5deg)}.footer-section h3{font-size:1.25rem;margin-bottom:24px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.contact-icon{width:20px;height:20px;color:#fb923c;flex-shrink:0;margin-top:4px}.contact-text{color:#9ca3af;text-align:left}.footer-bottom{border-top:1px solid #374151;padding-top:32px;display:flex;flex-direction:column;align-items:center;gap:16px}.footer-bottom p{color:#9ca3af}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#fff}.icon{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.step-card .icon{height:40px;width:40px}.icon-fill{fill:currentColor}.display-J-L{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-content:flex-start;text-align:left}@media(min-width:768px){.nav-btn{width:max-content;padding:16px 24px;font-size:16px;justify-content:center}.nav-links{display:flex}.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:4.5rem}.hero-buttons{flex-direction:row}.hero-image-container{display:block}.mission-grid{grid-template-columns:repeat(3,1fr)}.impact-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between}}@media(max-width:767px){.logo-circle{width:30px;height:30px}.logo-text{font-size:1.5rem}.nav-btn{font-size:.8rem}.hero-title{font-size:var(--mobile-title-size)}.hero-content{padding-top:20px;padding-bottom:60px}.hero-description{font-size:1rem}.hero-buttons{font-size:.9rem}.hero-stats{margin-top:30px}.section-title{font-size:var(--mobile-title-size)}.mission-card{padding:20px}.mission-icon{width:34px;height:34px;border-radius:6px}.mission-card .icon{height:20px;width:20px}.mission-description,.section-description{font-size:.8rem}.stat-card{font-size:.8rem;padding:10px}.stat-value{font-size:1.5rem}.impact-image{height:200px}.testimonial-card{padding:10px}.testimonial-icon{font-size:1.5rem}.testimonial-text{font-size:.6rem}.step-card{padding:20px;font-size:.8rem}.step-number{height:30px;width:30px}.step-icon{height:40px;width:40px}.step-card .icon{height:20px;width:20px}.cta-title{font-weight:var(--font-weight-normal)}.cta-description{font-size:1rem;font-weight:var(--font-weight-normal)}.cta-image{height:50%}.cta-heading{font-size:var(--mobile-title-size)}.cta-text{font-size:.8rem}.email-icon{height:30px;width:30px}.email-button{padding:.6em 1.2em}.email-button span{display:none}.footer-container{font-size:.8rem}}.content{background:linear-gradient(to bottom right,#fb923c,#ec4899,#9333ea);height:100vh}.login-page,.signup-page{display:flex;align-items:center;justify-content:center;padding:24px;height:calc(100% - 105px)}.login-container{width:700px}.signup-container{width:700px;height:750px}.login-card,.signup-card{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;padding:40px 32px;box-shadow:0 30px 60px -15px #00000040;animation:fadeInUp .6s ease;overflow:auto;height:100%}button:focus{outline:none!important}select,::picker(select){appearance:base-select;padding-right:5px}select::picker-icon{color:#999;transition:.4s rotate}select:open::picker-icon{rotate:180deg}option{background-color:#fff;color:#6b7280}.login-title,.signup-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:24px;background:linear-gradient(to right,#fb923c,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.leftright-container{display:flex;justify-content:space-between}.input-group{position:relative;margin-bottom:16px}.input-icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:#9ca3af}.input-field,.select-field{width:100%;padding:14px 14px 14px 44px;border-radius:9999px;border:2px solid #e5e7eb;font-size:.95rem;transition:all .3s;background-color:#fff;color:#9ca3af}.select-field{width:300px}.input-field:focus,.select-field:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 4px #ec489933}.password-field{padding-right:48px}.toggle-password{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer}option{background-color:#fff;background:#fff;background-image:none}option:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}option:nth-child(3){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.submit-button{width:100%;margin-top:12px;background:linear-gradient(to right,#fb923c,#ec4899);color:#fff;padding:14px;border-radius:9999px;border:none;font-weight:600;cursor:pointer;transition:all .3s;display:flex;justify-content:center;align-items:center;gap:10px}.submit-button:hover{transform:scale(1.05);box-shadow:0 20px 40px -10px #00000040}.submit-button.loading{opacity:.8;cursor:not-allowed}.spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.4);border-top:3px solid white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.message{margin-top:16px;padding:12px 16px;border-radius:12px;font-size:.9rem;display:flex;align-items:center;gap:8px}.message.success{background:#dcfce7;color:#166534}.message.error{background:#fee2e2;color:#991b1b}.signup-link,.login-link{text-align:center;margin-top:16px;font-size:.9rem}.signup-link a,.login-link a{color:#ec4899;font-weight:600;text-decoration:none}.signup-link a:hover,.login-link a:hover{text-decoration:underline}.extra-options{justify-content:space-around;display:flex}input[type=checkbox]{width:20px;height:20px;top:4px;appearance:none;background-color:#fff;border:2px solid #ccc;border-radius:4px;cursor:pointer;position:relative}input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;width:6px;height:12px;border:solid rgb(0,0,0);border-width:0 2px 2px 0;transform:rotate(45deg)}#inputcheckbox{background-color:#fff}.map-wrapper-signup{margin:16px 0}.leaflet-container{border-radius:10px;height:300px;width:300px}.map-label{font-size:.85rem;color:#6b7280;margin-bottom:8px;text-align:left}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.leftright-container{display:block}}.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}}.resto-container{min-height:100vh;display:flex;flex-direction:column}.filter-card label{font-weight:600;color:#1f2937;font-size:.9rem}.form-subtitle{color:#666;font-size:.9rem;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";box-sizing:border-box}.form-select{cursor:pointer}.form-textarea{resize:vertical;min-height:80px}.hint{margin:.5rem 0 0;font-size:.85rem;color:#6b7280}.ocr-section{margin-top:.5rem}.apply-btn{width:100%;background:linear-gradient(to right,#7c3aed,#ec4899);color:#fff;padding:.75rem;font-weight:600;font-size:1rem;border:none;border-radius:.5rem;transition:.3s;cursor:pointer}.cancel-button{width:100%;background:#fff;color:#374151;border:1px solid #d1d5db;padding:.75rem;font-weight:500;font-size:.95rem;border-radius:.5rem;cursor:pointer;transition:background .2s}.cancel-button:hover{background:#f9fafb}.header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;margin-top:.5rem;justify-content:space-between}.profilecontainer{display:flex;align-items:center;justify-content:space-around;align-content:center;flex-wrap:wrap;gap:30px}.graph-section{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000014;min-height:350px}.graph-section h3{margin-bottom:1rem}.status.available{background:#dcfce7;color:#15803d}.status.claimed{background:#fef9c3;color:#854d0e}.status.delivered{background:#d1fae5;color:#065f46}.map-btn,.delete-btn{background:#7c3aed;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s}.delete-btn{background:#ef4444}.delete-btn:hover{background:#dc2626}.resto-container .map-container,.resto-container #map{height:400px;width:100%;border-radius:.5rem;margin-top:.5rem}.ocr-container{min-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff);padding:2rem}.ocr-wrapper{max-width:80rem;margin:0 auto}.ocr-header{text-align:center;margin-bottom:2rem}.ocr-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.ocr-subtitle{color:#4b5563}.ocr-card{background:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.upload-area{border:2px dashed #d1d5db;border-radius:.5rem;padding:3rem;text-align:center;cursor:pointer;transition:border-color .3s}.upload-area:hover{border-color:#6366f1}.file-input{display:none}.upload-label{cursor:pointer}.upload-icon{width:4rem;height:4rem;color:#9ca3af;margin:0 auto 1rem}.upload-text{font-size:1.125rem;color:#374151;margin-bottom:.5rem}.upload-subtext{font-size:.875rem;color:#6b7280}.preview-section{display:flex;flex-direction:column;gap:1.5rem}.image-preview-wrapper{position:relative}.image-preview{width:100%;max-height:24rem;object-fit:contain;border-radius:.5rem;border:2px solid #e5e7eb}.reset-button{position:absolute;top:.5rem;right:.5rem;background-color:#ef4444;color:#fff;padding:.5rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .3s;box-shadow:0 4px 6px -1px #0000001a}.reset-button:hover{background-color:#dc2626}.reset-icon{width:1.25rem;height:1.25rem}.extract-button{width:100%;background-color:#6366f1;color:#fff;padding:.75rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a}.extract-button:hover{background-color:#4f46e5}.extract-button.loading{background-color:#9ca3af;cursor:not-allowed}.extract-icon,.spinner{width:1.25rem;height:1.25rem}.spinner{animation:spin 1s linear infinite}.spinner-circle{opacity:.25}.spinner-path{opacity:.75}.error-alert{margin-top:1rem;background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem;display:flex;align-items:flex-start;gap:.5rem}.error-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.error-box{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem}.results-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.result-block{display:flex;flex-direction:column}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.result-title{font-size:1.25rem;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.5rem}.result-icon{width:1.25rem;height:1.25rem}.copy-button{color:#6366f1;font-weight:500;font-size:.875rem;display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;transition:color .3s}.copy-button:hover{color:#4f46e5}.copy-icon{width:1rem;height:1rem}.text-output{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;max-height:16rem;overflow-y:auto}.text-content{color:#374151;white-space:pre-wrap;font-size:.875rem;margin:0}.llm-output{background:linear-gradient(to right,#faf5ff,#fce7f3);border:1px solid #e9d5ff;border-radius:.5rem;padding:1rem}.json-output{font-size:.875rem;color:#1f2937;white-space:pre-wrap;overflow-x:auto;margin:0;font-family:Courier New,monospace}.instructions-card{margin-top:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.instructions-title{font-weight:600;color:#1f2937;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.info-icon{width:1.25rem;height:1.25rem}.instructions-content{font-size:.875rem;color:#4b5563;display:flex;flex-direction:column;gap:.75rem}.instruction-step{display:flex;flex-direction:column}.step-title{font-weight:500;margin-bottom:.25rem}.code-block{display:block;background-color:#f3f4f6;padding:.5rem;border-radius:.25rem;font-family:Courier New,monospace}.instruction-footer{padding-top:.5rem;border-top:1px solid #e5e7eb}.footer-text{font-size:.75rem;color:#6b7280}.footer-link{color:#6366f1;text-decoration:none}.footer-link:hover{text-decoration:underline}.crop-container{position:relative;height:350px;width:100%;background:#181818}.edit-controls{display:flex;justify-content:center;gap:10px;margin-top:10px}@media(max-width:768px){.ocr-container{padding:1rem}.ocr-title{font-size:1.875rem}.ocr-card{padding:1.5rem}.upload-area{padding:2rem}.result-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.leaflet-routing-container,.leaflet-routing-error{width:320px;background-color:#fff;padding-top:4px;transition:all .2s ease;box-sizing:border-box}.leaflet-control-container .leaflet-routing-container-hide{width:32px;height:32px}.leaflet-routing-container h2{font-size:14px}.leaflet-routing-container h3{font-size:12px;font-weight:400}.leaflet-routing-collapsible .leaflet-routing-geocoders{margin-top:20px}.leaflet-routing-alt,.leaflet-routing-geocoders,.leaflet-routing-error{padding:6px;margin-top:2px;margin-bottom:6px;border-bottom:1px solid #ccc;max-height:320px;overflow-y:auto;transition:all .2s ease}.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt,.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders{display:none}.leaflet-bar .leaflet-routing-alt:last-child{border-bottom:none}.leaflet-routing-alt-minimized{color:#888;max-height:64px;overflow:hidden;cursor:pointer}.leaflet-routing-alt table{border-collapse:collapse}.leaflet-routing-alt tr:hover{background-color:#eee;cursor:pointer}.leaflet-routing-alt::-webkit-scrollbar{width:8px}.leaflet-routing-alt::-webkit-scrollbar-track{border-radius:2px;background-color:#eee}.leaflet-routing-alt::-webkit-scrollbar-thumb{border-radius:2px;background-color:#888}.leaflet-routing-icon{background-image:url(data:image/png;base64,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);-webkit-background-size:240px 20px;background-size:240px 20px;background-repeat:no-repeat;margin:0;content:"";display:inline-block;vertical-align:top;width:20px;height:20px}.leaflet-routing-icon-continue{background-position:0 0}.leaflet-routing-icon-sharp-right{background-position:-20px 0}.leaflet-routing-icon-turn-right{background-position:-40px 0}.leaflet-routing-icon-bear-right{background-position:-60px 0}.leaflet-routing-icon-u-turn{background-position:-80px 0}.leaflet-routing-icon-sharp-left{background-position:-100px 0}.leaflet-routing-icon-turn-left{background-position:-120px 0}.leaflet-routing-icon-bear-left{background-position:-140px 0}.leaflet-routing-icon-depart{background-position:-160px 0}.leaflet-routing-icon-enter-roundabout{background-position:-180px 0}.leaflet-routing-icon-arrive{background-position:-200px 0}.leaflet-routing-icon-via{background-position:-220px 0}.leaflet-routing-geocoders div{padding:4px 0}.leaflet-routing-geocoders input{width:303px;width:calc(100% - 4px);line-height:1.67;border:1px solid #ccc}.leaflet-routing-geocoders button{font:700 18px Lucida Console,Monaco,monospace;border:1px solid #ccc;border-radius:4px;background-color:#fff;margin:0 3px 0 0;float:right;cursor:pointer;transition:background-color .2s ease}.leaflet-routing-add-waypoint:after{content:"+"}.leaflet-routing-reverse-waypoints:after{font-weight:400;content:"⇅"}.leaflet-routing-geocoders button:hover{background-color:#eee}.leaflet-routing-geocoders input,.leaflet-routing-remove-waypoint,.leaflet-routing-geocoder{position:relative}.leaflet-routing-geocoder-result{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif;position:absolute;max-height:0;overflow:hidden;transition:all .5s ease;z-index:1000}.leaflet-routing-geocoder-result table{width:100%;border:1px solid #ccc;border-radius:0 0 4px 4px;background-color:#fff;cursor:pointer}.leaflet-routing-geocoder-result-open{max-height:800px}.leaflet-routing-geocoder-selected,.leaflet-routing-geocoder-result tr:hover{background-color:#eee}.leaflet-routing-geocoder-no-results{font-style:italic;color:#888}.leaflet-routing-remove-waypoint{background-color:transparent;display:inline-block;vertical-align:middle;cursor:pointer}.leaflet-routing-remove-waypoint:after{position:absolute;display:block;width:15px;height:1px;z-index:1;right:1px;top:4px;bottom:0;margin:-16px auto auto;padding:2px 4px 16px 2px;font-size:18px;font-weight:700;content:"×";text-align:center;cursor:pointer;color:#ccc;background:#fff;line-height:1}.leaflet-routing-remove-waypoint:hover{color:#000}.leaflet-routing-instruction-distance{width:48px}.leaflet-routing-collapse-btn{position:absolute;top:0;right:6px;font-size:24px;color:#ccc;font-weight:700}.leaflet-routing-collapse-btn:after{content:"×"}.leaflet-routing-container-hide .leaflet-routing-collapse-btn{position:relative;left:4px;top:4px;display:block;width:26px;height:23px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAXCAYAAAAV1F8QAAABjUlEQVR4Ab1VA4h0URR+v23btv/8wtgKa9v2bp6wDOuwjpPdZG/mxs2b3eS359Q99eymerhH3/HlBEGw/WQymVPRaPR3JBLJwv81PVnbIADQBACC/OF5/rRrQGCwDo2Gw+F1juNOIC0QCNwhMFeA0DAzeCTnVVVVnWe8JadAmLJ3aAy+D9X4WlHZSVseDek40ot8jNwZkE4dTHddPB5/BQXei8ViH9Ejq0DY7qBfCvxCMBiMiW0QwHW1VkVgs0Agy+vZECtjux6wrsoSDc9GQFNTUyeJDjW6gjoA8F1sg8M0EQFCv0wpEIGnjYBAplqNLgL/ioecnpCcblG2wOg5ju0q9LyTBpIJ/WTetDmI6JAioknHwz5ONPvfxHmh3WWxRqg7RGeqEXn0V61joH4Vel0no//XsPFEPEfUAAvkFSzJc67PUbE3g9hQvlhAgt4VAekZcwxENyfk+L6KEzPIa2hoOOMYSBxVKBR6KYpkiG5VknMMRHOh8iwg3zUgerxe7yWsB27mX79+UbpsPcfWV8aO/4mmHgAAAABJRU5ErkJggg==)}.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after{content:none}.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide{margin-top:10px!important}.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide{margin-right:10px!important}.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide{margin-bottom:10px!important}.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide{margin-left:10px!important}@media only screen and (max-width:640px){.leaflet-routing-container{margin:0!important;padding:0!important;width:100%;height:100%}}.ngo-container{min-height:100vh;display:flex;flex-direction:column}.filter-header{display:flex;justify-content:space-between;align-items:center}.icon{width:20px;height:20px}.icon.purple{color:#8b5cf6}.icon.green{color:#22c55e}.icon.blue{color:#3b82f6}.icon.yellow{color:#eab308}.toggle-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;background:#e5e7eb;padding:.25rem;border-radius:.5rem}.toggle-btn{background:transparent;border:none;padding:.5rem .75rem;font-weight:600;border-radius:.375rem;cursor:pointer;color:#4b5563}.toggle-btn.active{background:#fff;color:#7c3aed;box-shadow:0 1px 3px #0000001a}.range-slider{width:100%;height:6px;accent-color:#7c3aed;cursor:pointer}.number-input{width:86%;padding:10px;border:3px solid #ccc;border-radius:8px;font-size:1rem;background-color:#fff;color:#333}.number-input::-webkit-inner-spin-button,.number-input::-webkit-outer-spin-button{opacity:1!important;appearance:auto!important;display:inline-block!important}.apply-btn-container{margin-top:-.5rem;padding:1.5rem}.apply-btn{width:100%;background:linear-gradient(to right,#7c3aed,#ec4899);color:#fff;padding:.75rem;font-weight:600;font-size:1rem;border:none;border-radius:.5rem;transition:.3s}.apply-btn:hover{background:linear-gradient(to right,#6d28d9,#db2777)}.header{display:flex;align-items:center;gap:.75rem;margin-bottom:-2.5rem;margin-top:-.5rem}.user-profile-section{margin-top:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #7c3aed}.status{padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:1.05rem}@media(max-width:768px){.overlay{display:none!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.apply-btn-container{margin-top:-1.5rem;padding:1.5rem}}body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:#f9fafb;color:#000}.vol-container{min-height:100vh;display:flex;flex-direction:column}.content-wrapper{flex:1;display:flex;flex-direction:column}@media(min-width:768px){.content-wrapper{flex-direction:row}}.overlay{position:fixed;inset:0;background:#0006;z-index:20;display:none}.sidebar.open+.overlay{display:block}.sidebar{background:#fff;width:100%;max-width:22rem;position:fixed;left:0;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:30;display:flex;flex-direction:column;border-right:1px solid #e5e7eb}.sidebar.open{transform:translate(0)}.profilecontainer{display:flex;align-items:center;justify-content:space-around;align-content:center;flex-wrap:wrap}.profilecircle{height:40px;width:40px;background-color:#000;border-radius:100%}.flex{display:flex;align-items:center;justify-content:flex-start;align-content:center;flex-wrap:wrap;gap:.7rem}.profilecircle,.profilecontainer button{background-color:#66023c}@media(min-width:1024px){.sidebar{position:relative;transform:none!important;z-index:1;border-right:1px solid #e5e7eb;display:flex!important;left:0!important;max-width:28rem;width:28rem}}@media(min-width:1920px){.sidebar{max-width:32rem;width:32rem}}.sidebar-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding:1rem}.sidebar-header h2{margin:0;font-size:1.2rem;font-weight:600}.close-btn{background:none;border:none;cursor:pointer;color:#4b5563}.filters-container{flex:1;overflow-y:auto;padding:2.5rem;gap:1.5rem;display:flex;flex-direction:column}.filter-card{background:#f9fafb;border:1px solid #e5e7eb;padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem}.main-content{flex:1;padding:1.5rem;background:#f9fafb}.header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;margin-top:.5rem}.header h2{margin:0;font-size:1.8rem;font-weight:700}.menu-icon{color:#4b5563;cursor:pointer}.user-profile-section{margin-top:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.welcome-text{margin:0;color:#666;font-size:.95rem;font-weight:500}.user-details{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.user-details p{margin:0;font-size:.9rem;color:#4b5563}.user-details strong{color:#1f2937;margin-right:.5rem}.donations-section,.map-section{margin-bottom:2rem}@media(min-width:1024px){.main-content{display:flex;flex-direction:column}.map-section{order:2}.donations-section{order:1}}.donations-list{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.donation-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.donation-item:last-child{border-bottom:none}.donation-item:hover{background:#f3f4f6}.donation-item h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.donation-item p{margin:.25rem 0;font-size:.9rem;color:#4b5563}.donation-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.status{padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:.85rem}.status.accepted{background:#dcfce7;color:#15803d}.status.waiting{background:#fef9c3;color:#854d0e}.accept-btn,.deliver-btn{background:linear-gradient(to right,#7c3aed,#ec4899);color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.accept-btn:hover,.deliver-btn:hover{background:linear-gradient(to right,#6d28d9,#db2777);transform:scale(1.02)}.map-btn{background:#7c3aed;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:.5rem}.map-btn:hover{background:#6d28d9}.map-placeholder{background:#e5e7eb;border:1px solid #d1d5db;height:24rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;color:#6b7280;font-weight:500}.map-section h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:#1f2937}.vol-container .map-container,.vol-container #map{height:400px;width:100%;border-radius:.5rem;margin-top:.5rem}.empty-text{padding:2rem;text-align:center;color:#6b7280;font-size:1rem}.loading{padding:2rem;text-align:center;color:#6b7280;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body,main,.dashboard-container,.content,.overlay{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.sidebar-open{overflow:hidden!important}@media(max-width:768px){.overlay{display:none!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}@media(min-width:1024px){.close-btn,.menu-icon{display:none!important}}#root{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";width:100vw;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
