:root{--primary-color:#0a5adb;--primary-color-hover:#1d4ed8;--bg-color:#f5f7fa;--card-bg:#fff;--text-primary:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--border-color:#e2e8f0;--bg-secondary:#f1f5f9;--bg-secondary-hover:#e2e8f0;--card-bg-elevated:#fff;--card-bg-sunken:#eef3f8;--icon-bg:#eff6ff;--warning:#f59e0b;--danger:#ef4444;--shadow-color:#0f172a1f;--lone-mobile-safe-top:env(safe-area-inset-top,0px);--lone-mobile-safe-right:env(safe-area-inset-right,0px);--lone-mobile-safe-bottom:env(safe-area-inset-bottom,0px);--lone-mobile-safe-left:env(safe-area-inset-left,0px);--bg-premium-dark:#101723;--card-premium-dark:#1a2433;--border-premium-dark:#2a3649;--font-display:"Inter",system-ui,-apple-system,sans-serif}@media (prefers-color-scheme:dark){:root{--bg-color:#05080f;--card-bg:#0f1521;--text-primary:#f0f4ff;--text-secondary:#9baac2;--text-tertiary:#687994;--border-color:#232f42;--bg-secondary:#172030;--bg-secondary-hover:#1e293b;--icon-bg:#1e2b40;--warning:#fbbf24;--danger:#f87171;--shadow-color:#0009;--primary-color:#3b82f6;--primary-color-hover:#60a5fa;--accent-violet:#7c3aed;--accent-violet-soft:#7c3aed1f;--accent-cyan:#06b6d4;--accent-cyan-soft:#06b6d41a;--accent-amber:#f59e0b;--accent-amber-soft:#f59e0b1a;--accent-emerald:#10b981;--accent-emerald-soft:#10b9811a;--card-bg-elevated:#141d2e;--card-bg-sunken:#080d16}}html.dark{--bg-color:#05080f;--card-bg:#0f1521;--text-primary:#f0f4ff;--text-secondary:#9baac2;--text-tertiary:#687994;--border-color:#232f42;--bg-secondary:#172030;--bg-secondary-hover:#1e293b;--icon-bg:#1e2b40;--warning:#fbbf24;--danger:#f87171;--shadow-color:#0009;--primary-color:#3b82f6;--primary-color-hover:#60a5fa;--accent-violet:#7c3aed;--accent-violet-soft:#7c3aed1f;--accent-cyan:#06b6d4;--accent-cyan-soft:#06b6d41a;--accent-amber:#f59e0b;--accent-amber-soft:#f59e0b1a;--accent-emerald:#10b981;--accent-emerald-soft:#10b9811a;--card-bg-elevated:#141d2e;--card-bg-sunken:#080d16}html.light{--bg-color:#f5f7fa;--card-bg:#fff;--text-primary:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--border-color:#e2e8f0;--bg-secondary:#f1f5f9;--bg-secondary-hover:#e2e8f0;--card-bg-elevated:#fff;--card-bg-sunken:#eef3f8;--icon-bg:#eff6ff;--warning:#f59e0b;--danger:#ef4444;--shadow-color:#0f172a1f}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-display);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){.ant-select-dropdown,.ant-select-dropdown.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.ant-select-dropdown-placement-topLeft{background-color:#1a1a1a!important;border:1px solid #333!important}.ant-select-item,.ant-select-item-option{color:#e5e5e5!important;background-color:#0000!important}.ant-select-item-option:hover,.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#2a2a2a!important}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){font-weight:600;color:#1890ff!important;background-color:#1890ff26!important}.ant-select-item-empty{color:#888!important}.ant-select-dropdown .ant-select-selection-search-input{color:#e5e5e5!important;background-color:#1a1a1a!important}.ant-select-dropdown .ant-spin,.ant-select-dropdown .ant-empty-description{color:#888!important}.ant-select-dropdown .ant-spin-dot-item{background-color:#1890ff!important}.ant-select-arrow .anticon-loading{color:#1890ff!important}.ant-input::placeholder,textarea::placeholder{opacity:1;color:#6b7280!important}.ant-input-disabled,.ant-input[disabled]{color:#ffffff80!important;background-color:#2a2a2a!important;border-color:#333!important}}html.dark .ant-select-dropdown,html.dark .ant-select-dropdown.ant-select-dropdown-placement-bottomLeft,html.dark .ant-select-dropdown.ant-select-dropdown-placement-topLeft{background-color:#1a1a1a!important;border:1px solid #333!important}html.dark .ant-select-item,html.dark .ant-select-item-option{color:#e5e5e5!important;background-color:#0000!important}html.dark .ant-select-item-option:hover,html.dark .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#2a2a2a!important}html.dark .ant-select-item-option-selected:not(.ant-select-item-option-disabled){font-weight:600;color:#1890ff!important;background-color:#1890ff26!important}html.dark .ant-select-item-empty{color:#888!important}html.dark .ant-select-dropdown .ant-select-selection-search-input{color:#e5e5e5!important;background-color:#1a1a1a!important}html.dark .ant-select-dropdown .ant-spin,html.dark .ant-select-dropdown .ant-empty-description{color:#888!important}html.dark .ant-select-dropdown .ant-spin-dot-item{background-color:#1890ff!important}html.dark .ant-select-arrow .anticon-loading{color:#1890ff!important}html.dark .ant-input::placeholder,html.dark textarea::placeholder{opacity:1;color:#6b7280!important}html.dark .ant-input-disabled,html.dark .ant-input[disabled]{color:#ffffff80!important;background-color:#2a2a2a!important;border-color:#333!important}html.light .ant-select-dropdown,html.light .ant-select-dropdown.ant-select-dropdown-placement-bottomLeft,html.light .ant-select-dropdown.ant-select-dropdown-placement-topLeft{background-color:var(--card-bg)!important;border:1px solid var(--border-color)!important}html.light .ant-select-item,html.light .ant-select-item-option{color:var(--text-primary)!important;background-color:#0000!important}html.light .ant-select-item-option:hover,html.light .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:var(--bg-secondary)!important}html.light .ant-select-item-option-selected:not(.ant-select-item-option-disabled){font-weight:600;background-color:color-mix(in srgb,var(--primary-color)10%,var(--card-bg)90%)!important;color:var(--primary-color)!important}html.light .ant-select-item-empty{color:var(--text-tertiary)!important}html.light .ant-select-dropdown .ant-select-selection-search-input{background-color:var(--card-bg)!important;color:var(--text-primary)!important}html.light .ant-select-dropdown .ant-spin,html.light .ant-select-dropdown .ant-empty-description{color:var(--text-secondary)!important}html.light .ant-select-dropdown .ant-spin-dot-item{background-color:var(--primary-color)!important}html.light .ant-select-arrow .anticon-loading{color:var(--primary-color)!important}html.light .ant-input-disabled,html.light .ant-input[disabled]{color:#00000073!important;background-color:#f5f5f5!important;border-color:#d9d9d9!important}
.ClientLayout-module__3LDiLq__main{min-height:100vh}.ClientLayout-module__3LDiLq__withHeaderOffset{padding-top:82px}.ClientLayout-module__3LDiLq__companyRootDesktopFooter{display:block}:is(html.lone-in-app [data-lone-global-header],html.lone-in-app [data-lone-global-footer]){display:none!important}html.lone-in-app [data-lone-global-main]{padding-top:0!important}@media (max-width:1023px){.ClientLayout-module__3LDiLq__withHeaderOffset{padding-top:82px}.ClientLayout-module__3LDiLq__companyRootDesktopFooter{display:none}}
