:root{
  --primary: #2563eb;
  --secondary: #06b6d4;
  --accent: #f59e0b;
  --bg: #f8fafc;
  --surface: #ffffff;
  --text: #0f172a;
  --radius: 18px;
  --font: Inter, system-ui, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  background:var(--bg);
  color:var(--text);
}
a{color:inherit}
.fe-container{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}
.fe-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(15,23,42,.08);
}
.fe-header-inner{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.fe-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.fe-brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  box-shadow:0 14px 30px rgba(37,99,235,.22);
}
.fe-brand strong{display:block;font-size:15px}
.fe-brand small{display:block;color:#64748b;font-size:12px;margin-top:2px}
.fe-nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.fe-nav a{
  text-decoration:none;
  font-size:14px;
  font-weight:750;
  padding:10px 12px;
  border-radius:999px;
  color:#334155;
}
.fe-nav a:hover{
  background:rgba(37,99,235,.08);
  color:var(--primary);
}
.fe-main{min-height:60vh}
.fe-footer{
  background:#0f172a;
  color:#e2e8f0;
  padding:34px 0;
}
.fe-footer .fe-container{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.fe-footer span{color:#94a3b8}
.fe-empty{
  min-height:420px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:40px;
}
.fe-empty h1{font-size:72px;margin:0}
.fe-empty a{color:var(--primary);font-weight:900}
@media(max-width:760px){
  .fe-header-inner{align-items:flex-start;flex-direction:column;padding:14px 0}
  .fe-nav{width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
  .fe-hero h1{font-size:38px!important}
}

/* APPKIT_FB_MENU_FOOTER_STYLE_1J_ACTIVE header=pill_green footer=classic */
/* APPKIT_FB_GLOBAL_HEADER_BASE_1J */
.fe-header{
    z-index:50 !important;
}
.fe-header .fe-container,
.fe-header .fe-header-inner{
    width:min(1180px, calc(100% - 48px)) !important;
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.fe-header .fe-header-inner{
    display:flex !important;
    align-items:center !important;
    gap:24px !important;
}
.fe-header .fe-nav{
    margin-left:auto !important;
}
.fe-header .fe-nav-desktop{
    align-items:center !important;
}
.fe-header .fe-nav a{
    text-decoration:none !important;
}
@media(max-width:860px){
    .fe-header .fe-container,
    .fe-header .fe-header-inner{
        width:min(100% - 28px, 1180px) !important;
    }
}/* APPKIT_FB_HEADER_MODEL_PILL_GREEN_1J */
.fe-header{
    background:#fff !important;
    border-bottom:0 !important;
    box-shadow:0 14px 40px rgba(15,23,42,.08) !important;
}
.fe-header .fe-header-inner{
    min-height:78px !important;
}
.fe-header .fe-nav-desktop{
    display:flex !important;
    gap:8px !important;
    padding:8px !important;
    border-radius:999px !important;
    background:#f5f8e8 !important;
}
.fe-header .fe-nav a{
    color:#102625 !important;
    border-radius:999px !important;
    padding:10px 17px !important;
    font-weight:900 !important;
}
.fe-header .fe-nav a:hover,
.fe-header .fe-nav a.active,
.fe-header .fe-nav a.is-active{
    background:#c7d62f !important;
    color:#102625 !important;
}