:root{
  --flyex-brand:#00A2DF;
  --flyex-brand-2:#0087BA;
  --flyex-brand-dark:#006B96;
  --flyex-brand-deep:#06445F;
  --flyex-brand-rgb:0,162,223;
  --flyex-ink:#101D2D;
  --flyex-muted:#64748B;
  --flyex-bg:#F3F8FB;
  --flyex-card:#FFFFFF;
  --flyex-border:#D7E7EE;
  --flyex-soft:#EAF8FD;
  --flyex-soft-2:#F6FCFE;
  --flyex-shadow:0 14px 40px rgba(8,72,99,.075);
  --flyex-shadow-hover:0 20px 54px rgba(8,72,99,.13);
  --flyex-gradient:linear-gradient(135deg,#00A2DF 0%,#0087BA 52%,#006B96 100%);
  --flyex-gradient-dark:linear-gradient(135deg,#101D2D 0%,#06445F 48%,#00A2DF 130%);
}

html{scroll-behavior:smooth;touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body,button,input,select,textarea,.btn,.form-control,.form-select,.dropdown-menu,.modal{font-family:"Manrope","Inter",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}

.flyex-panel{background:
  radial-gradient(circle at 92% 2%,rgba(var(--flyex-brand-rgb),.085),transparent 29rem),
  linear-gradient(180deg,#F8FCFE 0,#F3F8FB 34rem,#F3F8FB 100%);
  color:var(--flyex-ink);
}
.flyex-panel a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.flyex-panel main,.flyex-panel .admin-main,.flyex-panel .user-main{background:transparent}
.flyex-panel .admin-content,.flyex-panel .user-content,.flyex-panel .content{position:relative}

/* Form controls */
.flyex-panel .form-label{color:#314A5A;font-size:12px;font-weight:800;margin-bottom:7px}
.flyex-panel .form-control,.flyex-panel .form-select,.flyex-panel .input-group-text{
  min-height:46px;border-radius:12px;border:1px solid var(--flyex-border);background:#fff;color:var(--flyex-ink);font-size:13px;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.flyex-panel textarea.form-control{min-height:110px;padding-top:12px}
.flyex-panel .form-control:hover,.flyex-panel .form-select:hover{border-color:#B8D9E7}
.flyex-panel .form-control:focus,.flyex-panel .form-select:focus{
  border-color:var(--flyex-brand);box-shadow:0 0 0 .22rem rgba(var(--flyex-brand-rgb),.13);background:#fff
}
.flyex-panel .input-group>.form-control:not(:first-child),.flyex-panel .input-group>.form-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.flyex-panel .input-group-text{background:linear-gradient(135deg,#F8FCFE,#ECF8FD);color:var(--flyex-brand-dark);font-weight:800}
.flyex-panel .form-text{color:#7A8E9A;font-size:10.5px;line-height:1.55}
.flyex-panel .form-check-input:checked{background-color:var(--flyex-brand);border-color:var(--flyex-brand)}
.flyex-panel .form-switch .form-check-input:focus{box-shadow:0 0 0 .2rem rgba(var(--flyex-brand-rgb),.12)}

/* Buttons */
.flyex-panel .btn{min-height:40px;border-radius:11px;font-weight:800;font-size:12px;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:6px}
.flyex-panel .btn-sm{min-height:34px;border-radius:10px;font-size:11px}
.flyex-panel .btn-lg{min-height:50px;border-radius:14px;font-size:13px}
.flyex-panel .btn-brand,.flyex-panel .btn-primary,.flyex-panel .btn-success{
  background:var(--flyex-gradient)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 10px 24px rgba(var(--flyex-brand-rgb),.22)!important
}
.flyex-panel .btn-brand:hover,.flyex-panel .btn-primary:hover,.flyex-panel .btn-success:hover{
  color:#fff!important;transform:translateY(-1px);filter:saturate(1.05) brightness(.98);box-shadow:0 14px 30px rgba(var(--flyex-brand-rgb),.28)!important
}
.flyex-panel .btn-outline-primary,.flyex-panel .btn-outline-success{
  color:var(--flyex-brand-dark)!important;border-color:#75CDEB!important;background:#fff!important
}
.flyex-panel .btn-outline-primary:hover,.flyex-panel .btn-outline-success:hover{
  background:var(--flyex-gradient)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 9px 22px rgba(var(--flyex-brand-rgb),.18)
}
.flyex-panel .btn-light{border:1px solid var(--flyex-border);background:#fff;color:#294758}
.flyex-panel .btn-light:hover{background:var(--flyex-soft);border-color:#B8E0F0;color:var(--flyex-brand-dark)}
.flyex-panel .btn-dark,.flyex-panel .btn-outline-dark:hover{background:var(--flyex-gradient-dark)!important;border-color:transparent!important;color:#fff!important}
.flyex-panel .btn-outline-secondary{color:#526A78;border-color:#C9DAE2;background:#fff}
.flyex-panel .btn-outline-secondary:hover{background:#EAF3F7;border-color:#AECAD6;color:#274B5C}

/* Cards and sections */
.flyex-panel .card,.flyex-panel .card-pro,.flyex-panel .content-card,.flyex-panel .flyex-card,
.flyex-panel .settings-card,.flyex-panel .dashboard-card,.flyex-panel .panel-card{
  background:rgba(255,255,255,.97);border:1px solid var(--flyex-border)!important;border-radius:18px!important;box-shadow:var(--flyex-shadow)!important;overflow:hidden
}
.flyex-panel a.card:hover,.flyex-panel a.card-pro:hover,.flyex-panel a.content-card:hover{transform:translateY(-2px);box-shadow:var(--flyex-shadow-hover)!important}
.flyex-panel .card-header,.flyex-panel .card-pro>.head,.flyex-panel .card-pro>.card-header,
.flyex-panel .content-card>.card-header{
  background:linear-gradient(115deg,#FFFFFF 0%,#F1FAFE 68%,#E8F7FC 100%)!important;border-bottom:1px solid var(--flyex-border)!important;color:#17384A;font-weight:900
}
.flyex-panel .card-footer{background:#FBFDFE;border-top:1px solid var(--flyex-border)}
.flyex-panel .card-title{font-weight:900;color:#16384B;letter-spacing:-.2px}
.flyex-panel .section-title,.flyex-panel .page-title,.flyex-panel h1,.flyex-panel h2,.flyex-panel h3,.flyex-panel h4,.flyex-panel h5,.flyex-panel h6{color:#122D3D}
.flyex-panel .page-title{font-weight:900;letter-spacing:-.45px}
.flyex-panel .page-sub,.flyex-panel .page-subtitle{color:var(--flyex-muted)}
.flyex-panel hr{border-color:#DCE8EE;opacity:1}

/* Tables */
.flyex-panel .table{--bs-table-bg:transparent;color:#213A49;font-size:12px;vertical-align:middle;margin-bottom:0}
.flyex-panel .table>:not(caption)>*>*{padding:.82rem .78rem;border-bottom-color:#E5EEF2}
.flyex-panel .table thead th{
  background:linear-gradient(180deg,#F1FAFE,#E8F6FC)!important;color:#315364!important;font-size:9.5px;text-transform:uppercase;letter-spacing:.55px;font-weight:900;white-space:nowrap;border-bottom:1px solid #CFE4ED
}
.flyex-panel .table tbody tr{transition:background-color .16s ease}
.flyex-panel .table tbody tr:hover{background:#F3FBFE}
.flyex-panel .table-responsive{scrollbar-width:thin;scrollbar-color:#A7D7E8 transparent}
.flyex-panel .table-responsive::-webkit-scrollbar{height:8px}.flyex-panel .table-responsive::-webkit-scrollbar-thumb{background:#A7D7E8;border-radius:99px}

/* Badges and statuses */
.flyex-panel .badge,.flyex-panel .badge-soft,.flyex-panel .status-pill,.flyex-panel .status-chip{
  border-radius:999px;font-weight:850;letter-spacing:.01em
}
.flyex-panel .badge-soft{background:var(--flyex-soft)!important;color:var(--flyex-brand-dark)!important;border:1px solid #C8E9F5;padding:6px 9px}
.flyex-panel .bg-primary,.flyex-panel .text-bg-primary{background:var(--flyex-gradient)!important}
.flyex-panel .text-primary{color:var(--flyex-brand)!important}.flyex-panel .border-primary{border-color:var(--flyex-brand)!important}
.flyex-panel .bg-info,.flyex-panel .text-bg-info,.flyex-panel .bg-info-subtle{background:#EAF8FD!important;color:#007CA8!important}
.flyex-panel .bg-success-subtle{background:#ECFAF3!important}.flyex-panel .bg-warning-subtle{background:#FFF8E7!important}.flyex-panel .bg-danger-subtle{background:#FFF0F1!important}
.flyex-panel .status-pill.success{background:#EAF8EF;color:#15803D}.flyex-panel .status-pill.warning{background:#FFF6DF;color:#A16207}.flyex-panel .status-pill.muted{background:#EEF2F7;color:#475569}

/* Alerts, dropdowns, modals */
.flyex-panel .alert{border:1px solid transparent;border-radius:15px;font-size:12px;font-weight:650;box-shadow:0 8px 24px rgba(15,55,75,.045)}
.flyex-panel .alert-success{background:linear-gradient(120deg,#ECFBF4,#F7FFFB);border-color:#C8ECD9;color:#176B47}
.flyex-panel .alert-info{background:linear-gradient(120deg,#ECF9FE,#F8FDFF);border-color:#C8E9F5;color:#16627F}
.flyex-panel .alert-warning{background:linear-gradient(120deg,#FFF8E8,#FFFDF7);border-color:#F2DFAD;color:#8A5B09}
.flyex-panel .alert-danger{background:linear-gradient(120deg,#FFF0F1,#FFF8F8);border-color:#F3C8CC;color:#A12D37}
.flyex-panel .dropdown-menu{border:1px solid var(--flyex-border);border-radius:16px;padding:8px;box-shadow:0 22px 58px rgba(9,56,78,.17)}
.flyex-panel .dropdown-item{border-radius:10px;font-size:12px;font-weight:700;padding:9px 11px}
.flyex-panel .dropdown-item:hover,.flyex-panel .dropdown-item:focus{background:var(--flyex-soft);color:var(--flyex-brand-dark)}
.flyex-panel .modal-content{border:0!important;border-radius:22px!important;box-shadow:0 30px 90px rgba(0,55,78,.24)!important;overflow:hidden}
.flyex-panel .modal-header{background:linear-gradient(115deg,#fff,#EEF9FD);border-bottom:1px solid var(--flyex-border);padding:18px 21px}
.flyex-panel .modal-footer{background:#FBFDFE;border-top:1px solid var(--flyex-border);padding:15px 20px}
.flyex-panel .modal-title{font-weight:900;color:#15394B}

/* Navigation and interactive components */
.flyex-panel .nav-tabs{border-bottom-color:#CFE1E9;gap:5px}
.flyex-panel .nav-tabs .nav-link{border:1px solid transparent;border-radius:11px 11px 0 0;color:#607985;font-size:12px;font-weight:800}
.flyex-panel .nav-tabs .nav-link.active{color:var(--flyex-brand-dark);background:#fff;border-color:#CFE1E9 #CFE1E9 #fff;box-shadow:0 -7px 20px rgba(0,112,156,.05)}
.flyex-panel .nav-pills .nav-link{border-radius:11px;color:#54707E;font-weight:800}
.flyex-panel .nav-pills .nav-link.active{background:var(--flyex-gradient);box-shadow:0 9px 22px rgba(var(--flyex-brand-rgb),.2)}
.flyex-panel .accordion-item{border-color:var(--flyex-border);border-radius:14px!important;overflow:hidden;margin-bottom:10px;box-shadow:0 8px 24px rgba(9,56,78,.045)}
.flyex-panel .accordion-button{font-size:12px;font-weight:850;color:#244758;background:#fff}
.flyex-panel .accordion-button:not(.collapsed){color:var(--flyex-brand-dark);background:#ECF9FE;box-shadow:none}
.flyex-panel .pagination{--bs-pagination-color:#007CA8;--bs-pagination-active-bg:#00A2DF;--bs-pagination-active-border-color:#00A2DF;--bs-pagination-hover-color:#007CA8;gap:4px}
.flyex-panel .page-link{border-radius:9px!important;border-color:#D5E5EC;font-size:11px;font-weight:800}
.flyex-panel details>summary{user-select:none}

/* Choice.js */
.flyex-panel .choices{margin-bottom:0}
.flyex-panel .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:13px!important}
.flyex-panel .is-focused .choices__inner,.flyex-panel .is-open .choices__inner{border-color:var(--flyex-brand)!important;box-shadow:0 0 0 .22rem rgba(var(--flyex-brand-rgb),.13)!important}
.flyex-panel .choices__list--dropdown,.flyex-panel .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}
.flyex-panel .choices__input{background:#fff!important;border:1px solid var(--flyex-border)!important;border-radius:10px!important;margin:8px!important;width:calc(100% - 16px)!important}
.flyex-panel .choices__item--choice{padding:11px 14px!important}.flyex-panel .choices__item--choice.is-highlighted{background:#EBF9FF!important;color:#007FAF!important}
.flyex-panel .choices__list--multiple .choices__item{background:var(--flyex-gradient)!important;border:0!important;border-radius:999px!important}

/* Reusable professional elements */
.flyex-card{background:#fff;border:1px solid var(--flyex-border);border-radius:18px;box-shadow:var(--flyex-shadow)}
.flyex-gradient-card{position:relative;overflow:hidden;background:var(--flyex-gradient-dark)!important;color:#fff!important;border:0!important}
.flyex-gradient-card:before{content:"";position:absolute;inset:auto -4rem -6rem auto;width:15rem;height:15rem;border-radius:50%;background:rgba(255,255,255,.09)}
.flyex-gradient-card:after{content:"";position:absolute;inset:-6rem auto auto -6rem;width:14rem;height:14rem;border-radius:50%;background:rgba(var(--flyex-brand-rgb),.16)}
.flyex-gradient-card>*{position:relative;z-index:1}.flyex-gradient-card h1,.flyex-gradient-card h2,.flyex-gradient-card h3,.flyex-gradient-card h4,.flyex-gradient-card h5,.flyex-gradient-card h6{color:#fff}
.flyex-icon-box{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#EAF9FF,#DDF3FB);color:var(--flyex-brand-dark);font-size:20px;box-shadow:inset 0 0 0 1px #CDEAF5}
.flyex-empty{text-align:center;padding:54px 20px;color:#718894}.flyex-empty i{font-size:40px;color:#8FD5EC}.flyex-empty h4{font-size:15px;font-weight:900;margin:12px 0 5px}.flyex-empty p{font-size:11px;margin:0}
.location-helper{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;font-size:12px;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}
.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}

/* Verified assets */
.flyex-verified-anchor{position:relative;display:inline-flex;flex:0 0 auto;border-radius:999px}
.flyex-verified-badge{width:22px;height:22px;object-fit:contain;display:block;filter:drop-shadow(0 3px 7px rgba(0,83,116,.2))}
.flyex-verified-badge.is-overlay{position:absolute;right:-6px;bottom:-4px;width:25px;height:25px;background:#fff;border:2px solid #fff;border-radius:50%}
.flyex-success-icon{width:24px;height:24px;object-fit:contain;vertical-align:middle}
.flyex-done-icon{width:40px;height:40px;object-fit:contain}

/* AJAX state */
.flyex-panel form.is-submitting{pointer-events:none;opacity:.72}
.flyex-panel .flyex-submit-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:flyexSpin .65s linear infinite}
@keyframes flyexSpin{to{transform:rotate(360deg)}}
.flyex-toast-stack{position:fixed;right:18px;top:82px;z-index:1095;display:grid;gap:9px;width:min(390px,calc(100vw - 28px))}
.flyex-toast{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:start;padding:13px;border:1px solid #CDE3EC;background:rgba(255,255,255,.97);border-radius:15px;box-shadow:0 18px 48px rgba(0,62,88,.18);backdrop-filter:blur(14px);animation:flyexToastIn .22s ease both}
.flyex-toast>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--flyex-soft);color:var(--flyex-brand-dark);font-size:18px}.flyex-toast strong{display:block;font-size:12px;color:#15384A}.flyex-toast p{font-size:10.5px;color:#687E8B;margin:3px 0 0;line-height:1.45}.flyex-toast button{border:0;background:transparent;color:#6D8290;padding:2px}
.flyex-toast.success>i{background:#EAF9F1;color:#168152}.flyex-toast.error>i{background:#FFF0F1;color:#C83B48}.flyex-toast.warning>i{background:#FFF7E4;color:#A86800}
@keyframes flyexToastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

@media(max-width:991px){
  .flyex-panel .admin-content,.flyex-panel .user-content,.flyex-panel .content{padding:14px!important}
  .flyex-panel .card,.flyex-panel .card-pro,.flyex-panel .content-card,.flyex-panel .flyex-card{border-radius:15px!important}
  .flyex-panel .table>:not(caption)>*>*{padding:.7rem .65rem}
}
@media(max-width:575px){
  .location-helper{align-items:flex-start;flex-direction:column}
  .flyex-panel .modal-body{padding:18px}
  .flyex-panel .btn:not(.btn-sm){min-height:42px}
  .flyex-toast-stack{right:14px;top:72px}
}
@media print{
  .flyex-panel{background:#fff!important}.flyex-panel .card,.flyex-panel .card-pro,.flyex-panel .content-card{box-shadow:none!important}
}
