*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--lh-blue: #00205B;--lh-blue-mid: #003580;--lh-blue-light: #1a4b8c;--lh-gold: #F5A623;--lh-gold-dark: #d98e10;--lh-white: #FFFFFF;--lh-off-white: #F4F6FA;--lh-grey-light: #E8ECF4;--lh-grey: #8C9AB0;--lh-grey-dark: #4A5568;--lh-text: #1A202C;--lh-danger: #E53E3E;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 4px rgba(0,32,91,.1);--shadow-md: 0 4px 16px rgba(0,32,91,.14);--shadow-lg: 0 8px 32px rgba(0,32,91,.18);--tab-bar-height: 64px;--top-bar-height: 56px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--lh-off-white);color:var(--lh-text);line-height:1.5;min-height:100dvh;overflow-x:hidden}a{color:var(--lh-blue);text-decoration:none}img{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer;border:none;background:none}#root{display:flex;flex-direction:column;min-height:100dvh}.app-shell{display:flex;flex-direction:column;min-height:100dvh;width:100%}.top-bar{position:sticky;top:0;z-index:100;height:var(--top-bar-height);background:var(--lh-blue);display:flex;align-items:center;padding:0 16px;gap:12px;box-shadow:var(--shadow-md)}.top-bar__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex:1}.top-bar__logo-img{height:22px;width:auto;flex-shrink:0}.top-bar__page-title{font-size:.85rem;color:#ffffffb3;font-weight:400;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-content{flex:1;padding-bottom:calc(var(--tab-bar-height) + 8px);overflow-y:auto}.tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;height:var(--tab-bar-height);background:var(--lh-white);border-top:1px solid var(--lh-grey-light);display:flex;align-items:stretch;box-shadow:0 -2px 12px #00205b1a}.tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px 10px;color:var(--lh-grey);text-decoration:none;font-size:.65rem;font-weight:500;letter-spacing:.03em;transition:color .15s ease;-webkit-tap-highlight-color:transparent}.tab-bar__item.active{color:var(--lh-blue)}.tab-bar__item.active .tab-bar__icon{background:var(--lh-off-white);border-radius:var(--radius-sm)}.tab-bar__icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;padding:3px}.tab-bar__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tab-bar__label{line-height:1}.loading-spinner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid var(--lh-grey-light);border-top-color:var(--lh-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner-wrap p{font-size:.875rem;color:var(--lh-grey)}.error-message{margin:24px 16px;padding:16px;background:#fff5f5;border:1px solid #fed7d7;border-radius:var(--radius-md);color:var(--lh-danger);font-size:.875rem}.error-message__title{font-weight:600;margin-bottom:6px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media (min-width: 640px){.app-shell{max-width:640px;margin:0 auto;box-shadow:var(--shadow-lg);min-height:100dvh}.tab-bar{max-width:640px;left:50%;right:auto;width:100%;transform:translate(-50%)}}.lh-header{position:relative;overflow:hidden;width:100%}.lh-header--PRIMARY{min-height:220px;background:linear-gradient(135deg,var(--lh-blue) 0%,var(--lh-blue-mid) 100%);color:var(--lh-white)}.lh-header--SECONDARY{min-height:120px;background:var(--lh-blue-light);color:var(--lh-white)}.lh-header--EMPHASIS{min-height:80px;background:var(--lh-gold);color:var(--lh-blue)}.lh-header__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35}.lh-header__content{position:relative;z-index:1;padding:24px 16px 20px;display:flex;flex-direction:column;gap:10px}.lh-header--PRIMARY .lh-header__content{padding:36px 20px 28px}.lh-header__title{font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.01em}.lh-header--PRIMARY .lh-header__title{font-size:1.85rem}.lh-header__link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:inherit;opacity:.85;text-decoration:underline;text-underline-offset:3px}.lh-header--EMPHASIS .lh-header__link{color:var(--lh-blue)}.lh-header--PRIMARY .lh-header__content:before{content:"";display:block;width:40px;height:3px;background:var(--lh-gold);border-radius:2px;margin-bottom:4px}.lh-text-block{padding:20px 16px;background:var(--lh-white);border-bottom:1px solid var(--lh-grey-light)}.lh-text-block--TEXT_LEFT_IMAGE_RIGHT{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start}.lh-text-block--IMAGE_TOP_TEXT_BOTTOM .lh-text-block__image-wrap{margin-bottom:16px}.lh-text-block__title{font-size:1.05rem;font-weight:700;color:var(--lh-blue);margin-bottom:8px;line-height:1.3}.lh-text-block__body{font-size:.9rem;color:var(--lh-grey-dark);line-height:1.6}.lh-text-block__body p{margin-bottom:8px}.lh-text-block__body p:last-child{margin-bottom:0}.lh-text-block__body h1,.lh-text-block__body h2,.lh-text-block__body h3{font-size:1rem;font-weight:700;color:var(--lh-blue);margin:12px 0 6px}.lh-text-block__body ul,.lh-text-block__body ol{padding-left:20px;margin-bottom:8px}.lh-text-block__body li{margin-bottom:4px}.lh-text-block__image-wrap{flex-shrink:0}.lh-text-block__image{width:96px;height:72px;object-fit:cover;border-radius:var(--radius-sm)}.lh-text-block--IMAGE_TOP_TEXT_BOTTOM .lh-text-block__image{width:100%;height:180px}.lh-text-block__link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:.85rem;font-weight:600;color:var(--lh-blue);text-decoration:none}.lh-text-block__link:hover{text-decoration:underline}.lh-app-tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px;background:var(--lh-off-white)}.lh-app-tiles .lh-app-tile:only-child{grid-column:1 / -1}.lh-app-tile{background:var(--lh-white);border-radius:var(--radius-md);padding:18px 12px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:var(--lh-blue);box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease;-webkit-tap-highlight-color:transparent;cursor:pointer;border:none;font-family:inherit;width:100%}.lh-app-tile:active{transform:scale(.97);box-shadow:none}.lh-app-tile__icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--lh-off-white)}.lh-app-tile--SEARCH_FLIGHTS .lh-app-tile__icon-wrap{background:#ebf0ff}.lh-app-tile--MY_BOOKINGS .lh-app-tile__icon-wrap{background:#e8f5e9}.lh-app-tile--MILES_STATUS .lh-app-tile__icon-wrap{background:#fff8e7}.lh-app-tile--CHECK_IN .lh-app-tile__icon-wrap{background:#fff0f0}.lh-app-tile__icon{width:28px;height:28px;stroke:var(--lh-blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lh-app-tile--MILES_STATUS .lh-app-tile__icon{stroke:var(--lh-gold-dark)}.lh-app-tile--CHECK_IN .lh-app-tile__icon{stroke:#c53030}.lh-app-tile__title{font-size:.78rem;font-weight:600;text-align:center;line-height:1.3;color:var(--lh-blue)}.lh-news-list{background:var(--lh-white)}.lh-news-list__header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 10px;border-bottom:1px solid var(--lh-grey-light)}.lh-news-list__title{font-size:1rem;font-weight:700;color:var(--lh-blue)}.lh-news-list__see-all{font-size:.8rem;font-weight:600;color:var(--lh-gold-dark);text-decoration:none}.lh-carousel{position:relative;background:var(--lh-white)}.lh-carousel__viewport{overflow:hidden}.lh-carousel__track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.lh-carousel__slide{flex:0 0 100%;min-width:0}.lh-carousel__dots{display:flex;justify-content:center;gap:6px;padding:10px 0 12px;border-bottom:1px solid var(--lh-grey-light)}.lh-carousel__dot{width:6px;height:6px;border-radius:50%;background:var(--lh-grey-light);border:none;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.lh-carousel__dot.active{background:var(--lh-blue);transform:scale(1.4)}.news-card{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid var(--lh-grey-light);text-decoration:none;color:inherit;transition:background .1s ease;-webkit-tap-highlight-color:transparent;background:var(--lh-white)}.news-card:last-child{border-bottom:none}.news-card:active{background:var(--lh-off-white)}.news-card__content{flex:1;min-width:0}.news-card__channel{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--lh-gold-dark);background:#fff8e7;padding:2px 6px;border-radius:4px;margin-bottom:6px}.news-card__title{font-size:.9rem;font-weight:600;color:var(--lh-blue);line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__date{font-size:.75rem;color:var(--lh-grey)}.news-card__arrow{flex-shrink:0;display:flex;align-items:center;color:var(--lh-grey-light)}.news-card__arrow svg{width:16px;height:16px;stroke:var(--lh-grey);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.news-list-page{padding:0}.news-list-page__section-header{padding:16px 16px 10px;background:var(--lh-white);border-bottom:1px solid var(--lh-grey-light);margin-bottom:8px}.news-list-page__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--lh-grey)}.news-detail{background:var(--lh-white);min-height:calc(100dvh - var(--top-bar-height) - var(--tab-bar-height))}.news-detail__back{display:flex;align-items:center;gap:8px;padding:14px 16px;font-size:.875rem;font-weight:600;color:var(--lh-blue);border-bottom:1px solid var(--lh-grey-light);text-decoration:none;-webkit-tap-highlight-color:transparent}.news-detail__back svg{width:18px;height:18px;stroke:var(--lh-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.news-detail__header{padding:20px 16px 16px;border-bottom:1px solid var(--lh-grey-light)}.news-detail__channel{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--lh-gold-dark);background:#fff8e7;padding:2px 8px;border-radius:4px;margin-bottom:10px}.news-detail__title{font-size:1.3rem;font-weight:700;color:var(--lh-blue);line-height:1.25;margin-bottom:8px}.news-detail__date{font-size:.8rem;color:var(--lh-grey)}.news-detail__body{padding:20px 16px;font-size:.9rem;color:var(--lh-grey-dark);line-height:1.7}.news-detail__body p{margin-bottom:12px}.news-detail__body p:last-child{margin-bottom:0}.news-detail__body h1,.news-detail__body h2,.news-detail__body h3{font-size:1.1rem;font-weight:700;color:var(--lh-blue);margin:20px 0 8px}.news-detail__body ul,.news-detail__body ol{padding-left:20px;margin-bottom:12px}.news-detail__body li{margin-bottom:6px}.news-detail__external-link{display:flex;align-items:center;gap:8px;margin:0 16px 24px;padding:14px 16px;background:var(--lh-off-white);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--lh-blue);text-decoration:none;border:1px solid var(--lh-grey-light)}.lh-page{padding-bottom:8px}.lh-page__components{display:flex;flex-direction:column}.section-label{padding:12px 16px 6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--lh-grey);background:var(--lh-off-white)}.dummy-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:40px 24px;text-align:center;gap:16px;background:var(--lh-white);margin:16px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.dummy-screen__icon{width:64px;height:64px;stroke:var(--lh-blue);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.4}.dummy-screen__label{font-size:1rem;font-weight:600;color:var(--lh-grey)}.empty-state{display:flex;flex-direction:column;align-items:center;padding:48px 24px;text-align:center;gap:12px}.empty-state p{font-size:.875rem;color:var(--lh-grey)}.lh-dummy-section{padding:16px}.lh-dummy-card{background:var(--lh-white);border-radius:12px;box-shadow:0 3px 12px #00000014;overflow:hidden}.lh-dummy-title{font-size:1.05rem;font-weight:700;color:var(--lh-blue);margin-bottom:16px}.lh-dummy-btn-gold{display:block;width:100%;padding:14px;background:var(--lh-gold);color:var(--lh-white);border:none;border-radius:10px;font-size:1rem;font-weight:700;text-align:center;cursor:pointer;transition:opacity .15s ease;font-family:inherit}.lh-dummy-btn-gold:active{opacity:.85}.lh-dummy-btn-gold:disabled{opacity:.6;cursor:not-allowed}.lh-dummy-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.lh-dummy-field label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--lh-grey)}.lh-dummy-input{width:100%;padding:11px 12px;border:1.5px solid var(--lh-grey-light);border-radius:8px;font-size:.9rem;font-family:inherit;color:var(--lh-text);background:var(--lh-white);transition:border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lh-dummy-input:focus{outline:none;border-color:var(--lh-blue)}.lh-dummy-input[readonly]{background:var(--lh-off-white);color:var(--lh-grey-dark)}.lh-dummy-select{width:100%;padding:11px 36px 11px 12px;border:1.5px solid var(--lh-grey-light);border-radius:8px;font-size:.9rem;font-family:inherit;color:var(--lh-text);background:var(--lh-white);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238C9AB0' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.lh-dummy-select:focus{outline:none;border-color:var(--lh-blue)}.lh-spinner{width:36px;height:36px;border:3px solid var(--lh-grey-light);border-top-color:var(--lh-blue);border-radius:50%;animation:spin .8s linear infinite;margin:32px auto}.lh-sf-form-card{padding:20px;margin-bottom:16px}.lh-sf-passengers-row{display:flex;align-items:center;gap:0;border:1.5px solid var(--lh-grey-light);border-radius:8px;overflow:hidden}.lh-sf-passengers-row__btn{width:44px;height:44px;font-size:1.3rem;font-weight:700;color:var(--lh-blue);background:var(--lh-off-white);border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.lh-sf-passengers-row__btn:active{background:var(--lh-grey-light)}.lh-sf-passengers-row__btn:disabled{opacity:.4;cursor:not-allowed}.lh-sf-passengers-row__count{flex:1;text-align:center;font-size:.95rem;font-weight:600;color:var(--lh-text)}.lh-sf-result-card{padding:16px;border-bottom:1px solid var(--lh-grey-light)}.lh-sf-result-card:last-child{border-bottom:none}.lh-sf-result-card__route{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.lh-sf-result-card__route-label{font-size:1rem;font-weight:700;color:var(--lh-blue)}.lh-sf-result-card__price{font-size:.9rem;font-weight:700;color:var(--lh-gold-dark)}.lh-sf-result-card__detail{font-size:.8rem;color:var(--lh-grey);margin-bottom:10px}.lh-sf-btn-select{padding:9px 18px;background:var(--lh-gold);color:var(--lh-white);border:none;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s ease}.lh-sf-btn-select:active{opacity:.85}.lh-mb-tab-bar{display:flex;border-bottom:1px solid var(--lh-grey-light);margin-bottom:12px;background:var(--lh-white)}.lh-mb-tab-bar__btn{flex:1;padding:12px 8px;font-size:.85rem;font-weight:600;color:var(--lh-grey);border:none;background:none;cursor:pointer;border-bottom:3px solid transparent;transition:color .15s ease,border-color .15s ease;font-family:inherit}.lh-mb-tab-bar__btn--active{color:var(--lh-blue);border-bottom-color:var(--lh-gold)}.lh-mb-booking-card{background:var(--lh-white);border-radius:12px;box-shadow:0 3px 12px #00000014;margin-bottom:12px;overflow:hidden;cursor:pointer}.lh-mb-booking-card--past{opacity:.65}.lh-mb-booking-card__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px}.lh-mb-booking-card__route{font-size:1rem;font-weight:700;color:var(--lh-blue)}.lh-mb-booking-card__status{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:20px}.lh-mb-booking-card__status--confirmed{background:#e8f5e9;color:#2e7d32}.lh-mb-booking-card__status--checkin{background:#fff8e7;color:var(--lh-gold-dark)}.lh-mb-booking-card__status--completed{background:var(--lh-off-white);color:var(--lh-grey)}.lh-mb-booking-card__subrow{display:flex;gap:12px;padding:0 16px 12px;font-size:.8rem;color:var(--lh-grey)}.lh-mb-booking-card__subrow span{display:flex;align-items:center;gap:4px}.lh-mb-chevron{display:inline-block;width:18px;height:18px;flex-shrink:0;transition:transform .25s ease;color:var(--lh-grey)}.lh-mb-chevron--open{transform:rotate(180deg)}.lh-mb-booking-card__expand{overflow:hidden;max-height:0;transition:max-height .3s ease}.lh-mb-booking-card__expand--open{max-height:300px}.lh-mb-booking-card__detail{padding:12px 16px 16px;border-top:1px solid var(--lh-grey-light);background:var(--lh-off-white)}.lh-mb-booking-card__detail-row{display:flex;justify-content:space-between;font-size:.82rem;padding:4px 0;color:var(--lh-grey-dark)}.lh-mb-booking-card__detail-row span:first-child{color:var(--lh-grey)}.lh-mb-btn-boarding{display:block;width:100%;margin-top:12px;padding:10px;background:var(--lh-blue);color:var(--lh-white);border:none;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;text-align:center;transition:opacity .15s ease}.lh-mb-btn-boarding:active{opacity:.85}.lh-ms-status-card{background:var(--lh-blue);border-radius:12px;box-shadow:0 3px 12px #0000002e;padding:20px;margin-bottom:16px;color:var(--lh-white)}.lh-ms-status-card__top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.lh-ms-status-card__program{font-size:.85rem;font-weight:600;opacity:.8}.lh-ms-status-card__badge{background:var(--lh-gold);color:var(--lh-blue);font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.04em}.lh-ms-status-card__member{font-size:.8rem;opacity:.65;margin-bottom:8px}.lh-ms-status-card__balance-row{display:flex;align-items:baseline;gap:6px;margin-bottom:20px}.lh-ms-status-card__miles{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;line-height:1}.lh-ms-status-card__miles-label{font-size:.9rem;opacity:.7}.lh-ms-status-card__progress-label{font-size:.72rem;opacity:.65;margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em}.lh-ms-progress-bar-bg{height:6px;background:#fff3;border-radius:3px;overflow:hidden;margin-bottom:6px}.lh-ms-progress-bar-fill{height:100%;background:var(--lh-gold);border-radius:3px;transition:width .6s ease}.lh-ms-status-card__progress-caption{font-size:.72rem;opacity:.6}.lh-ms-quick-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:16px}.lh-ms-quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;background:var(--lh-white);border-radius:12px;box-shadow:0 3px 12px #00000014;border:none;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:600;color:var(--lh-blue);text-align:center;transition:opacity .15s ease}.lh-ms-quick-action-btn:active{opacity:.75}.lh-ms-quick-action-btn svg{width:24px;height:24px;stroke:var(--lh-blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lh-ms-activity-card{padding:4px 0}.lh-ms-activity-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--lh-grey-light)}.lh-ms-activity-row:last-child{border-bottom:none}.lh-ms-activity-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.lh-ms-activity-icon--plus{background:#e8f5e9;color:#2e7d32}.lh-ms-activity-icon--minus{background:#ffebee;color:#c62828}.lh-ms-activity-info{flex:1;min-width:0}.lh-ms-activity-desc{font-size:.85rem;font-weight:600;color:var(--lh-blue);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lh-ms-activity-date{font-size:.75rem;color:var(--lh-grey);margin-top:2px}.lh-ms-activity-amount{font-size:.85rem;font-weight:700;flex-shrink:0}.lh-ms-activity-amount--plus{color:#2e7d32}.lh-ms-activity-amount--minus{color:#c62828}.lh-ci-step-card{padding:20px;margin-bottom:16px}.lh-ci-step-title{font-size:1.1rem;font-weight:700;color:var(--lh-blue);margin-bottom:20px}.lh-ci-detail-table{margin-bottom:16px}.lh-ci-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--lh-grey-light);font-size:.875rem}.lh-ci-detail-row:last-child{border-bottom:none}.lh-ci-detail-row__label{color:var(--lh-grey);font-weight:500}.lh-ci-detail-row__value{font-weight:600;color:var(--lh-text);display:flex;align-items:center;gap:8px}.lh-ci-change-link{font-size:.8rem;font-weight:700;color:var(--lh-gold-dark);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;text-decoration:underline;text-underline-offset:2px}.lh-ci-verified-badge{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#e8f5e9;border-radius:8px;font-size:.85rem;font-weight:600;color:#2e7d32;margin-bottom:16px}.lh-ci-seat-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00205b80;z-index:200;display:flex;align-items:flex-end;justify-content:center}.lh-ci-seat-modal{background:var(--lh-white);border-radius:20px 20px 0 0;padding:0 0 32px;width:100%;max-width:640px;max-height:80dvh;overflow-y:auto;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.lh-ci-seat-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--lh-grey-light);position:sticky;top:0;background:var(--lh-white);z-index:1}.lh-ci-seat-modal__title{font-size:1rem;font-weight:700;color:var(--lh-blue)}.lh-ci-seat-modal__close{width:32px;height:32px;border-radius:50%;background:var(--lh-off-white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--lh-grey-dark);font-family:inherit;transition:background .15s ease}.lh-ci-seat-modal__close:active{background:var(--lh-grey-light)}.lh-ci-seat-map{padding:20px}.lh-ci-seat-legend{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.lh-ci-seat-legend__item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--lh-grey-dark)}.lh-ci-seat-legend__dot{width:14px;height:14px;border-radius:3px}.lh-ci-seat-legend__dot--free{background:var(--lh-white);border:2px solid var(--lh-grey-light)}.lh-ci-seat-legend__dot--taken{background:var(--lh-grey-light)}.lh-ci-seat-legend__dot--selected{background:var(--lh-gold)}.lh-ci-seat-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.lh-ci-seat-row__num{width:24px;font-size:.75rem;color:var(--lh-grey);text-align:right;flex-shrink:0}.lh-ci-seat-row__aisle{width:16px;flex-shrink:0}.lh-ci-seat{width:40px;height:40px;border-radius:6px;border:2px solid var(--lh-grey-light);background:var(--lh-white);font-size:.75rem;font-weight:600;color:var(--lh-blue);cursor:pointer;transition:background .15s ease,border-color .15s ease;font-family:inherit;display:flex;align-items:center;justify-content:center}.lh-ci-seat:hover:not(.lh-ci-seat--taken):not(.lh-ci-seat--selected){background:#ebf0ff;border-color:var(--lh-blue-light)}.lh-ci-seat--taken{background:var(--lh-grey-light);border-color:var(--lh-grey-light);color:var(--lh-grey);cursor:not-allowed}.lh-ci-seat--selected{background:var(--lh-gold);border-color:var(--lh-gold-dark);color:var(--lh-white)}.lh-ci-boarding-pass{border-radius:12px;overflow:hidden;box-shadow:0 3px 12px #00000014}.lh-ci-boarding-pass__header{background:var(--lh-blue);padding:20px;color:var(--lh-white)}.lh-ci-boarding-pass__header-label{font-size:.72rem;opacity:.6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.lh-ci-boarding-pass__route{font-size:2rem;font-weight:700;letter-spacing:.02em;line-height:1}.lh-ci-boarding-pass__body{background:var(--lh-white);padding:20px}.lh-ci-boarding-pass__detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--lh-grey-light);font-size:.875rem}.lh-ci-boarding-pass__detail-row:last-child{border-bottom:none}.lh-ci-boarding-pass__detail-label{color:var(--lh-grey)}.lh-ci-boarding-pass__detail-value{font-weight:600;color:var(--lh-blue)}.lh-ci-boarding-pass__qr-section{padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;background:var(--lh-off-white);border-top:1px dashed var(--lh-grey-light)}.lh-ci-qr-placeholder{width:160px;height:160px;background:#1a1a2e;border-radius:6px;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);gap:2px;padding:8px;overflow:hidden}.lh-ci-qr-cell{border-radius:1px}.lh-ci-qr-cell--dark{background:#1a1a2e}.lh-ci-qr-cell--light{background:#f0f0f0}.lh-ci-restart-link{display:block;text-align:center;margin-top:16px;font-size:.875rem;font-weight:600;color:var(--lh-blue);text-decoration:underline;text-underline-offset:3px;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}
