@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#10b981;--primary-hover:#059669;--primary-glow:#10b98166;--secondary:#3b82f6;--text-main:#0f172a;--text-muted:#64748b;--bg-main:#f8fafc;--bg-subtle:#fff;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-premium:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-glow:0 0 20px var(--primary-glow);--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--radius-xl:1.5rem;--radius-lg:1rem}body{color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}#root{width:100%;min-height:100vh}.global-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;border-bottom:1px solid #4caf5026;justify-content:flex-start;align-items:center;gap:3rem;padding:1.25rem 4rem;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.global-navbar .nav-brand{color:#111827;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.global-navbar .brand-icon{color:#4caf50;width:28px;height:28px}.global-navbar .nav-links{gap:2rem;display:flex}.global-navbar .nav-links a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s}.global-navbar .nav-links a:hover{color:#4caf50}.global-navbar .nav-actions{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.global-navbar .nav-actions a{font-weight:600;text-decoration:none}.global-navbar .login-btn{color:#111827;transition:color .2s}.global-navbar .login-btn:hover{color:#4caf50}.global-navbar .join-btn{color:#fff;background-color:#4caf50;border-radius:.5rem;padding:.6rem 1.25rem;transition:background .2s,transform .1s}.global-navbar .join-btn:hover{background-color:#43a047;transform:translateY(-1px)}@media (width<=768px){.global-navbar{padding:1.25rem 2rem}.global-navbar .nav-links{display:none}}.landing-container{color:var(--text-main);background:#fff;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}.bg-green{background-color:#f4fdf6}.landing-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffffa;border-bottom:1px solid #4caf5026;justify-content:space-between;align-items:center;padding:1.25rem 4rem;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.nav-brand{color:#111827;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.brand-icon{color:var(--primary);width:28px;height:28px}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-actions a{font-weight:600;text-decoration:none}.login-btn{color:var(--text-main);transition:color .2s}.login-btn:hover{color:var(--primary)}.join-btn{background-color:var(--primary);color:#fff;border-radius:.5rem;padding:.6rem 1.25rem;transition:background .2s,transform .1s}.join-btn:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.hero-section{text-align:center;width:100%;padding:10rem 2rem 6rem}.hero-content{max-width:1000px;margin:0 auto}.hero-badge{color:#2e7d32;background-color:#4caf5026;border-radius:2rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.02em;color:#111827;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-actions{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.primary-btn{background-color:var(--primary);color:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:flex}.primary-btn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.secondary-btn{color:var(--text-main);border:1px solid var(--border);background-color:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.secondary-btn:hover{background-color:var(--bg-subtle);border-color:#d1d5db}.hero-stats{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3rem;display:grid}.stat-item h3{color:var(--primary);margin:0 0 .5rem;font-size:2rem;font-weight:700}.stat-item p{color:var(--text-muted);margin:0;font-size:.875rem;font-weight:500}.section{padding:6rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.how-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.how-card{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s;position:relative}.how-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000000d}.step-number{background:var(--text-main);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:-1rem;left:2rem}.how-icon{width:48px;height:48px;color:var(--primary);margin-bottom:1.5rem}.how-card h3{margin:0 0 1rem;font-size:1.25rem}.how-card p{color:var(--text-muted);margin:0;line-height:1.6}.problem-section{padding:6rem 2rem}.problem-container{text-align:center;max-width:1000px;margin:0 auto}.problem-stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.p-stat-box{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:2.5rem 2rem}.p-stat-box h4{color:var(--text-main);margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.p-stat-box p{color:var(--text-muted);margin:0;font-size:1.125rem}.problem-statement{color:var(--primary);font-size:1.5rem;font-weight:600}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature-tile{border:1px solid var(--border);text-align:center;background:#fff;border-radius:1rem;padding:2rem 1.5rem;transition:transform .2s}.feature-tile:hover{border-color:var(--primary);transform:translateY(-5px)}.feature-icon{width:32px;height:32px;color:var(--primary);margin-bottom:1rem}.feature-tile h4{margin:0 0 .5rem;font-size:1.125rem}.feature-tile p{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.5}.roles-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.role-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:1rem;flex-direction:column;padding:2.5rem 2rem;display:flex}.role-icon{width:48px;height:48px;color:var(--text-main);margin:0 auto 1.5rem}.role-card h3{margin:0 0 .5rem;font-size:1.5rem}.role-subtitle{color:var(--primary);margin-bottom:1rem;font-size:.875rem;font-weight:600}.role-card p{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;line-height:1.6}.role-btn{background:var(--text-main);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.875rem;font-weight:600;transition:background .2s}.role-btn:hover{background:#374151}.heatmap-banner{background:var(--text-main);color:#fff;border-radius:1rem;align-items:center;max-width:1200px;margin:4rem auto;display:flex;overflow:hidden}.heatmap-content{flex:1;padding:4rem}.heatmap-content h2{color:#fff;margin:0 0 1rem;font-size:2.5rem}.heatmap-content p{color:#9ca3af;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.heatmap-btn{background:var(--primary);color:#fff;border-radius:.5rem;padding:.875rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.heatmap-btn:hover{background:var(--primary-hover)}.heatmap-visual{background:#1f2937;flex:1;justify-content:center;align-items:center;height:400px;display:flex}.heatmap-visual .map-icon{color:#374151;width:120px;height:120px}.final-cta{text-align:center;padding:6rem 2rem}.final-cta h2{margin-bottom:2.5rem;font-size:3rem}.final-cta-actions{justify-content:center;gap:1.5rem;display:flex}.footer{background:#fff;border-top:1px solid #4caf501a;padding:4rem 4rem 2rem}.footer-top{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.footer-brand .nav-brand{margin-bottom:.5rem}.footer-tagline{color:var(--text-muted);font-size:.875rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);padding-top:2rem;font-size:.875rem}@media (width<=1024px){.hero-title{font-size:3rem}.how-grid,.problem-stats,.roles-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.heatmap-banner{flex-direction:column}}@media (width<=768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.how-grid,.problem-stats,.roles-grid,.features-grid{grid-template-columns:1fr}.heatmap-content{padding:2rem}.footer-top{text-align:center;flex-direction:column;gap:2rem}.final-cta-actions{flex-direction:column}}.auth-page-container{background-color:#f4fdf6;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.auth-header{flex-direction:column;align-items:center;padding:2rem 0;display:flex}.auth-brand{color:#111827;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;text-decoration:none;display:flex}.auth-logo-icon{color:#4caf50;width:32px;height:32px}.auth-tagline{color:#4b5563;margin:0;font-size:1.125rem}.auth-main{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 1rem 4rem;display:flex}.auth-card{background:#fff;border:1px solid #4caf501a;border-radius:1rem;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.auth-card h2{color:#111827;text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.form-group{margin-bottom:1.25rem}.form-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.form-input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}input[type=password],.input-wrapper .form-input[type=text]:last-of-type{padding-right:2.5rem}.form-input:focus{border-color:#4caf50;outline:none;box-shadow:0 0 0 3px #4caf501a}.password-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:.75rem}.password-toggle:hover{color:#4b5563}.forgot-password{text-align:right;color:#4caf50;margin-top:-.5rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.forgot-password:hover{text-decoration:underline}.auth-btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.btn-primary{color:#fff;background-color:#4caf50}.btn-primary:hover:not(:disabled){background-color:#43a047}.btn-primary:disabled{cursor:not-allowed;opacity:.7;background-color:#81c784}.btn-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.auth-divider{text-align:center;color:#9ca3af;align-items:center;margin:1.5rem 0;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.auth-divider span{padding:0 .75rem}.auth-error{color:#b91c1c;background-color:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;padding:.75rem;font-size:.875rem;display:flex}.auth-footer{text-align:center;color:#4b5563;margin-top:2rem;font-size:.9375rem}.auth-footer-link{color:#4caf50;font-weight:600;text-decoration:none}.auth-footer-link:hover{text-decoration:underline}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=640px){.auth-card{padding:2rem 1.5rem}}.register-page-container{background-color:#f4fdf6;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.register-main{flex-direction:column;flex:1;align-items:center;padding:0 1rem 4rem;display:flex}.register-card{background:#fff;border:1px solid #4caf501a;border-radius:1rem;width:100%;max-width:600px;margin-top:1rem;padding:2.5rem;box-shadow:0 10px 25px -5px #0000000d}.step-indicator{text-align:center;margin-bottom:2rem}.step-text{text-transform:uppercase;color:#4caf50;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.progress-bar-container{justify-content:center;gap:.5rem;max-width:300px;margin:0 auto;display:flex}.progress-segment{background-color:#e5e7eb;border-radius:2px;flex:1;height:4px;transition:background-color .3s}.progress-segment.active{background-color:#4caf50}.register-card h2{color:#111827;text-align:center;margin:0 0 2rem;font-size:1.75rem;font-weight:800}.role-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.role-select-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;transition:all .2s;display:flex}.role-select-card:hover{background:#f0fdf4;border-color:#a7f3d0}.role-select-card.selected{background:#f0fdf4;border-color:#4caf50;box-shadow:0 4px 12px #4caf501a}.role-icon{justify-content:center;margin-bottom:.5rem;display:flex}.role-svg-icon{color:#6b7280;transition:color .2s}.role-select-card:hover .role-svg-icon,.role-select-card.selected .role-svg-icon{color:#4caf50}.role-title{color:#111827;font-size:1.125rem;font-weight:700}.role-desc{color:#4b5563;font-size:.75rem;line-height:1.4}.form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-grid.full{grid-template-columns:1fr}.form-group.full-width{grid-column:1/-1}select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.checkbox-group{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.5rem;display:grid}.checkbox-label{color:#374151;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.checkbox-label input[type=checkbox]{accent-color:#4caf50;cursor:pointer;width:1rem;height:1rem}.toggle-group{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:1rem;display:flex}.form-actions{border-top:1px solid #e5e7eb;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.btn-back{color:#374151;background:#fff;border:1px solid #d1d5db;flex:1}.btn-back:hover{background:#f9fafb;border-color:#9ca3af}.btn-next{color:#fff;background:#4caf50;flex:2}.btn-next:hover:not(:disabled){background:#43a047}.btn-next:disabled{cursor:not-allowed;background:#9ca3af}@media (width<=640px){.register-card{padding:2rem 1.5rem}.role-grid{grid-template-columns:1fr;gap:1rem}.role-select-card{text-align:left;flex-direction:row;padding:1rem}.role-icon{margin-bottom:0;font-size:2rem}.form-grid{grid-template-columns:1fr}.checkbox-group{grid-template-columns:repeat(2,1fr)}.form-actions{flex-direction:column-reverse}}.donor-dashboard{background:linear-gradient(160deg,#f0fdf4 0%,#f8fafc 30%,#eff6ff 100%);min-height:100vh;padding:2.5rem 2rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.page-header h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:.4rem;font-size:2rem;font-weight:800}.post-food-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:1rem;align-items:center;gap:.6rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 14px #10b98166}.post-food-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #10b98180}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.stat-card{cursor:default;background:#fff;border:1px solid #fffc;border-radius:1.25rem;align-items:center;gap:1.125rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000000f}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.stat-icon{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-info{flex-direction:column;display:flex}.stat-label{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.3rem;font-size:.7rem;font-weight:700}.stat-value{color:#0f172a;letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1}.dashboard-main-grid{grid-template-columns:1.8fr 1.2fr;gap:1.5rem;display:grid}.dashboard-left,.dashboard-right{flex-direction:column;gap:1.5rem;display:flex}.card-box{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;padding:2rem;transition:all .3s;box-shadow:0 2px 8px #0000000f}.card-box:hover{box-shadow:0 8px 24px #00000014}.header-title{align-items:center;gap:.75rem;display:flex}.header-title h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:800}.count-badge{color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:2rem;padding:.2rem .65rem;font-size:.8rem;font-weight:800}.text-btn{color:#10b981;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:700;transition:color .2s;display:flex}.text-btn:hover{color:#059669}.active-posts-list{flex-direction:column;gap:1rem;display:flex}.active-post-card{background:#f8fafc;border:1.5px solid #0000;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .25s;display:flex}.active-post-card:hover{background:#fff;border-color:#10b981;box-shadow:0 4px 12px #10b9811f}.post-info h3{color:#0f172a;margin-bottom:.4rem;font-size:1rem;font-weight:700}.post-meta{color:#64748b;gap:1.25rem;font-size:.8125rem;display:flex}.post-actions{align-items:center;gap:1rem;display:flex}.status-pill{letter-spacing:.05em;border-radius:2rem;padding:.3rem .7rem;font-size:.7rem;font-weight:800}.pill-urgent{color:#d97706;background:#fef3c7}.pill-critical{color:#ef4444;background:#fee2e2}.pill-live{color:#059669;background:#d1fae5}.delete-icon-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.4rem;transition:all .2s}.delete-icon-btn:hover{color:#ef4444;background:#fee2e2}.chart-container{width:100%;height:220px}.text-blue{color:#3b82f6}.gamification-card{color:#fff;background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%);position:relative;overflow:hidden}.gamification-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#fbbf2426 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-60px;right:-60px}.gamification-header{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.tier-badge{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:1.25rem;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 8px 20px #f59e0b66}.tier-label{letter-spacing:.15em;color:#64748b;text-transform:uppercase;margin-bottom:.25rem;font-size:.6rem;font-weight:800;display:block}.tier-info h3{letter-spacing:.05em;color:#fbbf24;margin:0;font-size:1.5rem;font-weight:900}.points-progression{margin-bottom:2rem}.points-labels{justify-content:space-between;align-items:flex-end;margin-bottom:.75rem;display:flex}.points-labels span{font-size:1rem;font-weight:800}.pts-unit{color:#94a3b8;font-size:.7rem;font-weight:600}.target-pts{color:#64748b;font-size:.8rem!important;font-weight:700!important}.progress-bar-bg{background:#ffffff14;border-radius:4px;height:8px;margin-bottom:.6rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#fbbf24,#10b981);border-radius:4px;height:100%;transition:width 1s}.progress-hint{color:#94a3b8;font-size:.75rem;font-weight:600}.leaderboard-link-btn{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:.875rem;width:100%;padding:.875rem;font-size:.875rem;font-weight:700;transition:all .25s}.leaderboard-link-btn:hover{background:#ffffff21;border-color:#fbbf2466}.deliveries-list{flex-direction:column;display:flex}.delivery-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.1rem 0;transition:background .2s;display:flex}.delivery-row:last-child{border-bottom:none}.del-main{align-items:center;gap:1.25rem;display:flex}.del-date{color:#94a3b8;text-align:center;background:#f1f5f9;border-radius:.5rem;width:48px;padding:.4rem .3rem;font-size:.7rem;font-weight:800}.del-details{flex-direction:column;gap:.2rem;display:flex}.del-type{color:#0f172a;font-size:.9375rem;font-weight:700}.del-volunteer,.del-dest{color:#64748b;font-size:.78rem;font-weight:500}.receipt-download-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.receipt-download-btn:hover{color:#fff;background:#10b981}.empty-state{text-align:center;color:#94a3b8;padding:2.5rem;font-size:.9375rem;font-weight:500}@media (width<=1280px){.dashboard-main-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.donor-dashboard{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.post-food-page-v2{background:linear-gradient(160deg,#f0fdf4 0%,#f8fafc 30%,#eff6ff 100%);min-height:100vh;padding:2.5rem 2rem;font-family:Inter,sans-serif}.post-form-container{max-width:900px;margin:0 auto}.post-header{text-align:center;margin-bottom:2.5rem}.post-header h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.post-header p{color:#64748b;font-size:1rem}.post-form{flex-direction:column;gap:1.5rem;display:flex}.form-section{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.form-section:hover{box-shadow:0 6px 20px #00000014}.form-row,.form-row-split{gap:1.25rem;display:flex}.form-field-full,.form-field-half{flex-direction:column;flex:1;gap:.6rem;display:flex}.form-field-full label,.form-field-half label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.post-form input,.post-form select,.post-form textarea{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.875rem;width:100%;padding:1rem 1.25rem;font-family:Inter,sans-serif;font-size:.975rem;font-weight:500;transition:all .25s}.post-form textarea{resize:none;height:110px;line-height:1.6}.post-form input:focus,.post-form select:focus,.post-form textarea:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.select-wrapper{position:relative}.select-icon{pointer-events:none;color:#94a3b8;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.select-wrapper select{appearance:none}.input-with-suffix{position:relative}.suffix{color:#94a3b8;font-size:.85rem;font-weight:700;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.input-with-icon{position:relative}.input-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.safety-banner{border-radius:1rem;padding:1.1rem 1.25rem;font-size:.9rem;font-weight:700;animation:.3s ease-out slideDown}.banner-safe{color:#16a34a;background:#f0fdf4;border:1.5px solid #bbf7d0}.banner-warn{color:#d97706;background:#fffbeb;border:1.5px solid #fde68a}.banner-expired{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca}.banner-content{align-items:center;gap:.65rem;display:flex}.photo-upload-zone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:1.25rem;justify-content:center;align-items:center;height:180px;transition:all .25s;display:flex;overflow:hidden}.photo-upload-zone:hover{background:#f0fdf4;border-color:#10b981}.upload-placeholder{color:#94a3b8;flex-direction:column;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;display:flex}.preview-container{width:100%;height:100%;position:relative}.preview-container img{object-fit:cover;width:100%;height:100%}.verified-badge{color:#16a34a;background:#fff;border-radius:2rem;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;bottom:.75rem;left:.75rem;box-shadow:0 4px 12px #0000001f}.location-section label{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:.8rem;font-weight:700;display:block}.location-input-row{gap:.75rem;margin-bottom:1.25rem;display:flex}.gps-btn{color:#3b82f6;cursor:pointer;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1.5px solid #bfdbfe;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;transition:all .2s;display:flex}.gps-btn:hover{color:#fff;background:#3b82f6;border-color:#0000}.map-preview{border-radius:1rem;overflow:hidden}.tax-estimate-section{padding:0!important}.tax-card{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:1.5rem;padding:1.75rem 2rem}.tax-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.tax-title{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;display:flex}.text-muted{color:#64748b}.tax-row{color:#94a3b8;justify-content:space-between;margin-bottom:.5rem;font-size:.9375rem;font-weight:500;display:flex}.highlight{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem}.val-bold{color:#fff;font-weight:800}.green-text{color:#10b981!important}.recurring-toggle-box{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;padding:2rem;box-shadow:0 2px 8px #0000000f}.switch-row{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.switch-text h3{color:#0f172a;margin-bottom:.2rem;font-size:1rem;font-weight:800}.switch-text p{color:#64748b;font-size:.875rem}.switch-row input[type=checkbox]{appearance:none;cursor:pointer;background:#e2e8f0;border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:all .3s;position:relative}.switch-row input[type=checkbox]:checked{background:#10b981}.switch-row input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #00000026}.switch-row input[type=checkbox]:checked:after{left:23px}.days-picker{flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;display:flex}.day-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1.5px solid #0000;border-radius:2rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.day-btn:hover{color:#10b981;border-color:#10b981}.day-btn.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-color:#0000;box-shadow:0 3px 8px #10b98159}.submit-post-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.05rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 20px #10b98166}.submit-post-btn:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1}.submit-post-btn:not(:disabled):hover{transform:translateY(-3px);box-shadow:0 12px 28px #10b98180}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.post-food-page-v2{padding:1.5rem 1rem}.form-row-split{flex-direction:column}}.my-posts-page-v2{background:linear-gradient(160deg,#f0fdf4 0%,#f8fafc 30%,#eff6ff 100%);min-height:100vh;padding:2.5rem 2rem;font-family:Inter,sans-serif}.posts-header{margin-bottom:2rem}.posts-header h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:.4rem;font-size:2rem;font-weight:800}.filter-tabs-sticky{-webkit-backdrop-filter:blur(12px);z-index:10;background:0 0;border-bottom:1px solid #e2e8f0b3;margin-bottom:1.5rem;padding:.75rem 0 1rem;position:sticky;top:0}.tabs-container{gap:.6rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.tabs-container::-webkit-scrollbar{display:none}.tab-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:2rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.tab-btn:hover{color:#10b981;background:#f0fdf4;border-color:#10b981}.tab-btn.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-color:#0000;box-shadow:0 4px 12px #10b98159}.posts-list{flex-direction:column;gap:1.25rem;max-width:1100px;display:flex}.post-expand-card{background:#fff;border:1.5px solid #0000;border-radius:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 8px #0000000f}.post-expand-card:hover{box-shadow:0 8px 24px #0000001a}.post-expand-card.expanded{border-color:#10b981;box-shadow:0 8px 24px #10b98126}.post-main-row{cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.type-icon-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.type-info h3{color:#0f172a;letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.05rem;font-weight:800}.row-meta{color:#94a3b8;gap:1.25rem;font-size:.8rem;font-weight:600;display:flex}.row-right{align-items:center;gap:2rem;display:flex}.window-info{flex-direction:column;align-items:flex-end;display:flex}.win-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:700}.win-val{color:#475569;font-size:.9rem;font-weight:700}.status-badge{letter-spacing:.04em;text-align:center;border-radius:2rem;min-width:85px;padding:.35rem .8rem;font-size:.7rem;font-weight:800}.action-icons{align-items:center;gap:.6rem;display:flex}.icon-btn-edit,.icon-btn-delete,.icon-btn-download{cursor:pointer;border:none;border-radius:.6rem;padding:.5rem;transition:all .2s}.icon-btn-edit{color:#64748b;background:#f8fafc}.icon-btn-edit:hover{color:#3b82f6;background:#eff6ff}.icon-btn-delete{color:#64748b;background:#f8fafc}.icon-btn-delete:hover{color:#ef4444;background:#fef2f2}.icon-btn-download{color:#64748b;background:#f8fafc}.icon-btn-download:hover{color:#10b981;background:#f0fdf4}.expand-indicator{color:#cbd5e1;transition:color .2s}.post-expand-card.expanded .expand-indicator{color:#10b981}.post-detail-panel{background:linear-gradient(#fafcff,#f8fafc);border-top:1px solid #f1f5f9;padding:2rem 1.75rem;animation:.28s ease-out slideDown}.detail-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.detail-section h4{color:#94a3b8;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.5rem;font-size:.7rem;font-weight:800}.timeline-v2{flex-direction:column;gap:1.25rem;display:flex}.timeline-step{align-items:center;gap:1rem;display:flex;position:relative}.step-circle{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.step-circle.done{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.step-text{color:#475569;font-size:.875rem;font-weight:600}.impact-stats-mini{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.impact-pill{color:#475569;background:#f1f5f9;border-radius:2rem;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;display:flex}.points-impact{color:#f97316;background:#fff7ed}.post-desc-text{color:#64748b;margin-bottom:1.25rem;font-size:.9rem;font-style:italic;line-height:1.6}.post-location-mini{color:#94a3b8;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.volunteer-card-mini{background:#fff;border:1.5px solid #f1f5f9;border-radius:1rem;flex-direction:column;gap:.1rem;margin-top:1.5rem;padding:1.1rem 1.25rem;display:flex}.v-label{color:#94a3b8;text-transform:uppercase;font-size:.6rem;font-weight:800}.v-name{color:#0f172a;font-size:.975rem;font-weight:800}.v-phone{color:#3b82f6;font-size:.85rem;font-weight:700}.receipt-banner{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:1rem;align-items:center;gap:.75rem;margin-top:2rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 4px 12px #10b9814d}.download-btn-mini{color:#059669;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:.5rem;align-items:center;gap:.35rem;margin-left:auto;padding:.4rem .8rem;font-size:.75rem;font-weight:800;display:flex}.posts-empty-state{text-align:center;background:#fff;border:2px dashed #e2e8f0;border-radius:1.5rem;margin-top:3rem;padding:4rem 2rem}.empty-illust{margin-bottom:1.25rem;font-size:3.5rem}.posts-empty-state h3{color:#0f172a;margin-bottom:.4rem;font-size:1.375rem;font-weight:800}.posts-empty-state p{color:#94a3b8;font-size:.9375rem;font-weight:500}@media (width<=768px){.my-posts-page-v2{padding:1.5rem}.detail-grid{grid-template-columns:1fr}.row-right{gap:1rem}.window-info{display:none}}.impact-page-v2{background:linear-gradient(160deg,#f0fdf4 0%,#f8fafc 30%,#eff6ff 100%);min-height:100vh;padding:2.5rem 2rem;font-family:Inter,sans-serif}.impact-header{margin-bottom:2.5rem}.impact-header h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:.4rem;font-size:2rem;font-weight:800}.subtitle{color:#64748b;font-size:1rem;font-weight:500}.hero-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.hero-stat-card{background:#fff;border:1px solid #e2e8f099;border-radius:1.25rem;align-items:center;gap:1.1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000000f}.hero-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.stat-icon-circ{background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-text{flex-direction:column;display:flex}.stat-val-large{color:#0f172a;letter-spacing:-.03em;font-size:1.625rem;font-weight:800;line-height:1.1}.stat-label-small{color:#64748b;font-size:.78rem;font-weight:600}.charts-impact-row{grid-template-columns:2fr 1.2fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.chart-box-impact{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;padding:2rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000000f}.chart-box-impact:hover{box-shadow:0 8px 24px #00000014}.chart-box-impact h3{color:#0f172a;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1rem;font-weight:800}.chart-canvas-wrap{height:280px}.pie-wrap{height:230px}.impact-main-split{grid-template-columns:1.1fr 1.9fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.gamification-col,.leaderboard-col{flex-direction:column;gap:1.5rem;display:flex}.card-box-v2{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;padding:2rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000000f}.card-box-v2:hover{box-shadow:0 8px 24px #00000014}.tier-impact-card{color:#fff;background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%);border-radius:1.5rem;padding:2.5rem 2rem;position:relative;overflow:hidden}.tier-impact-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#fbbf242e 0%,#0000 70%);width:180px;height:180px;position:absolute;top:-50px;right:-50px}.card-top-accent{background:linear-gradient(90deg,#f59e0b,#fbbf24,#10b981);height:4px;position:absolute;top:0;left:0;right:0}.tier-content-large{text-align:center;flex-direction:column;align-items:center;display:flex}.badge-ring-glow{background:radial-gradient(circle,#f59e0b40 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1.5rem;display:flex;box-shadow:0 0 30px #fbbf2433}.gold-award{color:#fbbf24}.tier-labels-wrap{margin-bottom:2rem}.tier-subtitle-v2{color:#64748b;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.4rem;font-size:.65rem;font-weight:800;display:block}.tier-content-large h2{letter-spacing:.04em;color:#fbbf24;margin:0;font-size:2.25rem;font-weight:900}.progress-details-impact{width:100%}.pts-row{justify-content:space-between;align-items:flex-end;margin-bottom:.65rem;display:flex}.curr-pts{font-size:1.1rem;font-weight:800}.curr-pts small{color:#64748b;font-size:.7rem;font-weight:600}.target-hint{color:#64748b;font-size:.78rem;font-weight:700}.impact-progress-bar{background:#ffffff12;border-radius:4px;height:8px;margin-bottom:.6rem;overflow:hidden}.impact-progress-fill{background:linear-gradient(90deg,#fbbf24,#10b981);border-radius:4px;height:100%}.sec-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.sec-header h3{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:800}.text-link{color:#10b981;cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:700;transition:color .2s}.text-link:hover{color:#059669}.badges-grid-impact{flex-direction:column;gap:.875rem;display:flex}.badge-impact-item{background:#f8fafc;border:1px solid #0000;border-radius:1rem;align-items:center;gap:1rem;padding:1rem 1.125rem;transition:all .25s;display:flex}.badge-impact-item:hover{background:#f0fdf4;border-color:#10b9814d}.badge-impact-item.locked{opacity:.55;filter:grayscale(.7)}.badge-icon-wrap{background:#fff;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex;box-shadow:0 2px 6px #00000012}.badge-info-mini{flex-direction:column;gap:.15rem;display:flex}.b-name{color:#0f172a;font-size:.9rem;font-weight:700}.b-date{color:#64748b;font-size:.77rem;font-weight:500}.h-left{align-items:center;gap:.65rem;display:flex}.h-subtitle{color:#94a3b8;letter-spacing:.12em;text-transform:uppercase;font-size:.6rem;font-weight:800}.text-orange{color:#f97316}.leader-table-donor{margin-top:1.25rem}.table-row{border-bottom:1px solid #f1f5f9;grid-template-columns:.5fr 2fr 1fr 1fr;align-items:center;padding:.875rem 0;display:grid}.table-row.head{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;border-bottom:1.5px solid #e2e8f0;padding-bottom:.5rem;font-size:.68rem;font-weight:800}.rank-td{color:#94a3b8;padding-left:.4rem;font-weight:800}.name-td{align-items:center;gap:.75rem;display:flex}.avatar-xs{background:linear-gradient(135deg,#dbeafe,#c7d2fe);border-radius:50%;flex-shrink:0;width:30px;height:30px}.name-td span{color:#0f172a;font-size:.9rem;font-weight:700}.is-me-row{background:linear-gradient(90deg,#f0fdf4,#fff);border-bottom:none;border-radius:.875rem;margin:.25rem -.5rem;padding:.875rem .5rem}.is-me-row .name-td span,.is-me-row .rank-td{color:#059669}.val-td,.pts-td{color:#3b82f6;text-align:center;font-weight:800}.shareable-card{padding:.5rem}.card-inner-design{color:#fff;background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%);border-radius:1.25rem;padding:2rem;position:relative;overflow:hidden}.card-inner-design:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b98126 0%,#0000 70%);width:150px;height:150px;position:absolute;bottom:-40px;right:-40px}.design-header{color:#64748b;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.6rem;font-weight:800;display:flex}.brand-dot{background:#10b981;border-radius:50%;width:8px;height:8px}.design-body h3{color:#fbbf24;margin:.4rem 0 .75rem;font-size:1.375rem;font-weight:900}.impact-quote{color:#cbd5e1;margin-bottom:1.5rem;font-size:.9375rem;font-weight:600;line-height:1.5}.mini-stats-row{border-top:1px solid #ffffff14;gap:2rem;padding-top:1.25rem;display:flex}.ms-item{flex-direction:column;align-items:center;display:flex}.ms-item span{font-size:1rem;font-weight:900}.ms-item small{color:#64748b;text-transform:uppercase;font-size:.6rem;font-weight:800}.share-actions{gap:.75rem;padding-top:1rem;display:flex}.share-btn{cursor:pointer;border:none;border-radius:.875rem;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.875rem;font-size:.875rem;font-weight:800;transition:all .25s;display:flex}.whatsapp-btn{color:#fff;background:#22c55e}.whatsapp-btn:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 6px 16px #22c55e59}.download-btn{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0}.download-btn:hover{background:#f1f5f9}.recurring-schedules-section{margin-bottom:2rem}.schedules-list-impact{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem;display:grid}.schedule-entry-card{background:#f8fafc;border:1px solid #0000;border-radius:1.25rem;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .25s;display:flex}.schedule-entry-card:hover{background:#fff;border-color:#10b98133;box-shadow:0 6px 16px #00000014}.sched-left{align-items:center;gap:1.25rem;display:flex}.sched-icon{color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.sched-info h4{color:#0f172a;margin:0 0 .45rem;font-size:1rem;font-weight:800}.sched-meta{align-items:center;gap:1.25rem;display:flex}.days-row{gap:.35rem;display:flex}.day-chip{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:.4rem;padding:.15rem .45rem;font-size:.7rem;font-weight:800}.meta-time{color:#94a3b8;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:flex}.sched-right{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.status-toggle-simple{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#e2e8f0;border-radius:2rem;padding:.3rem .7rem;font-size:.7rem;font-weight:900}.status-toggle-simple.active{color:#059669;background:#d1fae5}.sched-actions{gap:.5rem;display:flex}.sched-action-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;align-items:center;padding:.45rem;transition:all .2s;display:flex}.sched-action-btn:hover{color:#3b82f6;border-color:#3b82f6}.delete-red:hover{color:#ef4444;border-color:#ef4444}.add-sched-btn{color:#059669;cursor:pointer;background:#f0fdf4;border:1.5px solid #10b981;border-radius:.75rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:800;transition:all .2s;display:flex}.add-sched-btn:hover{color:#fff;background:#10b981}@media (width<=1280px){.hero-grid{grid-template-columns:repeat(2,1fr)}.charts-impact-row,.impact-main-split,.schedules-list-impact{grid-template-columns:1fr}}@media (width<=768px){.impact-page-v2{padding:1.5rem}.hero-grid{grid-template-columns:repeat(2,1fr)}}.volunteer-dashboard-v2{background-color:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,sans-serif}.dashboard-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffc;border-bottom:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.navbar-left{align-items:center;gap:1rem;display:flex}.navbar-title{color:#1e293b;font-size:1.125rem;font-weight:700}.sidebar-toggle{color:#64748b;cursor:pointer}.navbar-right{align-items:center;gap:1.25rem;display:flex}.notif-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:background .2s}.notif-btn:hover{background:#f1f5f9}.new-mission-btn{color:#059669;cursor:pointer;background:#f0fdf4;border:1.5px solid #10b981;border-radius:1rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.new-mission-btn:hover{background:#dcfce7;transform:scale(1.02)}.dashboard-content{max-width:1400px;margin:0 auto;padding:2.5rem 2rem}.welcome-section{margin-bottom:2.5rem}.welcome-section h1{color:#1e293b;letter-spacing:-.025em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.welcome-section p{color:#64748b;font-size:1rem;font-weight:500}.stats-row{grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-bottom:2.5rem;display:grid}.stat-card{background:#fff;border-left:2px solid #f1f5f9;border-radius:1.5rem;padding:1.75rem;box-shadow:0 4px 6px -1px #0000000a,0 2px 4px -1px #00000005}.stat-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.stat-icon-wrapper{border-radius:.75rem;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-label{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:800}.stat-value{color:#1e293b;letter-spacing:-.025em;font-size:2.25rem;font-weight:800}.middle-grid{grid-template-columns:1fr 1fr 1.1fr;gap:2rem;margin-bottom:3rem;display:grid}.ongoing-mission-card{background:#fff;border-radius:2rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.card-image-bg{background-color:#0000;background-image:linear-gradient(#0000001a,#0006),url(https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=2070&auto=format&fit=crop);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:flex-end;height:180px;padding:1.5rem;display:flex;position:relative}.mission-tag{color:#1e293b;background:#fbbf24;border-radius:1rem;width:fit-content;margin-bottom:.75rem;padding:.35rem .75rem;font-size:.625rem;font-weight:900}.mission-title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:800}.mission-details{flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem;display:flex}.detail-row{align-items:center;gap:1rem;display:flex}.detail-icon{color:#10b981;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.detail-text{flex-direction:column;flex:1;display:flex}.detail-label{color:#94a3b8;font-size:.75rem;font-weight:600}.detail-val{color:#1e293b;font-size:.9375rem;font-weight:700}.mini-action-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 10px #22c55e4d}.continue-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;margin-top:.5rem;padding:1rem;font-weight:700;transition:all .2s}.progression-card{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 10px 15px -3px #0000000d}.card-header h2{color:#1e293b;margin:0;font-size:1.125rem;font-weight:700}.tier-text{justify-content:space-between;align-items:flex-end;margin-bottom:.75rem;display:flex}.tier-name{color:#10b981;letter-spacing:.05em;font-size:1.25rem;font-style:italic;font-weight:900}.xp-val{color:#1e293b;font-size:1.5rem;font-weight:800}.xp-unit{color:#94a3b8;font-size:.875rem;font-style:normal;font-weight:600}.next-level{color:#64748b;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:block}.progress-bar-container{background:#f1f5f9;border-radius:5px;height:10px;margin-bottom:2rem;overflow:hidden}.progress-bar-fill{background:#22c55e;border-radius:5px;height:100%}.badges-row .row-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.badges-row h3{color:#1e293b;margin:0;font-size:.875rem;font-weight:700}.view-all-link{color:#94a3b8;cursor:pointer;background:#f1f5f9;border:none;border-radius:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.badges-list{align-items:center;gap:.75rem;display:flex}.badge-circ{border-radius:.75rem;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.blue{color:#3b82f6;background:#eff6ff}.yellow{color:#f59e0b;background:#fffbeb}.orange{color:#f97316;background:#fff7ed}.badge-count{color:#94a3b8;fontWeight:700;borderRadius:.75rem;background:#f1f5f9;padding:.5rem .75rem;font-size:.75rem}.pro-tip-box{background:#f0fdf4;border:1px solid #dcfce7;border-radius:1rem;margin-top:2rem;padding:1.25rem}.pro-tip-tag{color:#22c55e;letter-spacing:.1em;background:0 0;margin-bottom:.5rem;font-size:.625rem;font-weight:900;display:block}.pro-tip-box p{color:#166534;margin:0;font-size:.8125rem;font-weight:600;line-height:1.5}.impact-analysis-card{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 10px 15px -3px #0000000d}.ai-icon-wrapper{color:#f59e0b;background:#fffbeb;border-radius:50%;padding:.5rem}.impact-analysis-card .subtitle{color:#94a3b8;margin-top:-1.75rem;margin-bottom:2rem;font-size:.75rem;font-weight:600;display:block}.report-center{text-align:center;flex-direction:column;align-items:center;display:flex}.icon-circle{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.report-center h3{color:#1e293b;margin-bottom:.75rem;font-size:1.125rem;font-weight:800}.report-center p{color:#64748b;max-width:280px;margin-bottom:2.5rem;font-size:.875rem;line-height:1.5}.generate-report-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:800;display:flex;box-shadow:0 4px 15px #22c55e66}.leaderboard-section{background:#fff;border-radius:2rem;padding:2.5rem;box-shadow:0 10px 15px -3px #0000000d}.trophy-gold{color:#f59e0b}.leaderboard-subtitle{letter-spacing:.1em;color:#94a3b8;border-bottom:1.5px solid #f1f5f9;margin-top:-1.25rem;margin-bottom:2rem;padding-bottom:.75rem;font-size:.625rem;font-weight:900;display:block}.leaderboard-list-v2{flex-direction:column;display:flex}.leader-row-v2{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:1.25rem 0;transition:all .2s;display:flex}.leader-row-v2.is-me-highlight{color:#059669}.rank-name{align-items:center;gap:1.5rem;display:flex}.rank-num{color:#f59e0b;text-align:center;width:24px;font-size:1rem;font-weight:800}.rank-num.top-rank{color:#f59e0b}.avatar-small{background:#e2e8f0;border-radius:50%;width:36px;height:36px}.person-name{font-size:1rem;font-weight:700}.me-badge{background:#dcfce7;border-radius:1rem;margin-left:.5rem;padding:.2rem .6rem;font-size:.625rem}.points-info{align-items:center;gap:.5rem;display:flex}.points-val{font-size:.9375rem;font-weight:800}.small-trophy{color:#f59e0b}@media (width<=1200px){.middle-grid{grid-template-columns:1fr 1fr}.stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.middle-grid{grid-template-columns:1fr}.dashboard-content{padding:1.5rem 1rem}.welcome-section h1{font-size:1.75rem}}.food-map-page{background-color:#f4fdf6;flex-direction:column;height:100vh;display:flex;overflow:hidden}.map-control-bar{background:#fff;border-bottom:1.5px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.map-controls-left{flex-grow:1;align-items:center;gap:1.5rem;display:flex}.map-view-toggle{background:#f3f4f6;border-radius:.5rem;padding:.25rem;display:flex}.toggle-btn{cursor:pointer;color:#6b7280;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.toggle-btn.active{color:#4caf50;background:#fff;box-shadow:0 1px 2px #0000001a}.filter-pill{color:#4caf50;cursor:pointer;background:#f0fdf4;border:1px solid #dcfce7;border-radius:2rem;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:700;display:flex}.toggle-switch{width:48px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0000001a}input:checked+.slider{background-color:#22c55e}input:focus+.slider{box-shadow:0 0 1px #22c55e}input:checked+.slider:before{transform:translate(24px)}.map-main-container{flex:1;position:relative;overflow:hidden}.leaflet-container{width:100%;height:100%}.posts-list-view{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;max-width:1400px;height:100%;margin:0 auto;padding:1.5rem 2rem;display:grid;overflow-y:auto}.food-post-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.food-post-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.card-image{background:#e5e7eb;height:160px;position:relative}.card-image img{object-fit:cover;width:100%;height:100%}.card-priority{text-transform:uppercase;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.card-body{flex:1;padding:1.25rem}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.card-title{color:#111827;font-size:1.125rem;font-weight:700}.card-meta{color:#6b7280;gap:1rem;margin-top:.5rem;font-size:.8125rem;display:flex}.card-footer{background:#f9fafb;border-top:1px solid #f3f4f6;gap:.75rem;padding:1rem 1.25rem;display:flex}.btn-card{cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.6rem;font-size:.875rem;font-weight:700;transition:all .2s}.btn-claim{color:#fff;background:#4caf50}.btn-claim:hover{background:#43a047}.btn-batch{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-batch:hover{background:#f3f4f6}.bottom-sheet{z-index:1001;background:#fff;border-radius:1.5rem 1.5rem 0 0;max-width:600px;margin:0 auto;padding:2rem;transition:transform .3s ease-out;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 25px #0000001a}.bottom-sheet.open{transform:translateY(0)}.sheet-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.close-sheet{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.floating-batch-bar{z-index:1002;color:#fff;background:#111827;border-radius:3rem;align-items:center;gap:2rem;padding:.75rem 1.5rem;animation:.3s ease-out slideUp;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000004d}.batch-stats{align-items:center;gap:.75rem;font-size:.9375rem;font-weight:600;display:flex}.btn-build{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:2rem;padding:.5rem 1rem;font-weight:700;transition:all .2s}.btn-build:hover{background:#43a047}.user-marker-pulse{background:#3b82f6;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse;box-shadow:0 0 #3b82f6b3}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #3b82f6b3}70%{transform:scale(1);box-shadow:0 0 0 10px #3b82f600}to{transform:scale(.95);box-shadow:0 0 #3b82f600}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}@media (width<=768px){.posts-list-view{grid-template-columns:1fr}.floating-batch-bar{justify-content:space-between;gap:.5rem;width:calc(100% - 2rem)}}.batch-route-page{background-color:#f4fdf6;flex-direction:column;height:100vh;display:flex;overflow:hidden}.route-header{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.route-title{color:#111827;font-size:1.125rem;font-weight:800}.route-main{flex:1;display:flex;overflow:hidden}.route-left-map{border-right:1px solid #e5e7eb;flex:1}.route-right-stops{background:#f9fafb;flex-direction:column;gap:1.25rem;width:400px;padding:1.5rem;display:flex;overflow-y:auto}.stop-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem;transition:all .3s;position:relative;box-shadow:0 4px 6px -1px #0000000d}.stop-card.completed{opacity:.6;background:#f0fdf4;border-color:#dcfce7}.stop-badge{color:#fff;background:#111827;border:3px solid #f9fafb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8125rem;font-weight:800;display:flex;position:absolute;top:-.75rem;left:1.25rem}.stop-card.completed .stop-badge{background:#4caf50}.stop-info h3{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:700}.stop-info p{color:#6b7280;margin:0;font-size:.8125rem}.stop-data{color:#374151;border-top:1px solid #f3f4f6;gap:1rem;margin-top:1rem;padding:.75rem 0;font-size:.875rem;font-weight:600;display:flex}.btn-arrived{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-weight:700}.btn-arrived:hover{background:#43a047}.btn-arrived:disabled{cursor:not-allowed;background:#d1d5db}.delivery-card{color:#fff;background:#111827;border-color:#111827}.delivery-card h3{color:#fff}.btn-delivered{color:#fff;background:#4caf50;margin-top:1.5rem}.route-progress-box{background:#fff;border-top:1px solid #e5e7eb;padding:1rem 1.5rem}.capacity-text{color:#4b5563;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:flex}.capacity-bar{background:#e5e7eb;border-radius:5px;height:10px;overflow:hidden}.capacity-fill{background:#4caf50;height:100%;transition:width .3s}.modal-overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:1.5rem;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a}.modal-content h2{text-align:center;margin-top:0}@media (width<=1024px){.route-main{flex-direction:column}.route-left-map{border-bottom:1px solid #e5e7eb;border-right:none;flex:none;height:350px}.route-right-stops{flex:1;width:100%}}.profile-page-v2{background-color:#f1f5f9;min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.profile-container-v2{flex-direction:column;gap:2rem;width:100%;max-width:1400px;margin:0 auto;display:flex}.header-card{background:#fff;border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.header-card-stripe{background:#22c55e;height:8px}.header-content{justify-content:space-between;align-items:center;padding:2.5rem;display:flex}.avatar-section{align-items:center;gap:2rem;display:flex}.profile-avatar-large{width:100px;height:100px;position:relative}.profile-avatar-large img{object-fit:cover;border:4px solid #fff;border-radius:50%;width:100%;height:100%;box-shadow:0 4px 12px #0000001a}.status-dot-active{background:#22c55e;border:3px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;bottom:5px;right:5px}.user-intro h1{color:#1e293b;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.header-meta{color:#64748b;align-items:center;gap:1.25rem;font-size:.9375rem;font-weight:500;display:flex}.role-badge{color:#166534;letter-spacing:.02em;background:#dcfce7;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800}.meta-item{align-items:center;gap:.5rem;display:flex}.header-actions{align-items:center;display:flex}.status-toggle-card{background:#f8fafc;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.75rem;min-width:120px;padding:1.25rem 2rem;display:flex;box-shadow:inset 0 2px 4px #00000005}.toggle-label{letter-spacing:.1em;color:#94a3b8;font-size:.625rem;font-weight:800}.profile-switch{width:48px;height:24px;display:inline-block;position:relative}.profile-switch input{opacity:0;width:0;height:0}.profile-slider{cursor:pointer;background-color:#e2e8f0;border-radius:34px;transition:all .4s;position:absolute;inset:0}.profile-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0000001a}input:checked+.profile-slider{background-color:#22c55e}input:checked+.profile-slider:before{transform:translate(24px)}.profile-grid{grid-template-columns:1.6fr 1.2fr;align-items:stretch;gap:2rem;display:grid}.details-column{display:flex}.details-column .section-card{flex:1}.settings-column{flex-direction:column;gap:2rem;display:flex}.settings-column .section-card{flex:1}.section-card{background:#fff;border-radius:1.5rem;height:100%;padding:2.5rem 3rem;box-shadow:0 4px 6px -1px #0000000d}.section-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.section-header h2,.section-header-simple h2{color:#1e293b;font-size:1.25rem;font-weight:700}.edit-info-btn{color:#16a34a;cursor:pointer;background:#f0fdf4;border:1.5px solid #22c55e;border-radius:1rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s}.edit-info-btn:hover{background:#dcfce7;transform:scale(1.02)}.details-list{flex-direction:column;gap:1.5rem;display:flex}.input-field-full,.input-field-half{flex-direction:column;gap:.75rem;display:flex}.input-field-full label,.input-field-half label,.dropdown-field label{color:#94a3b8;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:800;display:flex}.input-field-full input,.input-field-half input{color:#1e293b;background:#f8fafc;border:none;border-radius:.75rem;width:100%;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600}.input-group-row-split{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.fixed-gap{gap:2rem}.custom-select-mimic{color:#1e293b;cursor:pointer;background:#f8fafc;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.rotate-90{color:#94a3b8;transform:rotate(90deg)}.section-header-simple{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.header-icon{color:#64748b}.toggle-list{flex-direction:column;gap:2rem;margin-bottom:2.5rem;display:flex}.toggle-item{justify-content:space-between;align-items:center;display:flex}.toggle-info{flex-direction:column;gap:.25rem;display:flex}.toggle-title{color:#334155;font-size:1rem;font-weight:700}.toggle-desc{color:#94a3b8;font-size:.8125rem;font-weight:500}.dropdown-field{margin-top:1rem}.bg-light{background:#f8fafc}.mt-card{margin-top:2rem}.action-rows{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.action-row-btn{cursor:pointer;color:#64748b;background:#f8fafc;border:1px solid #0000;border-radius:1rem;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;transition:all .2s;display:flex}.action-row-btn:hover{background:#fff;border-color:#e2e8f0;transform:translate(4px)}.row-left{align-items:center;gap:1rem;display:flex}.row-left span{color:#1e293b;font-weight:700}.row-icon-box{border-radius:.75rem;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.blue-icon{color:#3b82f6;background:#eff6ff}.red-icon{color:#ef4444;background:#fef2f2}.red-text{color:#ef4444!important}.full-logout-btn{color:#166534;cursor:pointer;background:#f0fdf4;border:none;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-weight:800;transition:all .2s;display:flex}.full-logout-btn:hover{background:#dcfce7;transform:scale(.98)}@media (width<=1024px){.profile-grid{grid-template-columns:1fr}.profile-page-v2{padding:1rem}}.volunteer-sidebar{z-index:1000;background:#fff;border-right:1.5px solid #f1f5f9;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 15px #00000005}.brand-logo{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;font-weight:800;display:flex}.nav-item{color:#64748b;border-radius:1rem;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.nav-item.active{color:#059669;background:#f0fdf4}.nav-item.active .item-icon{color:#059669}.item-icon{color:#94a3b8;transition:color .25s}.logout-side-btn:hover{background:#fef2f2;transform:scale(.98)}@media (width<=1024px){.volunteer-sidebar{align-items:center;width:80px;padding:2rem 1rem}.sidebar-brand span,.item-name,.chevron,.sidebar-footer span{display:none}.nav-item{justify-content:center;padding:1rem}}.volunteer-layout{background-color:#f8fafc;min-height:100vh;display:flex}.layout-content{flex:1;margin-left:280px;padding:0;transition:all .3s}@media (width<=1024px){.layout-content{margin-left:80px}}@media (width<=768px){.layout-content{margin-left:0}}.donor-sidebar{-webkit-backdrop-filter:blur(20px);z-index:1000;width:280px;height:100vh;box-shadow:var(--shadow-lg);transition:var(--transition-smooth);background:#ffffffb3;border-right:1px solid #ffffff80;flex-direction:column;padding:2.5rem 1.5rem;display:flex;position:fixed;top:0;left:0}.sidebar-brand{align-items:center;gap:1rem;margin-bottom:3.5rem;padding-left:.5rem;display:flex}.brand-logo.donor-brand{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;width:42px;height:42px;box-shadow:var(--shadow-glow);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.sidebar-brand span{color:#1e293b;letter-spacing:-.025em;font-size:1.25rem;font-weight:800}.sidebar-nav{flex-direction:column;gap:.75rem;display:flex}.nav-item{border-radius:var(--radius-lg);color:var(--text-muted);transition:var(--transition-smooth);align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;position:relative;overflow:hidden}.nav-item:hover{color:var(--text-main);background:#10b9810d;transform:translate(8px)}.nav-item.active{color:var(--primary);border-left:4px solid var(--primary);background:linear-gradient(90deg,#10b9811a,#0000)}.sidebar-icon{color:#94a3b8;transition:color .25s}.nav-item.active .sidebar-icon{color:var(--primary)}.chevron{opacity:0;margin-left:auto;transition:all .25s;transform:translate(-5px)}.nav-item:hover .chevron,.nav-item.active .chevron{opacity:1;transform:translate(0)}.sidebar-footer{border-top:1.5px solid #f1f5f9;margin-top:auto;padding-top:1.5rem}.logout-side-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:1rem;align-items:center;gap:1rem;width:100%;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.logout-side-btn:hover{background:#fef2f2}@media (width<=1024px){.donor-sidebar{align-items:center;width:80px;padding:2rem 1rem}.sidebar-brand span,.item-name,.chevron,.sidebar-footer span{display:none}}.donor-layout{background:linear-gradient(160deg,#f0fdf4 0%,#f8fafc 30%,#eff6ff 100%);min-height:100vh;display:flex}.donor-main-area{flex-direction:column;flex:1;min-width:0;margin-left:280px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}@media (width<=1024px){.donor-main-area{margin-left:80px}}.donor-container{width:100%}.ngo-sidebar{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#ffffffb8;border-right:1px solid #ffffff80;flex-direction:column;width:280px;height:100vh;padding:2rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 24px #10b98114}.ngo-brand{align-items:center;gap:.875rem;margin-bottom:2.5rem;padding:0 .25rem;display:flex}.ngo-brand-logo{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 6px 16px #10b98166}.ngo-brand-text{flex-direction:column;display:flex}.ngo-brand-name{color:#0f172a;letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.ngo-brand-sub{color:#94a3b8;font-size:.72rem;font-weight:600}.ngo-nav{flex-direction:column;gap:.375rem;display:flex}.ngo-nav-item{color:#64748b;border-radius:.875rem;align-items:center;gap:.875rem;padding:.875rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ngo-nav-item:hover{color:#0f172a;background:#10b9810f;transform:translate(6px)}.ngo-nav-item.active{color:#10b981;background:linear-gradient(90deg,#10b9811f,#0000);border-left:3px solid #10b981}.ngo-nav-icon{color:#94a3b8;flex-shrink:0;transition:color .25s}.ngo-nav-item.active .ngo-nav-icon{color:#10b981}.ngo-nav-label{flex:1}.ngo-nav-chevron{opacity:0;color:#94a3b8;transition:all .25s;transform:translate(-4px)}.ngo-nav-item:hover .ngo-nav-chevron,.ngo-nav-item.active .ngo-nav-chevron{opacity:1;transform:translate(0)}.ngo-sidebar-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:1.5rem}.ngo-logout-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.875rem;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.ngo-logout-btn:hover{background:#fef2f2}@media (width<=1024px){.ngo-sidebar{align-items:center;width:80px;padding:2rem .75rem}.ngo-brand-text,.ngo-nav-label,.ngo-nav-chevron,.ngo-sidebar-footer span{display:none}.ngo-brand{justify-content:center}.ngo-nav-item{justify-content:center;padding:.875rem}}.ngo-layout{background:linear-gradient(160deg,#f0fdf4 0%,#f8fafc 35%,#fffbeb 100%);min-height:100vh;display:flex;position:relative}.ngo-main-area{flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:280px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}@media (width<=1024px){.ngo-main-area{margin-left:80px}}.ngo-content{flex:1;width:100%}.ngo-dashboard{min-height:100vh;padding:2.5rem 2rem}.ngo-org-name-row{flex-wrap:wrap;align-items:center;gap:.875rem;margin-bottom:.4rem;display:flex}.verified-badge-ngo{color:#10b981;letter-spacing:.03em;background:linear-gradient(135deg,#f0fdf4,#d1fae5);border-radius:2rem;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.72rem;font-weight:800;display:flex}.ngo-header-sub{color:#64748b;align-items:center;gap:.3rem;font-size:.875rem;font-weight:500;display:flex}.ngo-main-grid{grid-template-columns:1.5fr 1fr;gap:1.5rem;display:grid}.ngo-col-left,.ngo-col-right{flex-direction:column;gap:1.5rem;display:flex}.ngo-card{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;padding:1.75rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000000f}.ngo-card:hover{box-shadow:0 8px 24px #00000014}.ngo-card-header h2{color:#0f172a;letter-spacing:-.01em;align-items:center;gap:.4rem;margin:0;font-size:1rem;font-weight:800;display:flex}.ngo-text-btn{color:#10b981;cursor:pointer;background:0 0;border:none;align-items:center;gap:.2rem;font-size:.8rem;font-weight:700;transition:color .2s;display:flex}.ngo-text-btn:hover{color:#059669}.spot-status-list{flex-direction:column;gap:.625rem;display:flex}.spot-status-row{cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:.875rem;align-items:center;gap:.875rem;padding:.875rem 1rem;transition:all .2s;display:flex}.spot-status-row:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 2px 8px #0000000f}.spot-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.spot-row-info{flex:1}.spot-row-name{color:#0f172a;font-size:.9rem;font-weight:700;display:block}.spot-row-area{color:#94a3b8;margin-top:.1rem;font-size:.75rem;font-weight:500;display:block}.spot-row-pill{white-space:nowrap;letter-spacing:.02em;border-radius:2rem;padding:.25rem .65rem;font-size:.68rem;font-weight:800}.live-badge{color:#ef4444;letter-spacing:.12em;align-items:center;gap:.35rem;font-size:.65rem;font-weight:900;display:flex}.pulse-dot{fill:#ef4444;animation:1.5s infinite pulse-red}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.3}}.live-delivery-list{flex-direction:column;gap:.875rem;display:flex}.live-delivery-row{background:#f8fafc;border:1px solid #0000;border-radius:1rem;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.live-delivery-row:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 2px 8px #0000000f}.ld-avatar{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.ld-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.ld-name{color:#0f172a;font-size:.9rem;font-weight:700}.ld-transport{color:#64748b;margin-left:.35rem;font-size:.8rem;font-weight:500}.ld-dest,.ld-food{color:#64748b;font-size:.78rem;font-weight:500}.ld-eta{color:#10b981;white-space:nowrap;background:#f0fdf4;border-radius:2rem;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.78rem;font-weight:800;display:flex}.ai-forecast-card{color:#fff;background:linear-gradient(145deg,#0f172a,#1e293b);position:relative;overflow:hidden}.ai-forecast-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b98133 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-60px;right:-60px}.ai-forecast-card .ngo-card-header h2{color:#fff}.ai-forecast-card .ngo-text-btn{color:#34d399}.zap-icon{color:#fbbf24}.forecast-hero{align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.forecast-number{color:#34d399;letter-spacing:-.04em;font-size:3rem;font-weight:900}.forecast-unit{color:#64748b;font-size:.875rem;font-weight:600}.forecast-sub{color:#94a3b8;margin-bottom:1.25rem;font-size:.875rem;font-weight:500;line-height:1.6}.forecast-sub strong{color:#fff}.forecast-chart-wrap{height:120px;margin-bottom:1.25rem}.forecast-insight{color:#94a3b8;background:#ffffff0f;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600;display:flex}.forecast-insight strong{color:#fbbf24}.forecast-insight svg{color:#10b981;flex-shrink:0}.activity-list{flex-direction:column;gap:0;display:flex}.activity-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:.875rem;padding:.875rem 0;display:flex}.activity-row:last-child{border-bottom:none}.act-date{color:#94a3b8;text-align:center;background:#f1f5f9;border-radius:.5rem;min-width:50px;padding:.35rem .5rem;font-size:.7rem;font-weight:800}.act-details{flex-direction:column;flex:1;gap:.1rem;display:flex}.act-food{color:#0f172a;font-size:.875rem;font-weight:700}.act-vol{color:#64748b;font-size:.75rem;font-weight:500}.act-meals{color:#10b981;white-space:nowrap;background:#f0fdf4;border-radius:2rem;padding:.25rem .6rem;font-size:.8rem;font-weight:800}.ngo-empty-state{text-align:center;color:#94a3b8;padding:2rem;font-size:.9rem;font-weight:500}@media (width<=1280px){.ngo-main-grid{grid-template-columns:1fr}.ngo-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ngo-dashboard{padding:1.5rem}.ngo-page-header{flex-direction:column;gap:1rem}.ngo-stats-grid{grid-template-columns:repeat(2,1fr)}}.spots-page{min-height:100vh;padding:2.5rem 2rem}.spots-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.spots-header h1{color:#0f172a;letter-spacing:-.03em;margin:0 0 .3rem;font-size:1.875rem;font-weight:800}.spots-header-actions{align-items:center;gap:1rem;display:flex}.view-toggle{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;padding:.25rem;display:flex;box-shadow:0 2px 8px #0000000f}.view-toggle button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:.625rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.view-toggle button.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 3px 8px #10b98159}.map-spots-wrap{border-radius:1.5rem;gap:0;height:calc(100vh - 180px);display:flex;overflow:hidden;box-shadow:0 8px 32px #0000001a}.spots-map-container{flex:1;transition:flex .3s;position:relative}.spots-map-container.with-panel{flex:0 0 60%}.map-legend{z-index:500;background:#fff;border-radius:.875rem;flex-direction:column;gap:.5rem;padding:.875rem 1rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 16px #0000001f}.legend-item{color:#475569;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.spot-side-panel{background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;gap:1.1rem;width:340px;padding:1.75rem;display:flex;overflow-y:auto}.panel-header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.panel-header h3{color:#0f172a;margin:0 0 .25rem;font-size:1.05rem;font-weight:800;line-height:1.3}.panel-area{color:#64748b;align-items:center;gap:.3rem;margin:0;font-size:.8rem;font-weight:500;display:flex}.panel-close-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:.5rem;flex-shrink:0;padding:.4rem;transition:all .2s}.panel-close-btn:hover{color:#ef4444;background:#fee2e2}.panel-status-pill{letter-spacing:.03em;border-radius:2rem;width:fit-content;padding:.3rem .75rem;font-size:.72rem;font-weight:800}.panel-info-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.panel-info-item{color:#475569;background:#f8fafc;border-radius:.75rem;align-items:center;gap:.5rem;padding:.6rem .875rem;font-size:.82rem;font-weight:600;display:flex}.panel-info-item svg{color:#10b981;flex-shrink:0}.panel-last-served{color:#64748b;background:#f8fafc;border-radius:.75rem;padding:.75rem;font-size:.82rem;font-weight:500}.panel-last-served strong{color:#0f172a}.panel-contact{color:#475569;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.panel-contact svg{color:#10b981}.panel-notes{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:.75rem;padding:.75rem .875rem;font-size:.8rem;font-weight:500;line-height:1.5}.panel-actions{flex-direction:column;gap:.6rem;margin-top:auto;display:flex}.panel-btn{cursor:pointer;border:none;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.edit-btn{color:#10b981;background:#f0fdf4}.edit-btn:hover{color:#fff;background:#10b981}.served-btn{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98159}.served-btn:hover{transform:translateY(-2px)}.spots-list-wrap{flex-direction:column;gap:1.25rem;display:flex}.list-toolbar{align-items:center;gap:.6rem;padding-bottom:.25rem;display:flex}.sort-label{color:#64748b;font-size:.8rem;font-weight:700}.sort-btn{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:2rem;padding:.4rem .9rem;font-size:.82rem;font-weight:700;transition:all .2s}.sort-btn.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-color:#0000;box-shadow:0 3px 8px #10b9814d}.spots-table{background:#fff;border:1px solid #e2e8f099;border-radius:1.25rem;overflow:hidden;box-shadow:0 2px 8px #0000000f}.spots-table-head{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 1fr .7fr 1.1fr 1.2fr 1fr 1fr;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.68rem;font-weight:800;display:grid}.spots-table-row{color:#475569;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 1fr .7fr 1.1fr 1.2fr 1fr 1fr;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .15s;display:grid}.spots-table-row:last-child{border-bottom:none}.spots-table-row:hover{background:#f8fafc}.spot-col-name{color:#0f172a;font-weight:700}.spot-col-area{color:#64748b}.spot-col-last{color:#94a3b8;font-size:.78rem}.table-status-pill{border-radius:2rem;padding:.25rem .6rem;font-size:.68rem;font-weight:800}.table-actions{gap:.4rem;display:flex}.tbl-action-btn.del-btn:hover{color:#ef4444;background:#fef2f2}.spot-modal{background:#fff;border-radius:1.5rem;width:100%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 25px 50px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.modal-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:.6rem;padding:.4rem;transition:all .2s}.modal-close:hover{color:#ef4444;background:#fef2f2}.spot-form{flex-direction:column;gap:1.1rem;display:flex}.spot-form input,.spot-form select,.spot-form textarea{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.spot-form textarea{resize:none;height:90px}.spot-form input:focus,.spot-form select:focus,.spot-form textarea:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.toggle-field{flex-direction:row;align-items:center;gap:1rem}.toggle-field input[type=checkbox]{cursor:pointer;accent-color:#10b981;width:20px;height:20px}.modal-save-btn{justify-content:center;width:100%;margin-top:.5rem;padding:1rem}.ngo-vol-page{min-height:100vh;padding:2.5rem 2rem}.online-count-badge{color:#10b981;font-weight:700}.green-pulse-dot{background:#10b981;border-radius:50%;width:10px;height:10px;animation:2s infinite pulse-green;display:inline-block;box-shadow:0 0 #10b98180}@keyframes pulse-green{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.online-count-chip{color:#059669;background:#f0fdf4;border-radius:2rem;padding:.2rem .65rem;font-size:.8rem;font-weight:800}.online-cards-row{gap:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.online-cards-row::-webkit-scrollbar{display:none}.online-vol-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.25rem;gap:.875rem;min-width:210px;padding:1.25rem;transition:all .2s;display:flex}.online-vol-card:hover{background:#fff;box-shadow:0 4px 16px #00000014}.vol-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:flex}.online-vol-info{flex-direction:column;gap:.2rem;display:flex}.vol-name{color:#0f172a;font-size:.9rem;font-weight:800}.vol-transport{color:#64748b;font-size:.75rem;font-weight:500}.vol-status-text{color:#64748b;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.75rem;font-weight:600;display:flex}.vol-active-icon,.vol-online-icon{color:#10b981}.vol-offline-icon{color:#94a3b8}.reliability-row{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.rel-bar-bg{background:#e2e8f0;border-radius:3px;flex:1;height:5px;overflow:hidden}.rel-bar-bg.wide{flex:1;height:6px}.rel-bar-fill{border-radius:3px;height:100%;transition:width 1s}.rel-score{text-align:right;min-width:22px;font-size:.72rem;font-weight:800}.filter-tabs-vol{gap:.5rem;display:flex}.vol-filter-tab{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:2rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;transition:all .2s}.vol-filter-tab.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 3px 8px #10b9814d}.vol-table{flex-direction:column;display:flex}.vol-table-head{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;background:#f8fafc;border-radius:.875rem;grid-template-columns:2fr 1fr 1.5fr .7fr 1fr 1fr .8fr;gap:.5rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.68rem;font-weight:800;display:grid}.vol-table-block{border:1.5px solid #0000;border-radius:.875rem;margin-bottom:.375rem;transition:all .2s;overflow:hidden}.vol-table-block.expanded{border-color:#10b981;box-shadow:0 4px 16px #10b9811f}.vol-table-row{cursor:pointer;background:#fff;grid-template-columns:2fr 1fr 1.5fr .7fr 1fr 1fr .8fr;align-items:center;gap:.5rem;padding:1rem;transition:background .15s;display:grid}.vol-table-row:hover{background:#f8fafc}.vol-name-cell{align-items:center;gap:.75rem;display:flex}.vol-avatar-sm{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:800;display:flex}.vol-name-td{color:#0f172a;font-size:.875rem;font-weight:700;display:block}.vol-phone-td{color:#94a3b8;font-size:.75rem;font-weight:500;display:block}.vol-transport-td{color:#475569;font-size:.82rem;font-weight:600}.vol-rel-cell{align-items:center;gap:.5rem;display:flex}.rel-num{min-width:26px;font-size:.8rem;font-weight:800}.vol-pickups-td{color:#0f172a;font-size:.9rem;font-weight:800}.vol-status-cell{display:flex}.status-chip{border-radius:2rem;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.7rem;font-weight:800;display:flex}.online-chip{color:#059669;background:#f0fdf4}.offline-chip{color:#94a3b8;background:#f1f5f9}.vol-last-td{color:#94a3b8;font-size:.78rem;font-weight:500}.vol-actions-td{align-items:center;gap:.4rem;display:flex}.tbl-action-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:.5rem;padding:.4rem;transition:all .2s;display:flex}.tbl-action-btn:hover{color:#ef4444;background:#fef2f2}.expand-caret{color:#94a3b8}.vol-expand-panel{background:#fafafa;border-top:1px solid #f1f5f9;gap:3rem;padding:1.25rem 1.25rem 1.25rem 1.75rem;animation:.25s slideDown;display:flex}.expand-section h4{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.72rem;font-weight:800}.badges-wrap{flex-wrap:wrap;gap:.5rem;display:flex}.badge-chip{color:#10b981;background:#f0fdf4;border-radius:2rem;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.72rem;font-weight:800;display:flex}.no-badges{color:#94a3b8;font-size:.8rem}.rel-breakdown{flex-direction:column;gap:.5rem;display:flex}.rel-item{color:#475569;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.rel-item svg{color:#10b981}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5000;background:#0f172a80;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.invite-modal{background:#fff;border-radius:1.5rem;width:100%;max-width:480px;padding:2rem;box-shadow:0 25px 50px #0003}.invite-modal h3{color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.invite-desc{color:#64748b;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.invite-input-row{gap:.75rem;margin-bottom:1.75rem;display:flex}.invite-input-row input{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.875rem;flex:1;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.invite-input-row input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.pending-invites h4{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem;font-size:.75rem;font-weight:800}.pending-invite-row{color:#475569;background:#f8fafc;border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.pending-invite-row svg{color:#10b981;flex-shrink:0}.inv-sent{color:#94a3b8;margin-left:auto;font-size:.75rem}.resend-btn{color:#10b981;cursor:pointer;background:#f0fdf4;border:none;border-radius:2rem;align-items:center;gap:.3rem;padding:.3rem .65rem;font-size:.75rem;font-weight:800;display:flex}.ngo-reports-page{min-height:100vh;padding:2.5rem 2rem}.ngo-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.reports-header-actions{align-items:center;gap:1rem;display:flex}.range-picker{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;padding:.25rem;display:flex;box-shadow:0 2px 8px #0000000f}.range-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.625rem;padding:.45rem .9rem;font-size:.82rem;font-weight:700;transition:all .2s}.range-btn.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 3px 8px #10b9814d}.ngo-primary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.875rem;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 14px #10b98166}.ngo-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.ngo-stat-card{background:#fff;border:1px solid #e2e8f099;border-radius:1.25rem;align-items:center;gap:1rem;padding:1.4rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.ngo-stat-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000017}.ngo-stat-icon{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.ngo-stat-body{flex-direction:column;display:flex}.ngo-stat-label{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:700}.ngo-stat-value{color:#0f172a;letter-spacing:-.03em;font-size:1.625rem;font-weight:800;line-height:1}.reports-charts-row{grid-template-columns:1.5fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.chart-card h3{color:#0f172a;margin:0 0 1.25rem;font-size:1rem;font-weight:800}.rpt-chart-wrap{height:220px}.rpt-table{flex-direction:column;display:flex}.rpt-table-head{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;background:#f8fafc;border-radius:.875rem;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr;gap:.5rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.68rem;font-weight:800;display:grid}.rpt-table-head.vol-cols{grid-template-columns:2fr 1fr 1fr 1.5fr 1fr}.rpt-table-row{color:#475569;border-bottom:1px solid #f1f5f9;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr;align-items:center;gap:.5rem;padding:.9rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s;display:grid}.rpt-table-row.vol-cols{grid-template-columns:2fr 1fr 1fr 1.5fr 1fr}.rpt-table-row:last-child{border-bottom:none}.rpt-table-row:hover{background:#f8fafc}.rpt-spot-name{color:#0f172a;font-weight:700}.rpt-num{color:#475569;font-weight:700}.highlight-num{color:#10b981;font-size:1rem;font-weight:800}.rpt-date{color:#94a3b8;font-size:.78rem}.vol-rel-cell-rpt{align-items:center;gap:.5rem;display:flex}.rel-bar-bg.wide{background:#e2e8f0;border-radius:3px;flex:1;height:6px;overflow:hidden}.rel-bar-fill.rpt{border-radius:3px;height:100%}.rel-num-rpt{min-width:26px;font-size:.78rem;font-weight:800}.benef-row{gap:1.5rem;display:flex}.benef-card{flex:1}.pie-row{align-items:center;gap:2.5rem;display:flex}.pie-wrap-rpt{flex-shrink:0;width:200px;height:200px}.pie-legend{flex-direction:column;gap:.75rem;display:flex}.pie-legend-item{align-items:center;gap:.65rem;display:flex}.pie-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.pie-label{color:#475569;flex:1;font-size:.875rem;font-weight:600}.pie-pct{color:#0f172a;font-size:.875rem;font-weight:800}@media (width<=1280px){.ngo-stats-grid{grid-template-columns:repeat(2,1fr)}.reports-charts-row{grid-template-columns:1fr}}.ngo-profile-page{max-width:900px;min-height:100vh;padding:2.5rem 2rem}.ngo-page-header{margin-bottom:1.75rem}.ngo-page-header h1{color:#0f172a;letter-spacing:-.03em;margin:0 0 .3rem;font-size:1.875rem;font-weight:800}.ngo-subtitle{color:#64748b;margin:0;font-size:.9rem;font-weight:500}.ngo-card{background:#fff;border:1px solid #e2e8f099;border-radius:1.5rem;margin-bottom:1.5rem;padding:1.75rem;box-shadow:0 2px 8px #0000000f}.ngo-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ngo-card-header h2{color:#0f172a;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:800;display:flex}.save-toast{color:#059669;background:#f0fdf4;border-radius:2rem;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:800;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-logo-row{align-items:center;gap:1.5rem;margin-bottom:1.75rem;display:flex}.profile-logo-placeholder{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:1.25rem;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.5rem;font-weight:900;display:flex;box-shadow:0 6px 16px #10b98159}.upload-logo-btn{color:#10b981;cursor:pointer;background:#f0fdf4;border:1.5px solid #a7f3d0;border-radius:.75rem;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.upload-logo-btn:hover{color:#fff;background:#10b981;border-color:#0000}.upload-hint{color:#94a3b8;margin-top:.3rem;font-size:.75rem}.profile-form{flex-direction:column;gap:1.1rem;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.45rem;display:flex}.form-field label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.form-field input{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.875rem;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.form-field input:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.ngo-primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.875rem;align-items:center;gap:.5rem;width:fit-content;padding:.875rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 14px #10b98166}.ngo-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #10b98180}.save-btn{margin-top:.5rem}.notif-list{flex-direction:column;gap:0;display:flex}.notif-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.notif-row:last-child{border-bottom:none}.notif-text{flex-direction:column;gap:.2rem;display:flex}.notif-label{color:#0f172a;font-size:.9rem;font-weight:700}.notif-desc{color:#64748b;max-width:500px;font-size:.78rem;font-weight:500}.toggle-switch{flex-shrink:0;position:relative}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-track{cursor:pointer;background:#e2e8f0;border-radius:13px;width:48px;height:26px;transition:background .3s;display:block;position:relative}.toggle-track:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:left .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #00000026}.toggle-switch input:checked+.toggle-track{background:#10b981}.toggle-switch input:checked+.toggle-track:after{left:25px}.account-actions{flex-direction:column;gap:.5rem;display:flex}.account-action-item{cursor:pointer;color:#475569;text-align:left;background:#f8fafc;border:none;border-radius:1rem;align-items:center;gap:.875rem;width:100%;padding:1.1rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.account-action-item span{flex:1}.account-action-item:hover{color:#10b981;background:#f0fdf4}.account-action-item:hover .chevron-icon{color:#10b981}.logout-item:hover{color:#ef4444;background:#fef2f2}.logout-item:hover .chevron-icon{color:#ef4444}.chevron-icon{color:#cbd5e1}.pwd-form{background:#f8fafc;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.25rem;animation:.25s slideDown;display:flex}.pwd-input-wrap{position:relative}.pwd-input-wrap input{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:.875rem;width:100%;padding:.875rem 3rem .875rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.pwd-input-wrap input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.eye-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;transition:color .2s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.eye-btn:hover{color:#10b981}@media (width<=600px){.ngo-profile-page{padding:1.5rem}.form-row-2{grid-template-columns:1fr}}
