.create-event-quick-form_form__KtKND{display:flex;flex-direction:column;gap:var(--space-3)}.create-event-quick-form_error__bfUB3{margin:0;padding:var(--space-3);border-radius:var(--radius-card);border:1px solid color-mix(in oklch,var(--danger) 42%,transparent);background:color-mix(in oklch,var(--danger) 14%,var(--bg-surface));color:color-mix(in oklch,var(--danger) 22%,var(--text-primary));font-size:.8125rem;line-height:1.5}.create-event-quick-form_label__Kg_wZ{display:flex;align-items:center;gap:var(--space-2);font-size:.8125rem;font-weight:600;color:var(--text-secondary)}.create-event-quick-form_optional__bAfap{font-weight:400;color:var(--text-muted)}.create-event-quick-form_titleInput__Tyfr9{height:44px;padding:0 var(--space-3);border-radius:var(--radius-control);border:1px solid var(--border-subtle);background:var(--bg-base);color:var(--text-primary);font:inherit;font-size:.9375rem;transition:border-color .18s var(--ease-out-expo)}.create-event-quick-form_titleInput__Tyfr9::placeholder{color:var(--text-muted)}.create-event-quick-form_titleInput__Tyfr9:hover{border-color:var(--border-strong)}.create-event-quick-form_titleInput__Tyfr9:focus-visible{outline:2px solid color-mix(in oklch,var(--accent) 55%,transparent);outline-offset:2px;border-color:var(--border-strong)}.create-event-quick-form_schedule__Ci6Ab{width:100%}.create-event-quick-form_optionalRow__bQkB_{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.create-event-quick-form_optionalField__ilO0z{min-width:0}.create-event-quick-form_descInput__m_nL7{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-control);border:1px solid var(--border-subtle);background:var(--bg-base);color:var(--text-primary);font:inherit;font-size:.875rem;line-height:1.5;resize:vertical;transition:border-color .18s var(--ease-out-expo)}.create-event-quick-form_descInput__m_nL7::placeholder{color:var(--text-muted)}.create-event-quick-form_descInput__m_nL7:hover{border-color:var(--border-strong)}.create-event-quick-form_descInput__m_nL7:focus-visible{outline:2px solid color-mix(in oklch,var(--accent) 55%,transparent);outline-offset:2px;border-color:var(--border-strong)}.create-event-quick-form_submitBtn__Vibsk{margin-top:var(--space-2);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);height:48px;padding:0 var(--space-5);border-radius:var(--radius-control);border:1px solid transparent;background:var(--accent);color:var(--accent-fg);font:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background .18s var(--ease-out-expo),transform .18s var(--ease-out-expo)}.create-event-quick-form_submitBtn__Vibsk:hover:not(:disabled){background:color-mix(in oklch,var(--accent) 88%,white);transform:translateY(-1px)}[data-theme=light] .create-event-quick-form_submitBtn__Vibsk:hover:not(:disabled){background:color-mix(in oklch,var(--accent) 88%,black)}.create-event-quick-form_submitBtn__Vibsk:disabled{opacity:.55;cursor:default}@media (max-width:560px){.create-event-quick-form_optionalRow__bQkB_{grid-template-columns:1fr}}