/* ORDO v2.73 · Agenda advanced events */
#agendaModule .event-chip{cursor:grab!important;position:relative!important;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,border-color .16s ease!important;will-change:transform,box-shadow}
#agendaModule .event-chip:hover,#agendaModule .event-chip:focus-visible{transform:translateY(-1px) scale(1.018)!important;filter:brightness(1.14) saturate(1.08)!important;box-shadow:0 7px 20px color-mix(in srgb,var(--event-color) 34%,transparent)!important;z-index:4!important;outline:none!important}
#agendaModule .event-chip.ordo-event-dragging{cursor:grabbing!important;opacity:.72!important;transform:scale(.98)!important;box-shadow:0 12px 28px rgba(0,0,0,.28)!important}
#agendaModule .day.ordo-event-drop-target{outline:2px solid color-mix(in srgb,var(--ordo-primary,#7B61FF) 72%,white 12%)!important;outline-offset:-3px!important;background:color-mix(in srgb,var(--ordo-primary,#7B61FF) 9%,transparent)!important}
#agendaModule .event-link-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
#agendaModule .event-inline-field{display:flex;flex-direction:column;gap:7px;min-width:0}
#agendaModule .event-inline-field>span{font-size:13px;font-weight:700;color:var(--ordo-text)}
#agendaModule .event-field-row{display:flex;gap:8px;align-items:stretch;min-width:0}
#agendaModule .event-field-row input{min-width:0;flex:1 1 auto}
#agendaModule .event-field-row .ghost{flex:0 0 auto;white-space:nowrap}
#agendaModule .event-field-helper{font-size:12px;line-height:1.45;color:var(--ordo-muted);margin:0}
#agendaModule .event-location-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}
#agendaModule .event-location-actions button{min-height:36px}
#agendaModule .event-location-suggestion{display:none;margin-top:7px;padding:9px 11px;border:1px solid var(--ordo-border);border-radius:10px;background:var(--ordo-surface);font-size:12px;color:var(--ordo-muted)}
#agendaModule .event-location-suggestion.visible{display:block}
@media(max-width:700px){#agendaModule .event-link-location-grid{grid-template-columns:1fr}#agendaModule .event-field-row{flex-wrap:wrap}#agendaModule .event-field-row .ghost{width:100%}}
@media(hover:none){#agendaModule .event-chip:hover{transform:none!important;filter:none!important;box-shadow:none!important}}
