.workshop-detail{max-width:900px;margin:0 auto}.workshop-nav{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.workshop-nav-back{color:var(--md-sys-color-primary);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.workshop-nav-back:hover{opacity:.8}.nav-arrow{font-size:1.25rem}.workshop-hero{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.workshop-detail-image{border-radius:12px;width:100%;max-height:400px;overflow:hidden}.workshop-detail-image img{object-fit:cover;width:100%;height:100%}.workshop-hero-content{flex-direction:column;flex:1;gap:1rem;display:flex}.workshop-detail-header h1{color:var(--md-sys-color-on-surface);margin:.5rem 0;font-size:2rem;line-height:1.2}.workshop-detail-description{color:var(--md-sys-color-on-surface-variant);margin:0;font-size:1.125rem}.workshop-quick-info{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.workshop-main-content{margin-bottom:3rem}.workshop-section{margin-bottom:2.5rem}.workshop-section h2{color:var(--md-sys-color-on-surface);border-bottom:2px solid var(--md-sys-color-outline-variant);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.workshop-detail-content{color:var(--md-sys-color-on-surface);line-height:1.7}.workshop-detail-content h2{color:var(--md-sys-color-on-surface);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.workshop-detail-content h3{color:var(--md-sys-color-on-surface);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem}.workshop-detail-content p{margin-bottom:1rem}.workshop-detail-content ul,.workshop-detail-content ol{margin-bottom:1rem;padding-left:1.5rem}.workshop-detail-content li{margin-bottom:.5rem}.workshop-detail-content strong{color:var(--md-sys-color-on-surface)}.workshop-nav-bottom{border-top:1px solid var(--md-sys-color-outline-variant);margin-top:3rem;padding-top:2rem}.workshop-nav-link{color:var(--md-sys-color-on-surface);background:var(--md-sys-color-surface-container-low);border-radius:12px;align-items:center;gap:.75rem;max-width:45%;padding:1rem;text-decoration:none;transition:background-color .2s;display:flex}.workshop-nav-link:hover{background:var(--md-sys-color-surface-container)}.workshop-nav-prev{text-align:left}.workshop-nav-next{text-align:right;margin-left:auto}.nav-text{flex-direction:column;gap:.25rem;display:flex}.nav-label{text-transform:uppercase;letter-spacing:.05em;color:var(--md-sys-color-on-surface-variant);font-size:.75rem}.nav-title{color:var(--md-sys-color-primary);font-weight:500}@media (max-width:768px){.workshop-detail-header h1{font-size:1.5rem}.workshop-quick-info{flex-direction:column}.workshop-nav-bottom{flex-direction:column;gap:1rem}.workshop-nav-link{width:100%;max-width:100%}.workshop-nav-next{margin-left:0}}.workshop-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.workshop-instructor-section{background:var(--md-sys-color-surface-container-low);border-radius:12px;padding:1.5rem}.workshop-instructor{margin:0;font-size:1.125rem;font-weight:500}.workshop-registration-section{background:var(--md-sys-color-primary-container);border-radius:12px;padding:1.5rem}.workshop-registration-info{flex-direction:column;gap:.75rem;display:flex}.workshop-info-item{gap:.5rem;display:flex}.workshop-info-label{color:var(--md-sys-color-on-surface);font-weight:600}.workshop-info-value{color:var(--md-sys-color-on-surface-variant)}.workshop-email{color:var(--md-sys-color-primary);text-decoration:none}.workshop-email:hover{text-decoration:underline}.workshop-register-button{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.workshop-register-button:hover{opacity:.9;transform:translateY(-1px)}.workshop-full-notice{background:var(--md-sys-color-error-container,#fef3f2);color:var(--md-sys-color-on-error-container,#b42318);border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:.875rem}.workshop-schedule ul,.workshop-schedule ol{padding:0;list-style:none}.workshop-schedule li{border-bottom:1px solid var(--md-sys-color-outline-variant);padding:.5rem 0}.workshop-schedule li:last-child{border-bottom:none}.workshop-gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.workshop-gallery-item{aspect-ratio:4/3;border-radius:8px;overflow:hidden}.workshop-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.workshop-gallery-item:hover img{transform:scale(1.05)}.workshop-tags{border-top:1px solid var(--md-sys-color-outline-variant);flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;display:flex}.workshop-tag{color:var(--md-sys-color-primary);background:var(--md-sys-color-primary-container);border-radius:16px;padding:.25rem .75rem;font-size:.8rem}
.workshop-page{width:100%;padding:2rem}
