@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--section-background:#8b7cff;--section-background-light:#c7c5ff;--grey:rgba(249,250,251);--light:#E1DCFE;--dark:#251785;--accent:#4C34E0;--font-bright:white;--font-bright-secondary:rgba(221,214,254);--font-dark:#251785;--font-grey:#1b1b1b;--font-grey-light:#1b1b1b;--background-primary:#FCFCFC;--background-secondary:rgba(249,250,251);--text-primary:#131313;--text-secondary:#1b1b1b;--border-color:rgba(229,231,235)}[data-theme=dark]{--section-background:#3730a3;--section-background-light:#4338ca;--grey:rgba(31,41,55);--light:#374151;--dark:#6366f1;--accent:#8b7fff;--font-bright:#ffffff;--font-bright-secondary:rgba(229,231,235);--font-dark:#E1DCFE;--font-grey:#e2e2e2;--font-grey-light:#e2e2e2;--background-primary:#131313;--background-secondary:#111827;--text-primary:#FCFCFC;--text-secondary:#e2e2e2;--border-color:rgba(75,85,99)}h1{font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:1.25;letter-spacing:-.025em;color:var(--font-dark)}@media(min-width:1200px){h1{font-size:72px}}h2{font-family:Inter,sans-serif;font-weight:600;font-size:30px;line-height:2.25rem;letter-spacing:-.02em;color:var(--font-dark)}h3{font-size:20px}h3,h4{font-family:Inter,sans-serif;font-weight:700;color:var(--font-dark)}h4{font-size:16px}h5{font-size:24px}h5,h6{font-family:Inter,sans-serif;font-weight:500;color:var(--font-dark)}h6{font-size:20px}p{font-family:Inter,sans-serif;font-weight:300;font-size:16px;letter-spacing:.1px;line-height:1.5rem;color:var(--font-dark)}.spacer{height:8px}.about-container{max-width:1100px;margin:0 auto;padding:2rem 32px 1rem;line-height:1.6}.about-header{margin-bottom:3rem;text-align:center;max-width:1100px;margin-left:auto;margin-right:auto}.about-header h1{font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:1.25;letter-spacing:-.025em;color:var(--font-dark);margin-bottom:1.5rem;text-align:center}@media(min-width:1200px){.about-header h1{font-size:72px}}.about-header h1{background:linear-gradient(120deg,var(--accent),var(--font-dark));background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0)}.about-header .about-intro{font-family:Inter,sans-serif;font-weight:300;font-size:18px;letter-spacing:.05px;color:var(--font-dark);color:var(--text-secondary);max-width:700px;margin:0 auto 2rem;line-height:1.75rem}.about-section{margin-bottom:4rem;max-width:1100px;margin-left:auto;margin-right:auto}.about-section h2{font-family:Inter,sans-serif;font-weight:600;font-size:30px;line-height:2.25rem;letter-spacing:-.02em;color:var(--font-dark);margin-bottom:2rem;text-align:center}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,320px));grid-gap:2rem;gap:2rem;margin-top:2rem;justify-content:center}.about-card{background:rgba(0,0,0,0);border-radius:16px;padding:1rem;box-shadow:none;border:none;text-align:center;display:flex;flex-direction:column;align-items:center}.about-card .about-image-container{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;background:var(--grey);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-card .about-image{width:100%;height:100%;object-fit:cover}.about-card .about-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--text-secondary)}.about-card h3{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--font-dark);margin-top:0;margin-bottom:.5rem;color:var(--text-primary);line-height:1.2}.about-card p{font-family:Inter,sans-serif;font-weight:300;font-size:18px;letter-spacing:.05px;line-height:1.75rem;color:var(--font-dark);color:var(--text-secondary);line-height:1.6;margin-top:8px;margin-bottom:0}[data-theme=dark] .about-card{background:rgba(0,0,0,0);box-shadow:none}@media(max-width:800px){.about-container{padding-left:16px;padding-right:16px}.about-header h1{font-size:48px}.about-header .about-intro{font-size:16px;padding:0}.about-section h2{font-size:32px}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:2rem 1.5rem}}@media(max-width:400px){.about-header h1{font-size:32px;line-height:1.2}.about-section h2{font-size:24px}.about-card .about-image-container{width:100px;height:100px}.about-card h3{font-size:20px}}