:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#f8fafc}body{margin:0}.app-shell{min-height:100vh;padding:24px}header{display:flex;justify-content:space-between;align-items:center;gap:12px}main{margin-top:20px;background:#fff;border-radius:12px;padding:20px}a{color:#2563eb;text-decoration:none}.events-page{display:flex;flex-direction:column;gap:20px}.events-header{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.host-switcher{border:1px solid #cbd5e1;border-radius:12px;padding:12px;min-width:260px;display:flex;flex-direction:column;gap:8px}.host-switcher-controls{display:flex;gap:8px}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.panel{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#f8fafc}.event-form{display:flex;flex-direction:column;gap:8px}input,textarea,select,button{font:inherit}input,textarea,select{border:1px solid #cbd5e1;border-radius:8px;padding:8px}button{border:none;border-radius:8px;padding:8px 12px;background:#2563eb;color:#fff;cursor:pointer}button:disabled{background:#94a3b8;cursor:not-allowed}.event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.event-item{border:1px solid #cbd5e1;border-radius:10px;padding:12px;background:#fff;display:flex;justify-content:space-between;gap:10px}.event-item-selected{border-color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb}.event-item h4,.event-item p{margin:0 0 6px}.event-actions{display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap}.event-actions button:last-child{background:#dc2626}.edit-panel{background:#eff6ff}.muted-text{color:#475569;margin-top:0}.state-text{color:#334155;margin:0}.invitation-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.invitation-item{border:1px solid #cbd5e1;border-radius:10px;padding:10px;background:#fff}.invitation-item p{margin:0 0 4px}.error-text{color:#b91c1c;margin:0}.success-text{color:#166534;margin:0}.guest-rsvp-page{max-width:520px;display:flex;flex-direction:column;gap:12px}
