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)}@-ms-viewport{width:device-width}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;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}:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#222328;background:#f4f6f8;font-synthesis:none;--primary: #f759ab;--primary-dark: #e73d96;--primary-soft: #fff0f6;--text: #222328;--muted: #7e8298;--line: #edf0f3;--surface: #fff}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:1120px}button,input,textarea,select{font:inherit}button{border:1px solid #d9d9d9;background:#fff;color:#34363e;border-radius:6px;min-height:32px;padding:0 14px;cursor:pointer;transition:.2s ease}button:hover{border-color:var(--primary);color:var(--primary)}button:disabled{opacity:.45;cursor:not-allowed}button.primary,.primary{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 4px 12px #f759ab2e}button.primary:hover{background:var(--primary-dark);color:#fff}button.full{width:100%}input,textarea,select{width:100%;border:1px solid #dcdfe6;background:#fff;color:var(--text);border-radius:6px;padding:9px 11px;outline:none;transition:.2s}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #f759ab1a}textarea{resize:vertical;line-height:1.6}h1,h2,h3,h4,p{margin-top:0}.app-shell{width:100%;height:100%;display:flex;flex-direction:column;background:linear-gradient(145deg,#bb1675,#df477b 60%,#de6579);background-image:url(/assets/layout-bg.png),linear-gradient(145deg,#bb1675,#df477b);background-size:cover}.app-shell.demo-maximized{position:fixed;inset:0;z-index:9999}.title-bar{height:48px;padding-left:18px;display:flex;flex:0 0 48px;align-items:center;justify-content:space-between;color:#fff}.brand{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700}.brand img{width:44px;height:44px;object-fit:contain;border-radius:12px;box-shadow:0 3px 10px #0000002e;transform:translateY(7px)}.title-actions{height:100%;display:flex;align-items:center;gap:6px}.guide-pill{height:27px;min-height:27px;padding:0 12px;border-radius:14px;border-color:#ff3f8f33;background:linear-gradient(90deg,#fff0f7,#fff);color:#ff3f8f;font-size:12px}.guide-pill:hover{background:#ffe0f0;color:#e61973;transform:translateY(-1px)}.user-chip{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:9px;min-height:36px}.user-chip:hover{color:#fff;background:#ffffff1f}.avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#253044,#5a718f);font-size:12px;flex:0 0 auto}.avatar.large{width:42px;height:42px;font-size:16px}.avatar.huge{width:72px;height:72px;font-size:25px}.title-divider{margin:0 16px;opacity:.45}.window-button{width:46px;height:48px;min-height:48px;padding:0;border:0;border-radius:0;background:transparent;color:#fff}.window-button:hover{background:#00000014;color:#fff}.window-button.close:hover{background:#ff4d4f}.profile-popover{width:249px;padding:16px 0;background:#fff;border-radius:8px;box-shadow:0 4px 22px #0000002e}.profile-popover .profile-head{display:flex;gap:12px;align-items:center;padding:0 20px 14px}.profile-popover .profile-head div{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-popover .profile-head small{color:var(--muted)}.profile-popover .power-row{padding:14px 20px;border-block:1px solid var(--line);color:var(--muted);font-size:12px}.power-icon{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;margin-right:10px;background:#2c75fe;color:#fff}.profile-popover>button{width:100%;border:0;border-radius:0;text-align:left;padding:0 24px;height:42px}.profile-popover>button:hover{background:var(--primary-soft)}.profile-popover>button.danger{color:#ff4d4f}.workspace{display:flex;flex:1;min-height:0;overflow:hidden}.sidebar{width:240px;flex:0 0 240px;height:100%;padding:10px 12px;overflow:hidden}.sidebar .ant-menu{height:100%;overflow-y:auto;border-inline-end:0!important;background:transparent!important;color:#ffffffd9;font-size:14px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.sidebar .ant-menu-item,.sidebar .ant-menu-submenu-title{width:calc(100% - 8px)!important;margin:4px!important;border-radius:8px!important;color:#ffffffdb!important}.sidebar .ant-menu-item:hover,.sidebar .ant-menu-submenu-title:hover{color:#fff!important;background:#ffffff1a!important}.sidebar .ant-menu-item-selected{color:#fff!important;background:#fff3!important;font-weight:600}.sidebar .ant-menu-sub{background:transparent!important}.sidebar .ant-menu-submenu-arrow{color:#ffffff94!important}.sidebar .ant-menu-item-divider{background:#ffffff2e!important;margin:12px 3px!important}.sidebar .ant-menu-item-group-title{padding:0!important;margin:15px 3px 8px}.menu-group-title{display:flex;align-items:center;gap:8px;border-radius:8px;padding:10px 16px;background:#ffffff26;color:#fff;font-weight:700}.content-wrapper{margin:0 12px 12px 0;background:#f4f6f8;border-radius:10px;flex:1;min-width:0;overflow:auto}.guide-modal .ant-modal-content{padding:42px 50px 46px;border-radius:11px;background:radial-gradient(circle at 50% -10%,#fff5fa,#fff 52%)}.guide-modal h2{text-align:center;color:var(--primary);font-size:36px;font-weight:900;margin:12px 0 42px}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:31px}.guide-card{border:1px solid #ffe1ef;border-radius:20px;padding:39px 30px 27px;text-align:center;box-shadow:0 8px 28px #f759ab0d}.guide-icon{width:126px;height:126px;margin:0 auto 27px;border-radius:35px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff2f8;color:var(--primary);font-size:54px}.guide-icon b{position:absolute;right:-7px;top:-9px;font-size:28px}.guide-card h3{color:var(--primary);font-size:28px;margin-bottom:25px}.guide-card .dash{border-top:1px dashed #ffd3e7}.guide-card>strong{display:block;font-size:18px;margin:26px 0 18px}.guide-card ul{margin:0 0 36px;padding:0;list-style:none;text-align:left;color:#666}.guide-card li{display:flex;gap:12px;align-items:center;margin:15px 7px;font-size:15px}.guide-card li svg{color:var(--primary)}.guide-card>button{width:100%;height:46px;border:0;border-radius:12px;background:var(--primary);color:#fff;font-size:18px;font-weight:700}.page{min-height:100%;padding:24px 28px 88px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.page-heading h1{font-size:23px;line-height:1.4;margin-bottom:6px}.page-heading p{margin:0;color:var(--muted);font-size:13px;max-width:760px;line-height:1.65}.heading-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.back-title{display:flex;align-items:flex-start;gap:12px}.back-title>button{width:34px;padding:0}.panel{border:1px solid #eef0f3;border-radius:10px;background:#fff;box-shadow:0 2px 8px #1f232909}.panel+.panel{margin-top:16px}.panel-title{min-height:61px;padding:15px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.panel-title h2,.panel>h2{font-size:16px;margin:0}.panel-title p{margin:4px 0 0;color:var(--muted);font-size:12px}.notice,.risk-banner,.power-notice{margin-bottom:16px;border:1px solid #ffe58f;background:#fffbe6;color:#8c6b20;border-radius:8px;padding:12px 15px;font-size:13px}.risk-banner{background:#fff7e6;border-color:#ffd591;color:#874d00}.risk-banner b{display:block;margin-bottom:4px}.risk-banner p{margin:0;line-height:1.6}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.metric-card{min-height:126px;border:1px solid #edf0f3;border-radius:10px;background:#fff;padding:20px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 2px 8px #00000006}.metric-icon{width:42px;height:42px;display:flex;justify-content:center;align-items:center;border-radius:10px;font-size:21px}.metric-card p{margin:0 0 4px;color:var(--muted);font-size:13px}.metric-card strong{display:block;font-size:25px;letter-spacing:.3px}.metric-card small{display:block;margin-top:8px;color:#a0a4b3;font-size:10px;line-height:1.35}.metric-card small.up{color:#52c41a}.chart-panel{padding-bottom:18px}.chart-legend{color:var(--muted);font-size:12px;display:flex;align-items:center;gap:8px}.chart-legend span{width:8px;height:8px;background:var(--primary);border-radius:50%}.chart-legend span:nth-of-type(2){background:#36cfc9;margin-left:12px}.chart-area{position:relative;height:285px;padding:15px 24px 28px 52px}.chart-area svg{width:100%;height:100%;overflow:visible}.chart-area .grid{stroke:#edf0f3;stroke-width:1}.chart-area .line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-area .pink{stroke:var(--primary)}.chart-area .teal{stroke:#36cfc9}.chart-area .area{fill:url(#fillPink)}.y-labels{position:absolute;top:12px;bottom:31px;left:12px;display:flex;flex-direction:column;justify-content:space-between;color:#a4a8b6;font-size:10px}.x-labels{position:absolute;left:50px;right:22px;bottom:7px;display:flex;justify-content:space-between;color:#a4a8b6;font-size:10px}.filter-bar{display:flex;align-items:flex-end;gap:12px;padding:16px 18px;margin-bottom:16px}.filter-bar label{min-width:150px}.filter-bar label span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.filter-bar input,.filter-bar select{height:34px;padding:6px 10px}.table-panel{overflow:hidden}.bulk-bar{min-height:45px;padding:8px 16px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.table-wrap{width:100%;overflow:auto}.data-table{width:100%;border-collapse:collapse;table-layout:auto}.data-table th{height:46px;padding:10px 14px;background:#fafafa;color:#5d6170;text-align:left;white-space:nowrap;font-size:12px;font-weight:600}.data-table td{height:54px;padding:11px 14px;border-top:1px solid #f1f2f4;color:#4b4f5c;font-size:12px;max-width:250px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.data-table tbody tr:hover td{background:#fffafd}.table-actions{display:flex;align-items:center;gap:4px}.table-actions button{border:0;background:transparent;color:var(--primary);padding:0 5px;min-height:26px;font-size:12px;box-shadow:none}.table-actions button:hover{background:var(--primary-soft)}.status{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:10px;background:#f6ffed;color:#52c41a}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status.processing{background:#e6f7ff;color:#1890ff}.status.danger{background:#fff1f0;color:#ff4d4f}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:14px 17px;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}.pagination button{min-width:30px;padding:0}.pagination button.active{border-color:var(--primary);color:var(--primary)}.form-sections{display:flex;flex-direction:column;gap:15px}.form-section{padding:0 22px 24px}.section-title{display:flex;gap:10px;align-items:center;margin:0 -22px 22px;padding:15px 22px;border-bottom:1px solid var(--line)}.section-title>span{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:700}.section-title h2{margin:0;font-size:15px}.section-title p{margin:3px 0 0;color:var(--muted);font-size:11px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.field{display:flex;flex-direction:column;gap:7px;min-width:0;color:#4d515d;font-size:13px}.field.wide{grid-column:1 / -1}.field-label{font-weight:500}.field-label b{color:#ff4d4f;margin-right:4px}.field-label small{color:var(--muted);font-weight:400;margin-left:8px}.switch-row{height:38px;display:flex;align-items:center;gap:8px;color:var(--muted)}.tag-editor{min-height:40px;padding:5px 8px;border:1px solid #dcdfe6;border-radius:6px;display:flex;flex-wrap:wrap;gap:5px;align-items:center}.tag-editor:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #f759ab1a}.tag-editor input{flex:1;min-width:150px;padding:3px;border:0;box-shadow:none}.tag{border:1px solid #ffadd2;background:#fff0f6;color:#c41d7f;padding:2px 8px;border-radius:4px}.input-suffix{display:flex;align-items:center}.input-suffix input{border-radius:6px 0 0 6px}.input-suffix span{height:38px;min-width:42px;padding:0 9px;border:1px solid #dcdfe6;border-left:0;background:#fafafa;border-radius:0 6px 6px 0;display:flex;align-items:center;justify-content:center;color:var(--muted)}.upload-box{position:relative;min-height:82px;border:1px dashed #ffadd2;background:#fffafd;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;color:var(--primary);cursor:pointer}.upload-box small{color:var(--muted)}.upload-box input{position:absolute;inset:0;opacity:0;cursor:pointer}.ghost-add{margin-top:14px;border-style:dashed;color:var(--primary)}.wide-button{width:100%;height:44px}.sticky-actions{position:sticky;z-index:10;bottom:-1px;margin:20px -28px -88px;padding:14px 28px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e9ebef;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sticky-actions.static{position:static;margin:20px -20px -20px}.stage-steps,.wizard-steps{margin-bottom:17px;padding:15px 22px;display:flex;justify-content:center;border:1px solid var(--line);border-radius:10px;background:#fff}.stage-steps span,.wizard-steps span{position:relative;flex:1;max-width:210px;display:flex;align-items:center;justify-content:center;gap:8px;color:#9da1ae;font-size:12px}.stage-steps span:not(:last-child):after,.wizard-steps span:not(:last-child):after{content:"";position:absolute;left:calc(50% + 42px);right:calc(-50% + 42px);height:1px;top:12px;background:#e7e9ed}.stage-steps b,.wizard-steps b{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e9ebef;color:#999;z-index:1}.wizard-steps span.active{color:var(--primary);font-weight:600}.wizard-steps span.active b{background:var(--primary);color:#fff}.stage-steps span small{position:absolute;top:28px;font-size:9px;color:#b8bbc5}.stage-steps{padding-bottom:30px}.detail-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.detail-stats article{min-height:95px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:10px}.detail-stats p{margin:0 0 8px;color:var(--muted);font-size:12px}.detail-stats strong{font-size:23px}.detail-stats small{margin-left:8px;color:var(--muted)}.descriptions{display:grid;grid-template-columns:repeat(3,1fr);padding:8px 20px 20px}.descriptions div{min-height:58px;padding:12px 8px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.descriptions span{color:var(--muted);font-size:12px}.descriptions strong{font-size:13px;font-weight:500}.login-page{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:#050608}.login-page:before{content:"";position:absolute;inset:0;opacity:.45;background:radial-gradient(circle at 30% 20%,#fb4193,transparent 35%),radial-gradient(circle at 75% 75%,#7838ff,transparent 36%)}.login-glow{position:absolute;left:50%;top:50%;width:520px;height:390px;transform:translate(-50%,-50%);filter:blur(70px);opacity:.7;background:linear-gradient(135deg,#722ed1,#1677ff 30%,#f5222d 70%,#13c2c2)}.login-form{position:relative;z-index:2;width:460px;padding:36px 40px 40px;border-radius:16px;background:#fff;box-shadow:0 10px 45px #00000047;text-align:center}.login-logo{width:80px;height:80px;margin:0 auto 14px;border-radius:12px;box-shadow:0 4px 10px #74788c40;overflow:hidden}.login-logo img{width:100%;height:100%}.login-form h1{font-size:24px;margin-bottom:30px}.login-input{height:42px;display:flex;align-items:center;gap:8px;border:1px solid #d9d9d9;border-radius:5px;padding:0 12px;margin-bottom:16px;color:#999}.login-input input{height:100%;border:0;padding:0;box-shadow:none}.agreement{display:flex;align-items:center;gap:6px;text-align:left;font-size:12px}.agreement input{width:auto}.agreement a{color:#1677ff}.form-warning{margin:10px 0 0;color:#ff4d4f;text-align:left;font-size:12px}.login-form .primary{margin-top:28px;height:40px}.login-form>small{display:block;color:#8c8c8c;margin-top:10px}.login-close{position:absolute;z-index:3;top:16px;right:16px;width:34px;padding:0;border:0;border-radius:50%;background:#ffffff1f;color:#fff}.start-guide{width:100%;height:100%;position:relative;overflow:hidden;background:#0a1b33}.start-guide img{width:100%;height:100%;object-fit:cover}.guide-window-actions{position:absolute;top:16px;right:16px;display:flex;gap:6px;padding:5px;border-radius:24px;background:#ffffffed;box-shadow:0 5px 16px #0000002e}.guide-window-actions button{width:34px;height:34px;min-height:34px;padding:0;border:0;border-radius:50%;background:transparent}.start-button{position:absolute;left:50%;bottom:25px;transform:translate(-50%);width:168px;height:47px;border:0;border-radius:24px;background:linear-gradient(90deg,#26e3db,#29a2ff);color:#fff;font-size:17px;font-weight:700;box-shadow:0 8px 25px #19c2d54d}.agent-page{height:100%;display:flex;overflow:hidden}.agent-history{width:215px;flex:0 0 215px;padding:17px 13px;border-right:1px solid var(--line);background:#fbfbfc}.agent-history .new-chat{width:100%;color:var(--primary);border-color:#ffadd2;background:#fff0f6}.agent-history h4{margin:22px 8px 8px;color:#a2a5b0;font-size:11px}.agent-history>div{padding:9px 11px;border-radius:7px;margin-bottom:4px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-history .history-active{background:#fff0f6;color:var(--primary)}.agent-chat{min-width:0;flex:1;display:flex;flex-direction:column;background:#fff}.agent-chat>header,.direct-chat>header,.deepseek-page section>header{height:58px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.agent-chat>header>div{display:flex;align-items:center;gap:8px}.agent-chat>header button{border:0;color:var(--muted)}.agent-avatar{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:linear-gradient(135deg,#f759ab,#ad4fff);color:#fff;font-weight:800;font-size:11px;box-shadow:0 4px 10px #f759ab38}.agent-avatar.small{width:29px;height:29px;border-radius:9px}.user-avatar{width:29px;height:29px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ecf1f7;color:#526075;font-size:11px}.message-scroll{flex:1;padding:24px max(26px,calc((100% - 760px)/2));overflow-y:auto;background:linear-gradient(180deg,#fff,#fffafd 130%)}.message{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}.message.user{justify-content:flex-end}.bubble{max-width:76%;padding:11px 14px;background:#f5f6f8;border-radius:6px 16px 16px;line-height:1.65;font-size:13px;white-space:pre-line}.message.user .bubble{background:#fff0f6;border-radius:16px 6px 16px 16px}.bubble p{margin:0}.bubble-actions{display:flex;gap:8px;margin-top:11px}.bubble-actions button{color:var(--primary);border-color:#ffadd2}.suggestion-wrap{margin:35px auto 0;max-width:700px}.suggestion-wrap>p{color:var(--muted);font-size:12px}.suggestions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.suggestions button{height:auto;padding:14px;text-align:left;border-color:var(--line);border-radius:11px}.suggestions strong,.suggestions small{display:block}.suggestions small{margin-top:5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-composer{margin:0 max(25px,calc((100% - 780px)/2)) 20px;padding:9px 10px;border:1px solid #e2e5e9;border-radius:14px;box-shadow:0 6px 22px #0000000e}.chat-composer textarea{min-height:60px;max-height:140px;border:0;box-shadow:none;resize:none}.chat-composer>div{display:flex;justify-content:flex-end;gap:6px}.icon-button,.send-button{width:32px;padding:0;border:0}.send-button{border-radius:9px;background:var(--primary);color:#fff}.workflow-settings{padding-bottom:17px;margin-bottom:16px}.workflow-settings .panel-title label{display:flex;align-items:center;gap:8px;font-size:12px}.workflow-settings .panel-title input{width:115px}.workflow-modules{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:15px}.workflow-modules article{min-height:115px;padding:15px;display:grid;grid-template-columns:32px 1fr auto;gap:12px;border:1px solid var(--line);border-radius:9px;background:#fcfcfd}.workflow-modules article:nth-child(3){grid-column:1/-1}.module-number{width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:9px;background:var(--primary-soft);color:var(--primary);font-weight:700}.workflow-modules h3{margin:2px 0 5px;font-size:14px}.workflow-modules p{color:var(--muted);font-size:11px;line-height:1.5}.inline-fields{display:grid;grid-template-columns:1fr 1fr 100px;gap:8px}.chip-row{display:flex;gap:6px;flex-wrap:wrap}.chip-row span{padding:3px 8px;border:1px solid #ffadd2;border-radius:4px;background:#fff0f6;color:#c41d7f;font-size:11px}.interleave{margin:0 15px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;border-radius:7px;background:#f8f9fb}.interleave p{margin:4px 0 0;color:var(--muted);font-size:11px}.account-layout,.material-layout{display:grid;grid-template-columns:185px 1fr;gap:15px;align-items:stretch}.platform-tabs,.material-nav{padding:10px}.platform-tabs button,.material-nav button{width:100%;border:0;text-align:left;margin-bottom:4px}.platform-tabs button span{width:25px;height:25px;margin-right:9px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:#f1f2f5;color:#677083}.platform-tabs button.active,.material-nav button.active{background:var(--primary-soft);color:var(--primary)}.platform-tabs button.active span{background:var(--primary);color:#fff}.account-content{overflow:hidden}.material-nav hr{border:0;border-top:1px solid var(--line)}.storage{margin-top:25px;padding:10px;color:var(--muted);font-size:10px}.storage i{height:5px;display:block;border-radius:4px;margin:8px 0;background:#eff1f4;overflow:hidden}.storage i b{display:block;width:68%;height:100%;background:var(--primary)}.storage small{font-size:9px}.material-content{min-width:0;overflow:hidden}.material-toolbar{height:56px;padding:10px 15px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.material-toolbar>div{display:flex;align-items:center;gap:6px}.material-toolbar input:not([type=checkbox]){width:190px;height:32px}.asset-grid{padding:17px;display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:15px}.asset-grid article{min-width:0}.asset-preview{height:118px;border:1px solid #e9ebef;border-radius:8px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f6f7f9,#e9edf2);color:#8590a3;font-size:36px}.asset-preview.folder{color:#ffc53d;background:#fffbe6}.asset-grid strong,.asset-grid small{display:block;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-grid strong{font-size:12px}.asset-grid small{color:var(--muted);font-size:9px}.editor-layout{display:grid;grid-template-columns:minmax(600px,1fr) 260px;gap:15px}.editor-main{padding:0 17px 17px}.editor-tabs{height:54px;margin:0 -17px 15px;padding:10px 16px;display:flex;gap:5px;border-bottom:1px solid var(--line)}.editor-tabs button{border:0}.editor-tabs button.active{background:var(--primary-soft);color:var(--primary)}.shot-group{border:1px solid var(--line);border-radius:8px;margin-bottom:12px;overflow:hidden}.shot-title{min-height:46px;padding:8px 12px;display:flex;align-items:center;gap:8px;background:#fafafa}.shot-title strong{margin-right:auto}.shot-title span{padding:2px 7px;border-radius:4px;background:#f0f2f5;color:var(--muted);font-size:10px}.shot-assets{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px}.asset-add,.mock-video{height:94px;border:1px dashed #ffadd2;border-radius:6px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--primary)}.mock-video{border-style:solid;border-color:#e5e8ec;background:#273244;color:#fff}.mock-video small{margin-top:11px}.copywriter{margin-top:17px;border-top:1px solid var(--line);padding-top:8px}.copywriter .panel-title{padding-inline:0}.preview-phone{padding:16px;height:fit-content}.preview-phone h3{text-align:center}.phone{width:190px;height:340px;margin:15px auto;border:7px solid #252a34;border-radius:24px;position:relative;overflow:hidden;background:#141923;color:#fff}.phone-video{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#aeb4c0;font-size:28px}.phone-video span{font-size:9px}.phone .caption,.phone .subtitle{position:absolute;left:10px;right:10px;text-align:center;font-weight:700;text-shadow:0 1px 2px #000}.phone .caption{top:40px}.phone .subtitle{bottom:35px;font-size:11px}.generate-tabs{display:flex;padding:7px;margin-bottom:15px}.generate-tabs button{border:0}.generate-tabs button.active{background:var(--primary);color:#fff}.generate-layout{display:grid;grid-template-columns:minmax(500px,1.2fr) minmax(340px,.8fr);gap:15px}.generator-form,.prompt-guide{padding:20px}.generator-form h2,.prompt-guide h2{font-size:17px}.upload-large{min-height:145px;position:relative;margin:16px 0;border:1px dashed #ffadd2;border-radius:9px;background:#fffafd;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;color:var(--primary);font-size:30px;cursor:pointer}.upload-large strong{color:#444854;font-size:14px}.upload-large small{color:var(--muted);font-size:11px}.upload-large input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-large.compact{min-height:115px}.formula{display:flex;gap:8px;align-items:center;margin:16px 0 23px}.formula span{padding:6px 14px;border-radius:16px;background:var(--primary-soft);color:var(--primary)}.prompt-guide h3{font-size:13px;margin:17px 0 5px}.prompt-guide p{color:var(--muted);font-size:12px;line-height:1.7}.quality-compare{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}.quality-compare>div{padding:11px;border-radius:7px;background:#fff1f0}.quality-compare>div+div{background:#f6ffed}.quality-compare p{margin:6px 0;color:#555}.quality-compare small{color:var(--muted)}.release-choice{display:grid;grid-template-columns:1fr 1fr;gap:18px}.release-choice article{min-height:260px;padding:35px;text-align:center;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;transition:.2s}.release-choice article:hover{transform:translateY(-3px);border-color:#ffadd2;box-shadow:0 10px 30px #f759ab1a}.release-choice article>span{width:75px;height:75px;margin:0 auto 18px;border-radius:22px;background:var(--primary-soft);color:var(--primary);display:flex;justify-content:center;align-items:center;font-size:35px}.release-choice h2{margin-bottom:10px}.release-choice p{min-height:44px;color:var(--muted);font-size:12px}.supported{margin-top:17px;padding:20px}.supported div{display:flex;gap:12px;margin-top:15px}.supported span{padding:8px 16px;border-radius:7px;background:#f7f8fa}.publish-panel{padding:20px;min-height:350px}.account-select-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.account-select-grid label{padding:15px;border:1px solid var(--line);border-radius:8px}.account-select-grid input{width:auto}.platform-dot{width:24px;height:24px;display:inline-block;vertical-align:middle;margin:0 8px;border-radius:7px;background:linear-gradient(135deg,#111,#f759ab)}.confirm-publish{padding:55px;text-align:center}.confirm-publish>svg{color:#52c41a;font-size:55px}.confirm-publish h2{margin:14px 0 6px}.confirm-publish p{color:var(--muted)}.warning-box{margin-top:20px;padding:11px;background:#fffbe6;color:#8c6b20;border-radius:7px}.phone-upload-page{min-height:440px;display:flex;flex-direction:column;justify-content:center;align-items:center}.fake-qr{width:170px;height:170px;display:flex;justify-content:center;align-items:center;border:12px solid #fff;box-shadow:0 2px 20px #0000001a;background:repeating-conic-gradient(#111 0 25%,#fff 0 50%) 0/22px 22px;font-size:60px;color:var(--primary);text-shadow:0 1px 4px #fff}.phone-upload-page h2{margin:22px 0 7px;font-size:18px}.phone-upload-page p{color:var(--muted)}.current-folder{margin:12px 0;padding:7px 14px;background:#f6f7f9;border-radius:6px}.geo-dashboard{display:grid;grid-template-columns:1.7fr 1fr;gap:15px}.bar-chart{height:280px;padding:25px 25px 38px;display:flex;align-items:flex-end;justify-content:space-around;gap:18px;border-bottom:1px solid var(--line)}.bar-chart i{width:34px;position:relative;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#f759ab,#ffadd2)}.bar-chart i span{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);color:var(--muted);font-size:9px;font-style:normal;white-space:nowrap}.ranking-panel{padding:18px}.ranking-panel h2{margin-bottom:15px}.ranking-panel>div{display:grid;grid-template-columns:27px 1fr auto;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.ranking-panel>div b{width:22px;height:22px;border-radius:7px;background:var(--primary-soft);color:var(--primary);display:flex;justify-content:center;align-items:center}.ranking-panel>div strong{color:var(--primary)}.geo-brand-layout{display:grid;grid-template-columns:1fr 280px;gap:15px;align-items:start}.brand-help{position:sticky;top:15px;padding:23px}.brand-help>span{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#f759ab,#8f5dff);color:#fff;display:flex;justify-content:center;align-items:center;font-weight:800}.brand-help h2{margin:15px 0 8px}.brand-help p,.brand-help li{color:var(--muted);font-size:12px;line-height:1.7}.brand-help ol{padding-left:18px}.geo-account-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.geo-account-grid article{min-height:92px;padding:16px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.platform-logo{width:42px;height:42px;border-radius:12px;display:flex;justify-content:center;align-items:center;background:#f0f2f5;color:#555d6b;font-weight:800}.geo-account-grid h3{margin:0 0 3px}.geo-account-grid p{margin:0;color:var(--muted);font-size:10px}.geo-account-grid .status{grid-column:3;grid-row:1;align-self:start}.geo-account-grid button{grid-column:2/4;justify-self:end;min-height:27px}.article-editor{overflow:hidden}.article-title-input{height:60px;border:0;border-bottom:1px solid var(--line);border-radius:0;font-size:22px;font-weight:700;padding:0 24px;box-shadow:none}.editor-toolbar{min-height:45px;padding:6px 15px;display:flex;flex-wrap:wrap;gap:4px;background:#fafafa;border-bottom:1px solid var(--line)}.editor-toolbar button{border:0;min-height:30px;padding:0 8px;font-size:11px}.rich-editor{min-height:420px;padding:28px 65px;outline:none;line-height:1.9}.rich-editor h2{font-size:22px}.rich-editor h3{margin-top:24px}.article-preview{max-width:880px;margin:0 auto;padding:50px 70px;line-height:1.95}.article-preview>h1{margin:20px 0 25px;font-size:30px}.article-preview h2{margin-top:30px;font-size:20px}.article-preview p{color:#444b58}.article-meta{display:flex;gap:14px;color:var(--muted);font-size:11px}.article-meta span:first-child{padding:2px 8px;border-radius:4px;color:var(--primary);background:var(--primary-soft)}.article-preview blockquote{margin:25px 0;padding:15px 20px;border-left:4px solid var(--primary);background:#fffafd;color:#6f7480}.geo-plan-card{padding:20px;display:grid;grid-template-columns:1fr 210px auto;align-items:center;gap:25px;margin-bottom:16px}.geo-plan-card h2{margin-bottom:6px}.geo-plan-card p{color:var(--muted);font-size:12px}.plan-progress{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.plan-progress i{height:7px;background:#eef0f3;border-radius:5px;overflow:hidden}.plan-progress i span{display:block;width:67%;height:100%;background:var(--primary)}.plan-progress small{color:var(--muted)}.customer-layout{display:grid;grid-template-columns:1fr 330px;gap:15px;align-items:start}.debug-chat{position:sticky;top:15px;padding:17px}.debug-chat h2{font-size:16px}.debug-messages{height:310px;margin:12px 0;padding:12px;overflow-y:auto;border:1px solid var(--line);border-radius:9px;background:#f8f9fb}.debug-messages div{max-width:85%;margin-bottom:10px;padding:8px 10px;border-radius:10px;font-size:11px;line-height:1.5}.debug-messages .ai{background:#fff}.debug-messages .human{margin-left:auto;background:var(--primary-soft)}.debug-input{display:flex}.debug-input input{border-radius:6px 0 0 6px}.debug-input button{border-radius:0 6px 6px 0}.debug-chat>small{display:block;margin-top:9px;color:var(--muted);font-size:9px}.conversation-page{height:calc(100vh - 60px);display:grid;grid-template-columns:240px 1fr 230px;overflow:hidden;background:#fff}.conversation-list{border-right:1px solid var(--line);overflow-y:auto}.conversation-filters{padding:12px;border-bottom:1px solid var(--line)}.conversation-filters select,.conversation-filters input{height:33px;margin-bottom:7px}.conversation-list>button{width:100%;height:65px;border:0;border-radius:0;padding:10px;display:grid;grid-template-columns:36px 1fr auto;gap:8px;text-align:left}.conversation-list>button.active{background:var(--primary-soft)}.conversation-list>button div{min-width:0}.conversation-list>button strong,.conversation-list>button small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-list>button small{margin-top:5px;color:var(--muted);font-size:10px}.conversation-list time{color:#a8abb5;font-size:9px}.direct-chat{display:flex;flex-direction:column;min-width:0}.direct-chat header h2{margin:0;font-size:15px}.direct-chat header span{color:#52c41a;font-size:10px}.direct-chat header label{display:flex;align-items:center;gap:8px;font-size:11px}.direct-messages{flex:1;padding:24px;overflow-y:auto;background:#f7f8fa}.direct-messages>div{width:fit-content;max-width:70%;margin-bottom:13px;padding:10px 13px;border-radius:6px 13px 13px;background:#fff;font-size:12px}.direct-messages .outgoing{margin-left:auto;border-radius:13px 6px 13px 13px;background:#ffe8f3}.direct-chat>footer{padding:12px;border-top:1px solid var(--line)}.direct-chat>footer textarea{min-height:70px;border:0;box-shadow:none}.direct-chat>footer button{float:right}.lead-panel{padding:17px;border-left:1px solid var(--line)}.lead-panel h3{font-size:14px}.lead-panel>p{color:var(--muted);font-size:10px}.lead-panel>div{display:flex;flex-direction:column;gap:5px;padding:12px 0;border-bottom:1px solid var(--line)}.lead-panel span{color:var(--muted);font-size:10px}.lead-panel button{align-self:flex-start;min-height:26px}.function-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.function-cards article{min-height:280px;padding:35px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:center}.function-cards article>span{width:72px;height:72px;display:flex;justify-content:center;align-items:center;margin:0 auto 19px;border-radius:22px;background:var(--primary-soft);color:var(--primary);font-size:35px}.function-cards h2{font-size:18px}.function-cards p{min-height:45px;color:var(--muted);font-size:12px}.function-cards label{display:block;margin:20px;color:var(--muted)}.function-cards label .ant-switch{margin-right:7px}.guide-builder{max-width:850px;min-height:360px;margin:0 auto;padding:50px 70px;text-align:center}.guide-builder h2{margin-bottom:28px}.large-input{height:50px;font-size:15px}.guide-builder textarea{min-height:130px}.flow-lines{display:grid;gap:11px}.guide-builder pre{text-align:left;white-space:pre-wrap;padding:22px;border-radius:8px;background:#f7f8fa;line-height:1.8}.moments-editor{display:grid;grid-template-columns:290px 1fr;gap:15px}.moments-editor>aside{padding-bottom:12px}.moments-editor>aside>button{width:calc(100% - 16px);height:auto;min-height:77px;margin:8px 8px 0;padding:10px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.moments-editor>aside>button.active{border-color:#ffadd2;background:var(--primary-soft)}.moments-editor aside span{width:100%;margin:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#555}.moments-editor aside small{color:var(--muted)}.moments-editor>section{padding:0 20px 20px}.media-box{min-height:90px;margin:18px 0;padding:14px;border:1px dashed #dcdfe6;border-radius:7px;display:flex;align-items:center;gap:8px}.media-box strong{margin-right:auto}.media-box span{color:var(--muted)}.deepseek-page{height:100%;display:grid;grid-template-columns:220px 1fr;background:#fff}.deepseek-page>aside{padding:15px 10px;border-right:1px solid var(--line);background:#f8f9fb}.deepseek-page>aside>button{width:100%;text-align:left;margin-bottom:5px;border:0}.deepseek-page>aside>button.primary{text-align:center}.deepseek-page>aside>button.active{background:#e8edf8}.deepseek-page>aside h4{margin:22px 10px 7px;color:var(--muted);font-size:10px}.deepseek-page>section{display:flex;flex-direction:column}.deepseek-page section>header h2{margin:0}.deep-messages{flex:1;padding:25px max(30px,calc((100% - 750px)/2));overflow-y:auto}.deep-messages>div{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.deep-messages>div.user{flex-direction:row-reverse}.deep-messages span{width:32px;height:32px;border-radius:9px;background:#14213a;color:#fff;display:flex;justify-content:center;align-items:center;font-size:10px}.deep-messages .user span{background:#dde3ec;color:#333}.deep-messages p{max-width:75%;margin:0;padding:11px 14px;border-radius:5px 13px 13px;background:#f4f6f9;white-space:pre-line;line-height:1.7}.deep-messages .user p{background:#e8edf8;border-radius:13px 5px 13px 13px}.deepseek-page section>footer{display:flex;align-items:flex-end;gap:8px;margin:0 max(30px,calc((100% - 760px)/2)) 24px;padding:8px;border:1px solid #dcdfe6;border-radius:13px}.deepseek-page footer textarea{border:0;box-shadow:none;resize:none}.deepseek-page footer button{width:34px;padding:0;border-radius:50%;background:#14213a;color:#fff}.settings-layout{display:grid;grid-template-columns:190px 1fr;gap:15px}.settings-layout>aside{padding:10px}.settings-layout>aside button{width:100%;border:0;text-align:left}.settings-layout>aside button.active{color:var(--primary);background:var(--primary-soft)}.settings-form{padding:22px}.profile-edit{display:flex;align-items:center;gap:15px;margin:22px 0}.guide-detail-page{min-height:100%;padding:45px;text-align:center;background:radial-gradient(circle at 50% 0,#fff0f6,#f7f8fa 45%)}.back-floating{position:absolute;left:28px;top:24px}.guide-hero>span{width:80px;height:80px;margin:0 auto 18px;border-radius:25px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f759ab,#a753ff);color:#fff;font-size:30px;font-weight:900}.guide-hero h1{font-size:30px;color:var(--primary)}.guide-hero p{color:var(--muted)}.guide-step-cards{max-width:1000px;margin:35px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.guide-step-cards article{min-height:175px;padding:25px 18px;border:1px solid #ffe0ed;border-radius:12px;background:#fff}.guide-step-cards b{width:30px;height:30px;margin:0 auto 13px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--primary-soft);color:var(--primary)}.guide-step-cards h2{font-size:15px}.guide-step-cards p{color:var(--muted);font-size:11px;line-height:1.6}.guide-cta{height:44px;padding-inline:35px}.empty-page{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.empty-page>svg{color:#ffadd2;font-size:70px}.empty-page h1{color:#444;margin:20px 0 8px}.modal-fields{display:grid;gap:13px}.modal-fields label{display:flex;flex-direction:column;gap:6px;color:#555}.modal-fields textarea{min-height:90px}.modal-tip{color:var(--muted);font-size:11px}.bind-guide{text-align:center}.bind-guide .platform-logo{margin:0 auto 12px}.bind-guide p,.bind-guide small{color:var(--muted)}.bind-guide ol{text-align:left;max-width:260px;margin:15px auto;line-height:2}@media(max-width:1250px){.sidebar{width:218px;flex-basis:218px}.metric-grid{grid-template-columns:repeat(2,1fr)}.geo-brand-layout,.customer-layout{grid-template-columns:1fr}.brand-help,.debug-chat{position:static}.asset-grid{grid-template-columns:repeat(3,1fr)}.conversation-page{grid-template-columns:220px 1fr}.lead-panel{display:none}}.hidden-file{display:none!important}.selection-cell{width:54px;text-align:center!important}.selection-cell input{width:15px;height:15px;accent-color:var(--primary)}.asset-grid article{padding:8px;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:.15s ease}.asset-grid article:hover,.asset-grid article.selected{border-color:#ffadd2;background:#fff7fb}.compact-notice{margin:0 0 12px;padding:8px 12px}.generated-copy{margin-top:12px;padding:10px 12px;border-radius:7px;background:#fff7fb;color:#6f4960;font-size:11px}.generated-copy p{margin:4px 0}.publish-task-list{display:grid;gap:8px;margin-top:14px}.publish-task-list article{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:7px}.publish-task-list article>div{flex:1;min-width:0}.publish-task-list strong,.publish-task-list small{display:block}.publish-task-list small{margin-top:3px;color:var(--muted)}.picker-list{max-height:360px;overflow-y:auto;display:grid;gap:8px}.picker-list label{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:7px;cursor:pointer}.picker-list input{width:16px;height:16px}.modal-preview{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(145deg,#20222a,#08090c);color:#fff}.modal-preview>svg{font-size:55px;color:var(--primary)}.modal-preview p,.modal-preview small{color:#bbb}.article-editor.fullscreen{position:fixed;z-index:1000;inset:0;margin:0;border-radius:0;background:#fff;overflow-y:auto}.rich-editor table{width:100%;border-collapse:collapse}.rich-editor td{padding:7px}.tag-editor .tag-button{min-height:24px;border-color:#ffadd2;font-size:11px;cursor:pointer}.power-card{display:flex;align-items:center;gap:18px;margin:20px 0;padding:24px;border-radius:12px;background:linear-gradient(135deg,#fff0f6,#fff);border:1px solid #ffadd2}.power-card>span{font-size:38px}.power-card p{margin:0;color:var(--muted)}.power-card strong,.power-card small{display:block}.power-card strong{margin:5px 0;font-size:28px;color:var(--primary)}.setting-list{display:grid;gap:0;margin:18px 0 24px;border-top:1px solid var(--line)}.setting-list>label{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.setting-list span,.setting-list small{display:block}.setting-list small{margin-top:4px;color:var(--muted);font-size:10px}.setting-list select{width:200px}.deepseek-page header button.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}
