.airport-search{display:flex;gap:.75rem;margin-bottom:1rem}.airport-search__input-wrap{flex:1 1;position:relative}.airport-search__input{width:100%;padding-right:2.5rem}.airport-search__clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-400);font-size:1.25rem;cursor:pointer;padding:.25rem;line-height:1}.airport-search__clear:hover{color:var(--gray-600)}.airport-search__spinner{width:16px;height:16px;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.airport-error{padding:.75rem 1rem;background:#ef44441a;border:1px solid #ef444433;border-radius:var(--radius-lg);color:#dc2626;font-size:.875rem;margin-bottom:1rem}.airport-error,.airport-quick{display:flex;align-items:center;gap:.5rem}.airport-quick{flex-wrap:wrap}.airport-quick__label{font-size:.8125rem;color:var(--gray-500)}.airport-quick__btn{padding:.375rem .75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-600);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.airport-quick__btn:hover{background:var(--gray-200);color:var(--gray-800)}.airport-empty{text-align:center;padding:4rem 2rem}.airport-empty__icon{width:80px;height:80px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-blue)}.airport-empty__title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.airport-empty__desc{color:var(--gray-500);font-size:.9375rem;max-width:400px;margin:0 auto}.airport-loading{text-align:center;padding:4rem 2rem}.airport-loading__spinner{width:48px;height:48px;border:4px solid var(--gray-200);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.airport-loading p{color:var(--gray-600);font-size:.9375rem}.airport-results{display:flex;flex-direction:column;gap:1.5rem}.airport-header-card{background:linear-gradient(135deg,var(--primary-blue) 0,var(--accent-purple) 100%);border-radius:var(--radius-xl);padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}@media (max-width:640px){.airport-header-card{flex-direction:column}}.airport-header-card__main{display:flex;align-items:flex-start;gap:1rem}.airport-header-card__icon{width:64px;height:64px;background:#fff3;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.airport-header-card__name{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.25rem}.airport-header-card__location{font-size:.875rem;color:#fffc;margin-bottom:.75rem}.airport-header-card__badges{display:flex;gap:.5rem;flex-wrap:wrap}.airport-header-card__codes{display:flex;gap:.75rem}.airport-code-box{background:#fff3;padding:.5rem 1rem;border-radius:var(--radius-lg);text-align:center}.airport-code-box__label{display:block;font-size:.6875rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.airport-code-box__value{font-size:1.25rem;font-weight:700;color:#fff}.airport-badge{display:inline-block;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius-full)}.airport-badge--blue{background:#0066ff26;color:var(--primary-blue)}.airport-header-card .airport-badge--blue{background:#fff3;color:#fff}.airport-badge--green{background:#10b98126;color:var(--success)}.airport-header-card .airport-badge--green{background:#10b9814d;color:#a7f3d0}.airport-badge--purple{background:#6366f126;color:var(--accent-purple)}.airport-badge--red{background:#ef444426;color:#dc2626}.airport-grid{display:grid;grid-gap:1rem;gap:1rem}.airport-grid--2{grid-template-columns:repeat(2,1fr)}.airport-grid--3{grid-template-columns:repeat(3,1fr)}.airport-grid--4{grid-template-columns:repeat(4,1fr)}.airport-grid--map{grid-template-columns:2fr 1fr}@media (max-width:1024px){.airport-grid--3,.airport-grid--4{grid-template-columns:repeat(2,1fr)}.airport-grid--map{grid-template-columns:1fr}}@media (max-width:640px){.airport-grid--2,.airport-grid--3,.airport-grid--4{grid-template-columns:1fr}}.airport-map-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden}.airport-map{height:300px}.airport-section-header{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:linear-gradient(135deg,var(--primary-blue) 0,var(--accent-purple) 100%);color:#fff;font-size:.875rem;font-weight:600}.airport-info-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden}.airport-info-card__content{padding:1rem}.airport-field{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--gray-100)}.airport-field:last-child{border-bottom:none}.airport-field__label{font-size:.8125rem;color:var(--gray-500)}.airport-field__value{font-size:.875rem;font-weight:500;color:var(--gray-800)}.airport-field__value--bold{font-weight:700}.airport-field__link{font-size:.875rem;font-weight:600;color:var(--primary-blue);text-decoration:none}.airport-field__link:hover{text-decoration:underline}.airport-navaid{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--gray-100)}.airport-navaid:last-child{border-bottom:none}.airport-navaid__info{display:flex;align-items:center;gap:.5rem}.airport-navaid__ident{width:36px;height:36px;background:var(--primary-light);color:var(--primary-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700}.airport-navaid__name{font-size:.875rem;color:var(--gray-700)}.airport-navaid__meta{display:flex;align-items:center;gap:.5rem}.airport-navaid__freq{font-size:.75rem;color:var(--gray-500)}.airport-empty-text{text-align:center;padding:1.5rem;color:var(--gray-400);font-size:.875rem}.airport-keywords{padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--gray-100)}.airport-keywords__label{display:block;font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.airport-keywords__list{display:flex;flex-wrap:wrap;gap:.375rem}.airport-keyword{padding:.25rem .5rem;background:var(--gray-100);color:var(--gray-600);border-radius:var(--radius-sm);font-size:.75rem}.airport-section{margin-top:.5rem}.airport-section__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.airport-section__title svg{color:var(--primary-blue)}.airport-runway-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:1.25rem}.airport-runway-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.airport-runway-card__ident{display:flex;align-items:center;gap:.75rem}.airport-runway-card__ident-box{width:48px;height:48px;background:linear-gradient(135deg,var(--primary-blue) 0,var(--accent-purple) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}.airport-runway-card__ident h4{font-size:1rem;font-weight:700;color:var(--gray-800);margin:0}.airport-runway-card__ident span{font-size:.8125rem;color:var(--gray-500)}.airport-runway-card__badges{display:flex;gap:.375rem}.airport-runway-card__stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}@media (max-width:640px){.airport-runway-card__stats{grid-template-columns:repeat(2,1fr)}}.airport-runway-card__elevation{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.airport-runway-stat{display:flex;flex-direction:column;gap:.125rem}.airport-runway-stat__label{font-size:.6875rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em}.airport-runway-stat__value{font-size:.875rem;font-weight:600;color:var(--gray-800)}.airport-freq-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:1rem}.airport-freq-card__title{font-size:.875rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-100)}.airport-freq{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.airport-freq__desc{font-size:.75rem;color:var(--gray-500);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.airport-freq__value{font-size:.875rem;font-weight:700;color:var(--primary-blue)}