.agenda-module{--agenda-accent:#6c5ce7;--agenda-text:#1f2230;--agenda-muted:#6b7280;--agenda-border:#e6e7ec;--agenda-card-bg:#fff;--agenda-highlight-bg:#f7f8fb;box-sizing:border-box;color:var(--agenda-text);font-family:Figtree,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1160px;padding:64px 24px}.agenda-header{margin-bottom:48px;text-align:center}.agenda-title{color:var(--agenda-text);font-size:44px;font-weight:800;margin:0 0 12px}.agenda-subtitle{color:var(--agenda-muted);font-size:16px;margin:0}.agenda-list{display:flex;flex-direction:column;gap:24px}.agenda-card{background:var(--agenda-card-bg);border:1px solid var(--agenda-border);border-radius:20px;box-shadow:0 1px 2px rgba(16,24,40,.04);overflow:hidden}.agenda-card-top{align-items:flex-start;display:flex;gap:32px;justify-content:space-between;padding:32px}.agenda-card-info{flex:1 1 auto;min-width:0}.agenda-meta{align-items:center;display:flex;font-size:14px;font-weight:600;gap:10px;margin-bottom:8px}.agenda-category{color:var(--agenda-accent)}.agenda-dot{color:var(--agenda-border)}.agenda-time{color:var(--agenda-accent)}.agenda-item-title{color:var(--agenda-text);font-size:22px;font-weight:700;line-height:1.35;margin:0 0 12px}.agenda-readmore{margin-top:4px}.agenda-readmore-toggle{align-items:center;background:transparent;border:none;color:var(--agenda-accent);cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:0}.agenda-readmore-icon{flex-shrink:0;transition:transform .2s ease}.agenda-readmore-toggle[aria-expanded=true] .agenda-readmore-icon{transform:rotate(180deg)}.agenda-readmore-panel{max-height:0;overflow:hidden;transition:max-height .25s ease}.agenda-readmore-inner{color:var(--agenda-muted);font-size:14px;line-height:1.6;padding-top:12px}.agenda-readmore-inner p{margin:0 0 8px}.agenda-readmore-inner p:last-child{margin-bottom:0}.agenda-speakers{display:flex;flex-shrink:0;flex-wrap:wrap;gap:28px;justify-content:flex-end}.agenda-speaker{align-items:center;display:flex;flex-direction:column;text-align:center;width:100px}.agenda-speaker-photo{background:#eceafc;border-radius:16px;height:68px;margin-bottom:10px;object-fit:cover;width:68px}.agenda-speaker-name{color:var(--agenda-text);font-size:14px;font-weight:700;line-height:1.3}.agenda-speaker-role{color:var(--agenda-muted);font-size:13px;line-height:1.3;margin-top:2px}.agenda-card-highlight{background:var(--agenda-highlight-bg);border-top:1px solid var(--agenda-border);padding:24px 32px}.agenda-highlight-title{color:var(--agenda-text);font-size:16px;font-weight:700;margin:0 0 8px}.agenda-highlight-text{color:var(--agenda-muted);font-size:14px;line-height:1.6}.agenda-highlight-text p{margin:0 0 8px}.agenda-highlight-text p:last-child{margin-bottom:0}@media (max-width:768px){.agenda-title{font-size:32px}.agenda-card-top{flex-direction:column;gap:20px;padding:24px}.agenda-speakers{gap:20px;justify-content:flex-start}.agenda-card-highlight{padding:20px 24px}}