.lftp-step-indicator{display:flex;align-items:center;margin-bottom:2rem;gap:0}.lftp-step-indicator__step{display:flex;align-items:center;gap:.5rem;color:#9e9e9e}.lftp-step-indicator__step--active,.lftp-step-indicator__step--completed{color:#111}.lftp-step-indicator__circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;background-color:#fff;border:1px solid #c7c7c7;color:#9e9e9e;flex-shrink:0;box-sizing:border-box}.lftp-step-indicator__step--active .lftp-step-indicator__circle,.lftp-step-indicator__step--completed .lftp-step-indicator__circle{background-color:#111;border-color:#111;color:#fff}.lftp-step-indicator__label{font-size:.875rem;font-weight:500;white-space:nowrap}.lftp-step-indicator__connector{width:40px;height:1px;background-color:#c7c7c7;margin:0 .75rem}
.lftp-account-step .lftp-card{max-width:640px}.lftp-account-step__email-static{display:flex;align-items:center;gap:.75rem;min-height:44px}.lftp-account-step__email-value{font-size:1rem;color:#111;font-weight:500;word-break:break-all}.lftp-account-step__change-email{background:none;border:none;padding:0;color:#333;text-decoration:underline;cursor:pointer;font-size:.875rem;flex-shrink:0}.lftp-account-step__hidden-username{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.lftp-account-step__notice{margin-top:.75rem;padding:.6rem .9rem;border:1px solid #4a6cf7;border-radius:4px;color:#4a6cf7;font-size:.875rem;line-height:1.4}.lftp-account-step__name-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media(min-width: 640px){.lftp-account-step__name-row{grid-template-columns:1fr 1fr}}.lftp-account-step form>.lftp-form-field+.lftp-form-field,.lftp-account-step__name-row+.lftp-form-field{margin-top:1rem}.lftp-account-step__password-wrap{position:relative}.lftp-account-step__password-wrap .lftp-form-field__input{padding-right:44px}.lftp-account-step__password-toggle{position:absolute;top:0;right:0;height:44px;width:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#666;padding:0}.lftp-account-step__lost-password{margin-top:.5rem;align-self:flex-start;font-size:.875rem;color:#333;text-decoration:underline}.lftp-account-step__error{margin-top:1rem;padding:.75rem 1rem;background-color:#fdecea;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:.9rem}.lftp-account-step__actions{margin-top:1.25rem;display:flex;justify-content:flex-end}
.lftp-form-field{display:flex;flex-direction:column}.lftp-form-field__label{font-size:.85rem;font-weight:500;color:#333;margin-bottom:.35rem}.lftp-form-field__input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;line-height:1.5;height:44px;background-color:#fff;box-sizing:border-box;transition:border-color .15s}.lftp-form-field__input:focus{outline:none;border-color:#666}.lftp-form-field__input--error{border-color:#e53935}.lftp-form-field__error{color:#e53935;font-size:.8rem;margin-top:.25rem}
.lftp-form-field__checkbox-group{display:flex;flex-direction:column;gap:.4rem;padding:.25rem 0}.lftp-form-field__checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer}.lftp-form-field__checkbox{width:18px;height:18px;flex-shrink:0}.lftp-form-field__other-input{margin-top:.5rem}
.lftp-field-group{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.lftp-field-group{grid-template-columns:1fr 1fr}.lftp-field-group__field--full-width{grid-column:1/-1}}
.lftp-ticket-card{border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e0e0e0}.lftp-ticket-card__header{background-color:#111;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.lftp-ticket-card__header-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.lftp-ticket-card__name{font-size:1.25rem;font-weight:700}.lftp-ticket-card__price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.lftp-ticket-card__price{font-size:1.25rem;font-weight:700}.lftp-ticket-card__price-original{text-decoration:line-through;opacity:.6;font-size:1.1rem}.lftp-ticket-card__note{font-size:.85rem;opacity:.85}.lftp-ticket-card__quantity{display:flex;align-items:center;gap:.75rem;flex-shrink:0}button.lftp-ticket-card__qty-btn{width:32px;height:32px;border-radius:50%;border:1px solid #fff;background:rgba(0,0,0,0);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;user-select:none;transition:background-color .15s;padding:0;color:#fff}button.lftp-ticket-card__qty-btn:focus{outline:none;color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}button.lftp-ticket-card__qty-btn:hover:not(.lftp-ticket-card__qty-btn--disabled){background-color:rgba(255,255,255,.15);color:#fff;border-color:#fff}button.lftp-ticket-card__qty-btn:active:not(.lftp-ticket-card__qty-btn--disabled){background-color:rgba(255,255,255,.25);color:#fff;border-color:#fff}.lftp-ticket-card__qty-btn--disabled{opacity:.4;cursor:not-allowed}.lftp-ticket-card__qty-value{min-width:1.5rem;text-align:center;font-weight:700;font-size:1.1rem}.lftp-ticket-card__body{display:flex;flex-direction:column}.lftp-ticket-card__attendee{padding:1.5rem}.lftp-ticket-card__attendee+.lftp-ticket-card__attendee{border-top:1px solid #e0e0e0}.lftp-ticket-card__attendee-title{margin:0 0 1rem 0;font-size:1rem;font-weight:700;color:#111}.lftp-ticket-card__required-note{margin:.75rem 0 0 0;font-size:.8rem;font-style:italic;color:#666}
.lftp-tickets-step__list{display:flex;flex-direction:column;gap:1.5rem}
.lftp-order-summary{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.lftp-order-summary__title{margin:0 0 1rem 0;font-size:1.125rem;font-weight:700}.lftp-order-summary__empty{color:#999;font-size:.875rem;margin-bottom:1rem}.lftp-order-summary__items{margin-bottom:1rem}.lftp-order-summary__item{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid #e0e0e0;gap:1rem}.lftp-order-summary__item-name{font-size:.875rem;flex:1}.lftp-order-summary__item-price{font-size:.875rem;font-weight:700;white-space:nowrap}.lftp-order-summary__total{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0 1rem}.lftp-order-summary__total-label{font-weight:700}.lftp-order-summary__total-amount{font-weight:700;font-size:1.25rem}.lftp-order-summary__continue{width:100%}.lftp-order-summary__note{margin:1rem 0 0 0;font-size:.8rem;color:#666;line-height:1.4}
.lftp{max-width:1200px;margin:0 auto;padding:1rem}.lftp__back{display:inline-block;margin-bottom:1rem;color:#333;font-size:.9rem;text-decoration:none}.lftp__back:hover{text-decoration:underline}.lftp__auth-banner{margin-bottom:1.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;color:#333}.lftp__logout{background:none;border:none;padding:0;color:#333;text-decoration:underline;cursor:pointer;font-size:inherit}.lftp__logout:disabled{opacity:.6;cursor:wait}.lftp-heading{margin:0 0 .75rem 0;font-size:2rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.lftp-intro{margin-bottom:1.5rem;color:#555;line-height:1.5;max-width:720px}.lftp-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.lftp__layout{display:flex;flex-direction:column;gap:2rem}@media(min-width: 1024px){.lftp__layout{flex-direction:row;align-items:flex-start}.lftp__main{flex:1;min-width:0}.lftp__sidebar{width:340px;flex-shrink:0;position:sticky;top:120px}}.lftp__error{margin-top:1rem;padding:.75rem 1rem;background-color:#fdecea;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:.9rem}.lftp-btn{padding:.75rem 2.5rem;border:none;border-radius:999px;font-size:.9rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background-color .15s,opacity .15s}.lftp-btn--primary{background-color:#ed21cb;color:#fff}.lftp-btn--primary:hover:not(:disabled){background-color:#d31db4;color:#fff}.lftp-btn:disabled{background-color:#d9d9d9;color:#8f8c8c;cursor:not-allowed}
