html,body,#root{min-height:100%;margin:0}body{background:#f4f6f8;color:#17202a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page-container{margin:24px}.pages-mobile-list,.devices-mobile-list,.client-versions-mobile-list{display:none}.code-editor{overflow:hidden;border:1px solid #d9d9d9;border-radius:8px}.visual-editor-page{height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#eef1f5}.visual-editor-header{min-height:78px;padding:12px 18px;background:#fff;border-bottom:1px solid #dfe4ea;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:10}.visual-editor-title-input{width:300px}.visual-editor-mobile-more,.visual-editor-mobile-panel-bar,.admin-mobile-brand{display:none}.visual-editor-workspace{min-height:0;flex:1 1;display:grid;grid-template-columns:210px minmax(0,1fr) 300px}.source-editor-workspace{min-height:0;flex:1 1;display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;padding:18px;overflow:hidden}.source-editor-meta{display:grid;gap:12px}.source-editor-code{min-height:0;height:auto;overflow:hidden}.source-code-mirror,.source-editor-code .cm-editor{height:100%;min-height:0}.source-editor-code .cm-scroller{height:100%!important;overflow-y:auto!important}.source-editor-assets{display:flex;align-items:center;gap:12px}.source-editor-asset-list{display:grid;gap:4px;max-height:86px;overflow:auto;padding:8px 10px;border:1px solid #d9d9d9;border-radius:8px;background:#fff}.source-editor-asset-list .ant-typography{min-width:0;display:block}.source-editor-missing-assets{display:grid;gap:4px;max-height:110px;overflow:auto;padding:8px 10px;border:1px solid #ffe58f;border-radius:8px;background:#fffbe6}.source-editor-missing-assets .ant-typography{min-width:0;display:block}.visual-block-library,.visual-inspector{background:#fff;overflow-y:auto;padding:18px}.visual-block-library{border-right:1px solid #dfe4ea}.visual-inspector{border-left:1px solid #dfe4ea}.visual-block-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.visual-add-block.ant-btn{height:72px;padding:8px 4px;display:flex;flex-direction:column;justify-content:center}.visual-canvas-stage{min-width:0;overflow:auto;padding:28px;display:flex;align-items:flex-start;justify-content:center}.visual-canvas-frame{width:100%;background:#111827;overflow:hidden;box-shadow:0 16px 50px #0f172a2e;transition:width .18s ease,min-height .18s ease}.mode-landscape .visual-canvas-frame{max-width:1280px;aspect-ratio:16 / 9}.mode-portrait .visual-canvas-frame{width:min(720px,100%);aspect-ratio:9 / 16}.mode-mobile .visual-canvas-frame{width:min(390px,100%);aspect-ratio:390 / 844}.visual-canvas{width:100%;height:100%;overflow:auto;color:#fff;container-type:inline-size}.visual-element{position:relative;min-width:0;max-width:100%;border:1px solid transparent;transition:border-color .12s ease,box-shadow .12s ease}.visual-canvas .visual-element:hover{border-color:#1677ff8c}.visual-element.is-selected{border-color:#1677ff;box-shadow:0 0 0 1px #1677ff}.visual-element-actions{position:absolute;right:-1px;top:-29px;z-index:5;box-shadow:0 4px 12px #00000029}.visual-placeholder{min-height:180px;display:grid;place-items:center;border:2px dashed rgba(255,255,255,.35);background:#00000029;color:#ffffffb8}.visual-editable-text:focus{box-shadow:inset 0 0 0 1px #ffffff59}.visual-editable-text{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.visual-container{width:100%;min-width:0;max-width:100%;overflow:hidden}.visual-container-row>.visual-element{min-width:0}.visual-container-empty{min-height:96px;display:grid;place-items:center;border:1px dashed rgba(255,255,255,.45);color:#ffffffb8;font-size:13px;text-align:center;padding:12px}.visual-asset-preview{width:100%;max-height:140px;display:block;object-fit:cover;border-radius:6px}.visual-inspector-content .ant-form-item{margin-bottom:14px}.visual-inspector-content .ant-upload-wrapper,.visual-inspector-content .ant-upload-select{width:100%}.visual-text-color-editor{display:grid;gap:10px}.visual-text-color-toolbar{display:grid;gap:6px}.visual-text-color-swatches{display:flex;flex-wrap:nowrap;align-items:center;gap:4px}.visual-text-color-compact-action.ant-btn{width:36px;min-width:36px;padding-inline:0;letter-spacing:0;white-space:nowrap}.visual-text-color-swatch.ant-btn{width:27px;height:27px;padding:0;border:1px solid #d9d9d9;border-radius:50%}.visual-text-color-swatch.ant-btn>span{display:block;width:18px;height:18px;margin:auto;border-radius:50%}.visual-text-color-preview{min-height:52px;padding:10px 12px;border-radius:8px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.visual-text-color-mobile-trigger,.visual-text-color-mobile-summary,.visual-text-editor-mobile-drawer{display:none}@media (max-width: 1100px){.visual-editor-workspace{grid-template-columns:170px minmax(0,1fr) 270px}.visual-editor-header{align-items:flex-start;flex-direction:column}}@media (max-width: 1023px){.devices-desktop-table{display:none}.devices-mobile-list{display:grid;gap:12px}.client-versions-desktop-table{display:none}.client-versions-mobile-list{display:grid;gap:12px}.device-mobile-card .ant-card-head{min-height:46px;padding-inline:14px}.device-mobile-card .ant-card-head-title{min-width:0;padding-block:11px}.device-mobile-card .ant-card-extra{padding-block:5px}.device-mobile-card .ant-card-extra .ant-btn{min-height:36px}.device-mobile-card .ant-card-body{padding:12px 14px 14px}.device-mobile-statuses{margin-bottom:6px}.device-mobile-meta{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:8px;padding:5px 0}.device-mobile-meta .ant-typography:last-child{min-width:0;overflow-wrap:anywhere}.devices-mobile-empty{text-align:center}.client-version-mobile-card .ant-card-head{min-height:46px;padding-inline:14px}.client-version-mobile-card .ant-card-head-title{min-width:0;padding-block:11px}.client-version-mobile-card .ant-card-body{padding:12px 14px 14px}.client-version-mobile-meta{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:8px;padding:5px 0}.client-version-mobile-meta .ant-typography:last-child{min-width:0;overflow-wrap:anywhere}.client-versions-mobile-empty{text-align:center}}@media (max-width: 767px){.admin-desktop-sider{display:none}.admin-header.ant-layout-header{height:56px;padding-inline:8px!important}.admin-mobile-brand{display:flex;align-items:center;gap:2px}.admin-user-name{display:none}.page-container{margin:16px 12px}.page-heading{align-items:flex-start;gap:12px}.page-heading .ant-typography h2,.page-heading h2.ant-typography{font-size:22px}.page-heading>.ant-space-item:last-child{flex:none}.pages-desktop-table{display:none}.pages-mobile-list{display:grid;gap:12px}.page-mobile-card .ant-card-head{min-height:46px;padding-inline:14px}.page-mobile-card .ant-card-head-title{min-width:0;padding-block:11px}.page-mobile-card .ant-card-extra{padding-block:10px}.page-mobile-card .ant-card-body{padding:12px 14px 14px}.page-mobile-meta{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:8px;padding:5px 0}.page-mobile-meta .ant-typography:last-child{min-width:0;overflow-wrap:anywhere}.page-mobile-actions{width:100%;margin-top:10px}.page-mobile-actions .ant-btn{min-height:36px}.pages-mobile-empty{text-align:center}.visual-editor-page{height:100dvh}.visual-editor-header{min-height:auto;padding:8px 12px;align-items:stretch;gap:8px}.visual-editor-title-group,.visual-editor-title-group>.ant-space-item:last-child{min-width:0}.visual-editor-title-group{display:flex;width:100%}.visual-editor-title-group>.ant-space-item:last-child{flex:1 1}.visual-editor-title-input{width:100%}.source-editor-assets{align-items:flex-start;flex-direction:column}.visual-editor-toolbar{display:flex;width:100%;gap:6px!important}.visual-editor-preview-label,.visual-editor-desktop-action{display:none}.visual-editor-profile-select{min-width:0;flex:1 1}.visual-editor-profile-select.ant-select{width:auto!important}.visual-editor-toolbar .ant-btn{min-height:36px}.visual-editor-mobile-more{display:inline-flex}.visual-editor-mobile-panel-bar{display:flex;justify-content:flex-start;gap:8px;padding:8px 12px;background:#fff;border-bottom:1px solid #dfe4ea}.visual-editor-mobile-panel-bar .ant-btn{min-height:34px;padding-inline:14px}.visual-editor-mobile-panel-bar .visual-editor-mobile-more{margin-left:auto}.visual-editor-workspace,.visual-editor-workspace.is-mobile{display:flex;min-height:0;grid-template-columns:none}.visual-canvas-stage{width:100%;padding:12px;align-items:flex-start}.visual-canvas-frame{max-width:100%}.visual-element-actions .ant-btn{min-width:36px;height:36px}.visual-editor-mobile-drawer .ant-drawer-body{padding:0}.visual-mobile-drawer-content.visual-block-library,.visual-mobile-drawer-content.visual-inspector{height:100%;padding:16px;border:0}.visual-mobile-drawer-content.visual-inspector{overflow-y:auto}.visual-text-color-editor{gap:14px}.visual-text-color-mobile-trigger,.visual-text-color-mobile-summary,.visual-text-editor-mobile-drawer{display:block}.visual-text-color-mobile-trigger{min-height:40px}.visual-text-color-mobile-summary{margin:8px 0 0}.visual-text-editor-mobile-drawer .ant-drawer-body{padding:16px;overflow-y:auto}.visual-text-editor-mobile-drawer .visual-text-color-toolbar{position:sticky;bottom:0;z-index:1;padding:10px 0 max(10px,env(safe-area-inset-bottom));background:#fff}.visual-text-editor-mobile-drawer .visual-text-color-swatch.ant-btn{width:36px;height:36px}.visual-text-editor-mobile-drawer .visual-text-color-swatch.ant-btn>span{width:22px;height:22px}.visual-mobile-drawer-content .visual-add-block.ant-btn{min-height:64px}}@container (max-width: 720px){.visual-canvas:not(.mode-landscape) .visual-container-row.is-stack-on-mobile{flex-direction:column!important}.visual-canvas:not(.mode-landscape) .visual-container-row.is-stack-on-mobile>.visual-element{flex:initial!important;width:100%}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
