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]{-webkit-text-decoration:underline dotted;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}:root{--bg: #f6f8fc;--surface: #ffffff;--border: #e5ebf5;--text: #0f172a;--muted: #64748b;--primary: #3157f6;--primary-soft: #eef2ff;--shadow-sm: 0 8px 22px rgb(15 23 42 / 6%);--shadow-md: 0 16px 40px rgb(15 23 42 / 10%);color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;background:var(--bg)}body{margin:0;font-size:14px;line-height:1.5}code{white-space:pre-wrap;color:#475569}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgb(49 87 246 / 16%),transparent 34%),radial-gradient(circle at bottom right,rgb(20 184 166 / 10%),transparent 32%),linear-gradient(135deg,#f8fbff,#eef3ff)}.login-card{width:min(460px,100%);border:1px solid rgb(255 255 255 / 76%);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card .ant-card-body{padding:34px}.login-card h2{margin-bottom:4px;letter-spacing:-.04em}.login-mark{width:96px;height:44px;display:grid;place-items:center;margin-bottom:18px}.login-mark img{width:100%;height:100%;object-fit:contain}.cms-shell{min-height:100vh;background:var(--bg)}.cms-sider{position:sticky!important;top:0;height:100vh;overflow:auto;border-right:1px solid var(--border);box-shadow:10px 0 30px #0f172a0a}.cms-brand{display:flex;align-items:center;gap:12px;padding:22px 18px 12px}.cms-brand h5{margin:0;letter-spacing:-.03em}.cms-brand-mark{width:64px;height:24px;display:grid;place-items:center}.cms-brand-mark img{width:100%;height:100%;object-fit:contain}.cms-menu{border-inline-end:0!important;padding-inline:10px}.cms-sider-footer{position:sticky;bottom:0;margin-top:20px;padding:16px 18px 20px;background:linear-gradient(180deg,#ffffffc7,#fff 42%);border-top:1px solid var(--border)}.cms-content{padding:34px clamp(24px,4vw,56px);overflow:auto}.cms-content>section{width:min(100%,1160px);margin:0 auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.page-header h1.ant-typography{margin:0;font-size:26px;line-height:1.16;letter-spacing:-.045em;font-weight:900}.page-header .ant-typography-secondary,.page-header .ant-typography{margin-top:6px;color:var(--muted)}.page-header-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:var(--primary-soft);color:var(--primary);font-size:22px}.section-alert{margin-bottom:16px}.cms-card{margin-bottom:18px;box-shadow:var(--shadow-sm)}.cms-card .ant-card-head-title{font-weight:850;letter-spacing:-.02em}.metric-card{min-height:132px;border-color:var(--border);box-shadow:var(--shadow-sm)}.metric-card:hover{border-color:#c8d4ff;box-shadow:var(--shadow-md)}.metric-card .ant-statistic-title{color:var(--muted);font-weight:800}.metric-card .ant-statistic-content{color:var(--primary);font-size:32px;font-weight:900;letter-spacing:-.05em}.full-width{width:100%}.stacked-form{margin-top:18px}.ant-inline-form{display:flex;flex-wrap:wrap;gap:11px;align-items:center}.ant-inline-form .ant-form-item{margin-bottom:0}.inline-control{min-width:190px}.inline-control.wide,.message-input,.media-url-input{min-width:min(360px,100%)}.option-input{margin-top:10px}.profile-editor-card .ant-card-body{padding-top:20px}.smart-body-builder{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px;margin-bottom:20px;padding:18px;border:1px solid #dbe5ff;border-radius:18px;background:radial-gradient(circle at top right,rgb(49 87 246 / 12%),transparent 38%),linear-gradient(135deg,#fff,#f7faff)}.smart-body-main{display:flex;flex-direction:column;gap:14px}.section-kicker{color:var(--primary);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.smart-body-main h4.ant-typography,.body-preview-card h3.ant-typography{margin:0;letter-spacing:-.04em}.body-preset-select{max-width:520px;width:100%}.body-preset-chips{max-width:760px}.body-preview-card{display:flex;flex-direction:column;justify-content:space-between;min-height:190px;padding:18px;border:1px solid var(--border);border-radius:16px;background:#ffffffd1;box-shadow:inset 0 1px #ffffffb3}.body-preview-card.ready{border-color:#b9c6ff;box-shadow:0 18px 34px #3157f61a}.body-preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.body-preview-metrics div{display:grid;gap:2px;padding:10px;border-radius:12px;background:#f8faff}.body-preview-metrics strong{color:#172554;font-size:13px}.profile-form{display:grid;gap:16px}.profile-form-section{padding:16px 16px 2px;border:1px solid var(--border);border-radius:16px;background:#fff}.profile-form-section.compact{padding-bottom:0}.profile-form-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.profile-form-section-head .ant-typography-secondary{text-align:right}.profile-media-list{display:grid;gap:12px;margin-bottom:18px}.profile-media-row{display:grid;grid-template-columns:minmax(120px,148px) minmax(0,1fr);gap:16px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fbfcff;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.profile-media-row.dirty{border-color:#b9c6ff;background:var(--primary-soft);box-shadow:0 12px 26px #3157f61f}.profile-media-preview{display:flex;flex-direction:column;align-items:center;gap:8px}.profile-media-preview img,.profile-media-preview video{width:100%;height:110px;object-fit:cover;border-radius:12px;background:#eef2ff;border:1px solid var(--border)}.profile-media-preview audio{width:100%}.profile-media-fields{display:flex;flex-direction:column;gap:10px;min-width:0}.profile-media-fields .media-url-input{width:100%}.profile-media-add{display:grid;gap:10px;padding:14px;border:1px dashed #c8d4ff;border-radius:14px;background:#f5f7ff}.profile-media-add-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.preset-list-card{height:100%}.settings-list{margin-top:16px}.option-manager{display:grid;gap:12px}.ant-tag-checkable{border:1px solid var(--border);border-radius:999px;padding:5px 11px;background:#f8faff;color:#40516f;font-weight:800}.ant-tag-checkable-checked{border-color:#9dadff;background:var(--primary-soft)!important;color:var(--primary)!important}.compact-timeline{margin-top:6px}.compact-timeline .ant-timeline-item{padding-bottom:8px}.compact-timeline .ant-timeline-item-last{padding-bottom:0}.ai-playground-grid{align-items:stretch}.playground-profile-card{display:flex;gap:14px;padding:16px;border:1px solid var(--border);border-radius:16px;background:#f8faff}.playground-profile-card .ant-typography{margin-bottom:6px}.ai-chat-card .ant-card-body{display:flex;flex-direction:column;gap:16px}.playground-chat-window{min-height:420px;max-height:58vh;overflow:auto;display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at top left,rgb(49 87 246 / 8%),transparent 35%),#fbfdff}.playground-message{max-width:min(76%,720px);padding:12px 14px;border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:0 6px 18px #0f172a0d;white-space:pre-wrap}.playground-message.user{align-self:flex-end;border-color:#b9c6ff;background:var(--primary-soft)}.playground-message.profile{align-self:flex-start}.playground-message.streaming{border-color:#a7f3d0;background:#f0fdf4}.playground-message-label{display:block;margin-bottom:4px;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.playground-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}@media(max-width:900px){.cms-shell{display:block}.cms-sider{position:static!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto}.cms-content{padding:24px 16px}.page-header{flex-direction:column}.smart-body-builder{grid-template-columns:1fr;padding:14px}.body-preview-metrics{grid-template-columns:1fr}.playground-chat-window{min-height:320px;max-height:none}.playground-message{max-width:100%}.playground-composer{grid-template-columns:1fr}.profile-form-section-head{align-items:flex-start;flex-direction:column}.profile-form-section-head .ant-typography-secondary{text-align:left}.ant-inline-form{align-items:stretch}.ant-inline-form .ant-input,.ant-inline-form .ant-input-number,.ant-inline-form .ant-select,.ant-inline-form .ant-btn,.inline-control,.inline-control.wide,.message-input,.media-url-input{width:100%;min-width:0}.profile-media-row{grid-template-columns:1fr}.profile-media-preview img,.profile-media-preview video{height:160px}.profile-media-add-controls .ant-input,.profile-media-add-controls .ant-select,.profile-media-add-controls .ant-btn{width:100%;min-width:0}}
