:root{--color-primary:#e76f51;--color-primary-hover:#d35439;--color-primary-light:#fef2ee;--color-primary-glow:rgba(231, 111, 81, 0.25);--color-secondary:#2a9d8f;--color-secondary-light:#e8f7f5;--color-accent-amber:#f4a261;--color-accent-blue:#3b82f6;--bg-body:#f8fafc;--bg-surface:#ffffff;--bg-surface-elevated:#ffffff;--bg-subtle:#f1f5f9;--bg-dark:#0f172a;--bg-dark-card:#1e293b;--bg-dark-subtle:#334155;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--text-light:#f8fafc;--text-light-muted:#94a3b8;--border-color:#e2e8f0;--border-dark:rgba(255, 255, 255, 0.1);--border-focus:#e76f51;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--container-max:1200px;--header-height:72px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg-body);line-height:1.6;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column}img,svg{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-primary)}button,input,select,textarea{font:inherit}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.site-header{position:sticky;top:0;z-index:100;background-color:rgba(255,255,255,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);height:var(--header-height);display:flex;align-items:center}.nav-container{display:flex;align-items:center;justify-content:space-between;width:100%}.brand-link{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.2rem;color:var(--text-primary);letter-spacing:-.02em}.brand-logo{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-color)}.brand-tag{font-size:.75rem;background-color:var(--color-primary-light);color:var(--color-primary);padding:.15rem .5rem;border-radius:var(--radius-full);font-weight:600;letter-spacing:normal}.nav-menu{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-link{display:inline-block;padding:.5rem .75rem;font-size:.925rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-sm);transition:all .15s ease}.nav-link:hover,.nav-link.active{color:var(--color-primary);background-color:var(--color-primary-light)}.nav-actions{display:flex;align-items:center;gap:.75rem}.nav-toggle{display:none;background:0 0;border:none;padding:.5rem;cursor:pointer;color:var(--text-primary)}.mobile-nav-action-item{display:none}@media(max-width:960px){.site-header{height:64px}.nav-toggle{display:flex;align-items:center;justify-content:center}.nav-menu{display:none;position:absolute;top:64px;left:0;right:0;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);flex-direction:column;padding:1rem 1.25rem 1.5rem;box-shadow:var(--shadow-xl);max-height:calc(100vh - 64px);overflow-y:auto;gap:.25rem}.nav-menu.open{display:flex}.nav-menu li{width:100%;text-align:center}.nav-link{width:100%;display:block;padding:.75rem 1rem;font-size:1rem;text-align:center}.mobile-nav-action-item{display:block!important;width:100%;list-style:none;margin-top:.25rem}.nav-actions .btn-luma,.nav-actions .btn-whatsapp{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.925rem;font-weight:600;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all .18s ease;white-space:nowrap}.btn-primary{background-color:var(--color-primary);color:#fff!important;box-shadow:0 2px 4px var(--color-primary-glow)}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 8px var(--color-primary-glow)}.btn-outline{background-color:transparent;border-color:var(--border-color);color:var(--text-primary)}.btn-outline:hover{background-color:var(--bg-subtle);border-color:var(--text-muted)}.btn-luma{background:linear-gradient(135deg,#e76f51 0%,#f4a261 100%);color:#fff!important;font-weight:600;border:none;box-shadow:0 4px 12px rgba(231,111,81,.3)}.btn-luma:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(231,111,81,.4)}.btn-whatsapp{background:#25d366;color:#0b0f19!important;font-weight:600;border:1px solid #25d366;box-shadow:0 4px 12px rgba(37,211,102,.25)}.btn-whatsapp:hover{background:#20ba5a;border-color:#20ba5a;color:#000!important;transform:translateY(-1px);box-shadow:0 6px 16px rgba(37,211,102,.4)}.btn-dark{background-color:var(--bg-dark);color:#fff!important}.btn-dark:hover{background-color:var(--bg-dark-card)}.btn-sm{padding:.375rem .75rem;font-size:.825rem;border-radius:var(--radius-sm)}.btn-lg{padding:.875rem 1.75rem;font-size:1.05rem;border-radius:var(--radius-md)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}.badge-primary{background-color:var(--color-primary-light);color:var(--color-primary)}.badge-success{background-color:#ecfdf5;color:#059669}.badge-info{background-color:#eff6ff;color:#2563eb}.badge-warning{background-color:#fffbeb;color:#d97706}.badge-neutral{background-color:var(--bg-subtle);color:var(--text-secondary)}.badge-live{background-color:#fee2e2;color:#dc2626;animation:pulse-ring 1.8s cubic-bezier(.215,.61,.355,1)infinite}@keyframes pulse-ring{0%{transform:scale(.97)}50%{transform:scale(1.03)}100%{transform:scale(.97)}}.hero{background:radial-gradient(circle at 80% 20%,rgba(231,111,81,.12) 0%,transparent 50%),radial-gradient(circle at 10% 80%,rgba(42,157,143,.1) 0%,transparent 40%),linear-gradient(180deg,#0b0f19 0%,#111827 100%);color:#fff;padding:5rem 0 4rem;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,8%)}.hero-content{max-width:860px;margin:0 auto;text-align:center}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;background-color:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.85rem;color:#f1f5f9;margin-bottom:1.75rem}.hero-pill-dot{width:8px;height:8px;border-radius:50%;background-color:var(--color-primary);box-shadow:0 0 8px var(--color-primary)}.hero-title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem;color:#fff}.hero-title .highlight{background:linear-gradient(135deg,#e76f51 0%,#f4a261 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(1.05rem,2.2vw,1.25rem);color:var(--text-light-muted);line-height:1.6;margin-bottom:2.25rem;max-width:720px;margin-left:auto;margin-right:auto}.hero-cta-group{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,8%);max-width:800px;margin:0 auto}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em}.stat-label{font-size:.825rem;color:var(--text-light-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500}@media(max-width:640px){.hero{padding:3.5rem 0 3rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn{width:100%}}.section{padding:4.5rem 0}.section-subtle{background-color:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.section-dark{background-color:var(--bg-dark);color:#fff}.section-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2.5rem}.section-header.text-center{align-items:center;text-align:center}.section-kicker{font-size:.85rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.section-title{font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800;letter-spacing:-.025em;color:var(--text-primary);margin-bottom:.5rem}.section-dark .section-title{color:#fff}.section-desc{font-size:1.05rem;color:var(--text-secondary);max-width:680px}.section-dark .section-desc{color:var(--text-light-muted)}.section-actions{margin-top:2rem;text-align:center}.spotlight-banner{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.12);padding:2.5rem;color:#fff;display:grid;grid-template-columns:140px 1fr auto;gap:2rem;align-items:center;box-shadow:var(--shadow-xl);margin-top:-3rem;position:relative;z-index:10}.spotlight-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(255,255,255,6%);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:1.25rem 1rem;text-align:center}.spotlight-date-month{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-amber)}.spotlight-date-day{font-size:2.5rem;font-weight:800;line-height:1;margin:.25rem 0;color:#fff}.spotlight-date-year{font-size:.8rem;color:var(--text-light-muted)}.spotlight-info{display:flex;flex-direction:column;gap:.5rem}.spotlight-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--text-light-muted)}.spotlight-meta-item{display:inline-flex;align-items:center;gap:.4rem}.spotlight-title{font-size:1.5rem;font-weight:700;color:#fff}.spotlight-title a:hover{color:var(--color-accent-amber)}.spotlight-desc{font-size:.95rem;color:#cbd5e1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotlight-cta{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}@media(max-width:900px){.spotlight-banner{grid-template-columns:1fr;margin-top:-1.5rem;padding:1.75rem;gap:1.25rem}.spotlight-date{display:inline-flex;flex-direction:row;gap:.75rem;padding:.5rem 1rem;align-self:flex-start}.spotlight-date-day{font-size:1.25rem;margin:0}.spotlight-cta{align-items:flex-start;width:100%}.spotlight-cta .btn{width:100%}}.grid{display:grid;gap:1.5rem}.grid-cols-2{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))}.grid-cols-3{grid-template-columns:repeat(auto-fill,minmax(min(100%,290px),1fr))}.grid-cols-4{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}@media(max-width:640px){.grid{gap:1.25rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:all .2s ease;position:relative;overflow:hidden;max-width:100%}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#cbd5e1}.event-card{padding:1.5rem}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.event-card-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-subtle);border-radius:var(--radius-sm);padding:.5rem .75rem;min-width:54px;text-align:center}.event-card-date-badge .month{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--color-primary)}.event-card-date-badge .day{font-size:1.25rem;font-weight:800;line-height:1;color:var(--text-primary)}.event-card-title{font-size:1.2rem;font-weight:700;line-height:1.35;margin-bottom:.5rem}.event-card-meta{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.event-card-meta-item{display:inline-flex;align-items:center;gap:.4rem}.event-card-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1.25rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.event-card-footer,.chapter-card-footer,.oss-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border-color);gap:.5rem}.chapter-card{padding:1.75rem;border-top:4px solid var(--color-primary)}.chapter-card-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.chapter-logo{width:56px;height:56px;object-fit:contain;border-radius:var(--radius-sm);background-color:#fff;padding:4px}.chapter-card-header h3{font-size:1.15rem;font-weight:700;line-height:1.3}.chapter-location{font-size:.85rem;color:var(--text-muted)}.chapter-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1.25rem;flex-grow:1}.chapter-leaders-preview{background-color:var(--bg-subtle);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.85rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.35rem}.chapter-leader-row{display:flex;justify-content:space-between;align-items:center}.chapter-leader-role{color:var(--text-muted);font-size:.775rem}.chapter-leader-name{font-weight:600;color:var(--text-primary);display:inline-flex;align-items:center;gap:.4rem}.chapter-leader-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;border:1px solid var(--border-color);background-color:var(--bg-surface);flex-shrink:0}.chapter-item{display:flex;flex-direction:column}.chapter-item>.card{flex:1;height:100%}.chapter-item.is-hidden{display:none!important}.chapter-item.is-revealed{animation:chapterFadeIn .3s ease-out forwards}@keyframes chapterFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.leader-card{padding:1.5rem;text-align:center;align-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.leader-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(231,111,81,.4)}.leader-card .social-links,.leader-card .leader-card-profile-btn{position:relative;z-index:2}.leader-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid var(--color-primary-light);background-color:var(--bg-subtle)}.leader-name{font-size:1.15rem;font-weight:700;margin-bottom:.25rem}.leader-role{font-size:.85rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem}.leader-chapter{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.leader-bio{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1.25rem;flex-grow:1}.social-links{display:inline-flex;gap:.5rem;align-items:center;justify-content:center}.social-link{width:32px;height:32px;border-radius:50%;background-color:var(--bg-subtle);display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.85rem;transition:all .15s ease}.social-link:hover{background-color:var(--color-primary);color:#fff}.speaker-card{display:flex;flex-direction:row;gap:1.25rem;padding:1.5rem;align-items:flex-start}.speaker-avatar{width:80px;height:80px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background-color:var(--bg-subtle);border:1px solid var(--border-color)}.speaker-details{display:flex;flex-direction:column;flex-grow:1}.speaker-name{font-size:1.15rem;font-weight:700}.speaker-role{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.speaker-company{font-weight:600;color:var(--color-primary)}.speaker-bio{font-size:.85rem;color:var(--text-secondary);line-height:1.45;margin-bottom:.75rem}@media(max-width:540px){.speaker-card{flex-direction:column;align-items:center;text-align:center}}.post-card{padding:1.5rem}.post-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.post-card-title{font-size:1.2rem;font-weight:700;line-height:1.35;margin-bottom:.5rem}.post-card-excerpt{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1rem;flex-grow:1}.post-card-author{font-size:.825rem;font-weight:600;color:var(--text-primary)}.oss-card{padding:1.5rem;border-left:4px solid var(--color-secondary)}.oss-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.oss-title{font-size:1.15rem;font-weight:700;font-family:var(--font-mono)}.oss-stars{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--text-muted);background-color:var(--bg-subtle);padding:.2rem .5rem;border-radius:var(--radius-sm)}.oss-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1rem;flex-grow:1}.oss-tech-stack{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem}.tech-tag{font-family:var(--font-mono);font-size:.725rem;padding:.15rem .45rem;background-color:var(--bg-subtle);color:var(--text-secondary);border-radius:var(--radius-sm)}.callout-box{background:linear-gradient(135deg,rgba(231,111,81,8%) 0%,rgba(244,162,97,.12) 100%);border:1px solid rgba(231,111,81,.25);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;max-width:860px;margin:0 auto}.callout-box h3{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.callout-box p{font-size:1.05rem;color:var(--text-secondary);margin-bottom:1.75rem;max-width:650px;margin-left:auto;margin-right:auto}.callout-box-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;align-items:center}.filter-tabs{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--text-secondary);background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-full);cursor:pointer;transition:all .15s ease}.filter-tab:hover,.filter-tab.active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.article-header{padding:3rem 0 2rem;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);margin-bottom:2.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.article-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;letter-spacing:-.025em;margin-bottom:1rem}.article-meta{display:flex;flex-wrap:wrap;gap:1.25rem;color:var(--text-secondary);font-size:.9rem}.article-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;margin-bottom:4rem}@media(max-width:860px){.article-layout{grid-template-columns:1fr}}.prose{font-size:1.05rem;line-height:1.75;color:#334155}.prose h2{font-size:1.6rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem;color:var(--text-primary)}.prose h3{font-size:1.3rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.35rem}.prose pre{background-color:var(--bg-dark);color:#f8fafc;padding:1.25rem;border-radius:var(--radius-md);overflow-x:auto;font-family:var(--font-mono);font-size:.9rem;margin-bottom:1.5rem}.prose code{font-family:var(--font-mono);background-color:var(--bg-subtle);padding:.15rem .35rem;border-radius:var(--radius-sm);font-size:.88em}.prose pre code{background:0 0;padding:0}.sidebar-widget{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.sidebar-widget-title{font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.site-footer{background-color:var(--bg-dark);color:var(--text-light-muted);border-top:1px solid rgba(255,255,255,8%);margin-top:auto;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}@media(max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.footer-grid{grid-template-columns:1fr}}.footer-brand h4{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.footer-brand p{font-size:.9rem;line-height:1.6;max-width:320px;margin-bottom:1.25rem}.footer-col h5{font-size:.85rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.9rem;color:var(--text-light-muted)}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,8%);display:flex;align-items:center;justify-content:space-between;font-size:.85rem;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.container{padding-left:1rem;padding-right:1rem}.section{padding:3rem 0}.article-header{padding:2rem 0 1.5rem;margin-bottom:2rem}.article-title{font-size:1.85rem;line-height:1.25}.btn{white-space:normal;text-align:center;max-width:100%}.btn-lg{padding:.75rem 1.25rem;font-size:.975rem}.card{padding:1.25rem}.callout-box{padding:1.75rem 1.25rem}.callout-box h3{font-size:1.35rem;line-height:1.3}.callout-box p{font-size:.95rem;margin-bottom:1.25rem}.callout-box .btn,.callout-box a.btn{width:100%}.site-footer{padding:3rem 0 1.5rem}.footer-grid{gap:2rem;margin-bottom:2rem}.footer-social-links{justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}.head-of-chapters-highlight{margin-bottom:3.5rem;padding:2.25rem;background:linear-gradient(135deg,#ffffff 0%,#fffbf8 100%);border:2px solid var(--color-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.head-of-chapters-inner{display:flex;align-items:center;gap:2rem}.head-of-chapters-avatar{width:110px;height:110px;border-radius:50%;border:3px solid var(--color-primary);flex-shrink:0;object-fit:cover}.head-of-chapters-content{flex:1;min-width:0}.head-of-chapters-badges{display:flex;gap:.5rem;align-items:center;margin-bottom:.4rem;flex-wrap:wrap}.head-of-chapters-name{font-size:1.6rem;font-weight:800;margin-bottom:.25rem;color:var(--text-primary)}.head-of-chapters-title{color:var(--color-primary);font-weight:700;font-size:1rem;margin-bottom:.75rem;line-height:1.4}.head-of-chapters-bio{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem;max-width:820px}.head-of-chapters-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}@media(max-width:640px){.head-of-chapters-highlight{padding:1.25rem;margin-bottom:2.5rem}.head-of-chapters-inner{flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.head-of-chapters-avatar{width:96px;height:96px}.head-of-chapters-badges{justify-content:center}.head-of-chapters-name{font-size:1.35rem}.head-of-chapters-title{font-size:.925rem}.head-of-chapters-actions{flex-direction:column;width:100%}.head-of-chapters-actions .btn{width:100%}}.chapter-single-header{display:flex;align-items:center;gap:1.5rem}.chapter-single-logo{width:80px;height:80px;flex-shrink:0}.chapter-single-meta{flex:1;min-width:0}.chapter-lead-card{padding:1.5rem;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.chapter-lead-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:rgba(231,111,81,.4)}.chapter-lead-card .chapter-lead-actions a{position:relative;z-index:2}.chapter-lead-header{display:flex;gap:1.25rem;align-items:center;margin-bottom:1rem}.chapter-lead-avatar{width:80px;height:80px;border-radius:50%;flex-shrink:0;object-fit:cover;border:2px solid var(--color-primary-light);background-color:var(--bg-subtle)}.chapter-lead-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.35rem;color:var(--color-primary);background-color:var(--color-primary-light)}.chapter-lead-info{flex:1;min-width:0}.chapter-lead-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}@media(max-width:640px){.chapter-single-header{flex-direction:column;align-items:flex-start;gap:1rem}.chapter-single-logo{width:64px;height:64px}.chapter-lead-card{padding:1.25rem}.chapter-lead-header{gap:1rem;align-items:flex-start}.chapter-lead-avatar{width:68px;height:68px}.chapter-lead-actions{width:100%}.chapter-lead-actions .btn{flex:1;min-width:90px;text-align:center}}.os-flagship-card{padding:2.5rem;margin-bottom:3.5rem;background:linear-gradient(135deg,var(--bg-surface) 0%,rgba(231,111,81,4%) 100%);border:1px solid var(--border-color)}.os-flagship-img{width:100%;height:320px;object-fit:cover;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:block}.os-phase-card{padding:1.75rem}.os-internships-card{margin-top:1.75rem;padding:2rem;background:var(--bg-surface)}.os-meetups-card{padding:2rem;background:var(--bg-surface)}.os-thanks-card{padding:2.25rem;background:var(--bg-surface);border:1px solid var(--border-color)}.milestone-card{padding:0;overflow:hidden;border-radius:var(--radius-lg)}.milestone-img{width:100%;height:210px;object-fit:cover;display:block}.milestone-body{padding:1.25rem}@media(max-width:640px){.os-flagship-card{padding:1.25rem;margin-bottom:2.5rem}.os-flagship-img{height:210px}.os-flagship-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.os-flagship-actions .btn{width:100%}.os-phase-card{padding:1.25rem}.os-internships-card{padding:1.25rem}.os-internships-card .grid>div{padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.os-internships-card .grid>div:last-child{padding-bottom:0;border-bottom:none}.os-meetups-card{padding:1.25rem}.os-thanks-card{padding:1.25rem}.milestone-img{height:190px}.milestone-body{padding:1rem 1.25rem 1.25rem}}@media(max-width:640px){.chapter-card{padding:1.25rem}.chapter-card-footer,.event-card-footer,.oss-card-footer{gap:.5rem}.chapter-card-footer .btn,.event-card-footer .btn,.oss-card-footer .btn{flex:1;min-width:0;padding:.5rem .6rem;font-size:.825rem}.chapter-leader-name{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leader-card{padding:1.25rem 1rem}.leader-avatar{width:88px;height:88px}.speaker-card{padding:1.25rem}}.leader-single-hero{display:flex;align-items:center;gap:2rem;padding-top:.5rem}.leader-single-avatar-wrap{flex-shrink:0}.leader-single-avatar{width:128px;height:128px;border-radius:50%;object-fit:cover;border:4px solid var(--bg-surface);box-shadow:0 4px 14px rgba(0,0,0,.12);background-color:var(--bg-subtle);display:block}.leader-single-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.2rem;color:var(--color-primary);background:linear-gradient(135deg,var(--color-primary-light) 0%,#fff 100%);border:4px solid var(--border-color)}.leader-single-hero-info{flex:1;min-width:0}.leader-single-badges{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.6rem}.leader-single-name{font-size:2.15rem;font-weight:800;color:var(--text-primary);margin-bottom:.4rem;letter-spacing:-.02em}.leader-single-designation{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--color-primary);margin-bottom:.4rem}.leader-single-affiliation{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-secondary)}.leader-contact-links{display:flex;flex-direction:column;gap:.65rem}.leader-contact-btn{display:inline-flex;align-items:center;gap:.65rem;padding:.65rem .9rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid var(--border-color);background-color:var(--bg-surface);color:var(--text-primary);transition:all .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leader-contact-btn svg{flex-shrink:0}.leader-contact-btn:hover{border-color:var(--color-primary);background-color:var(--color-primary-light);color:var(--color-primary-hover);transform:translateX(3px)}.leader-contact-linkedin:hover{border-color:#0a66c2;background-color:rgba(10,102,194,8%);color:#0a66c2}.leader-contact-github:hover{border-color:#24292f;background-color:rgba(36,41,47,8%);color:#24292f}.leader-meta-list{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.leader-meta-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border-color);font-size:.875rem}.leader-meta-row:last-child{border-bottom:none;padding-bottom:0}.leader-meta-row dt{color:var(--text-muted);font-weight:500;flex-shrink:0}.leader-meta-row dd{color:var(--text-primary);font-weight:600;text-align:right;margin:0}.leader-card-profile-btn{margin-top:1rem;width:100%;justify-content:center}@media(max-width:640px){.leader-single-hero{flex-direction:column;text-align:center;gap:1.25rem}.leader-single-badges,.leader-single-designation,.leader-single-affiliation{justify-content:center}.leader-single-avatar{width:104px;height:104px}.leader-single-name{font-size:1.75rem}}