:root{--fc-ui-card-bg: rgba(255, 255, 255, .72);--fc-ui-card-border: rgba(1, 55, 101, .1);--fc-ui-card-shadow: 0 8px 24px rgba(1, 55, 101, .06);--fc-ui-text: #0b2545;--fc-ui-text-muted: rgba(11, 37, 69, .62);--fc-ui-text-faint: rgba(11, 37, 69, .42);--fc-ui-brand: #2872b8;--fc-ui-brand-dark: #013765;--fc-ui-success: #2f9e44;--fc-ui-warn: #e08a17;--fc-ui-danger: #d12626}.fcUiCard{background:var(--fc-ui-card-bg);border:1px solid var(--fc-ui-card-border);border-radius:14px;box-shadow:var(--fc-ui-card-shadow);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);overflow:hidden;margin-bottom:16px}.fcUiCardHead{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(1,55,101,.08);background:#f5fbfb99}.fcUiCardTitle{font-size:14px;font-weight:700;color:var(--fc-ui-text);letter-spacing:.02em}.fcUiCardMeta{font-size:12px;color:var(--fc-ui-text-muted)}.fcUiCardBody{padding:18px}.fcUiKpiRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}@media(max-width:900px){.fcUiKpiRow{grid-template-columns:repeat(2,minmax(0,1fr))}}.fcUiKpiCard{position:relative;background:var(--fc-ui-card-bg);border:1px solid var(--fc-ui-card-border);border-radius:14px;padding:14px 18px;box-shadow:var(--fc-ui-card-shadow);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.fcUiKpiLabel{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fc-ui-text-muted)}.fcUiKpiValue{font-size:26px;font-weight:800;line-height:1.1;color:var(--fc-ui-text);letter-spacing:-.02em;margin-top:4px}.fcUiKpiDot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.fcUiKpiDotSuccess{background:var(--fc-ui-success)}.fcUiKpiDotInfo{background:var(--fc-ui-brand)}.fcUiKpiDotWarn{background:var(--fc-ui-warn)}.fcUiKpiDotDanger{background:var(--fc-ui-danger)}.fcUiChipRow{display:flex;flex-wrap:wrap;gap:6px}.fcUiChip{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;font-size:13px;font-weight:600;color:var(--fc-ui-text-muted);background:transparent;border:1px solid rgba(1,55,101,.16);text-decoration:none;transition:background .12s ease,border-color .12s ease,color .12s ease}.fcUiChip:hover{text-decoration:none;background:#2872b814;border-color:#2872b847;color:var(--fc-ui-text)}.fcUiChipActive{background:var(--fc-ui-brand);border-color:var(--fc-ui-brand);color:#fff}.fcUiChipActive:hover{background:var(--fc-ui-brand-dark);border-color:var(--fc-ui-brand-dark);color:#fff}.fcUiChipCount{font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;background:#ffffff2e}.fcUiChip:not(.fcUiChipActive) .fcUiChipCount{background:#01376514;color:var(--fc-ui-text-muted)}.fcUiSearchRow{display:flex;gap:8px;align-items:stretch}.fcUiSearchWrap{position:relative;flex:1}.fcUiSearchInput{width:100%;height:38px;padding:0 14px 0 36px;border-radius:9px;border:1px solid rgba(1,55,101,.14);background:#ffffffc7;color:var(--fc-ui-text);font-size:14px;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.fcUiSearchInput::placeholder{color:var(--fc-ui-text-faint)}.fcUiSearchInput:focus{border-color:var(--fc-ui-brand);box-shadow:0 0 0 3px #2872b838}.fcUiSearchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#0b25456b;pointer-events:none}.fcUiSearchBtn,a.fcUiSearchBtn,a.fcUiSearchBtn:visited{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 16px;border-radius:9px;background:var(--fc-ui-brand);color:#fff!important;font-size:13px;font-weight:700;border:1px solid var(--fc-ui-brand);cursor:pointer;text-decoration:none!important;white-space:nowrap;transition:background .12s ease,border-color .12s ease}.fcUiSearchBtn:hover,a.fcUiSearchBtn:hover{background:var(--fc-ui-brand-dark);border-color:var(--fc-ui-brand-dark);color:#fff!important;text-decoration:none!important}.fcUiTable{width:100%;border-collapse:collapse;font-size:13px}.fcUiTable thead tr{background:#2872b80f}.fcUiTable th{text-align:left;padding:10px 16px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fc-ui-text-muted);white-space:nowrap}.fcUiTh-right{text-align:right!important}.fcUiTable tbody tr{border-top:1px solid rgba(1,55,101,.06);transition:background .12s ease}.fcUiTable tbody tr:hover{background:#2872b80a}.fcUiTable td{padding:12px 16px;vertical-align:middle}.fcUiList{display:grid;gap:8px}.fcUiListRow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-radius:12px;background:#ffffff9e;border:1px solid rgba(1,55,101,.1);transition:background .12s ease,border-color .12s ease,transform .12s ease}.fcUiListRow:hover{background:#2872b80f;border-color:#2872b838}.fcUiListBody{min-width:0}.fcUiListPrimary{font-size:14px;font-weight:600;color:var(--fc-ui-text);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fcUiListSecondary{font-size:12px;color:var(--fc-ui-text-muted);margin-top:4px}.fcUiListActions{display:flex;gap:6px;flex:0 0 auto}.fcUiAvatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2872b852,#0137657a);color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;flex:0 0 auto}.fcUiBadge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em}.fcUiBadgeSuccess{background:#2f9e4424;color:var(--fc-ui-success)}.fcUiBadgeInfo{background:#2872b824;color:var(--fc-ui-brand-dark)}.fcUiBadgeWarn{background:#e08a1724;color:var(--fc-ui-warn)}.fcUiBadgeDanger{background:#d1262624;color:var(--fc-ui-danger)}.fcUiBadgeNeutral{background:#0b254514;color:var(--fc-ui-text-muted)}.fcUiActionBtn,a.fcUiActionBtn,a.fcUiActionBtn:visited{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:9px;font-size:13px;font-weight:600;text-decoration:none!important;border:1px solid rgba(1,55,101,.18);background:#fff9;color:var(--fc-ui-text)!important;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.fcUiActionBtn:hover,a.fcUiActionBtn:hover{background:#2872b81a;border-color:#2872b85c;color:var(--fc-ui-brand-dark)!important;text-decoration:none!important}.fcUiActionBtnDanger,a.fcUiActionBtnDanger,a.fcUiActionBtnDanger:visited{border-color:#d126264d;color:var(--fc-ui-danger)!important}.fcUiActionBtnDanger:hover,a.fcUiActionBtnDanger:hover{background:#d126261a;border-color:#d1262673;color:var(--fc-ui-danger)!important}.fcUiEmpty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:56px 24px;text-align:center}.fcUiEmptyIcon{width:56px;height:56px;border-radius:50%;background:#2872b81a;color:var(--fc-ui-brand);display:flex;align-items:center;justify-content:center}.fcUiEmptyTitle{font-size:16px;font-weight:700;color:var(--fc-ui-text)}.fcUiEmptyBody{font-size:13px;color:var(--fc-ui-text-muted);max-width:420px}.fcUiPager{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-top:1px solid rgba(1,55,101,.08);background:#f5fbfb80}.fcUiPagerLink,a.fcUiPagerLink,a.fcUiPagerLink:visited{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:9px;font-size:13px;font-weight:600;color:var(--fc-ui-text)!important;background:#fff9;border:1px solid rgba(1,55,101,.16);text-decoration:none!important;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.fcUiPagerLink:hover,a.fcUiPagerLink:hover{background:#2872b81a;border-color:#2872b85c;color:var(--fc-ui-brand-dark)!important;text-decoration:none!important}.fcUiPagerInfo{font-size:12px;color:var(--fc-ui-text-muted)}.fcPortalTab{display:flex;flex-direction:column}.fcPortalReorder{display:flex;flex-direction:column;gap:3px;flex:0 0 auto}.fcPortalReorderBtn{padding:2px 8px;font-size:11px;line-height:1.2}.fcPortalEditPanel{display:flex;flex-direction:column;gap:14px;margin:6px 0 2px;padding:16px 18px;border-radius:12px;border:1px dashed rgba(40,114,184,.32);background:#2872b80d}.fcPortalEditField{display:flex;flex-direction:column;gap:6px}.fcPortalEditLabel{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fc-ui-text-muted)}@keyframes fcFieldFlash{0%,to{box-shadow:0 0 #d1262600}25%,65%{box-shadow:0 0 0 4px #d126264d}}.fcFieldFlash{animation:fcFieldFlash .6s ease-in-out 2;border-color:#d12626!important;border-radius:9px}.fcDrawerError{display:flex;align-items:flex-start;gap:9px;margin-bottom:16px;padding:11px 13px;border:1px solid rgba(209,38,38,.32);border-radius:11px;background:#d1262612;color:#a51f1f;font-size:13px;font-weight:600;line-height:1.4}.fcDrawerError svg{flex:0 0 auto;margin-top:1px;color:#d12626}.fcDtp{position:relative;width:100%}.fcDtpField{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(1,55,101,.12);border-radius:9px;background:#fff;color:#0b2545;font-size:14px;padding:9px 11px;cursor:pointer;text-align:left;transition:border-color .12s ease,box-shadow .12s ease}.fcDtpField:hover{border-color:#2872b873}.fcDtpField-focus{border-color:#2872b8;box-shadow:0 0 0 3px #2872b829}.fcDtpValue{color:#0b2545}.fcDtpPlaceholder{color:#0b254573}.fcDtpFieldIcon{color:#2872b8;display:inline-flex;flex:0 0 auto}.fcDtpPanel{width:320px;max-width:100%;box-sizing:border-box;margin-top:8px;padding:14px;background:#fff;border:1px solid rgba(1,55,101,.12);border-radius:14px;box-shadow:0 12px 30px #01376529}.fcDtpHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.fcDtpMonth{font-size:14px;font-weight:800;color:#013765}.fcDtpNav{width:30px;height:30px;border-radius:8px;cursor:pointer;border:1px solid rgba(1,55,101,.12);background:#fff;color:#0b25459e;display:flex;align-items:center;justify-content:center}.fcDtpNav:hover{background:#2872b814;color:#2872b8;border-color:#2872b84d}.fcDtpWeekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.fcDtpWeekday{text-align:center;font-size:11px;font-weight:700;letter-spacing:.02em;color:#0b254573;padding:4px 0}.fcDtpGrid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.fcDtpDay{height:36px;border:0;border-radius:9px;cursor:pointer;background:transparent;color:#0b2545;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:background .1s ease,color .1s ease}.fcDtpDay:hover:not(.fcDtpDay-disabled):not(.fcDtpDay-selected){background:#2872b81a;color:#013765}.fcDtpDay-muted{color:#0b254552}.fcDtpDay-today{box-shadow:inset 0 0 0 1.5px #2872b873;color:#2872b8}.fcDtpDay-selected{background:#2872b8;color:#fff}.fcDtpDay-selected:hover{background:#1f5e9b}.fcDtpDay-disabled{color:#0b254538;cursor:default}.fcDtpTime{display:flex;align-items:center;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(1,55,101,.1)}.fcDtpTimeLabel{font-size:13px;font-weight:700;color:#0b25459e}.fcDtpTimeControls{display:flex;align-items:center;gap:6px}.fcDtpColon{font-weight:800;color:#0b254573}.fcDtpSelect{height:36px;border-radius:9px;border:1px solid rgba(1,55,101,.12);background:#fff;color:#0b2545;font-size:14px;font-weight:600;padding:0 8px;cursor:pointer}.fcDtpSelect:focus{outline:none;border-color:#2872b8;box-shadow:0 0 0 3px #2872b829}.fcDtpFoot{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid rgba(1,55,101,.1)}.fcDtpFootRight{display:flex;align-items:center;gap:8px}.fcDtpClear,.fcDtpToday{border:0;background:transparent;cursor:pointer;font-size:13px;font-weight:700;color:#0b25459e;padding:6px 8px;border-radius:8px}.fcDtpClear:hover,.fcDtpToday:hover{background:#0137650d;color:#0b2545}.fcDtpToday{color:#2872b8}.fcDtpDone{border:1px solid #2872b8;background:#2872b8;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:6px 16px;border-radius:9px}.fcDtpDone:hover{background:#1f5e9b;border-color:#1f5e9b}.fcStatRow{display:grid;grid-template-columns:repeat(var(--fc-stat-cols, 4),minmax(0,1fr));gap:12px;margin-bottom:18px}@media(max-width:1320px){.fcStatRow{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.fcStatRow{grid-template-columns:repeat(2,minmax(0,1fr))}}.fcStatCard{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--fc-card-border, rgba(1, 55, 101, .1));border-radius:12px;box-shadow:var(--fc-card-shadow, 0 1px 2px rgba(1, 55, 101, .05), 0 10px 26px rgba(1, 55, 101, .05));padding:12px 14px}.fcStatCardLabel{font-size:12.5px;font-weight:600;color:var(--fc-text-muted, rgba(11, 37, 69, .62));line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fcStatCardRow{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:11px;align-items:center}.fcStatIcon{grid-column:1;grid-row:1;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.fcStatIcon svg{width:20px;height:20px}.fcStatIcon-info{background:#2872b81f;color:#2872b8}.fcStatIcon-success{background:#2f9e4421;color:#2f9e44}.fcStatIcon-warning{background:#e08a1726;color:#e08a17}.fcStatIcon-purple{background:#7c5cd624;color:#7c5cd6}.fcStatIcon-pink{background:#d6469b21;color:#d6469b}.fcStatIcon-danger{background:#d126261f;color:#d12626}.fcStatCardValueRow{grid-column:2;grid-row:1;display:flex;align-items:baseline;gap:7px;min-width:0}.fcStatCardValue{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--fc-text, #0b2545);line-height:1.05}.fcStatCardChip{flex:0 0 auto;font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;line-height:1.6;white-space:nowrap}.fcStatCardChip-info{color:#2872b8;background:#2872b81f}.fcStatCardChip-success{color:#2f9e44;background:#2f9e4421}.fcStatCardChip-warning{color:#e08a17;background:#e08a1726}.fcStatCardChip-purple{color:#7c5cd6;background:#7c5cd624}.fcStatCardChip-pink{color:#d6469b;background:#d6469b21}.fcStatCardChip-danger{color:#d12626;background:#d126261f}.fcStatCardCaption{grid-column:2;grid-row:2;font-size:11.5px;color:var(--fc-text-faint, rgba(11, 37, 69, .45));margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
