@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";.app-sidebar[data-v-8764468c]{position:fixed;top:64px;left:0;bottom:0;z-index:40;width:240px;background:var(--corelium-bg-primary);border-right:1px solid var(--corelium-border-primary);display:flex;flex-direction:column;transition:width .22s ease}.light{background:linear-gradient(180deg,#fafbff,#fff,#fafffe);border-right:1px solid rgba(99,102,241,.08)}.app-sidebar--collapsed[data-v-8764468c]{width:64px}.app-sidebar--overlay[data-v-8764468c]{top:0;width:0;border-right:none}.app-sidebar--overlay .app-sidebar__panel[data-v-8764468c]{top:0}.app-sidebar--overlay.app-sidebar--open[data-v-8764468c]{width:0}.app-sidebar__backdrop[data-v-8764468c]{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-sidebar__panel[data-v-8764468c]{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--corelium-bg-primary)}.light{background:linear-gradient(180deg,#fafbff,#fff,#fafffe)}.app-sidebar__brand[data-v-8764468c]{display:none}.app-sidebar__section[data-v-8764468c]{padding:.5rem .5rem 0;display:flex;flex-direction:column;gap:.25rem}.app-sidebar__section-label[data-v-8764468c]{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-weight:600;padding:.25rem .75rem}.app-sidebar__item[data-v-8764468c]{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.55rem .75rem;border-radius:.5rem;font-size:.85rem;color:var(--corelium-text-secondary, #6b7280);position:relative;transition:background .15s ease,color .15s ease}.app-sidebar__item[data-v-8764468c]:hover{background:var(--corelium-bg-hover, #f3f4f6);color:var(--corelium-text-primary)}.app-sidebar__item.active[data-v-8764468c]{background:var(--corelium-bg-accent, #eef2ff);color:var(--corelium-text-primary)}.item-icon[data-v-8764468c]{width:20px;height:20px;flex-shrink:0}.item-label[data-v-8764468c]{white-space:nowrap}.app-sidebar__grow[data-v-8764468c]{flex:1}.app-sidebar__toggle[data-v-8764468c]{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.8rem;color:var(--corelium-text-secondary);text-align:left}.app-sidebar__toggle[data-v-8764468c]:hover{background:var(--corelium-bg-hover, #f3f4f6);color:var(--corelium-text-primary)}.toggle-icon[data-v-8764468c]{width:20px;height:20px}.app-sidebar--collapsed .item-label[data-v-8764468c],.app-sidebar--collapsed .app-sidebar__section-label[data-v-8764468c],.app-sidebar--collapsed .toggle-label[data-v-8764468c],.app-sidebar--collapsed .brand-text[data-v-8764468c]{display:none}@media(max-width:767px){.app-sidebar[data-v-8764468c]{display:none}}.corelium-logo[data-v-fd3698a8]{display:inline-flex;align-items:center;justify-content:center}.corelium-logo svg[data-v-fd3698a8]{display:block;transition:transform .15s ease-in-out}.corelium-logo:hover svg[data-v-fd3698a8]{transform:scale(1.05)}.corelium-logo--sm svg[data-v-fd3698a8]{max-width:32px;max-height:32px}.corelium-logo--md svg[data-v-fd3698a8]{max-width:64px;max-height:64px}.corelium-logo--lg svg[data-v-fd3698a8]{max-width:128px;max-height:128px}.corelium-logo--xl svg[data-v-fd3698a8]{max-width:256px;max-height:256px}@media(max-width:640px){.corelium-logo--responsive svg[data-v-fd3698a8]{max-width:32px;max-height:32px}}.tutorial-overlay[data-v-f8c91593]{position:fixed;inset:0;z-index:9999;overflow:hidden}.tutorial-backdrop[data-v-f8c91593]{position:absolute;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;transition:clip-path .3s ease-out}.tutorial-spotlight[data-v-f8c91593]{position:absolute;background:transparent;border:2px solid transparent;pointer-events:none;z-index:10000;transition:all .3s ease-out}.tutorial-pulse-ring[data-v-f8c91593]{position:absolute;inset:-4px;border:3px solid #3b82f6;border-radius:inherit;animation:tutorial-pulse-f8c91593 2s ease-out infinite;z-index:10002}@keyframes tutorial-pulse-f8c91593{0%{transform:scale(1);opacity:1}to{transform:scale(1.05);opacity:0}}.tutorial-card[data-v-f8c91593]{position:absolute;background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #0000000d;max-width:500px;width:calc(100% - 2rem);max-height:calc(100vh - 4rem);display:flex;flex-direction:column;overflow:hidden;z-index:10001}.tutorial-header[data-v-f8c91593]{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb}.tutorial-title-section[data-v-f8c91593]{flex:1}.tutorial-title[data-v-f8c91593]{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:#111827}.tutorial-progress-text[data-v-f8c91593]{font-size:.875rem;color:#6b7280}.tutorial-close[data-v-f8c91593]{padding:.5rem;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:.375rem;transition:all .2s}.tutorial-close[data-v-f8c91593]:hover{background:#f3f4f6;color:#111827}.tutorial-close[data-v-f8c91593]:active{transform:scale(.95)}.close-icon[data-v-f8c91593]{width:1.25rem;height:1.25rem}.tutorial-progress-bar[data-v-f8c91593]{height:4px;background:#e5e7eb}.tutorial-progress-fill[data-v-f8c91593]{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease}.tutorial-content[data-v-f8c91593]{flex:1;padding:1.5rem;overflow-y:auto;color:#374151;line-height:1.6}.tutorial-navigation[data-v-f8c91593]{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.tutorial-nav-button[data-v-f8c91593]{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.tutorial-nav-button.secondary[data-v-f8c91593]{background:#fff;color:#374151;border:1px solid #d1d5db}.tutorial-nav-button.secondary[data-v-f8c91593]:hover{background:#f9fafb;border-color:#9ca3af}.tutorial-nav-button.primary[data-v-f8c91593]{background:#3b82f6;color:#fff;margin-left:auto}.tutorial-nav-button.primary[data-v-f8c91593]:hover{background:#2563eb}.tutorial-nav-button.success[data-v-f8c91593]{background:#10b981;color:#fff;margin-left:auto}.tutorial-nav-button.success[data-v-f8c91593]:hover{background:#059669}.tutorial-nav-button[data-v-f8c91593]:active{transform:scale(.98)}.tutorial-skip-button[data-v-f8c91593]{padding:.625rem 1rem;background:transparent;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;border-radius:.5rem;transition:all .2s}.tutorial-skip-button[data-v-f8c91593]:hover{background:#f3f4f6;color:#374151}.nav-icon[data-v-f8c91593]{width:1rem;height:1rem}.tutorial-dots[data-v-f8c91593]{display:flex;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#f9fafb}.tutorial-dot[data-v-f8c91593]{width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .2s}.tutorial-dot.active[data-v-f8c91593]{background:#3b82f6;transform:scale(1.5)}.tutorial-dot.completed[data-v-f8c91593]{background:#10b981}.tutorial-dot[data-v-f8c91593]:hover{transform:scale(1.3)}.tutorial-highlight[data-v-f8c91593]{position:absolute;border:3px solid #3b82f6;border-radius:.5rem;box-shadow:0 0 0 9999px #00000080;pointer-events:none;z-index:2;animation:pulse-border-f8c91593 2s ease-in-out infinite}@keyframes pulse-border-f8c91593{0%,to{border-color:#3b82f6;box-shadow:0 0 0 9999px #00000080,0 0 20px #3b82f6}50%{border-color:#8b5cf6;box-shadow:0 0 0 9999px #00000080,0 0 30px #8b5cf6}}.tutorial-overlay-enter-active[data-v-f8c91593],.tutorial-overlay-leave-active[data-v-f8c91593]{transition:opacity .3s ease}.tutorial-overlay-enter-from[data-v-f8c91593],.tutorial-overlay-leave-to[data-v-f8c91593]{opacity:0}.tutorial-overlay-enter-active .tutorial-card[data-v-f8c91593],.tutorial-overlay-leave-active .tutorial-card[data-v-f8c91593]{transition:transform .3s ease,opacity .3s ease}.tutorial-overlay-enter-from .tutorial-card[data-v-f8c91593]{transform:translate(-50%,-40%)!important;opacity:0}.tutorial-overlay-leave-to .tutorial-card[data-v-f8c91593]{transform:translate(-50%,-60%)!important;opacity:0}@media(prefers-color-scheme:dark){.tutorial-card[data-v-f8c91593]{background:#1f2937}.tutorial-header[data-v-f8c91593]{border-color:#374151}.tutorial-title[data-v-f8c91593]{color:#fff}.tutorial-progress-text[data-v-f8c91593]{color:#9ca3af}.tutorial-progress-bar[data-v-f8c91593]{background:#374151}.tutorial-content[data-v-f8c91593]{color:#d1d5db}.tutorial-navigation[data-v-f8c91593]{border-color:#374151;background:#111827}.tutorial-nav-button.secondary[data-v-f8c91593]{background:#374151;color:#d1d5db;border-color:#4b5563}.tutorial-nav-button.secondary[data-v-f8c91593]:hover{background:#4b5563}.tutorial-skip-button[data-v-f8c91593]{color:#9ca3af}.tutorial-skip-button[data-v-f8c91593]:hover{background:#374151;color:#d1d5db}.tutorial-dots[data-v-f8c91593]{background:#111827}.tutorial-close[data-v-f8c91593]:hover{background:#374151;color:#fff}}@media(max-width:768px){.tutorial-card[data-v-f8c91593]{max-width:none;width:calc(100% - 1rem)}.tutorial-header[data-v-f8c91593],.tutorial-content[data-v-f8c91593],.tutorial-navigation[data-v-f8c91593],.tutorial-dots[data-v-f8c91593]{padding:1rem}}@media(prefers-reduced-motion:reduce){.tutorial-overlay-enter-active[data-v-f8c91593],.tutorial-overlay-leave-active[data-v-f8c91593],.tutorial-card[data-v-f8c91593],.tutorial-progress-fill[data-v-f8c91593],.tutorial-highlight[data-v-f8c91593]{transition:none!important;animation:none!important}}.tutorial-launcher[data-v-521a1642]{position:relative}.tutorial-button[data-v-521a1642]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--corelium-bg-secondary);border:1px solid var(--corelium-border);border-radius:.5rem;cursor:pointer;transition:all .2s}.tutorial-button .icon[data-v-521a1642]{font-size:1.25rem}.tutorial-button .label[data-v-521a1642]{font-size:.875rem;font-weight:500;color:var(--corelium-text-primary)}.tutorial-button[data-v-521a1642]:hover{background:var(--corelium-bg-tertiary);transform:translateY(-1px)}.tutorial-button.active[data-v-521a1642]{background:var(--corelium-primary);color:#fff}.tutorial-button.active .label[data-v-521a1642]{color:#fff}.tutorial-menu-overlay[data-v-521a1642]{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.tutorial-menu[data-v-521a1642]{background:var(--corelium-bg-primary);border-radius:.75rem;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.menu-header[data-v-521a1642]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--corelium-border)}.menu-header h3[data-v-521a1642]{margin:0;font-size:1.25rem;font-weight:600;color:var(--corelium-text-primary)}.close-btn[data-v-521a1642]{padding:.5rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--corelium-text-secondary);transition:color .2s}.close-btn[data-v-521a1642]:hover{color:var(--corelium-text-primary)}.menu-search[data-v-521a1642]{padding:1rem 1.5rem;border-bottom:1px solid var(--corelium-border)}.search-input[data-v-521a1642]{width:100%;padding:.625rem .875rem;border:1px solid var(--corelium-border);border-radius:.375rem;font-size:.875rem;background:var(--corelium-bg-secondary);color:var(--corelium-text-primary)}.search-input[data-v-521a1642]:focus{outline:none;border-color:var(--corelium-primary);box-shadow:0 0 0 3px #3b82f61a}.menu-content[data-v-521a1642]{flex:1;overflow-y:auto;padding:1rem 1.5rem}.tutorial-category[data-v-521a1642]{margin-bottom:2rem}.tutorial-category[data-v-521a1642]:last-child{margin-bottom:0}.category-title[data-v-521a1642]{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--corelium-text-secondary);text-transform:uppercase;letter-spacing:.05em}.tutorial-list[data-v-521a1642]{display:flex;flex-direction:column;gap:.5rem}.tutorial-item[data-v-521a1642]{display:flex;gap:.75rem;padding:.75rem;background:var(--corelium-bg-secondary);border:1px solid var(--corelium-border);border-radius:.5rem;cursor:pointer;transition:all .2s;text-align:left}.tutorial-item[data-v-521a1642]:hover{background:var(--corelium-bg-tertiary);transform:translate(4px)}.tutorial-item.completed[data-v-521a1642]{border-color:#10b981}.tutorial-item.completed .tutorial-icon[data-v-521a1642]{color:#10b981}.tutorial-icon[data-v-521a1642]{font-size:1.5rem;flex-shrink:0}.tutorial-info[data-v-521a1642]{flex:1}.tutorial-title[data-v-521a1642]{font-size:.875rem;font-weight:600;color:var(--corelium-text-primary);margin-bottom:.25rem}.tutorial-description[data-v-521a1642]{font-size:.75rem;color:var(--corelium-text-secondary);margin-bottom:.25rem}.tutorial-meta[data-v-521a1642]{font-size:.7rem;color:var(--corelium-text-tertiary)}.empty-state[data-v-521a1642]{text-align:center;padding:2rem;color:var(--corelium-text-secondary)}.menu-footer[data-v-521a1642]{padding:1rem 1.5rem;border-top:1px solid var(--corelium-border);display:flex;justify-content:center}.action-btn[data-v-521a1642]{padding:.625rem 1.25rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn.primary[data-v-521a1642]{background:var(--corelium-primary);color:#fff}.action-btn.primary[data-v-521a1642]:hover{background:var(--corelium-primary-hover);transform:translateY(-1px)}.menu-enter-active[data-v-521a1642],.menu-leave-active[data-v-521a1642]{transition:opacity .3s ease}.menu-enter-from[data-v-521a1642],.menu-leave-to[data-v-521a1642]{opacity:0}.menu-enter-active .tutorial-menu[data-v-521a1642],.menu-leave-active .tutorial-menu[data-v-521a1642]{transition:transform .3s ease}.menu-enter-from .tutorial-menu[data-v-521a1642],.menu-leave-to .tutorial-menu[data-v-521a1642]{transform:scale(.9) translateY(-20px)}@media(max-width:768px){.tutorial-button .label[data-v-521a1642]{display:none}.tutorial-menu[data-v-521a1642]{max-width:100%;max-height:90vh}}.user-avatar[data-v-8853d12f]{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;color:#fff;flex-shrink:0;-webkit-user-select:none;user-select:none;transition:all .2s ease}.user-initials[data-v-8853d12f]{font-size:inherit;line-height:1;text-transform:uppercase}.avatar-xs[data-v-8853d12f]{width:24px;height:24px;font-size:10px}.avatar-sm[data-v-8853d12f]{width:32px;height:32px;font-size:12px}.avatar-md[data-v-8853d12f]{width:40px;height:40px;font-size:14px}.avatar-lg[data-v-8853d12f]{width:48px;height:48px;font-size:16px}.avatar-xl[data-v-8853d12f]{width:64px;height:64px;font-size:20px}.context-search[data-v-46967dec]{position:relative;display:flex;flex-direction:column}input[data-v-46967dec]{background:#1e293b;border:1px solid #334155;color:#e2e8f0;padding:.4rem .65rem;border-radius:6px;min-width:260px;font-size:.8rem}input[data-v-46967dec]:focus{outline:2px solid #2563eb;outline-offset:2px}.hint[data-v-46967dec]{position:absolute;top:100%;left:0;font-size:.65rem;padding:.25rem .35rem;color:#94a3b8}.dropdown[data-v-46967dec]{position:absolute;top:110%;left:0;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:.4rem 0 .35rem;width:340px;box-shadow:0 8px 24px -4px #00000073;display:flex;flex-direction:column;z-index:40}.dropdown-item[data-v-46967dec]{padding:.45rem .75rem;cursor:pointer;display:flex;flex-direction:column;gap:.15rem}.dropdown-item.active[data-v-46967dec],.dropdown-item[data-v-46967dec]:hover{background:#1e293b}.dropdown-item.skeleton[data-v-46967dec]{cursor:default}.item-primary[data-v-46967dec]{font-size:.7rem;font-weight:600;color:#e2e8f0}.item-secondary[data-v-46967dec]{font-size:.6rem;color:#94a3b8;letter-spacing:.03em}.dropdown-empty[data-v-46967dec],.dropdown-loading[data-v-46967dec]{padding:.6rem .75rem;font-size:.65rem;color:#94a3b8}.dropdown-footer[data-v-46967dec]{margin-top:.25rem;padding:.35rem .6rem 0;font-size:.55rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;border-top:1px solid #1e293b}.shimmer[data-v-46967dec]{position:relative;background:#1e293b;border-radius:4px;height:.7rem;overflow:hidden}.shimmer[data-v-46967dec]:after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shimmer-46967dec 1s linear infinite}@keyframes shimmer-46967dec{0%{transform:translate(0)}to{transform:translate(250%)}}.fade-enter-active[data-v-46967dec],.fade-leave-active[data-v-46967dec]{transition:opacity .12s ease}.fade-enter-from[data-v-46967dec],.fade-leave-to[data-v-46967dec]{opacity:0}.app-navigation[data-v-09b3c43c]{position:fixed;top:0;left:0;right:0;height:64px;background:var(--corelium-bg-primary);border-bottom:1px solid var(--corelium-border-primary);box-shadow:var(--corelium-shadow-lg);z-index:1000;color:var(--corelium-text-primary)}.light{background:linear-gradient(135deg,#f0f4ff,#fff,#f0fff4);border-bottom:1px solid rgba(99,102,241,.1)}.nav-container[data-v-09b3c43c]{display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%;padding:0 .9rem;gap:.85rem}.nav-right[data-v-09b3c43c]{margin-left:auto;display:flex;align-items:center;gap:.85rem}.nav-left[data-v-09b3c43c]{display:flex;align-items:center;gap:.85rem}.nav-context-search[data-v-09b3c43c]{display:flex;align-items:center;margin-left:2rem}@media(max-width:1100px){.nav-context-search[data-v-09b3c43c]{margin-left:1rem}}@media(max-width:900px){.nav-context-search[data-v-09b3c43c]{display:none}}.nav-recent-apps[data-v-09b3c43c]{display:flex;align-items:center;gap:.4rem;margin-left:1rem}.recent-app-pill[data-v-09b3c43c]{background:var(--corelium-bg-secondary);border:1px solid var(--corelium-border-primary);padding:.3rem .6rem;border-radius:999px;font-size:.65rem;font-weight:500;color:var(--corelium-text-secondary);cursor:pointer;line-height:1;display:flex;align-items:center;gap:.35rem;transition:background .15s,color .15s,border-color .15s;max-width:130px}.recent-app-pill .pill-label[data-v-09b3c43c]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-app-pill[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover);color:var(--corelium-text-primary)}.recent-app-pill.active[data-v-09b3c43c]{background:var(--corelium-primary);border-color:var(--corelium-primary);color:var(--corelium-text-on-primary)}@media(max-width:1200px){.nav-recent-apps[data-v-09b3c43c]{display:none}}@media(max-width:1200px){.nav-container[data-v-09b3c43c]{padding:0 .75rem;gap:.7rem}.nav-right[data-v-09b3c43c],.nav-left[data-v-09b3c43c]{gap:.65rem}}@media(max-width:900px){.nav-container[data-v-09b3c43c]{padding:0 .6rem}.brand-text[data-v-09b3c43c]{font-size:.85rem}}@media(max-width:760px){.brand-text[data-v-09b3c43c]{display:none}.nav-container[data-v-09b3c43c]{gap:.55rem}}@media(max-width:767px){.mobile-nav-overlay[data-v-09b3c43c]{position:fixed;inset:0;z-index:60;display:flex}.mobile-nav-backdrop[data-v-09b3c43c]{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-nav-panel[data-v-09b3c43c]{position:relative;top:64px;background:var(--corelium-bg-primary);width:100%;height:calc(100% - 64px);display:flex;flex-direction:column;box-shadow:var(--corelium-shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1));border-top:1px solid var(--corelium-border-primary)}.mobile-nav-header[data-v-09b3c43c]{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--corelium-border-primary)}.mobile-nav-title[data-v-09b3c43c]{font-weight:600;font-size:1rem}.mobile-nav-close[data-v-09b3c43c]{background:none;border:none;padding:.35rem;border-radius:.5rem;cursor:pointer;color:var(--corelium-text-secondary)}.mobile-nav-close[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover);color:var(--corelium-text-primary)}.mobile-nav-groups[data-v-09b3c43c]{flex:1;overflow-y:auto;padding:.5rem 0 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.mobile-group[data-v-09b3c43c]{padding:0 1rem;display:flex;flex-direction:column;gap:.25rem}.mobile-group-label[data-v-09b3c43c]{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-weight:600;margin-bottom:.25rem}.mobile-nav-link[data-v-09b3c43c]{display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem;border-radius:.65rem;text-decoration:none;font-size:.95rem;font-weight:500;color:var(--corelium-text-secondary);background:var(--corelium-bg-subtle, transparent)}.mobile-nav-link.active[data-v-09b3c43c]{background:var(--corelium-bg-accent, #eef2ff);color:var(--corelium-text-primary)}.mobile-nav-link[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover);color:var(--corelium-text-primary)}}.fade-fast-enter-active[data-v-09b3c43c],.fade-fast-leave-active[data-v-09b3c43c]{transition:opacity .15s ease}.fade-fast-enter-from[data-v-09b3c43c],.fade-fast-leave-to[data-v-09b3c43c]{opacity:0}.nav-left[data-v-09b3c43c]{display:flex;align-items:center;gap:1.5rem}.nav-brand[data-v-09b3c43c]{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .15s ease-in-out}.nav-brand[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover);transform:translateY(-1px)}.nav-brand[data-v-09b3c43c]:active{transform:translateY(0)}.brand-text[data-v-09b3c43c]{font-size:1.125rem;font-weight:600;color:var(--corelium-text-primary)}@media(min-width:640px){.brand-text[data-v-09b3c43c]{font-size:1.25rem}}.global-search[data-v-09b3c43c]{position:relative;margin-left:1rem;flex:1;max-width:500px}.search-wrapper[data-v-09b3c43c]{position:relative;display:flex;align-items:center;background:var(--corelium-bg-secondary);border:1px solid var(--corelium-border-primary);border-radius:.375rem;width:180px;transition:all .3s ease}.search-wrapper[data-v-09b3c43c]:hover{border-color:var(--corelium-border-hover)}.search-wrapper--focused[data-v-09b3c43c]{border-color:var(--corelium-primary);box-shadow:0 0 0 3px var(--corelium-primary-light);width:280px}.search-icon[data-v-09b3c43c]{position:absolute;left:.75rem;color:var(--corelium-text-tertiary);pointer-events:none}.search-input[data-v-09b3c43c]{width:100%;padding:.5rem 2.5rem;background:transparent;border:none;font-size:.875rem;color:var(--corelium-text-primary);outline:none}.search-input[data-v-09b3c43c]::placeholder{color:var(--corelium-text-tertiary)}.search-clear[data-v-09b3c43c]{position:absolute;right:.5rem;padding:.25rem;background:none;border:none;color:var(--corelium-text-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.125rem;transition:all .15s ease-in-out}.search-clear[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover);color:var(--corelium-text-secondary)}.search-results[data-v-09b3c43c]{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--corelium-bg-primary);border:1px solid var(--corelium-border-primary);border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:400px;overflow-y:auto;z-index:1000}.search-results-header[data-v-09b3c43c]{padding:.5rem .75rem;border-bottom:1px solid var(--corelium-border-primary);background:var(--corelium-bg-secondary)}.results-count[data-v-09b3c43c]{font-size:.75rem;color:var(--corelium-text-tertiary);font-weight:500}.search-results-list[data-v-09b3c43c]{padding:.5rem}.search-result-item[data-v-09b3c43c]{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.375rem;cursor:pointer;transition:background-color .15s ease-in-out}.search-result-item[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover)}.result-icon[data-v-09b3c43c]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;border-radius:.375rem;flex-shrink:0}.result-icon--contact[data-v-09b3c43c]{background:var(--corelium-primary-light)}.result-icon--lead[data-v-09b3c43c]{background:var(--corelium-warning-light)}.result-icon--batch[data-v-09b3c43c]{background:var(--corelium-info-light)}.result-icon--partner[data-v-09b3c43c]{background:var(--corelium-success-light)}.result-content[data-v-09b3c43c]{flex:1;min-width:0}.result-title[data-v-09b3c43c]{font-size:.875rem;font-weight:500;color:var(--corelium-text-primary);margin-bottom:.25rem}.result-subtitle[data-v-09b3c43c]{font-size:.75rem;color:var(--corelium-text-tertiary)}.result-name[data-v-09b3c43c]{font-size:.875rem;color:var(--corelium-text-secondary);font-weight:500;margin-top:.25rem}.result-type-badge[data-v-09b3c43c]{font-size:.75rem;padding:.25rem .5rem;background:var(--corelium-bg-secondary);border-radius:.125rem;color:var(--corelium-text-secondary);font-weight:500}.search-loading[data-v-09b3c43c],.search-empty[data-v-09b3c43c]{padding:1.5rem 1rem;text-align:center;color:var(--corelium-text-tertiary);font-size:.875rem}.search-loading[data-v-09b3c43c]{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner-sm[data-v-09b3c43c]{width:16px;height:16px;border:2px solid var(--corelium-border-primary);border-top-color:var(--corelium-primary);border-radius:50%;animation:spin-09b3c43c .6s linear infinite}@keyframes spin-09b3c43c{to{transform:rotate(360deg)}}.org-selector[data-v-09b3c43c]{position:relative;display:flex;align-items:center;gap:.75rem}.org-display[data-v-09b3c43c],.org-current[data-v-09b3c43c]{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--corelium-bg-secondary);border:1px solid var(--corelium-border-primary);border-radius:.375rem;color:var(--corelium-text-primary)}.org-current[data-v-09b3c43c]{cursor:pointer;transition:background-color .15s ease-in-out}.org-current[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover)}.org-icon[data-v-09b3c43c]{width:24px;height:24px;background:var(--corelium-primary);border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--corelium-text-on-primary)}.org-name[data-v-09b3c43c]{font-size:.875rem;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon[data-v-09b3c43c]{transition:transform .15s ease-in-out}.dropdown-icon--open[data-v-09b3c43c]{transform:rotate(180deg)}.org-dropdown-menu[data-v-09b3c43c]{position:absolute;top:100%;left:0;right:0;background:var(--corelium-bg-primary);border:1px solid var(--corelium-border-primary);border-radius:.375rem;box-shadow:var(--corelium-shadow-xl);margin-top:.25rem;max-height:300px;display:flex;flex-direction:column;z-index:100}.org-search[data-v-09b3c43c]{padding:.5rem;border-bottom:1px solid var(--corelium-border-primary);position:relative;display:flex;align-items:center;gap:.5rem}.org-search .search-icon[data-v-09b3c43c]{color:var(--corelium-text-tertiary);flex-shrink:0}.org-search-input[data-v-09b3c43c]{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;color:var(--corelium-text-primary);padding:.25rem 0}.org-search-input[data-v-09b3c43c]::placeholder{color:var(--corelium-text-tertiary)}.search-clear[data-v-09b3c43c]{background:transparent;border:none;padding:.25rem;cursor:pointer;color:var(--corelium-text-tertiary);border-radius:.125rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out}.search-clear[data-v-09b3c43c]:hover{background:var(--corelium-bg-secondary);color:var(--corelium-text-primary)}.org-list[data-v-09b3c43c]{overflow-y:auto;max-height:240px}.org-empty[data-v-09b3c43c]{padding:1rem;text-align:center;color:var(--corelium-text-tertiary);font-size:.875rem}.org-option[data-v-09b3c43c]{display:flex;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;transition:background-color .15s ease-in-out;color:var(--corelium-text-primary);position:relative}.org-option[data-v-09b3c43c]:hover:not(.org-option--disabled){background:var(--corelium-bg-secondary)}.org-option--active[data-v-09b3c43c]{background:var(--corelium-primary-light);color:var(--corelium-primary-dark)}.org-option--disabled[data-v-09b3c43c]{opacity:.6;cursor:not-allowed}.org-option .org-icon[data-v-09b3c43c]{background:var(--corelium-primary-light);color:var(--corelium-primary-dark)}.org-switching-indicator[data-v-09b3c43c]{margin-left:auto;color:var(--corelium-primary)}.spinning[data-v-09b3c43c]{animation:spin-09b3c43c 1s linear infinite}@keyframes spin-09b3c43c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.org-settings[data-v-09b3c43c]{width:36px;height:36px;background:var(--corelium-primary-light);border:1px solid var(--corelium-primary);color:var(--corelium-primary)}.org-settings[data-v-09b3c43c]:hover{background:var(--corelium-primary);color:var(--corelium-text-on-primary)}.nav-right[data-v-09b3c43c]{display:flex;align-items:center;gap:.75rem}.nav-action[data-v-09b3c43c]{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--corelium-bg-secondary);border:1px solid var(--corelium-border-primary);border-radius:.375rem;color:var(--corelium-text-primary);cursor:pointer;transition:all .15s ease-in-out}.nav-action[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover);border-color:var(--corelium-border-hover);transform:translateY(-1px)}.nav-action[data-v-09b3c43c]:active{transform:translateY(0)}.notification-badge[data-v-09b3c43c]{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--corelium-error);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid var(--corelium-bg-primary)}.profile-dropdown[data-v-09b3c43c]{position:relative}.profile-trigger[data-v-09b3c43c]{display:flex;align-items:center;gap:.5rem;padding:.25rem;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease-in-out}.profile-trigger[data-v-09b3c43c]:hover{background:var(--corelium-bg-hover)}.profile-avatar[data-v-09b3c43c]{width:32px;height:32px;background:var(--corelium-primary);border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:var(--corelium-text-on-primary);border:2px solid var(--corelium-primary-light)}.profile-avatar--large[data-v-09b3c43c]{width:48px;height:48px;font-size:1.125rem}.profile-dropdown-menu[data-v-09b3c43c]{position:absolute;top:100%;right:0;width:280px;background:var(--corelium-bg-primary);border:1px solid var(--corelium-border-primary);border-radius:.5rem;box-shadow:var(--corelium-shadow-xl);margin-top:.5rem;overflow:hidden;z-index:9999}.profile-header[data-v-09b3c43c]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--corelium-bg-secondary);border-bottom:1px solid var(--corelium-border-primary)}.profile-header .profile-avatar[data-v-09b3c43c]{background:var(--corelium-primary-light);color:var(--corelium-primary-dark);border-color:var(--corelium-primary)}.profile-info[data-v-09b3c43c]{flex:1;min-width:0}.profile-name[data-v-09b3c43c]{font-size:.875rem;font-weight:600;color:var(--corelium-text-primary);margin-bottom:.25rem}.profile-email[data-v-09b3c43c]{font-size:.75rem;color:var(--corelium-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu[data-v-09b3c43c]{padding:.5rem}.profile-menu-item[data-v-09b3c43c]{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:none;border:none;border-radius:.375rem;color:var(--corelium-text-primary);font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out;text-align:left}.profile-menu-item[data-v-09b3c43c]:hover{background:var(--corelium-bg-secondary)}.profile-menu-item--danger[data-v-09b3c43c]{color:var(--corelium-error)}.profile-menu-item--danger[data-v-09b3c43c]:hover{background:var(--corelium-error-light)}.profile-menu-divider[data-v-09b3c43c]{height:1px;background:var(--corelium-border-primary);margin:.5rem 0}.emulation-toolbar[data-v-9e1ec3b9]{position:fixed;top:0;left:0;right:0;z-index:9999;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f14d;border-bottom:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolbar-content[data-v-9e1ec3b9]{display:flex;align-items:center;gap:24px;padding:12px 24px;max-width:1600px;margin:0 auto}.emulation-badge[data-v-9e1ec3b9]{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fff3;border-radius:6px;font-weight:600;font-size:12px;letter-spacing:.5px;color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 4px #0000001a}.emulation-badge .icon[data-v-9e1ec3b9]{width:18px;height:18px;color:#fff}.badge-text[data-v-9e1ec3b9]{text-transform:uppercase;font-weight:700}.emulation-info[data-v-9e1ec3b9]{flex:1;display:flex;align-items:center;gap:16px;color:#fff}.user-details[data-v-9e1ec3b9]{display:flex;align-items:center;gap:8px;font-size:14px}.label[data-v-9e1ec3b9]{font-weight:500;opacity:.9}.user-name[data-v-9e1ec3b9]{font-weight:600;font-size:15px}.user-email[data-v-9e1ec3b9]{opacity:.85;font-size:13px}.roles[data-v-9e1ec3b9]{display:flex;align-items:center;gap:6px}.role-chip[data-v-9e1ec3b9]{padding:4px 10px;background:#ffffff40;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#fff;border:1px solid rgba(255,255,255,.3)}.end-button[data-v-9e1ec3b9]{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fffffff2;color:#6366f1;border:none;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #00000026}.end-button[data-v-9e1ec3b9]:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.end-button[data-v-9e1ec3b9]:active{transform:translateY(0)}.end-button .icon[data-v-9e1ec3b9]{width:16px;height:16px}body[data-v-9e1ec3b9]:has(.emulation-toolbar){padding-top:56px}@media(prefers-color-scheme:dark){.emulation-toolbar[data-v-9e1ec3b9]{background:linear-gradient(135deg,#4f46e5,#7c3aed)}}@media(max-width:768px){.toolbar-content[data-v-9e1ec3b9]{flex-direction:column;gap:12px;padding:12px 16px}.emulation-info[data-v-9e1ec3b9]{flex-direction:column;gap:8px;align-items:flex-start;width:100%}.user-details[data-v-9e1ec3b9]{flex-wrap:wrap}.end-button[data-v-9e1ec3b9]{width:100%;justify-content:center}}.announcements-container[data-v-5ffa0aae]{position:fixed;bottom:0;left:0;right:0;z-index:45;display:flex;flex-direction:column-reverse;gap:0}.announcement-timer[data-v-5ffa0aae]{position:absolute;top:0;left:0;right:0;height:3px;background-color:#0003;overflow:hidden}.announcement-timer .timer-progress[data-v-5ffa0aae]{height:100%;background:linear-gradient(90deg,#ffffff4d,#fff9,#ffffff4d);transition:width .1s linear}.announcement-banner[data-v-5ffa0aae]{position:relative;display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.announcement-banner[data-v-5ffa0aae]:hover{filter:brightness(1.05)}.announcement-info[data-v-5ffa0aae]{background:linear-gradient(135deg,#3b82f6f2,#2563ebf2);color:#fff}.announcement-warning[data-v-5ffa0aae]{background:linear-gradient(135deg,#f59e0bf2,#d97706f2);color:#fff}.announcement-maintenance[data-v-5ffa0aae]{background:linear-gradient(135deg,#6b7280f2,#4b5563f2);color:#fff}.announcement-critical[data-v-5ffa0aae]{background:linear-gradient(135deg,#ef4444f2,#dc2626f2);color:#fff;animation:pulse-glow-5ffa0aae 2s ease-in-out infinite}@keyframes pulse-glow-5ffa0aae{0%,to{box-shadow:0 0 20px #ef444466}50%{box-shadow:0 0 30px #ef444499}}.priority-critical[data-v-5ffa0aae]{border-left:4px solid rgba(255,255,255,.8)}.priority-high[data-v-5ffa0aae]{border-left:4px solid rgba(255,255,255,.6)}.announcement-icon[data-v-5ffa0aae]{font-size:1.5rem;flex-shrink:0;line-height:1}.announcement-content[data-v-5ffa0aae]{flex:1;min-width:0}.announcement-title[data-v-5ffa0aae]{font-size:1rem;font-weight:600;margin:0 0 .25rem;line-height:1.4}.announcement-message[data-v-5ffa0aae]{font-size:.875rem;line-height:1.5;opacity:.95;overflow:hidden}.announcement-message[data-v-5ffa0aae] a{color:inherit;text-decoration:underline;font-weight:500}.announcement-message[data-v-5ffa0aae] a:hover{opacity:.8}.announcement-message--marquee[data-v-5ffa0aae]{position:relative;display:flex;gap:2rem}.announcement-message--marquee .message-text[data-v-5ffa0aae]{display:inline-block;white-space:nowrap;animation:marquee-5ffa0aae 60s linear infinite}@keyframes marquee-5ffa0aae{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-pagination[data-v-5ffa0aae]{display:flex;align-items:center;gap:.75rem;margin-left:1rem;padding-left:1rem;border-left:1px solid rgba(255,255,255,.2)}.pagination-button[data-v-5ffa0aae]{padding:.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:inherit;cursor:pointer;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pagination-button[data-v-5ffa0aae]:hover{background:#fff3;transform:scale(1.1)}.pagination-button[data-v-5ffa0aae]:active{transform:scale(.95)}.pagination-button svg[data-v-5ffa0aae]{display:block}.pagination-indicator[data-v-5ffa0aae]{font-size:.75rem;opacity:.9;font-weight:500;min-width:3rem;text-align:center}.announcement-metadata[data-v-5ffa0aae]{display:flex;gap:1rem;margin-top:.5rem;font-size:.75rem;opacity:.8}.dismiss-button[data-v-5ffa0aae]{flex-shrink:0;padding:.25rem;background:transparent;border:none;color:inherit;cursor:pointer;opacity:.7;transition:all .2s ease;border-radius:.25rem}.dismiss-button[data-v-5ffa0aae]:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.dismiss-button[data-v-5ffa0aae]:active{transform:scale(.95)}.dismiss-button[data-v-5ffa0aae]:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.dismiss-icon[data-v-5ffa0aae]{width:1.25rem;height:1.25rem;display:block}.announcement-enter-active[data-v-5ffa0aae],.announcement-leave-active[data-v-5ffa0aae]{transition:all .4s ease}.announcement-enter-from[data-v-5ffa0aae]{opacity:0;transform:translateY(100%)}.announcement-leave-to[data-v-5ffa0aae]{opacity:0;transform:translate(100%)}.announcement-move[data-v-5ffa0aae]{transition:transform .4s ease}@media(max-width:768px){.announcement-banner[data-v-5ffa0aae]{padding:.875rem 1rem;gap:.75rem}.announcement-icon[data-v-5ffa0aae]{font-size:1.25rem}.announcement-title[data-v-5ffa0aae]{font-size:.9375rem}.announcement-message[data-v-5ffa0aae]{font-size:.8125rem}.announcement-metadata[data-v-5ffa0aae]{flex-direction:column;gap:.25rem}}@media(prefers-reduced-motion:reduce){.announcement-banner[data-v-5ffa0aae],.announcement-enter-active[data-v-5ffa0aae],.announcement-leave-active[data-v-5ffa0aae],.announcement-move[data-v-5ffa0aae]{transition:none!important;animation:none!important}}#app{width:100%;min-height:100vh;background-color:var(--corelium-bg-primary);color:var(--corelium-text-primary);transition:background-color .3s ease-in-out,color .3s ease-in-out}.with-shell .app-shell__content{padding-top:64px;padding-left:240px;min-height:calc(100vh - 64px);transition:padding-left .22s ease,padding-top .22s ease}.with-shell.with-emulation .app-shell__content{padding-top:120px}@media(min-width:768px){body:has(.app-sidebar.app-sidebar--collapsed) .with-shell .app-shell__content{padding-left:64px}}@media(max-width:767px){.with-shell .app-shell__content{padding-left:0;padding-top:64px}}.corelium-app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--thor-primary-50: #eff6ff;--thor-primary-100: #dbeafe;--thor-primary-200: #bfdbfe;--thor-primary-300: #93c5fd;--thor-primary-400: #60a5fa;--thor-primary-500: #3b82f6;--thor-primary-600: #2563eb;--thor-primary-700: #1d4ed8;--thor-primary-800: #1e40af;--thor-primary-900: #1e3a8a;--thor-secondary-50: #f9fafb;--thor-secondary-100: #f3f4f6;--thor-secondary-200: #e5e7eb;--thor-secondary-300: #d1d5db;--thor-secondary-400: #9ca3af;--thor-secondary-500: #6b7280;--thor-secondary-600: #4b5563;--thor-secondary-700: #374151;--thor-secondary-800: #1f2937;--thor-secondary-900: #111827;--thor-success-50: #ecfdf5;--thor-success-100: #d1fae5;--thor-success-500: #10b981;--thor-success-600: #059669;--thor-success-700: #047857;--thor-warning-50: #fffbeb;--thor-warning-100: #fef3c7;--thor-warning-500: #f59e0b;--thor-warning-600: #d97706;--thor-warning-700: #b45309;--thor-error-50: #fef2f2;--thor-error-100: #fee2e2;--thor-error-500: #ef4444;--thor-error-600: #dc2626;--thor-error-700: #b91c1c;--thor-font-family-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--thor-font-family-mono: "JetBrains Mono", "SF Mono", Monaco, "Inconsolata", "Roboto Mono", monospace;--thor-text-xs: .75rem;--thor-text-sm: .875rem;--thor-text-base: 1rem;--thor-text-lg: 1.125rem;--thor-text-xl: 1.25rem;--thor-text-2xl: 1.5rem;--thor-text-3xl: 1.875rem;--thor-text-4xl: 2.25rem;--thor-text-5xl: 3rem;--thor-text-6xl: 3.75rem;--thor-font-light: 300;--thor-font-normal: 400;--thor-font-medium: 500;--thor-font-semibold: 600;--thor-font-bold: 700;--thor-font-extrabold: 800;--thor-leading-tight: 1.25;--thor-leading-snug: 1.375;--thor-leading-normal: 1.5;--thor-leading-relaxed: 1.625;--thor-leading-loose: 2;--thor-space-0: 0;--thor-space-1: .25rem;--thor-space-2: .5rem;--thor-space-3: .75rem;--thor-space-4: 1rem;--thor-space-5: 1.25rem;--thor-space-6: 1.5rem;--thor-space-8: 2rem;--thor-space-10: 2.5rem;--thor-space-12: 3rem;--thor-space-16: 4rem;--thor-space-20: 5rem;--thor-space-24: 6rem;--thor-space-32: 8rem;--thor-rounded-none: 0;--thor-rounded-sm: .125rem;--thor-rounded: .25rem;--thor-rounded-md: .375rem;--thor-rounded-lg: .5rem;--thor-rounded-xl: .75rem;--thor-rounded-2xl: 1rem;--thor-rounded-3xl: 1.5rem;--thor-rounded-full: 9999px;--thor-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--thor-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--thor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--thor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--thor-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--thor-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--thor-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--thor-z-0: 0;--thor-z-10: 10;--thor-z-20: 20;--thor-z-30: 30;--thor-z-40: 40;--thor-z-50: 50;--thor-z-modal: 1000;--thor-z-popover: 1010;--thor-z-tooltip: 1020;--thor-z-notification: 1030;--thor-transition-fast: .15s ease-in-out;--thor-transition-normal: .25s ease-in-out;--thor-transition-slow: .35s ease-in-out;--thor-breakpoint-sm: 640px;--thor-breakpoint-md: 768px;--thor-breakpoint-lg: 1024px;--thor-breakpoint-xl: 1280px;--thor-breakpoint-2xl: 1536px}@media(prefers-color-scheme:dark){:root{--thor-primary-500: #60a5fa;--thor-primary-600: #3b82f6;--thor-secondary-50: #111827;--thor-secondary-100: #1f2937;--thor-secondary-200: #374151;--thor-secondary-300: #4b5563;--thor-secondary-400: #6b7280;--thor-secondary-500: #9ca3af;--thor-secondary-600: #d1d5db;--thor-secondary-700: #e5e7eb;--thor-secondary-800: #f3f4f6;--thor-secondary-900: #f9fafb}}.dark{--thor-primary-500: #60a5fa;--thor-primary-600: #3b82f6;--thor-secondary-50: #111827;--thor-secondary-100: #1f2937;--thor-secondary-200: #374151;--thor-secondary-300: #4b5563;--thor-secondary-400: #6b7280;--thor-secondary-500: #9ca3af;--thor-secondary-600: #d1d5db;--thor-secondary-700: #e5e7eb;--thor-secondary-800: #f3f4f6;--thor-secondary-900: #f9fafb}:root{--corelium-bg-primary: #ffffff;--corelium-bg-secondary: #fdfdfe;--corelium-bg-tertiary: #f8fafc;--corelium-bg-accent: #f8fbff;--corelium-bg-hover: #f8fafc;--corelium-text-primary: #0f172a;--corelium-text-secondary: #475569;--corelium-text-tertiary: #64748b;--corelium-text-muted: #94a3b8;--corelium-text-inverse: #ffffff;--corelium-text-on-primary: #ffffff;--corelium-border-primary: #e8eef5;--corelium-border-secondary: #f1f5f9;--corelium-border-hover: #cbd5e1;--corelium-border-focus: #3b82f6;--corelium-primary: #2563eb;--corelium-primary-hover: #1d4ed8;--corelium-primary-light: #f8fbff;--corelium-primary-dark: #1e40af;--corelium-secondary: #475569;--corelium-secondary-hover: #334155;--corelium-success: #059669;--corelium-success-light: #ecfdf5;--corelium-warning: #f59e0b;--corelium-warning-light: #fffbeb;--corelium-error: #dc2626;--corelium-error-light: #fef2f2;--corelium-info: #3b82f6;--corelium-info-light: #f8fbff;--corelium-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--corelium-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--corelium-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--corelium-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--corelium-bg-primary-rgb: 255, 255, 255;--corelium-bg-secondary-rgb: 250, 251, 252;--corelium-text-primary-rgb: 17, 24, 39;--corelium-text-secondary-rgb: 75, 85, 99;--corelium-primary-rgb: 37, 99, 235;--theme-transition-duration: .3s}@media(prefers-color-scheme:dark){:root{--corelium-bg-primary: #0f172a;--corelium-bg-secondary: #1e293b;--corelium-bg-tertiary: #334155;--corelium-bg-accent: #1e3a8a;--corelium-bg-hover: #273344;--corelium-text-primary: #f8fafc;--corelium-text-secondary: #cbd5e1;--corelium-text-tertiary: #94a3b8;--corelium-text-muted: #64748b;--corelium-text-inverse: #0f172a;--corelium-text-on-primary: #ffffff;--corelium-border-primary: #334155;--corelium-border-secondary: #273344;--corelium-border-hover: #475569;--corelium-border-focus: #60a5fa;--corelium-primary: #60a5fa;--corelium-primary-hover: #93c5fd;--corelium-primary-light: #1e3a8a;--corelium-primary-dark: #bfdbfe;--corelium-secondary: #94a3b8;--corelium-secondary-hover: #cbd5e1;--corelium-success: #34d399;--corelium-success-light: #064e3b;--corelium-warning: #fbbf24;--corelium-warning-light: #78350f;--corelium-error: #f87171;--corelium-error-light: #7f1d1d;--corelium-info: #60a5fa;--corelium-info-light: #1e3a8a;--corelium-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--corelium-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .2);--corelium-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .2);--corelium-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .2);--corelium-bg-primary-rgb: 15, 23, 42;--corelium-bg-secondary-rgb: 30, 41, 59;--corelium-text-primary-rgb: 248, 250, 252;--corelium-text-secondary-rgb: 203, 213, 225;--corelium-primary-rgb: 96, 165, 250}}.dark{--corelium-bg-primary: #0f172a;--corelium-bg-secondary: #1e293b;--corelium-bg-tertiary: #334155;--corelium-bg-accent: #1e3a8a;--corelium-bg-hover: #273344;--corelium-text-primary: #f8fafc;--corelium-text-secondary: #cbd5e1;--corelium-text-tertiary: #94a3b8;--corelium-text-muted: #64748b;--corelium-text-inverse: #0f172a;--corelium-text-on-primary: #ffffff;--corelium-border-primary: #334155;--corelium-border-secondary: #273344;--corelium-border-hover: #475569;--corelium-border-focus: #60a5fa;--corelium-primary: #60a5fa;--corelium-primary-hover: #93c5fd;--corelium-primary-light: #1e3a8a;--corelium-primary-dark: #bfdbfe;--corelium-secondary: #94a3b8;--corelium-secondary-hover: #cbd5e1;--corelium-success: #34d399;--corelium-success-light: #064e3b;--corelium-warning: #fbbf24;--corelium-warning-light: #78350f;--corelium-error: #f87171;--corelium-error-light: #7f1d1d;--corelium-info: #60a5fa;--corelium-info-light: #1e3a8a;--corelium-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--corelium-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .2);--corelium-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .2);--corelium-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .2);--corelium-bg-primary-rgb: 15, 23, 42;--corelium-bg-secondary-rgb: 30, 41, 59;--corelium-text-primary-rgb: 248, 250, 252;--corelium-text-secondary-rgb: 203, 213, 225;--corelium-primary-rgb: 96, 165, 250}.light{--corelium-bg-primary: #ffffff;--corelium-bg-secondary: #fdfdfe;--corelium-bg-tertiary: #f8fafc;--corelium-bg-accent: #f8fbff;--corelium-bg-hover: #f8fafc;--corelium-text-primary: #0f172a;--corelium-text-secondary: #475569;--corelium-text-tertiary: #64748b;--corelium-text-muted: #94a3b8;--corelium-text-inverse: #ffffff;--corelium-text-on-primary: #ffffff;--corelium-border-primary: #e8eef5;--corelium-border-secondary: #f1f5f9;--corelium-border-hover: #cbd5e1;--corelium-border-focus: #3b82f6;--corelium-primary: #2563eb;--corelium-primary-hover: #1d4ed8;--corelium-primary-light: #f8fbff;--corelium-primary-dark: #1e40af;--corelium-secondary: #475569;--corelium-secondary-hover: #334155;--corelium-success: #059669;--corelium-success-light: #ecfdf5;--corelium-warning: #f59e0b;--corelium-warning-light: #fffbeb;--corelium-error: #dc2626;--corelium-error-light: #fef2f2;--corelium-info: #3b82f6;--corelium-info-light: #f8fbff;--corelium-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--corelium-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--corelium-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--corelium-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--corelium-bg-primary-rgb: 255, 255, 255;--corelium-bg-secondary-rgb: 250, 251, 252;--corelium-text-primary-rgb: 17, 24, 39;--corelium-text-secondary-rgb: 75, 85, 99;--corelium-primary-rgb: 37, 99, 235}*{transition:background-color var(--theme-transition-duration) ease-in-out,border-color var(--theme-transition-duration) ease-in-out,color var(--theme-transition-duration) ease-in-out,box-shadow var(--theme-transition-duration) ease-in-out}body{background-color:var(--corelium-bg-primary);color:var(--corelium-text-primary);transition:all var(--theme-transition-duration) ease-in-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--corelium-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--corelium-border-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--corelium-border-hover)}::selection{background-color:#06c;color:#fff}::-moz-selection{background-color:#06c;color:#fff}input::selection,textarea::selection,label::selection,span::selection,div::selection{background-color:#06c;color:#fff}input::-moz-selection,textarea::-moz-selection,label::-moz-selection,span::-moz-selection,div::-moz-selection{background-color:#06c;color:#fff}.bg-theme-primary{background-color:var(--corelium-bg-primary)}.bg-theme-secondary{background-color:var(--corelium-bg-secondary)}.bg-theme-tertiary{background-color:var(--corelium-bg-tertiary)}.bg-theme-accent{background-color:var(--corelium-bg-accent)}.text-theme-primary{color:var(--corelium-text-primary)}.text-theme-secondary{color:var(--corelium-text-secondary)}.text-theme-tertiary{color:var(--corelium-text-tertiary)}.text-theme-muted{color:var(--corelium-text-muted)}.text-theme-inverse{color:var(--corelium-text-inverse)}.border-theme-primary{border-color:var(--corelium-border-primary)}.border-theme-secondary{border-color:var(--corelium-border-secondary)}.border-theme-hover{border-color:var(--corelium-border-hover)}.shadow-theme-sm{box-shadow:0 1px 2px 0 var(--corelium-shadow-sm)}.shadow-theme-md{box-shadow:0 4px 6px -1px var(--corelium-shadow-md),0 2px 4px -2px var(--corelium-shadow-sm)}.shadow-theme-lg{box-shadow:0 10px 15px -3px var(--corelium-shadow-lg),0 4px 6px -2px var(--corelium-shadow-md)}.shadow-theme-xl{box-shadow:0 20px 25px -5px var(--corelium-shadow-xl),0 10px 10px -5px var(--corelium-shadow-lg)}.btn.btn-primary{background-color:var(--corelium-primary);color:var(--corelium-text-on-primary);border-color:var(--corelium-primary)}.btn.btn-primary:hover{background-color:var(--corelium-primary-hover);border-color:var(--corelium-primary-hover)}.btn.btn-secondary{background-color:var(--corelium-secondary);color:var(--corelium-text-on-primary);border-color:var(--corelium-secondary)}.btn.btn-secondary:hover{background-color:var(--corelium-secondary-hover);border-color:var(--corelium-secondary-hover)}.btn.btn-outline{background-color:transparent;color:var(--corelium-primary);border-color:var(--corelium-border-primary)}.btn.btn-outline:hover{background-color:var(--corelium-primary-light);border-color:var(--corelium-primary)}.btn.btn-ghost{background-color:transparent;color:var(--corelium-text-primary);border-color:transparent}.btn.btn-ghost:hover{background-color:var(--corelium-bg-hover)}.card{background-color:var(--corelium-bg-primary);border:1px solid var(--corelium-border-primary);box-shadow:0 4px 6px -1px var(--corelium-shadow-md),0 2px 4px -2px var(--corelium-shadow-sm)}.card.card-elevated{box-shadow:0 10px 15px -3px var(--corelium-shadow-lg),0 4px 6px -2px var(--corelium-shadow-md)}.input{background-color:var(--corelium-bg-primary);color:var(--corelium-text-primary);border:1px solid var(--corelium-border-primary)}.input:focus{border-color:var(--corelium-border-focus);box-shadow:0 0 0 3px rgba(var(--corelium-primary),.1)}.input::placeholder{color:var(--corelium-text-muted)}.modal-backdrop{background-color:rgba(var(--corelium-text-primary),.5)}.modal{background-color:var(--corelium-bg-primary);border:1px solid var(--corelium-border-primary);box-shadow:0 20px 25px -5px var(--corelium-shadow-xl),0 10px 10px -5px var(--corelium-shadow-lg)}.nav{background-color:rgba(var(--corelium-bg-primary),.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--corelium-border-primary)}.nav .nav-link{color:var(--corelium-text-secondary)}.nav .nav-link:hover{color:var(--corelium-text-primary);background-color:var(--corelium-bg-hover)}.nav .nav-link.active{color:var(--corelium-primary);background-color:var(--corelium-primary-light)}.theme-transition-fast *{transition-duration:.15s!important}.theme-transition-slow *{transition-duration:.5s!important}.theme-no-transition *{transition:none!important}@keyframes thor-fade-in{0%{opacity:0}to{opacity:1}}@keyframes thor-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes thor-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes thor-slide-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes thor-slide-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes thor-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes thor-scale-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes thor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes thor-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes thor-bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes thor-shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.thor-animate-fade-in{animation:thor-fade-in var(--duration, .25s ease-in-out) ease-out}.thor-animate-slide-up{animation:thor-slide-up var(--duration, .25s ease-in-out) ease-out}.thor-animate-slide-down{animation:thor-slide-down var(--duration, .25s ease-in-out) ease-out}.thor-animate-slide-left{animation:thor-slide-left var(--duration, .25s ease-in-out) ease-out}.thor-animate-slide-right{animation:thor-slide-right var(--duration, .25s ease-in-out) ease-out}.thor-animate-scale-in{animation:thor-scale-in var(--duration, .25s ease-in-out) ease-out}.thor-animate-scale-out{animation:thor-scale-out var(--duration, .25s ease-in-out) ease-out}.thor-animate-spin{animation:thor-spin 1s linear infinite}.thor-animate-pulse{animation:thor-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.thor-animate-bounce{animation:thor-bounce 1s infinite}.thor-animate-shake{animation:thor-shake .82s cubic-bezier(.36,.07,.19,.97) both}.thor-animate-fast{--duration: .15s ease-in-out}.thor-animate-normal{--duration: .25s ease-in-out}.thor-animate-slow{--duration: .35s ease-in-out}.thor-animate-delay-75{animation-delay:75ms}.thor-animate-delay-100{animation-delay:.1s}.thor-animate-delay-150{animation-delay:.15s}.thor-animate-delay-200{animation-delay:.2s}.thor-animate-delay-300{animation-delay:.3s}.thor-animate-delay-500{animation-delay:.5s}.thor-animate-delay-700{animation-delay:.7s}.thor-animate-delay-1000{animation-delay:1s}.thor-stagger>*{animation:thor-slide-up .25s ease-in-out ease-out;animation-fill-mode:both}.thor-stagger-delay-50>*:nth-child(1){animation-delay:0ms}.thor-stagger-delay-50>*:nth-child(2){animation-delay:50ms}.thor-stagger-delay-50>*:nth-child(3){animation-delay:.1s}.thor-stagger-delay-50>*:nth-child(4){animation-delay:.15s}.thor-stagger-delay-50>*:nth-child(5){animation-delay:.2s}.thor-stagger-delay-50>*:nth-child(6){animation-delay:.25s}.thor-stagger-delay-50>*:nth-child(7){animation-delay:.3s}.thor-stagger-delay-50>*:nth-child(8){animation-delay:.35s}.thor-stagger-delay-100>*:nth-child(1){animation-delay:0ms}.thor-stagger-delay-100>*:nth-child(2){animation-delay:.1s}.thor-stagger-delay-100>*:nth-child(3){animation-delay:.2s}.thor-stagger-delay-100>*:nth-child(4){animation-delay:.3s}.thor-stagger-delay-100>*:nth-child(5){animation-delay:.4s}.thor-stagger-delay-100>*:nth-child(6){animation-delay:.5s}.thor-stagger-delay-100>*:nth-child(7){animation-delay:.6s}.thor-stagger-delay-100>*:nth-child(8){animation-delay:.7s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:var(--thor-font-family-sans);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{font-family:var(--thor-font-family-sans);font-size:var(--thor-text-base);line-height:var(--thor-leading-normal);color:var(--thor-secondary-900);background-color:var(--thor-secondary-50);min-height:100vh;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:var(--thor-font-semibold);line-height:var(--thor-leading-tight);color:var(--thor-secondary-900)}h1{font-size:var(--thor-text-3xl)}h2{font-size:var(--thor-text-2xl)}h3{font-size:var(--thor-text-xl)}h4{font-size:var(--thor-text-lg)}h5{font-size:var(--thor-text-base)}h6{font-size:var(--thor-text-sm)}p{margin-bottom:var(--thor-space-4);line-height:var(--thor-leading-relaxed)}a{color:var(--thor-primary-600);text-decoration:none;transition:color var(--thor-transition-fast)}a:hover{color:var(--thor-primary-700);text-decoration:underline}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;color:inherit;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;appearance:button;background-color:transparent;background-image:none;cursor:pointer}.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}.animate-fade-in{animation:fadeIn var(--thor-transition-normal)}.animate-slide-up{animation:slideUp var(--thor-transition-normal)}.animate-slide-down{animation:slideDown var(--thor-transition-normal)}.animate-scale-in{animation:scaleIn var(--thor-transition-normal)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.focus-ring{outline:2px solid transparent;outline-offset:2px}.focus-ring:focus{outline:2px solid var(--thor-primary-500);outline-offset:2px}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--thor-space-4);padding-right:var(--thor-space-4)}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}.hide-desktop{display:none}}
