
/* FlaroCity ClubOS Phase 11.3 - Visual Asset + UI Big Refresh */
:root{--fc-soft-card:rgba(15,21,35,.86);--fc-glass:rgba(8,10,18,.58)}
body{
  background:
    radial-gradient(circle at 92% 4%, rgba(255,56,209,.18), transparent 28%),
    radial-gradient(circle at 70% 18%, rgba(168,85,247,.16), transparent 35%),
    radial-gradient(circle at 7% 88%, rgba(56,189,248,.07), transparent 30%),
    linear-gradient(135deg,#05060d 0%,#060814 40%,#140720 100%) !important;
}
.fc-main{padding-top:22px !important}
.fc-topbar{min-height:64px !important;margin-bottom:22px !important;backdrop-filter:blur(10px)}
.fc-page-head{margin-top:0 !important;padding-top:0 !important}
.fc-page-head h2{font-size:31px !important;text-shadow:0 0 18px rgba(255,56,209,.22)}
.fc-card{background:linear-gradient(180deg,rgba(18,24,39,.90),rgba(9,12,22,.94)) !important;border-color:rgba(168,85,247,.30) !important}
.fc-card:hover{border-color:rgba(255,56,209,.42) !important;box-shadow:0 22px 70px rgba(0,0,0,.38),0 0 28px rgba(255,56,209,.08),inset 0 0 0 1px rgba(255,255,255,.025) !important}
.fc-visual-hero{margin-bottom:20px;border-radius:24px;overflow:hidden;position:relative;border:1px solid rgba(255,56,209,.30);box-shadow:0 24px 80px rgba(0,0,0,.38),0 0 38px rgba(168,85,247,.12);min-height:210px}
.fc-visual-hero img{display:block;width:100%;height:230px;object-fit:cover}
.fc-visual-hero.small img{height:180px}
.fc-visual-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:26px;background:linear-gradient(90deg,rgba(5,6,13,.82),rgba(5,6,13,.22),rgba(5,6,13,.68))}
.fc-visual-hero-overlay h1,.fc-visual-hero-overlay h2{margin:0 0 5px;font-size:40px;line-height:1.02;color:#ffe9ff;text-shadow:0 0 20px rgba(255,56,209,.62)}
.fc-visual-hero-overlay p{margin:0;color:#d8e2f7;max-width:730px}
.fc-compact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}
.fc-compact-card{padding:16px 18px !important}
.fc-compact-card .fc-module{min-height:0 !important;margin-bottom:10px}
.fc-compact-card .fc-module img{width:48px !important;height:48px !important}
.fc-compact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.fc-compact-form-grid .fc-field input{padding:10px 12px !important}
.fc-reactions-page .fc-grid{grid-template-columns:1.2fr .8fr !important}
.fc-reactions-page .fc-card{min-height:auto !important}
.fc-reactions-page .fc-section{padding:18px !important}
.fc-recent-reactions{min-height:330px !important}
.fc-recent-reactions .fc-empty{padding:20px 16px !important}
.fc-recent-reactions .fc-empty img{width:220px !important;height:auto !important;opacity:.96 !important}
.fc-asset-empty{max-width:360px;display:block;margin:0 auto 10px;filter:drop-shadow(0 0 22px rgba(255,56,209,.18))}
.fc-action-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.fc-board-card{transition:.18s ease}
.fc-board-card:hover{transform:translateY(-2px)}
.fc-board-card.hero-card{min-height:230px}
.fc-board-thumb{height:88px;border-radius:16px;background:linear-gradient(135deg,rgba(168,85,247,.22),rgba(255,56,209,.12));border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}
.fc-board-thumb img{width:100%;height:100%;object-fit:cover}
.fc-board-thumb.icon-only img{width:64px;height:64px;object-fit:contain}
.fc-table{background:rgba(5,6,13,.18);border-radius:14px}
.fc-table tr:hover td{background:rgba(168,85,247,.045)}
.fc-pill{text-transform:none !important}
.fc-footer{opacity:.9;padding-left:2px;padding-right:2px}
.fc-side-card{background:radial-gradient(circle at 100% 0%,rgba(34,197,94,.15),transparent 36%),linear-gradient(180deg,rgba(18,24,39,.92),rgba(8,10,18,.92)) !important}
.fc-create-layout .fc-preview-panel{background:radial-gradient(circle at 50% 0%,rgba(255,56,209,.15),transparent 42%),linear-gradient(180deg,rgba(18,24,39,.90),rgba(8,10,18,.95)) !important}
.fc-focus-panel{border:1px solid rgba(255,56,209,.38) !important;box-shadow:0 0 32px rgba(255,56,209,.13),inset 0 0 0 1px rgba(255,255,255,.02) !important}
.fc-docs-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.fc-doc-row{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid rgba(168,85,247,.22);border-radius:16px;background:rgba(5,6,13,.34)}
.fc-doc-row img{width:42px;height:42px;border-radius:12px;background:#05060d;padding:7px}
.fc-doc-row h4{margin:0 0 4px}
.fc-doc-row p{margin:0 0 8px;color:var(--fc-muted);font-size:13px;line-height:1.45}
.fc-better-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
@media(max-width:1100px){.fc-compact-grid,.fc-reactions-page .fc-grid,.fc-docs-list{grid-template-columns:1fr !important}.fc-visual-hero img{height:200px}}
@media(max-width:720px){.fc-compact-form-grid{grid-template-columns:1fr}.fc-visual-hero-overlay h1,.fc-visual-hero-overlay h2{font-size:30px}.fc-visual-hero-overlay{padding:18px}}
