.floating-sidebar,.floating-sidebar-fixed{top:calc(var(--sidebar-top));max-height:calc(var(--sidebar-max-height) - var(--sidebar-padding))}@media(min-width:1024px){.floating-sidebar{position:sticky!important;top:0!important;right:auto!important;left:auto!important;margin-top:var(--sidebar-padding)!important;margin-right:var(--sidebar-padding);margin-bottom:0;margin-left:0;align-self:flex-start;max-height:calc(100dvh - var(--sidebar-top-offset) - var(--sidebar-padding) * 3)}}.field-section-glossy{border-radius:var(--fh-radius-3);background:var(--fh-glossy-bg);border:1px solid var(--fh-glossy-border);box-shadow:var(--fh-glossy-shadow),inset 0 1px #ffffffb3;position:relative;overflow:hidden;padding:16px}.field-section-glossy:before{content:"";position:absolute;inset:0;background:var(--fh-glossy-highlight);pointer-events:none;z-index:0;border-radius:inherit}.field-section-glossy:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:var(--fh-glossy-noise-opacity);pointer-events:none;mix-blend-mode:soft-light;border-radius:inherit}.field-section-glossy>*{position:relative;z-index:1}:root{color-scheme:light;--pr-primary: #3b82f6;--pr-secondary: #8099ff;--pr-accent: #383bff;--pr-fg: #001924;--pr-bg: #f8fafc;--pr-gray-0: #ffffff;--pr-gray-50: #f8fafc;--pr-gray-100: #f1f5f9;--pr-gray-200: #e2e8f0;--pr-gray-300: #cbd5e1;--pr-gray-400: #94a3b8;--pr-gray-500: #64748b;--pr-gray-600: #475569;--pr-gray-700: #334155;--pr-gray-800: #1e293b;--pr-gray-900: #0f172a;--pr-gray-1000: #000000;--pr-success: #10b981;--pr-warning: #f59e0b;--pr-error: #ef4444;--pr-info: #008cff}:root[data-theme=dark]{color-scheme:dark;--pr-primary: #0546ad;--pr-secondary: #001980;--pr-accent: #0003c7;--pr-fg: #dbf4ff;--pr-bg: #0E0E19;--pr-gray-0: #000000;--pr-gray-50: #0f172a;--pr-gray-100: #1e293b;--pr-gray-200: #334155;--pr-gray-300: #475569;--pr-gray-400: #64748b;--pr-gray-500: #94a3b8;--pr-gray-600: #cbd5e1;--pr-gray-700: #e2e8f0;--pr-gray-800: #f1f5f9;--pr-gray-900: #f8fafc;--pr-gray-1000: #ffffff;--pr-success: #15803d;--pr-warning: #d97706;--pr-error: #dc2626;--pr-info: #1d4ed8}:root{--fh-primary: var(--pr-primary);--fh-secondary: var(--pr-secondary);--fh-accent: var(--pr-accent);--fh-gray-0: var(--pr-gray-0);--fh-gray-50: var(--pr-gray-50);--fh-gray-100: var(--pr-gray-100);--fh-gray-200: var(--pr-gray-200);--fh-gray-300: var(--pr-gray-300);--fh-gray-400: var(--pr-gray-400);--fh-gray-500: var(--pr-gray-500);--fh-gray-600: var(--pr-gray-600);--fh-gray-700: var(--pr-gray-700);--fh-gray-800: var(--pr-gray-800);--fh-gray-900: var(--pr-gray-900);--fh-gray-1000: var(--pr-gray-1000);--fh-bg: var(--pr-bg);--fh-heading: color-mix(in srgb, var(--pr-fg) 85%, var(--pr-gray-900));--fh-link: color-mix(in srgb, var(--pr-accent) 70%, var(--pr-gray-900));--fh-fg: var(--pr-fg);--fh-fg-muted: var(--pr-gray-800);--fh-fg-subtle: var(--pr-gray-500);--fh-fg-invert: var(--pr-gray-0);--fh-fg-invert-muted: var(--pr-gray-200);--fh-fg-invert-subtle: var(--pr-gray-400);--fh-border-subtle: color-mix(in srgb, var(--pr-gray-700) 30%, transparent);--fh-border-strong: color-mix(in srgb, var(--pr-secondary) 60%, var(--pr-gray-300));--fh-nav-bg: color-mix(in srgb, var(--pr-bg) 92%, transparent);--fh-nav-item-hover-bg: color-mix(in srgb, var(--pr-gray-900) 6%, transparent);--fh-button-hover: color-mix(in srgb, var(--pr-primary), var(--pr-gray-1000) 10%);--fh-button-active: color-mix(in srgb, var(--pr-primary), var(--pr-gray-1000) 20%);--fh-button-disabled: color-mix(in srgb, var(--pr-primary) 40%, transparent);--fh-table-head-bg: color-mix(in srgb, var(--pr-primary) 6%, var(--pr-gray-50));--fh-table-row-bg: color-mix(in srgb, var(--pr-primary) 1%, var(--pr-gray-0));--fh-table-row-alt-bg: color-mix(in srgb, var(--pr-gray-900) 3%, var(--pr-gray-0));--fh-table-row-hover: color-mix(in srgb, var(--pr-primary) 8%, var(--pr-gray-0));--fh-dropdown-bg: var(--pr-gray-0);--fh-dropdown-item-hover-bg: color-mix(in srgb, var(--pr-gray-900) 6%, transparent);--fh-accent-soft: color-mix(in srgb, var(--fh-info) 10%, var(--fh-gray-0));--fh-overlay-hover: color-mix(in srgb, var(--fh-primary) 8%, transparent);--fh-overlay-active: color-mix(in srgb, var(--fh-primary) 15%, transparent);--fh-success: var(--pr-success);--fh-warning: var(--pr-warning);--fh-error: var(--pr-error);--fh-error-soft: color-mix(in srgb, var(--fh-error) 8%, var(--fh-gray-0));--fh-info: var(--pr-info);--fh-success-bg: color-mix(in srgb, var(--fh-success) 15%, var(--fh-gray-0));--fh-warning-bg: color-mix(in srgb, var(--fh-warning) 15%, var(--fh-gray-0));--fh-error-bg: color-mix(in srgb, var(--fh-error) 15%, var(--fh-gray-0));--fh-info-bg: color-mix(in srgb, var(--fh-info) 15%, var(--fh-gray-0));--fh-progress-track: var(--pr-gray-200);--fh-debug: #ff0000}:root{--fh-radius-1: 8px;--fh-radius-2: 12px;--fh-radius-3: 16px;--fh-radius-4: 20px;--fh-radius-5: 32px;--fh-radius-full: 9999px;--fh-space-1: .25rem;--fh-space-2: .5rem;--fh-space-3: .75rem;--fh-space-4: 1rem}:root{--fh-surface-default: var(--fh-gray-50);--fh-surface-raised: var(--fh-gray-0);--fh-surface-sunken: var(--fh-gray-100);--fh-surface-invert: var(--fh-gray-900);--fh-surface-primary: color-mix(in srgb, var(--fh-primary) 8%, var(--fh-gray-0));--fh-surface-accent: color-mix(in srgb, var(--fh-accent) 8%, var(--fh-gray-0));--fh-surface-success: color-mix(in srgb, var(--fh-success) 10%, var(--fh-gray-0));--fh-surface-warning: color-mix(in srgb, var(--fh-warning) 10%, var(--fh-gray-0));--fh-surface-error: color-mix(in srgb, var(--fh-error) 10%, var(--fh-gray-0));--fh-surface-info: color-mix(in srgb, var(--fh-info) 10%, var(--fh-gray-0));--fh-card-bg: var(--fh-gray-0);--fh-card-bg-hover: color-mix(in srgb, var(--fh-primary) 15%, var(--fh-gray-200));--fh-card-bg-muted: var(--fh-gray-50);--fh-card-bg-subtle: var(--fh-gray-100);--fh-card-glass: color-mix(in srgb, var(--fh-gray-0) 90%, transparent);--fh-card-glass-alt: var(--fh-gray-0);--fh-card-glass-light: color-mix(in srgb, var(--fh-gray-0) 70%, transparent)}:root{--fh-shadow-e0: none;--fh-shadow-e1: 0 1px 2px color-mix(in srgb, var(--fh-gray-1000) 5%, transparent);--fh-shadow-e2: 0 2px 6px color-mix(in srgb, var(--fh-gray-1000) 8%, transparent), 0 1px 2px color-mix(in srgb, var(--fh-gray-1000) 4%, transparent);--fh-shadow-e3: 0 4px 12px color-mix(in srgb, var(--fh-gray-1000) 10%, transparent), 0 2px 4px color-mix(in srgb, var(--fh-gray-1000) 5%, transparent);--fh-shadow-e4: 0 8px 24px color-mix(in srgb, var(--fh-gray-1000) 12%, transparent), 0 4px 8px color-mix(in srgb, var(--fh-gray-1000) 6%, transparent);--fh-shadow-e5: 0 16px 48px color-mix(in srgb, var(--fh-gray-1000) 16%, transparent), 0 8px 16px color-mix(in srgb, var(--fh-gray-1000) 8%, transparent);--fh-shadow-inset-sm: inset 0 2px 4px color-mix(in srgb, var(--fh-gray-1000) 15%, transparent), inset 0 0 2px color-mix(in srgb, var(--fh-gray-1000) 8%, transparent);--fh-shadow-inset-md: inset 0 4px 12px color-mix(in srgb, var(--fh-gray-1000) 20%, transparent), inset 0 1px 4px color-mix(in srgb, var(--fh-gray-1000) 12%, transparent);--fh-neu-shadow-dark: rgba(0, 0, 0, .15);--fh-neu-shadow-light: rgba(255, 255, 255, .9);--fh-neu-shadow-offset: 10px;--fh-neu-shadow-blur: 20px;--fh-neu-shadow: var(--fh-neu-shadow-offset) var(--fh-neu-shadow-offset) var(--fh-neu-shadow-blur) var(--fh-neu-shadow-dark), calc(-1 * var(--fh-neu-shadow-offset)) calc(-1 * var(--fh-neu-shadow-offset)) var(--fh-neu-shadow-blur) var(--fh-neu-shadow-light);--fh-neu-shadow-hover: 14px 14px 28px var(--fh-neu-shadow-dark), -14px -14px 28px var(--fh-neu-shadow-light);--fh-neu-shadow-inset: inset var(--fh-neu-shadow-offset) var(--fh-neu-shadow-offset) var(--fh-neu-shadow-blur) var(--fh-neu-shadow-dark), inset calc(-1 * var(--fh-neu-shadow-offset)) calc(-1 * var(--fh-neu-shadow-offset)) var(--fh-neu-shadow-blur) var(--fh-neu-shadow-light)}:root[data-theme=dark]{--fh-neu-shadow-dark: rgba(0, 0, 0, .5);--fh-neu-shadow-light: rgba(255, 255, 255, .1)}:root{--fh-overlay-hover-neutral: color-mix(in srgb, var(--fh-gray-1000) 4%, transparent);--fh-overlay-hover-primary: color-mix(in srgb, var(--fh-primary) 8%, transparent);--fh-overlay-hover-accent: color-mix(in srgb, var(--fh-accent) 8%, transparent);--fh-overlay-hover-invert: color-mix(in srgb, var(--fh-gray-0) 8%, transparent);--fh-overlay-active-neutral: color-mix(in srgb, var(--fh-gray-1000) 8%, transparent);--fh-overlay-active-primary: color-mix(in srgb, var(--fh-primary) 15%, transparent);--fh-overlay-active-accent: color-mix(in srgb, var(--fh-accent) 15%, transparent);--fh-ring-primary: 0 0 0 2px var(--fh-gray-0), 0 0 0 4px color-mix(in srgb, var(--fh-primary) 60%, transparent);--fh-ring-accent: 0 0 0 2px var(--fh-gray-0), 0 0 0 4px color-mix(in srgb, var(--fh-accent) 60%, transparent);--fh-ring-neutral: 0 0 0 2px var(--fh-gray-0), 0 0 0 4px color-mix(in srgb, var(--fh-gray-500) 60%, transparent);--fh-ring-error: 0 0 0 2px var(--fh-gray-0), 0 0 0 4px color-mix(in srgb, var(--fh-error) 60%, transparent);--fh-ring-inset: inset 0 0 0 2px color-mix(in srgb, var(--fh-primary) 50%, transparent);--fh-scrim-light: color-mix(in srgb, var(--fh-gray-1000) 20%, transparent);--fh-scrim-medium: color-mix(in srgb, var(--fh-gray-1000) 40%, transparent);--fh-scrim-heavy: color-mix(in srgb, var(--fh-gray-1000) 60%, transparent);--fh-backdrop-blur-sm: blur(4px);--fh-backdrop-blur-md: blur(12px);--fh-backdrop-blur-lg: blur(24px);--fh-backdrop-saturate: saturate(1.5)}.overlay-hover-neutral,.overlay-hover-primary,.overlay-hover-accent,.overlay-hover-invert,.overlay-active-neutral,.overlay-active-primary,.overlay-active-accent{position:relative;isolation:isolate}.overlay-hover-neutral:after,.overlay-hover-primary:after,.overlay-hover-accent:after,.overlay-hover-invert:after,.overlay-active-neutral:after,.overlay-active-primary:after,.overlay-active-accent:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background-color:transparent;transition:background-color .15s ease;z-index:1}.overlay-hover-neutral:hover:after{background-color:var(--fh-overlay-hover-neutral)}.overlay-hover-primary:hover:after{background-color:var(--fh-overlay-hover-primary)}.overlay-hover-accent:hover:after{background-color:var(--fh-overlay-hover-accent)}.overlay-hover-invert:hover:after{background-color:var(--fh-overlay-hover-invert)}.overlay-active-neutral:active:after{background-color:var(--fh-overlay-active-neutral)}.overlay-active-primary:active:after{background-color:var(--fh-overlay-active-primary)}.overlay-active-accent:active:after{background-color:var(--fh-overlay-active-accent)}.overlay-hover-neutral>*,.overlay-hover-primary>*,.overlay-hover-accent>*,.overlay-hover-invert>*,.overlay-active-neutral>*,.overlay-active-primary>*,.overlay-active-accent>*{position:relative;z-index:2}:root{--fh-border-default: color-mix(in srgb, var(--fh-gray-100) 80%, transparent);--fh-border-muted: color-mix(in srgb, var(--fh-gray-50) 40%, transparent);--fh-border-strong: color-mix(in srgb, var(--fh-gray-500) 60%, transparent);--fh-border-invert: color-mix(in srgb, var(--fh-gray-900) 20%, transparent);--fh-border-primary: color-mix(in srgb, var(--fh-primary) 50%, transparent);--fh-border-accent: color-mix(in srgb, var(--fh-accent) 50%, transparent);--fh-border-success: color-mix(in srgb, var(--fh-success) 50%, transparent);--fh-border-warning: color-mix(in srgb, var(--fh-warning) 50%, transparent);--fh-border-error: color-mix(in srgb, var(--fh-error) 50%, transparent);--fh-border-info: color-mix(in srgb, var(--fh-info) 50%, transparent);--fh-divider: color-mix(in srgb, var(--fh-gray-300) 50%, transparent);--fh-divider-strong: var(--fh-gray-300)}:root{--fh-bg-layer: linear-gradient(to bottom right, #f0f4f8 0%, #f8fafb 50%, #eef2f7 100%);--fh-gradient-brand: linear-gradient(135deg, var(--fh-primary), var(--fh-accent));--fh-gradient-rainbow: linear-gradient(135deg, #ec4899 0%, #a855f7 50%, #3b82f6 100%);--fh-gradient-success: linear-gradient(135deg, var(--fh-success), var(--fh-info));--fh-gradient-warm: linear-gradient(135deg, var(--fh-warning), var(--fh-error));--fh-neu-bg: color-mix(in srgb, var(--pr-gray-200) 90%, var(--pr-gray-300))}:root[data-theme=dark]{--fh-bg-layer: linear-gradient(to bottom, #020617 0%, #050312 50%, #000000 100%)}.radius-panel{border-radius:var(--fh-radius-4)}.radius-card,.radius-navbar{border-radius:var(--fh-radius-3)}.radius-control{border-radius:var(--fh-radius-2)}.radius-chip{border-radius:var(--fh-radius-full)}.radius-stepper{border-radius:var(--fh-radius-5)}.radius-panel-top{border-top-left-radius:var(--fh-radius-4);border-top-right-radius:var(--fh-radius-4)}.radius-card-top,.radius-navbar-top{border-top-left-radius:var(--fh-radius-3);border-top-right-radius:var(--fh-radius-3)}.radius-control-top{border-top-left-radius:var(--fh-radius-2);border-top-right-radius:var(--fh-radius-2)}.radius-panel-bottom{border-bottom-left-radius:var(--fh-radius-4);border-bottom-right-radius:var(--fh-radius-4)}.radius-card-bottom,.radius-navbar-bottom{border-bottom-left-radius:var(--fh-radius-3);border-bottom-right-radius:var(--fh-radius-3)}.radius-control-bottom{border-bottom-left-radius:var(--fh-radius-2);border-bottom-right-radius:var(--fh-radius-2)}:root{--fh-smoked-bg: rgba(255, 255, 255, .7);--fh-smoked-border: rgba(255, 255, 255, .55);--fh-smoked-shadow: 0 18px 60px rgba(0, 0, 0, .12);--fh-smoked-noise-opacity: .04;--fh-smoked-blur: 16px;--fh-smoked-saturate: 1.2}:root[data-theme=dark]{--fh-smoked-bg: rgba(30, 41, 59, .65);--fh-smoked-border: rgba(255, 255, 255, .12);--fh-smoked-shadow: 0 18px 60px rgba(0, 0, 0, .35)}.smoked-glass-card{--fh-smoked-blur: 3px;--fh-smoked-saturate: 1.15;border-radius:var(--fh-radius-4);background:var(--fh-smoked-bg);backdrop-filter:blur(var(--fh-smoked-blur)) saturate(var(--fh-smoked-saturate));-webkit-backdrop-filter:blur(var(--fh-smoked-blur)) saturate(var(--fh-smoked-saturate));border:1px solid var(--fh-smoked-border);box-shadow:var(--fh-smoked-shadow)}.smoked-glass-card.smoked-opacity-low{--fh-smoked-bg: rgba(255, 255, 255, .85)}.smoked-glass-card.smoked-opacity-high{--fh-smoked-bg: rgba(255, 255, 255, .4)}:root[data-theme=dark] .smoked-glass-card.smoked-opacity-low{--fh-smoked-bg: rgba(30, 41, 59, .85)}:root[data-theme=dark] .smoked-glass-card.smoked-opacity-high{--fh-smoked-bg: rgba(30, 41, 59, .35)}.smoked-glass-card.smoked-blur-none,.smoked-glass-card-full.smoked-blur-none{backdrop-filter:blur(0px) saturate(1)!important;-webkit-backdrop-filter:blur(0px) saturate(1)!important}.smoked-glass-card.smoked-blur-light,.smoked-glass-card-full.smoked-blur-light{backdrop-filter:blur(2px) saturate(1.05)!important;-webkit-backdrop-filter:blur(3px) saturate(1.05)!important}.smoked-glass-card.smoked-blur-heavy,.smoked-glass-card-full.smoked-blur-heavy{backdrop-filter:blur(5px) saturate(1.3)!important;-webkit-backdrop-filter:blur(20px) saturate(1.3)!important}.smoked-glass-card.smoked-blur-extreme,.smoked-glass-card-full.smoked-blur-extreme{backdrop-filter:blur(10px) saturate(1.5)!important;-webkit-backdrop-filter:blur(50px) saturate(1.5)!important}.smoked-glass-card-full{--fh-smoked-blur: 8px;--fh-smoked-saturate: 1.15;border-radius:var(--fh-radius-4);background:var(--fh-smoked-bg);backdrop-filter:blur(var(--fh-smoked-blur)) saturate(var(--fh-smoked-saturate));-webkit-backdrop-filter:blur(var(--fh-smoked-blur)) saturate(var(--fh-smoked-saturate));border:1px solid var(--fh-smoked-border);box-shadow:var(--fh-smoked-shadow);position:relative;overflow:hidden}.smoked-glass-card-full:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:var(--fh-smoked-noise-opacity);pointer-events:none;mix-blend-mode:overlay;border-radius:inherit}.smoked-glass-card-full:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 0%,#ffffffa6,#fff0 55%);pointer-events:none;z-index:0}:root[data-theme=dark] .smoked-glass-card-full:before{background:radial-gradient(circle at 20% 0%,#ffffff14,#fff0 55%)}.smoked-glass-card-full>*{position:relative;z-index:1}.smoked-glass-card-full.smoked-noise-none:after{display:none}.smoked-glass-card-full.smoked-noise-light{--fh-smoked-noise-opacity: .03}.smoked-glass-card-full.smoked-noise-heavy{--fh-smoked-noise-opacity: .12}.smoked-glass-card-full.smoked-noise-extreme{--fh-smoked-noise-opacity: .25}.smoked-glass-card-full.smoked-glow-none:before{display:none}.smoked-glass-card-full.smoked-opacity-low{--fh-smoked-bg: rgba(255, 255, 255, .85)}.smoked-glass-card-full.smoked-opacity-high{--fh-smoked-bg: rgba(255, 255, 255, .4)}:root[data-theme=dark] .smoked-glass-card-full.smoked-opacity-low{--fh-smoked-bg: rgba(30, 41, 59, .85)}:root[data-theme=dark] .smoked-glass-card-full.smoked-opacity-high{--fh-smoked-bg: rgba(30, 41, 59, .35)}:root{--fh-glossy-bg: rgba(255, 255, 255, .92);--fh-glossy-border: rgba(255, 255, 255, .75);--fh-glossy-shadow: 0 10px 28px rgba(0, 0, 0, .16);--fh-glossy-noise-opacity: .02;--fh-glossy-highlight: linear-gradient(135deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .25) 35%, rgba(255, 255, 255, 0) 60%)}:root[data-theme=dark]{--fh-glossy-bg: rgba(30, 41, 59, .88);--fh-glossy-border: rgba(255, 255, 255, .18);--fh-glossy-shadow: 0 10px 28px rgba(0, 0, 0, .32);--fh-glossy-highlight: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .05) 35%, rgba(255, 255, 255, 0) 60%)}.glossy-card{border-radius:var(--fh-radius-3);background:var(--fh-glossy-bg);border:1px solid var(--fh-glossy-border);box-shadow:var(--fh-glossy-shadow),inset 0 1px #ffffffb3;position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.glossy-card:before{content:"";position:absolute;inset:0;background:var(--fh-glossy-highlight);pointer-events:none;z-index:1;border-radius:inherit}.glossy-card:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:var(--fh-glossy-noise-opacity);pointer-events:none;mix-blend-mode:soft-light;border-radius:inherit}.glossy-card>*{position:relative;z-index:2}.glossy-card:hover{box-shadow:0 14px 34px #0000002e,inset 0 1px #ffffffbf}.glossy-card:active{transform:scale(.98)}:root[data-theme=dark] .glossy-card:hover{box-shadow:0 14px 34px #0006,inset 0 1px #fff3}:root{--fh-holo-bg: linear-gradient(135deg, rgba(255, 255, 255, .9) 0%, rgba(241, 245, 249, .9) 100%);--fh-holo-overlay-opacity: .3}:root[data-theme=dark]{--fh-holo-bg: linear-gradient(135deg, rgba(30, 41, 59, .9) 0%, rgba(51, 65, 85, .9) 100%);--fh-holo-overlay-opacity: .35}@keyframes holographic{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.holographic-card{--holo-duration: 8s;border-radius:var(--fh-radius-3);background:var(--fh-holo-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;overflow:hidden}.holographic-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ff0080,#7928ca,#0070f3,#00dfd8,#ff0080);background-size:400% 400%;animation:holographic var(--holo-duration) ease infinite;opacity:var(--fh-holo-overlay-opacity);pointer-events:none;border-radius:inherit;transition:opacity .4s ease}.holographic-card>*{position:relative;z-index:1}.holographic-card:hover:before{opacity:calc(var(--fh-holo-overlay-opacity) + .15)}:root{--fh-gradient-border-bg: white;--fh-gradient-border-width: 2px;--fh-gradient-border-colors: linear-gradient(135deg, #ec4899 0%, #a855f7 50%, #3b82f6 100%)}:root[data-theme=dark]{--fh-gradient-border-bg: #111827}.gradient-border-card{position:relative;border-radius:var(--fh-radius-3);background:var(--fh-gradient-border-bg)}.gradient-border-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:var(--fh-gradient-border-width);background:var(--fh-gradient-border-colors);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.gradient-border-card>*{position:relative;z-index:1}.gradient-border-card:hover:before{background:linear-gradient(135deg,#f472b6,#c084fc,#60a5fa)}@keyframes gradient-rotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.gradient-border-card-animated{position:relative;border-radius:var(--fh-radius-3);background:var(--fh-gradient-border-bg)}.gradient-border-card-animated:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:var(--fh-gradient-border-width);background:linear-gradient(135deg,#ec4899,#a855f7,#3b82f6,#06b6d4,#ec4899);background-size:300% 300%;animation:gradient-rotate 6s ease infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.gradient-border-card-animated>*{position:relative;z-index:1}.neumorphism-card{background-color:var(--fh-neu-bg);border-radius:24px;box-shadow:var(--fh-neu-shadow);transition:box-shadow .2s ease}.neumorphism-card:hover{box-shadow:var(--fh-neu-shadow-hover)}.neumorphism-card-inset{background-color:var(--fh-neu-bg);border-radius:24px;box-shadow:var(--fh-neu-shadow-inset)}:root{--fh-frosted-glass-bg: rgba(255, 255, 255, .15);--fh-frosted-glass-border: rgba(255, 255, 255, .3);--fh-frosted-glass-shadow: 0 8px 32px rgba(0, 0, 0, .1);--fh-frosted-glass-blur: 12px;--fh-frosted-glass-highlight: rgba(255, 255, 255, .6);--fh-frosted-glass-reflection: rgba(255, 255, 255, .2)}:root[data-theme=dark]{--fh-frosted-glass-bg: rgba(255, 255, 255, .05);--fh-frosted-glass-border: rgba(255, 255, 255, .15);--fh-frosted-glass-shadow: 0 8px 32px rgba(0, 0, 0, .4);--fh-frosted-glass-highlight: rgba(255, 255, 255, .15);--fh-frosted-glass-reflection: rgba(255, 255, 255, .08)}.frosted-glass-card{border-radius:var(--fh-radius-4);background:var(--fh-frosted-glass-bg);backdrop-filter:blur(var(--fh-frosted-glass-blur)) saturate(1.8);-webkit-backdrop-filter:blur(var(--fh-frosted-glass-blur)) saturate(1.8);border:1px solid var(--fh-frosted-glass-border);box-shadow:var(--fh-frosted-glass-shadow);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.frosted-glass-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,var(--fh-frosted-glass-highlight) 50%,transparent 100%);animation:frosted-flow 3s ease-in-out infinite;pointer-events:none}.frosted-glass-card:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,var(--fh-frosted-glass-reflection) 0%,transparent 100%);border-radius:inherit;pointer-events:none}.frosted-glass-card>*{position:relative;z-index:1}.frosted-glass-card:hover{transform:translateY(-2px);box-shadow:0 12px 48px #00000026;border-color:#fff6}:root[data-theme=dark] .frosted-glass-card:hover{box-shadow:0 12px 48px #0009;border-color:#ffffff40}@keyframes frosted-flow{0%{left:-100%;opacity:0}50%{opacity:1}to{left:100%;opacity:0}}.frosted-glass-card.frosted-opacity-low{--fh-frosted-glass-bg: rgba(255, 255, 255, .25)}.frosted-glass-card.frosted-opacity-high{--fh-frosted-glass-bg: rgba(255, 255, 255, .08)}:root[data-theme=dark] .frosted-glass-card.frosted-opacity-low{--fh-frosted-glass-bg: rgba(255, 255, 255, .1)}:root[data-theme=dark] .frosted-glass-card.frosted-opacity-high{--fh-frosted-glass-bg: rgba(255, 255, 255, .02)}.frosted-glass-card.frosted-blur-light{backdrop-filter:blur(6px) saturate(1.5)!important;-webkit-backdrop-filter:blur(6px) saturate(1.5)!important}.frosted-glass-card.frosted-blur-heavy{backdrop-filter:blur(20px) saturate(2)!important;-webkit-backdrop-filter:blur(20px) saturate(2)!important}.frosted-glass-card.frosted-blur-extreme{backdrop-filter:blur(30px) saturate(2.5)!important;-webkit-backdrop-filter:blur(30px) saturate(2.5)!important}.frosted-glass-card.frosted-flow-fast:before{animation-duration:2s}.frosted-glass-card.frosted-flow-slow:before{animation-duration:5s}.frosted-glass-card.frosted-flow-none:before{display:none}.frosted-glass-card.frosted-reflection-none:after{display:none}.frosted-glass-card.frosted-reflection-strong:after{height:60%;background:linear-gradient(180deg,var(--fh-frosted-glass-highlight) 0%,transparent 100%)}:root{--fh-metallic-base: linear-gradient(135deg, #c0c0d0 0%, #a0a0b8 50%, #8888a0 100%);--fh-metallic-shadow: 0 15px 50px rgba(0, 0, 0, .3);--fh-metallic-highlight: rgba(255, 255, 255, 1);--fh-metallic-dark: rgba(30, 30, 50, .8);--fh-metallic-tint: rgba(254, 179, 255, .4);--fh-metallic-chrome-bright: rgba(255, 255, 255, .95);--fh-metallic-chrome-mid: rgba(180, 180, 200, .7);--fh-metallic-chrome-dark: rgba(60, 60, 80, .6)}:root[data-theme=dark]{--fh-metallic-base: linear-gradient(135deg, #2a2a3a 0%, #1a1a28 50%, #0a0a18 100%);--fh-metallic-shadow: 0 15px 50px rgba(0, 0, 0, .7);--fh-metallic-highlight: rgba(255, 255, 255, .4);--fh-metallic-dark: rgba(0, 0, 0, .9);--fh-metallic-tint: rgba(254, 179, 255, .3);--fh-metallic-chrome-bright: rgba(255, 255, 255, .3);--fh-metallic-chrome-mid: rgba(120, 120, 160, .5);--fh-metallic-chrome-dark: rgba(20, 20, 40, .8)}@keyframes metallic-liquid-flow{0%,to{transform:translate(0) scale(1.2) rotate(0)}25%{transform:translate(20%,-15%) scale(1.35) rotate(5deg)}50%{transform:translate(-15%,20%) scale(1.1) rotate(-3deg)}75%{transform:translate(-20%,-10%) scale(1.3) rotate(3deg)}}@keyframes chromatic-aberration{0%,to{filter:hue-rotate(0deg) brightness(1.1) contrast(1.3) saturate(1.2)}25%{filter:hue-rotate(5deg) brightness(1.15) contrast(1.4) saturate(1.3)}50%{filter:hue-rotate(-3deg) brightness(1.05) contrast(1.25) saturate(1.1)}75%{filter:hue-rotate(3deg) brightness(1.12) contrast(1.35) saturate(1.25)}}@keyframes metallic-reflection-sweep{0%{transform:translate(-200%) translateY(-100%) rotate(30deg) scaleY(2);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(300%) translateY(100%) rotate(30deg) scaleY(2);opacity:0}}@keyframes liquid-ripple{0%,to{transform:scale(1) translate(0);opacity:.7}50%{transform:scale(1.5) translate(15%,-15%);opacity:.4}}@keyframes metallic-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.metallic-paint-card{border-radius:var(--fh-radius-3);background:var(--fh-metallic-base);box-shadow:var(--fh-metallic-shadow),inset 0 4px 8px var(--fh-metallic-highlight),inset 0 -4px 8px var(--fh-metallic-dark),inset 2px 2px 4px #ffffff80,inset -2px -2px 4px #00000080;position:relative;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .3s ease,box-shadow .3s ease}.metallic-paint-card:before{content:"";position:absolute;inset:-120%;background:radial-gradient(ellipse at 15% 25%,var(--fh-metallic-chrome-bright) 0%,transparent 30%),radial-gradient(ellipse at 85% 75%,var(--fh-metallic-tint) 0%,transparent 35%),radial-gradient(ellipse at 50% 50%,var(--fh-metallic-chrome-mid) 0%,transparent 40%),radial-gradient(ellipse at 25% 85%,var(--fh-metallic-chrome-dark) 0%,transparent 30%),radial-gradient(ellipse at 75% 15%,var(--fh-metallic-dark) 0%,transparent 25%),radial-gradient(ellipse at 40% 60%,var(--fh-metallic-chrome-bright) 0%,transparent 35%),radial-gradient(ellipse at 60% 40%,var(--fh-metallic-chrome-mid) 0%,transparent 30%),linear-gradient(-30deg,transparent 0%,transparent 30%,rgba(254,179,255,.03) 35%,rgba(255,255,255,.08) 40%,rgba(254,179,255,.1) 44%,rgba(255,255,255,.25) 48%,rgba(254,179,255,.15) 50%,rgba(255,255,255,.25) 52%,rgba(254,179,255,.1) 56%,rgba(255,255,255,.08) 60%,rgba(254,179,255,.03) 65%,transparent 70%,transparent 100%);animation:metallic-liquid-flow 12s ease-in-out infinite;pointer-events:none;filter:blur(60px) contrast(1.5) brightness(1.2);opacity:.9;mix-blend-mode:screen;will-change:transform}.metallic-paint-card:after{content:"";position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(120deg,transparent 0%,transparent 35%,rgba(255,255,255,.1) 40%,rgba(255,255,255,.4) 45%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.4) 55%,rgba(255,255,255,.1) 60%,transparent 65%,transparent 100%);animation:metallic-reflection-sweep 10s linear infinite;pointer-events:none;mix-blend-mode:overlay;will-change:transform}.metallic-paint-card>*{position:relative;z-index:1}.metallic-paint-card:hover{transform:translateY(-2px)}.metallic-paint-card:active{transform:translateY(0)}.metallic-paint-card-high-contrast{--fh-metallic-highlight: rgba(255, 255, 255, 1);--fh-metallic-dark: rgba(0, 0, 0, .95);--fh-metallic-chrome-bright: rgba(255, 255, 255, 1);box-shadow:var(--fh-metallic-shadow),inset 0 6px 12px #fff,inset 0 -6px 12px #000000e6,inset 4px 4px 8px #fffc,inset -4px -4px 8px #000c}:root[data-theme=dark] .metallic-paint-card-high-contrast{--fh-metallic-highlight: rgba(255, 255, 255, .6);--fh-metallic-dark: rgba(0, 0, 0, 1);--fh-metallic-chrome-bright: rgba(255, 255, 255, .5)}.metallic-paint-card-chromatic:before{animation:metallic-liquid-flow 18s ease-in-out infinite,chromatic-aberration 10s ease-in-out infinite;filter:blur(60px) contrast(1.7) brightness(1.3) saturate(1.5)}.metallic-paint-card-liquid:before{filter:blur(80px) contrast(1.8) brightness(1.4);animation:metallic-liquid-flow 15s ease-in-out infinite,liquid-ripple 12s ease-in-out infinite;opacity:1}.metallic-paint-card-glossy:after{background:linear-gradient(120deg,transparent 0%,transparent 30%,rgba(255,255,255,.2) 38%,rgba(255,255,255,.6) 44%,rgba(255,255,255,1) 50%,rgba(255,255,255,.6) 56%,rgba(255,255,255,.2) 62%,transparent 70%,transparent 100%);animation:metallic-reflection-sweep 12s ease-in-out infinite,metallic-pulse 6s ease-in-out infinite}.metallic-paint-card-glossy:before{filter:blur(50px) contrast(2) brightness(1.5)}.metallic-paint-card-fast:before{animation-duration:6s}.metallic-paint-card-fast:after{animation-duration:5s}.metallic-paint-card-slow:before{animation-duration:20s}.metallic-paint-card-slow:after{animation-duration:16s}.metallic-paint-card-static:before,.metallic-paint-card-static:after{animation:none}.metallic-paint-card-static:before{transform:translate(0) scale(1.2) rotate(0);opacity:.9}.metallic-paint-card-static:after{transform:translate(0) translateY(0) rotate(30deg) scaleY(2);opacity:.7}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{scrollbar-color:initial;scrollbar-width:initial;box-sizing:border-box}html{font-size:clamp(12px,3.125vw,16px);overflow:hidden;height:100%}body{overflow:hidden;height:100%;font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;display:flex;flex-direction:column;margin:0;padding:0;color:var(--fh-fg);background:var(--fh-bg-layer)}#root{display:flex;flex-direction:column;height:100%;background-color:transparent}input,select,textarea{background-color:var(--fh-card-glass-alt);color:var(--fh-fg);border-color:var(--fh-border-strong)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--fh-fg-subtle)}input::placeholder,textarea::placeholder{color:var(--fh-fg-subtle)}select option{background-color:var(--fh-dropdown-bg);color:var(--fh-fg);padding:8px 12px}select option:checked,select option:focus{background-color:var(--fh-dropdown-item-hover-bg)}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}:root[data-theme=dark] *{scrollbar-color:rgba(255,255,255,.15) transparent}.scrollbar-none{scrollbar-width:none;-ms-overflow-style:none}[data-theme=dark] body{background:linear-gradient(to bottom,#020617,#050312,#000)!important}.\!container{width:100%!important}.container{width:100%}@media(min-width:320px){.\!container{max-width:320px!important}.container{max-width:320px}}@media(min-width:360px){.\!container{max-width:360px!important}.container{max-width:360px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-8{inset:-2rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-x-1{left:.25rem;right:.25rem}.inset-x-12{left:3rem;right:3rem}.inset-x-4{left:1rem;right:1rem}.inset-y-0{top:0;bottom:0}.-left-10{left:-2.5rem}.-left-24{left:-6rem}.-left-8{left:-2rem}.-right-10{right:-2.5rem}.-right-16{right:-4rem}.-right-2{right:-.5rem}.-right-20{right:-5rem}.-right-3\.5{right:-.875rem}.-right-4{right:-1rem}.-right-6{right:-1.5rem}.-right-8{right:-2rem}.-top-16{top:-4rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-24{bottom:6rem}.bottom-4{bottom:1rem}.bottom-full{bottom:100%}.left-0{left:0}.left-0\.5{left:.125rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-full{left:100%}.right-0{right:0}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-7{right:1.75rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-16{top:4rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-6{top:1.5rem}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.\!m-4{margin:1rem!important}.m-0{margin:0}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-mt-2{margin-top:-.5rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-\[-1rem\]{margin-left:-1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[12\%\]{margin-top:12%}.mt-\[2\%\]{margin-top:2%}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.\!h-2\.5{height:.625rem!important}.\!h-3{height:.75rem!important}.\!h-8{height:2rem!important}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[46px\]{height:46px}.h-\[90vh\]{height:90vh}.h-\[calc\(\(100vh-60px-50px-12px\)\*0\.95\)\]{height:calc((100vh - 122px)*.95)}.h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px)}.h-auto{height:auto}.h-dvh{height:100dvh}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-24{max-height:6rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[400px\]{max-height:400px}.max-h-\[60px\]{max-height:60px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[calc\(100\%-24px\)\]{max-height:calc(100% - 24px)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[20px\]{min-height:20px}.min-h-\[220px\]{min-height:220px}.min-h-\[28px\]{min-height:28px}.min-h-\[32px\]{min-height:32px}.min-h-\[38px\]{min-height:38px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[65px\]{min-height:65px}.min-h-\[80px\]{min-height:80px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-2\.5{width:.625rem!important}.\!w-3{width:.75rem!important}.\!w-8{width:2rem!important}.w-1\.5{width:.375rem}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[260px\]{width:260px}.w-\[26rem\]{width:26rem}.w-\[270px\]{width:270px}.w-\[32rem\]{width:32rem}.w-\[400px\]{width:400px}.w-\[600px\]{width:600px}.w-\[62px\]{width:62px}.w-\[64px\]{width:64px}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[110px\]{min-width:110px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[16px\]{min-width:16px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[52px\]{min-width:52px}.min-w-\[600px\]{min-width:600px}.min-w-\[80px\]{min-width:80px}.min-w-\[900px\]{min-width:900px}.min-w-\[90px\]{min-width:90px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[300px\]{max-width:300px}.max-w-\[75\%\]{max-width:75%}.max-w-\[80px\]{max-width:80px}.max-w-\[90\%\]{max-width:90%}.max-w-\[calc\(100vw-24px\)\]{max-width:calc(100vw - 24px)}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:left}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-50{--tw-scale-x: .5;--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.01\]{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-default{cursor:default!important}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.scroll-mt-6{scroll-margin-top:1.5rem}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-rows-\[auto_1fr\]{grid-template-rows:auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-\[var\(--fh-border-default\)\]>:not([hidden])~:not([hidden]){border-color:var(--fh-border-default)}.divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-clip{overflow-x:clip}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-\[34px\]{border-radius:34px!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[var\(--fh-radius-2\)\]{border-bottom-right-radius:var(--fh-radius-2);border-bottom-left-radius:var(--fh-radius-2)}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-\[var\(--fh-radius-2\)\]{border-top-left-radius:var(--fh-radius-2);border-top-right-radius:var(--fh-radius-2)}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.\!border-2{border-width:2px!important}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1\.5px\]{border-bottom-width:1.5px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.\!border-\[var\(--fh-card-bg\)\]{border-color:var(--fh-card-bg)!important}.\!border-green-300{--tw-border-opacity: 1 !important;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))!important}.border-\[\#4A90E2\]{--tw-border-opacity: 1;border-color:rgb(74 144 226 / var(--tw-border-opacity, 1))}.border-\[var\(--fh-border\)\]{border-color:var(--fh-border)}.border-\[var\(--fh-border-default\)\]{border-color:var(--fh-border-default)}.border-\[var\(--fh-border-strong\)\]{border-color:var(--fh-border-strong)}.border-\[var\(--fh-border-subtle\)\]{border-color:var(--fh-border-subtle)}.border-\[var\(--fh-error\)\]{border-color:var(--fh-error)}.border-\[var\(--fh-glossy-border\)\]{border-color:var(--fh-glossy-border)}.border-\[var\(--fh-heading\)\]{border-color:var(--fh-heading)}.border-\[var\(--fh-primary\)\]{border-color:var(--fh-primary)}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-black\/5{border-color:#0000000d}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-600\/30{border-color:#0596694d}.border-emerald-600\/50{border-color:#05966980}.border-fuchsia-500\/30{border-color:#d946ef4d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500\/20{border-color:#ef444433}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity, 1))}.border-rose-500\/30{border-color:#f43f5e4d}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-sky-400{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity, 1))}.border-sky-500{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.border-sky-500\/20{border-color:#0ea5e933}.border-sky-500\/30{border-color:#0ea5e94d}.border-sky-500\/40{border-color:#0ea5e966}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-500\/30{border-color:#64748b4d}.border-transparent{border-color:transparent}.border-violet-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-violet-500{--tw-border-opacity: 1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/5{border-color:#ffffff0d}.border-white\/60{border-color:#fff9}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-blue-500{--tw-border-opacity: 1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-opacity-20{--tw-border-opacity: .2}.border-opacity-30{--tw-border-opacity: .3}.\!bg-\[var\(--fh-card-bg-subtle\)\]{background-color:var(--fh-card-bg-subtle)!important}.\!bg-amber-500{--tw-bg-opacity: 1 !important;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))!important}.\!bg-purple-500{--tw-bg-opacity: 1 !important;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))!important}.\!bg-sky-500{--tw-bg-opacity: 1 !important;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))!important}.\!bg-slate-400{--tw-bg-opacity: 1 !important;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))!important}.\!bg-violet-500{--tw-bg-opacity: 1 !important;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))!important}.bg-\[\#4A90E2\]{--tw-bg-opacity: 1;background-color:rgb(74 144 226 / var(--tw-bg-opacity, 1))}.bg-\[var\(--fh-accent-soft\)\]{background-color:var(--fh-accent-soft)}.bg-\[var\(--fh-bg\)\]{background-color:var(--fh-bg)}.bg-\[var\(--fh-border-default\)\]{background-color:var(--fh-border-default)}.bg-\[var\(--fh-button-disabled\)\]{background-color:var(--fh-button-disabled)}.bg-\[var\(--fh-card-bg\)\]{background-color:var(--fh-card-bg)}.bg-\[var\(--fh-card-bg-hover\)\]{background-color:var(--fh-card-bg-hover)}.bg-\[var\(--fh-card-bg-muted\)\]{background-color:var(--fh-card-bg-muted)}.bg-\[var\(--fh-card-bg-subtle\)\]{background-color:var(--fh-card-bg-subtle)}.bg-\[var\(--fh-card-glass\)\]{background-color:var(--fh-card-glass)}.bg-\[var\(--fh-card-glass-alt\)\]{background-color:var(--fh-card-glass-alt)}.bg-\[var\(--fh-dropdown-bg\)\]{background-color:var(--fh-dropdown-bg)}.bg-\[var\(--fh-error\)\]{background-color:var(--fh-error)}.bg-\[var\(--fh-error-soft\)\]{background-color:var(--fh-error-soft)}.bg-\[var\(--fh-fg-subtle\)\]{background-color:var(--fh-fg-subtle)}.bg-\[var\(--fh-gray-300\)\]{background-color:var(--fh-gray-300)}.bg-\[var\(--fh-hover-bg\)\]{background-color:var(--fh-hover-bg)}.bg-\[var\(--fh-input-bg\)\]{background-color:var(--fh-input-bg)}.bg-\[var\(--fh-input-bg\,var\(--fh-bg\)\)\]{background-color:var(--fh-input-bg,var(--fh-bg))}.bg-\[var\(--fh-input-bg\,var\(--fh-card-bg\)\)\]{background-color:var(--fh-input-bg,var(--fh-card-bg))}.bg-\[var\(--fh-nav-bg\)\]{background-color:var(--fh-nav-bg)}.bg-\[var\(--fh-nav-item-hover-bg\)\]{background-color:var(--fh-nav-item-hover-bg)}.bg-\[var\(--fh-primary\)\]{background-color:var(--fh-primary)}.bg-\[var\(--fh-sidebar-bg\,var\(--fh-card-bg\)\)\]{background-color:var(--fh-sidebar-bg,var(--fh-card-bg))}.bg-\[var\(--fh-table-head-bg\)\]{background-color:var(--fh-table-head-bg)}.bg-\[var\(--fh-table-row-alt-bg\)\]{background-color:var(--fh-table-row-alt-bg)}.bg-\[var\(--fh-table-row-bg\)\]{background-color:var(--fh-table-row-bg)}.bg-\[var\(--fh-tooltip-bg\,\#1e1e2e\)\]{background-color:var(--fh-tooltip-bg,#1e1e2e)}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/15{background-color:#f59e0b26}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-400\/70{background-color:#60a5fab3}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-fuchsia-300{--tw-bg-opacity: 1;background-color:rgb(240 171 252 / var(--tw-bg-opacity, 1))}.bg-fuchsia-400{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity, 1))}.bg-fuchsia-400\/10{background-color:#e879f91a}.bg-fuchsia-500\/15{background-color:#d946ef26}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/5{background-color:#6366f10d}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-rose-300{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/15{background-color:#f43f5e26}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-sky-100\/80{background-color:#e0f2fecc}.bg-sky-300{--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity, 1))}.bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.bg-sky-400\/10{background-color:#38bdf81a}.bg-sky-400\/30{background-color:#38bdf84d}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-sky-500\/10{background-color:#0ea5e91a}.bg-sky-500\/15{background-color:#0ea5e926}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200\/70{background-color:#e2e8f0b3}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-50\/30{background-color:#f8fafc4d}.bg-slate-500\/15{background-color:#64748b26}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-500\/10{background-color:#8b5cf61a}.bg-violet-500\/15{background-color:#8b5cf626}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/80{background-color:#fffc}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#4A90E2\]{--tw-gradient-from: #4A90E2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 144 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-400{--tw-gradient-from: #34d399 var(--tw-gradient-from-position);--tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-400{--tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-400\/15{--tw-gradient-from: rgb(56 189 248 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-50\/80{--tw-gradient-from: rgb(240 249 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-500\/10{--tw-gradient-from: rgb(14 165 233 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-500\/20{--tw-gradient-from: rgb(14 165 233 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900\/80{--tw-gradient-from: rgb(15 23 42 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900\/90{--tw-gradient-from: rgb(15 23 42 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-950{--tw-gradient-from: #020617 var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-400{--tw-gradient-from: #a78bfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#6C5CE7\]{--tw-gradient-to: rgb(108 92 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6C5CE7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-500\/15{--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(99 102 241 / .15) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-500\/5{--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(99 102 241 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-950{--tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/90{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#9013FE\]{--tw-gradient-to: #9013FE var(--tw-gradient-to-position)}.to-\[var\(--fh-bg\)\]{--tw-gradient-to: var(--fh-bg) var(--tw-gradient-to-position)}.to-fuchsia-50\/80{--tw-gradient-to: rgb(253 244 255 / .8) var(--tw-gradient-to-position)}.to-fuchsia-500\/10{--tw-gradient-to: rgb(217 70 239 / .1) var(--tw-gradient-to-position)}.to-fuchsia-500\/20{--tw-gradient-to: rgb(217 70 239 / .2) var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-sky-400{--tw-gradient-to: #38bdf8 var(--tw-gradient-to-position)}.to-slate-950{--tw-gradient-to: #020617 var(--tw-gradient-to-position)}.to-slate-950\/90{--tw-gradient-to: rgb(2 6 23 / .9) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-\[var\(--fh-fg-subtle\)\]{fill:var(--fh-fg-subtle)}.fill-none{fill:none}.fill-white{fill:#fff}.stroke-\[var\(--fh-border-default\)\]{stroke:var(--fh-border-default)}.stroke-current{stroke:currentColor}.stroke-white{stroke:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12\%\]{padding-left:12%;padding-right:12%}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-\[12\%\]{padding-bottom:12%}.pb-\[var\(--fh-spacing-field-row\)\]{padding-bottom:var(--fh-spacing-field-row)}.pl-10{padding-left:2.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pl-9{padding-left:2.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-9xl{font-size:8rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[clamp\(0\.9rem\,4\.5cqi\,1\.2rem\)\]{font-size:clamp(.9rem,4.5cqi,1.2rem)}.text-\[clamp\(1\.2rem\,6cqi\,1\.6rem\)\]{font-size:clamp(1.2rem,6cqi,1.6rem)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-\[1\.2\]{line-height:1.2}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.28em\]{letter-spacing:.28em}.tracking-\[0\.35em\]{letter-spacing:.35em}.tracking-\[0\.38em\]{letter-spacing:.38em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#07C160\]{--tw-text-opacity: 1;color:rgb(7 193 96 / var(--tw-text-opacity, 1))}.text-\[\#12B7F5\]{--tw-text-opacity: 1;color:rgb(18 183 245 / var(--tw-text-opacity, 1))}.text-\[\#1677FF\]{--tw-text-opacity: 1;color:rgb(22 119 255 / var(--tw-text-opacity, 1))}.text-\[\#24292e\]{--tw-text-opacity: 1;color:rgb(36 41 46 / var(--tw-text-opacity, 1))}.text-\[\#333333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.text-\[\#4A90E2\]{--tw-text-opacity: 1;color:rgb(74 144 226 / var(--tw-text-opacity, 1))}.text-\[\#666666\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity, 1))}.text-\[var\(--fh-error\)\]{color:var(--fh-error)}.text-\[var\(--fh-fg\)\]{color:var(--fh-fg)}.text-\[var\(--fh-fg-muted\)\]{color:var(--fh-fg-muted)}.text-\[var\(--fh-fg-subtle\)\]{color:var(--fh-fg-subtle)}.text-\[var\(--fh-heading\)\]{color:var(--fh-heading)}.text-\[var\(--fh-info\)\]{color:var(--fh-info)}.text-\[var\(--fh-primary\)\]{color:var(--fh-primary)}.text-\[var\(--fh-success\)\]{color:var(--fh-success)}.text-\[var\(--fh-text-muted\)\]{color:var(--fh-text-muted)}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-emerald-100\/90{color:#d1fae5e6}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-300\/80{color:#6ee7b7cc}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-fuchsia-700{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-sky-100\/80{color:#e0f2fecc}.text-sky-200{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-sky-500{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-slate-100\/80{color:#f1f5f9cc}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-slate-950\/80{color:#020617cc}.text-transparent{color:transparent}.text-violet-200{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/40{color:#fff6}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.\!shadow-\[0_0_8px_rgba\(134\,239\,172\,0\.6\)\]{--tw-shadow: 0 0 8px rgba(134,239,172,.6) !important;--tw-shadow-colored: 0 0 8px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_3px_0_rgba\(0\,0\,0\,0\.1\)\,0_1px_2px_-1px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 2px 12px rgba(0,0,0,.08);--tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 2px 8px rgba(0,0,0,.04);--tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.06\)\,0_2px_12px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 8px 40px rgba(0,0,0,.06),0 2px 12px rgba(0,0,0,.04);--tw-shadow-colored: 0 8px 40px var(--tw-shadow-color), 0 2px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 8px 40px rgba(0,0,0,.08);--tw-shadow-colored: 0 8px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[\#4A90E2\]\/30{--tw-shadow-color: rgb(74 144 226 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/20{--tw-shadow-color: rgb(99 102 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/10{--tw-shadow-color: rgb(15 23 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/20{--tw-shadow-color: rgb(15 23 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/30{--tw-shadow-color: rgb(15 23 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/5{--tw-shadow-color: rgb(15 23 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-\[var\(--fh-primary\)\]{--tw-ring-color: var(--fh-primary)}.ring-amber-500\/30{--tw-ring-color: rgb(245 158 11 / .3)}.ring-blue-400\/40{--tw-ring-color: rgb(96 165 250 / .4)}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.ring-blue-500\/20{--tw-ring-color: rgb(59 130 246 / .2)}.ring-emerald-500\/30{--tw-ring-color: rgb(16 185 129 / .3)}.ring-red-400\/40{--tw-ring-color: rgb(248 113 113 / .4)}.ring-sky-500\/30{--tw-ring-color: rgb(14 165 233 / .3)}.ring-violet-500\/30{--tw-ring-color: rgb(139 92 246 / .3)}.ring-offset-0{--tw-ring-offset-width: 0px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-200{transition-delay:.2s}.duration-0{transition-duration:0s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.scrollbar-none{scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.\[-webkit-background-clip\:text\]{-webkit-background-clip:text}.\[-webkit-text-fill-color\:transparent\]{-webkit-text-fill-color:transparent}.react-flow__node{cursor:default!important}.react-flow__node.dragging{cursor:grabbing!important}.react-flow__pane{cursor:default!important}.react-flow__pane.dragging,.react-flow__pane.draggable:active{cursor:grabbing!important}.placeholder\:text-\[var\(--fh-fg-muted\)\]::-moz-placeholder{color:var(--fh-fg-muted)}.placeholder\:text-\[var\(--fh-fg-muted\)\]::placeholder{color:var(--fh-fg-muted)}.placeholder\:text-\[var\(--fh-fg-subtle\)\]::-moz-placeholder{color:var(--fh-fg-subtle)}.placeholder\:text-\[var\(--fh-fg-subtle\)\]::placeholder{color:var(--fh-fg-subtle)}.focus-within\:border-\[var\(--fh-error\)\]:focus-within{border-color:var(--fh-error)}.focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-blue-500\/20:focus-within{--tw-ring-color: rgb(59 130 246 / .2)}.group:hover .group-hover\:text-\[var\(--fh-accent-primary\)\]{color:var(--fh-accent-primary)}.group:hover .group-hover\:text-\[var\(--fh-primary\)\]{color:var(--fh-primary)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-60{opacity:.6}.peer:checked~.peer-checked\:border-\[var\(--fh-error\)\]{border-color:var(--fh-error)}.peer:checked~.peer-checked\:border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:bg-\[var\(--fh-error\)\]{background-color:var(--fh-error)}.peer:checked~.peer-checked\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.peer:hover~.peer-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.peer:hover~.peer-hover\:shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.peer:focus~.peer-focus\:ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-500\/20{--tw-ring-color: rgb(59 130 246 / .2)}.peer:focus-visible~.peer-focus-visible\:ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus-visible~.peer-focus-visible\:ring-blue-500\/20{--tw-ring-color: rgb(59 130 246 / .2)}.peer:focus-visible~.peer-focus-visible\:ring-offset-2{--tw-ring-offset-width: 2px}.hover\:z-10:hover{z-index:10}.hover\:w-12:hover{width:3rem}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[var\(--fh-accent-primary\)\]:hover{border-color:var(--fh-accent-primary)}.hover\:border-\[var\(--fh-border-default\)\]:hover{border-color:var(--fh-border-default)}.hover\:border-\[var\(--fh-border-strong\)\]:hover{border-color:var(--fh-border-strong)}.hover\:border-\[var\(--fh-fg-muted\)\]:hover{border-color:var(--fh-fg-muted)}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-sky-400:hover{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity, 1))}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:bg-\[\#4A90E2\]\/10:hover{background-color:#4a90e21a}.hover\:bg-\[\#5CA0FF\]:hover{--tw-bg-opacity: 1;background-color:rgb(92 160 255 / var(--tw-bg-opacity, 1))}.hover\:bg-\[var\(--fh-accent-soft\)\]:hover{background-color:var(--fh-accent-soft)}.hover\:bg-\[var\(--fh-bg-subtle\)\]:hover{background-color:var(--fh-bg-subtle)}.hover\:bg-\[var\(--fh-button-hover\)\]:hover{background-color:var(--fh-button-hover)}.hover\:bg-\[var\(--fh-card-bg\)\]:hover{background-color:var(--fh-card-bg)}.hover\:bg-\[var\(--fh-card-bg-hover\)\]:hover{background-color:var(--fh-card-bg-hover)}.hover\:bg-\[var\(--fh-card-bg-subtle\)\]:hover{background-color:var(--fh-card-bg-subtle)}.hover\:bg-\[var\(--fh-card-glass\)\]:hover{background-color:var(--fh-card-glass)}.hover\:bg-\[var\(--fh-card-glass-alt\)\]:hover{background-color:var(--fh-card-glass-alt)}.hover\:bg-\[var\(--fh-card-hover\)\]:hover{background-color:var(--fh-card-hover)}.hover\:bg-\[var\(--fh-dropdown-item-hover-bg\)\]:hover{background-color:var(--fh-dropdown-item-hover-bg)}.hover\:bg-\[var\(--fh-hover-bg\)\]:hover{background-color:var(--fh-hover-bg)}.hover\:bg-\[var\(--fh-nav-item-hover-bg\)\]:hover{background-color:var(--fh-nav-item-hover-bg)}.hover\:bg-black\/20:hover{background-color:#0003}.hover\:bg-black\/45:hover{background-color:#00000073}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500\/5:hover{background-color:#3b82f60d}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-500:hover{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-600\/10:hover{background-color:#0596691a}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-rose-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-500\/10:hover{background-color:#f43f5e1a}.hover\:bg-sky-500\/20:hover{background-color:#0ea5e933}.hover\:bg-sky-500\/5:hover{background-color:#0ea5e90d}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-500\/10:hover{background-color:#64748b1a}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:pl-4:hover{padding-left:1rem}.hover\:text-\[var\(--fh-fg\)\]:hover{color:var(--fh-fg)}.hover\:text-\[var\(--fh-fg-muted\)\]:hover{color:var(--fh-fg-muted)}.hover\:text-\[var\(--fh-heading\)\]:hover{color:var(--fh-heading)}.hover\:text-\[var\(--fh-primary\)\]:hover{color:var(--fh-primary)}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-rose-400:hover{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-\[var\(--fh-error\)\]:focus{border-color:var(--fh-error)}.focus\:border-\[var\(--fh-primary\)\]:focus{border-color:var(--fh-primary)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-sky-400:focus{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[var\(--fh-primary\)\]:focus{--tw-ring-color: var(--fh-primary)}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500\/20:focus{--tw-ring-color: rgb(59 130 246 / .2)}.focus\:ring-emerald-400\/20:focus{--tw-ring-color: rgb(52 211 153 / .2)}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-\[var\(--fh-primary\)\]:focus-visible{outline-color:var(--fh-primary)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[var\(--fh-primary\)\]:focus-visible{--tw-ring-color: var(--fh-primary)}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-blue-700:active{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.dark\:border-amber-500\/30:is(.dark *){border-color:#f59e0b4d}.dark\:border-amber-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.dark\:border-amber-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-emerald-500\/30:is(.dark *){border-color:#10b9814d}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-rose-500\/30:is(.dark *){border-color:#f43f5e4d}.dark\:border-rose-500\/40:is(.dark *){border-color:#f43f5e66}.dark\:border-sky-500\/30:is(.dark *){border-color:#0ea5e94d}.dark\:border-slate-500\/30:is(.dark *){border-color:#64748b4d}.dark\:border-slate-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:border-violet-500\/30:is(.dark *){border-color:#8b5cf64d}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}.dark\:border-white\/15:is(.dark *){border-color:#ffffff26}.dark\:border-white\/40:is(.dark *){border-color:#fff6}.dark\:bg-\[var\(--fh-card-glass-alt\)\]:is(.dark *){background-color:var(--fh-card-glass-alt)}.dark\:bg-amber-500\/10:is(.dark *){background-color:#f59e0b1a}.dark\:bg-amber-950\/20:is(.dark *){background-color:#451a0333}.dark\:bg-blue-500\/10:is(.dark *){background-color:#3b82f61a}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-950\/20:is(.dark *){background-color:#17255433}.dark\:bg-emerald-500\/10:is(.dark *){background-color:#10b9811a}.dark\:bg-fuchsia-500\/10:is(.dark *){background-color:#d946ef1a}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-green-500\/10:is(.dark *){background-color:#22c55e1a}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-red-500\/10:is(.dark *){background-color:#ef44441a}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-rose-500\/10:is(.dark *){background-color:#f43f5e1a}.dark\:bg-sky-500\/10:is(.dark *){background-color:#0ea5e91a}.dark\:bg-sky-500\/15:is(.dark *){background-color:#0ea5e926}.dark\:bg-slate-500\/10:is(.dark *){background-color:#64748b1a}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-900\/10:is(.dark *){background-color:#0f172a1a}.dark\:bg-violet-500\/15:is(.dark *){background-color:#8b5cf626}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}.dark\:bg-white\/30:is(.dark *){background-color:#ffffff4d}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:bg-gradient-to-b:is(.dark *){background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.dark\:from-\[\#4A90E2\]\/30:is(.dark *){--tw-gradient-from: rgb(74 144 226 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 144 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-slate-900\/80:is(.dark *){--tw-gradient-from: rgb(15 23 42 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-slate-950:is(.dark *){--tw-gradient-from: #020617 var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-slate-950:is(.dark *){--tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-black:is(.dark *){--tw-gradient-to: #000 var(--tw-gradient-to-position)}.dark\:to-slate-950\/80:is(.dark *){--tw-gradient-to: rgb(2 6 23 / .8) var(--tw-gradient-to-position)}.dark\:fill-black:is(.dark *){fill:#000}.dark\:stroke-black:is(.dark *){stroke:#000}.dark\:text-\[var\(--fh-fg-muted\)\]:is(.dark *){color:var(--fh-fg-muted)}.dark\:text-\[var\(--fh-fg-subtle\)\]:is(.dark *){color:var(--fh-fg-subtle)}.dark\:text-\[var\(--fh-heading\)\]:is(.dark *){color:var(--fh-heading)}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-emerald-200:is(.dark *){--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-fuchsia-200:is(.dark *){--tw-text-opacity: 1;color:rgb(245 208 254 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-rose-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.dark\:text-rose-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.dark\:text-sky-200:is(.dark *){--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.dark\:text-sky-300:is(.dark *){--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-slate-100:is(.dark *){--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.dark\:text-slate-200:is(.dark *){--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-violet-200:is(.dark *){--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/60:is(.dark *){color:#fff9}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}.dark\:text-white\/80:is(.dark *){color:#fffc}.dark\:text-white\/90:is(.dark *){color:#ffffffe6}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:shadow-slate-900\/40:is(.dark *){--tw-shadow-color: rgb(15 23 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.dark\:hover\:bg-\[var\(--fh-card-bg-subtle\)\]:hover:is(.dark *){background-color:var(--fh-card-bg-subtle)}.dark\:hover\:bg-blue-950\/30:hover:is(.dark *){background-color:#1725544d}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:bg-rose-500\/10:hover:is(.dark *){background-color:#f43f5e1a}.dark\:hover\:bg-white\/10:hover:is(.dark *){background-color:#ffffff1a}.dark\:hover\:bg-white\/45:hover:is(.dark *){background-color:#ffffff73}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:320px){.xs\:h-3\.5{height:.875rem}.xs\:h-4{height:1rem}.xs\:min-h-\[24px\]{min-height:24px}.xs\:min-h-\[32px\]{min-height:32px}.xs\:min-h-\[36px\]{min-height:36px}.xs\:w-3\.5{width:.875rem}.xs\:w-4{width:1rem}.xs\:gap-1{gap:.25rem}.xs\:gap-1\.5{gap:.375rem}.xs\:gap-2{gap:.5rem}.xs\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xs\:px-4{padding-left:1rem;padding-right:1rem}.xs\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xs\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.xs\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xs\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}}@media(min-width:360px){.sm\:mx-0{margin-left:0;margin-right:0}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:\!h-10{height:2.5rem!important}.sm\:h-10{height:2.5rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:min-h-\[28px\]{min-height:28px}.sm\:min-h-\[36px\]{min-height:36px}.sm\:min-h-\[44px\]{min-height:44px}.sm\:\!w-10{width:2.5rem!important}.sm\:w-10{width:2.5rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-72{width:18rem}.sm\:w-8{width:2rem}.sm\:min-w-0{min-width:0px}.sm\:flex-shrink{flex-shrink:1}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-1\.5{gap:.375rem}.sm\:gap-14{gap:3.5rem}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media(min-width:768px){.md\:relative{position:relative}.md\:z-auto{z-index:auto}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:w-56{width:14rem}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:rounded-none{border-radius:0}.md\:bg-\[var\(--fh-card-glass\)\]{background-color:var(--fh-card-glass)}}@media(min-width:1024px){.lg\:w-80{width:20rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\,1\.1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1\.1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-20{gap:5rem}.lg\:p-8{padding:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:pt-12{padding-top:3rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-\[minmax\(0\,1\.1fr\)_minmax\(0\,0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.xl\:px-16{padding-left:4rem;padding-right:4rem}}.\[\&\>svg\]\:h-full>svg{height:100%}.\[\&\>svg\]\:w-full>svg{width:100%}
