.hotel-page{gap:var(--space-md);max-width:640px;color:var(--foreground);margin:0 auto;padding-bottom:32px;display:grid}.hotel-hub-tabs{border:1px solid var(--border);background:var(--surface);border-radius:999px;grid-template-columns:1fr 1fr;gap:6px;padding:6px;display:grid}.hotel-hub-tabs a{min-height:44px;color:var(--foreground-secondary);border-radius:999px;place-items:center;font-weight:700;text-decoration:none;display:grid}.hotel-hub-tabs a.is-active{color:#fff;background:var(--brand)}.hotel-chrome{align-items:center;gap:var(--space-sm);border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg, var(--brand-active), var(--brand));grid-template-columns:44px minmax(0,1fr) 44px;min-height:72px;padding:16px;display:grid}.hotel-chrome>a,.hotel-chrome>span:last-child{color:#fff;min-height:44px;font-size:var(--text-lg);place-items:center;text-decoration:none;display:grid}.hotel-chrome>a:last-child{font-size:var(--text-sm);font-weight:700}.hotel-chrome>div{text-align:center;min-width:0}.hotel-chrome span,.hotel-chrome strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.hotel-chrome span{color:#ffffffb8;font-size:var(--text-xs);letter-spacing:.06em}.hotel-chrome strong{font-size:var(--text-lg);margin-top:4px}.hotel-hero,.hotel-card,.hotel-results,.hotel-summary,.hotel-heading,.hotel-trip,.hotel-note,.hotel-success,.hotel-payment,.hotel-order-status,.hotel-facts{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.hotel-hero{color:#fff;background:linear-gradient(135deg, var(--brand-active), var(--brand-hover));border:0;padding:20px}.hotel-hero p{color:#e0f2f1e6;font-size:var(--text-xs);letter-spacing:.08em;margin:0;font-weight:700}.hotel-hero h1{font-size:var(--text-2xl);letter-spacing:-.04em;margin:8px 0 6px}.hotel-hero span{color:#ffffffb8;font-size:var(--text-sm)}.hotel-search-form,.hotel-step{gap:var(--space-md);padding:var(--space-lg);display:grid}.hotel-field{gap:6px;min-width:0;display:grid}.hotel-field>span{color:var(--foreground-secondary);font-size:var(--text-sm);font-weight:600}.hotel-field input,.hotel-field select,.hotel-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;min-width:0;min-height:44px;color:var(--foreground);background:var(--surface-grey);font:inherit;font-size:var(--text-base);outline:none;padding:0 12px}.hotel-field textarea{resize:vertical;min-height:84px;padding-top:10px}.hotel-field input:focus,.hotel-field select:focus,.hotel-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);background:var(--surface)}.hotel-field--place>div{gap:var(--space-sm);grid-template-columns:108px 1fr;display:grid}.hotel-field-grid{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.hotel-field-grid--four{grid-template-columns:repeat(2,1fr)}.hotel-primary,.hotel-secondary{border-radius:var(--radius-md);min-height:48px;font:inherit;font-size:var(--text-md);cursor:pointer;border:0;place-items:center;font-weight:700;text-decoration:none;display:grid}.hotel-primary{color:#fff;background:var(--brand)}.hotel-primary:disabled{cursor:not-allowed;opacity:.5}.hotel-primary:active:not(:disabled),.hotel-secondary:active{opacity:.8}.hotel-primary--spaced{width:100%}.hotel-secondary{color:var(--brand);background:var(--surface);border:1px solid var(--border)}.hotel-alert{border-radius:var(--radius-md);font-size:var(--text-sm);margin:0;padding:12px 14px;line-height:1.5}.hotel-alert--error{color:var(--error);background:var(--error-bg);border:1px solid #f3c7c7}.hotel-alert--ok{color:var(--success);background:var(--success-bg);border:1px solid #cde9cf}.hotel-results{padding:var(--space-lg)}.hotel-results>header,.hotel-room-section>header{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);margin-bottom:14px;display:flex}.hotel-results h2,.hotel-room-section h2,.hotel-card h2{font-size:var(--text-xl);margin:0}.hotel-results header p,.hotel-room-section header p{color:var(--muted);font-size:var(--text-sm);margin:4px 0 0}.hotel-results header>span{color:var(--muted);font-size:var(--text-xs)}.hotel-result-list,.hotel-room-list,.hotel-order-list{gap:12px;display:grid}.hotel-result-card,.hotel-room-card,.hotel-order-list>a{border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--foreground);background:var(--surface);text-decoration:none;overflow:hidden}.hotel-result-card__image,.hotel-room-card>img{height:168px;color:var(--muted);background:var(--brand-lighter);place-items:center;display:grid;overflow:hidden}.hotel-result-card__image{position:relative}.hotel-result-card__image img,.hotel-room-card>img{object-fit:cover;width:100%;height:168px}.hotel-result-card__image em{border-radius:var(--radius-sm);color:#fff;font-size:var(--text-xs);background:#0000008c;padding:4px 8px;font-style:normal;font-weight:700;position:absolute;top:12px;left:12px}.hotel-result-card__body,.hotel-room-card__content{padding:14px}.hotel-result-card h3,.hotel-room-card h3,.hotel-order-list h2{font-size:var(--text-lg);margin:0;line-height:1.4}.hotel-result-card p,.hotel-order-list>a>p{color:var(--muted);font-size:var(--text-sm);margin:6px 0 0;line-height:1.5}.hotel-result-card__copy{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hotel-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.hotel-tags span{border-radius:var(--radius-full);color:var(--brand);background:var(--brand-light);font-size:var(--text-xs);padding:4px 8px;font-weight:600}.hotel-result-card footer,.hotel-room-card footer,.hotel-order-list footer,.hotel-summary footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:flex-end;gap:8px;margin-top:12px;padding-top:12px;display:flex}.hotel-result-card footer small,.hotel-room-card footer small,.hotel-summary footer span{color:var(--muted);font-size:var(--text-xs)}.hotel-result-card footer strong,.hotel-room-card footer strong,.hotel-summary footer strong,.hotel-order-list header strong{color:var(--warning);font-size:var(--text-xs)}.hotel-result-card footer strong b,.hotel-room-card footer strong{font-size:var(--text-2xl);letter-spacing:-.04em}.hotel-result-card footer i,.hotel-room-card footer i{color:var(--brand);font-size:var(--text-sm);margin-left:6px;font-style:normal;font-weight:700}.hotel-footnote{color:var(--muted);font-size:var(--text-xs);text-align:center;margin:0;line-height:1.6}.hotel-state,.hotel-empty{min-height:180px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:8px;padding:24px;display:grid}.hotel-state--card,.hotel-connect-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);margin:0}.hotel-state i{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:1s infinite alternate hotel-pulse}.hotel-state{grid-template-columns:repeat(3,8px);justify-content:center}.hotel-state i:nth-child(2){animation-delay:.2s}.hotel-state i:nth-child(3){animation-delay:.4s}.hotel-state p,.hotel-state strong,.hotel-empty strong,.hotel-empty span{grid-column:1/-1}.hotel-empty strong,.hotel-state strong,.hotel-connect-card strong{color:var(--foreground);font-size:var(--text-md)}.hotel-empty span,.hotel-state p,.hotel-connect-card p{font-size:var(--text-sm);margin:0;line-height:1.55}.hotel-empty a,.hotel-state button,.hotel-connect-card a{border-radius:var(--radius-md);color:#fff;background:var(--brand);font:inherit;font-size:var(--text-sm);border:0;margin-top:8px;padding:10px 14px;font-weight:700;text-decoration:none}.hotel-connect-card{background:var(--brand-lighter);padding:16px}.hotel-connect-card p{color:var(--foreground-secondary);margin:6px 0 12px}.hotel-connect-card a{place-items:center;min-height:44px;display:grid}.hotel-trip,.hotel-heading,.hotel-summary,.hotel-note,.hotel-success,.hotel-payment,.hotel-order-status,.hotel-facts,.hotel-card{padding:16px}.hotel-trip{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;display:grid}.hotel-trip small,.hotel-trip strong,.hotel-facts small,.hotel-facts strong{display:block}.hotel-trip small,.hotel-facts small{color:var(--muted);font-size:var(--text-xs)}.hotel-trip strong,.hotel-facts strong{font-size:var(--text-base);margin-top:4px}.hotel-trip i{border-radius:var(--radius-sm);color:var(--brand);background:var(--brand-light);font-size:var(--text-xs);padding:4px 8px;font-style:normal;font-weight:700}.hotel-trip>span{border-top:1px solid var(--border-light);color:var(--muted);font-size:var(--text-sm);text-align:center;grid-column:1/-1;padding-top:10px}.hotel-heading{color:#fff;background:var(--brand-active);border:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.hotel-heading span,.hotel-heading p{color:#ffffffad;font-size:var(--text-xs)}.hotel-heading h1{font-size:var(--text-xl);margin:6px 0 0}.hotel-heading>strong{font-size:var(--text-2xl);text-align:center;flex:none}.hotel-heading>strong small{color:#ffffffad;font-size:var(--text-xs);margin-top:2px;font-weight:500;display:block}.hotel-filter-pills,.hotel-tabs{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;display:grid}.hotel-filter-pills{margin-bottom:12px}.hotel-filter-pills button,.hotel-tabs button{border-radius:var(--radius-sm);min-height:40px;color:var(--muted);font:inherit;font-size:var(--text-sm);background:0 0;border:0;font-weight:700}.hotel-filter-pills button.is-active,.hotel-tabs button.is-active{color:var(--brand);background:var(--brand-light)}.hotel-room-card header,.hotel-step>header,.hotel-order-list header,.hotel-payment header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.hotel-room-card header p{color:var(--muted);font-size:var(--text-sm);margin:4px 0 0}.hotel-room-card header>span{border-radius:var(--radius-sm);color:var(--success);background:var(--success-bg);font-size:var(--text-xs);flex:none;padding:4px 8px;font-weight:700}.hotel-room-card header>span.is-warn{color:var(--warning);background:var(--warning-bg)}.hotel-policy{border-radius:var(--radius-sm);font-size:var(--text-sm);margin:10px 0 0;padding:8px 10px;line-height:1.45}.hotel-policy.is-good{color:var(--success);background:var(--success-bg)}.hotel-policy.is-strict{color:var(--error);background:var(--error-bg)}.hotel-room-card footer a{border-radius:var(--radius-md);color:#fff;background:var(--brand);font-size:var(--text-base);padding:10px 16px;font-weight:700;text-decoration:none}.hotel-summary>span,.hotel-order-status span{color:var(--brand);font-size:var(--text-xs);font-weight:700}.hotel-summary h1,.hotel-success h1,.hotel-order-status h1{font-size:var(--text-xl);margin:6px 0 4px}.hotel-summary>p,.hotel-order-status p{color:var(--muted);font-size:var(--text-sm);margin:0}.hotel-summary>div{border-radius:var(--radius-md);background:var(--brand-lighter);grid-template-columns:1fr auto 1fr;align-items:center;margin-top:14px;padding:12px;display:grid}.hotel-summary b,.hotel-summary small{display:block}.hotel-summary b:last-child{text-align:right}.hotel-summary small{color:var(--muted);font-size:var(--text-xs);margin-top:4px}.hotel-summary>div i{color:var(--muted);font-size:var(--text-sm);font-style:normal}.hotel-step>header>i{border-radius:var(--radius-sm);color:#fff;background:var(--brand);width:32px;height:32px;font-size:var(--text-sm);flex:none;place-items:center;font-style:normal;font-weight:800;display:grid}.hotel-step h2{font-size:var(--text-lg);margin:0}.hotel-step header p{color:var(--muted);font-size:var(--text-sm);margin:4px 0 0}.hotel-locked{border-radius:var(--radius-sm);color:var(--success);background:var(--success-bg);font-size:var(--text-xs);margin-left:auto;padding:4px 8px;font-weight:700}.hotel-check{color:var(--foreground-secondary);font-size:var(--text-sm);align-items:flex-start;gap:8px;line-height:1.5;display:flex}.hotel-check input{width:18px;height:18px;accent-color:var(--brand);flex:none}.hotel-note{background:var(--brand-lighter)}.hotel-note p{color:var(--foreground-secondary);font-size:var(--text-sm);margin:6px 0 0;line-height:1.55}.hotel-success{text-align:center;place-items:center;padding:28px 18px;display:grid}.hotel-success>i{color:#fff;background:var(--success);border-radius:50%;place-items:center;width:52px;height:52px;font-size:24px;font-style:normal;display:grid}.hotel-success p{font-size:var(--text-sm);margin:0}.hotel-success span{color:var(--muted);font-size:var(--text-sm);margin-top:8px;line-height:1.5}.hotel-payment{padding:0;overflow:hidden}.hotel-payment header{padding:14px 16px}.hotel-payment h2{font-size:var(--text-lg);margin:0}.hotel-payment p{color:var(--muted);font-size:var(--text-xs);margin:4px 0 0}.hotel-payment button{color:var(--brand);font-size:var(--text-sm);background:0 0;border:0}.hotel-payment iframe{border:0;border-top:1px solid var(--border);background:var(--surface);width:100%;height:520px;display:block}.hotel-order-status{color:#fff;background:linear-gradient(135deg, var(--brand-active), var(--brand));border:0}.hotel-order-status span{color:#ffffffbf}.hotel-order-status p{color:#ffffffad}.hotel-facts{grid-template-columns:1fr 1fr;padding:0;display:grid;overflow:hidden}.hotel-facts div{padding:14px}.hotel-facts div:nth-child(2n){border-left:1px solid var(--border)}.hotel-facts div:nth-child(n+3){border-top:1px solid var(--border)}.hotel-card p{border-top:1px solid var(--border-light);font-size:var(--text-sm);justify-content:space-between;gap:12px;margin:0;padding:10px 0;display:flex}.hotel-card h2{margin-bottom:4px}.hotel-card p span{color:var(--muted)}.hotel-card p strong{text-align:right;word-break:break-all;max-width:65%}.hotel-order-list header span{color:var(--brand);font-size:var(--text-sm);font-weight:700}.hotel-order-list header small{color:var(--muted);font-size:var(--text-xs);margin-top:4px;display:block}.hotel-order-list>a{padding:16px}.hotel-order-list footer{color:var(--muted);font-size:var(--text-sm)}.hotel-order-list footer b{color:var(--brand)}@keyframes hotel-pulse{to{opacity:.25;transform:translateY(-4px)}}@media (min-width:640px){.hotel-field-grid--four{grid-template-columns:repeat(4,1fr)}.hotel-result-card{grid-template-columns:200px minmax(0,1fr);display:grid}.hotel-result-card__image,.hotel-result-card__image img{height:100%;min-height:180px}}@media (prefers-reduced-motion:reduce){.hotel-state i{animation:none}}.hotel-room-guest{border:1px solid var(--border-light,#e8edf2);background:#fff;border-radius:12px;padding:14px}.hotel-room-guest h3{font-size:var(--text-sm);margin:0 0 10px}.hotel-invoice-status{gap:8px;display:grid}.hotel-invoice-status strong{color:var(--brand)}.hotel-invoice-status small{color:var(--muted)}.hotel-payment iframe{background:#f6f8fb;border:0;border-radius:12px;width:100%;min-height:560px}
