.event-create-sheet[hidden] { display: none; }
.event-create-sheet { position: fixed; inset: 0; z-index: 200; }
.event-create-sheet-overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(13,19,14,.58); opacity: 0; transition: opacity .22s ease; }
.event-create-sheet-panel { position: absolute; right: 0; bottom: 0; left: 0; max-height: min(84svh, 760px); padding: 8px 18px calc(22px + env(safe-area-inset-bottom)); overflow-y: auto; border-radius: 28px 28px 0 0; background: #f7f6f1; color: #172019; box-shadow: 0 -24px 70px rgba(13,19,14,.22); transform: translateY(104%); transition: transform .28s cubic-bezier(.22,.8,.3,1); }
.event-create-sheet.is-open .event-create-sheet-overlay { opacity: 1; }
.event-create-sheet.is-open .event-create-sheet-panel { transform: translateY(0); }
.event-create-sheet-open { overflow: hidden; }
.event-create-sheet-handle { width: 42px; height: 5px; margin: 2px auto 16px; border-radius: 999px; background: #ccd1ca; }
.event-create-sheet-panel header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; width: min(100%, 760px); margin: 0 auto 18px; }
.event-create-sheet-panel header > div { min-width: 0; }
.event-create-sheet-panel header small { color: #6f7a72; font-size: 8px; font-weight: 850; letter-spacing: 1.3px; }
.event-create-sheet-panel h2 { margin: 2px 0 0; font-size: clamp(27px, 7vw, 38px); letter-spacing: -1.5px; line-height: 1.04; }
.event-create-sheet-panel header p { margin: 7px 0 0; color: #6f7a72; font-size: 11px; }
.event-create-sheet-panel header > button { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; padding: 0; border: 1px solid #dfe3dc; border-radius: 14px; background: #fff; cursor: pointer; font-size: 24px; line-height: 1; }
.event-create-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; width: min(100%, 760px); margin: 0 auto; }
.event-create-choice-grid a { display: flex; align-items: center; min-width: 0; min-height: 112px; padding: 12px 9px; border: 1px solid #dfe3dc; border-radius: 18px; background: #fff; flex-direction: column; text-align: center; }
.event-create-choice-grid a > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 8px; border-radius: 13px; color: #172019; font-size: 9px; font-weight: 850; }
.event-create-choice-grid strong { font-size: 10px; line-height: 1.2; }
.event-create-choice-grid small { margin-top: 3px; color: #7a847d; font-size: 7px; line-height: 1.15; }
.event-create-choice-grid .tone-lime { background: #caff66; }
.event-create-choice-grid .tone-violet { background: #b7a8ff; }
.event-create-choice-grid .tone-coral { background: #ff8066; }
.event-create-choice-grid .tone-blue { background: #8bd8ee; }
@media (min-width: 700px) { .event-create-sheet-panel { right: 50%; bottom: 20px; left: auto; width: min(780px, calc(100% - 40px)); border-radius: 28px; transform: translate(50%, calc(104% + 20px)); } .event-create-sheet.is-open .event-create-sheet-panel { transform: translate(50%, 0); } }
@media (max-width: 355px) { .event-create-sheet-panel { padding-right: 12px; padding-left: 12px; } .event-create-choice-grid { gap: 7px; } .event-create-choice-grid a { min-height: 106px; padding-right: 5px; padding-left: 5px; } }
@media (prefers-reduced-motion: reduce) { .event-create-sheet-overlay, .event-create-sheet-panel { transition: none; } }
