.resource-category{margin-bottom:3rem;border-radius:var(--radius-lg,12px);overflow:hidden;background-color:var(--light-bg-color,var(--gray-50));box-shadow:var(--shadow-md,0 4px 6px rgb(0 0 0 / 10%))}.category-header{background-color:var(--primary-color);padding:1.5rem 2rem;border-radius:8px 8px 0 0;margin-bottom:0;display:flex;align-items:center;gap:1.5rem}.category-header h3{color:var(--light-text-color,#ffffff)}@media (prefers-contrast:more){.category-header h3{color:#ffffff;text-shadow:0 1px 2px var(--glass-bg-dark,var(--shadow-sm))}}.category-icon{width:50px;height:50px;background-color:var(--glass-bg-light,var(--btn-dark-border));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-icon i{font-size:1.5rem;color:var(--light-text-color)}.resource-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:2rem 0}.resource-card{background-color:var(--card-bg);border-radius:12px;padding:0;box-shadow:0 4px 12px var(--glass-bg-dark,rgb(0 0 0 / 8%));transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-color)}.resource-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px var(--glass-bg-dark,rgb(0 0 0 / 15%))}.resource-card-header{margin:0;padding:1.25rem 1.5rem;background-color:var(--primary-color,var(--color-primary));color:var(--light-text-color);border:none;border-radius:12px 12px 0 0}.resource-card-header h3{color:var(--light-text-color);margin-bottom:0;font-size:1.2rem;font-weight:700}:where(#crisis) .resource-card .resource-card-header{background:var(--gradient-error)}:where(#food) .resource-card .resource-card-header{background:linear-gradient(135deg,var(--color-green-dark),var(--state-success))}:where(#housing) .resource-card .resource-card-header{background:var(--gradient-brown)}:where(#financial) .resource-card .resource-card-header{background:var(--gradient-yellow)}:where(#health) .resource-card .resource-card-header{background:linear-gradient(135deg,var(--color-purple),var(--color-purple-bright))}:where(#senior) .resource-card .resource-card-header{background:var(--gradient-cyan)}:where(#legal) .resource-card .resource-card-header{background:linear-gradient(135deg,var(--primary-color),var(--navy-medium))}:where(#legal) .resource-card .resource-card-header h3{color:#ffffff!important}.resource-card h3{font-size:1.2rem;font-weight:600;margin-bottom:0.75rem;color:var(--primary-color,var(--color-primary));font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",system-ui,sans-serif}.resource-card>p{color:var(--gray-700,var(--color-text-secondary));margin:0 1.5rem 1rem;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",system-ui,sans-serif}.resource-card>p:first-of-type{margin-top:1.25rem}.resource-card>p:last-of-type{flex-grow:1;margin-bottom:1.5rem}.resource-card>p strong{color:var(--primary-color);font-weight:600}.resource-card .btn{align-self:flex-start;margin:0 1.5rem 1.5rem;padding:0.75rem 1.5rem;font-weight:600;transition:all 0.3s ease}.resource-card .btn:hover{transform:translateX(5px)}.intro-text{max-width:800px;margin:0 auto;padding:2rem 0}.intro-text h2{font-size:2rem;margin-bottom:1.5rem;color:var(--primary-color,var(--color-primary));font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",system-ui,sans-serif}.intro-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:var(--gray-700,var(--color-text-secondary));font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",system-ui,sans-serif}.intro-text a{color:var(--accent-color,#007bff);text-decoration:none;font-weight:500;transition:color 0.2s ease}.intro-text a:hover{text-decoration:underline}.resources-section{padding:2rem 0 4rem}.resources-section .section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:var(--primary-color,var(--color-primary));font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",system-ui,sans-serif}@media (width <=768px){.resource-cards{grid-template-columns:1fr}.category-header{padding:1rem}.category-icon{width:40px;height:40px}.category-icon i{font-size:1.2rem}.category-header h3{font-size:1.3rem}.intro-text h2{font-size:1.8rem}.resources-section .section-title{font-size:2rem;margin-bottom:2rem}}.hero-section{background:linear-gradient(rgb(26 43 74 / 90%),rgb(10 20 40 / 95%));text-align:center;color:var(--light-text-color,#ffffff);padding:4rem 2rem;display:flex;flex-direction:column}.hero-section h1{text-align:center;color:var(--light-text-color);text-shadow:2px 2px 4px var(--glass-bg-dark,var(--btn-dark-bg))}.hero-section p{text-align:center;color:var(--light-text-color);text-shadow:2px 2px 4px var(--glass-bg-dark,var(--btn-dark-bg));opacity:1}.cta-section{background-color:var(--primary-color);padding:4rem 2rem;margin-top:3rem}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-content h2,.cta-content p{color:var(--light-text-color,#ffffff);margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:var(--accent-color);color:var(--light-text-color,#ffffff)}.btn-outline-light{border:2px solid var(--light-text-color,#ffffff);color:var(--light-text-color,#ffffff);background-color:transparent}.btn-outline-light:hover{background-color:var(--light-text-color,#ffffff);color:var(--primary-color)}@media (width <=768px){.cta-section{padding:3rem 1.5rem;margin:1.5rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}}body.dark-mode .resource-category{background-color:var(--dark-mode-card-bg)}body.dark-mode .category-header{background-color:var(--primary-color)}body.dark-mode .resource-card{background:var(--color-gray-darkest)!important;border-color:var(--border-dark)!important}body.dark-mode .resource-card:hover{background:var(--color-gray-darker);box-shadow:0 8px 20px var(--glass-bg-dark,var(--overlay-light))}body.dark-mode .resource-card p{color:rgb(255 255 255 / 0.9)}body.dark-mode .intro-text h2{color:rgb(255 255 255 / 0.96)}body.dark-mode .intro-text p{color:rgb(255 255 255 / 0.85)}body.dark-mode .intro-text a{color:rgb(108 185 255 / 0.95)}body.dark-mode .resources-section .section-title{color:#ffffff}body.dark-mode .cta-section{background-color:var(--primary-color)}.tabs-container{margin:3rem 0}.tab-buttons{display:flex;gap:0.5rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center;background:var(--bg-color-light,var(--gray-50));padding:1rem;border-radius:12px}.tab-btn{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border:2px solid transparent;background:var(--card-bg);color:var(--primary-color,var(--color-primary));border-radius:8px;cursor:pointer;transition:all 0.3s ease;font-weight:600;font-size:0.95rem;box-shadow:0 2px 4px var(--glass-bg-dark,rgb(0 0 0 / 5%))}.tab-btn i{font-size:1.1rem}.tab-btn:hover{background:var(--primary-color,var(--color-primary));color:var(--light-text-color);transform:translateY(-2px);box-shadow:0 4px 8px var(--glass-bg-dark,rgb(0 0 0 / 10%))}.tab-btn.active{background:var(--primary-color,var(--color-primary));color:var(--light-text-color);border-color:var(--primary-color,var(--color-primary));box-shadow:0 4px 12px rgb(26 43 74 / 20%)}.tab-panels{position:relative}.tab-panel{display:none;animation:fade-in 0.4s ease}.tab-panel.active{display:block}@keyframes fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body.dark-mode .tab-buttons{background:var(--color-gray-darkest)!important}body.dark-mode .resource-card-header h3{color:#ffffff!important}body.dark-mode .tab-btn{background:var(--dark-mode-card-bg);color:var(--color-text-primary);border-color:var(--border-color)}body.dark-mode .tab-btn:hover{background:var(--primary-color);color:var(--light-text-color);border-color:var(--primary-color)}body.dark-mode .tab-btn.active{background:var(--primary-color);color:var(--light-text-color);border-color:var(--primary-color)}@media (width <=768px){.tab-buttons{flex-direction:column;gap:0.75rem;padding:0.75rem}.tab-btn{justify-content:center;width:100%;padding:1rem}}body.dark-mode .resource-card{background-color:#424242!important}body.dark-mode .resource-card>p{color:var(--color-text-primary)!important}body.dark-mode .resource-card>p strong{color:#90caf9!important}body.dark-mode .resource-card .btn-outline{background-color:#1565c0!important;color:#ffffff!important;border-color:#1565c0!important}body.dark-mode .resource-card .btn-outline:hover{background-color:var(--color-accent)!important;color:#ffffff!important}body.dark-mode .intro-text h2{color:#64b5f6!important}