.vfm-theme{background:var(--vfm-light-background);min-height:100%;width:100%;--vfm-text:#1b2539;--vfm-text-muted:rgba(27,37,57,0.7);--vfm-theme:#00bc7e;--vfm-theme-light:#ecf7f2;--vfm-light-background:#f4f5f6;--vfm-light-mode-border:#f8f8f8;--vfm-light-mode-border-darken:#e8e9eb;--vfm-shadow-card:0 2px 6px 0 rgba(0,0,0,0.04);--vfm-light-input-background:hsla(210,10%,98%,1);--vfm-light-popup-shadow:0 2px 40px rgba(26,38,74,0.12);--vfm-light-vignette:rgba(9,8,12,0.35)}.vfm-theme,.vfm-theme *{color:var(--vfm-text);font-family:var(--vfm-font-family,"Nunito Sans",sans-serif)}.vfm-theme *{outline:0;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none}.vfm-theme a,.vfm-theme button,.vfm-theme input,.vfm-theme select,.vfm-theme textarea{font-family:var(--vfm-font-family,"Nunito Sans",sans-serif)}.vfm-theme img{display:block;max-width:100%;height:auto}.vfm-theme input::-moz-placeholder,.vfm-theme textarea::-moz-placeholder{color:rgba(27,37,57,.5)}.vfm-theme input::placeholder,.vfm-theme textarea::placeholder{color:rgba(27,37,57,.5)}.vfm-theme input:disabled,.vfm-theme select:disabled,.vfm-theme textarea:disabled{color:rgba(27,37,57,.8);-webkit-text-fill-color:rgba(27,37,57,.8);opacity:1;cursor:not-allowed}.dark .vfm-theme{background:var(--vfm-background,#151515);--vfm-foreground:#1e2024;--vfm-text:var(--vfm-text-primary,#bec6cf);--vfm-text-muted:var(--vfm-text-secondary,#7d858c);--vfm-light-background:var(--vfm-background,#151515);--vfm-light-mode-border:rgba(255,255,255,0.02);--vfm-light-mode-border-darken:rgba(255,255,255,0.04)}.dark .vfm-theme,.dark .vfm-theme *{color:var(--vfm-text-primary,#bec6cf)}.dark .vfm-theme input::-moz-placeholder,.dark .vfm-theme textarea::-moz-placeholder{color:var(--vfm-text-secondary,#7d858c)}.dark .vfm-theme input::placeholder,.dark .vfm-theme textarea::placeholder{color:var(--vfm-text-secondary,#7d858c)}.vfm-theme .vfm-app{display:flex;min-height:100vh;width:100%;background:var(--vfm-light-background)}.dark .vfm-theme .vfm-app{background:var(--vfm-background,#151515)}.vfm-theme .vfm-sidebar{width:280px;min-width:280px;background:#ffffff;border-right:1px solid var(--vfm-light-mode-border-darken);position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.vfm-theme .vfm-iconbar{width:64px;min-width:64px;background:var(--vfm-light-background);border-right:1px solid var(--vfm-light-mode-border);box-shadow:var(--vfm-shadow-card);display:none;flex-direction:column;align-items:center;padding:20px 12px;gap:16px}@media (min-width:1024px){.vfm-theme .vfm-iconbar{display:flex}}@media (min-width:1280px){.vfm-theme .vfm-iconbar{width:80px;min-width:80px}}.dark .vfm-theme .vfm-iconbar{background:var(--vfm-foreground,#1e2024);border-right-color:rgba(255,255,255,.02);box-shadow:var(--vfm-shadow-card)}.vfm-theme .vfm-iconbar-top{gap:16px}.vfm-theme .vfm-iconbar-bottom,.vfm-theme .vfm-iconbar-top{display:flex;flex-direction:column;align-items:center;width:100%}.vfm-theme .vfm-iconbar-bottom{margin-top:auto;gap:10px}.vfm-theme .vfm-iconbar-avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;overflow:hidden}.vfm-theme .vfm-iconbar-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vfm-theme .vfm-iconbar-nav{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.vfm-theme .vfm-iconbar-button{display:inline-flex;border-radius:14px;border:1px solid transparent;background:transparent;color:var(--vfm-text);cursor:pointer;transition:background .2s ease,color .2s ease}.vfm-theme .vfm-iconbar-button:hover{background:#e1e1ef}.dark .vfm-theme .vfm-iconbar-button:hover{background:#1e2124}.vfm-theme .vfm-iconbar-button.is-active.is-home{background:rgba(0,188,126,.1);color:var(--vfm-theme)}.vfm-theme .vfm-iconbar-button.is-active.is-settings{background:rgba(157,102,254,.1);color:#9d66fe}.vfm-theme .vfm-iconbar-button.is-active.is-user{background:rgba(254,102,161,.1);color:#fe66a1}.vfm-theme .vfm-iconbar-nav .vfm-iconbar-button{color:var(--vfm-theme)}.dark .vfm-theme .vfm-sidebar{background:var(--vfm-foreground,#1e2024);border-right-color:rgba(255,255,255,.02)}.vfm-theme .vfm-sidebar--mobile{width:100%;min-width:100%;height:100%;position:static;border-right:none}.vfm-theme .vfm-sidebar-inner{display:flex;flex-direction:column;height:100%}.vfm-theme .vfm-sidebar-logo{padding:24px 24px 10px}.vfm-theme .vfm-sidebar-scroll{padding:10px 18px 18px}.vfm-theme .vfm-sidebar-profile{padding:12px 18px 20px;margin-top:auto}.vfm-theme .vfm-main{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--vfm-light-background)}.vfm-theme .vfm-content{flex:1;padding:24px;background:var(--vfm-light-background)}.vfm-theme .vfm-content-inner{width:100%;background:#ffffff;box-shadow:var(--vfm-shadow-card);border-radius:12px}.dark .vfm-theme .vfm-content-inner{background:var(--vfm-foreground,#1e2024);box-shadow:var(--vfm-shadow-card)}.vfm-theme .vfm-content-inner--full,.vfm-theme .vfm-layout--chatflow .vfm-content{padding:0}.vfm-theme .vcr-layout--base .vfm-content-inner,.vfm-theme .vfm-layout--chatflow .vfm-content-inner,.vfm-theme .vfm-layout--profile .vfm-content-inner{background:transparent;box-shadow:none;border-radius:0}.vfm-theme .vcr-page{min-height:100vh;background:var(--vfm-light-background)}.vfm-theme .vcr-page-container{position:relative;max-width:1024px;margin:0 auto;padding:24px 24px 48px;display:flex;flex-direction:column;gap:24px}@media (min-width:1024px){.vfm-theme .vcr-page-container{padding:24px 32px 48px}}.vfm-theme .vcr-sticky-card{padding:0;position:sticky;top:0;z-index:6}.vfm-theme .vcr-sticky-bar{display:flex;align-items:center;gap:12px;padding:16px 24px;flex-wrap:wrap}.vfm-theme .vcr-table-card{padding:0;overflow:hidden}.vfm-theme .vcr-select{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.vfm-theme .vcr-select-area{border:1px solid transparent;border-radius:8px;align-items:center;padding:13px 20px;display:flex;outline:0;width:100%;cursor:pointer;justify-content:space-between;transition:all .15s ease}.dark .vfm-theme .vcr-select-area{background:#191b1e;color:var(--vfm-text-primary,#bec6cf)}.vfm-theme .vcr-select-area.is-active .vcr-select-chevron{transform:rotate(180deg)}.vfm-theme .vcr-select-area.is-error{border-color:#ef4444;box-shadow:0 0 7px rgba(239,68,68,.3)}.vfm-theme .vcr-select-chevron{transition:all .15s ease}.vfm-theme .vcr-select-options{box-shadow:0 5px 15px rgba(0,0,0,.12);background:#ffffff;border-radius:8px;position:absolute;overflow:hidden;top:65px;left:0;right:0;z-index:60;max-height:295px;overflow-y:auto}.vfm-theme .vcr-select-item{padding:13px 20px;display:block;cursor:pointer}.vfm-theme .vcr-select-item:hover{color:var(--vfm-theme);background:var(--vfm-light-background)}.vfm-theme .vcr-select-search{background:#ffffff;position:sticky;top:0;padding:13px}.vfm-theme .vcr-select-search-input{border:1px solid transparent;background:var(--vfm-light-background);transition:all .15s ease;font-size:14px;padding:13px 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;outline:0;width:100%}.vfm-theme .vcr-select-value{font-size:14px;font-weight:700;vertical-align:middle}.vfm-theme .vcr-select-value.placeholder{color:rgba(27,37,57,.5)}.dark .vfm-theme .vcr-select-search{background:var(--vfm-foreground,#1e2024)}.dark .vfm-theme .vcr-select-search-input{background:var(--vfm-background,#151515)}.dark .vfm-theme .vcr-select-options{background:var(--vfm-foreground,#1e2024)}.dark .vfm-theme .vcr-select-item:hover{background:rgba(255,255,255,.04)}.dark .vfm-theme .vcr-select-value.placeholder{color:var(--vfm-text-muted)}.vfm-theme .vfm-content-inner--horizontal{margin-top:12px}.vfm-theme .vfm-header{position:sticky;top:0;z-index:10;background:transparent}.vfm-theme .vfm-header.is-sticky{background:var(--vfm-light-background);box-shadow:var(--vfm-shadow-popup)}.dark .vfm-theme .vfm-header.is-sticky{background:var(--vfm-background,#151515)}.vfm-theme .vfm-header-inner{display:flex;align-items:center;gap:16px;padding:18px 24px}.vfm-theme .vfm-header-inner--full{max-width:100%}.vfm-theme .vfm-header-left,.vfm-theme .vfm-header-right{display:flex;align-items:center;gap:12px}.vfm-theme .vfm-header-left{flex:1}.vfm-theme .vfm-header-right{margin-left:auto}.vfm-theme .vfm-header-icon{width:42px;height:42px;border-radius:8px;border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.vfm-theme .vfm-header-icon:hover{background:var(--vfm-light-background)}.dark .vfm-theme .vfm-header-icon:hover{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-header-horizontal{border-top:1px solid var(--vfm-light-mode-border);border-bottom:1px solid var(--vfm-light-mode-border)}.dark .vfm-theme .vfm-header-horizontal{border-color:rgba(255,255,255,.02)}.vfm-theme .vfm-header-horizontal-inner{padding:10px 24px}.vfm-theme .vfm-header-horizontal-inner--full{padding-left:24px;padding-right:24px}.vfm-theme .vfm-mobile-header.active{display:block;padding:0 24px 16px}.vfm-theme .vfm-nav-group{margin-bottom:18px}.vfm-theme .vfm-nav-heading{font-size:12px;font-weight:700;letter-spacing:.3px;color:var(--vfm-text-muted);margin:10px 6px;text-transform:uppercase}.dark .vfm-theme .vfm-nav-heading{color:var(--vfm-text-secondary,#7d858c)}.vfm-theme .vfm-nav-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:700;color:var(--vfm-text);transition:all .15s ease}.vfm-theme .vfm-nav-item-content{display:inline-flex;align-items:center;gap:10px}.vfm-theme .vfm-nav-item-icon{opacity:.9}.vfm-theme .vfm-nav-item-dot{width:6px;height:6px;border-radius:999px;background:rgba(27,37,57,.4)}.vfm-theme .vfm-nav-item.is-active,.vfm-theme .vfm-nav-item:hover{background:var(--vfm-theme-light);color:var(--vfm-theme)}.dark .vfm-theme .vfm-nav-item{color:var(--vfm-text-primary,#bec6cf)}.dark .vfm-theme .vfm-nav-item.is-active,.dark .vfm-theme .vfm-nav-item:hover{background:rgba(0,188,126,.12);color:var(--vfm-theme)}.dark .vfm-theme .vfm-nav-item-dot{background:rgba(190,198,207,.4)}.vfm-theme .vfm-nav-item-collapse{width:100%;background:transparent;border:none;text-align:left;cursor:pointer}.vfm-theme .vfm-nav-caret{font-size:12px;opacity:.7;transition:transform .2s ease}.vfm-theme .vfm-nav-caret.is-open{transform:rotate(180deg)}.vfm-theme .vfm-nav-children{padding-left:18px;margin-top:6px;display:none}.vfm-theme .vfm-nav-children.is-open{display:block}.vfm-theme .text-primary{color:var(--vfm-theme)!important}.vfm-theme .bg-lightprimary{background:var(--vfm-theme-light)!important}.vfm-theme .text-darklink,.vfm-theme .text-link{color:var(--vfm-text-muted)!important}.vfm-theme .text-theme{color:var(--vfm-theme)!important}.vfm-theme .bg-theme{background:var(--vfm-theme)!important}.vfm-theme .bg-theme-100{background:rgba(0,188,126,.1)!important}.vfm-theme .bg-lightgray{background:var(--vfm-light-background)!important}.vfm-theme .card-title{font-weight:800;font-size:18px;color:var(--vfm-text)}.vfm-theme .card-subtitle{font-weight:600;font-size:13px;color:var(--vfm-text-muted)}.vfm-theme .text-ld{color:var(--vfm-text)!important}.dark .vfm-theme .text-ld{color:var(--vfm-text-primary,#bec6cf)!important}.vfm-theme .border-ld{border-color:var(--vfm-light-mode-border-darken)!important}.dark .vfm-theme .border-ld{border-color:rgba(255,255,255,.02)!important}.vfm-theme .bg-hover:hover{background:var(--vfm-light-background)!important}.dark .vfm-theme .bg-hover:hover{background:var(--vfm-foreground,#1e2024)!important}.vfm-theme .border-light{border-color:var(--vfm-light-mode-border)}.dark .vfm-theme .dark\:border-opacity-5{border-color:rgba(255,255,255,.05)}.vfm-theme .badge,.vfm-theme .vfm-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.vfm-theme .vfm-badge--published{background:rgba(0,188,126,.12);color:var(--vfm-theme)}.vfm-theme .vfm-badge--draft{background:rgba(255,189,45,.2);color:#c37700}.vfm-theme .vfm-badge--archived{background:rgba(164,173,182,.2);color:#4b5563}.vfm-theme [role=dialog]{border-radius:12px!important;box-shadow:var(--vfm-light-popup-shadow)!important}.dark .vfm-theme [role=dialog]{background:var(--vfm-foreground,#1e2024)!important;box-shadow:var(--vfm-shadow-card)!important}.vfm-theme .dropdown,.vfm-theme [data-testid=flowbite-dropdown]{position:relative;background:#ffffff!important;border-radius:12px!important;box-shadow:var(--vfm-light-popup-shadow)!important}.dark .vfm-theme .dropdown,.dark .vfm-theme [data-testid=flowbite-dropdown]{background:var(--vfm-foreground,#1e2024)!important;box-shadow:var(--vfm-shadow-card)!important}.vfm-theme .vfm-profile-trigger{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:transparent;transition:all .15s ease}.vfm-theme .vfm-profile-trigger:hover{background:var(--vfm-theme-light)}.vfm-theme .vfm-profile-avatar{border-radius:999px;width:36px;height:36px;border:1px dashed transparent;padding:2px}.vfm-theme .vfm-profile-trigger:hover .vfm-profile-avatar{border-color:var(--vfm-theme)}.vfm-theme input[type=email],.vfm-theme input[type=number],.vfm-theme input[type=password],.vfm-theme input[type=search],.vfm-theme input[type=text],.vfm-theme select,.vfm-theme textarea{border:1px solid transparent!important;border-radius:8px!important;padding:13px 20px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;outline:0;width:100%;background:var(--vfm-light-input-background);box-shadow:0 1px 5px rgba(0,0,0,.12);color:var(--vfm-text)}.vfm-theme textarea{resize:vertical}.vfm-theme input[type=email]:focus,.vfm-theme input[type=number]:focus,.vfm-theme input[type=password]:focus,.vfm-theme input[type=search]:focus,.vfm-theme input[type=text]:focus,.vfm-theme select:focus,.vfm-theme textarea:focus{border-color:var(--vfm-theme)!important;box-shadow:0 1px 5px rgba(0,188,126,.3)}.dark .vfm-theme input[type=email],.dark .vfm-theme input[type=number],.dark .vfm-theme input[type=password],.dark .vfm-theme input[type=search],.dark .vfm-theme input[type=text],.dark .vfm-theme select,.dark .vfm-theme textarea{background:var(--vfm-foreground,#1e2024);color:var(--vfm-text-primary,#bec6cf);box-shadow:var(--vfm-shadow-card)}.vfm-theme input[type=color]{width:38px!important;height:40px;border:none!important;background:none!important;min-width:auto!important;padding:0!important;box-shadow:none!important}.vfm-theme .btn,.vfm-theme .button,.vfm-theme .button-base,.vfm-theme button{border-radius:8px!important;font-weight:700;font-size:15px}.vfm-theme .btn-primary,.vfm-theme .button-base.theme-solid{background:var(--vfm-theme)!important;color:#ffffff!important}.vfm-theme .btn-primary:hover,.vfm-theme .button-base.theme-solid:hover{background:#00a56e!important}.vfm-theme .btn-secondary,.vfm-theme .button-base.theme{background:var(--vfm-theme-light)!important;color:var(--vfm-theme)!important}.vfm-theme .btn-secondary:hover,.vfm-theme .button-base.theme:hover{background:rgba(0,188,126,.2)!important}.vfm-theme table{width:100%;border-collapse:collapse;background:transparent}.vfm-theme table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.3px;font-weight:700;color:var(--vfm-text-muted);padding:14px 16px;border-bottom:1px solid var(--vfm-light-mode-border-darken)}.vfm-theme table tbody td{padding:14px 16px;font-weight:700;border-bottom:1px solid var(--vfm-light-mode-border)}.dark .vfm-theme table thead th{color:var(--vfm-text-secondary,#7d858c)}.dark .vfm-theme table tbody td,.dark .vfm-theme table thead th{border-bottom-color:rgba(255,255,255,.02)}.vfm-theme .form-group{margin-bottom:25px}.vfm-theme .form-group-label{font-size:18px;font-weight:800;letter-spacing:.3px;margin-bottom:25px;display:block}.vfm-theme .input-help{font-size:12px;color:var(--vfm-text-muted);line-height:1.35;padding-top:10px;display:block}.vfm-theme .error-message{font-size:14px;color:var(--vfm-danger);padding-top:5px;display:block;text-align:left}.vfm-theme .additional-link{font-size:16px;margin-top:50px;display:block}.vfm-theme .additional-link a,.vfm-theme .additional-link b{cursor:pointer}.vfm-theme .additional-link a:hover,.vfm-theme .additional-link b:hover{text-decoration:underline}.vfm-theme .checkbox{width:18px;height:18px;border:1px solid var(--vfm-light-mode-border-darken);background:#ffffff;border-radius:4px}.dark .vfm-theme .checkbox{background:var(--vfm-foreground,#1e2024);border-color:rgba(255,255,255,.05)}.vfm-theme .vfm-auth-wrapper{display:flex;padding:0 10px}@media (min-width:768px){.vfm-theme .vfm-auth-wrapper{padding:0 24px}}.vfm-theme .vfm-auth-content{width:100%;max-width:36rem;text-align:center;margin:auto;padding:24px 0}.vfm-theme .vfm-auth-headline{margin-bottom:56px}.vfm-theme .vfm-auth-logo-image{display:block;margin:0 auto 40px;width:64px;height:64px}@media (min-width:768px){.vfm-theme .vfm-auth-logo-image{width:80px;height:80px}}.vfm-theme .vfm-auth-title{margin-bottom:2px;font-size:30px;font-weight:800}@media (min-width:768px){.vfm-theme .vfm-auth-title{font-size:36px}}.vfm-theme .vfm-auth-subtitle{font-size:20px;font-weight:400}.vfm-theme .vfm-auth-avatar{width:112px;height:112px;border-radius:12px;-o-object-fit:cover;object-fit:cover;margin:0 auto 24px;box-shadow:var(--vfm-shadow-card)}.vfm-theme .vfm-auth-form{margin-bottom:48px}.vfm-theme .vfm-auth-form-row{display:flex;flex-direction:column;align-items:stretch;gap:16px;margin-bottom:48px}@media (min-width:768px){.vfm-theme .vfm-auth-form-row{flex-direction:row;gap:16px;align-items:flex-start}}.vfm-theme .vfm-auth-form-column{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px}.vfm-theme .vfm-auth-field{width:100%;text-align:left}.vfm-theme .vfm-auth-error{margin-top:8px;text-align:left;font-size:12px;color:#dc2626}.vfm-theme .vfm-auth-inline{display:block;margin-bottom:20px}.vfm-theme .vfm-auth-inline a{margin-left:6px}.vfm-theme .vfm-auth-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0 auto;padding:10px 28px;border-radius:8px;border:2px solid #000000;background:transparent;font-weight:800;font-size:18px;white-space:nowrap;width:100%;line-height:1.4}@media (min-width:768px){.vfm-theme .vfm-auth-button{width:auto}}.dark .vfm-theme .vfm-auth-button{border-color:#d1d5db}.vfm-theme .vfm-auth-button-text{padding-right:4px;font-size:18px;font-weight:800}.vfm-theme .vfm-auth-button-icon{color:var(--vfm-theme)}.vfm-theme .vfm-auth-spinner{margin-top:20px;height:48px}.vfm-theme .vfm-input{background:var(--vfm-light-background);border:1px solid transparent!important;border-radius:8px!important;padding:14px 20px!important;font-weight:700}.vfm-theme .vfm-input-2fa{text-align:center;max-width:320px}.vfm-theme .focus-border-theme:focus{border-color:var(--vfm-theme)!important}.vfm-theme .vfm-social-buttons{display:flex;justify-content:center;align-items:center;margin-bottom:40px;gap:40px}.vfm-theme .vfm-social-button{background:transparent;border:none;cursor:pointer}.vfm-theme .sync-alt,.vfm-theme .vfm-spin{animation:vfm-spin 1s linear infinite}.vfm-theme .bg-light-background{background:var(--vfm-light-background)}.dark .vfm-theme .bg-2x-dark-foreground,.dark .vfm-theme .dark\:bg-2x-dark-foreground,.dark .vfm-theme .dark\:bg-dark-foreground{background:var(--vfm-foreground,#1e2024)}.vfm-theme .user-avatar{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;margin-bottom:20px;border-radius:8px;box-shadow:0 10px 30px rgba(25,54,60,.2)}@keyframes vfm-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vfm-theme .page-wrapper-sub{background:var(--vfm-light-background)}.dark .vfm-theme .page-wrapper-sub{background:var(--vfm-background,#151515)}.vfm-theme .menu-sidebar,.vfm-theme .minisidebar-icon{background:#ffffff;box-shadow:var(--vfm-shadow-card)}.dark .vfm-theme .menu-sidebar,.dark .vfm-theme .minisidebar-icon{background:var(--vfm-foreground,#1e2024);box-shadow:var(--vfm-shadow-card)}.vfm-theme .card,.vfm-theme .widget-card{background:#ffffff;border-radius:12px;box-shadow:var(--vfm-shadow-card)}.dark .vfm-theme .card,.dark .vfm-theme .widget-card{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-header-inner,.vfm-theme .vfm-sidebar{display:none!important}.grid-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;padding:1rem 0}.grid-view-sidebar{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.875rem;padding:1rem 0}.vfm-theme .vfm-mobile-overlay{position:fixed;inset:0;background:rgba(9,8,12,.35);z-index:40}.vfm-theme .vfm-mobile-header{position:fixed;inset:0;display:none;align-items:flex-end;z-index:50;pointer-events:none}.vfm-theme .vfm-mobile-header.is-open{display:flex;pointer-events:auto}.vfm-theme .vfm-mobile-sheet{width:100%;background:#ffffff;border-radius:20px 20px 0 0;padding:16px;box-shadow:var(--vfm-shadow-popup)}.dark .vfm-theme .vfm-mobile-sheet{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-mobile-sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--vfm-light-mode-border-darken);margin:6px auto 16px}.dark .vfm-theme .vfm-mobile-sheet-handle{background:rgba(255,255,255,.1)}.vfm-theme .vfm-mobile-user{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#ffffff;box-shadow:var(--vfm-shadow-card)}.dark .vfm-theme .vfm-mobile-user{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-mobile-user-avatar{width:40px;height:40px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.vfm-theme .vfm-mobile-user-info{flex:1}.vfm-theme .vfm-mobile-user-name{font-weight:700;font-size:14px}.vfm-theme .vfm-mobile-user-email{font-size:12px;color:var(--vfm-text-muted)}.vfm-theme .vfm-mobile-bell{width:36px;height:36px;border-radius:12px;border:1px solid var(--vfm-light-mode-border-darken);background:transparent;display:inline-flex;align-items:center;justify-content:center}.dark .vfm-theme .vfm-mobile-bell{border-color:rgba(255,255,255,.08)}.vfm-theme .vfm-mobile-menu{margin-top:16px;max-height:50vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.vfm-theme .vfm-mobile-group{border-radius:14px;background:#ffffff;padding:10px 12px;box-shadow:var(--vfm-shadow-card)}.dark .vfm-theme .vfm-mobile-group{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-mobile-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:14px;background:transparent;border:none;cursor:pointer}.vfm-theme .vfm-mobile-group-caret{transition:transform .2s ease}.vfm-theme .vfm-mobile-group-caret.is-open{transform:rotate(90deg)}.vfm-theme .vfm-mobile-group-items{margin-top:10px;display:flex;flex-direction:column;gap:8px}.vfm-theme .vfm-mobile-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--vfm-text-muted);margin-bottom:6px}.vfm-theme .vfm-mobile-link{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13px}.vfm-theme .vfm-mobile-link-icon{color:var(--vfm-text-muted)}.vfm-theme .vfm-mobile-logout{margin-top:18px;width:100%;border:none;background:transparent;display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;padding:10px 4px;color:var(--vfm-text)}.vfm-theme .vfm-chatflow-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--vfm-light-mode-border-darken);background:var(--vfm-light-background)}.dark .vfm-theme .vfm-chatflow-header{background:var(--vfm-foreground,#1e2024);border-bottom-color:rgba(255,255,255,.05)}.vfm-theme .vfm-chatflow-title h1{font-size:18px;font-weight:800}.vfm-theme .vfm-chatflow-actions{display:flex;align-items:center;gap:8px}.vfm-theme .vfm-chatflow-actions .vfm-header-icon{width:40px;height:40px;border-radius:10px}.vfm-theme .vfm-chatflow-actions .vfm-header-icon.is-active{background:var(--vfm-theme-light);color:var(--vfm-theme)}.vfm-theme .vfm-chatflow-sidebar{width:280px;min-width:280px;display:flex;flex-direction:column;background:var(--vfm-light-background);border-right:1px solid var(--vfm-light-mode-border-darken)}.dark .vfm-theme .vfm-chatflow-sidebar{background:var(--vfm-foreground,#1e2024);border-right-color:rgba(255,255,255,.05)}.vfm-theme .vfm-chatflow-sidebar-header{padding:18px 18px 12px;border-bottom:1px solid var(--vfm-light-mode-border-darken)}.dark .vfm-theme .vfm-chatflow-sidebar-header{border-bottom-color:rgba(255,255,255,.05)}.vfm-theme .vfm-chatflow-sidebar-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vfm-text-muted)}.vfm-theme .vfm-chatflow-sidebar-body{flex:1;overflow:auto;padding:12px 12px 20px}.vfm-theme .vfm-chatflow-sidebar-footer{border-top:1px solid var(--vfm-light-mode-border-darken);padding:12px 16px 18px}.dark .vfm-theme .vfm-chatflow-sidebar-footer{border-top-color:rgba(255,255,255,.05)}.vfm-theme .vfm-chatflow-sidebar-action{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:600;border-radius:10px;background:transparent;color:var(--vfm-text)}.vfm-theme .vfm-chatflow-sidebar-action:hover{background:var(--vfm-theme-light);color:var(--vfm-theme)}.vfm-theme .vfm-chatflow-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:16px;border-bottom:1px solid var(--vfm-light-mode-border-darken);background:var(--vfm-light-background)}.dark .vfm-theme .vfm-chatflow-toolbar{background:var(--vfm-foreground,#1e2024);border-bottom-color:rgba(255,255,255,.05)}.vfm-theme .vfm-chatflow-toolbar-left,.vfm-theme .vfm-chatflow-toolbar-right{display:flex;align-items:center;gap:12px}.vfm-theme .vfm-toolbar-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;background:var(--vfm-light-input-background);font-size:13px;font-weight:700;border:none;cursor:pointer}.dark .vfm-theme .vfm-toolbar-pill{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-toolbar-create{position:relative}.vfm-theme .vfm-toolbar-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:#ffffff;border-radius:12px;box-shadow:var(--vfm-shadow-popup);padding:6px;display:flex;flex-direction:column;gap:4px;z-index:10}.dark .vfm-theme .vfm-toolbar-menu{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-toolbar-menu button{display:flex;align-items:center;gap:10px;padding:8px 10px;border:none;background:transparent;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer}.vfm-theme .vfm-toolbar-menu button:hover{background:var(--vfm-theme-light);color:var(--vfm-theme)}.vfm-theme .vfm-toolbar-search{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;background:var(--vfm-light-input-background);cursor:text}.vfm-theme .vfm-toolbar-search input{background:transparent;border:none;outline:none;font-size:12px;font-weight:700;width:140px}.vfm-theme .vfm-toolbar-key{border:1px solid var(--vfm-light-mode-border-darken);border-radius:6px;font-size:11px;padding:2px 6px;color:var(--vfm-text-muted)}.vfm-theme .vfm-toolbar-actions{display:flex;align-items:center;gap:6px}.vfm-theme .vfm-toolbar-button{width:42px;height:42px;border-radius:10px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.vfm-theme .vfm-toolbar-button:hover{background:var(--vfm-light-input-background);color:var(--vfm-theme)}.vfm-theme .vfm-toolbar-button.is-active{background:var(--vfm-theme-light);color:var(--vfm-theme)}.vfm-theme .vfm-toolbar-button:disabled{opacity:.4;cursor:not-allowed}.vfm-theme .vfm-chatflow-entry-list{width:100%}.vfm-theme .vfm-chatflow-entry{color:var(--vfm-text)}.vfm-theme .vfm-chatflow-entry-meta{display:flex;flex-direction:column;align-items:center;gap:6px}.vfm-theme .vfm-chatflow-badge{background:rgba(0,188,126,.12);color:var(--vfm-theme);font-size:11px;padding:3px 10px;text-transform:uppercase;letter-spacing:.02em}.vfm-theme .vfm-chatflow-badge--draft{background:rgba(255,189,45,.2);color:var(--vfm-yellow)}.vfm-theme .vfm-chatflow-badge--archived{background:rgba(164,173,182,.2);color:var(--vfm-light-text)}.vfm-theme .vfm-chatflow-nodes{font-size:12px;color:var(--vfm-light-text)}.vfm-theme .vfm-chatflow-status{text-transform:uppercase;letter-spacing:.02em;font-weight:700}.vfm-theme .vfm-chatflow-status--draft{color:var(--vfm-yellow)}.vfm-theme .vfm-chatflow-status--published{color:var(--vfm-theme)}.vfm-theme .vfm-chatflow-status--archived{color:var(--vfm-light-text)}.vfm-chatflow-menu{position:fixed;z-index:50;min-width:200px;background:#ffffff;border-radius:12px;box-shadow:var(--vfm-light-popup-shadow);border:1px solid var(--vfm-light-mode-border)}.dark .vfm-chatflow-menu{background:var(--vfm-foreground,#1e2024);border-color:rgba(255,255,255,.05);box-shadow:var(--vfm-shadow-card)}.vfm-chatflow-menu-inner{padding:6px;display:flex;flex-direction:column;gap:4px}.vfm-chatflow-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:none;background:transparent;font-size:13px;font-weight:600;border-radius:8px;color:var(--vfm-text);cursor:pointer;transition:background .15s ease,color .15s ease}.vfm-chatflow-menu-item:hover{background:var(--vfm-theme-light);color:var(--vfm-theme)}.vfm-chatflow-menu-item.is-danger{color:var(--vfm-danger)}.vfm-chatflow-menu-item.is-disabled{opacity:.5;cursor:not-allowed}.vfm-chatflow-menu-divider{height:1px;margin:4px 6px;background:var(--vfm-light-mode-border-darken)}.vfm-theme .shadow-card{box-shadow:var(--vfm-shadow-card)}.vfm-theme .vfm-profile-page{min-height:100vh;background:var(--vfm-light-background)}.vfm-theme .vfm-profile-container{position:relative;max-width:1024px;margin:0 auto;padding:24px 24px 48px}@media (min-width:1024px){.vfm-theme .vfm-profile-container{padding:24px 32px 48px}}.vfm-theme .vfm-profile-card{padding:24px;margin-bottom:24px}.vfm-theme .vfm-profile-body{padding-top:8px}.vfm-theme .vfm-profile-loading{font-weight:700;color:var(--vfm-text-muted)}.vfm-theme .vfm-profile-header{position:sticky;top:0;z-index:10;padding-bottom:0;border-radius:12px;overflow:hidden}.vfm-theme .vfm-profile-header-row{display:flex;align-items:center;gap:16px;margin-bottom:12px}.vfm-theme .vfm-profile-user{display:flex;flex-direction:column;gap:4px}.vfm-theme .vfm-profile-name{font-size:18px;font-weight:800;display:flex;align-items:center;gap:10px}.vfm-theme .vfm-profile-email{font-size:13px;color:var(--vfm-text-muted)}.vfm-theme .vfm-profile-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;background:rgba(157,102,254,.1);color:#9d66fe;font-size:11px;font-weight:700;text-transform:uppercase}.vfm-theme .vfm-avatar-input{width:56px;height:56px;border-radius:12px;background:var(--vfm-light-background);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative;cursor:pointer}.vfm-theme .vfm-avatar-input input{position:absolute;inset:0;opacity:0;cursor:pointer}.vfm-theme .vfm-avatar-input img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vfm-theme .vfm-avatar-placeholder{font-weight:800;color:var(--vfm-text)}.vfm-theme .vfm-avatar-edit{position:absolute;inset:auto 6px 6px;background:rgba(255,255,255,.85);border-radius:8px;font-size:10px;font-weight:700;padding:2px 6px;color:var(--vfm-text)}.vfm-theme .vfm-card-navigation{border-top:1px solid var(--vfm-light-mode-border);margin:0 -24px;padding:0 24px;height:62px;background:rgba(255,255,255,.5);backdrop-filter:blur(16px);border-radius:0}.vfm-theme .vfm-card-navigation-inner{display:flex;align-items:center;gap:0;overflow-x:auto;white-space:nowrap;height:100%}.vfm-theme .vfm-card-nav-link{border-bottom:2px solid transparent;padding:20px 16px;font-size:14px;font-weight:700;color:#4b5563;background:transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease;border-radius:0}.vfm-theme .vfm-card-nav-link.is-active{border-color:var(--vfm-theme);color:var(--vfm-theme)}.vfm-theme .vfm-card-nav-link:hover{color:var(--vfm-theme)}.vfm-theme .vfm-section-title{font-size:14px;font-weight:800;margin-bottom:16px}.vfm-theme .vfm-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.vfm-theme .vfm-form-group{margin-bottom:20px}.vfm-theme .vfm-form-label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.vfm-theme .vfm-form-help{font-size:12px;color:var(--vfm-text-muted);margin-bottom:8px}.vfm-theme .input-dark{width:100%;border:1px solid transparent;background:var(--vfm-light-background);color:var(--vfm-text);border-radius:8px;padding:12px 16px;font-size:14px;font-weight:700}.vfm-theme .input-dark:focus{outline:none}.dark .vfm-theme .input-dark{background:#191b1e;color:var(--vfm-text-primary,#bec6cf)}.dark .vfm-theme .input-dark::-moz-placeholder{color:var(--vfm-text-secondary,#7d858c)}.dark .vfm-theme .input-dark::placeholder{color:var(--vfm-text-secondary,#7d858c)}.vfm-theme input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.vcr-spotlight-input):not(.vcr-select-search-input),.vfm-theme select,.vfm-theme textarea:not(.vcr-spotlight-input):not(.vcr-select-search-input){background:var(--vfm-light-background);border:1px solid transparent;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:700;color:var(--vfm-text)}.dark .vfm-theme input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.vcr-spotlight-input):not(.vcr-select-search-input),.dark .vfm-theme select,.dark .vfm-theme textarea:not(.vcr-spotlight-input):not(.vcr-select-search-input){background:#191b1e;color:var(--vfm-text-primary,#bec6cf)}.vfm-theme .vfm-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;font-weight:700;font-size:13px;border:none;cursor:pointer}.vfm-theme .vfm-button-theme{background:var(--vfm-theme);color:#ffffff}.vfm-theme .vfm-button-secondary{background:var(--vfm-theme-light);color:var(--vfm-theme)}.vfm-theme .vfm-infobox{background:var(--vfm-light-background);border-radius:10px;padding:12px 14px;font-size:13px;color:var(--vfm-text-muted);margin-bottom:16px}.vfm-theme .vfm-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.vfm-theme .vfm-switch-title{font-weight:700;margin-bottom:4px}.vfm-theme .vfm-switch{width:46px;height:26px;border-radius:999px;border:1px solid var(--vfm-light-mode-border-darken);background:var(--vfm-light-background);position:relative}.vfm-theme .vfm-switch-thumb{width:20px;height:20px;border-radius:50%;background:#ffffff;position:absolute;top:2px;left:2px}.vfm-theme .vfm-switch--inline{display:inline-flex;align-items:center;gap:10px;width:auto;height:auto;border:1px solid var(--vfm-light-mode-border-darken);padding:6px 10px;border-radius:999px;background:#ffffff}.vfm-theme .vfm-switch--inline .vfm-switch-thumb{position:static}.vfm-theme .vfm-switch-label{font-size:12px;font-weight:700;color:var(--vfm-text)}.vfm-theme .vfm-divider{height:1px;background:var(--vfm-light-mode-border-darken);margin:16px 0}.vfm-theme .vfm-map-card{background:var(--vfm-light-background);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px;border:1px solid var(--vfm-light-mode-border)}.vfm-theme .vfm-map-page{min-height:100vh;background:var(--vfm-light-background)}.vfm-theme .vfm-map-container{position:relative;max-width:1024px;margin:0 auto;padding:24px 24px 48px;display:flex;flex-direction:column;gap:24px}@media (min-width:1024px){.vfm-theme .vfm-map-container{padding:24px 32px 48px}}.vfm-theme .vfm-map-card+.vfm-map-card{margin-top:16px}.vfm-theme .vfm-map-title{font-size:14px;font-weight:800}.vfm-theme .vfm-map-sub{font-size:12px;color:var(--vfm-text-muted)}.vfm-theme .vfm-map-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.vfm-theme .vfm-map-price{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--vfm-text)}.vfm-theme .vfm-map-price-input{width:110px;text-align:right;padding:8px 10px}.vfm-theme .vfm-map-currency{font-size:12px;font-weight:700;color:var(--vfm-text-muted)}.dark .vfm-theme .vfm-card-navigation{background:var(--vfm-foreground,#1e2024);border-top-color:rgba(255,255,255,.04)}.dark .vfm-theme .vfm-card-nav-link{color:#f3f4f6}.dark .vfm-theme .vfm-card-nav-link.is-active,.dark .vfm-theme .vfm-card-nav-link:hover{color:var(--vfm-theme)}.dark .vfm-theme .vfm-switch--inline{background:var(--vfm-foreground,#1e2024);border-color:rgba(255,255,255,.06)}.dark .vfm-theme .vfm-map-card{background:var(--vfm-foreground,#1e2024);border-color:rgba(255,255,255,.04)}.vfm-theme .vfm-billing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.vfm-theme .vfm-storage-value{font-size:28px;font-weight:800}.vfm-theme .vfm-storage-sub{font-size:12px;color:var(--vfm-text-muted)}.vfm-theme .vfm-progress-line{margin-top:16px;height:8px;border-radius:999px;background:var(--vfm-light-background);overflow:hidden}.vfm-theme .vfm-progress-line span{display:block;height:100%;background:var(--vfm-theme)}.vfm-theme .vfm-chart-placeholder{height:140px;border-radius:12px;background:rgba(255,189,45,.2);margin-top:16px}.vfm-theme .vfm-chart-placeholder.purple{background:rgba(157,102,254,.2)}.vfm-theme .dark-text-theme,.vfm-theme .text-theme{color:var(--vfm-theme)}.vfm-theme .vfm-map-search{display:flex;align-items:center;gap:10px;padding:6px 14px;border-radius:12px;background:var(--vfm-light-background);flex:1;min-width:220px}.vfm-theme .vfm-map-search input{border:none;padding:6px 0;background:transparent;font-size:14px;font-weight:700}.vfm-theme .vfm-map-search input:focus{outline:none}.vfm-theme .vfm-map-row td{border-bottom:1px dashed var(--vfm-light-mode-border-darken)}.vfm-theme .vfm-map-row:hover td{background:var(--vfm-light-background)}.dark .vfm-theme .vfm-map-row td{border-bottom-color:rgba(255,255,255,.05)}.dark .vfm-theme .vfm-map-row:hover td{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vfm-map-toolbar{display:flex;align-items:center;gap:12px;padding:0 24px;height:62px}.vfm-theme .vfm-map-toolbar.is-sticky{position:sticky;top:0;z-index:5;border-radius:16px;background:transparent;backdrop-filter:none;box-shadow:none}.dark .vfm-theme .vfm-map-toolbar.is-sticky{background:transparent}.vfm-theme .vfm-map-toolbar-shell{background:transparent;box-shadow:none}.vfm-theme .vfm-map-toolbar-card{padding:0;margin-bottom:0}.vfm-theme .vfm-map-toolbar-placeholder{height:62px}.vfm-theme .vfm-map-list-card{padding:0;margin-top:0}.vfm-theme .vfm-map-filters{padding:0 24px 24px;display:grid;gap:12px}@media (min-width:768px){.vfm-theme .vfm-map-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}.vfm-theme .vcr-spotlight-button{position:relative;cursor:pointer;border-radius:8px;background:var(--vfm-light-background)}.vfm-theme .vcr-spotlight-button-inner{display:flex;width:14rem;align-items:center;justify-content:space-between;padding:10px 16px;text-align:left}@media (min-width:1280px){.vfm-theme .vcr-spotlight-button-inner{width:16rem}}.vfm-theme .vcr-spotlight-left{display:flex;align-items:center;gap:10px;color:#9ca3af}.vfm-theme .vcr-spotlight-label{font-size:12px;font-weight:700;color:#9ca3af}.vfm-theme .vcr-spotlight-kbd{border-radius:6px;border:1px solid rgba(148,163,184,.35);padding:2px 6px;font-size:11px;font-weight:700;color:#9ca3af}.dark .vfm-theme .vcr-spotlight-button{background:var(--vfm-foreground,#1e2024)}.dark .vfm-theme .vcr-spotlight-kbd,.dark .vfm-theme .vcr-spotlight-label,.dark .vfm-theme .vcr-spotlight-left{color:#6b7280}.dark .vfm-theme .vcr-spotlight-kbd{border-color:rgba(148,163,184,.12)}.vfm-theme .vcr-spotlight-overlay{position:fixed;inset:0;z-index:50;width:100%;height:100%;background:#ffffff}@media (min-width:768px){.vfm-theme .vcr-spotlight-overlay{position:absolute;background:rgba(15,23,42,.35)}}.dark .vfm-theme .vcr-spotlight-overlay{background:var(--vfm-dark-background)}@media (min-width:768px){.dark .vfm-theme .vcr-spotlight-overlay{background:rgba(15,23,42,.45)}}.vfm-theme .vcr-spotlight-panel{position:relative;z-index:50;width:100%;overflow-y:auto;background:#ffffff}@media (min-width:768px){.vfm-theme .vcr-spotlight-panel{margin:32px auto 0;max-width:36rem;border-radius:12px;box-shadow:0 30px 60px rgba(15,23,42,.2)}}.dark .vfm-theme .vcr-spotlight-panel{background:var(--vfm-foreground,#1e2024)}.vfm-theme .vcr-spotlight-bar{display:flex;align-items:center;padding:16px 20px;gap:12px}.vfm-theme .vcr-spotlight-icon{color:var(--vfm-theme)}.vfm-theme .vcr-spotlight-input{width:100%;border:0;outline:none;background:transparent;font-size:18px;font-weight:600;color:var(--vfm-text)}.vfm-theme .vcr-spotlight-input::-moz-placeholder{color:#6b7280}.vfm-theme .vcr-spotlight-input::placeholder{color:#6b7280}.dark .vfm-theme .vcr-spotlight-input::-moz-placeholder{color:#9ca3af}.dark .vfm-theme .vcr-spotlight-input::placeholder{color:#9ca3af}.vfm-theme .vcr-spotlight-hint{margin-left:auto;font-size:14px;color:#9ca3af}.vfm-theme .vfm-map-avatar{width:44px;height:44px;border-radius:12px;overflow:hidden;background:var(--vfm-light-background);display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--vfm-text)}.vfm-theme .vfm-map-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vfm-theme .vfm-table-action{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--vfm-light-background);color:var(--vfm-text);transition:background .15s ease,color .15s ease}.vfm-theme .vfm-table-action--edit:hover{background:rgba(0,188,126,.15);color:var(--vfm-theme)}.vfm-theme .vfm-table-action--delete:hover{background:rgba(254,96,87,.15);color:#fe6057}.dark .vfm-theme .vfm-table-action{background:var(--vfm-foreground,#1e2024);color:var(--vfm-text-primary,#bec6cf)}.vfm-theme .vfm-theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.vfm-theme .vfm-theme-card{border-radius:12px;border:3px solid transparent;overflow:hidden;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:8px;text-align:center;font-weight:700}.vfm-theme .vfm-theme-card.is-active{border-color:var(--vfm-theme)}.vfm-theme .vfm-theme-preview{height:90px;border-radius:10px;background:linear-gradient(180deg,#f6f5f1,#f3f4f6)}.vfm-theme .vfm-theme-preview.dark{background:linear-gradient(180deg,#151515,#1e2024)}.vfm-theme .vfm-theme-preview.emoji{background:linear-gradient(135deg,#ffe5b4,#ffd6e8)}.vfm-theme .vfm-theme-preview.emoji-alt{background:linear-gradient(135deg,#c7f9cc,#a0c4ff)}.vfm-theme .vfm-navigation-panel{box-shadow:var(--vfm-shadow-card);display:none;position:sticky}@media (min-width:1024px){.vfm-theme .vfm-navigation-panel{display:flex}}@media (min-width:1280px){.vfm-theme .vfm-navigation-panel{width:224px;min-width:224px}}.dark .vfm-theme .vfm-navigation-panel{box-shadow:var(--vfm-shadow-card)}.vfm-theme .vfm-navigation-close{padding:20px 14px 10px;display:flex;justify-content:flex-end}.vfm-theme .vfm-close-button{width:32px;height:32px;border-radius:8px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--vfm-text-muted);transition:all .15s ease}.vfm-theme .vfm-close-button:hover{background:var(--vfm-light-background);color:var(--vfm-text)}.dark .vfm-theme .vfm-close-button:hover{background:rgba(255,255,255,.05)}.vfm-theme .vfm-navigation-groups{flex:1;overflow-y:auto;padding:0 14px 20px}.vfm-theme .vfm-content-group{margin-bottom:18px}.vfm-theme .vfm-group-header{display:flex;align-items:center;justify-content:space-between;padding:8px 6px;margin-bottom:6px;cursor:default}.vfm-theme .vfm-group-header--collapsible{cursor:pointer;border-radius:8px;transition:background .15s ease}.vfm-theme .vfm-group-header--collapsible:hover{background:var(--vfm-light-background)}.dark .vfm-theme .vfm-group-header--collapsible:hover{background:rgba(255,255,255,.03)}.vfm-theme .vfm-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vfm-text-muted)}.dark .vfm-theme .vfm-group-title{color:var(--vfm-text-secondary,#7d858c)}.vfm-theme .vfm-group-chevron{transition:transform .2s ease;color:var(--vfm-text-muted);opacity:.6}.vfm-theme .vfm-group-chevron--expanded{transform:rotate(90deg)}.vfm-theme .vfm-group-links{display:flex;flex-direction:column;gap:4px}.vfm-theme .vfm-nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:700;color:var(--vfm-text);text-decoration:none;transition:all .15s ease}.vfm-theme .vfm-nav-link.is-active,.vfm-theme .vfm-nav-link:hover{background:var(--vfm-theme-light);color:var(--vfm-theme)}.dark .vfm-theme .vfm-nav-link{color:var(--vfm-text-primary,#bec6cf)}.dark .vfm-theme .vfm-nav-link.is-active,.dark .vfm-theme .vfm-nav-link:hover{background:rgba(0,188,126,.12);color:var(--vfm-theme)}.vfm-theme .vfm-nav-icon{opacity:.9;flex-shrink:0}.vfm-theme .vfm-nav-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vfm-theme .vfm-iconbar-button.is-active.is-chatflow{background:rgba(157,102,254,.1);color:#9d66fe}.vfm-theme .vfm-iconbar{transition:width .3s ease,min-width .3s ease;overflow:visible}.vfm-theme .vfm-iconbar.is-expanded{width:220px;min-width:220px}@media (min-width:1280px){.vfm-theme .vfm-iconbar.is-expanded{width:240px;min-width:240px}}.vfm-theme .vfm-iconbar-button{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.vfm-theme .vfm-iconbar.is-expanded .vfm-iconbar-button{width:100%;padding:0 12px;gap:12px;justify-content:flex-start}.vfm-theme .vfm-iconbar.is-expanded .vfm-iconbar-bottom,.vfm-theme .vfm-iconbar.is-expanded .vfm-iconbar-nav,.vfm-theme .vfm-iconbar.is-expanded .vfm-iconbar-top{align-items:stretch}.vfm-theme .vfm-iconbar-label{font-size:14px;font-weight:700;white-space:nowrap;opacity:0;max-width:0;overflow:hidden;transition:opacity .2s ease,max-width .2s ease}.vfm-theme .vfm-iconbar.is-expanded .vfm-iconbar-label{opacity:1;max-width:200px}.vfm-theme .vfm-iconbar-arrow{margin-left:auto;opacity:0;transition:opacity .2s ease}.vfm-theme .vfm-iconbar.is-expanded .vfm-iconbar-arrow{opacity:.7}.vfm-theme .vfm-navigation-panel{position:fixed;left:220px;top:0;width:208px;min-width:208px;height:100vh;z-index:100;display:flex;flex-direction:column;background:var(--vfm-light-background);border-right:1px solid var(--vfm-light-mode-border-darken)}.dark .vfm-theme .vfm-navigation-panel{background:var(--vfm-foreground,#1e2024);border-right-color:rgba(255,255,255,.02)}@media (min-width:1280px){.vfm-theme .vfm-navigation-panel{left:240px}}.vfm-theme .vfm-navigation-header{padding:24px 14px 12px;border-bottom:1px solid var(--vfm-light-mode-border)}.dark .vfm-theme .vfm-navigation-header{border-bottom-color:rgba(255,255,255,.02)}.vfm-theme .vfm-navigation-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vfm-text-muted)}.dark .vfm-theme .vfm-navigation-title{color:var(--vfm-text-secondary,#7d858c)}.vfm-theme .vfm-navigation-list{display:flex;flex-direction:column;gap:4px}