:root{--gh-blue:#3b5998;--gh-blue-dark:#2a4073;--gh-blue-darker:#1d2c4f;--gh-yellow:#facc15;--gh-yellow-hover:#eab308;--gh-offwhite:#f8fafc;--gh-text-dark:#1e293b;--gh-text-light:#f8fafc;--font-heading:"Nunito", "Quicksand", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-pill:9999px;--shadow-sm:0 4px 6px -1px #0000001a;--shadow-md:0 10px 15px -3px #0000001a;--shadow-lg:0 20px 25px -5px #0003;--shadow-glow:0 0 20px #facc1566}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--gh-blue);background-image:radial-gradient(circle at top right, var(--gh-blue-dark) 0%, transparent 40%), radial-gradient(circle at bottom left, var(--gh-blue-darker) 0%, transparent 40%);color:var(--gh-text-light);min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:1024px;margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--gh-blue-darker)}::-webkit-scrollbar-thumb{background:var(--gh-blue);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--gh-yellow)}.app{flex-direction:column;min-height:100vh;display:flex}.hero{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:80px 24px;display:flex}.hero-title{color:var(--gh-offwhite);text-shadow:0 4px 12px #0000004d;text-transform:uppercase;letter-spacing:-1px;font-size:4rem}.hero-badge{background-color:var(--gh-yellow);color:var(--gh-text-dark);border-radius:var(--radius-pill);box-shadow:var(--shadow-md);margin-bottom:16px;padding:8px 24px;font-size:1.1rem;font-weight:800;display:inline-block;transform:rotate(-3deg)}.hero-subtitle{color:#f8fafccc;max-width:600px;margin:0 auto;font-size:1.25rem}.btn-primary{background-color:var(--gh-yellow);color:var(--gh-text-dark);border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--shadow-md);border:none;margin-top:24px;padding:16px 40px;font-size:1.25rem;font-weight:800;transition:all .2s}.btn-primary:hover{background-color:var(--gh-yellow-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.section{width:100%;max-width:1024px;margin:0 auto;padding:64px 24px}.section-title{text-align:center;color:var(--gh-yellow);margin-bottom:48px;font-size:2.5rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.info-card{background:var(--gh-offwhite);color:var(--gh-text-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:16px;padding:32px;transition:transform .3s;display:flex}.info-card:hover{transform:translateY(-4px)}.info-card-title{color:var(--gh-blue-darker);font-size:1.5rem}.info-card-list{list-style-type:none}.info-card-list li{color:#334155;margin-bottom:12px;padding-left:24px;position:relative}.info-card-list li:before{content:"•";color:var(--gh-blue);font-size:1.2rem;font-weight:700;position:absolute;left:0}.timeline-container{width:100%;max-width:800px;margin:0 auto;padding:64px 24px}.timeline{flex-direction:column;gap:32px;display:flex;position:relative}.timeline:before{content:"";background:#fff3;border-radius:4px;width:4px;position:absolute;top:24px;bottom:0;left:22px}.timeline-block{flex-direction:column;display:flex}.timeline-item{z-index:2;gap:24px;margin-bottom:32px;display:flex;position:relative}.timeline-item.sub-item{margin-bottom:16px}.timeline-dot-wrapper{flex-shrink:0;justify-content:center;width:48px;display:flex}.timeline-dot{background:var(--gh-yellow);width:48px;height:48px;box-shadow:0 0 0 4px var(--gh-blue), var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;margin-top:12px;display:flex}.timeline-sub-dot{background:var(--gh-offwhite);width:16px;height:16px;box-shadow:0 0 0 4px var(--gh-blue);border-radius:50%;margin-top:20px}.timeline-content{background:var(--gh-offwhite);color:var(--gh-text-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-grow:1;padding:24px;transition:transform .3s,box-shadow .3s}.timeline-content.clickable{cursor:pointer;border:1px solid #0000;transition:all .3s}.timeline-content.clickable:hover{box-shadow:var(--shadow-lg);border-color:#3b82f64d;transform:translate(4px)}.timeline-header-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.expand-indicator-wrapper{border-top:1px solid #0000000d;justify-content:center;margin-top:20px;padding-top:16px;display:flex}.expand-indicator{color:var(--gh-blue);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:8px;padding:8px 20px;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex}.timeline-content.clickable:hover .expand-indicator{background:var(--gh-blue);color:#fff}.chevron-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.timeline-sessions{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.timeline-sessions.expanded{grid-template-rows:1fr;margin-bottom:16px}.timeline-sessions>*{overflow:hidden}.sub-item .timeline-content{padding:16px 24px}.timeline-date{color:var(--gh-blue);font-weight:800;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.9rem}.timeline-title{color:var(--gh-blue-darker);margin-bottom:8px;font-size:1.3rem}.sub-item .timeline-title{margin-bottom:0;font-size:1.1rem}.timeline-desc{color:#334155}.faq-list{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff1a;transition:all .3s;overflow:hidden}.faq-item:hover{background:#ffffff14}.faq-question{text-align:left;width:100%;color:var(--gh-offwhite);cursor:pointer;font-size:1.1rem;font-weight:700;font-family:var(--font-body);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px;display:flex}.faq-icon{color:var(--gh-yellow);font-size:1.5rem;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{color:#f8fafccc;max-height:0;padding:0 24px;transition:all .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 24px 24px}.footer{background:var(--gh-blue-darker);border-top:1px solid #ffffff0d;margin-top:auto;padding:48px 24px}.footer-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.footer-logo{border-radius:var(--radius-sm);max-height:40px;box-shadow:var(--shadow-sm);background:#fff;padding:6px 16px}.footer-text{color:#f8fafc99;margin:0;font-size:.95rem;font-weight:500}@media (width<=768px){.hero{padding:60px 16px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section{padding:48px 16px}.section-title{margin-bottom:32px;font-size:2rem}}
