.create-wizard-root{display:grid;min-height:100vh;background:#ffffff;grid-template-columns:minmax(0,1fr);grid-template-rows:72px auto 1fr}.create-wizard-header{grid-row:1;grid-column:1;z-index:2;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 16px;background:#ffffff;box-sizing:border-box}.create-wizard-logo-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.create-wizard-close-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:999px;background:#f1f3f5;color:#1a1c1e;cursor:pointer}.create-wizard-steps{grid-row:2;grid-column:1;padding:0 16px;box-sizing:border-box}.create-wizard-steps,.create-wizard-steps__list{display:flex;justify-content:center;align-items:center}.create-wizard-steps__list{width:100%;max-width:500px;margin:0;padding:0;list-style:none}.create-wizard-steps__item{display:flex;align-items:center;flex:0 0 auto;min-width:0}.create-wizard-steps__item:last-child{flex:0 0 auto}.create-wizard-steps__label{font-family:var(--font-primary,Inter,system-ui);font-size:12px;font-weight:600;letter-spacing:.06em;color:#909296;white-space:nowrap}.create-wizard-steps__label--active{color:#1a1c1e}.create-wizard-steps__label-text--desktop{display:none}.create-wizard-steps__label-text--mobile{display:inline}.create-wizard-steps__divider-wrap{display:inline-flex;align-items:center;flex:0 0 16px;width:16px;min-width:16px;margin:0 8px}.create-wizard-steps__divider{display:block;width:100%;height:1px;background:#d1d1d1}.create-wizard-main{grid-row:3;grid-column:1;width:100%;padding-top:48px}.create-wizard-step-content{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;min-height:auto;padding:0 16px 32px;box-sizing:border-box}.create-wizard-step-content__inner{width:100%;max-width:500px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.create-wizard-step-heading{margin:0 0 32px;color:#101113;font-family:var(--font-primary,Inter,system-ui);font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.48px;text-align:center}.create-wizard-selection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:500px}.create-wizard-selection-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:96px;padding:16px 12px;border:1.5px solid #f1f3f5;border-radius:16px;background:#ffffff;cursor:pointer;font:inherit;color:#1a1c1e;text-align:center;box-sizing:border-box}.create-wizard-selection-card:not(.create-wizard-selection-card--selected):hover{border-color:#b5b9bf}.create-wizard-selection-card--selected{border-width:2px;border-color:#1bc4cf}.create-wizard-format-card{position:relative;width:100%;padding:24px;border:1.5px solid #f1f3f5;border-radius:12px;background:#ffffff;text-align:left;box-sizing:border-box}.create-wizard-format-card__select{display:block;width:100%;padding:0;border:none;background:transparent;font:inherit;text-align:left;cursor:pointer}.create-wizard-format-card__select:after{content:"";position:absolute;inset:0;border-radius:inherit}.create-wizard-format-card:not(.create-wizard-format-card--selected):not(.create-wizard-format-card--disabled):hover{border-color:#b5b9bf}.create-wizard-format-card--selected{border-width:2px;border-color:#1bc4cf}.create-wizard-format-card__admin-pill{border-radius:var(--radius-pill);color:#8a5a00;background-color:#fdf0d5;border:1px solid #f0d9a8}.create-wizard-format-card__admin-pill,.create-wizard-format-card__soon-pill{display:inline-block;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600;line-height:16px;letter-spacing:.02em;white-space:nowrap}.create-wizard-format-card__soon-pill{border-radius:var(--radius-pill);color:#4b5563;background-color:#f1f3f5;border:1px solid #dee2e6}.create-wizard-format-card__title{color:var(--foreground)}.create-wizard-format-card--disabled .create-wizard-format-card__select{cursor:not-allowed}.create-wizard-format-card--disabled{background-color:#f8f9fa}.create-wizard-format-card--disabled .create-wizard-format-card__title{color:var(--muted-foreground)}.create-wizard-league-card{height:140px;min-height:140px}.create-wizard-step-loading{display:flex;align-items:flex-start;justify-content:center;min-height:auto;width:100%;padding:0 16px 32px;box-sizing:border-box}@media (min-width:1024px){.create-wizard-root{grid-template-rows:72px 1fr}.create-wizard-header{padding:0 24px}.create-wizard-steps{grid-row:1;align-self:center;justify-self:center;z-index:3;padding:0;pointer-events:none}.create-wizard-steps__list{width:auto;max-width:none}.create-wizard-steps__label-text--desktop{display:inline}.create-wizard-steps__label-text--mobile{display:none}.create-wizard-steps__item,.create-wizard-steps__item:last-child{flex:0 0 auto}.create-wizard-steps__divider-wrap{flex:0 0 auto;width:60px;min-width:60px;margin:0 12px}.create-wizard-main{grid-row:2;padding-top:0}.create-wizard-step-content{align-items:center;justify-content:center;min-height:calc(100vh - 72px);padding:32px 16px}.create-wizard-step-heading{font-size:32px;line-height:40px;letter-spacing:-.64px}.create-wizard-selection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.create-wizard-league-card{height:205px;min-height:205px}.create-wizard-step-loading{align-items:center;min-height:calc(100vh - 72px);padding:32px 16px}}.create-wizard-day-chip:focus-visible{outline:2px solid var(--ring);outline-offset:2px}