.schedule-container{max-width:900px;margin:0 auto;padding:1rem 0rem 1rem 0rem;font-family:'Roboto', sans-serif;color:#8741e8}.schedule-card{margin:0rem 0rem 40px 0rem;border-radius:12px;box-shadow:0rem 4px 12px rgba(0,0,0,0.1);overflow:hidden;background-color:white}.schedule-card .schedule-slot{padding:6px 24px 6px 24px;position:relative}.day-header{font-size:1.8rem;font-weight:700;color:#b085eb;padding-bottom:0.7rem;border-bottom:3px solid #b085eb;margin-bottom:1rem}.day-decorator-top+.schedule-slot{margin-top:1.2rem}.slot-line{width:15%;height:0.15rem;background-color:#b085eb;border-radius:2px;margin:0.4rem 0;clear:both}.slot-title{font-size:1.6rem;font-weight:600;margin-bottom:0.4rem;display:flex;align-items:center;gap:0.5rem;color:#555}.slot-meta{font-size:1rem;color:#8741e8;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.3rem}.slot-meta a{color:#8741e8;text-decoration:none}.slot-meta a:hover{text-decoration:underline}.slot-description{font-size:1rem;margin-bottom:1rem;color:#444}.slot-descriptions{margin-top:0.5rem;list-style-type:none;padding-left:0;color:#444}.slot-descriptions li{margin-bottom:0.3rem;color:#444;font-size:1rem}.note-description{background-color:rgba(176,133,235,0.2);padding:0.5rem;border-radius:8px;margin-top:0.5rem;list-style-type:none;padding-left:1rem;padding-right:1rem;color:#444;line-height:1.4;font-size:1rem;margin-bottom:1rem}.slot-description strong,.slot-descriptions strong,.note-description strong{font-weight:bold !important}.slot-description u,.slot-descriptions u,.note-description u{text-decoration:underline !important}.material-icons.icon-time,.material-icons.icon-place{font-size:1.3rem;color:#8741e8}.speakers{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-top:0.8rem;margin-bottom:1rem}@media screen and (max-width: 768px){.speakers{grid-template-columns:1fr}}.speaker-card-link{text-decoration:none;color:inherit}.speaker-card{display:flex;background:white;border:1.5px solid #b085eb;border-radius:12px;box-shadow:0 2px 8px rgba(176,133,235,0.15);transition:box-shadow 0.4s ease;padding:0.7rem 1rem;cursor:pointer;align-items:center}.speaker-card:hover{box-shadow:0 4px 20px rgba(176,133,235,0.4)}.speaker-image-container{flex-shrink:0;width:80px;height:80px;overflow:hidden;border-radius:16px;margin-right:1rem;background:#ddd;display:flex;justify-content:center;align-items:center}.speaker-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.speaker-info{flex-grow:1}.speaker-name{font-weight:700;font-size:1.1rem;margin-bottom:0.3rem;color:#555}.speaker-description{font-size:0.9rem;color:#555}@media (min-width: 1024px){.schedule-container{max-width:1100px}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.day-decorator-top,.day-decorator-bottom{width:100%;display:flex;align-items:center;justify-content:center;background-color:#b085eb;color:white;margin:0;padding:6px}.day-decorator-top{border-top-left-radius:12px;border-top-right-radius:12px}.day-decorator-top .material-icons{margin-right:8px}.day-decorator-top .day-title{font-size:1.3rem;font-weight:600}.day-decorator-bottom{height:0px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.slot-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;font-size:0.95rem;margin-bottom:0.5rem}.slot-time{white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:0.3rem}.slot-place{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:0.3rem}.slot-meta .material-icons{font-size:1rem;vertical-align:middle}.speaker-card.highlighted-speaker{box-shadow:0 4px 20px rgba(176,133,235,0.4);scroll-margin-top:100px;transition:box-shadow 0.4s ease}.slot-substeps{margin:0rem 0 1rem 0rem;padding:0 0.5rem 0 0.5rem;list-style:none}.slot-substeps .substep{display:flex;gap:0.25rem;margin-bottom:0.5rem}.slot-substeps .substep .substep-icon-wrapper{display:flex;align-items:start;flex-shrink:0}.slot-substeps .substep .substep-icon-wrapper i.material-icons{font-size:1.4rem;color:#b085eb;line-height:1}.slot-substeps .substep .substep-text{display:flex;flex-direction:column}.slot-substeps .substep .substep-text .substep-title-row{display:flex;align-items:center}.slot-substeps .substep .substep-text .substep-title{font-size:1rem;color:#444}.slot-substeps .substep .substep-text .substep-description{font-size:1rem;color:#444;margin-top:0.2rem;line-height:1.4}.schedule-slot.open-slot{border-left:4px solid #b085eb;border-radius:8px;padding-left:1rem;transition:background-color 0.3s ease}.open-badge{display:inline-flex;align-items:center;gap:0.4rem;background-color:#b085eb;color:white;font-size:0.9rem;font-weight:600;padding:0.2rem 0.7rem;border-radius:12px;white-space:nowrap;cursor:pointer;margin-left:0.5rem;transition:transform 0.3s ease, background-color 0.3s ease}.open-badge i{font-size:1rem}.open-badge:hover{background-color:#9459e4}.open-badge.active{transform:translateY(10px)}.open-description-container{max-height:0;opacity:0;overflow:hidden;transition:max-height 0.4s ease, opacity 0.4s ease;padding-left:1.5rem}.open-description-container.expanded{max-height:200px;opacity:1;margin-top:0.5rem}
