:root{--primary: #0274ba;--primary-dark: #025a91;--primary-overlay: rgba(2, 116, 186, 0.85);--yellow: #ffc107;--yellow-overlay: rgba(255, 193, 7, 0.85);--text-dark: #333;--text-secondary: #666;--text-light: #fff;--bg-white: #fff;--bg-light: #f8f9fa;--border-color: #ddd}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);line-height:1.8;font-size:1.1rem;background-color:var(--bg-white)}.site-nav{position:fixed;top:0;left:0;right:0;background:var(--bg-white);box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;padding:0 2rem}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--text-dark);text-decoration:none}.nav-logo:hover{color:var(--primary)}.nav-links{display:flex;list-style:none;gap:.5rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;padding:.5rem 1rem;border-bottom:2px solid rgba(0,0,0,0);transition:color .3s,border-color .3s}.nav-links a:hover,.nav-links a.active{color:var(--primary);border-bottom-color:var(--primary)}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-dark)}.hero-section{padding:120px 2rem 60px;text-align:center;background:var(--bg-white)}.hero-section .hero-logo{max-width:500px;width:85%;margin:0 auto 2rem}.hero-section h1{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.hero-section h1 .highlight{color:var(--primary)}.hero-section .event-info{font-size:1.3rem;color:var(--text-secondary);margin-top:1rem}.content-section{padding:4rem 2rem}.content-section .section-inner{max-width:1200px;margin:0 auto}.section-blue{background:var(--primary-overlay);color:var(--text-light)}.section-yellow{background:var(--yellow-overlay);color:var(--text-dark)}.section-white{background:var(--bg-white)}.section-light{background:var(--bg-light)}h2.section-heading{font-size:2rem;text-align:center;margin-bottom:2rem;padding-bottom:.5rem;position:relative}h2.section-heading::after{content:"";display:block;width:60px;height:3px;background:var(--primary);margin:.5rem auto 0}.section-blue h2.section-heading::after{background:var(--text-light)}.section-yellow h2.section-heading::after{background:var(--text-dark)}.schedule-table{width:100%;border-collapse:collapse;background:var(--bg-white);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08)}.schedule-table thead th{background:var(--primary);color:var(--text-light);padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.schedule-table tbody td{padding:1rem 1.25rem;border-bottom:1px solid var(--border-color);vertical-align:middle}.schedule-table tbody tr.clickable-row{cursor:pointer;transition:background-color .2s}.schedule-table tbody tr.clickable-row:hover{background-color:#e8f4fd}.schedule-table tbody tr.logistics-row{background-color:var(--bg-light);color:var(--text-secondary);font-style:italic}.time-cell{font-weight:600;white-space:nowrap;color:var(--primary)}.session-title{font-weight:600;color:var(--text-dark)}.clickable-row:hover .session-title{color:var(--primary)}.room-badge{display:inline-block;background:var(--primary);color:var(--text-light);padding:.2rem .7rem;border-radius:20px;font-size:.8rem;font-weight:500}.tag-badge{display:inline-block;border:1px solid var(--primary);color:var(--primary);padding:.1rem .5rem;border-radius:12px;font-size:.75rem;margin-right:.25rem;margin-top:.25rem}.type-badge{display:inline-block;padding:.2rem .7rem;border-radius:20px;font-size:.8rem;font-weight:500}.type-badge.talk{background:var(--primary);color:var(--text-light)}.type-badge.workshop{background:var(--yellow);color:var(--text-dark)}.talk-modal .modal-content{border:none;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15)}.talk-modal .modal-header{background:var(--primary);color:var(--text-light);border-radius:12px 12px 0 0;border-bottom:none;padding:1.5rem}.talk-modal .modal-title{font-weight:700;font-size:1.2rem}.talk-modal .btn-close{filter:invert(1)}.talk-modal .modal-body{padding:2rem;color:var(--text-dark);line-height:1.8}.talk-modal .speaker-preview{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;background:var(--bg-light);border-radius:8px}.talk-modal .speaker-preview img{width:50px;height:50px;border-radius:50%;object-fit:cover}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:2rem;margin-top:2rem}.speaker-card{background:var(--bg-white);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.speaker-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.speaker-img-container img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--primary);margin-bottom:1rem}.speaker-card h3{font-size:1.2rem;margin-bottom:.25rem;color:var(--text-dark)}.speaker-card .role{color:var(--primary);font-weight:500;margin-bottom:.75rem;font-size:.95rem}.speaker-card .bio{color:var(--text-secondary);font-size:.95rem}.speaker-card .social-link{display:inline-block;margin-top:.75rem;color:var(--primary);text-decoration:none;font-size:.9rem}.speaker-card .social-link:hover{text-decoration:underline}.site-footer{background:var(--bg-light);border-top:1px solid var(--border-color);padding:2rem;text-align:center}.footer-inner{max-width:1200px;margin:0 auto}.social-icons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;list-style:none;padding:0}.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--text-secondary);text-decoration:none;font-size:1.5rem;border-radius:50%;transition:color .3s,background-color .3s}.social-icons a:hover{color:var(--primary);background-color:rgba(2,116,186,.1)}.footer-text{color:var(--text-secondary);font-size:.9rem}.btn-cta{display:inline-block;background:var(--text-light);color:var(--primary);padding:.75rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15);color:var(--primary-dark)}.btn-primary-custom{display:inline-block;background:var(--primary);color:var(--text-light);padding:.75rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:background .2s}.btn-primary-custom:hover{background:var(--primary-dark);color:var(--text-light)}@media(max-width: 768px){.nav-toggle{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:70px;left:0;right:0;background:var(--bg-white);box-shadow:0 4px 10px rgba(0,0,0,.1);padding:1rem 0}.nav-links.open{display:flex}.nav-links a{padding:.75rem 2rem;border-bottom:none}.hero-section h1{font-size:1.8rem}.schedule-table{font-size:.9rem}.schedule-table thead th,.schedule-table tbody td{padding:.75rem}.speakers-grid{grid-template-columns:1fr}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}/*# sourceMappingURL=style.css.map */