.fbk-auth{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 20px 24px;background:var(--fbk-bg-deep)}.fbk-auth-lang{position:absolute;top:20px;right:20px}.fbk-auth-card{width:100%;max-width:380px;padding:28px 28px 24px}.fbk-auth-brand{display:flex;align-items:center;gap:10px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--fbk-border-soft)}.fbk-auth-brand-name{display:block;font-size:13px;font-weight:500;color:var(--fbk-text-hi);line-height:1.3}.fbk-auth-brand-meta{display:block;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fbk-text-low)}.fbk-auth-title{margin:0;font-size:20px;font-weight:400;letter-spacing:-.01em;color:var(--fbk-text-hi)}.fbk-auth-sub{margin:6px 0 0;font-size:12.5px;line-height:1.5;color:var(--fbk-text-mid)}.fbk-auth-fields{display:flex;flex-direction:column;gap:14px;margin-top:22px}.fbk-auth-pass{position:relative}.fbk-auth-reveal{position:absolute;right:1px;bottom:1px;height:34px;width:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:var(--fbk-radius-sm);color:var(--fbk-text-low);cursor:pointer;transition:color .16s ease}.fbk-auth-reveal:hover{color:var(--fbk-text-hi)}.fbk-auth-error{margin-top:14px;padding:9px 11px;border:1px solid var(--fbk-status-neg);border-radius:var(--fbk-radius-sm);background:var(--fbk-alpha-1);font-size:12px;line-height:1.45;color:var(--fbk-status-neg)}.fbk-auth-submit{width:100%;margin-top:20px}.fbk-auth-note{display:flex;align-items:flex-start;gap:7px;margin:18px 0 0;padding-top:16px;border-top:1px solid var(--fbk-border-soft);font-size:11.5px;line-height:1.5;color:var(--fbk-text-low)}.fbk-auth-note svg{flex-shrink:0;margin-top:2px}.fbk-auth-foot{margin:0;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--fbk-text-faint)}.fbk-boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:var(--fbk-bg);color:var(--fbk-text-muted);font-size:13px}.fbk-boot-mark{width:44px;height:44px;border-radius:12px;background:var(--fbk-text);color:var(--fbk-bg);display:grid;place-items:center;font-size:20px;font-weight:600}.fbk-boot-warning{padding:10px 16px;background:var(--fbk-warn-bg, #fff4e5);color:var(--fbk-warn-text, #7a4b00);border-bottom:1px solid var(--fbk-warn-border, #f0d9b5);font-size:13px;text-align:center}.fbk.fbk-light,.fbk[data-theme=light]{--fbk-bg-deep: #EEF0F3;--fbk-bg: #F5F6F9;--fbk-bg-soft: #FAFAFC;--fbk-surface: #FFFFFF;--fbk-surface-hi: #F8F9FB;--fbk-text-hi: #0A0B0D;--fbk-text-mid: #2D2E32;--fbk-text-low: #71717A;--fbk-text-soft: #A5A8AE;--fbk-text-faint: #DDE0E5;--fbk-border: rgba(10, 11, 20, .12);--fbk-border-strong: rgba(10, 11, 20, .22);--fbk-border-soft: rgba(10, 11, 20, .06);--fbk-alpha-1: rgba(0, 0, 0, .02);--fbk-alpha-2: rgba(0, 0, 0, .04);--fbk-alpha-3: rgba(0, 0, 0, .06);--fbk-alpha-4: rgba(0, 0, 0, .12);--fbk-card-bg: linear-gradient(180deg, #FFFFFF 0%, #FCFCFE 55%, #F4F5F8 100%);--fbk-card-sheen: linear-gradient(180deg, rgba(255, 255, 255, .7), transparent);--fbk-inset-top: rgba(255, 255, 255, .95);--fbk-inset-bot: rgba(10, 11, 20, .05);--fbk-anchor: rgba(10, 11, 20, .07);--fbk-panel-bg: #FFFFFF;--fbk-trigger-bg: rgba(255, 255, 255, .8);--fbk-trigger-bg-h: #F4F5F8;--fbk-status-pos: #2A9D5F;--fbk-status-neg: #C24A38;--fbk-status-warn: #B97D17;--fbk-status-info: #1F4FB7;--fbk-chart-line-1: #B0B5BD;--fbk-chart-line-2: #4A5260;--fbk-chart-line-3: #0A0B0D;--fbk-chart-area-1: rgba(10, 11, 20, .1);--fbk-chart-area-2: rgba(10, 11, 20, .02);--fbk-chart-grid: rgba(10, 11, 20, .06);--fbk-chart-axis: rgba(10, 11, 20, .5);--fbk-chart-tick: rgba(10, 11, 20, .55);--fbk-topbar-h: calc(52px + env(safe-area-inset-top)) ;--fbk-radius-sm: 6px;--fbk-radius: 10px;--fbk-radius-lg: 14px;--fbk-radius-xl: 18px;--fbk-z-canvas: 0;--fbk-z-content: 10;--fbk-z-sticky: 90;--fbk-z-menu: 800;--fbk-z-backdrop: 600;--fbk-z-sidebar: 601;--fbk-z-topbar: 700;--fbk-z-scroll: 800;--fbk-z-modal-bg: 900;--fbk-z-modal: 901;--fbk-font-sans: "Inter Tight", -apple-system, system-ui, "Segoe UI", "Noto Sans", "Helvetica Neue", sans-serif;--fbk-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}html:has(.fbk.fbk-light),body:has(.fbk.fbk-light){background:var(--fbk-bg-deep);color:var(--fbk-text-hi)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}html{font-family:var(--fbk-font-sans);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--fbk-bg-deep);color:var(--fbk-text-hi);font-family:inherit;font-feature-settings:"ss01","cv11";overflow-x:hidden}.fbk{position:relative;min-height:100vh;min-height:100dvh;background:var(--fbk-bg);color:var(--fbk-text-hi);font-family:var(--fbk-font-sans)}.fbk-num,.fbk [data-num],.fbk-kpi-value,.fbk-table td[data-num],.fbk-table th[data-num]{font-variant-numeric:tabular-nums}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;appearance:none}input,select,textarea{font:inherit;color:inherit}img,svg,video,canvas{display:block;max-width:100%}::selection{background:#0a0b1426;color:var(--fbk-text-hi)}h1,.fbk-h1{font-size:32px;font-weight:500;letter-spacing:-.01em;margin:0}h2,.fbk-h2{font-size:24px;font-weight:500;letter-spacing:-.005em;margin:0}h3,.fbk-h3{font-size:18px;font-weight:500;margin:0}h4,.fbk-h4{font-size:15px;font-weight:500;margin:0}.fbk-text-meta{font-size:12px;color:var(--fbk-text-low)}.fbk-text-mono{font-family:var(--fbk-font-mono)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--fbk-alpha-3);border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:var(--fbk-alpha-4);background-clip:padding-box}.fbk-app{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.fbk-main{flex:1 1 auto;width:100%;max-width:1440px;margin:0 auto;padding:0 24px 40px}.fbk-main--wide{max-width:1680px}@media(max-width:720px){.fbk-main{padding:0 14px 32px}}.fbk-section+.fbk-section{margin-top:20px}.fbk-card{position:relative;isolation:isolate;background:var(--fbk-card-bg);border:1px solid var(--fbk-border);border-radius:var(--fbk-radius-lg);padding:20px;box-shadow:inset 0 1px 0 var(--fbk-inset-top),inset 0 -1px 0 var(--fbk-inset-bot);transition:border-color .16s ease}.fbk-card:before{content:"";position:absolute;inset:0;background:var(--fbk-card-sheen);border-radius:inherit;pointer-events:none;z-index:-1}.fbk-card:hover{border-color:var(--fbk-border-strong)}.fbk-card--flat{background:var(--fbk-surface);box-shadow:none}.fbk-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.fbk-card-title{font-size:13px;font-weight:500;color:var(--fbk-text-low);text-transform:uppercase;letter-spacing:.08em}.fbk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 14px;border-radius:var(--fbk-radius);background:var(--fbk-trigger-bg);border:1px solid var(--fbk-border);color:var(--fbk-text-hi);font-size:13px;font-weight:500;white-space:nowrap;transition:background .12s ease,border-color .12s ease}.fbk-btn:hover:not(:disabled){background:var(--fbk-trigger-bg-h);border-color:var(--fbk-border-strong)}.fbk-btn:disabled{opacity:.5;cursor:not-allowed}.fbk-btn--primary{background:var(--fbk-text-hi);color:#fff;border-color:var(--fbk-text-hi)}.fbk-btn--primary:hover:not(:disabled){background:#1a1b1f;color:#fff}.fbk-btn--ghost{background:transparent;border-color:transparent}.fbk-btn--ghost:hover:not(:disabled){background:var(--fbk-alpha-2)}.fbk-btn--danger{background:var(--fbk-status-neg);color:#fff;border-color:var(--fbk-status-neg)}.fbk-btn--sm{height:28px;padding:0 10px;font-size:12px}.fbk-btn--lg{height:44px;padding:0 18px;font-size:14px}.fbk-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:transparent;border:1px solid transparent;color:var(--fbk-text-mid);transition:background .12s ease,color .12s ease}.fbk-icon-btn:hover{background:var(--fbk-alpha-2);color:var(--fbk-text-hi)}.fbk-input,.fbk-select,.fbk-textarea{width:100%;height:36px;padding:0 12px;background:var(--fbk-surface);border:1px solid var(--fbk-border);border-radius:var(--fbk-radius);color:var(--fbk-text-hi);font-size:13px;outline:none;transition:border-color .12s ease,background .12s ease}.fbk-input:focus,.fbk-select:focus,.fbk-textarea:focus{border-color:var(--fbk-border-strong);background:var(--fbk-surface-hi)}.fbk-input::placeholder,.fbk-textarea::placeholder{color:var(--fbk-text-soft)}.fbk-textarea{height:auto;padding:10px 12px;min-height:80px;resize:vertical}.fbk-label{display:block;font-size:12px;font-weight:500;color:var(--fbk-text-low);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.fbk-topbar{position:sticky;top:0;z-index:var(--fbk-z-topbar);display:flex;align-items:center;height:var(--fbk-topbar-h);padding:calc(14px + env(safe-area-inset-top)) 24px 14px;background:#ffffffbf;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--fbk-border-soft);transition:background .2s ease,border-color .2s ease}.fbk-topbar[data-scrolled]{background:#ffffffeb;border-bottom-color:var(--fbk-border)}.fbk-topbar-inner{display:flex;align-items:center;gap:18px;width:100%;max-width:1680px;margin:0 auto}.fbk-brand{display:flex;align-items:center;gap:10px;height:32px;padding:0 8px 0 0;color:var(--fbk-text-hi);font-weight:500;letter-spacing:.01em}.fbk-brand-mark{width:28px;height:28px;border-radius:7px;overflow:hidden;background:var(--fbk-text-hi);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;letter-spacing:.02em}.fbk-brand-text{font-size:14px;font-weight:500;white-space:nowrap}.fbk-brand-text-meta{font-size:11px;color:var(--fbk-text-low);font-weight:400;margin-left:6px;letter-spacing:.04em;text-transform:uppercase}.fbk-topbar-end{margin-left:auto;display:flex;align-items:center;gap:6px}.fbk-topbar-search{display:block}@media(max-width:1180px){.fbk-topbar-search{display:none}}.fbk-nav{display:flex;align-items:center;gap:2px;height:32px}.fbk-nav-wrap{position:relative;height:100%;display:inline-flex;align-items:stretch}.fbk-nav-bridge{position:absolute;top:100%;left:0;right:0;height:10px;background:transparent;pointer-events:auto}.fbk-nav-menu{top:calc(100% + 8px)!important;left:0!important}.fbk-nav-item{position:relative;display:inline-flex;align-items:center;gap:4px;height:100%;padding:0 12px;border-radius:8px;color:var(--fbk-text-low);font-size:13px;font-weight:500;white-space:nowrap;transition:color .12s ease,background .12s ease;cursor:pointer}.fbk-nav-item:hover{color:var(--fbk-text-hi);background:var(--fbk-alpha-2)}.fbk-nav-item[data-active]{color:var(--fbk-text-hi)}.fbk-nav-underline{position:absolute;left:8px;right:8px;bottom:-8px;height:2px;background:var(--fbk-text-hi);border-radius:999px}.fbk-nav-chevron{transition:transform .16s ease}.fbk-nav-item[data-open] .fbk-nav-chevron{transform:rotate(180deg)}.fbk-burger{display:none;width:36px;height:36px;border-radius:8px;align-items:center;justify-content:center;color:var(--fbk-text-hi)}.fbk-burger:hover{background:var(--fbk-alpha-2)}@media(max-width:880px){.fbk-nav{display:none}.fbk-burger{display:inline-flex}}.fbk-menu{position:absolute;z-index:var(--fbk-z-menu);min-width:220px;max-width:320px;max-height:min(60vh,420px);overflow-y:auto;padding:6px;background:var(--fbk-panel-bg);border:1px solid var(--fbk-border);border-radius:var(--fbk-radius-lg);box-shadow:0 1px 0 var(--fbk-inset-top) inset,0 12px 32px #0a0b141a,0 2px 8px #0a0b140f}.fbk-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:7px;color:var(--fbk-text-hi);font-size:13px;font-weight:400;text-align:left;white-space:nowrap;transition:background .12s ease;cursor:pointer}.fbk-menu-item:hover{background:var(--fbk-alpha-2)}.fbk-menu-item[data-active]{background:var(--fbk-alpha-3);font-weight:500}.fbk-menu-item-meta{margin-left:auto;font-size:11px;color:var(--fbk-text-low)}.fbk-menu-divider{height:1px;background:var(--fbk-border-soft);margin:4px 2px}.fbk-menu-label{font-size:11px;color:var(--fbk-text-low);text-transform:uppercase;letter-spacing:.08em;padding:8px 10px 4px}.fbk-scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:var(--fbk-z-scroll);background:linear-gradient(90deg,var(--fbk-text-hi),var(--fbk-text-mid));transform-origin:0 50%}.fbk-mobile-sheet-bg{position:fixed;inset:0;z-index:var(--fbk-z-backdrop);background:#0a0b1452;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fbk-mobile-sheet{position:fixed;top:var(--fbk-topbar-h);left:0;right:0;z-index:var(--fbk-z-sidebar);max-height:calc(100dvh - var(--fbk-topbar-h));overflow-y:auto;padding:12px;background:var(--fbk-panel-bg);border-bottom:1px solid var(--fbk-border);box-shadow:0 12px 32px #0a0b141a}.fbk-mobile-sheet-group{padding:4px 6px}.fbk-mobile-sheet-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 10px;border-radius:9px;color:var(--fbk-text-hi);font-size:14px;font-weight:500}.fbk-mobile-sheet-item:hover{background:var(--fbk-alpha-2)}.fbk-mobile-sheet-item[data-active]{background:var(--fbk-alpha-3)}.fbk-mobile-sheet-sub{padding-left:18px;font-size:13px;font-weight:400;color:var(--fbk-text-mid)}.fbk-page-header{position:sticky;top:var(--fbk-topbar-h);z-index:var(--fbk-z-sticky);background:var(--fbk-bg);padding:20px 0 14px;margin-bottom:18px;border-bottom:1px solid var(--fbk-border-soft)}.fbk-page-header-inner{display:flex;align-items:flex-end;gap:18px;justify-content:space-between}.fbk-page-eyebrow{font-size:11px;font-weight:500;color:var(--fbk-text-low);text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}.fbk-page-title{font-size:26px;font-weight:500;letter-spacing:-.005em;color:var(--fbk-text-hi)}.fbk-page-actions{display:flex;align-items:center;gap:8px}.fbk-badge{display:inline-flex;align-items:center;gap:4px;height:20px;padding:0 8px;border-radius:999px;background:var(--fbk-alpha-2);color:var(--fbk-text-mid);font-size:11px;font-weight:500;letter-spacing:.02em}.fbk-badge--pos{background:#2a9d5f1f;color:var(--fbk-status-pos)}.fbk-badge--neg{background:#c24a381f;color:var(--fbk-status-neg)}.fbk-badge--warn{background:#b97d171f;color:var(--fbk-status-warn)}.fbk-badge--info{background:#1f4fb71a;color:var(--fbk-status-info)}.fbk-spin{animation:fbk-spin .8s linear infinite}@keyframes fbk-spin{to{transform:rotate(360deg)}}.fbk-kpi-strip{display:grid;grid-template-columns:repeat(var(--fbk-kpi-cols, 4),1fr);gap:0;padding:0;overflow:hidden}.fbk-kpi{padding:18px 22px;border-right:1px solid var(--fbk-border-soft);display:flex;flex-direction:column;gap:4px;min-width:0}.fbk-kpi:last-child{border-right:0}.fbk-kpi-label{font-size:11px;font-weight:500;color:var(--fbk-text-low);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fbk-kpi-value{font-size:26px;font-weight:400;letter-spacing:-.01em;color:var(--fbk-text-hi);line-height:1.2;font-variant-numeric:tabular-nums}.fbk-kpi-foot{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--fbk-text-low);flex-wrap:wrap;min-height:16px}.fbk-kpi-sub{color:var(--fbk-text-low);font-size:11px}.fbk-delta{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:500;color:var(--fbk-text-low)}.fbk-delta[data-dir=up]{color:var(--fbk-status-pos)}.fbk-delta[data-dir=down]{color:var(--fbk-status-neg)}@media(max-width:1100px){.fbk-kpi-strip{grid-template-columns:repeat(min(var(--fbk-kpi-cols, 4),3),1fr)}.fbk-kpi:nth-child(3n){border-right:0}}@media(max-width:720px){.fbk-kpi-strip{grid-template-columns:repeat(2,1fr)}.fbk-kpi{padding:14px 16px}.fbk-kpi-value{font-size:22px}.fbk-kpi:nth-child(2n){border-right:0}.fbk-kpi{border-bottom:1px solid var(--fbk-border-soft)}.fbk-kpi:nth-last-child(-n+2){border-bottom:0}}.fbk-badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.fbk-datatable{background:var(--fbk-surface);border:1px solid var(--fbk-border);border-radius:var(--fbk-radius-lg);overflow:hidden}.fbk-datatable-toolbar{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--fbk-border-soft);background:var(--fbk-surface-hi);flex-wrap:wrap}.fbk-search{position:relative;display:inline-flex;align-items:center;flex:0 1 320px}.fbk-search-icon{position:absolute;left:10px;color:var(--fbk-text-low)}.fbk-search-input{width:100%;height:32px;padding:0 12px 0 30px;background:var(--fbk-surface);border:1px solid var(--fbk-border);border-radius:8px;color:var(--fbk-text-hi);font-size:13px;outline:none}.fbk-search-input:focus{border-color:var(--fbk-border-strong)}.fbk-table-wrap{overflow-x:auto;max-width:100%}.fbk-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;font-variant-numeric:tabular-nums}.fbk-table thead th{position:sticky;top:0;z-index:1;background:var(--fbk-surface-hi);padding:10px 14px;font-size:11px;font-weight:500;color:var(--fbk-text-low);text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap;border-bottom:1px solid var(--fbk-border)}.fbk-table thead th[data-align=right]{text-align:right}.fbk-table thead th[data-align=center]{text-align:center}.fbk-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.fbk-th-sortable:hover{color:var(--fbk-text-hi)}.fbk-table tbody td{padding:12px 14px;border-bottom:1px solid var(--fbk-border-soft);color:var(--fbk-text-hi);white-space:nowrap}.fbk-table--dense tbody td{padding:8px 12px}.fbk-table tbody td[data-align=right]{text-align:right}.fbk-table tbody td[data-align=center]{text-align:center}.fbk-table tbody td[data-num]{font-variant-numeric:tabular-nums}.fbk-table tbody tr:last-child td{border-bottom:0}.fbk-tr-clickable{cursor:pointer;transition:background .12s ease}.fbk-tr-clickable:hover{background:var(--fbk-alpha-1)}.fbk-table-empty{padding:36px 12px!important;text-align:center!important;white-space:normal!important;border-bottom:0!important}.fbk-datatable-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid var(--fbk-border-soft);background:var(--fbk-surface-hi)}.fbk-modal-bg{position:fixed;inset:0;z-index:var(--fbk-z-modal-bg);background:#0a0b1452;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.fbk-modal{position:fixed;z-index:var(--fbk-z-modal);top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 32px);max-height:calc(100dvh - 64px);background:var(--fbk-panel-bg);border:1px solid var(--fbk-border);border-radius:var(--fbk-radius-xl);box-shadow:0 1px 0 var(--fbk-inset-top) inset,0 24px 64px #0a0b142e;display:flex;flex-direction:column;overflow:hidden}.fbk-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--fbk-border-soft)}.fbk-modal-title{font-size:16px;font-weight:500;margin:0}.fbk-modal-body{padding:20px;overflow-y:auto;flex:1 1 auto}.fbk-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--fbk-border-soft);background:var(--fbk-surface-hi)}.fbk-drawer-bg{position:fixed;inset:0;z-index:var(--fbk-z-backdrop);background:#0a0b1447}.fbk-drawer{position:fixed;z-index:var(--fbk-z-sidebar);background:var(--fbk-panel-bg);display:flex;flex-direction:column;box-shadow:0 24px 64px #0a0b1424}.fbk-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--fbk-border-soft)}.fbk-drawer-title{font-size:15px;font-weight:500;margin:0}.fbk-drawer-body{flex:1 1 auto;overflow-y:auto;padding:20px}.fbk-drawer-footer{padding:14px 20px;border-top:1px solid var(--fbk-border-soft);background:var(--fbk-surface-hi)}@media(max-width:720px){.fbk-drawer{width:100%!important}}.fbk-segmented{display:inline-flex;align-items:center;padding:3px;background:var(--fbk-alpha-2);border:1px solid var(--fbk-border-soft);border-radius:10px;gap:0;position:relative}.fbk-segmented-item{position:relative;height:30px;padding:0 12px;border-radius:7px;color:var(--fbk-text-mid);font-size:13px;font-weight:500;white-space:nowrap;background:transparent}.fbk-segmented-item:hover,.fbk-segmented-item[data-active]{color:var(--fbk-text-hi)}.fbk-segmented-pill{position:absolute;inset:0;background:var(--fbk-surface);border-radius:7px;box-shadow:inset 0 1px #fffffff2,0 1px 2px #0a0b140f,0 0 0 1px var(--fbk-border-soft);z-index:0}.fbk-segmented-count{margin-left:4px;padding:0 6px;height:18px;display:inline-flex;align-items:center;font-size:11px;font-weight:500;background:var(--fbk-alpha-3);border-radius:999px;color:var(--fbk-text-low)}.fbk-segmented--sm .fbk-segmented-item{height:26px;padding:0 10px;font-size:12px}.fbk-chip{display:inline-flex;align-items:stretch;height:28px;border:1px solid var(--fbk-border);border-radius:8px;background:var(--fbk-surface);overflow:hidden;font-size:12px;color:var(--fbk-text-mid);transition:border-color .12s ease}.fbk-chip:hover{border-color:var(--fbk-border-strong)}.fbk-chip--active{background:var(--fbk-text-hi);border-color:var(--fbk-text-hi);color:#fff}.fbk-chip-main{display:inline-flex;align-items:center;gap:6px;padding:0 10px;height:100%;white-space:nowrap;color:inherit}.fbk-chip-x{display:inline-flex;align-items:center;justify-content:center;width:26px;border-left:1px solid rgba(255,255,255,.15);color:inherit;background:transparent}.fbk-chip-x:hover{background:#ffffff1a}.fbk-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;color:var(--fbk-text-low)}.fbk-empty--compact{padding:18px 12px}.fbk-empty-icon{width:44px;height:44px;border-radius:12px;background:var(--fbk-alpha-2);display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--fbk-text-low)}.fbk-empty--compact .fbk-empty-icon{width:32px;height:32px;margin-bottom:8px;border-radius:8px}.fbk-empty-title{font-size:14px;font-weight:500;color:var(--fbk-text-hi)}.fbk-empty-desc{font-size:12px;margin-top:4px;max-width:360px;color:var(--fbk-text-low)}.fbk-field{display:flex;flex-direction:column;gap:6px}.fbk-input-wrap{position:relative;display:flex;align-items:center}.fbk-input-wrap .fbk-input,.fbk-input-wrap .fbk-select{width:100%}.fbk-input-wrap.has-icon .fbk-input{padding-left:34px}.fbk-input-wrap.has-suffix .fbk-input{padding-right:56px}.fbk-input-wrap.has-chevron .fbk-select{padding-right:32px;appearance:none;-webkit-appearance:none}.fbk-input-icon{position:absolute;left:10px;color:var(--fbk-text-low);display:inline-flex;align-items:center}.fbk-input-suffix{position:absolute;right:12px;font-size:12px;color:var(--fbk-text-low);pointer-events:none;font-variant-numeric:tabular-nums}.fbk-input-chevron{position:absolute;right:10px;color:var(--fbk-text-low);pointer-events:none}.fbk-input--error{border-color:var(--fbk-status-neg)!important}.fbk-field-hint{font-size:11px;color:var(--fbk-text-low)}.fbk-field-error{font-size:11px;color:var(--fbk-status-neg)}.fbk-switch-row{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.fbk-switch-row[data-disabled]{opacity:.5;cursor:not-allowed}.fbk-switch{position:relative;width:36px;height:22px;border-radius:999px;background:var(--fbk-alpha-3);border:1px solid var(--fbk-border);transition:background .16s ease,border-color .16s ease;flex-shrink:0}.fbk-switch[data-checked]{background:var(--fbk-text-hi);border-color:var(--fbk-text-hi)}.fbk-switch-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--fbk-surface);box-shadow:0 1px 2px #0a0b1429;transition:transform .18s ease}.fbk-switch[data-checked] .fbk-switch-thumb{transform:translate(14px)}.fbk-switch-label{font-size:13px;color:var(--fbk-text-hi)}.fbk-check-row{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.fbk-check-row[data-disabled]{opacity:.5;cursor:not-allowed}.fbk-check{width:16px;height:16px;border-radius:4px;border:1px solid var(--fbk-border-strong);background:var(--fbk-surface);display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:background .12s ease,border-color .12s ease}.fbk-check[data-checked]{background:var(--fbk-text-hi);border-color:var(--fbk-text-hi)}.fbk-check-label{font-size:13px;color:var(--fbk-text-hi)}.fbk-progress{position:relative;width:100%;height:6px;background:var(--fbk-alpha-2);border-radius:999px;overflow:hidden}.fbk-progress-fill{position:absolute;top:0;left:0;bottom:0;background:var(--fbk-text-hi);transition:width .24s ease}.fbk-progress[data-intent=pos] .fbk-progress-fill{background:var(--fbk-status-pos)}.fbk-progress[data-intent=warn] .fbk-progress-fill{background:var(--fbk-status-warn)}.fbk-progress[data-intent=neg] .fbk-progress-fill{background:var(--fbk-status-neg)}.fbk-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--fbk-alpha-3);color:var(--fbk-text-hi);font-size:11px;font-weight:600;letter-spacing:.02em;flex-shrink:0}.fbk-avatar--sm{width:22px;height:22px;font-size:10px}.fbk-avatar--md{width:32px;height:32px;font-size:12px}.fbk-avatar--lg{width:44px;height:44px;font-size:15px}.fbk-divider{height:1px;background:var(--fbk-border-soft);border:0;margin:16px 0}.fbk-kv{display:grid;grid-template-columns:minmax(100px,130px) 1fr;gap:8px 16px;font-size:13px}.fbk-kv dt{color:var(--fbk-text-low);font-size:12px;font-weight:500}.fbk-kv dd{margin:0;color:var(--fbk-text-hi);font-variant-numeric:tabular-nums}.fbk-stack{display:flex;flex-direction:column;gap:12px}.fbk-stack--sm{gap:8px}.fbk-stack--lg{gap:20px}.fbk-row{display:flex;align-items:center;gap:12px}.fbk-row--end{justify-content:flex-end}.fbk-row--between{justify-content:space-between}.fbk-row--start{justify-content:flex-start}.fbk-grid{display:grid;gap:16px}.fbk-grid--2{grid-template-columns:repeat(2,1fr)}.fbk-grid--3{grid-template-columns:repeat(3,1fr)}.fbk-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:880px){.fbk-grid--3,.fbk-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.fbk-grid--2,.fbk-grid--3,.fbk-grid--4{grid-template-columns:1fr}}
