:root{--bg-white: #ffffff;--border-radius: 8px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--border-gray: #e5e7eb;--text-primary: #111827;--text-secondary: #6b7280;--primary-blue: #2563eb;--primary-blue-light: #3b82f6;--transition: all .2s ease-in-out}.section.svelte-ebe2pj{padding:5rem 0}.section-white.svelte-ebe2pj{background-color:var(--bg-white)}.section-gray.svelte-ebe2pj{background-color:#f9fafb}.container.svelte-ebe2pj{max-width:1280px;margin:0 auto;padding:0 1rem}.section-title.svelte-ebe2pj{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:4rem;letter-spacing:-.025em;line-height:1.2}.research-hero.svelte-ebe2pj{position:relative;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#06b6d4);color:#fff;padding:6rem 0;overflow:hidden}.hero-background.svelte-ebe2pj{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%)}.research-hero-content.svelte-ebe2pj{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.research-hero-title.svelte-ebe2pj{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.025em}.research-hero-subtitle.svelte-ebe2pj{font-size:1.25rem;margin-bottom:3rem;opacity:.9;line-height:1.6}.research-stats.svelte-ebe2pj{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:600px;margin:0 auto}.stat-item.svelte-ebe2pj{text-align:center;padding:1.5rem;background:#ffffff1a;border-radius:var(--border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number.svelte-ebe2pj{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label.svelte-ebe2pj{font-size:.9rem;opacity:.8;font-weight:500}.section-header.svelte-ebe2pj{text-align:center;margin-bottom:4rem}.section-subtitle.svelte-ebe2pj{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:1rem auto 0;line-height:1.6}.projects-showcase.svelte-ebe2pj{display:grid;grid-template-columns:1fr;gap:2rem}.project-card.svelte-ebe2pj{background:var(--bg-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-gray);transition:var(--transition);position:relative;overflow:hidden}.project-card.svelte-ebe2pj:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);transform:scaleX(0);transition:var(--transition)}.project-card.svelte-ebe2pj:hover:before{transform:scaleX(1)}.project-card.svelte-ebe2pj:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-blue)}.project-card.featured.svelte-ebe2pj{border:2px solid var(--primary-blue);background:linear-gradient(135deg,#2563eb05,#3b82f60d)}.project-card.featured.svelte-ebe2pj:before{transform:scaleX(1)}.project-header.svelte-ebe2pj{margin-bottom:1rem}.project-status.svelte-ebe2pj{display:inline-block;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.project-title.svelte-ebe2pj{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.3}.project-description.svelte-ebe2pj{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.project-tags.svelte-ebe2pj{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag-1.svelte-ebe2pj{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;background:#3b82f61a;color:#1d4ed8}.tag-2.svelte-ebe2pj{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;background:#ef44441a;color:#b91c1c}.project-footer.svelte-ebe2pj{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-gray);font-size:.875rem;color:var(--text-secondary);min-height:2.5rem}.project-duration.svelte-ebe2pj,.project-funding.svelte-ebe2pj{font-weight:500;white-space:nowrap;flex:1}.project-duration.svelte-ebe2pj{text-align:left}.project-funding.svelte-ebe2pj{color:var(--primary-blue);font-weight:600;text-align:right}@media (min-width: 768px){.projects-showcase.svelte-ebe2pj{grid-template-columns:repeat(2,1fr)}.research-hero-title.svelte-ebe2pj{font-size:4rem}}@media (min-width: 1024px){.projects-showcase.svelte-ebe2pj{grid-template-columns:repeat(3,1fr)}.research-hero-title.svelte-ebe2pj{font-size:4.5rem}}@media (max-width: 767px){.research-hero.svelte-ebe2pj{padding:4rem 0}.research-hero-title.svelte-ebe2pj{font-size:2.5rem}.research-stats.svelte-ebe2pj{grid-template-columns:1fr;gap:1rem}.project-card.svelte-ebe2pj{padding:2rem}}
