:root{--shoply-color-surface: #fff;--shoply-color-surface-subtle: #fafafa;--shoply-color-admin-shell-bg: #f7f8fa;--shoply-color-auth-bg: #f0f2f5;--shoply-color-admin-hover-bg: #f5f7fb;--shoply-color-admin-active-bg: #e8f0ff;--shoply-color-admin-hover-soft: #f0f5ff;--shoply-color-shell-border: #eceff3;--shoply-color-control-border: #d9d9d9;--shoply-color-icon-button-border: #d8dbe0;--shoply-color-text-nav: #223047;--shoply-color-text-muted: #888;--shoply-color-admin-active: #0b5dd7;--shoply-space-1: 4px;--shoply-space-2: 8px;--shoply-space-3: 12px;--shoply-space-4: 16px;--shoply-space-5: 20px;--shoply-space-6: 24px;--shoply-space-8: 32px;--shoply-space-12: 48px;--shoply-radius-md: 8px;--shoply-z-sticky: 30;--shoply-z-drawer-backdrop: 34;--shoply-z-drawer: 35;--shoply-shadow-drawer: 3px 0 12px rgba(0, 0, 0, .1);--sitechat-admin-topbar-height: 56px;--sitechat-admin-sidebar-width: 240px;--sitechat-admin-page-gutter: clamp(var(--shoply-space-4), 3vw, var(--shoply-space-8));--sitechat-admin-content-block: clamp(var(--shoply-space-4), 2vw, var(--shoply-space-6))}.DesignIdeasCard .ant-carousel .slick-prev,.DesignIdeasCard .ant-carousel .slick-prev:hover,.DesignIdeasCard .ant-carousel .slick-prev:focus{font-size:inherit;left:10px;z-index:2;color:#001832}.DesignIdeasCard .ant-carousel .slick-next,.DesignIdeasCard .ant-carousel .slick-next:hover,.DesignIdeasCard .ant-carousel .slick-next:focus{font-size:inherit;right:10px;z-index:2;color:#001832}.title-badge-holder{position:relative;height:25px;width:fit-content}@media (max-width: 660px){.title-badge-holder{position:relative;width:fit-content;height:40px;margin-bottom:10px}}.stats-highlight{font-size:20px;font-weight:500}.sitechat-install-code-preview{margin:0;padding:16px;max-height:320px;overflow:auto;border:1px solid #d9e2ec;border-radius:6px;background:#f8fafc;color:#172033;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.sitechat-install-code-token-tag{color:#0969da;font-weight:600}.sitechat-install-code-token-attr{color:#8250df}.sitechat-install-code-token-string{color:#0a7f4f}.sitechat-install-code-token-global{color:#b54708;font-weight:600}.sitechat-install-code-token-key{color:#cf222e}.sitechat-install-code-token-comment{color:#6e7781;font-style:italic}.sitechat-install-inline-code{padding:1px 5px;border:1px solid #d9e2ec;border-radius:4px;background:#f8fafc;color:#0969da;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.auth-page-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--shoply-color-auth-bg);padding:var(--shoply-space-4)}@media (max-width: 575px){.auth-page-wrapper{align-items:flex-start;padding:40px var(--shoply-space-4) var(--shoply-space-4)}}.auth-card .ant-card-body{padding:40px}.auth-card{animation:auth-card-route-enter .22s cubic-bezier(.22,1,.36,1)}@keyframes auth-card-route-enter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 575px){.auth-card .ant-card-body{padding:var(--shoply-space-6)}}.sitechat-admin-layout{min-height:100vh;background:var(--shoply-color-admin-shell-bg)}.sitechat-admin-topbar{height:var(--sitechat-admin-topbar-height);display:flex;align-items:center;justify-content:space-between;padding:0 var(--sitechat-admin-page-gutter);border-bottom:1px solid var(--shoply-color-shell-border);background:var(--shoply-color-surface);position:sticky;top:0;z-index:var(--shoply-z-sticky)}.sitechat-admin-brand{display:inline-flex;align-items:center;text-decoration:none}.sitechat-admin-brand-icon{width:28px;height:28px;border-radius:var(--shoply-radius-md);display:block}.sitechat-admin-top-actions{display:flex;align-items:center;gap:var(--shoply-space-2)}.sitechat-admin-icon-button{width:34px;height:34px;border-radius:var(--shoply-radius-md);border:1px solid var(--shoply-color-icon-button-border);background:var(--shoply-color-surface);display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer}.sitechat-admin-icon-button:hover{background:var(--shoply-color-admin-hover-soft)}.sitechat-admin-icon-button.sitechat-admin-menu-button{display:none}.sitechat-admin-main{display:flex;align-items:stretch;min-height:calc(100vh - var(--sitechat-admin-topbar-height))}.sitechat-admin-main.without-topbar{min-height:100vh}.sitechat-admin-sidebar{width:var(--sitechat-admin-sidebar-width);border-right:1px solid var(--shoply-color-shell-border);background:var(--shoply-color-surface);padding:var(--shoply-space-4) var(--shoply-space-3);flex-shrink:0;position:sticky;top:var(--sitechat-admin-topbar-height);align-self:flex-start;height:calc(100vh - var(--sitechat-admin-topbar-height));overflow-y:auto}.sitechat-admin-nav-list{display:flex;flex-direction:column;gap:var(--shoply-space-2)}.sitechat-admin-nav-item{text-decoration:none;color:var(--shoply-color-text-nav);display:flex;align-items:center;gap:var(--shoply-space-3);padding:10px 12px;border-radius:var(--shoply-radius-md);font-size:14px;font-weight:500}.sitechat-admin-nav-item:hover{background:var(--shoply-color-admin-hover-bg);color:var(--shoply-color-admin-active)}.sitechat-admin-nav-item.active{background:var(--shoply-color-admin-active-bg);color:var(--shoply-color-admin-active)}.sitechat-admin-nav-icon{font-size:16px}.plans-cards-container{scrollbar-color:auto;scrollbar-width:auto}.plans-cards-container::-webkit-scrollbar,.plans-cards-container::-webkit-scrollbar-track,.plans-cards-container::-webkit-scrollbar-thumb,.plans-cards-container::-webkit-scrollbar-thumb:hover{all:revert}.sitechat-admin-content{flex:1;min-width:0;position:relative;padding:var(--sitechat-admin-content-block) var(--shoply-space-4) var(--shoply-space-12)}.sitechat-admin-content .ResponsivePageWrapper{--rpw-page-inset: var(--shoply-space-4)}.sitechat-admin-route-content{animation:sitechat-admin-route-enter .18s cubic-bezier(.22,1,.36,1);transition:filter .16s ease,opacity .16s ease}.sitechat-admin-route-content.is-loading{filter:blur(3px);opacity:.68;pointer-events:none}.sitechat-admin-route-loading{position:absolute;top:calc(var(--shoply-space-4) + 50px);left:50%;transform:translate(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:var(--shoply-z-sticky)}@media (min-width: 721px){.sitechat-admin-content-centered-message{margin-left:calc(var(--sitechat-admin-sidebar-width) / 2)}}@keyframes sitechat-admin-route-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sitechat-admin-sidebar-backdrop{display:none}.livechat-settings-hint-text{margin-top:4px;font-size:12px;color:var(--shoply-color-text-muted)}@media (max-width: 720px){.sitechat-admin-icon-button.sitechat-admin-menu-button{display:inline-flex}.sitechat-admin-sidebar{position:fixed;left:0;top:var(--sitechat-admin-topbar-height);height:calc(100vh - var(--sitechat-admin-topbar-height));transform:translate(-100%);transition:transform .2s ease-in-out;z-index:var(--shoply-z-drawer);box-shadow:var(--shoply-shadow-drawer)}.sitechat-admin-sidebar.open{transform:translate(0)}.sitechat-admin-sidebar-backdrop.open{display:block;position:fixed;top:var(--sitechat-admin-topbar-height);left:0;right:0;bottom:0;background:#00000042;z-index:var(--shoply-z-drawer-backdrop)}.sitechat-admin-content{padding:var(--shoply-space-4) var(--shoply-space-4) var(--shoply-space-8)}}@media (prefers-reduced-motion: reduce){.auth-card,.sitechat-admin-route-content{animation:none}}
