:root{
  --fc-bg:#050d1f;
  --fc-bg-2:#09152d;
  --fc-panel:#0f1c39;
  --fc-panel-2:#132447;
  --fc-line:rgba(255,255,255,.08);
  --fc-text:#edf3ff;
  --fc-muted:#90a3c7;
  --fc-cyan:#15c8f2;
  --fc-cyan-2:#0fa6d8;
  --fc-green:#1ec98a;
  --fc-amber:#f2b74c;
  --fc-red:#ea6987;
  --fc-purple:#8a74ff;
  --fc-shadow:0 25px 60px rgba(0,0,0,.35);
  --fc-radius:1.25rem;
  --fc-radius-lg:1.75rem;
}

html,body{
  background:
    radial-gradient(circle at top left, rgba(21,200,242,.09), transparent 22%),
    linear-gradient(180deg,#030817 0%, #061127 100%);
  color:var(--fc-text);
}

body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

a{text-decoration:none}

.fc-app{
  min-height:100vh;
}

.fc-sidebar{
  width:280px;
  min-height:100vh;
  background:rgba(4,10,24,.95);
  border-right:1px solid var(--fc-line);
  position:sticky;
  top:0;
}

.fc-main{
  min-height:100vh;
}

.fc-panel{
  background:linear-gradient(180deg, rgba(18,30,61,.92), rgba(9,16,35,.96));
  border:1px solid var(--fc-line);
  border-radius:var(--fc-radius);
  box-shadow:var(--fc-shadow);
}

.fc-panel-lg{
  border-radius:var(--fc-radius-lg);
}

.fc-logo-box{
  text-align:center;
}

.fc-logo-box img{
  width:96px;
  height:96px;
  object-fit:contain;
  margin:0 auto 12px;
}

.fc-brand-sub{
  color:#86a3d5;
  font-size:.75rem;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.fc-mode-pill,
.fc-badge-pill{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  border-radius:999px;
  padding:.45rem .8rem;
  font-size:.72rem;
  font-weight:700;
  border:1px solid rgba(21,200,242,.24);
  background:rgba(21,200,242,.12);
  color:#a6eefe;
}

.fc-nav .nav-link{
  border:1px solid var(--fc-line);
  border-radius:1rem;
  margin-bottom:.65rem;
  color:#dfe9ff;
  font-weight:600;
  background:rgba(255,255,255,.02);
  padding:.85rem 1rem;
  display:flex;
  align-items:center;
  gap:.75rem;
}

.fc-nav .nav-link:hover{
  background:rgba(21,200,242,.07);
  border-color:rgba(21,200,242,.18);
  color:#fff;
}

.fc-nav .nav-link.active{
  background:linear-gradient(90deg, rgba(21,200,242,.16), rgba(15,73,145,.18));
  border-color:rgba(21,200,242,.2);
}

.fc-nav-icon{
  width:34px;
  height:34px;
  border-radius:.8rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--fc-line);
  background:rgba(255,255,255,.03);
  font-size:.85rem;
}

.fc-topbar-box{
  min-height:56px;
  border-radius:1rem;
  border:1px solid var(--fc-line);
  background:rgba(10,18,40,.82);
}

.fc-breadcrumb-mini{
  color:#82e8ff;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:800;
}

.fc-breadcrumb-path{
  color:var(--fc-muted);
  font-size:.84rem;
}

.fc-search{
  background:transparent;
  border:0;
  color:var(--fc-text);
}

.fc-search:focus{
  outline:none;
  box-shadow:none;
  background:transparent;
  color:var(--fc-text);
}

.fc-search::placeholder{
  color:#7187b0;
}

.fc-hero{
  border-radius:2rem;
  padding:1.7rem;
  background:
    radial-gradient(circle at 25% 10%, rgba(21,200,242,.14), transparent 30%),
    linear-gradient(180deg, rgba(14,24,50,.95), rgba(8,16,34,.97));
  border:1px solid var(--fc-line);
  box-shadow:var(--fc-shadow);
}

.fc-hero h1{
  font-family: Georgia, serif;
  font-size:3rem;
  line-height:1;
  margin:.7rem 0 .6rem;
}

.fc-hero p{
  color:var(--fc-muted);
  max-width:900px;
  margin:0;
}

.fc-stat-card{
  padding:1.1rem 1.15rem;
}

.fc-stat-label{
  color:var(--fc-muted);
  font-size:.84rem;
}

.fc-stat-value{
  font-size:1.7rem;
  font-weight:800;
  margin:.45rem 0 .15rem;
}

.fc-stat-hint{
  color:#7085ae;
  font-size:.75rem;
}

.fc-title{
  font-family: Georgia, serif;
}

.fc-soft{
  color:var(--fc-muted);
}

.fc-table{
  color:var(--fc-text);
  margin-bottom:0;
}

.fc-table thead th{
  color:#88a0ca;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  border-bottom-color:rgba(255,255,255,.06);
  padding:1rem;
}

.fc-table tbody td{
  border-bottom-color:rgba(255,255,255,.06);
  padding:1rem;
  vertical-align:middle;
  color: #ffffff;
}

.fc-table tbody tr:hover{
  background:rgba(255,255,255,.02);
}

.fc-record,
.fc-mini-card,
.fc-info-box{
  border:1px solid var(--fc-line);
  border-radius:1rem;
  background:rgba(255,255,255,.02);
}

.fc-record{
  padding:1rem;
}

.fc-mini-card,
.fc-info-box{
  padding:.95rem 1rem;
}

.fc-info-key{
  color:#8da5cf;
  font-size:.68rem;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.fc-info-value{
  margin-top:.45rem;
  font-weight:700;
  word-break:break-word;
}

.fc-chip{
  display:inline-flex;
  align-items:center;
  padding:.35rem .7rem;
  border-radius:999px;
  font-size:.72rem;
  font-weight:700;
  border:1px solid transparent;
}

.fc-chip-green{background:rgba(30,201,138,.12);color:#a5f1cc;border-color:rgba(30,201,138,.22)}
.fc-chip-amber{background:rgba(242,183,76,.12);color:#ffe09d;border-color:rgba(242,183,76,.22)}
.fc-chip-red{background:rgba(234,105,135,.12);color:#ffb9c8;border-color:rgba(234,105,135,.22)}
.fc-chip-cyan{background:rgba(21,200,242,.12);color:#a6eefe;border-color:rgba(21,200,242,.22)}
.fc-chip-purple{background:rgba(138,116,255,.12);color:#d7ccff;border-color:rgba(138,116,255,.22)}

.fc-btn-cyan{
  background:var(--fc-cyan);
  border-color:var(--fc-cyan);
  color:#031424;
  font-weight:800;
}

.fc-btn-cyan:hover{
  background:#37d5f7;
  border-color:#37d5f7;
  color:#031424;
}

.fc-btn-dark{
  background:rgba(255,255,255,.04);
  border-color:var(--fc-line);
  color:var(--fc-text);
  font-weight:700;
}

.fc-btn-dark:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

.fc-form-control,
.fc-form-select{
  background:rgba(255,255,255,.03);
  border:1px solid var(--fc-line);
  color:var(--fc-text);
  border-radius:1rem;
}

.fc-form-control:focus,
.fc-form-select:focus{
  background:rgba(255,255,255,.04);
  color:var(--fc-text);
  border-color:rgba(21,200,242,.26);
  box-shadow:0 0 0 .2rem rgba(21,200,242,.08);
}

.fc-form-control::placeholder{
  color:#7084ab;
}

.fc-progress{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  overflow:hidden;
}

.fc-progress > span{
  display:block;
  height:100%;
  background:linear-gradient(90deg,var(--fc-cyan), #7a8cff);
}

.fc-auth-wrap{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2rem;
  background:
    radial-gradient(circle at top, rgba(21,200,242,.09), transparent 23%),
    linear-gradient(180deg,#020817 0%, #061127 100%);
}

.fc-auth-card{
  max-width:430px;
  width:100%;
  padding:2rem;
}

.fc-auth-logo{
  width:92px;
  height:92px;
  border-radius:1.4rem;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto;
  font-size:2rem;
  background:rgba(21,200,242,.12);
  border:1px solid rgba(21,200,242,.22);
}

.fc-auth-card h1{
  font-family:Georgia, serif;
  font-size:2.8rem;
  margin:1rem 0 .6rem;
  text-align:center;
}

.fc-auth-sub{
  text-align:center;
  color:var(--fc-muted);
  margin-bottom:1.5rem;
}

.fc-doc-nav a{
  display:block;
  border:1px solid var(--fc-line);
  border-radius:.95rem;
  background:rgba(255,255,255,.03);
  padding:.85rem 1rem;
  margin-bottom:.7rem;
  color:#dfe9ff;
  font-weight:600;
}

.fc-doc-nav a:hover{
  background:rgba(21,200,242,.07);
  border-color:rgba(21,200,242,.2);
}

@media (max-width: 1199.98px){
  .fc-sidebar{
    width:100%;
    min-height:auto;
    position:relative;
  }
  .fc-hero h1{
    font-size:2.4rem;
  }
}

@media (max-width: 991.98px){
  .fc-hero h1{
    font-size:2rem;
  }
}
