.bizzly-timetable{width:100%}.bizzly-timetable .tt-head{display:flex;flex-wrap:wrap;gap:var(--space-sm-md,.75rem);align-items:center;justify-content:space-between;margin-bottom:var(--space-md,1rem)}.bizzly-timetable .tt-title{font-size:1.4rem;font-weight:700;margin:0;color:var(--tt-title,var(--font-color-title,#111827))}.bizzly-timetable .tt-venue-select{padding:var(--space-sm,.5rem) var(--space-sm-md,.75rem);border:1px solid var(--tt-line,var(--border-light,#e5e7eb));border-radius:var(--radius-sm,8px);background:var(--tt-chip-bg,var(--white,#ffffff));color:var(--tt-chip-text,var(--font-color-title,#111827));font-size:.95rem;max-width:100%}.bizzly-timetable .tt-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.bizzly-timetable .tt-table td,.bizzly-timetable .tt-table th{border-bottom:1px solid var(--tt-line,var(--border-light,#e5e7eb));padding:var(--space-sm,.5rem);vertical-align:top}.bizzly-timetable .tt-day-head{text-align:center;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--tt-muted,var(--font-color-secondary,#6b7280));padding-bottom:10px}.bizzly-timetable .tt-time-cell,.bizzly-timetable .tt-time-col{width:64px}.bizzly-timetable .tt-time-cell{font-weight:600;font-size:.9rem;color:var(--tt-muted,var(--font-color-secondary,#6b7280));white-space:nowrap}.bizzly-timetable .tt-chip-anim{margin-bottom:var(--space-xs-sm,.375rem)}.bizzly-timetable .tt-chip-anim:last-child{margin-bottom:0}.bizzly-timetable .tt-chip{background:var(--tt-chip-bg,var(--white,#ffffff));color:var(--tt-chip-text,var(--font-color-title,#111827));border:1px solid var(--tt-line,var(--border-light,#e5e7eb));border-left:4px solid var(--tt-accent,var(--primary,#4f46e5));border-radius:var(--radius-sm,8px);padding:var(--space-sm,.5rem) 10px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.bizzly-timetable .tt-chip:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.bizzly-timetable .tt-chip.tt-chip-highlight{border-left-width:6px}.bizzly-timetable .tt-chip.tt-chip-highlight .tt-chip-title{color:var(--tt-accent,var(--primary,#4f46e5))}.bizzly-timetable .tt-chip-title{font-weight:600;font-size:.92rem;line-height:1.25;overflow-wrap:anywhere}.bizzly-timetable .tt-chip-sub{font-size:.78rem;color:var(--tt-muted,var(--font-color-secondary,#6b7280));margin-top:var(--space-2xs,.125rem)}.bizzly-timetable .tt-chip-meta{display:flex;gap:var(--space-sm,.5rem);flex-wrap:wrap;font-size:.75rem;color:var(--tt-muted,var(--font-color-secondary,#6b7280));margin-top:var(--space-xs-sm,.375rem)}.bizzly-timetable .tt-chip-cap{font-weight:600}.bizzly-timetable .tt-day-block{margin-bottom:18px}.bizzly-timetable .tt-day-block-head{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:var(--space-sm,.5rem);padding-bottom:var(--space-xs-sm,.375rem);border-bottom:1px solid var(--tt-line,var(--border-light,#e5e7eb));color:var(--tt-muted,var(--font-color-secondary,#6b7280))}.bizzly-timetable .tt-weekly-mobile{display:none}.bizzly-timetable .tt-month-group{margin-bottom:var(--space-lg,1.5rem)}.bizzly-timetable .tt-month-head{font-weight:700;font-size:.95rem;margin:0 0 var(--space-sm-md,.75rem);padding-bottom:var(--space-xs-sm,.375rem);border-bottom:1px solid var(--tt-line,var(--border-light,#e5e7eb));color:var(--tt-title,var(--font-color-title,#111827))}.bizzly-timetable .tt-event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-md,1rem);width:100%}.bizzly-timetable .tt-event-anim{height:100%}.bizzly-timetable .tt-event-card{display:flex;height:100%;background:var(--tt-card-bg,var(--card-header-bg,var(--white,#ffffff)));border:1px solid var(--tt-line,var(--border-light,#e5e7eb));border-radius:var(--radius-lg,12px);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease}.bizzly-timetable .tt-event-card:hover{transform:translateY(-6px);box-shadow:0 12px 26px rgba(0,0,0,.13)}.bizzly-timetable .tt-event-accent{width:6px;flex:0 0 6px;background:var(--tt-accent,var(--primary,#4f46e5))}.bizzly-timetable .tt-event-body{padding:14px var(--space-md,1rem);flex:1 1 auto}.bizzly-timetable .tt-event-title{font-weight:700;font-size:1.05rem;color:var(--tt-chip-text,var(--font-color-title,#111827))}.bizzly-timetable .tt-event-dates{font-size:.85rem;font-weight:600}.bizzly-timetable .tt-event-dates,.bizzly-timetable .tt-event-venue{margin-top:var(--space-2xs,.125rem);color:var(--tt-muted,var(--font-color-secondary,#6b7280))}.bizzly-timetable .tt-event-venue{font-size:.8rem}.bizzly-timetable .tt-event-bands{list-style:none;padding:0;margin:var(--space-sm-md,.75rem) 0 0;display:flex;flex-direction:column;gap:var(--space-sm,.5rem)}.bizzly-timetable .tt-event-band{display:flex;align-items:center;gap:var(--space-sm,.5rem);font-size:.9rem;color:var(--tt-chip-text,var(--font-color-title,#111827))}.bizzly-timetable .tt-event-band-dot{width:10px;height:10px;border-radius:50%;flex:0 0 10px;background:var(--tt-accent,var(--primary,#4f46e5))}.bizzly-timetable .tt-event-band-label{flex:1 1 auto}.bizzly-timetable .tt-event-band-cap{font-size:.78rem;color:var(--tt-muted,var(--font-color-secondary,#6b7280))}.bizzly-timetable .tt-state{padding:var(--space-xl,2rem) var(--space-md,1rem);text-align:center;color:var(--tt-muted,var(--font-color-secondary,#6b7280));border:1px dashed var(--tt-line,var(--border-light,#e5e7eb));border-radius:var(--radius-lg,12px)}.bizzly-timetable .tt-skel{height:64px;border-radius:var(--radius-sm,8px);background:linear-gradient(90deg,var(--gray-100,#f3f4f6) 25%,var(--gray-200,#e9ebee) 37%,var(--gray-100,#f3f4f6) 63%);background-size:400% 100%;animation:tt-shimmer 1.4s ease infinite;margin-bottom:10px}@keyframes tt-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.bizzly-timetable .tt-weekly-desktop{display:none}.bizzly-timetable .tt-weekly-mobile{display:block}}.AIPageBuilderPanel_panel__1pYJw{display:flex;flex-direction:column;height:100%;min-height:0}.AIPageBuilderPanel_thread__SXQ5a{flex:1;overflow-y:auto;padding:var(--space-md,1rem);display:flex;flex-direction:column;gap:var(--space-sm,.5rem)}.AIPageBuilderPanel_message__Edf7U{display:flex;gap:var(--space-sm,.5rem);align-items:flex-start;max-width:95%}.AIPageBuilderPanel_message__Edf7U[data-role=user]{align-self:flex-end;flex-direction:row-reverse}.AIPageBuilderPanel_avatar__vnHze{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--primary,#2563eb);color:#fff;flex-shrink:0;margin-top:var(--space-2xs,.125rem)}.AIPageBuilderPanel_bubble__HLf61{padding:var(--space-sm,.5rem) var(--space-md,1rem);border-radius:var(--radius-md,8px);font-size:var(--text-sm,.8125rem);line-height:1.5;color:var(--font-color-title,#111827);background:var(--background-subtle,#f1f5f9);white-space:pre-wrap}.AIPageBuilderPanel_message__Edf7U[data-role=user] .AIPageBuilderPanel_bubble__HLf61{background:var(--primary,#2563eb);color:#fff}.AIPageBuilderPanel_thinking__LknH0{display:inline-flex;gap:var(--space-xs,.25rem);align-items:center;min-height:30px}.AIPageBuilderPanel_thinking__LknH0 span{width:6px;height:6px;border-radius:50%;background:var(--font-color-tertiary,#9ca3af);animation:AIPageBuilderPanel_blink__Za6Db 1.2s infinite both}.AIPageBuilderPanel_thinking__LknH0 span:nth-child(2){animation-delay:.2s}.AIPageBuilderPanel_thinking__LknH0 span:nth-child(3){animation-delay:.4s}.AIPageBuilderPanel_phaseLabel__0uUko{font-style:normal;font-size:var(--text-xs,.75rem);color:var(--font-color-secondary,#6b7280);margin-left:var(--space-xs,.25rem)}@keyframes AIPageBuilderPanel_blink__Za6Db{0%,80%,to{opacity:.3}40%{opacity:1}}.AIPageBuilderPanel_notice__vUmyQ{font-size:var(--text-xs,.75rem);color:var(--font-color-secondary,#6b7280);background:var(--success-bg,#f0fdf4);border:1px solid var(--success-border,#bbf7d0);border-radius:var(--radius-sm,6px);padding:var(--space-xs-sm,.375rem) 10px}.AIPageBuilderPanel_composer__iAk_g{display:flex;gap:var(--space-sm,.5rem);align-items:flex-end;padding:var(--space-sm,.5rem);border-top:1px solid var(--border-premium-subtle,rgba(0,0,0,.06))}.AIPageBuilderPanel_input__WkQg1{flex:1;resize:none;border:1px solid var(--border-light,#e5e7eb);border-radius:var(--radius-md,8px);padding:var(--space-sm,.5rem) 10px;font-size:var(--text-sm,.8125rem);line-height:1.4;font-family:inherit;color:var(--font-color-title,#111827)}.AIPageBuilderPanel_input__WkQg1:focus{outline:none;border-color:var(--primary,#2563eb)}.AIPageBuilderPanel_send__URKKB{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border:none;border-radius:var(--radius-md,8px);background:var(--primary,#2563eb);color:#fff;cursor:pointer}.AIPageBuilderPanel_send__URKKB:disabled{opacity:.5;cursor:not-allowed}