.calendar-sheet-root{z-index:10001;pointer-events:none;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.calendar-sheet__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;cursor:pointer;background:#000000b8;border:0;position:absolute;inset:0}.calendar-sheet{z-index:1;pointer-events:auto;background:var(--dark-2);width:min(100%,520px);max-height:min(88vh,720px);color:var(--light);border:1px solid #ff8f5573;position:relative;overflow:auto;box-shadow:0 28px 80px #0000008c}.calendar-sheet--dialog{margin:auto}.calendar-sheet--drawer{border-bottom:0;border-left:0;border-right:0;width:100%;max-width:none;max-height:min(86vh,720px);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -24px 64px #0000008c}.calendar-sheet__handle{background:#ffffff47;border-radius:999px;width:44px;height:4px;margin:12px auto 0;display:none}.calendar-sheet--drawer .calendar-sheet__handle{display:block}.calendar-sheet__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 28px 20px;display:flex}.calendar-sheet--drawer .calendar-sheet__header{padding-top:8px}.calendar-sheet__tag{font-family:var(--font-mono);letter-spacing:-.08em;text-transform:uppercase;color:var(--primary);margin-bottom:12px;font-size:12px;display:inline-flex}.calendar-sheet__title{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;margin-bottom:10px;font-size:clamp(32px,5vw,44px);font-weight:700;line-height:.95}.calendar-sheet__desc{max-width:42ch;font-family:var(--font-mono);letter-spacing:-.05em;text-transform:uppercase;color:#ffffff9e;font-size:12px;line-height:1.55}.calendar-sheet__close{width:40px;height:40px;color:var(--light);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff2e;flex-shrink:0;font-size:24px;line-height:1;transition:border-color .2s,color .2s,background .2s}.calendar-sheet__close:hover{border-color:var(--primary);color:var(--primary);background:#ff8f5514}.calendar-sheet__list{flex-direction:column;gap:12px;padding:20px 28px 28px;list-style:none;display:flex}.calendar-sheet__item{color:inherit;background:#ffffff08;border:1px solid #ffffff1f;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px 18px;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:grid}.calendar-sheet__item:hover{border-color:var(--primary);background:#ff8f551a;transform:translateY(-1px)}.calendar-sheet__item-index{font-family:var(--font-display);color:var(--primary);font-size:28px;font-weight:700;line-height:1}.calendar-sheet__item-body{flex-direction:column;gap:6px;min-width:0;display:flex}.calendar-sheet__item-label{font-family:var(--font-mono);letter-spacing:-.05em;text-transform:uppercase;color:var(--light);font-size:13px;line-height:1.35}.calendar-sheet__item-when{font-family:var(--font-mono);letter-spacing:-.04em;text-transform:uppercase;color:#ffffff94;font-size:11px;line-height:1.45}.calendar-sheet__item-arrow{opacity:.85;flex-shrink:0;width:28px;height:auto}@media (max-width:640px){.calendar-sheet-root{align-items:flex-end;padding:0}.calendar-sheet__header{padding:8px 20px 18px}.calendar-sheet__list{padding:16px 20px calc(24px + env(safe-area-inset-bottom,0px))}.calendar-sheet__item{gap:12px;padding:14px 16px}.calendar-sheet__item-index{font-size:22px}}
