body {
    margin: 0;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f6fa;
}

pre {
    background-color: #f5f6fa;
    padding: 15px;
    border-radius: 4px;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
}

.add-tile {
    border: 2px dashed #198754;
    border-radius: .5rem;
    padding: .75rem;
    cursor: pointer;
    background-color: #f8f9fa;
}

.add-tile:hover {
    background-color: #eef6f0;
}

.swapy-slot {
    position: relative;
}

#sessions-container.dragging .swapy-slot {
    outline: 2px dashed #ced4da;
    border-radius: .5rem;
}

.events-swapy-container.dragging .swapy-slot {
    outline: 2px dashed #ced4da;
    border-radius: .25rem;
}

.events-swapy-container.dragging .swapy-slot.hover {
    outline-color: #0d6efd;
}

.events-swapy-container.dragging .swapy-slot.placeholder {
    outline-color: #6610f2;
    background-color: rgba(13, 110, 253, .06);
}

#sessions-container.dragging .swapy-slot.hover {
    outline-color: #0d6efd;
}

#sessions-container.dragging .swapy-slot.placeholder {
    outline-color: #6610f2;
    background-color: rgba(13, 110, 253, .06);
}

[data-swapy-handle] {
    user-select: none;
    -webkit-user-select: none;
}

.swapy-container.dragging .swapy-slot {
    outline: 2px dashed #ced4da;
    border-radius: .25rem;
}

.swapy-container.dragging .swapy-slot.hover {
    outline-color: #0d6efd;
}

.swapy-container.dragging .swapy-slot.placeholder {
    outline-color: #6610f2;
    background-color: rgba(13, 110, 253, .06);
}

.split-col {
    min-width: 0;
}

.split-col.editor-col {
    flex: 0 0 40%;
    max-width: 40%;
}

.split-col.preview-col {
    flex: 0 0 60%;
    max-width: 60%;
}

/* Fullscreen preview column - prevent horizontal overflow */
.d-flex.flex-column.w-100 {
    overflow-x: hidden;
}

.accordion-button {
    background-color: #0927d7;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #0927d7;
    color: #fff;
}

.accordion-button {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 11l6-6 6 6'/%3e%3c/svg%3e");
}

.quill-editor .ql-editor {
    min-height: 240px;
}

.time-popover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    z-index: 1000;
    background-color: #0f172a;
    color: #fff;
    border-color: #334155;
}

.time-popover .form-label {
    color: #e2e8f0;
}

.time-popover .form-control {
    background-color: #0b1220;
    border-color: #334155;
    color: #e2e8f0;
}

.time-popover .form-range {
    --bs-form-range-track-bg: #334155;
    --bs-form-range-thumb-bg: #0d6efd;
    --bs-form-range-thumb-width: 1rem;
    --bs-form-range-thumb-height: 1rem;
    --bs-form-range-thumb-border-radius: 50%;
}

.time-popover .form-range::-webkit-slider-runnable-track {
    background-color: #334155;
    height: .5rem;
    border-radius: .25rem;
}

.time-popover .form-range::-webkit-slider-thumb {
    background-color: #0d6efd;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-top: -.25rem;
}

.time-popover .form-range::-moz-range-track {
    background-color: #334155;
    height: .5rem;
    border-radius: .25rem;
}

.time-popover .form-range::-moz-range-thumb {
    background-color: #0d6efd;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.accordion-button .update-badge {
    margin-left: auto;
    margin-right: 5rem;
    font-size: .75rem;
    align-self: center
}

.accordion-button::after {
    margin-left: .5rem !important
}

.accordion-button:focus,
.accordion-button:focus-visible {
    outline: 0 !important;
    box-shadow: none !important
}

#editorRoot {
    padding-left: 0;
    padding-right: 0;
}

.code-container {
    border: 1px solid #dcdde1;
    border-radius: 6px;
    background: #fff;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 12px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.code-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: start
}

.code-ln {
    background: #f6f8fa;
    border-right: 1px solid #e1e4e8;
    color: #6a737d;
    text-align: right;
    padding: 0 8px
}

.code-text {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding: 0 12px
}

.visual-preview h5 {
    margin-bottom: .5rem
}

.visual-preview section {
    margin: 0;
    padding: 0;
}

.section-title {
    font-weight: 600
}

.faq-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.faq-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.faq-box .faq-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.va-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.va-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.va-box .va-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.ps-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.ps-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.ps-box .ps-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.ab-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.ab-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.ab-box .ab-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.tk-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.tk-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.tk-box .tk-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.ag-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.ag-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.ag-box .ag-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.accordion-button.collapsed .bi {
    opacity: .7
}

.accordion-button .bi {
    font-size: 1rem
}

.speaker-accordion-header {
    cursor: pointer
}

.speaker-accordion-header .chev {
    transition: transform .2s
}

.speaker-accordion-header[aria-expanded="true"] .chev {
    transform: rotate(180deg)
}

.speaker-accordion-header[aria-expanded="true"] .speaker-avatars img,
.speaker-accordion-header[aria-expanded="true"] .speaker-avatars .bi-person-circle {
    display: none !important
}

.speaker-card .view-profile-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s
}

.speaker-card:hover .view-profile-btn {
    opacity: 1;
    pointer-events: auto
}

.speaker-card {
    transition: border-color .15s, border-width .15s
}

.speaker-card:hover {
    border-color: var(--bs-primary);
    border-width: 2px
}

.modal-speaker-header {
    background: #0927d7;
    color: #fff;
    border-bottom: 0
}

.ag-header-even {
    background-color: var(--bs-light) !important
}

.ag-header-odd {
    background-color: #fff !important
}

.events-swapy-container>.swapy-slot:nth-child(even) .card-header {
    background-color: #e0e0e0 !important
}

.events-swapy-container>.swapy-slot:nth-child(odd) .card-header {
    background-color: #fff !important
}

.vn-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.vn-box {
    padding: 0;
    border-left: none;
    border-right: none;
}

.vn-box .vn-title {
    margin: 0 0 0 0;
    padding: .75rem 1rem
}

.cta-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.cta-box {
    padding: 40px
}

.cta-box .cta-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.sp-title {
    background: #000;
    color: #fff;
    display: block;
    border-radius: 0;
    margin: 0
}

.sp-box {
    padding: 40px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.sp-box .sp-title {
    margin: -40px -40px 40px -40px;
    padding: .75rem 1rem
}

.sp-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0
}

.sp-td {
    border: 1px solid #d3d3d3;
    padding: 12px;
    background: #fff;
    vertical-align: middle
}

.sp-logo-box {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sp-logo-box {
    cursor: pointer
}

.sp-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.sp-td.placeholder {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important
}

.sp-grid-item {
    width: calc(33.333% - 0.75rem);
    min-width: 120px;
    border: 1px solid #d3d3d3;
    padding: 12px;
    background: #fff;
    box-sizing: border-box;
}

.sp-last-center {
    grid-column: 1 / -1
}

/* Gallery Item Styles */
.gallery-item {
    transition: all 0.2s ease-in-out;
}

.gallery-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.gallery-item.border-primary {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.gallery-item .card-img-top {
    transition: opacity 0.2s;
}

.gallery-item:hover .card-img-top {
    opacity: 0.95;
}

.gallery-item .form-check-input {
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
}

.gallery-item .form-check-label {
    cursor: pointer;
    user-select: none;
}

/* Gallery Empty State */
.gallery-empty-state {
    min-height: 200px;
}

/* Gallery Stats Badge */
.badge {
    font-weight: 500;
}


/* Compact Hide Switch Styles */
.hide-switch {
    font-size: 0.65rem !important;
    line-height: 1;
    display: flex;
    align-items: center;
}

.hide-switch .form-check-input {
    width: 1.75rem !important;
    height: 0.875rem !important;
    margin-top: 0 !important;
    flex-shrink: 0;
}

.hide-switch .form-check-label {
    font-size: 0.65rem !important;
    padding-left: 0.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

/* Fullscreen Preview Styles */
.visual-preview {
    max-width: 100%;
}

/* Center content in fullscreen mode */
.output-content.p-0 .visual-preview {
    max-width: 100%;
    margin: 0 auto;
}

.output-content.p-0 .visual-preview .container {
    max-width: 1200px;
}

/* FULLSCREEN MODE: Hero stays full width (edge-to-edge), sections below are 1087px centered */
.fullscreen-hero {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.fullscreen-hero .hero img {
    width: 100% !important;
}

.fullscreen-hero .hero {
    border-left: none !important;
    border-right: none !important;
}

/* All sections below hero are 1087px wide and centered in fullscreen */
.output-content.p-0 #tickets-section,
.output-content.p-0 #sponsors-section,
.output-content.p-0 #agenda-section,
.output-content.p-0 #faq-section,
.output-content.p-0 #venue-section,
.output-content.p-0 #past-speakers-section,
.output-content.p-0 #advisory-board-section,
.output-content.p-0 #visual-activities-section {
    max-width: 1087px;
    margin-left: auto;
    margin-right: auto;
}

/* Ensure the box containers inside sections also respect the width */
.output-content.p-0 .tk-box,
.output-content.p-0 .sp-box,
.output-content.p-0 .ag-box,
.output-content.p-0 .faq-box,
.output-content.p-0 .vn-box,
.output-content.p-0 .ps-box,
.output-content.p-0 .ab-box,
.output-content.p-0 .va-box {
    max-width: 1087px;
    margin-left: auto;
    margin-right: auto;
}

/* Prevent horizontal scroll in fullscreen preview mode (for full-width hero) */
body:has(.fullscreen-hero),
body.fullscreen-preview-active {
    overflow-x: hidden !important;
}

html:has(.fullscreen-hero),
html.fullscreen-preview-active {
    overflow-x: hidden !important;
}

/* Prevent horizontal scrollbar in fullscreen mode */
.output-content.p-0 {
    overflow-x: hidden;
}

.output-content.p-0 .visual-preview {
    overflow-x: hidden;
    max-width: 100%;
}

/* Ensure agenda cards don't cause overflow */
.output-content.p-0 #agenda-section {
    max-width: 100%;
    overflow: visible;
}

.output-content.p-0 #agenda-section .card {
    max-width: 100%;
}

.output-content.p-0 #agenda-section .speaker-accordion-header {
    max-width: 100%;
    overflow: hidden;
}

/* Fix speaker avatars overflow */
.output-content.p-0 .speaker-avatars {
    flex-wrap: wrap;
    max-width: 50%;
    overflow: hidden;
}



/* Remove top gap in fullscreen mode */
.output-content.p-0 #hero-section {
    margin-top: 0 !important;
}

.output-content.p-0 .visual-preview {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.output-content.p-0 .visual-preview > section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove preview header bottom margin in fullscreen mode */
.preview-col .sticky-top.fullscreen-header-no-gap {
    margin-bottom: 0 !important;
}

/* Fullscreen: Event Summary accordion is 1087px centered like other sections */
.output-content.p-0 #hero-section #eventSummaryAccordion {
    max-width: 1087px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/* Remove border radius from event summary accordion */
#eventSummaryAccordion .accordion-item,
#eventSummaryAccordion .accordion-button,
#eventSummaryAccordion .accordion-collapse,
#eventSummaryAccordion .accordion-body {
    border-radius: 0 !important;
}

/* Ensure accordion button has relative positioning for arrow placement */
#eventSummaryAccordion .accordion-button,
#faqAccordion .accordion-button {
    position: relative;
}

/* Add left and right borders to event summary accordion (non-fullscreen) */
#eventSummaryAccordion {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/* Add borders to hero section to match other sections (non-fullscreen) */
.hero {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/* Position accordion arrow right after text for event summary */
#eventSummaryAccordion .accordion-button::after {
    position: static;
    margin-left: 0.5rem !important;
}

/* Position FAQ accordion arrow to the far right */
#faqAccordion .accordion-button {
    display: flex;
    width: 100%;
}
#faqAccordion .accordion-button::after {
    position: static;
    margin-left: auto !important;
}

/* Add borders to FAQ accordion items */
#faqAccordion .accordion-item {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

[x-cloak] {
    display: none !important;
}

/* Editor Navbar Responsive Styles */
.editor-navbar {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.editor-navbar .btn-toolbar {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.editor-navbar .btn-group {
    flex-wrap: nowrap;
}

/* At high zoom levels or narrow widths, hide button text and show only icons */
@media (max-width: 1400px) {
    .editor-navbar .btn-toolbar .btn span.btn-text {
        display: none;
    }
    
    .editor-navbar .btn-toolbar .btn i {
        margin-right: 0 !important;
    }
    
    .editor-navbar .vr {
        display: none;
    }
    
    .editor-navbar .btn-group {
        margin-right: 0.25rem !important;
    }
}

/* Very narrow: stack title and buttons */
@media (max-width: 500px) {
    .editor-navbar {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .editor-navbar h2 {
        margin-bottom: 0.5rem !important;
        font-size: 1.25rem !important;
    }
    
    .editor-navbar .btn-toolbar {
        width: 100%;
        justify-content: flex-start;
    }
}

/* WhatsApp Modal Styles */
.whatsapp-contact-card {
    transition: all 0.2s ease;
}

.whatsapp-contact-card:hover {
    background-color: rgba(18, 140, 126, 0.1) !important;
    border-color: rgba(18, 140, 126, 0.5) !important;
    transform: translateX(4px);
}

.whatsapp-contact-card:hover h6 {
    color: #128C7E !important;
}

.whatsapp-contact-card:hover .bi-chevron-right {
    color: #128C7E !important;
}

/* WhatsApp Modal Overlay */
.whatsapp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure x-cloak hides the modal before Alpine initializes */
.whatsapp-modal-overlay[x-cloak] {
    display: none !important;
}


/* ============================================================
   NEW AGENDA TIMELINE DESIGN
   ============================================================ */

/* Day Tabs */
.na-tabs-container {
    position: relative;
    z-index: 20;
}

.na-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    border: none;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
    position: relative;
    flex: 0 0 auto;
}

.na-tab + .na-tab {
    margin-left: -1px;
}

.na-tab-active {
    background-color: #86D335;
    color: #000;
    font-weight: 700;
    z-index: 30;
    border-top: 2px solid #86D335;
    border-left: 2px solid #86D335;
    border-right: 2px solid #86D335;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    padding-bottom: 0.75rem;
}

.na-tab-inactive {
    background-color: #000;
    color: #fff;
    z-index: 10;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.na-tab-inactive:hover {
    background-color: #1e293b;
}

.na-tab-icon {
    font-size: 0.85rem;
}

.na-tab-active .na-tab-icon {
    color: #000;
}

/* Content Container */
.na-content-container {
    border: 1px solid #86D335;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #fff;
    min-height: 200px;
    position: relative;
    z-index: 10;
    margin-top: -1px;
}

.na-schedule-wrapper {
    padding: 1rem;
}

@media (min-width: 576px) {
    .na-schedule-wrapper { padding: 1.5rem; }
}

@media (min-width: 768px) {
    .na-schedule-wrapper { padding: 2rem; }
}

/* Timeline */
.na-timeline-item {
    animation: naFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.na-timeline-item:last-child .na-timeline-line {
    display: none;
}

@keyframes naFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.na-timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #86D335;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
    margin-top: 1.75rem;
    flex-shrink: 0;
}

.na-timeline-dot::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 1px solid rgba(134, 211, 53, 0.5);
}

.na-dot-gray {
    background-color: #b3b3b3;
}

.na-dot-gray::after {
    border-color: #b3b3b3;
}

.na-timeline-line {
    width: 1px;
    background-color: #b3b3b3;
    flex-grow: 1;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

/* Cards */
.na-card {
    border: 1px solid #b3b3b3;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    overflow: visible;
}

.na-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}

.na-card-break {
    border: 1px solid #b3b3b3;
    background-color: #eef2ff;
}

.na-break-icon {
    background-color: #fff;
    border: 1px solid #e0e7ff;
    color: #6366f1;
}

/* Time Badges (mobile) */
.na-time-badge {
    background-color: #f1f5f9;
    color: #475569;
    border: 1px solid #b3b3b3;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
}

/* Type Badges */
.na-type-badge {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.na-badge-default {
    background-color: #eff6ff;
    color: #0F62FE;
    border: 1px solid #dbeafe;
}

.na-badge-keynote {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
}

.na-badge-workshop {
    background-color: #f3e8ff;
    color: #7c3aed;
    border: 1px solid #e9d5ff;
}

.na-badge-break {
    background-color: #eef2ff;
    color: #6366f1;
    border: 1px solid #e0e7ff;
}

.na-badge-registration {
    background-color: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.na-badge-networking {
    background-color: #fce7f3;
    color: #be185d;
    border: 1px solid #fbcfe8;
}

.na-badge-special {
    background-color: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

/* Speakers Toggle */
.na-speakers-toggle {
    background-color: #86D335;
    transition: background-color 0.15s;
    overflow: visible;
}

.na-speakers-toggle:hover {
    background-color: #76c42e;
}

/* Speaker Accordion */
.na-accordion-content {
    display: grid;
    transition: grid-template-rows 0.3s ease-out;
}

.na-accordion-open {
    grid-template-rows: 1fr;
}

.na-accordion-closed {
    grid-template-rows: 0fr;
}

.na-accordion-inner {
    overflow: hidden;
}

/* Speaker Cards */
.na-speaker-card {
    border-color: #b3b3b3 !important;
    transition: all 0.2s;
}

.na-speaker-card:hover {
    border-color: #93c5fd !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

.na-speaker-card:hover .na-speaker-name {
    color: #0F62FE;
}

.na-speaker-name {
    transition: color 0.15s;
}

/* Role Badges */
.na-role-moderator {
    background-color: #f3e8ff;
    color: #7c3aed;
    border: 1px solid #e9d5ff;
    font-size: 0.5625rem;
    font-weight: 700;
    padding: 0.125rem 0.375rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.na-role-speaker {
    background-color: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
    font-size: 0.5625rem;
    font-weight: 700;
    padding: 0.125rem 0.375rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 576px) {
    .na-role-moderator, .na-role-speaker {
        font-size: 0.625rem;
    }
    .na-tab {
        padding: 0.625rem 1.25rem;
    }
}
