
:root{
  --fc-bg:#05060d;
  --fc-bg2:#090713;
  --fc-panel:#101624;
  --fc-panel2:#151b2b;
  --fc-panel3:#0b0f1a;
  --fc-line:rgba(168,85,247,.28);
  --fc-line2:rgba(236,72,153,.25);
  --fc-text:#f8fafc;
  --fc-muted:#aeb6c8;
  --fc-dim:#778197;
  --fc-purple:#a855f7;
  --fc-pink:#ff38d1;
  --fc-blue:#38bdf8;
  --fc-green:#22c55e;
  --fc-gold:#f59e0b;
  --fc-red:#ef4444;
  --fc-radius:18px;
  --fc-shadow:0 20px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{background:var(--fc-bg)}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 82% 0%, rgba(168,85,247,.28), transparent 31%),
    radial-gradient(circle at 8% 100%, rgba(236,72,153,.13), transparent 30%),
    linear-gradient(135deg,#05060d 0%,#060813 42%,#10071c 100%);
  color:var(--fc-text);
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.fc-app{display:grid;grid-template-columns:290px 1fr;min-height:100vh}
.fc-sidebar{
  background:linear-gradient(180deg,rgba(9,11,20,.96),rgba(5,6,13,.98));
  border-right:1px solid var(--fc-line);
  padding:18px 14px;
  position:sticky;top:0;height:100vh;overflow:auto;
}
.fc-brand{display:flex;align-items:center;gap:12px;padding:8px 10px 22px}
.fc-brand-logo{width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(168,85,247,.8))}
.fc-brand-title{font-weight:950;font-size:25px;letter-spacing:-.03em}
.fc-brand-sub{font-size:13px;color:#d8b4fe;margin-top:2px}
.fc-nav-title{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--fc-dim);padding:14px 12px 7px}
.fc-nav{display:flex;flex-direction:column;gap:5px}
.fc-nav a{
  display:flex;align-items:center;gap:10px;
  padding:10px 11px;border-radius:14px;
  color:#d7dce8;border:1px solid transparent;
  transition:.15s ease;
}
.fc-nav a:hover,.fc-nav a.active{
  color:white;
  background:linear-gradient(90deg,rgba(168,85,247,.30),rgba(236,72,153,.15));
  border-color:rgba(236,72,153,.45);
  box-shadow:0 0 24px rgba(236,72,153,.10), inset 0 0 0 1px rgba(255,255,255,.03);
}
.fc-nav-ico{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 0 7px rgba(236,72,153,.45))}
.fc-side-card{
  margin-top:22px;padding:16px;border-radius:18px;
  background:linear-gradient(180deg,rgba(18,24,39,.85),rgba(8,10,18,.88));
  border:1px solid var(--fc-line);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.fc-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--fc-green);box-shadow:0 0 14px var(--fc-green);margin-right:7px}
.fc-main{padding:24px 30px 60px;min-width:0}
.fc-topbar{
  display:flex;justify-content:space-between;align-items:center;
  padding:0 0 20px;margin-bottom:22px;
  border-bottom:1px solid rgba(168,85,247,.20);
}
.fc-top-title{font-size:21px;font-weight:900;color:#f0e7ff;text-shadow:0 0 18px rgba(168,85,247,.45)}
.fc-profile{display:flex;align-items:center;gap:12px;color:#e7ddff}
.fc-profile img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid var(--fc-purple);box-shadow:0 0 20px rgba(168,85,247,.5)}
.fc-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px}
.fc-page-head h1,.fc-page-head h2,.fc-page-head h3{margin:0}
.fc-page-head p{margin:6px 0 0;color:var(--fc-muted)}
.fc-card{
  background:linear-gradient(180deg,rgba(18,24,39,.92),rgba(8,11,20,.95));
  border:1px solid var(--fc-line);
  border-radius:var(--fc-radius);
  box-shadow:var(--fc-shadow), inset 0 0 0 1px rgba(255,255,255,.025);
}
.fc-card:hover{border-color:rgba(236,72,153,.38)}
.fc-section{padding:19px}
.fc-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.fc-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.fc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fc-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.fc-hero{
  display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:25px;margin-bottom:20px;
  min-height:270px;
}
.fc-hero h1{font-size:36px;line-height:1.08;margin:0 0 10px}
.fc-hero h1 span{color:#f0abfc;text-shadow:0 0 20px rgba(236,72,153,.85)}
.fc-hero p{color:var(--fc-muted);font-size:16px;line-height:1.6;margin:0}
.fc-hero-logo{text-align:right}
.fc-hero-logo img{max-height:280px;object-fit:contain;filter:drop-shadow(0 0 35px rgba(168,85,247,.45))}
.fc-stat{padding:18px;position:relative;overflow:hidden}
.fc-stat:before{
  content:"";position:absolute;right:-40px;top:-45px;width:130px;height:130px;
  background:radial-gradient(circle,rgba(236,72,153,.18),transparent 65%);
}
.fc-stat-top{display:flex;align-items:center;gap:12px}
.fc-stat-icon{width:42px;height:42px;border-radius:12px;background:#090b13;padding:7px;box-shadow:0 0 18px rgba(168,85,247,.25)}
.fc-stat-label{font-size:12px;color:var(--fc-muted);text-transform:uppercase;letter-spacing:.08em}
.fc-stat-value{font-size:30px;font-weight:950;margin-top:4px}
.fc-trend{font-size:12px;color:var(--fc-green);margin-top:4px}
.fc-module{display:flex;align-items:flex-start;gap:14px;min-height:150px}
.fc-module img{width:58px;height:58px;border-radius:16px;background:#090b13;padding:8px;object-fit:contain;box-shadow:0 0 20px rgba(236,72,153,.22)}
.fc-module h3{margin:0 0 6px}
.fc-module p{color:var(--fc-muted);margin:0 0 13px;line-height:1.5}
.fc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 15px;border-radius:12px;
  border:1px solid rgba(236,72,153,.48);
  background:linear-gradient(135deg,rgba(168,85,247,.88),rgba(236,72,153,.80));
  color:white;font-weight:900;cursor:pointer;box-shadow:0 0 18px rgba(236,72,153,.20);
}
.fc-btn:hover{filter:brightness(1.08)}
.fc-btn.secondary{background:rgba(17,24,39,.78);color:#ead9ff}
.fc-btn.danger{background:rgba(239,68,68,.20);border-color:rgba(239,68,68,.50);color:#fecaca}
.fc-btn.small{padding:7px 10px;font-size:12px;border-radius:10px}
.fc-btn.success{background:rgba(34,197,94,.18);border-color:rgba(34,197,94,.35);color:#bbf7d0}
.fc-tools{display:flex;flex-wrap:wrap;gap:8px}
.fc-table{width:100%;border-collapse:collapse}
.fc-table th,.fc-table td{padding:13px 10px;border-bottom:1px solid rgba(168,85,247,.16);text-align:left;vertical-align:top}
.fc-table th{color:#c4b5fd;font-size:12px;text-transform:uppercase;letter-spacing:.09em}
.fc-table td{font-size:14px;color:#edf2ff}
.fc-pill{padding:5px 10px;border-radius:999px;font-size:12px;font-weight:900;display:inline-flex;gap:5px;align-items:center}
.fc-pill.green{background:rgba(34,197,94,.18);color:#86efac;border:1px solid rgba(34,197,94,.35)}
.fc-pill.pink{background:rgba(236,72,153,.18);color:#f9a8d4;border:1px solid rgba(236,72,153,.35)}
.fc-pill.blue{background:rgba(56,189,248,.18);color:#7dd3fc;border:1px solid rgba(56,189,248,.35)}
.fc-pill.gold{background:rgba(245,158,11,.18);color:#fcd34d;border:1px solid rgba(245,158,11,.35)}
.fc-pill.red{background:rgba(239,68,68,.18);color:#fecaca;border:1px solid rgba(239,68,68,.35)}
.fc-empty{text-align:center;padding:36px 16px;color:var(--fc-muted)}
.fc-empty img{width:74px;height:74px;object-fit:contain;opacity:.9;filter:drop-shadow(0 0 18px rgba(168,85,247,.45))}
input,select,textarea{
  width:100%;background:#070a13;color:white;border:1px solid rgba(168,85,247,.35);
  border-radius:12px;padding:12px 13px;outline:none;
}
input:focus,select:focus,textarea:focus{border-color:rgba(236,72,153,.65);box-shadow:0 0 0 3px rgba(236,72,153,.10)}
textarea{min-height:100px}
.fc-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.fc-field label{display:block;color:#c4b5fd;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px}
.fc-field small{display:block;color:var(--fc-dim);margin-top:5px}
.fc-notice{padding:12px 14px;border-radius:12px;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3);color:#bbf7d0;margin-bottom:14px}
.fc-errors{padding:12px 14px;border-radius:12px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);color:#fecaca;margin-bottom:14px}
.fc-code{
  background:#05060d;border:1px solid rgba(168,85,247,.35);border-radius:14px;
  padding:14px;color:#d8b4fe;white-space:pre-wrap;overflow:auto;font-family:ui-monospace,Consolas,monospace;
}
.fc-footer-note{color:var(--fc-muted);font-size:12px;margin-top:12px}
.fc-display-preview{
  border-radius:22px;border:2px solid var(--fc-pink);padding:18px;
  background:radial-gradient(circle at top,rgba(168,85,247,.22),rgba(5,6,13,.95) 55%);
  box-shadow:0 0 25px rgba(236,72,153,.45),inset 0 0 30px rgba(168,85,247,.12);
}
.fc-reaction-strip{display:flex;flex-wrap:wrap;gap:9px}
.fc-reaction-chip{
  display:inline-flex;gap:7px;align-items:center;border-radius:999px;padding:8px 12px;
  background:rgba(236,72,153,.18);border:1px solid rgba(236,72,153,.35);font-weight:900
}
.fc-landing{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px}
.fc-landing-box{max-width:1160px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.fc-landing h1{font-size:58px;line-height:1;margin:0 0 14px}.fc-landing h1 span{color:#f0abfc}
.fc-landing p{color:#d1d5db;font-size:18px;line-height:1.6}.fc-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
@media(max-width:1100px){
  .fc-app{grid-template-columns:1fr}.fc-sidebar{position:relative;height:auto}.fc-grid,.fc-grid-2,.fc-grid-3,.fc-grid-4,.fc-hero,.fc-landing-box,.fc-form-grid{grid-template-columns:1fr}
  .fc-hero-logo{text-align:left}.fc-main{padding:20px}
}
