﻿*{box-sizing:border-box}html{height:100%}body{display:flex;flex-direction:column;min-height:100vh;font-family:'Inter', sans-serif;color:#1E293B;margin:0;padding:0;background:#fff;line-height:1.6}main{flex:1 0 auto;width:100%}img{max-width:100%;height:auto;display:block;object-fit:cover}a{text-decoration:none;color:inherit;transition:all 0.2s ease}h1,h2,h3,h4{margin-top:0;font-weight:700;letter-spacing:-0.02em}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.page-header{background:#214f8b;padding:60px 0 30px;text-align:center;border-bottom:1px solid #E2E8F0;margin-bottom:30px}.page-header h1{font-size:2.5rem;color:white;margin-bottom:10px}.page-header .lead{font-size:1.2rem;max-width:700px;margin:0 auto;color:white}.page-content-wrapper{padding:60px 20px;max-width:900px;margin:0 auto}.page-content-wrapper .page-body{font-size:1.1rem;color:#1E293B}.page-content-wrapper .page-body h3{font-size:1.5rem;margin-top:40px;margin-bottom:20px;color:#0F172A}.page-content-wrapper .page-body ul{margin-bottom:30px;padding-left:20px}.page-content-wrapper .page-body ul li{margin-bottom:10px;color:#64748B}.page-content-wrapper .page-body a{color:#3B82F6;text-decoration:underline}.page-content-wrapper .page-body a:hover{text-decoration:none}.page-content-wrapper .page-body strong{color:#0F172A;font-weight:600}.top-bar{background:#0F172A;color:#fff;padding:8px 0;font-size:0.85rem;position:relative;z-index:2000}.top-bar .top-bar-content{display:flex;justify-content:space-between}.top-bar .social-link{opacity:0.7;transition:0.2s;display:flex;align-items:center}.top-bar .social-link:hover{opacity:1}.top-bar .top-social{display:flex;gap:15px}.top-bar .social-icon{width:18px;fill:white}.top-bar .btn-xs{padding:4px 12px;border-radius:20px;font-size:0.75rem;background:rgba(255,255,255,0.1);margin-left:8px}.top-bar .btn-xs:hover{background:rgba(255,255,255,0.2)}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,0.05);height:64px;display:flex;align-items:center}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:1.5rem;color:#0F172A;letter-spacing:-0.05em;display:flex;align-items:center;gap:8px}.main-nav ul{display:flex;list-style:none;gap:20px;padding:0;margin:0}.main-nav a{font-weight:500;color:#1E293B;font-size:0.9rem;display:flex;align-items:center;padding:8px 12px;border-radius:8px;letter-spacing:-0.01em;transition:all 0.2s ease}.main-nav a:hover{color:#3B82F6;background:rgba(59,130,246,0.05)}.arrow-icon{font-size:0.7rem;margin-left:6px;opacity:0.5;transition:transform 0.2s}.main-nav li{position:relative;display:flex;align-items:center;height:64px}.main-nav li:hover .dropdown{display:flex;visibility:visible;opacity:1;transform:translateY(0)}.main-nav li:hover .arrow-icon{transform:rotate(180deg)}.dropdown{display:none;visibility:hidden;opacity:0;transform:translateY(10px);transition:all 0.2s ease;position:absolute;top:64px;left:-10px;background:#fff;min-width:220px;box-shadow:0 10px 30px rgba(0,0,0,0.06);padding:8px;flex-direction:column;border-radius:12px;border:1px solid #E2E8F0}.dropdown li{width:100%;display:block;padding:0;margin:0;height:auto}.dropdown a{display:block;padding:5px 16px;line-height:1.4;border-radius:8px;width:100%;font-size:0.9rem}.dropdown a:hover{background:#F8FAFC;color:#0F172A}.hamburger{display:none;border:0;background:none;cursor:pointer}.bar{width:25px;height:2px;background:#1E293B;margin:6px 0;transition:0.3s}.mobile-extras{display:none}@media (max-width: 900px){.top-bar{display:none}.hamburger{display:block;z-index:1003;position:relative}.main-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;flex-direction:column;padding-top:80px;overflow-y:auto;z-index:1001}.main-nav.is-active{display:flex;animation:slideIn 0.3s forwards}.main-nav ul{flex-direction:column;align-items:flex-start;gap:0;width:100%}.main-nav li{width:100%;padding:0;display:block;height:auto;border-bottom:1px solid #e2e8f0}.main-nav>ul>li>a{padding:15px 20px;width:100%;justify-content:space-between;font-size:1.1rem;background-color:#f1f5f9;color:#0F172A;font-weight:700}.main-nav>ul>li>a:hover{background:#eaf0f6}.dropdown{display:none;position:static;box-shadow:none;background:#fff;width:100%;border:none;padding:5px 0;margin:0;visibility:visible;opacity:1;transform:none}.dropdown li{border-bottom:1px solid #f8fafc}.main-nav li.active .dropdown{display:flex}.main-nav li.active .arrow-icon{transform:rotate(180deg)}.dropdown a{padding:10px 30px;font-size:1rem;color:#64748B;background:transparent;font-weight:400}.hamburger.is-active .bar:nth-child(2){opacity:0}.hamburger.is-active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.is-active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-extras{display:flex;flex-direction:column;gap:20px;margin-top:auto;padding:30px 20px 40px;border-top:1px solid #E2E8F0;width:100%;background:#fff;align-items:center}.mobile-actions{display:flex;flex-direction:column;gap:12px;width:100%}.btn-mobile-block{display:block;width:100%;text-align:center}.mobile-social{display:flex;gap:20px;margin-top:10px}.mobile-social-link{color:#0F172A;transition:color 0.3s}.mobile-social-link svg{width:28px;height:28px;fill:currentColor}.mobile-social-link:hover{color:#3B82F6}}@keyframes slideIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}footer{background:#0F172A;color:rgba(255,255,255,0.7);padding:80px 0 30px;margin-top:auto;font-size:0.95rem}footer .footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}@media (max-width: 900px){footer .footer-content{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width: 600px){footer .footer-content{grid-template-columns:1fr;text-align:center}}footer .brand-col{padding-right:20px}footer .logo-text{font-size:1.8rem;font-weight:800;color:#fff;letter-spacing:-0.05em;display:block;margin-bottom:15px}footer .footer-desc{line-height:1.6;opacity:0.8;max-width:300px}@media (max-width: 600px){footer .footer-desc{max-width:100%}}footer h4{color:#fff;margin-bottom:25px;font-size:1.1rem;font-weight:600}footer .footer-links{list-style:none;padding:0;margin:0}footer .footer-links li{margin-bottom:12px}footer .footer-links a{color:rgba(255,255,255,0.7);transition:all 0.2s ease;display:inline-block}footer .footer-links a:hover{color:#3B82F6;transform:translateX(5px)}footer .social-icons{display:flex;gap:15px;margin-top:20px}@media (max-width: 600px){footer .social-icons{justify-content:center}}footer .social-icons .social-icon-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all 0.3s}footer .social-icons .social-icon-btn:hover{background:#3B82F6;transform:translateY(-3px)}footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:30px;text-align:center;font-size:0.85rem;opacity:0.6}footer .footer-bottom p{margin:0}.btn{display:inline-block;padding:12px 28px;border-radius:50px;font-weight:600;font-size:0.95rem;cursor:pointer;border:1px solid transparent;text-align:center;transition:all 0.3s ease}.btn-primary{background:#0F172A;color:#fff}.btn-primary:hover{background:#1c2c50;transform:translateY(-1px)}.btn-white{background:#fff;color:#0F172A}.btn-white:hover{background:#f2f2f2}.btn-outline{background:transparent;border:1px solid #0F172A;color:#0F172A}.btn-outline:hover{background:#0F172A;color:#fff}.cookie-banner{position:fixed;bottom:20px;right:20px;max-width:400px;background:#fff;padding:20px;z-index:2000;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.06);border:1px solid #E2E8F0;display:none}.cookie-banner.show{display:block;animation:slideUp 0.4s}.modal{display:none !important;position:fixed;z-index:3000;left:0;top:0;width:100%;height:100%}.modal.is-open{display:flex !important;align-items:center;justify-content:center}.modal-overlay{background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modal-container{background:#fff;padding:40px;width:90%;max-width:500px;border-radius:24px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.06)}.modal-header{display:flex;justify-content:space-between;margin-bottom:25px}.modal-header h2{margin:0;color:#0F172A}.modal-header button{border:0;background:none;font-size:1.5rem;cursor:pointer;color:#999}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-form input,.modal-form textarea{width:100%;padding:15px;border:1px solid #E2E8F0;border-radius:12px;font-family:inherit}.modal-form input:focus,.modal-form textarea:focus{outline:2px solid #3B82F6;border-color:transparent}.modal-form textarea{min-height:120px}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.module-banner{position:relative;min-height:550px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;background-image:var(--bg-mobile);background-color:#214f8b}@media (min-width: 768px){.module-banner{background-image:var(--bg-desktop, var(--bg-mobile))}}.module-banner .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7));display:flex;align-items:center;position:absolute}.module-banner .banner-grid-container{display:flex;gap:30px;width:100%;justify-content:center;flex-direction:row;flex-wrap:nowrap;z-index:2;position:relative}.module-banner .hero-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:40px;border-radius:20px;border:1px solid rgba(255,255,255,0.2);flex:1;min-width:0;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,0.2);animation:fadeInUp 0.5s ease-out;order:var(--order-mobile, 0)}@media (min-width: 768px){.module-banner .hero-card{order:var(--order-desktop, 0)}}.module-banner .hero-card .hero-title{font-size:2.8rem;margin-bottom:10px;font-weight:800;line-height:1.1}.module-banner .hero-card .hero-subtitle{font-size:1.2rem;margin-bottom:25px;opacity:0.9;font-weight:300;line-height:1.5}.module-banner .hero-card .hero-subtitle h2{font-size:1.4rem;margin-bottom:5px}.module-banner .hero-card .hero-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.module-banner .hero-card .hero-actions .btn{min-width:160px}.module-banner .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.2);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.3);color:white;width:40px;height:40px;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background 0.3s}.module-banner .slider-arrow:hover{background:rgba(255,255,255,0.4)}.module-banner .slider-arrow.prev{left:10px}.module-banner .slider-arrow.next{right:10px}.module-banner .slider-arrow svg{width:20px;height:20px;fill:currentColor}@media (max-width: 768px){.module-banner .slider-arrow{display:flex}.module-banner .banner-overlay{display:flex;overflow:hidden}.module-banner .banner-grid-container{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;padding:20px 0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.module-banner .banner-grid-container::-webkit-scrollbar{display:none}.module-banner .hero-card{flex:0 0 85vw;width:85vw;margin-right:15px;scroll-snap-align:center;margin-bottom:0;padding:30px 20px}.module-banner .hero-card .hero-title{font-size:2rem}.module-banner .hero-card .hero-subtitle{font-size:1rem}.module-banner .hero-card:first-child{margin-left:7.5vw}.module-banner .hero-card:last-child{margin-right:7.5vw}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.module-video{padding:1rem}.module-video .section-header{margin-bottom:3rem;text-align:left}.module-video .section-title{font-size:2rem;color:#0F172A;margin-bottom:0.5rem}.module-video .video-grid-layout{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:40px}.module-video .video-item .video-placeholder{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/9;background:#eee;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,0.03);transition:transform 0.3s ease, box-shadow 0.3s ease}.module-video .video-item .video-placeholder img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.module-video .video-item .video-placeholder:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.06)}.module-video .video-item .video-placeholder:hover img{transform:scale(1.05)}.module-video .video-item .video-placeholder:hover .play-btn{transform:translate(-50%, -50%) scale(1.1);background:#3B82F6;color:white}.module-video .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,0.9);color:#0F172A;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s}.module-video .play-btn svg{width:24px;height:24px;margin-left:2px}.module-video .video-info{padding:15px 5px 0}.module-video .video-info h3{font-size:1.1rem;margin:0 0 5px;color:#1E293B}.module-video .video-info p{font-size:0.9rem;margin:0;color:#64748B}.module-article{padding:6rem 1rem;background:#F8FAFC}.module-article .article-inner{display:flex;gap:60px;align-items:center}.module-article .article-img-wrapper{width:50%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.03)}.module-article .article-img-wrapper img{transition:transform 0.5s}.module-article .article-img-wrapper img:hover{transform:scale(1.03)}.module-article .article-text{width:50%}.module-article h2{font-size:2.5rem;color:#0F172A;margin-bottom:1.5rem}.module-article .rte{font-size:1.1rem;color:#64748B;line-height:1.8}@media (max-width: 900px){.module-article .article-inner{flex-direction:column}.module-article .article-img-wrapper,.module-article .article-text{width:100%}}.module-newsletter{background:#0F172A;color:#fff;padding:5rem 1rem;margin:40px 20px;border-radius:16px}.module-newsletter .newsletter-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.module-newsletter .nl-text h2{margin:0;font-size:2rem;color:#fff}.module-newsletter .nl-text p{margin:10px 0 0;opacity:0.8;color:#fff}.module-newsletter .nl-form{display:flex;gap:10px;background:rgba(255,255,255,0.1);padding:5px;border-radius:60px}.module-newsletter .nl-form input{padding:15px 25px;border-radius:50px;border:none;min-width:300px;font-size:1rem;background:transparent;color:white;outline:none}.module-newsletter .nl-form input::placeholder{color:rgba(255,255,255,0.6)}.module-newsletter .nl-form button{border-radius:50px;background:#fff;color:#0F172A;border:none}.module-newsletter .nl-form button:hover{background:#eee}@media (max-width: 768px){.module-newsletter .newsletter-content,.module-newsletter .nl-form{flex-direction:column;text-align:center}.module-newsletter .nl-form{border-radius:16px;width:100%;padding:20px}.module-newsletter .nl-form input{width:100%}.module-newsletter .module-newsletter{margin:0;border-radius:0}}.module-cards{padding:6rem 1rem;background:#F8FAFC}.module-cards.compact-top{padding-top:2rem}.module-cards .section-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#0F172A}.module-cards .cards-layout{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px}.module-cards .card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.03);transition:transform 0.3s;display:flex;flex-direction:column}.module-cards .card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.06)}.module-cards .card .card-img{width:100%;aspect-ratio:16 / 9;max-height:250px;background-size:cover;background-position:center;position:relative}.module-cards .card .card-img .card-tag{position:absolute;top:15px;right:15px;background:#3B82F6;color:#fff;padding:4px 10px;font-size:0.8rem;border-radius:4px;text-transform:uppercase;font-weight:bold}.module-cards .card .card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.module-cards .card h3{margin:0 0 10px;color:#0F172A;font-size:1.3rem}.module-cards .card p{color:#64748B;margin-bottom:20px;flex:1}.module-cards .card .card-link{font-weight:700;color:#3B82F6;text-transform:uppercase;font-size:0.9rem}.keynote-module{padding:6rem 1rem;background:#fff}.keynote-module .keynote-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:5rem}.keynote-item{display:flex;flex-direction:column;gap:2rem;transition:opacity 0.3s ease}@media (min-width: 768px){.keynote-item{flex-direction:row;align-items:flex-start;gap:4rem}}.keynote-item__image{flex:0 0 220px;width:100%;max-width:220px}.keynote-item__image img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.03);border:1px solid #F8FAFC}.keynote-item__content{flex:1}.keynote-item__name{font-size:2rem;color:#0F172A;margin:0 0 0.5rem 0;font-weight:800;letter-spacing:-0.02em}.keynote-item__role{display:block;font-size:1.1rem;font-weight:600;color:#3B82F6;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:0.05em}.keynote-item__bio{color:#64748B;line-height:1.8;font-size:1.05rem;margin-bottom:2rem}.keynote-item__bio p{margin-bottom:1.2rem}.keynote-item__bio strong{color:#0F172A}.keynote-item__footer{display:flex;flex-wrap:wrap;gap:25px;padding-top:1rem;border-top:1px solid rgba(15,23,42,0.05)}.keynote-item__btn{font-weight:800;color:#0F172A;text-decoration:none;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.1em;padding-bottom:4px;border-bottom:2px solid #3B82F6;transition:all 0.2s ease}.keynote-item__btn:hover{color:#3B82F6;border-bottom-color:#0F172A;transform:translateX(5px)}.committee-module{padding:4rem 1rem;background:#fff}.committee-module .committee-chairs{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-bottom:5rem;padding:3rem;background:#F8FAFC;border-radius:16px}.committee-module .committee-chairs__item{text-align:center}.committee-module .committee-chairs__item .chair-role{display:block;font-size:0.85rem;font-weight:800;color:#3B82F6;text-transform:uppercase;margin-bottom:0.5rem}.committee-module .committee-chairs__item .chair-name{font-size:1.5rem;font-weight:800;color:#0F172A}.committee-module .committee-section{margin-bottom:5rem}.committee-module .committee-section__title{font-size:1.5rem;font-weight:800;color:#0F172A;border-bottom:3px solid #3B82F6;display:inline-block;margin-bottom:2.5rem;padding-bottom:5px;text-transform:uppercase}.committee-module .committee-section .members-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.committee-module .committee-section .members-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1200px){.committee-module .committee-section .members-grid{grid-template-columns:repeat(3, 1fr)}}.committee-module .committee-section .member-item__name{display:block;font-weight:700;color:#0F172A;font-size:1.1rem;margin-bottom:0.2rem}.committee-module .committee-section .member-item__affiliation{display:block;font-size:0.9rem;color:#64748B;line-height:1.4}.news-module{padding:4rem 1rem;background:#fff}.news-module .news-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.news-item{padding:2.5rem;background:#F8FAFC;border-radius:16px;border:1px solid #3B82F6;transition:all 0.3s ease;position:relative}.news-item:hover{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.03)}.news-item__title{font-size:1.5rem;color:#0F172A;font-weight:800;margin:0 0 0.5rem 0;line-height:1.3;letter-spacing:-0.01em}.news-item__subtitle{display:block;font-size:0.9rem;font-weight:700;color:#3B82F6;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:0.05em}.news-item__excerpt{font-size:1rem;color:#64748B;line-height:1.7}.news-item__excerpt strong{color:#0F172A;font-weight:700}.news-item__footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(15,23,42,0.08)}.news-item__link{font-weight:800;color:#0F172A;text-decoration:none;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.08em;display:inline-flex;align-items:center;transition:color 0.2s}.news-item__link:after{content:'→';margin-left:8px;transition:transform 0.2s}.news-item__link:hover{color:#3B82F6}.author-box-card{background:#fff;max-width:600px;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.03);display:flex;transition:transform 0.3s, box-shadow 0.3s;margin:40px 0}.author-box-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.06)}.author-box-card:hover .card-image-col img{transform:scale(1.05)}.author-box-card .card-image-col{background-color:#E2E8F0;width:35%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.author-box-card .card-image-col img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform 0.5s ease}.author-box-card .card-image-col::after{content:'';position:absolute;inset:0;background:linear-gradient(to right, rgba(15,23,42,0.1), transparent)}.author-box-card .card-content{width:65%;padding:20px;display:flex;flex-direction:column;justify-content:center}.author-box-card .card-header{margin-bottom:0px}.author-box-card .card-name{font-size:1.35rem;font-weight:700;color:#0F172A;margin:0;letter-spacing:-0.02em}.author-box-card .card-role{display:block;font-size:0.85rem;color:#3B82F6;font-weight:600;margin-top:0px;text-transform:uppercase;letter-spacing:0.5px}.author-box-card .card-bio{font-size:0.95rem;color:#64748B;line-height:1.6;margin-bottom:25px}.author-box-card .btn{align-self:flex-start}.bio-profile{max-width:900px;margin:4rem auto;padding:0 1.5rem;font-family:'Inter', sans-serif}.bio-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}@media (min-width: 768px){.bio-header{flex-direction:row;text-align:left;align-items:flex-start;gap:3rem}}.bio-avatar-wrapper{flex-shrink:0;margin-bottom:1.5rem}@media (min-width: 768px){.bio-avatar-wrapper{margin-bottom:0}}.bio-avatar{width:180px;height:180px;object-fit:cover;border-radius:50%;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);border:4px solid #fff}.bio-meta{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.bio-name{font-size:2.25rem;font-weight:800;color:#1a202c;line-height:1.2;margin:0 0 0.5rem 0;letter-spacing:-0.025em}.bio-position{font-size:1.125rem;color:#4a5568;font-weight:500;margin-bottom:0.5rem}.bio-affiliation{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.95rem;color:#3182ce;background-color:rgba(49,130,206,0.1);padding:0.25rem 0.75rem;border-radius:9999px;font-weight:600}.bio-affiliation svg{opacity:0.8}.bio-body{font-size:1.125rem;line-height:1.8;color:#2d3748}.bio-content p{margin-bottom:1.5rem}.bio-content>p:first-of-type::first-letter{float:left;font-size:3.5rem;line-height:0.8;font-weight:700;margin-right:0.75rem;margin-top:0.2rem;color:#1a202c}.bio-content a{color:#3182ce;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 0.2s}.bio-content a:hover{border-bottom-color:#3182ce}
