:root{
  --flyex-brand:#00A2DF;
  --flyex-brand-dark:#007FAF;
  --flyex-ink:#102238;
  --flyex-muted:#64748B;
  --flyex-bg:#F5F9FC;
  --flyex-card:#FFFFFF;
  --flyex-border:#DCE8EF;
}
html{scroll-behavior:smooth}
body,button,input,select,textarea,.btn,.form-control,.form-select,.dropdown-menu,.modal{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important}
body{font-feature-settings:"cv02","cv03","cv04","cv11";text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.form-control,.form-select{min-height:46px;border-radius:12px;border-color:var(--flyex-border)}
.form-control:focus,.form-select:focus{border-color:var(--flyex-brand);box-shadow:0 0 0 .22rem rgba(0,162,223,.13)}
.btn{border-radius:11px;font-weight:700}
.flyex-card{background:#fff;border:1px solid var(--flyex-border);border-radius:18px;box-shadow:0 14px 38px rgba(16,34,56,.055)}
.flyex-modal .modal-content{border:0;border-radius:20px;box-shadow:0 28px 80px rgba(16,34,56,.20)}
.flyex-modal .modal-header{border-bottom:1px solid var(--flyex-border);padding:20px 22px}
.flyex-modal .modal-body{padding:22px}
.flyex-modal .modal-footer{border-top:1px solid var(--flyex-border);padding:16px 22px}
.location-helper{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;font-size:13px;color:var(--flyex-muted)}
.location-helper button{border:0;background:transparent;color:var(--flyex-brand-dark);font-weight:800;padding:0;text-decoration:underline;text-underline-offset:3px}
.choices{margin-bottom:0}
.choices__inner{min-height:46px!important;background:#fff!important;border:1px solid var(--flyex-border)!important;border-radius:12px!important;padding:7px 12px!important;font-size:14px!important}
.is-focused .choices__inner,.is-open .choices__inner{border-color:var(--flyex-brand)!important;box-shadow:0 0 0 .22rem rgba(0,162,223,.13)!important}
.choices__list--dropdown,.choices__list[aria-expanded]{border:1px solid var(--flyex-border)!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(16,34,56,.14)!important;margin-top:7px!important;z-index:1055!important}
.choices__input{background:#fff!important;border:1px solid var(--flyex-border)!important;border-radius:10px!important;margin:8px!important;width:calc(100% - 16px)!important}
.choices__item--choice{padding:11px 14px!important}
.choices__item--choice.is-highlighted{background:#EBF9FF!important;color:#007FAF!important}
.seo-score{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 11px;background:#EBF9FF;color:#007FAF;font-size:12px;font-weight:800}
.status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}
.status-pill.success{background:#EAF8EF;color:#15803D}.status-pill.warning{background:#FFF6DF;color:#A16207}.status-pill.muted{background:#EEF2F7;color:#475569}
@media(max-width:575px){.location-helper{align-items:flex-start;flex-direction:column}.flyex-modal .modal-body{padding:18px}}
