.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);box-sizing:border-box;border-radius:var(--el-border-radius-base);border-width:var(--el-border-width);border-style:var(--el-border-style);border-color:var(--el-message-border-color);background-color:var(--el-message-bg-color);width:max-content;max-width:calc(100% - 32px);transition:opacity var(--el-transition-duration), transform .4s, top .4s, bottom .4s;padding:var(--el-message-padding);align-items:center;gap:8px;display:flex;position:fixed}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:50%;transform:translate(-50%)}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;top:-8px;right:-8px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{cursor:pointer;color:var(--el-message-close-icon-color);font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0}.el-message-fade-enter-from.is-left,.el-message-fade-enter-from.is-right,.el-message-fade-leave-to.is-left,.el-message-fade-leave-to.is-right{transform:translateY(-100%)}.el-message-fade-enter-from.is-left.is-bottom,.el-message-fade-enter-from.is-right.is-bottom,.el-message-fade-leave-to.is-left.is-bottom,.el-message-fade-leave-to.is-right.is-bottom{transform:translateY(100%)}.el-message-fade-enter-from.is-center,.el-message-fade-leave-to.is-center{transform:translate(-50%,-100%)}.el-message-fade-enter-from.is-center.is-bottom,.el-message-fade-leave-to.is-center.is-bottom{transform:translate(-50%,100%)}:root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-bg-color);position:fixed;top:0;left:0}.el-popup-parent--hidden{overflow:hidden}.el-message-box{--el-messagebox-title-color:var(--el-text-color-primary);--el-messagebox-width:420px;--el-messagebox-border-radius:4px;--el-messagebox-box-shadow:var(--el-box-shadow);--el-messagebox-font-size:var(--el-font-size-large);--el-messagebox-content-font-size:var(--el-font-size-base);--el-messagebox-content-color:var(--el-text-color-regular);--el-messagebox-error-font-size:12px;--el-messagebox-padding-primary:12px;--el-messagebox-font-line-height:var(--el-font-line-height-primary);max-width:var(--el-messagebox-width);width:100%;padding:var(--el-messagebox-padding-primary);vertical-align:middle;background-color:var(--el-bg-color);border-radius:var(--el-messagebox-border-radius);font-size:var(--el-messagebox-font-size);box-shadow:var(--el-messagebox-box-shadow);text-align:left;backface-visibility:hidden;box-sizing:border-box;overflow-wrap:break-word;display:inline-block;position:relative;overflow:hidden}.el-message-box:focus{outline:none!important}.is-message-box .el-overlay-message-box{text-align:center;padding:16px;position:fixed;inset:0;overflow:auto}.is-message-box .el-overlay-message-box:after{content:"";vertical-align:middle;width:0;height:100%;display:inline-block}.el-message-box.is-draggable .el-message-box__header{cursor:move;-webkit-user-select:none;user-select:none}.el-message-box__header{padding-bottom:var(--el-messagebox-padding-primary)}.el-message-box__header.show-close{padding-right:calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size,16px))}.el-message-box__title{font-size:var(--el-messagebox-font-size);line-height:var(--el-messagebox-font-line-height);color:var(--el-messagebox-title-color)}.el-message-box__headerbtn{width:40px;height:40px;font-size:var(--el-message-close-size,16px);cursor:pointer;background:0 0;border:none;outline:none;padding:0;position:absolute;top:0;right:0}.el-message-box__headerbtn .el-message-box__close{color:var(--el-color-info);font-size:inherit}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:var(--el-color-primary)}.el-message-box__content{color:var(--el-messagebox-content-color);font-size:var(--el-messagebox-content-font-size)}.el-message-box__container{align-items:center;gap:12px;display:flex}.el-message-box__input{padding-top:12px}.el-message-box__input div.invalid>input,.el-message-box__input div.invalid>input:focus{border-color:var(--el-color-error)}.el-message-box__status{font-size:24px}.el-message-box__status.el-message-box-icon--primary{--el-messagebox-color:var(--el-color-primary);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--success{--el-messagebox-color:var(--el-color-success);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--info{--el-messagebox-color:var(--el-color-info);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--warning{--el-messagebox-color:var(--el-color-warning);color:var(--el-messagebox-color)}.el-message-box__status.el-message-box-icon--error{--el-messagebox-color:var(--el-color-error);color:var(--el-messagebox-color)}.el-message-box__message{min-width:0;margin:0}.el-message-box__message p{line-height:var(--el-messagebox-font-line-height);margin:0}.el-message-box__errormsg{color:var(--el-color-error);font-size:var(--el-messagebox-error-font-size);line-height:var(--el-messagebox-font-line-height)}.el-message-box__btns{padding-top:var(--el-messagebox-padding-primary);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.el-message-box--center .el-message-box__title{justify-content:center;align-items:center;gap:6px;display:flex}.el-message-box--center .el-message-box__status{font-size:inherit}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__container{justify-content:center}.el-message-box-parent--hidden{overflow:hidden}.fade-in-linear-enter-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration)}.fade-in-linear-leave-active .el-overlay-message-box{animation:msgbox-fade-in var(--el-transition-duration) reverse}@keyframes msgbox-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0)}}.jb-mascot[data-v-00a182f5]{--jb-mascot-size:96px;width:var(--jb-mascot-size);min-width:var(--jb-mascot-size);justify-content:center;align-items:center;display:inline-flex;position:relative}.jb-mascot__image[data-v-00a182f5]{opacity:1;object-fit:contain;transform-origin:50% 78%;filter:drop-shadow(0 14px 24px #ff700029);-webkit-user-select:none;user-select:none;width:100%;height:auto;transition:transform .22s,filter .22s;display:block}.jb-mascot:hover .jb-mascot__image[data-v-00a182f5],.jb-mascot.is-floating .jb-mascot__image[data-v-00a182f5]{animation:2.8s ease-in-out infinite jb-mascot-float-00a182f5}.jb-mascot--secure .jb-mascot__image[data-v-00a182f5]{animation:.9s both jb-mascot-peek-00a182f5}.jb-mascot--error .jb-mascot__image[data-v-00a182f5]{animation:.58s both jb-mascot-soft-shake-00a182f5}.jb-mascot__bubble[data-v-00a182f5]{color:#2f2418;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #ff70003d;border-radius:999px;width:max-content;min-width:max-content;max-width:220px;padding:9px 13px;font-size:13px;line-height:1.3;position:absolute;top:10%;right:calc(100% - 12px);overflow:visible;box-shadow:0 12px 28px #ff892029}@keyframes jb-mascot-float-00a182f5{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(-1.6deg)}}@keyframes jb-mascot-peek-00a182f5{0%{transform:translateY(0)scale(.98)}44%{transform:translateY(-3px)scale(1.02)}to{transform:translateY(0)scale(1)}}@keyframes jb-mascot-soft-shake-00a182f5{0%,to{transform:translate(0)rotate(0)}18%{transform:translate(-5px)rotate(-3deg)}36%{transform:translate(4px)rotate(2.4deg)}54%{transform:translate(-3px)rotate(-1.8deg)}72%{transform:translate(2px)rotate(1deg)}}@media (prefers-reduced-motion:reduce){.jb-mascot__image[data-v-00a182f5]{animation:none!important}}.jbm-mascot[data-v-2e979dc5]{justify-content:center;align-items:center;display:inline-flex;position:relative}.jbm-mascot__image[data-v-2e979dc5]{opacity:1;filter:drop-shadow(0 8px 16px #ff700029);width:100%;height:auto;display:block}.jbm-mascot--happy .jbm-mascot__image[data-v-2e979dc5],.jbm-mascot--thinking .jbm-mascot__image[data-v-2e979dc5]{animation:2.6s ease-in-out infinite jbm-mascot-breathe-2e979dc5}.jbm-mascot--secure .jbm-mascot__image[data-v-2e979dc5]{animation:.9s both jbm-mascot-peek-2e979dc5}.jbm-mascot--error .jbm-mascot__image[data-v-2e979dc5]{animation:.58s both jbm-mascot-shake-2e979dc5}.jbm-mascot__bubble[data-v-2e979dc5]{white-space:nowrap;background:#fffffff2;border:1px solid #ff70003d;border-radius:14px;padding:7px 10px;position:absolute;top:0;right:76%;box-shadow:0 8px 20px #ff892024}.jbm-mascot__bubble text[data-v-2e979dc5]{color:#3a2d20;font-size:11px}@keyframes jbm-mascot-breathe-2e979dc5{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes jbm-mascot-peek-2e979dc5{0%{transform:scale(.98)}44%{transform:translateY(-2px)scale(1.02)}to{transform:scale(1)}}@keyframes jbm-mascot-shake-2e979dc5{0%,to{transform:translate(0)rotate(0)}20%{transform:translate(-4px)rotate(-3deg)}44%{transform:translate(3px)rotate(2deg)}66%{transform:translate(-2px)rotate(-1deg)}}:root,[data-jb-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--jb-primary-start:#ff7a00;--jb-primary-end:#ffb800;--jb-primary:#ff8a00;--jb-primary-soft:#ff7a0024;--jb-primary-border:#ff8a004d;--jb-tech-start:#00c2ff;--jb-tech-end:#3b82f6;--jb-tech:#16d8ff;--jb-bg:#0a0d12;--jb-bg-deep:#05070a;--jb-bg-soft:#111827;--jb-card:#161c26bf;--jb-card-solid:#101722;--jb-card-hover:#1f2937d1;--jb-border:#ffffff14;--jb-border-strong:#ffffff24;--jb-text:#f1f5f9;--jb-text-secondary:#94a3b8;--jb-text-tertiary:#64748b;--jb-disabled:#475569;--jb-success:#10b981;--jb-warning:#f59e0b;--jb-error:#ef4444;--jb-info:#3b82f6;--jb-radius-sm:6px;--jb-radius:10px;--jb-radius-card:14px;--jb-radius-lg:20px;--jb-space-1:4px;--jb-space-2:8px;--jb-space-3:12px;--jb-space-4:16px;--jb-space-6:24px;--jb-space-8:32px;--jb-space-10:40px;--jb-shadow-card:0 4px 20px #0000004d;--jb-shadow-glow:0 0 24px #ff7a0026;--jb-shadow-cyan:0 0 24px #00c2ff24;--jb-blur:blur(12px);--jb-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif}[data-jb-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--jb-bg:#f7fafc;--jb-bg-deep:#edf2f7;--jb-bg-soft:#fff;--jb-card:#ffffffe0;--jb-card-solid:#fff;--jb-card-hover:#fff;--jb-border:#0f172a17;--jb-border-strong:#0f172a29;--jb-text:#0f172a;--jb-text-secondary:#475569;--jb-text-tertiary:#64748b;--jb-disabled:#94a3b8;--jb-shadow-card:0 8px 24px #0f172a14}.jb-scope,.jb-demo-app{min-height:100%;color:var(--jb-text);font-family:var(--jb-font);background:radial-gradient(circle at 18% 8%, #ff7a001f, transparent 26%), radial-gradient(circle at 78% 18%, #00c2ff1c, transparent 24%), linear-gradient(180deg, #071017 0%, var(--jb-bg) 42%, #06080c 100%)}.jb-button.el-button,.jb-button{--el-button-bg-color:transparent;--el-button-border-color:var(--jb-border);--el-button-text-color:var(--jb-text);--el-button-hover-text-color:var(--jb-text);--el-button-active-text-color:var(--jb-text);border-radius:var(--jb-radius-sm);border:1px solid var(--jb-border);min-height:36px;color:var(--jb-text);letter-spacing:0;background:#111827c2;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:600;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.jb-button.el-button:hover,.jb-button:hover{border-color:var(--jb-primary-border);box-shadow:var(--jb-shadow-glow), inset 0 1px 0 #ffffff14;transform:translateY(-1px)}.jb-button.el-button:active,.jb-button:active{transform:translateY(0)}.jb-button.el-button:focus-visible,.jb-button:focus-visible{outline-offset:2px;outline:2px solid #ffb8007a}.jb-button.is-disabled,.jb-button:disabled{opacity:.45;box-shadow:none;cursor:not-allowed;transform:none}.jb-button--primary.el-button,.jb-button--primary{background:linear-gradient(135deg, var(--jb-primary-start), var(--jb-primary-end));color:#fff;border-color:#ffb80080;box-shadow:0 8px 28px #ff7a0047,inset 0 1px #ffffff42}.jb-button--secondary.el-button,.jb-button--secondary{background:linear-gradient(135deg,#00c2ff29,#3b82f61f);border-color:#00c2ff40}.jb-button--text.el-button,.jb-button--text{color:var(--jb-primary-end);box-shadow:none;background:0 0;border-color:#0000}.jb-button--icon{aspect-ratio:1;width:36px;padding:0}.jb-button--sm{min-height:30px;padding:0 12px;font-size:12px}.jb-button--lg{min-height:44px;padding:0 24px;font-size:16px}.jb-button--block{width:100%}.jb-icon{vertical-align:middle;flex:none;display:inline-block}.jb-field{gap:8px;display:grid}.jb-field__label{color:var(--jb-text-secondary);font-size:13px;font-weight:500}.jb-input .el-input__wrapper,.jb-input.el-textarea .el-textarea__inner,.jb-select .el-select__wrapper{border-radius:var(--jb-radius-sm);border:1px solid var(--jb-border);min-height:38px;color:var(--jb-text);background:#050a10a8;transition:border-color .16s,box-shadow .16s,background .16s;box-shadow:inset 0 1px #ffffff08}.jb-input .el-input__wrapper:hover,.jb-input.el-textarea .el-textarea__inner:hover,.jb-select .el-select__wrapper:hover{border-color:var(--jb-border-strong)}.jb-input .el-input__wrapper.is-focus,.jb-input.el-textarea .el-textarea__inner:focus,.jb-select .el-select__wrapper.is-focused{border-color:var(--jb-primary-border);box-shadow:0 0 0 2px #ff7a0029}.jb-input--error .el-input__wrapper,.jb-input--error.el-textarea .el-textarea__inner{border-color:#ef44448c}.jb-control-row{color:var(--jb-text-secondary);align-items:center;gap:12px;display:inline-flex}.jb-switch.el-switch.is-checked .el-switch__core{background:linear-gradient(135deg, var(--jb-primary-start), var(--jb-primary-end));border-color:#ff7a0073}.jb-checkbox .el-checkbox__inner,.jb-radio .el-radio__inner{border-color:var(--jb-border-strong);background:#111827d1}.jb-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,.jb-radio .el-radio__input.is-checked .el-radio__inner{border-color:var(--jb-primary);background:var(--jb-primary)}.jb-slider .el-slider__runway{background:#ffffff14}.jb-slider .el-slider__bar{background:linear-gradient(90deg, var(--jb-primary-start), var(--jb-primary-end))}.jb-tag{border:1px solid var(--jb-border);border-radius:var(--jb-radius-sm);min-height:24px;color:var(--jb-text-secondary);background:#0f172ab8;align-items:center;gap:6px;padding:0 9px;font-size:12px;line-height:1;display:inline-flex}.jb-tag--success{color:#6ee7b7;background:#10b9811f;border-color:#10b9814d}.jb-tag--warning{color:#fcd34d;background:#f59e0b1f;border-color:#f59e0b4d}.jb-tag--error{color:#fca5a5;background:#ef44441f;border-color:#ef44444d}.jb-tag--info{color:#93c5fd;background:#3b82f61f;border-color:#3b82f64d}.jb-tag--gradient{color:#fff;background:linear-gradient(135deg,#ff7a00e0,#ffb800c7);border-color:#ffb8005c}.jb-badge{display:inline-flex;position:relative}.jb-badge__content{background:var(--jb-error);color:#fff;min-width:18px;height:18px;box-shadow:0 0 0 2px var(--jb-bg);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-8px;right:-8px}.jb-progress{gap:8px;display:grid}.jb-progress__track{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.jb-progress__bar{border-radius:inherit;background:linear-gradient(90deg, var(--jb-primary-start), var(--jb-primary-end));height:100%;transition:width .2s;box-shadow:0 0 18px #ff7a0057}.jb-progress__meta{color:var(--jb-text-secondary);justify-content:space-between;align-items:center;font-size:12px;display:flex}.jb-progress-circle{place-items:center;display:inline-grid;position:relative}.jb-progress-circle__value{font-size:13px;font-weight:700;position:absolute}.jb-spinner{border:2px solid #ffffff1f;border-top-color:var(--jb-primary-end);border-radius:999px;width:28px;height:28px;animation:.8s linear infinite jb-spin}@keyframes jb-spin{to{transform:rotate(360deg)}}.jb-loading{color:var(--jb-text-secondary);align-items:center;gap:10px;display:inline-flex}.jb-loading--fullscreen{z-index:3000;-webkit-backdrop-filter:var(--jb-blur);backdrop-filter:var(--jb-blur);background:#05080cb8;justify-content:center;position:fixed;inset:0}.jb-card{background:var(--jb-card);border:1px solid var(--jb-border);box-shadow:var(--jb-shadow-card);-webkit-backdrop-filter:var(--jb-blur);backdrop-filter:var(--jb-blur);border-radius:var(--jb-radius-card);position:relative;overflow:hidden}.jb-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff14,#0000 34%,#00c2ff0a);position:absolute;inset:0}.jb-card--glow{border-color:var(--jb-primary-border);box-shadow:var(--jb-shadow-card), var(--jb-shadow-glow)}.jb-card__header,.jb-card__body,.jb-card__footer{z-index:1;position:relative}.jb-card__header{justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 0;display:flex}.jb-card__title{color:var(--jb-text);margin:0;font-size:18px;font-weight:700}.jb-card__body{padding:18px 20px 20px}.jb-card__footer{padding:0 20px 18px}.jb-tabs{flex-wrap:wrap;gap:8px;display:flex}.jb-tab{border:1px solid var(--jb-border);border-radius:var(--jb-radius-sm);min-height:36px;color:var(--jb-text-secondary);cursor:pointer;background:#111827b8;align-items:center;gap:8px;padding:0 16px;transition:all .16s;display:inline-flex}.jb-tab.is-active{border-color:var(--jb-primary-border);color:var(--jb-primary-end);box-shadow:var(--jb-shadow-glow);background:linear-gradient(135deg,#ff7a0029,#ffb80014)}.jb-top-nav{border-bottom:1px solid var(--jb-border);height:74px;-webkit-backdrop-filter:var(--jb-blur);backdrop-filter:var(--jb-blur);background:#05080cd6;align-items:center;gap:12px;padding:0 16px;display:flex}.jb-logo{align-items:center;gap:12px;min-width:148px;display:inline-flex}.jb-logo__mark{width:42px;height:42px;color:var(--jb-primary-end);background:radial-gradient(circle at 40% 25%,#ffb80047,#0000 45%),#ff7a0014;border-radius:12px;place-items:center;display:grid;box-shadow:0 0 24px #ff7a0042}.jb-logo__name{gap:2px;display:grid}.jb-logo__cn{color:var(--jb-text);font-size:20px;font-weight:800}.jb-logo__en{color:var(--jb-text-secondary);letter-spacing:4px;font-size:10px;font-weight:700}.jb-top-nav__menu{scrollbar-width:none;flex:1;align-items:center;gap:4px;min-width:0;display:flex;overflow-x:auto}.jb-top-nav__menu::-webkit-scrollbar{display:none}.jb-top-nav__item{min-height:48px;color:var(--jb-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;padding:0 8px;display:inline-flex;position:relative}.jb-top-nav__item.is-active{color:var(--jb-primary-end);font-weight:700}.jb-top-nav__item.is-active:after{content:"";background:linear-gradient(90deg, var(--jb-primary-start), var(--jb-primary-end));border-radius:999px;height:3px;position:absolute;bottom:0;left:8px;right:8px;box-shadow:0 0 18px #ff7a00a6}.jb-top-nav__actions{flex:none;align-items:center;gap:8px;display:flex}.jb-top-nav__actions .jb-button{min-height:34px;padding-inline:12px}.jb-top-nav__actions .jb-button--icon{width:34px;padding:0}.jb-side-nav{border-right:1px solid var(--jb-border);background:#070c12b8;gap:6px;width:244px;padding:14px;display:grid}.jb-side-nav__item{border-radius:var(--jb-radius-sm);min-height:40px;color:var(--jb-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:0 12px;display:flex}.jb-side-nav__item.is-active{color:var(--jb-primary-end);border-color:var(--jb-primary-border);background:#ff7a001a}.jb-table{border:1px solid var(--jb-border);border-radius:var(--jb-radius);overflow:hidden}.jb-table .el-table,.jb-table .el-table tr,.jb-table .el-table th.el-table__cell,.jb-table .el-table td.el-table__cell{color:var(--jb-text-secondary);background:0 0;border-color:#ffffff0f}.jb-table .el-table th.el-table__cell{color:var(--jb-text);background:#111827b8}.jb-pagination{justify-content:flex-end;padding-top:14px;display:flex}.jb-stat-card{grid-template-columns:auto 1fr auto;align-items:start;gap:14px;min-height:118px;padding:18px;display:grid}.jb-stat-card:after{content:"";background:linear-gradient(180deg, var(--jb-primary-start), var(--jb-primary-end));border-radius:999px;width:3px;position:absolute;top:18px;bottom:18px;left:0}.jb-stat-card__icon,.jb-feature-card__icon,.jb-agent-card__avatar,.jb-log-item__icon{width:48px;height:48px;color:var(--jb-primary-end);border:1px solid var(--jb-primary-border);box-shadow:var(--jb-shadow-glow);background:radial-gradient(circle at 40% 20%,#ffb80057,#ff7a0014 58%,#ffffff0a);border-radius:14px;place-items:center;display:grid}.jb-stat-card__value{font-size:28px;font-weight:800;line-height:1}.jb-stat-card__label,.jb-stat-card__sub,.jb-feature-card__desc,.jb-agent-card__desc{color:var(--jb-text-secondary);font-size:13px}.jb-trend{align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.jb-trend--up{color:var(--jb-success)}.jb-trend--down{color:var(--jb-error)}.jb-feature-card{gap:12px;min-height:126px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.jb-feature-card:hover{box-shadow:var(--jb-shadow-card), var(--jb-shadow-cyan);border-color:#00c2ff42;transform:translateY(-3px)}.jb-feature-card__title,.jb-agent-card__name,.jb-creation-card__title,.jb-work-card__title{color:var(--jb-text);margin:0;font-size:16px;font-weight:700}.jb-code-scene{border-radius:var(--jb-radius);background:linear-gradient(135deg,#00c2ff29,#0000 38%),radial-gradient(circle at 70% 24%,#ff7a0038,#0000 28%),#09111a;border:1px solid #ffffff14;min-height:130px;position:relative;overflow:hidden}.jb-code-scene:before,.jb-code-scene:after{content:"";clip-path:polygon(0 100%,12% 45%,24% 70%,36% 24%,52% 62%,67% 18%,84% 54%,100% 10%,100% 100%);opacity:.85;background:linear-gradient(135deg,#ffb800cc,#121924f2);border-radius:45% 45% 0 0;height:42%;position:absolute;inset:auto 18px 18px}.jb-code-scene--music:before{background:repeating-linear-gradient(90deg, var(--jb-primary-start) 0 5px, transparent 5px 14px);clip-path:none;height:auto;inset:20px 18px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.jb-code-scene--video:before{clip-path:polygon(0 0,100% 0,100% 78%,70% 78%,70% 100%,0 100%);background:linear-gradient(135deg,#3b82f6b3,#ff7a00b8);border-radius:8px;height:auto;inset:18px}.jb-code-scene--report:before{background:radial-gradient(circle at 28% 50%, transparent 0 24%, var(--jb-tech) 25% 36%, transparent 37%), linear-gradient(90deg, var(--jb-primary-start), var(--jb-primary-end)) 68% 24%/28% 8px no-repeat, linear-gradient(90deg, #ffffff3d, #ffffff14) 68% 48%/32% 7px no-repeat, linear-gradient(90deg, #ffffff2e, #ffffff0f) 68% 68%/25% 7px no-repeat;clip-path:none;border-radius:8px;height:auto;inset:18px}.jb-creation-card,.jb-work-card,.jb-task-card,.jb-pricing-card,.jb-agent-card{gap:14px;padding:16px;display:grid}.jb-creation-card__meta,.jb-work-card__meta,.jb-task-card__meta,.jb-agent-card__metrics,.jb-pricing-card__meta{color:var(--jb-text-secondary);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.jb-work-card__actions,.jb-creation-card__actions{align-items:center;gap:8px;display:flex}.jb-task-card{grid-template-columns:72px 1fr;align-items:center}.jb-task-card__thumb{border-radius:10px;width:72px;height:56px}.jb-credit-card{grid-template-columns:1fr auto;align-items:center;gap:16px;padding:20px;display:grid}.jb-credit-card__amount{font-size:34px;font-weight:800}.jb-pricing-card{min-height:260px}.jb-pricing-card.is-featured{border-color:var(--jb-primary-border);box-shadow:var(--jb-shadow-card), var(--jb-shadow-glow)}.jb-pricing-card__price{color:var(--jb-primary-end);align-items:flex-end;gap:4px;font-size:32px;font-weight:800;display:flex}.jb-log-list{display:grid}.jb-log-item{border-bottom:1px solid #ffffff0f;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.jb-log-item__icon{border-radius:999px;width:38px;height:38px}.jb-agent-card__head{align-items:center;gap:12px;display:flex}.jb-agent-card__metrics{border-top:1px solid #ffffff0f;justify-content:space-between;padding-top:12px}.jb-step-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.jb-step{min-height:104px;padding:16px;position:relative}.jb-step:not(:last-child):after{content:"";background:linear-gradient(90deg, var(--jb-tech-start), var(--jb-tech-end));width:18px;height:2px;position:absolute;top:50%;right:-18px;box-shadow:0 0 14px #00c2ff80}.jb-step__number{color:#fff;background:linear-gradient(135deg, var(--jb-primary-start), var(--jb-primary-end));border-radius:999px;place-items:center;width:34px;height:34px;font-weight:800;display:inline-grid}.jb-modal .el-dialog,.jb-drawer.el-drawer,.jb-popover.el-popover{border:1px solid var(--jb-border);border-radius:var(--jb-radius-card);color:var(--jb-text);-webkit-backdrop-filter:var(--jb-blur);backdrop-filter:var(--jb-blur);box-shadow:var(--jb-shadow-card), var(--jb-shadow-glow);background:#0d121beb}@media (width<=920px){.jb-top-nav{gap:12px;padding:0 16px}.jb-top-nav__menu{overflow-x:auto}.jb-step-flow{grid-template-columns:1fr}.jb-step:not(:last-child):after{display:none}}.jbm-page,.jbm-shell{color:#17202c;min-height:100vh;font-family:var(--jb-font);--jb-bg:#fff7ec;--jb-card:#ffffffdb;--jb-card-solid:#fffdf9;--jb-border:#ff7a0029;--jb-border-strong:#ff7a003d;--jb-text:#17202c;--jb-text-secondary:#667085;--jb-text-tertiary:#98a2b3;--jb-shadow-card:0 18px 46px #aa68181a;--jb-blur:blur(12px);background:radial-gradient(circle at 12% 0,#ffa84038,#0000 30%),radial-gradient(circle at 88% 8%,#2eb5871a,#0000 30%),linear-gradient(#fff9ef,#fff3e2 54%,#fffaf5)}.jbm-card{box-sizing:border-box;border:1px solid var(--jb-border);background:var(--jb-card);box-shadow:var(--jb-shadow-card);-webkit-backdrop-filter:var(--jb-blur);backdrop-filter:var(--jb-blur);border-radius:14px;display:block}.jbm-bottom-nav{z-index:50;border:1px solid var(--jb-border);min-height:58px;-webkit-backdrop-filter:var(--jb-blur);backdrop-filter:var(--jb-blur);background:#ffffffe6;border-radius:18px;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:10px;left:12px;right:12px;box-shadow:0 -8px 30px #b46b1a14}.jbm-bottom-nav__item{color:#7b8190;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:52px;min-height:46px;font-size:11px;display:flex}.jbm-bottom-nav__item.is-active{color:var(--jb-primary-start)}.jbm-bottom-nav__dot{border:1px solid;border-radius:7px;place-items:center;width:22px;height:22px;display:grid}.jbm-bottom-nav__item.is-active .jbm-bottom-nav__dot{background:linear-gradient(135deg, var(--jb-primary-start), var(--jb-primary-end));color:#fff;border-color:#0000;box-shadow:0 0 16px #ff7a0066}.jbm-input{box-sizing:border-box;border:1px solid var(--jb-border);width:100%;min-height:44px;color:var(--jb-text);background:#ffffffe0;border-radius:10px;padding:0 12px;font-size:14px}.jbm-button{box-sizing:border-box;border:1px solid var(--jb-primary-border);background:linear-gradient(135deg, var(--jb-primary-start), var(--jb-primary-end));color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 8px 26px #ff7a0038}.jbm-list{display:grid;overflow:hidden}.jbm-list-item{border-bottom:1px solid #ff7a001a;align-items:center;gap:12px;min-height:52px;padding:12px;display:flex}.jbm-list-item__main{flex:1;min-width:0}.jbm-list-item__title{color:var(--jb-text);font-size:14px;font-weight:700;display:block}.jbm-list-item__desc{color:var(--jb-text-secondary);margin-top:4px;font-size:12px;display:block}.jbm-popup-mask{z-index:80;background:#0000008c;position:fixed;inset:0}.jbm-popup{z-index:90;border:1px solid var(--jb-border);box-shadow:var(--jb-shadow-card);background:#fffffff5;border-radius:18px;padding:18px;position:fixed;bottom:12px;left:12px;right:12px}.jbm-popup--center{top:50%;bottom:auto;transform:translateY(-50%)}.jbm-coin{width:74px;height:54px;display:inline-block;position:relative}.jbm-coin:before,.jbm-coin:after{content:"";background:radial-gradient(circle at 34% 24%,#fff4b8,#0000 23%),linear-gradient(145deg,#ffb800,#ff7a00);border-radius:999px;width:42px;height:42px;position:absolute;box-shadow:inset 0 -5px #78330038,0 8px 18px #ff7a0047}.jbm-coin:before{bottom:0;left:0}.jbm-coin:after{top:0;right:0}html,body,#app{min-height:100%;margin:0}body{color:#1f2933;background:#fff8ef;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;overflow-x:hidden}*{box-sizing:border-box}button,input,textarea{font:inherit}.emo-lazy-image{opacity:0;will-change:opacity, transform;animation:.42s forwards emoImageReveal;transform:translateY(8px)scale(.985)}.jb-demo-app .jbm-mascot{justify-content:center;align-items:center;max-width:100%;display:inline-flex;position:relative}.jb-demo-app .jbm-mascot__image{object-fit:contain;width:100%;max-width:100%;height:auto;display:block}@keyframes emoImageReveal{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes emoMascotAvatarReveal{0%{opacity:0;transform:var(--emo-mascot-avatar-rest,translate(0, 0) scale(1))}to{opacity:1;transform:var(--emo-mascot-avatar-rest,translate(0, 0) scale(1))}}@media (prefers-reduced-motion:reduce){.emo-lazy-image{opacity:1;animation:none;transform:none}.emo-user-avatar img,.emo-assistant-top .jb-mascot__image,.emo-workbench-avatar img,.emo-agent-avatar img,.emo-agent-avatar-preview img,.emo-agent-avatar-option img{transform:var(--emo-mascot-avatar-rest,translate(0, 0) scale(1))}}:root{--emo-orange:#ff6a00;--emo-orange-2:#ff9f1a;--emo-orange-soft:#fff2df;--emo-cream:#fff8ef;--emo-text:#111827;--emo-muted:#4d5a6b;--emo-line:#eeb87e7a;--emo-line-strong:#ff6a0057;--emo-card:linear-gradient(180deg, #fffffff5, #fff9f0e6);--emo-panel:#fffdf8f0;--emo-panel-2:#fff8eedb;--emo-green:#12a66f;--emo-green-soft:#eaf8f0;--emo-blue:#2563eb;--emo-blue-soft:#ecf4ff;--emo-red:#ef3f2d;--emo-shadow:0 20px 60px #aa681821;--emo-soft-shadow:0 10px 30px #b46b1a1c;--el-color-primary:#ff6a00;--el-color-primary-light-3:#ff8a29;--el-color-primary-light-5:#ffb067;--el-color-primary-light-7:#ffd4a7;--el-color-primary-light-9:#fff1e1;--el-color-primary-dark-2:#e35500;--el-border-radius-base:10px;--el-border-color:#ff7a002e;--el-border-color-light:#ff7a0024;--el-text-color-primary:#17202c;--el-text-color-regular:#445066;--el-bg-color:#ffffffe0}.emo-pc{background:linear-gradient(#fffbf6 0%,#fff6ea 48%,#fffdf8 100%);min-height:100vh}.emo-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7e6;border-bottom:1px solid #eeb87e73;grid-template-columns:192px minmax(0,1fr) 430px;align-items:center;gap:20px;height:68px;padding:0 30px;display:grid;box-shadow:0 8px 24px #aa681812}.emo-brand,.emo-nav button,.emo-actions button,.emo-phone button,.emo-m-primary{cursor:pointer;background:0 0;border:0}.emo-brand{color:var(--emo-text);text-align:left;align-items:center;gap:12px;display:inline-flex}.emo-brand-logo{object-fit:contain;background:#fff;border-radius:10px;flex:none;width:52px;height:52px;display:block;box-shadow:0 12px 26px #ff6c0029}.el-avatar .emo-lazy-image{object-fit:cover;width:100%;height:100%;display:block}.emo-brand b{font-size:20px;font-weight:800;line-height:1.05;display:block}.emo-brand small{color:#1f2937;letter-spacing:5px;margin-top:4px;font-size:10px;font-weight:700;display:block}.emo-nav{white-space:nowrap;scrollbar-width:none;justify-content:center;align-items:center;gap:clamp(9px,1vw,18px);display:flex;overflow-x:auto}.emo-nav::-webkit-scrollbar{display:none}.emo-nav button{color:#111827;height:68px;font-size:14px;font-weight:600;position:relative}.emo-nav button:after{content:"";background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2));border-radius:999px;width:0;height:3px;transition:width .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 18px #ff6a004d}.emo-nav button:hover,.emo-nav button.active{color:var(--emo-orange)}.emo-nav button.active:after{width:66px}.emo-actions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.emo-user{color:#1f2937;align-items:center;gap:6px;font-weight:600;display:inline-flex}.emo-user-trigger{background:#ffffffb8;border:1px solid #eeb87e7a;border-radius:999px;max-width:230px;min-height:54px;padding:4px 14px 4px 7px;overflow:visible;box-shadow:0 8px 20px #b46b1a14}.emo-user-avatar{background:radial-gradient(circle at 48% 38%,#fffaf2 0 48%,#fff0dd 100%);border:1px solid #ff7a002e;border-radius:16px;flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid;overflow:visible;box-shadow:inset 0 0 0 4px #ffffffad}.emo-user-avatar img{object-fit:contain;object-position:center center;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:52px;height:52px;transform:var(--emo-mascot-avatar-rest);transform-origin:50%;border-radius:0;animation:.42s forwards emoMascotAvatarReveal;display:block}.emo-user-avatar--profile{border-radius:24px;flex-basis:88px;width:88px;height:88px}.emo-user-avatar--profile img{width:88px;height:88px}.emo-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:132px;overflow:hidden}.emo-assistant-top,.emo-credit-pill{min-height:40px;color:var(--emo-text);box-shadow:var(--emo-soft-shadow);background:#ffffffd1;border:1px solid #ff7a002e;border-radius:999px;align-items:center;gap:8px;font-weight:800;display:inline-flex}.emo-assistant-top{min-height:52px;padding:0 14px 0 6px;overflow:visible}.emo-assistant-top .jb-mascot{width:44px;min-width:44px;height:44px}.emo-assistant-top .jb-mascot__image{object-fit:contain;object-position:center center;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:44px;height:44px;transform:var(--emo-mascot-avatar-rest);animation:.42s forwards emoMascotAvatarReveal}.emo-credit-pill{color:#8a3a00;background:linear-gradient(135deg,#fff7ea,#fff);padding:0 14px}.emo-main{width:min(100%,1540px);margin:0 auto;padding:clamp(24px,2.1vw,34px) clamp(24px,2.4vw,34px) 34px}.emo-demo-toast{top:calc(84px + env(safe-area-inset-top));z-index:3200;color:#8a3a00;width:fit-content;max-width:min(640px,100vw - 32px);box-shadow:var(--emo-soft-shadow);pointer-events:none;background:#fff7edf5;border:1px solid #ff7a0033;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:800;position:fixed;left:50%;transform:translate(-50%)}.emo-fade-enter-active,.emo-fade-leave-active{transition:opacity .18s,transform .18s}.emo-fade-enter-from,.emo-fade-leave-to{opacity:0;transform:translateY(-6px)}.emo-demo-toast.emo-fade-enter-from,.emo-demo-toast.emo-fade-leave-to{transform:translate(-50%,-6px)}.emo-loading-fade-enter-active,.emo-loading-fade-leave-active{transition:opacity .2s,transform .2s}.emo-loading-fade-enter-from,.emo-loading-fade-leave-to{opacity:0;transform:translateY(8px)}.emo-page-loading{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 48% 38%,#ff910029,#0000 28%),linear-gradient(135deg,#fff9f0d6,#ffffffbd);place-items:center;padding:24px;display:grid;position:fixed;inset:70px 0 0}.emo-pc--login .emo-page-loading{inset:0}.emo-page-loading-card{width:min(320px,100vw - 48px);color:var(--emo-text);background:linear-gradient(#fffffff5,#fff8edf0);border:1px solid #ff7a0047;border-radius:24px;justify-items:center;gap:9px;padding:26px 24px 24px;display:grid;box-shadow:0 24px 70px #a15b142e}.emo-page-loading-card .jb-mascot{animation:1.55s ease-in-out infinite emoLoadingMascot}.emo-page-loading-card strong{color:#151b2f;font-size:19px;font-weight:900}.emo-page-loading-card p{color:var(--emo-muted);margin:0;font-size:13px;font-weight:700}@keyframes emoLoadingMascot{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(-1.4deg)}}.emo-screen{min-height:calc(100vh - 126px)}.emo-pc--login .emo-main{width:100%;padding:0}.emo-screen--login{background:radial-gradient(circle at 16% 18%,#ff9e2933,#0000 24%),radial-gradient(circle at 78% 16%,#26a69a1f,#0000 25%),linear-gradient(135deg,#fff7ed 0%,#fffdfa 48%,#f2fbff 100%);place-items:center;min-height:100vh;padding:26px;display:grid}.emo-screen--admin{padding-right:0}.emo-page-title{margin:0 0 18px}.emo-page-title h1{color:#111318;margin:0;font-size:34px;font-weight:900;line-height:1.18}.emo-page-title p{color:#475569;margin:8px 0 0;font-size:15px;font-weight:500}.emo-title-with-mascot{justify-content:space-between;align-items:center;min-height:100px;display:flex}.emo-panel,.emo-side-panel,.emo-stat-card,.emo-login-card,.emo-phone{background:var(--emo-card);min-width:0;box-shadow:var(--emo-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #eeb87e80}.emo-panel,.emo-side-panel{border-radius:18px}.emo-pc .el-tag,.emo-mobile-app .el-tag{border-width:1px;border-radius:8px;font-weight:800}.emo-pc .el-tag.el-tag--success,.emo-mobile-app .el-tag.el-tag--success{color:var(--emo-green);background:var(--emo-green-soft);border-color:#bdebd2}.emo-pc .el-tag.el-tag--warning,.emo-mobile-app .el-tag.el-tag--warning{color:#d66b00;background:#fff3df;border-color:#ffc98a}.emo-pc .el-tag.el-tag--danger,.emo-mobile-app .el-tag.el-tag--danger{color:var(--emo-red);background:#fff0ed;border-color:#ffc2b8}.emo-pc .el-tag.el-tag--info,.emo-mobile-app .el-tag.el-tag--info{color:#475569;background:#f4f6f8;border-color:#d8dde5}.emo-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.emo-stat-card{border-radius:16px;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:15px;min-width:0;min-height:108px;padding:22px 18px;display:grid}.emo-stat-card>div{min-width:0}.emo-stat-card>span{width:56px;height:56px;color:var(--emo-orange);background:linear-gradient(145deg,#fff0df,#fff8ef);border-radius:18px;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #ff7a0014}.emo-stat-card small,.emo-stat-card em{color:var(--emo-muted);font-size:13px;font-style:normal;line-height:1.25;display:block}.emo-stat-card strong{color:var(--emo-text);white-space:nowrap;margin:4px 0;font-size:23px;line-height:1;display:block}.emo-stat-card em{color:#10a56f;white-space:nowrap;align-items:center;display:inline-flex}.emo-admin-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:14px;display:grid}.emo-admin-tabs-stack{gap:8px;margin:0 0 12px;display:grid}.emo-admin-mini-tabs{border:1px solid var(--emo-line);background:#fffdf8e6;border-radius:12px;width:100%;margin:0;padding:6px;box-shadow:0 10px 28px #b46b1a14}.emo-admin-mini-tabs .el-segmented{--el-segmented-item-selected-bg-color:#ff6a00;--el-segmented-item-selected-color:#fff;background:0 0;border-radius:9px;width:100%;min-width:0;padding:3px}.emo-admin-mini-tabs .el-segmented__group{gap:4px;width:100%;display:grid}.emo-admin-mini-tabs--groups .el-segmented__group{grid-template-columns:repeat(5,minmax(0,1fr))}.emo-admin-mini-tabs--modules .el-segmented__group{grid-template-columns:repeat(auto-fit,minmax(108px,1fr))}.emo-admin-mini-tabs .el-segmented__item{color:#344054;border-radius:7px;min-width:0;min-height:30px;padding-inline:10px;font-size:12px;font-weight:700}.emo-admin-group-desc{color:#7b5b3f;margin:0;font-size:12px;font-weight:700}.emo-drawer-section-title{background:#fff8ef;border:1px solid #ff7a0029;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding:10px 12px;display:flex}.emo-drawer-section-title strong{color:var(--emo-text);font-size:14px}.emo-drawer-section-title span{color:var(--emo-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.emo-module-ops-bar{background:#fffaf4;border:1px solid #ff7a001f;border-radius:14px;grid-template-columns:minmax(130px,.18fr) minmax(190px,.26fr) minmax(160px,.18fr) minmax(240px,1fr) auto;align-items:center;gap:10px;margin:0 0 14px;padding:12px;display:grid}.emo-module-ops-bar div{gap:3px;display:grid}.emo-module-ops-bar span{color:var(--emo-muted);font-size:11px}.emo-module-ops-bar strong{color:var(--emo-text);word-break:break-all;font-size:13px}.emo-table-panel{min-height:496px;padding:16px}.emo-filter-row,.emo-toolbar,.emo-panel-head,.emo-pagination,.emo-works-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.emo-filter-row{margin:10px 0 12px}.emo-filter-row .el-input{width:280px}.emo-filter-row .el-date-editor{width:235px}.emo-toolbar{margin:0 0 14px}.emo-table{--el-table-border-color:#eeb87e6b;--el-table-header-bg-color:#fff2df;--el-table-tr-bg-color:#ffffffc7;--el-table-row-hover-bg-color:#fff3e4;color:#2f3b4f;border-radius:14px;overflow:hidden}.emo-table .el-table__cell{padding:7px 0}.emo-table .el-table__header th{color:#1f2937;font-weight:850}.emo-table .el-table__body td{color:#334155}.emo-admin-amount{font-weight:850}.emo-admin-amount.recharge{color:#079669}.emo-admin-amount.consume{color:#d97706}.emo-pagination{color:var(--emo-muted);justify-content:space-between;padding:14px 2px 0}.emo-side-panel{min-height:580px;padding:18px}.emo-admin-bottom{grid-template-columns:280px minmax(0,1fr);gap:16px;margin-top:16px;display:grid}.emo-admin-assistant,.emo-admin-health{border:1px solid var(--emo-line);min-height:104px;box-shadow:var(--emo-soft-shadow);background:#ffffffd1;border-radius:18px;padding:16px}.emo-admin-assistant{grid-template-columns:58px 1fr auto;align-items:center;gap:12px;display:grid}.emo-admin-assistant strong,.emo-admin-health h3{color:var(--emo-text)}.emo-admin-assistant p{color:var(--emo-muted);margin:5px 0 0;font-size:12px}.emo-admin-health{grid-template-columns:110px repeat(4,minmax(0,1fr));align-items:center;gap:12px;display:grid}.emo-admin-health h3{margin:0;font-size:17px}.emo-admin-health span{color:#5b6472;background:#fffaf3d1;border:1px solid #ff7a001f;border-radius:12px;grid-template-columns:22px 1fr;align-items:center;gap:8px;min-height:62px;padding:12px;font-size:12px;display:grid}.emo-admin-health svg{color:var(--emo-orange)}.emo-admin-health b{color:#14a06f;grid-column:2;font-size:14px}.emo-admin-health i{background:linear-gradient(90deg, var(--emo-orange) 62%, #ff7a0024 62%);border-radius:999px;grid-column:2;width:100%;height:4px}.emo-credit-grant-dialog .el-dialog{border:1px solid #ff7a002e;border-radius:20px;box-shadow:0 24px 80px #54320f2e}.emo-credit-grant-user{background:#fff8edb8;border:1px solid #ff7a0029;border-radius:14px;grid-template-columns:42px 1fr;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:grid}.emo-credit-grant-user strong{color:var(--emo-text);font-size:15px;display:block}.emo-credit-grant-user p{color:var(--emo-muted);margin:3px 0 0;font-size:12px}.emo-side-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.emo-side-head h3,.emo-panel-head h3,.emo-config h3,.emo-record-panel h3,.emo-how h3{color:#111318;margin:0;font-size:19px;font-weight:900}.emo-audit-row{border-bottom:1px solid #ff7a001f;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.emo-drawer-audit{border-top:1px solid #ff7a0021;margin-top:18px;padding-top:16px}.emo-drawer-audit .emo-audit-row{grid-template-columns:36px 1fr auto;padding:10px 0}.emo-audit-row>span{color:#fff;background:linear-gradient(135deg,#14b87a,#31d6aa);border-radius:999px;place-items:center;width:38px;height:38px;display:grid}.emo-audit-row>span.warn{background:linear-gradient(135deg,#ff9b1a,#ff6a00)}.emo-audit-row>span.danger{background:linear-gradient(135deg,#ff604a,#e93428)}.emo-audit-row strong{color:var(--emo-text);display:block}.emo-audit-row p,.emo-audit-row small{color:var(--emo-muted);margin:3px 0 0;font-size:12px}.emo-mascot-card{background:linear-gradient(135deg,#fff5e8e6,#ffffffb8);border:1px solid #ff7a0029;border-radius:16px;align-items:center;gap:14px;margin-top:18px;padding:16px;display:flex}.emo-mascot-card strong,.emo-mascot-card p{margin:0}.emo-mascot-card p{color:var(--emo-muted);margin-top:5px;font-size:13px}.emo-drawer.el-drawer{background:radial-gradient(circle at 30% 8%,#ffab4624,#0000 35%),#fffdf9;border-left:1px solid #ff7a002e;border-radius:24px 0 0;height:calc(100vh - 68px);top:68px;box-shadow:-22px 0 70px #a75b0c21}.emo-drawer.el-drawer .el-drawer__header,.emo-drawer.el-drawer .el-drawer__body,.emo-drawer.el-drawer .el-drawer__footer{background:#fffdf9}.emo-drawer-shell{pointer-events:none;background:0 0!important}.emo-drawer-shell .emo-drawer{pointer-events:auto}.emo-store-layout,.emo-creator-layout,.emo-works-layout{align-items:start;gap:16px;display:grid}.emo-agent-list,.emo-config,.emo-create-box,.emo-record-panel,.emo-work-detail,.emo-how,.emo-library-detail{padding:18px}.emo-agent-list,.emo-config{padding:14px}.emo-agent-overview-grid{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);align-items:start;gap:16px;display:grid}.emo-panel-head{justify-content:space-between;margin-bottom:14px}.emo-agent-columns{color:#6a5b65;grid-template-columns:64px minmax(190px,1fr) 170px 96px 132px;column-gap:18px;padding:0 12px 8px;font-size:12px;font-weight:700;display:grid}.emo-agent-columns span:first-child{justify-self:center}.emo-agent-row{border-bottom:1px solid #ff7a001f;grid-template-columns:82px minmax(190px,1fr) 170px 96px 132px;align-items:center;gap:8px 18px;min-height:84px;padding:10px 14px;display:grid;overflow:visible}.emo-agent-avatar{background:linear-gradient(145deg,#fff5e7,#fff);border:1px solid #ff7a0033;border-radius:18px;justify-self:center;place-items:center;width:74px;height:74px;animation:.45s both emo-image-rise;display:grid;overflow:visible;box-shadow:0 12px 28px #ff7a001f}.emo-agent-avatar img{object-fit:contain;object-position:center center;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:74px;height:74px;transform:var(--emo-mascot-avatar-rest);animation:.42s forwards emoMascotAvatarReveal;display:block}.emo-agent-row.active{background:linear-gradient(135deg,#fff4e7db,#ffffffb8);border:1px solid #ff7a0073;border-radius:16px;box-shadow:0 14px 36px #ff7a001c}.emo-agent-row strong{color:var(--emo-text);font-size:16px;display:block}.emo-agent-row p{color:var(--emo-muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:12px;overflow:hidden}.emo-channel-icons{color:#0f9f6e;flex-wrap:wrap;gap:7px;display:flex}.emo-channel-icons span{background:#e1fcf0cc;border:1px solid #0f9f6e33;border-radius:999px;align-items:center;gap:4px;min-height:24px;padding:3px 7px;font-size:12px;font-weight:750;display:inline-flex}.emo-agent-power{color:#536174;font-size:12px}.emo-agent-row>span:not(.el-tag){color:#536174;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.emo-panel-head--wrap{flex-wrap:wrap;align-items:flex-start;gap:14px;display:flex}.emo-panel-head--wrap small{color:var(--emo-muted);margin-top:4px;font-size:12px;display:block}.emo-inline-tools,.emo-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.emo-row-actions{justify-content:flex-end}.emo-agent-pagination{color:var(--emo-muted);align-items:center;gap:12px;margin-top:18px;font-size:13px;display:flex}.emo-agent-pagination .el-pagination{margin-left:auto}.emo-wave{color:var(--emo-orange);align-items:center;gap:12px;display:flex}.emo-config .el-tabs__header,.emo-config .el-form-item{margin-bottom:12px}.emo-config-channels{flex-wrap:wrap;gap:8px;display:flex}.emo-wave i{background:repeating-linear-gradient(90deg,#ff6a00 0 3px,#0000 3px 9px);flex:1;height:36px;-webkit-mask-image:radial-gradient(#000 58%,#0000 62%);mask-image:radial-gradient(#000 58%,#0000 62%)}.emo-config .emo-wide-btn,.emo-wide-btn,.emo-m-primary{width:100%}.emo-agent-workbench{gap:16px;display:grid}.emo-workbench-hero{grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:30px;padding:18px;display:grid;overflow:visible}.emo-workbench-avatar{background:radial-gradient(circle at 50% 38%,#fff 0 48%,#fff2df 100%);border:1px solid #ff7a0029;border-radius:24px;place-self:center;place-items:center;width:122px;min-width:122px;height:122px;padding:0;display:grid;overflow:visible;box-shadow:0 18px 40px #ff7a001a}.emo-workbench-avatar img{object-fit:contain;object-position:center center;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:122px;height:122px;transform:var(--emo-mascot-avatar-rest);animation:.42s forwards emoMascotAvatarReveal;display:block}.emo-workbench-hero small{color:var(--emo-orange);font-size:12px;font-weight:800}.emo-workbench-hero h2,.emo-workbench-hero p{margin:0}.emo-workbench-hero h2{color:var(--emo-text);margin:4px 0 6px;font-size:26px}.emo-workbench-hero p{color:var(--emo-muted);font-size:13px}.emo-workbench-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.emo-setup-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.emo-setup-steps article{border:1px solid var(--emo-line);min-height:94px;box-shadow:var(--emo-soft-shadow);background:#ffffffd1;border-radius:16px;grid-template-columns:38px 38px minmax(0,1fr);align-items:center;gap:10px;padding:16px;display:grid}.emo-setup-steps span{color:#fff;background:linear-gradient(135deg, var(--emo-orange), var(--emo-orange-2));border-radius:999px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.emo-setup-steps svg,.emo-side-list svg,.emo-settings-grid svg,.emo-learning-grid svg,.emo-funnel svg{color:var(--emo-orange)}.emo-setup-steps strong,.emo-side-list strong,.emo-settings-grid strong,.emo-learning-grid strong,.emo-funnel strong,.emo-channel-grid strong,.emo-skill-grid strong{color:var(--emo-text);display:block}.emo-setup-steps p,.emo-side-list p,.emo-settings-grid p,.emo-learning-grid p,.emo-channel-grid p,.emo-skill-grid p{color:var(--emo-muted);margin:4px 0 0;font-size:12px;line-height:1.45}.emo-agent-edit-form{padding:18px}.emo-agent-edit-form .el-select{width:100%}.emo-agent-create-form{padding:4px 4px 18px}.emo-create-guide{border:1px solid var(--emo-line);background:linear-gradient(135deg,#fff8eefa,#ffffffeb);border-radius:18px;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:flex}.emo-create-guide--plain{grid-template-columns:92px minmax(0,1fr);align-items:center;padding:14px 16px;display:grid;overflow:visible}.emo-agent-create-guide-avatar{box-sizing:border-box;object-fit:contain;object-position:center center;filter:none;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:76px;height:76px;transform:var(--emo-mascot-avatar-rest);background:linear-gradient(145deg,#eaf8ff,#fff);border:1px solid #0ea5e938;border-radius:18px;place-self:center;padding:0;animation:.42s forwards emoMascotAvatarReveal;box-shadow:0 16px 30px #0ea5e91f}.emo-create-guide strong{color:var(--emo-text);font-size:18px;font-weight:900;display:block}.emo-create-guide p{color:var(--emo-muted);margin:6px 0 0;font-size:13px;line-height:1.55}.emo-agent-identity-grid{grid-template-columns:128px minmax(0,1fr);align-items:stretch;gap:14px;margin-bottom:16px;display:grid}.emo-agent-avatar-preview{background:linear-gradient(150deg,#fff2df,#fff);border:1px solid #ff7a003d;border-radius:18px;align-content:center;place-items:center;gap:6px;min-height:170px;padding:12px;display:grid;overflow:visible;box-shadow:0 16px 34px #ff7a001f}.emo-agent-avatar-preview img{object-fit:contain;object-position:center center;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:110px;height:110px;transform:var(--emo-mascot-avatar-rest);animation:.42s forwards emoMascotAvatarReveal}.emo-agent-avatar-preview strong,.emo-agent-avatar-option strong{color:var(--emo-text);font-weight:900}.emo-agent-avatar-preview span,.emo-agent-avatar-option small{color:#58647a;font-size:12px}.emo-agent-avatar-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.emo-agent-avatar-option{cursor:pointer;background:#fffdfa;border:1px solid #eeb87ea3;border-radius:16px;place-items:center;gap:4px;min-height:98px;padding:10px 8px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;overflow:visible}.emo-agent-avatar-option img{object-fit:contain;object-position:center center;filter:none;--emo-mascot-avatar-rest:translate(0, 0) scale(1);width:68px;height:68px;transform:var(--emo-mascot-avatar-rest);animation:.42s forwards emoMascotAvatarReveal}.emo-agent-avatar-option.active{border-color:#ff6a00d6;transform:translateY(-1px);box-shadow:0 12px 26px #ff6a0029}.emo-agent-avatar.theme-amber,.emo-workbench-avatar.theme-amber,.emo-agent-avatar-preview.theme-amber,.emo-agent-avatar-option.theme-amber{background:linear-gradient(145deg,#fff0d8,#fff7ec)}.emo-agent-avatar.theme-ocean,.emo-workbench-avatar.theme-ocean,.emo-agent-avatar-preview.theme-ocean,.emo-agent-avatar-option.theme-ocean{background:linear-gradient(145deg,#eaf8ff,#fff);border-color:#0ea5e93d}.emo-agent-avatar.theme-mint,.emo-workbench-avatar.theme-mint,.emo-agent-avatar-preview.theme-mint,.emo-agent-avatar-option.theme-mint{background:linear-gradient(145deg,#eaffe9,#fff);border-color:#10b9813d}.emo-agent-avatar.theme-violet,.emo-workbench-avatar.theme-violet,.emo-agent-avatar-preview.theme-violet,.emo-agent-avatar-option.theme-violet{background:linear-gradient(145deg,#f2ecff,#fff);border-color:#8b5cf63d}.emo-agent-avatar.theme-graphite,.emo-workbench-avatar.theme-graphite,.emo-agent-avatar-preview.theme-graphite,.emo-agent-avatar-option.theme-graphite{background:linear-gradient(145deg,#eef2f7,#fff);border-color:#3341552e}.emo-agent-avatar.theme-rose,.emo-workbench-avatar.theme-rose,.emo-agent-avatar-preview.theme-rose,.emo-agent-avatar-option.theme-rose{background:linear-gradient(145deg,#fff1f3,#fff);border-color:#f43f5e3d}.emo-agent-create-plans{border:1px solid var(--emo-line);background:#fffdf8db;border-radius:18px;padding:14px}.emo-agent-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0;display:grid}.emo-agent-plan-grid button,.emo-payment-methods button{text-align:left;color:var(--emo-text);cursor:pointer;background:#fffdfa;border:1px solid #eeb87ea3;border-radius:14px;transition:border-color .18s,box-shadow .18s,transform .18s}.emo-agent-plan-grid button{min-height:116px;padding:13px}.emo-agent-plan-grid button.active,.emo-payment-methods button.active{border-color:#ff6a00c7;transform:translateY(-1px);box-shadow:0 14px 28px #ff6a0024}.emo-agent-plan-grid span{color:var(--emo-orange);font-size:12px;font-weight:900;display:block}.emo-agent-plan-grid strong{color:var(--emo-text);margin:8px 0 6px;font-size:17px;font-weight:900;display:block}.emo-agent-plan-grid em{color:var(--emo-muted);font-size:12px;font-style:normal;line-height:1.45;display:block}.emo-agent-create-warning{color:var(--emo-red);margin:10px 0 0;font-size:13px;font-weight:800}.emo-agent-plan-readonly{color:#4b5563;background:#fff8ef;border:1px solid #ff7a002e;border-radius:12px;align-items:center;gap:8px;min-height:38px;padding:8px 10px;display:flex}.emo-agent-plan-readonly strong{color:var(--emo-text)}.emo-agent-plan-readonly span{color:var(--emo-muted);font-size:12px}.emo-agent-payment-box{background:#fff8eead;border:1px solid #eeb87e8f;border-radius:18px;margin-top:14px;padding:14px}.emo-payment-methods{gap:8px;margin-bottom:12px;display:flex}.emo-payment-methods button{padding:9px 13px;font-weight:900}.emo-agent-payment-box article{grid-template-columns:minmax(0,1fr) 88px;align-items:center;gap:12px;display:grid}.emo-agent-payment-box small{color:var(--emo-muted);font-weight:700}.emo-agent-payment-box strong{color:var(--emo-text);margin:4px 0;font-weight:900;display:block}.emo-agent-payment-box p{color:var(--emo-muted);margin:0}.emo-agent-payment-box img{object-fit:contain;background:#fff;border-radius:12px;width:88px;height:88px}.emo-agent-edit-form dl{color:var(--emo-muted);grid-template-columns:72px minmax(0,1fr);gap:8px 12px;margin:0 0 14px;font-size:13px;display:grid}.emo-agent-skill-row{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:16px;display:grid}.emo-channel-config-inline{border-top:1px solid #ff7a001f;margin-top:14px;padding-top:14px}.emo-channel-select-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.emo-channel-select-row button{min-height:78px;color:var(--emo-text);cursor:pointer;background:#fffaf4;border:1px solid #ff7a0024;border-radius:14px;gap:4px;padding:10px;display:grid}.emo-channel-select-row button.active{background:#fff3df;border-color:#ff6a008c;box-shadow:0 10px 26px #ff6a001f}.emo-channel-select-row em,.emo-channel-status-strip span b{color:var(--emo-muted);font-size:11px;font-style:normal}.emo-channel-status-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.emo-channel-status-strip span{color:var(--emo-text);background:#ffffffbd;border:1px solid #ff7a001f;border-radius:12px;gap:3px;padding:9px 10px;font-size:13px;display:grid}.emo-method-tabs{background:#fff2df;border-radius:12px;padding:4px;display:inline-flex}.emo-method-tabs button{color:#85501c;cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:86px;padding:7px 10px;font-weight:800}.emo-method-tabs button.active{color:#fff;background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2))}.emo-channel-manual-form{gap:10px;margin:12px 0;display:grid}.emo-channel-manual-form label{color:var(--emo-muted);gap:5px;font-size:12px;display:grid}.emo-channel-scan-card{text-align:center;min-height:178px;color:var(--emo-muted);background:#fff7ec;border:1px dashed #ff7a0047;border-radius:16px;place-items:center;margin:12px 0;padding:20px;display:grid}.emo-channel-scan-card strong{color:var(--emo-text)}.emo-skill-workbench-panel{padding:18px}.emo-skill-workbench-panel .emo-panel-head h3,.emo-skill-workbench-panel .emo-subpanel-head strong{color:#111827;font-weight:900}.emo-skill-workbench-panel .emo-panel-head small,.emo-skill-workbench-panel .emo-subpanel-head span{color:#374151}.emo-skill-sections{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:14px;display:grid}.emo-skill-subpanel{background:var(--emo-panel-2);border:1px solid #eeb87e85;border-radius:16px;min-width:0;padding:14px}.emo-subpanel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.emo-subpanel-head strong{color:var(--emo-text);display:block}.emo-subpanel-head span,.emo-subpanel-head a{color:var(--emo-muted);font-size:12px}.emo-skill-row-grid,.emo-recommended-skill-grid{gap:10px;display:grid}.emo-installed-skill-card,.emo-recommended-skill-grid article{background:#ffffffe0;border:1px solid #eeb87e75;border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:12px;display:grid;box-shadow:0 8px 22px #b26c1f0d}.emo-installed-skill-card>span{width:38px;height:38px;color:var(--emo-orange);background:#fff3e1;border-radius:12px;place-items:center;display:grid}.emo-installed-skill-card p,.emo-recommended-skill-grid p{color:#425066;margin:3px 0 0;font-size:12px;line-height:1.45}.emo-installed-skill-card strong,.emo-recommended-skill-grid strong{color:#182130;font-size:14px;font-weight:900}.emo-recommended-skill-tabs{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.emo-recommended-skill-tabs button{color:#7c4b16;cursor:pointer;background:#ffffffe0;border:1px solid #eeb87e9e;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.emo-recommended-skill-tabs button.active{color:#fff;background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2));border-color:#0000}.emo-recommended-skill-grid em{color:#a65200;margin-top:5px;font-size:11px;font-style:normal;font-weight:800;display:inline-block}.emo-skill-badge{width:38px;height:38px;color:var(--emo-orange);background:#fff1df;border:1px solid #ff6a0038;border-radius:12px;place-items:center;font-size:12px;font-weight:900;display:grid}.emo-recommended-skill-grid article:nth-child(3n+2) .emo-skill-badge{color:var(--emo-blue);background:var(--emo-blue-soft);border-color:#bfd6ff}.emo-recommended-skill-grid article:nth-child(3n) .emo-skill-badge{color:var(--emo-green);background:var(--emo-green-soft);border-color:#bdebd2}.emo-skill-actions{justify-content:flex-end;gap:6px;display:flex}.emo-skill-actions .el-button{color:var(--emo-orange);background:#fffaf4;border-color:#eeb87e9e}.emo-profile-card,.emo-assistant-note{background:#fffaf3;border:1px solid #ff7a0024;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.emo-assistant-note{grid-template-columns:64px minmax(0,1fr)}.emo-profile-card strong,.emo-assistant-note strong{color:var(--emo-text)}.emo-profile-card p,.emo-assistant-note p{color:var(--emo-muted);margin:4px 0 0;font-size:13px;line-height:1.5}.emo-profile-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0;display:grid}.emo-profile-grid article{background:#ffffffd1;border:1px solid #ff7a001f;border-radius:14px;gap:4px;padding:12px;display:grid}.emo-profile-grid small{color:var(--emo-muted);font-size:12px}.emo-profile-grid strong{color:var(--emo-text)}.emo-profile-form{margin-top:14px}.emo-profile-industry,.emo-invite-code-section,.emo-profile-subpanel{background:#ffffffd1;border:1px solid #ff7a0021;border-radius:16px;margin-top:14px;padding:14px}.emo-profile-industry{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;display:grid}.emo-profile-industry span,.emo-invite-code-section small{color:var(--emo-muted);font-size:12px}.emo-profile-industry span{align-items:center;gap:6px;display:inline-flex}.emo-profile-industry strong,.emo-invite-code-section strong{color:var(--emo-text)}.emo-invite-code-section{background:linear-gradient(135deg,#fff7ec,#fff);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.emo-invite-code-section strong{letter-spacing:2px;margin:3px 0;font-size:22px;display:block}.emo-invite-code-section p{color:var(--emo-muted);margin:0;font-size:12px}.emo-profile-subpanel{gap:10px;display:grid}.emo-profile-subpanel article{background:#fffaf4;border:1px solid #ff7a001a;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.emo-profile-subpanel strong{color:var(--emo-text)}.emo-profile-subpanel p{color:var(--emo-muted);margin:3px 0 0;font-size:12px}.emo-assistant-messages{background:linear-gradient(#fffaf2,#fff);border:1px solid #ff7a001f;border-radius:16px;align-content:start;gap:10px;min-height:320px;margin:14px 0;padding:12px;display:grid}.emo-assistant-messages article{display:flex}.emo-assistant-messages span{color:#374151;background:#fff3e1;border-radius:14px;max-width:84%;padding:9px 12px;font-size:13px;line-height:1.55}.emo-assistant-messages .is-user{justify-content:flex-end}.emo-assistant-messages .is-user span{color:#064e3b;background:#dcfce7}.emo-assistant-input{grid-template-columns:minmax(0,1fr) 76px;gap:8px;display:grid}.emo-agent-skills,.emo-agent-channels,.emo-console-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.42fr);align-items:start;gap:16px;display:grid}.emo-skill-grid,.emo-channel-grid,.emo-learning-grid,.emo-settings-grid{gap:12px;display:grid}.emo-skill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.emo-skill-grid article,.emo-channel-grid article,.emo-learning-grid article,.emo-settings-grid article{background:#fffaf4;border:1px solid #ff7a0021;border-radius:16px;min-width:0;padding:16px}.emo-skill-grid article{align-content:start;gap:9px;min-height:190px;display:grid}.emo-skill-grid p{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:52px;display:-webkit-box;overflow:hidden}.emo-skill-grid article>span,.emo-settings-grid article>span{width:52px;height:52px;color:var(--emo-orange);box-shadow:var(--emo-soft-shadow);background:#fff;border-radius:16px;place-items:center;display:grid}.emo-skill-grid article .el-button span{align-items:center;gap:5px;display:inline-flex}.emo-channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.emo-channel-grid article{cursor:pointer;min-height:168px;transition:transform .18s,border-color .18s,box-shadow .18s}.emo-channel-grid article.active,.emo-channel-grid article:hover{border-color:#ff6a0080;transform:translateY(-2px);box-shadow:0 16px 36px #ff6a001f}.emo-channel-config,.emo-channel-board{padding:18px}.emo-qr-card{text-align:center;background:#fff7ec;border:1px dashed #ff7a0047;border-radius:16px;place-items:center;min-height:190px;margin-bottom:14px;display:grid}.emo-qr-card p{max-width:290px;color:var(--emo-muted);margin:6px 0 0;font-size:12px;line-height:1.5}.emo-stat-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.emo-side-list{gap:12px;padding:18px;display:grid}.emo-side-list h3{color:var(--emo-text);margin:0}.emo-side-list article{background:#fffaf4;border:1px solid #ff7a0021;border-radius:14px;grid-template-columns:30px minmax(0,1fr);gap:10px;padding:13px;display:grid}.emo-table-sub{color:var(--emo-muted);margin:3px 0 0;font-size:12px;line-height:1.35}.emo-screen--credits .emo-page-title{margin-bottom:10px}.emo-payment-panel--inline{background:#fffaf4;border:1px solid #ff7a0021;border-radius:14px;min-width:0;padding:10px}.emo-package-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.emo-package-grid--dense article{background:#fff;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-content:start;align-items:center;gap:3px;min-height:108px;padding:9px}.emo-package-grid--dense article.active{transform:none;box-shadow:0 10px 24px #ff6a001f}.emo-package-grid--dense em{grid-column:1/-1;padding:1px 7px;font-size:10px}.emo-package-grid--dense strong{grid-column:1;font-size:14px}.emo-package-grid--dense p{grid-column:1}.emo-package-grid--dense b{grid-area:2/2/span 2;align-self:center;font-size:18px}.emo-package-grid--dense .el-button{grid-column:1/-1;min-height:28px;padding:4px 10px}.emo-recharge-section{grid-template-columns:minmax(0,1fr) minmax(300px,.36fr);align-items:stretch;gap:16px;margin-bottom:16px;display:grid}.emo-payment-summary small{color:var(--emo-muted);font-size:12px}.emo-payment-summary strong{color:var(--emo-text);margin:3px 0;font-size:20px;display:block}.emo-payment-summary p{color:var(--emo-muted);margin:0;font-size:12px;line-height:1.45}.emo-wallet-brief,.emo-package-panel,.emo-payment-panel{padding:14px}.emo-package-panel--compact{margin-bottom:12px;padding:14px}.emo-wallet-brief{align-content:center;gap:8px;display:grid}.emo-wallet-brief strong,.emo-package-grid strong{color:var(--emo-text)}.emo-wallet-brief p{color:var(--emo-muted);margin:0;font-size:13px;line-height:1.5}.emo-wallet-brief span{color:#8a3a00;font-size:13px;font-weight:800}.emo-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.emo-package-grid article{cursor:pointer;background:#fffaf4;border:1px solid #ff7a0024;border-radius:16px;gap:4px;min-height:128px;padding:12px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.emo-package-grid article.active{background:linear-gradient(#fff3df,#fff);border-color:#ff6a0085;transform:translateY(-2px);box-shadow:0 18px 42px #ff6a0024}.emo-package-grid em{color:#8a3a00;background:#fff0d8;border-radius:999px;width:fit-content;padding:2px 8px;font-size:11px;font-style:normal}.emo-package-grid p{color:var(--emo-muted);margin:0;font-size:12px;line-height:1.5}.emo-package-grid b{color:var(--emo-orange);font-size:22px}.emo-payment-panel{align-content:start;gap:6px;display:grid}.emo-payment-panel .emo-panel-head{margin-bottom:0}.emo-payment-panel .emo-panel-head h3{font-size:16px}.emo-payment-summary{background:linear-gradient(135deg,#fff7ec,#fff);border:1px solid #ff7a0024;border-radius:14px;padding:8px 10px}.emo-payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.emo-payment-panel button:not(.el-button){min-height:34px;color:var(--emo-text);cursor:pointer;background:#fff;border:1px solid #ff7a0024;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-weight:800;display:inline-flex}.emo-payment-panel .el-button{min-height:34px}.emo-payment-panel button.active{color:#8a3a00;background:#fff3df;border-color:#ff6a006b}.emo-package-grid.emo-package-grid--dense{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.emo-package-grid.emo-package-grid--dense article{background:#fff;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr) auto;align-content:center;align-items:center;gap:2px 8px;min-height:62px;padding:8px}.emo-package-grid.emo-package-grid--dense article.active{transform:none;box-shadow:0 10px 24px #ff6a001f}.emo-package-grid.emo-package-grid--dense em{grid-area:1/1/span 2;padding:1px 7px;font-size:10px}.emo-package-grid.emo-package-grid--dense strong{white-space:nowrap;grid-column:2;font-size:14px}.emo-package-grid.emo-package-grid--dense p{white-space:nowrap;grid-column:2}.emo-package-grid.emo-package-grid--dense b{grid-area:1/3;align-self:end;font-size:17px}.emo-package-grid.emo-package-grid--dense .el-button{grid-area:2/3;min-height:24px;padding:3px 9px}.emo-payment-panel.emo-payment-panel--inline{padding:10px}.emo-payment-order--compact{background:linear-gradient(135deg,#fffaf4,#fff);border:1px dashed #ff7a0047;border-radius:14px;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:12px;margin-top:10px;padding:12px;display:grid}.emo-payment-order--compact small,.emo-payment-order--compact p{color:#4b5563;font-weight:700}.emo-payment-order--compact strong{color:var(--emo-text);font-size:17px}.emo-payment-order--compact img,.emo-payment-qr-placeholder{aspect-ratio:1;border-radius:12px;grid-area:1/2/span 3;width:150px}.emo-payment-order--compact img{object-fit:contain;background:#fff;box-shadow:inset 0 0 0 1px #ff7a0029}.emo-payment-qr-placeholder{color:var(--emo-orange);text-align:center;background:repeating-linear-gradient(45deg,#fff7ed 0 8px,#fff 8px 16px);align-content:center;place-items:center;gap:6px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #ff7a002e}.emo-payment-qr-placeholder b{color:var(--emo-text);font-size:13px}.emo-payment-qr-placeholder span{color:#6b7280;font-size:11px;line-height:1.35}.emo-payment-qr-placeholder--mini{border-radius:10px;grid-area:auto;width:74px;padding:8px;font-size:12px}.emo-learning-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.emo-learning-grid article{align-content:start;gap:14px;min-height:250px;display:grid}.emo-analytics-panel{padding:18px}.emo-funnel{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.emo-funnel article{text-align:center;background:linear-gradient(#fffaf4,#fff);border:1px solid #ff7a0021;border-radius:16px;place-items:center;min-height:136px;padding:16px;display:grid}.emo-funnel p{color:var(--emo-orange);margin:0;font-size:22px;font-weight:850}.emo-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.emo-settings-grid article{grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:150px;display:grid}.emo-warning-line{color:#8a5b00;background:#fff7df;border:1px solid #f59e0b3d;border-radius:12px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;font-size:13px;display:flex}.emo-api-card{padding:18px}.emo-creation-main-grid{grid-template-columns:minmax(0,1fr) clamp(340px,28vw,420px);align-items:start;gap:18px;display:grid}.emo-creation-workspace,.emo-task-side,.emo-creation-params{padding:18px}.emo-creation-control-row{grid-template-columns:minmax(150px,210px) minmax(150px,210px) minmax(150px,1fr);align-items:end;gap:12px;margin-bottom:14px;display:grid}.emo-creation-control-row label,.emo-param-cards label{min-width:0;color:var(--emo-muted);gap:6px;font-size:12px;font-weight:700;display:grid}.emo-prompt-card{background:#fffaf4;border:1px solid #ff7a0024;border-radius:16px;padding:16px}.emo-prompt-head,.emo-prompt-footer,.emo-reference-strip{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.emo-prompt-head strong{color:var(--emo-text);display:block}.emo-prompt-head span,.emo-prompt-footer span,.emo-reference-strip span{color:var(--emo-muted);font-size:12px}.emo-prompt-head button,.emo-reference-strip button{color:#8a3a00;cursor:pointer;background:#fff;border:1px solid #ff7a0029;border-radius:10px}.emo-reference-strip{background:#fff;border:1px dashed #ff7a0038;border-radius:12px;justify-content:flex-start;margin:12px 0;padding:10px}.emo-reference-strip button{align-items:center;gap:6px;padding:7px 10px;display:inline-flex}.emo-creation-resource-picker{grid-template-columns:minmax(160px,.65fr) repeat(4,minmax(110px,1fr));align-items:stretch;gap:10px;margin:12px 0;display:grid}.emo-creation-resource-picker>div,.emo-creation-resource-picker button{background:#fff;border:1px solid #ff7a0033;border-radius:12px;min-height:72px;padding:10px}.emo-creation-resource-picker>div{align-content:center;gap:4px;display:grid}.emo-creation-resource-picker strong{color:var(--emo-text)}.emo-creation-resource-picker span{min-width:0;color:var(--emo-muted);font-size:12px}.emo-creation-resource-picker button{color:var(--emo-text);cursor:pointer;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;display:grid}.emo-creation-resource-picker button.active{background:#fff3df;border-color:#ff6a0094}.emo-creation-resource-picker img{object-fit:cover;border-radius:8px;width:38px;height:38px}.emo-creation-resource-picker em{color:#8a3a00;grid-column:2;font-size:11px;font-style:normal}.emo-creation-params{box-shadow:none;margin-top:14px}.emo-param-cards label.wide{grid-column:span 2}.emo-task-side{min-height:420px}.emo-task-grid{gap:10px;display:grid}.emo-task-grid article{background:#fff;border:1px solid #ff7a0021;border-radius:14px;gap:7px;padding:12px;display:grid}.emo-task-grid strong{color:var(--emo-text)}.emo-task-grid p,.emo-task-grid span,.emo-empty-task p{color:var(--emo-muted);margin:0;font-size:12px;line-height:1.5}.emo-empty-task{text-align:center;background:linear-gradient(#fffaf4,#fff);border:1px dashed #ff7a0038;border-radius:16px;align-content:center;place-items:center;gap:10px;min-height:326px;display:grid}.emo-empty-task strong{color:var(--emo-text)}.emo-store-layout{grid-template-columns:minmax(760px,1fr) clamp(376px,24vw,420px);gap:clamp(24px,2.2vw,38px)}.emo-store-main{gap:16px;min-width:0;display:grid}.emo-store-top{grid-template-columns:minmax(0,1fr) clamp(228px,18vw,284px);align-items:stretch;gap:clamp(16px,1.6vw,26px);display:grid}.emo-create-box{min-width:0;min-height:284px}.emo-create-box .el-tabs__header{margin-bottom:10px}.emo-create-box .el-textarea__inner{min-height:88px!important}.emo-prompt-actions{gap:8px;margin:10px 0;display:flex}.emo-param-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:10px 0 0;display:grid}.emo-param-cards label{color:#536174;background:#fffaf3;border:1px solid #ff7a0021;border-radius:14px;gap:6px;min-height:54px;padding:8px 10px;font-size:12px;display:grid}.emo-store-mascot{border:1px solid var(--emo-line);background:radial-gradient(circle at 50% 56%,#ff9a2c33,#0000 32%),linear-gradient(#fffaf3,#fff);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:284px;display:flex}.emo-store-mascot .emo-generate{width:214px}.emo-store-mascot .jb-mascot__bubble{top:-8px;left:50%;right:auto;transform:translate(-50%)}.emo-thumb-strip,.emo-mini-gallery{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px;display:grid}.emo-thumb-strip img,.emo-mini-gallery img,.emo-thumb-strip button,.emo-mini-gallery button{object-fit:cover;border:0;border-radius:10px;width:100%;height:48px}.emo-thumb-strip button,.emo-mini-gallery button{color:#8a5b2b;background:#fff4e7}.emo-wave{min-height:58px}.emo-record-panel{padding:14px}.emo-record-title{align-items:center;gap:10px;display:flex}.emo-record-title img{object-fit:cover;border-radius:7px;width:56px;height:34px;box-shadow:0 4px 12px #a75e161a}.emo-works-toolbar{border:1px solid var(--emo-line);box-shadow:var(--emo-soft-shadow);background:#ffffffb8;border-radius:16px;padding:14px}.emo-works-batch{border:1px solid var(--emo-line);background:#ffffffd1;border-radius:14px;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;display:flex}.emo-works-batch .el-button span{align-items:center;gap:6px;display:inline-flex}.emo-works-layout{grid-template-columns:minmax(0,1fr) 400px;margin-top:16px}.emo-work-main{min-width:0}.emo-work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.emo-work-masonry{column-count:3;column-gap:16px}.emo-work-card{break-inside:avoid;border:1px solid var(--emo-line);width:100%;min-height:258px;box-shadow:var(--emo-soft-shadow);background:#ffffffdb;border-radius:18px;margin:0 0 16px;padding:12px;display:inline-block;position:relative}.emo-work-card.active{border-color:#ff6a008c;box-shadow:0 16px 38px #ff6a0024}.emo-work-card>img,.emo-work-detail>img,.emo-library-card>img,.emo-library-detail>img{object-fit:cover;border-radius:14px;width:100%}.emo-work-card>img{aspect-ratio:4/3;height:auto;max-height:260px}.emo-work-card:nth-child(3n+1)>img{aspect-ratio:3/4}.emo-work-card:nth-child(4n+2)>img{aspect-ratio:16/10}.emo-work-card .el-tag{margin:12px 0 8px}.emo-work-card h3,.emo-library-card h3{color:var(--emo-text);margin:0 0 8px;font-size:17px}.emo-work-card p,.emo-work-card small,.emo-library-card p,.emo-work-detail dl{color:var(--emo-muted);font-size:13px}.emo-work-card p{align-items:center;gap:6px;display:flex}.emo-work-card p span{margin-left:auto}.emo-document-art{height:118px;color:var(--emo-orange);background:linear-gradient(145deg,#fff5e8,#fff);border-radius:14px;place-items:center;display:grid}.emo-work-wave{height:118px;color:var(--emo-orange);background:linear-gradient(145deg,#fff5e8,#fff);border-radius:14px;grid-template-columns:42px minmax(0,1fr) 48px;align-items:center;gap:12px;padding:18px;display:grid}.emo-work-wave>svg{color:#fff;background:var(--emo-orange);border-radius:999px;width:42px;height:42px;padding:10px;box-shadow:0 12px 26px #ff6a002e}.emo-work-wave i{background:repeating-linear-gradient(90deg,#ff6a00 0 3px,#0000 3px 9px);height:58px;-webkit-mask-image:radial-gradient(#000 58%,#0000 62%);mask-image:radial-gradient(#000 58%,#0000 62%)}.emo-work-wave span{color:#445066;font-size:12px}.emo-work-pagination{color:var(--emo-muted);border:1px solid var(--emo-line);background:#ffffffd1;border-radius:14px;align-items:center;gap:12px;margin-top:12px;padding:10px 12px;display:flex}.emo-work-pagination .el-pagination{margin-left:auto}.emo-works-library-layout{grid-template-columns:repeat(auto-fill,minmax(280px,360px));align-items:start;gap:16px;margin-top:16px;display:grid}.emo-work-library-card{gap:10px;min-height:430px;display:grid}.emo-work-library-card>img{aspect-ratio:16/10;object-fit:cover;border-radius:14px;width:100%}.emo-work-library-card h3{color:var(--emo-text);margin:0;font-size:17px}.emo-work-library-card p,.emo-work-library-card small{color:var(--emo-muted);font-size:13px}.emo-work-library-card small{align-items:center;gap:8px;display:flex}.emo-work-library-card small em{color:var(--emo-green);margin-left:auto;font-style:normal;font-weight:800}.emo-library-empty-state{grid-column:1/-1;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:220px;padding:22px;display:grid}.emo-library-empty-state strong{color:var(--emo-text);font-size:20px;font-weight:900;display:block}.emo-library-empty-state p{color:var(--emo-muted);margin:6px 0 0;font-weight:700}.emo-work-detail{min-height:620px}.emo-work-detail>img{height:188px}.emo-work-detail dl{grid-template-columns:82px 1fr;gap:8px 10px;margin:14px 0;line-height:1.35;display:grid}.emo-work-detail dt{color:#536174}.emo-work-detail dd{color:#1f2937;margin:0}.emo-work-detail-actions{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.emo-screen--creator{position:relative}.emo-screen--creator .emo-title-with-mascot{min-height:78px;margin-right:0}.emo-creator-actions{align-items:center;gap:12px;margin:0 0 14px;display:flex}.emo-creator-actions .el-button{min-width:118px}.emo-creator-actions .el-button span{align-items:center;gap:6px;display:inline-flex}.emo-creator-flow{border:1px solid var(--emo-line);background:linear-gradient(90deg,#fff0db,#fffaf2);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:14px;padding:16px 24px;display:grid}.emo-creator-flow article{grid-template-columns:42px 52px 1fr;align-items:center;gap:10px;min-width:0;display:grid;position:relative}.emo-creator-flow article:not(:last-child):after{content:none}.emo-creator-flow span{width:40px;height:40px;color:var(--emo-text);box-shadow:var(--emo-soft-shadow);background:#fff;border-radius:999px;place-items:center;font-size:19px;font-weight:800;display:grid}.emo-creator-flow strong{color:var(--emo-text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;display:block;overflow:hidden}.emo-creator-flow p{color:var(--emo-muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:12px;overflow:hidden}.emo-creator-flow article>div{min-width:0;max-width:100%;overflow:hidden}.emo-creator-flow svg{color:var(--emo-orange)}.emo-creator-layout{grid-template-columns:198px minmax(0,1fr) minmax(360px,444px);align-items:start;gap:16px}.emo-how{min-height:548px}.emo-how article{background:#fffcf7c7;border:1px solid #ff7a001f;border-radius:14px;gap:12px;padding:12px;display:flex}.emo-how article+article{margin-top:10px}.emo-how svg{color:var(--emo-orange)}.emo-how strong{color:var(--emo-text);font-weight:800}.emo-how p{color:var(--emo-muted);margin:4px 0 0;font-size:12px}.emo-how .jb-mascot{justify-content:flex-start;width:170px;min-width:170px;margin-left:10px}.emo-how .jb-mascot__image{width:86px}.emo-how .jb-mascot__bubble{border-radius:999px;top:-8px;left:8px;right:auto}.emo-use-scenes{background:#fffaf4;border:1px solid #ff7a001f;border-radius:14px;gap:8px;margin:12px 0 8px;padding:12px;display:grid}.emo-use-scenes strong{color:var(--emo-text);font-size:13px}.emo-use-scenes span{color:#536174;align-items:center;gap:8px;font-size:12px;display:flex}.emo-library-workspace{gap:16px;min-width:0;display:grid}.emo-creator-tools{border:1px solid var(--emo-line);box-shadow:var(--emo-soft-shadow);background:#ffffffd1;border-radius:16px;grid-template-columns:250px minmax(0,1fr) 72px 72px;align-items:center;gap:10px;padding:12px;display:grid}.emo-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.emo-library-card{border:1px solid var(--emo-line);min-height:188px;box-shadow:var(--emo-soft-shadow);background:#ffffffdb;border-radius:16px;grid-template-columns:170px 1fr;gap:12px;padding:12px;display:grid}.emo-library-card>img{height:132px}.emo-library-info{min-width:0}.emo-library-info h3{color:var(--emo-text);margin:8px 0;font-size:17px}.emo-library-info p{color:var(--emo-muted);margin:0 0 28px;font-size:13px}.emo-library-info small{color:var(--emo-muted);align-items:center;gap:7px;font-size:12px;display:flex}.emo-library-info em{color:#0f9f6e;background:#eaf9f0;border-radius:999px;margin-left:auto;padding:3px 8px;font-style:normal}.emo-card-actions{grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.emo-asset-journey{border:1px solid var(--emo-line);background:linear-gradient(90deg,#fff2df,#fffaf5);border-radius:16px;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);align-items:center;gap:10px;padding:14px 18px;display:grid}.emo-asset-journey article{color:var(--emo-text);justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.emo-asset-journey svg{color:var(--emo-orange)}.emo-library-drawer{grid-template-columns:74px minmax(0,1fr);width:auto;min-height:0;padding:0;display:grid;position:static;overflow:hidden}.emo-detail-tabs{border-right:1px solid var(--emo-line);background:#fffaf2e0;align-content:start;gap:12px;padding:18px 10px;display:grid}.emo-detail-tabs button{color:#5d6677;cursor:pointer;background:0 0;border:0;border-radius:14px;place-items:center;gap:5px;min-height:68px;display:grid}.emo-detail-tabs button.active,.emo-detail-tabs button:hover{color:var(--emo-orange);box-shadow:var(--emo-soft-shadow);background:#fff}.emo-detail-tabs span{font-size:12px;font-weight:700}.emo-detail-content{min-width:0;padding:20px}.emo-detail-content>.el-tag{margin:2px 0 10px}.emo-detail-content h2{color:var(--emo-text);margin:0 0 10px;font-size:22px}.emo-detail-content p{color:var(--emo-muted);align-items:center;gap:8px;margin:0 0 16px;display:flex}.emo-detail-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.emo-detail-gallery img{object-fit:cover;width:100%;height:112px;box-shadow:var(--emo-soft-shadow);border-radius:12px}.emo-detail-gallery img:first-child{grid-column:span 2}.emo-detail-content h4{color:var(--emo-text);margin:0 0 10px;font-size:15px}.emo-scene-row{background:#fffaf4;border:1px solid #ff7a0021;border-radius:14px;gap:10px;padding:11px 12px;display:flex}.emo-scene-row+.emo-scene-row{margin-top:8px}.emo-scene-row svg{color:var(--emo-orange)}.emo-scene-row strong,.emo-scene-row span{display:block}.emo-scene-row strong{color:var(--emo-text);font-size:13px}.emo-scene-row span{color:var(--emo-muted);margin-top:3px;font-size:12px}.emo-detail-content .emo-wide-btn{margin:16px 0 10px}.emo-detail-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.emo-pc--landing{background:#fff6ea}.emo-pc--landing .emo-topbar{z-index:60;height:50px;box-shadow:none;background:#060d17f5;border-bottom:1px solid #ffffff12;grid-template-columns:182px minmax(0,1fr) 252px;position:sticky;top:0}.emo-pc--landing .emo-brand,.emo-pc--landing .emo-user,.emo-pc--landing .emo-nav button,.emo-pc--landing .emo-brand small{color:#f8fafc}.emo-pc--landing .emo-brand-logo{width:42px;height:42px}.emo-pc--landing .emo-brand b{font-size:16px}.emo-pc--landing .emo-nav{gap:clamp(18px,3vw,52px)}.emo-pc--landing .emo-nav button{color:#ffffffc7;height:50px;font-size:13px}.emo-pc--landing .emo-nav button:hover{color:#fff}.emo-pc--landing .emo-nav button:after{bottom:12px}.emo-actions--public .el-button{min-width:116px}.emo-language{color:#f8fafc;border-radius:8px;align-items:center;gap:8px;height:34px;padding:0 14px;display:inline-flex;background:#ffffff0a!important;border:1px solid #ffffff38!important}.emo-pc--landing .emo-main{width:100%;max-width:none;padding:0}.emo-screen--landing{background:linear-gradient(#fff6ea 0%,#fffaf4 48%,#fff6e8 100%);min-height:auto;overflow:hidden}.emo-screen--landing [id^=landing-]{scroll-margin-top:80px}.emo-landing-hero{color:#fff;background:linear-gradient(90deg,#060d17fa,#08121ff2),repeating-linear-gradient(135deg,#ffffff09 0 1px,#0000 1px 24px);grid-template-columns:minmax(286px,.74fr) minmax(420px,1.26fr);align-items:center;gap:clamp(28px,4vw,58px);min-height:350px;padding:28px clamp(28px,4.8vw,60px) 22px;display:grid;position:relative}.emo-landing-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 54%,#ff8b1314 54% 100%),repeating-linear-gradient(0deg,#0000 0 48px,#ffffff09 49px),repeating-linear-gradient(90deg,#0000 0 48px,#ffffff07 49px);position:absolute;inset:0}.emo-landing-hero>*{z-index:1;position:relative}.emo-hero-copy h1{margin:0 0 10px;font-size:clamp(38px,4.6vw,62px);font-weight:900;line-height:1.08}.emo-hero-lead{color:#ffffffe0;margin:0 0 10px;font-size:16px;font-weight:650}.emo-hero-desc{color:#e2e8f0b3;max-width:480px;margin:0 0 18px;font-size:13px;line-height:1.72}.emo-hero-buttons{align-items:center;gap:16px;display:flex}.emo-hero-buttons .el-button{border-radius:8px;min-width:126px;height:40px;font-weight:800}.emo-hero-buttons .el-button--default{color:#f8fafc;background:#ffffff0f;border-color:#ffffff42}.emo-hero-buttons .el-button span{align-items:center;gap:8px;display:inline-flex}.emo-hero-badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.emo-hero-badges article{background:#ffffff0e;border:1px solid #ff9c3238;border-radius:8px;grid-template-columns:34px 1fr;align-items:center;gap:2px 10px;min-height:54px;padding:8px 10px;display:grid}.emo-hero-badges span{color:#fff;background:linear-gradient(135deg,#ff7a00,#ffc166);border-radius:50%;grid-row:1/3;place-items:center;width:34px;height:34px;display:grid}.emo-hero-badges strong{color:#fff;font-size:13px}.emo-hero-badges small{color:#ffffff94;font-size:11px}.emo-landing-product-map{grid-template-rows:1fr auto;grid-template-columns:136px minmax(160px,1fr) 156px;align-items:center;gap:10px 18px;min-height:282px;display:grid;position:relative}.emo-map-panel,.emo-map-bottom{background:#08111cd6;border:1px solid #ff9e2e6b;border-radius:8px;box-shadow:0 20px 50px #00000047}.emo-map-panel{gap:6px;padding:9px;display:grid}.emo-map-panel strong,.emo-map-bottom strong{color:#fff;font-size:12px}.emo-map-panel span{color:#ffffffc7;background:#ffffff0b;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;height:28px;padding:0 8px;font-size:11px;display:flex}.emo-map-panel svg,.emo-map-bottom svg{color:#ffad3d}.emo-map-core{text-align:center;place-items:center;min-height:230px;display:grid;position:relative}.emo-map-core:before,.emo-map-core:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.emo-map-core:before{aspect-ratio:1;background:radial-gradient(circle,#ff800033,#0000 65%);border:1px solid #ff9d2c80;width:min(82%,360px)}.emo-map-core:after{aspect-ratio:1;border:1px dashed #ffbb5c6b;width:min(50%,220px)}.emo-map-core img{z-index:1;filter:drop-shadow(0 30px 34px #ff7a0042);width:min(58%,168px);min-width:132px;position:relative}.emo-map-core span{z-index:2;color:#fff;background:#ffffff0f;border:1px solid #ffffff3d;border-radius:8px;padding:6px 18px;font-size:16px;font-weight:800;position:absolute;top:4px}.emo-map-bottom{grid-template-columns:30px 1fr;align-items:center;gap:0 10px;min-height:44px;padding:7px 10px;display:grid}.emo-map-bottom small{color:#ffffff94;grid-column:2;font-size:11px}.emo-map-bottom svg{width:18px;height:18px}.emo-map-bottom--store{grid-column:2;justify-self:start;width:190px}.emo-map-bottom--cli{grid-column:3;justify-self:stretch}.emo-landing-section,.emo-landing-connect,.emo-landing-cta,.emo-landing-footer{width:min(100% - 48px,1460px);margin-inline:auto}.emo-landing-section{background:#fffdf8e0;border-top:1px solid #ecb26080;padding:16px 20px 18px}.emo-landing-section+.emo-landing-section,.emo-landing-connect+.emo-landing-section,.emo-landing-section+.emo-landing-connect{margin-top:6px}.emo-section-head{grid-template-columns:auto 1fr auto;align-items:start;gap:18px;margin-bottom:12px;display:grid}.emo-section-head>span{color:#ff8b22;font-size:26px;font-weight:900;line-height:1}.emo-section-head h2{color:#1c2634;margin:0;font-size:23px;font-weight:900;line-height:1.18}.emo-section-head p{color:#65748a;margin:8px 0 0;font-size:12px}.emo-section-head--compact{grid-template-columns:auto 1fr}.emo-section-mascot{align-items:center;gap:12px;display:inline-flex}.emo-section-mascot img{object-fit:contain;width:70px;height:58px}.emo-section-mascot b{color:#3c4656;background:#fff;border:1px solid #ff7a0033;border-radius:8px;padding:8px 12px;box-shadow:0 12px 28px #aa681814}.emo-insight-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.emo-insight-grid article,.emo-flow-track article,.emo-role-grid article,.emo-expansion-grid article,.emo-scenario-grid article,.emo-store-entry article,.emo-chat-example,.emo-store-flow{background:#fff;border:1px solid #f2bc7494;border-radius:8px;min-width:0;box-shadow:0 12px 30px #bb76280f}.emo-insight-grid article{grid-template-columns:1fr 132px;gap:12px;min-height:148px;padding:14px;display:grid}.emo-card-title{color:#1c2634;grid-column:1/-1;align-items:center;gap:10px;display:flex}.emo-card-title svg{color:#ff8b22}.emo-card-title strong{font-size:16px;font-weight:900}.emo-insight-grid ul{color:#66758a;margin:0;padding-left:18px;font-size:12px;line-height:1.7}.emo-card-preview{background:linear-gradient(#fff,#fff7ed);border:1px solid #e6a25233;border-radius:8px;align-content:center;gap:8px;min-height:96px;padding:8px;display:grid}.emo-card-preview img{object-fit:cover;border-radius:6px;width:100%;height:66px}.emo-card-preview span{color:#475569;background:#f4f7fb;border-radius:999px;align-items:center;min-height:20px;padding:0 9px;font-size:11px;display:inline-flex}.emo-card-preview.is-dashboard span:first-child{color:#155e75;background:#e8f8fd}.emo-card-preview.is-dashboard span:nth-child(2){color:#9a5a00;background:#fff2d8}.emo-card-preview.is-list span{border-radius:6px;justify-content:space-between}.emo-flow-track{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.emo-flow-track article{gap:8px;min-height:106px;padding:12px;display:grid;position:relative}.emo-flow-track article:not(:last-child):after{content:"";border-top:2px solid #ffc27b;border-right:2px solid #ffc27b;width:12px;height:12px;position:absolute;top:50%;right:-16px;transform:translateY(-50%)rotate(45deg)}.emo-flow-track b{color:#fff;background:#ff7a00;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.emo-flow-track svg,.emo-role-grid svg,.emo-expansion-grid svg{color:#ff8b22}.emo-flow-track strong,.emo-role-grid strong,.emo-expansion-grid strong{color:#1f2937;font-weight:900}.emo-flow-track p,.emo-role-grid p,.emo-expansion-grid p{color:#69778a;margin:0;font-size:12px;line-height:1.5}.emo-landing-connect{color:#fff;background:linear-gradient(135deg,#06101dfa,#0d1f31fa),repeating-linear-gradient(90deg,#0000 0 64px,#ffffff0a 65px);margin-top:6px;padding:18px 28px}.emo-section-head--dark h2,.emo-section-head--dark p{color:#fff}.emo-connect-map{grid-template-columns:minmax(180px,1fr) minmax(230px,.9fr) minmax(180px,1fr);align-items:center;gap:12px 34px;display:grid}.emo-connect-map article{background:#ffffff0f;border:1px solid #ffa13547;border-radius:8px;grid-template-columns:34px 1fr;gap:4px 12px;min-height:66px;padding:12px;display:grid}.emo-connect-map article:nth-of-type(2){grid-row:2}.emo-connect-map article:nth-of-type(3){grid-area:1/3}.emo-connect-map article:nth-of-type(4){grid-area:2/3}.emo-connect-map article svg{color:#ffad3d;grid-row:1/3}.emo-connect-map article strong{color:#fff}.emo-connect-map article p{color:#ffffff94;margin:0;font-size:11px}.emo-connect-core{text-align:center;background:radial-gradient(circle,#ff851738,#0000 70%);border:1px solid #ffac408c;border-radius:50%;grid-area:1/2/3;align-content:center;place-items:center;min-height:190px;display:grid}.emo-connect-core img{filter:drop-shadow(0 24px 28px #ff7a0040);width:118px}.emo-connect-core strong{margin-top:8px;font-size:20px;display:block}.emo-connect-core span{color:#ffffff9e}.emo-role-grid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.emo-role-grid article{gap:7px;min-height:112px;padding:12px;display:grid}.emo-store-explainer-grid{grid-template-columns:220px minmax(0,1fr) 330px;gap:16px;display:grid}.emo-store-entry{align-content:start;gap:10px;display:grid}.emo-store-entry article{background:#fffaf3;grid-template-columns:44px 1fr;gap:2px 12px;padding:12px;display:grid}.emo-store-entry article:nth-child(2){background:#effaf0;border-color:#4bb57142}.emo-store-entry svg{color:#ff7a00;grid-row:1/3}.emo-store-entry strong{color:#1f2937}.emo-store-entry small{color:#69778a}.emo-store-flow{padding:12px}.emo-store-types{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.emo-store-types article{background:#fff;border:1px solid #e8a35342;border-radius:8px;place-items:center;gap:8px;min-height:104px;padding:8px;display:grid}.emo-store-types img{object-fit:cover;border-radius:6px;width:100%;height:58px}.emo-store-types svg{color:#ff8b22}.emo-store-steps{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.emo-store-steps span{color:#475569;background:#fffaf3;border:1px solid #f2bc7494;border-radius:8px;place-items:center;min-height:42px;padding:8px;font-size:13px;display:grid;position:relative}.emo-chat-example{padding:12px}.emo-chat-example strong{margin-bottom:12px;display:block}.emo-chat-example p{border-radius:8px;margin:0 0 10px;padding:8px 10px;font-size:13px}.emo-chat-example .mine{color:#2f5d32;background:#e7f7dc;margin-left:28px}.emo-chat-example .bot{color:#475569;background:#fff7ed;align-items:center;gap:8px;display:flex}.emo-chat-example .bot img{object-fit:contain;width:28px;height:28px}.emo-chat-tabs{border:1px solid #f2bc7466;border-radius:8px;grid-template-columns:repeat(4,1fr);margin-bottom:10px;display:grid;overflow:hidden}.emo-chat-tabs span{text-align:center;color:#64748b;padding:8px;font-size:12px}.emo-chat-tabs span:first-child{color:#f97316;background:#fff2df}.emo-chat-example>img{object-fit:cover;border-radius:8px;width:100%;height:142px}.emo-expansion-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.emo-expansion-grid article{text-align:center;align-content:center;justify-items:center;gap:8px;min-height:118px;padding:14px;display:grid}.emo-expansion-grid button{color:#6b4b28;background:#fffaf3;border:1px solid #f2bc74a6;border-radius:8px;min-width:92px;min-height:32px;margin-top:8px}.emo-scenario-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.emo-scenario-grid article{padding:12px}.emo-scenario-grid h3{color:#1f2937;align-items:center;gap:8px;margin:0 0 8px;font-size:15px;display:flex}.emo-scenario-grid h3 svg{color:#ff8b22}.emo-scenario-grid p{color:#69778a;margin:0 0 12px;font-size:12px}.emo-scenario-tags{flex-wrap:wrap;gap:8px;display:flex}.emo-scenario-tags span{color:#8a4d00;background:#fff2df;border-radius:999px;padding:6px 10px;font-size:12px}.emo-scenario-media{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.emo-scenario-media img{aspect-ratio:1.2;object-fit:cover;border-radius:6px;width:100%}.emo-landing-cta{background:linear-gradient(90deg,#fff0d8,#fff8ec);grid-template-columns:116px 1fr auto 220px;align-items:center;gap:24px;margin-top:8px;padding:14px 30px;display:grid}.emo-landing-cta>img{justify-self:center;width:104px}.emo-landing-cta h2{color:#1f2937;margin:0;font-size:28px;font-weight:900}.emo-landing-cta p{color:#69778a;margin:8px 0 0}.emo-cta-actions{gap:12px;display:flex}.emo-cta-actions .el-button{border-radius:8px;height:44px;font-weight:800}.emo-landing-cta aside{background:#fffdf8;border:1px solid #f2bc7494;border-radius:8px;grid-template-columns:70px 1fr;align-items:center;gap:4px 12px;min-height:88px;padding:12px;display:grid}.emo-landing-cta aside svg{color:#1f2937;grid-row:1/3}.emo-landing-cta aside strong{color:#1f2937}.emo-landing-cta aside small{color:#69778a}.emo-landing-footer{color:#ffffffb8;background:#081423;border-radius:8px 8px 0 0;grid-template-columns:1.7fr repeat(3,1fr) 1.2fr;gap:28px;padding:20px 34px 24px;display:grid}.emo-landing-footer img{width:128px;margin-bottom:10px}.emo-landing-footer p{max-width:270px;margin:0;font-size:13px;line-height:1.7}.emo-landing-footer nav{align-content:start;gap:8px;display:grid}.emo-landing-footer strong{color:#fff}.emo-landing-footer a{color:#ffffff8f;font-size:13px;text-decoration:none}.emo-socials{gap:10px;display:flex}.emo-socials svg{color:#54d58a}@media (width>=721px){.emo-pc--landing{background:linear-gradient(#06111e 0 372px,#fff7ec 372px 100%)}.emo-pc--landing .emo-topbar{background:#060d17fa;grid-template-columns:206px minmax(0,1fr) 274px;height:54px;padding:0 34px}.emo-pc--landing .emo-brand{gap:10px}.emo-pc--landing .emo-brand-logo{width:38px;height:38px;box-shadow:none;object-fit:contain;filter:drop-shadow(0 10px 18px #ff780038);background:0 0;border-radius:0}.emo-pc--landing .emo-brand b{letter-spacing:0;font-size:16px}.emo-pc--landing .emo-brand small{letter-spacing:6px;margin-top:3px;font-size:9px}.emo-pc--landing .emo-nav{gap:clamp(26px,3.6vw,70px)}.emo-pc--landing .emo-nav button{height:54px;font-size:13px;font-weight:700}.emo-actions--public{justify-content:flex-end}.emo-actions--public .el-button{--el-button-bg-color:linear-gradient(180deg, #ff9c1a, #ff7200);--el-button-border-color:#ff8d16e6;--el-button-hover-bg-color:#ff8a00;--el-button-hover-border-color:#ff8a00;border-radius:7px;min-width:116px;height:34px;font-size:13px;font-weight:800;box-shadow:0 10px 24px #ff70003d}.emo-language{color:#ffffffeb;border-radius:7px;height:34px;background:#ffffff09!important}.emo-landing-hero{background:radial-gradient(circle at 75% 48%,#ff750021,#0000 31%),linear-gradient(90deg,#07111d 0%,#081421 48%,#07111d 100%);border-bottom:1px solid #ff89203d;grid-template-columns:minmax(330px,.73fr) minmax(610px,1.27fr);gap:clamp(34px,4vw,64px);min-height:384px;padding:38px clamp(44px,5vw,68px) 34px}.emo-landing-hero:before{background:repeating-linear-gradient(0deg,#0000 0 42px,#ffffff09 43px),repeating-linear-gradient(90deg,#0000 0 42px,#ffffff06 43px),linear-gradient(115deg,#0000 0 48%,#ff892014 49%,#0000 72%)}.emo-hero-copy h1{letter-spacing:0;margin-bottom:13px;font-size:clamp(48px,4.25vw,68px);line-height:1.07}.emo-hero-lead{color:#ffffffd6;margin-bottom:12px;font-size:16px}.emo-hero-desc{color:#e0e8f0b3;max-width:520px;margin-bottom:22px;font-size:13px;line-height:1.78}.emo-hero-buttons .el-button{border-radius:8px;min-width:138px;height:44px}.emo-hero-buttons .el-button--primary{box-shadow:0 16px 32px #ff700047}.emo-hero-buttons .el-button--default{background:#ffffff0d;border-color:#ffffff47;min-width:150px}.emo-hero-badges{gap:12px;margin-top:23px}.emo-hero-badges article{background:linear-gradient(#ffffff17,#ffffff09);border-color:#ffac4a59;border-radius:999px;min-height:58px;padding:8px 12px 8px 8px}.emo-hero-badges span{width:42px;height:42px;box-shadow:inset 0 0 0 4px #ffffff21,0 10px 22px #ff70003d}.emo-landing-product-map{isolation:isolate;grid-template-rows:1fr auto;grid-template-columns:148px minmax(332px,1fr) 178px;gap:14px 24px;min-height:314px}.emo-landing-product-map:before,.emo-landing-product-map:after{content:"";z-index:-1;background:linear-gradient(90deg,#ff99270d,#ff9927eb,#ff99270d);height:1px;position:absolute;left:132px;right:150px;box-shadow:0 0 20px #ff892059}.emo-landing-product-map:before{top:43%;transform:translateY(-14px)}.emo-landing-product-map:after{top:58%;transform:translateY(14px)}.emo-map-panel,.emo-map-bottom{background:#09121ee0;border-color:#ff9a2b85;border-radius:12px;box-shadow:0 22px 54px #00000057,inset 0 1px #ffffff0f}.emo-map-panel{gap:7px;padding:11px}.emo-map-panel strong,.emo-map-bottom strong{letter-spacing:0;font-size:13px}.emo-map-panel span{background:#ffffff0e;border-radius:8px;height:30px;font-size:12px}.emo-map-core{min-height:292px}.emo-map-core:before{background:radial-gradient(circle,#ff7b002e,#0000 56%),repeating-radial-gradient(circle,#ffa94121 0 1px,#0000 2px 24px);border-color:#ff982094;width:min(82%,370px);box-shadow:0 0 70px #ff7a002b}.emo-map-core:after{border-color:#ffcb7280;width:min(52%,224px)}.emo-map-core img{filter:drop-shadow(0 30px 34px #ff7a0057);width:min(56%,206px);min-width:172px}.emo-map-core span{background:#ffffff0e;border-radius:10px;padding:8px 24px;font-size:17px;top:10px}.emo-map-bottom{border-radius:12px;min-height:54px;padding:8px 12px}.emo-map-bottom--store{width:210px;margin-left:16px}.emo-map-bottom--cli{width:100%}.emo-landing-section,.emo-landing-connect,.emo-landing-cta,.emo-landing-footer{width:min(100% - 34px,1348px)}.emo-landing-section{background:linear-gradient(#fffefafa,#fff9f0ed);border:1px solid #f2bc748a;border-radius:14px;margin-top:8px;padding:22px 26px 24px;box-shadow:0 12px 34px #bc75230e}.emo-landing-section+.emo-landing-section,.emo-landing-connect+.emo-landing-section,.emo-landing-section+.emo-landing-connect{margin-top:8px}.emo-section-head{gap:18px;margin-bottom:20px}.emo-section-head>span{letter-spacing:0;min-width:44px;font-size:31px}.emo-section-head h2{font-size:25px;line-height:1.12}.emo-section-head p{margin-top:8px;font-size:13px}.emo-section-mascot img{width:92px;height:74px}.emo-section-mascot b{border-radius:12px;font-size:14px}.emo-insight-grid{gap:20px}.emo-insight-grid article,.emo-flow-track article,.emo-role-grid article,.emo-expansion-grid article,.emo-scenario-grid article,.emo-store-entry article,.emo-chat-example,.emo-store-flow{border-color:#f2b86f9e;border-radius:12px;box-shadow:0 12px 32px #be75230e}.emo-insight-grid article{grid-template-columns:1fr 150px;min-height:160px;padding:16px}.emo-card-preview{border-radius:10px;min-height:104px;position:relative;overflow:hidden}.emo-card-preview img{height:76px}.emo-card-preview.is-dashboard:before{content:"";background:conic-gradient(#ff7a00 0 36%, #25b8ee 36% 68%, #ffd66b 68% 100%);border-radius:50%;width:58px;height:58px;position:absolute;bottom:18px;left:18px;box-shadow:inset 0 0 0 15px #fff,0 12px 22px #ff7a0026}.emo-card-preview.is-dashboard:after{content:"";background:linear-gradient(#0000 0 18px,#ff7a00e0 18px 100%) 8px bottom/8px 36px no-repeat,linear-gradient(#0000 0 10px,#25b8eee0 10px 100%) 26px bottom/8px 36px no-repeat,linear-gradient(#0000 0 24px,#ffcd4be0 24px 100%) 44px bottom/8px 36px no-repeat,#ffffffe0;border:1px solid #ff7a001f;border-radius:9px;width:64px;height:44px;position:absolute;bottom:18px;right:18px}.emo-card-preview.is-list span{padding-left:28px;position:relative}.emo-card-preview.is-list span:before{content:"";background:#ff8a00;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.emo-flow-track{grid-template-columns:1fr 1fr 1fr 1.22fr;gap:22px}.emo-flow-track article{min-height:124px;padding:16px}.emo-flow-track b{width:28px;height:28px;font-size:15px}.emo-landing-connect{background:radial-gradient(circle,#ff7b0029,#0000 31%),linear-gradient(135deg,#07111ffc,#0b1c2ffc);border:1px solid #ff9f363d;border-radius:14px;min-height:244px;margin-top:8px;padding:22px 44px 28px;overflow:hidden}.emo-connect-map{gap:14px 48px}.emo-connect-map article{border-radius:12px;min-height:78px;padding:14px}.emo-connect-core{min-height:204px;box-shadow:inset 0 0 0 1px #ffb44f42,0 0 60px #ff7c001c}.emo-connect-core img{width:132px}.emo-role-grid{gap:16px}.emo-role-grid article{min-height:132px;padding:16px}.emo-role-grid strong{font-size:15px}.emo-store-explainer-grid{grid-template-columns:218px minmax(0,1fr) 346px;align-items:stretch;gap:18px}.emo-store-entry{align-content:center}.emo-store-entry article{border-radius:12px;min-height:82px}.emo-store-flow{align-content:center;gap:14px;padding:16px;display:grid}.emo-store-types{gap:10px}.emo-store-types article{border-radius:12px;min-height:120px}.emo-store-types img{height:70px}.emo-store-steps{margin-top:0}.emo-store-steps span{border-radius:10px;min-height:48px}.emo-chat-example{padding:16px}.emo-chat-example>img{height:168px}.emo-expansion-grid{gap:16px}.emo-expansion-grid article{min-height:144px}.emo-scenario-grid{gap:16px}.emo-scenario-grid article{padding:14px}.emo-scenario-media img{aspect-ratio:1.18}.emo-landing-cta{background:linear-gradient(90deg,#fff0d8,#fff8ec 62%,#fff3dd);border:1px solid #f2bc7470;border-radius:0;grid-template-columns:132px 1fr auto 238px;margin-top:10px;padding:18px 46px}.emo-landing-cta>img{width:126px}.emo-landing-cta h2{font-size:33px}.emo-landing-cta aside{border-radius:12px}.emo-landing-footer{background:radial-gradient(circle at 12% 0,#ff7a0017,#0000 26%),#071321;border-radius:12px 12px 0 0;grid-template-columns:2.1fr repeat(3,1fr) 1.25fr;padding:26px 44px 28px}.emo-footer-brand{grid-template-columns:46px 1fr;align-content:start;gap:4px 12px;display:grid}.emo-footer-brand img{object-fit:contain;filter:drop-shadow(0 10px 18px #ff780033);grid-row:1/3;width:46px;height:46px;margin:0}.emo-footer-brand span{color:#fff}.emo-footer-brand b{font-size:17px;line-height:1;display:block}.emo-footer-brand small{letter-spacing:5px;margin-top:4px;font-size:9px;font-weight:800;display:block}.emo-footer-brand p{grid-column:1/-1;margin-top:14px}}.emo-login-card{background:#ffffffe6;border:1px solid #ff8b002e;border-radius:28px;grid-template-columns:minmax(0,1fr) 430px;width:min(980px,100vw - 60px);min-height:620px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 28px 80px #99541221}.emo-login-card.is-error{animation:.42s emo-soft-card-shake}.emo-login-visual{background:linear-gradient(90deg,#ff8a0014 1px,#0000 1px) 0 0/36px 36px,linear-gradient(0deg,#ff8a0014 1px,#0000 1px) 0 0/36px 36px,radial-gradient(circle at 50% 54%,#ff891d42,#0000 30%),linear-gradient(135deg,#fff3df,#fffaf4);flex-direction:column;justify-content:center;gap:26px;padding:48px;display:flex;position:relative}.emo-login-form{flex-direction:column;padding:52px 42px 42px;display:flex}.emo-login-form>small{color:var(--emo-orange);font-size:13px;font-weight:900}.emo-login-form h1{color:#111827;margin:8px 0;font-size:32px;font-weight:900}.emo-login-form p{color:#364152;margin:0 0 26px;font-weight:700;line-height:1.65}.emo-login-brand-line{color:#151923;align-items:center;gap:12px;display:flex}.emo-login-brand-line .emo-brand-logo{width:62px;height:62px}.emo-login-brand-line span{flex-direction:column;gap:2px;line-height:1;display:flex}.emo-login-brand-line b{color:#111827;font-size:20px;font-weight:900}.emo-login-brand-line small{color:#111827;letter-spacing:0;font-size:11px;font-weight:800}.emo-login-copy{max-width:460px}.emo-login-copy p{color:var(--emo-orange);margin:0 0 10px;font-size:14px;font-weight:900}.emo-login-copy h1{color:#111827;letter-spacing:0;margin:0;font-size:clamp(34px,4vw,52px);line-height:1.08}.emo-screen--login .emo-login-copy h1{color:#111827}.emo-login-copy span{color:#344054;font-weight:700;line-height:1.75;display:block}.emo-login-journey{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;max-width:520px;display:grid}.emo-login-journey article{background:#ffffffb8;border:1px solid #ff8b0038;border-radius:18px;padding:16px 14px}.emo-login-journey strong{background:var(--emo-orange);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;margin-bottom:8px;display:grid}.emo-login-journey span{color:#111827;font-size:13px;font-weight:800}.emo-login-mascot-stage{justify-content:center;align-items:center;width:100%;max-width:520px;display:flex}.emo-login-mascot-frame{background:radial-gradient(circle at 50% 74%,#ff700038,#0000 36%),linear-gradient(#ffffffc2,#fff1dac7);border:1px solid #ff8b0033;border-radius:32px;place-items:center;width:220px;min-width:220px;height:210px;display:grid;position:relative;box-shadow:0 20px 44px #99541224}.emo-login-mascot-frame:after{content:"";filter:blur(2px);background:#ff700024;border-radius:50%;width:128px;height:22px;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.emo-login-mascot-frame .jb-mascot{z-index:1}.emo-login-error{background:#fff1ece6;border:1px solid #ff48202e;border-radius:14px;gap:2px;margin-bottom:16px;padding:12px 14px;display:grid}.emo-login-error span{color:#ff5a1f;font-size:12px;font-weight:800}.emo-login-error strong{color:#1f2937;font-size:14px}.emo-auth-form{gap:2px;display:grid}.emo-login-mode-switch{background:#fff8ee;border:1px solid #ff8b002e;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px;padding:4px;display:grid}.emo-login-mode-switch button{color:#344054;cursor:pointer;background:0 0;border:0;border-radius:10px;min-height:36px;font-weight:800}.emo-login-mode-switch button.active{background:var(--emo-orange);color:#fff;box-shadow:0 10px 22px #ff690033}.emo-email-code-row,.emo-captcha-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;display:grid}.emo-captcha-row .captcha-container{border-color:#ff8b003d;border-radius:10px;overflow:hidden}.emo-form-options,.emo-switch-mode{color:#667085;justify-content:space-between;align-items:center;margin:4px 0 14px;font-size:13px;display:flex}.emo-form-options a,.emo-switch-mode a{color:var(--emo-orange);font-weight:900;text-decoration:none}.emo-venue-type-selector{flex-wrap:wrap;gap:8px;display:flex}.emo-venue-type-selector button{color:#344054;cursor:pointer;background:#fff;border:1px solid #ff8b0038;border-radius:999px;min-height:34px;padding:0 13px;font-weight:800}.emo-venue-type-selector button.active{border-color:var(--emo-orange);color:var(--emo-orange);background:#fff2e0}@media (width<=900px){.emo-login-card{grid-template-columns:1fr;width:min(100vw - 28px,520px);margin-top:24px}.emo-login-visual{padding:30px}.emo-login-journey{grid-template-columns:1fr}}.emo-mobile-app{background:linear-gradient(#fff8ed,#fff2df 52%,#fffaf5);place-items:center;min-height:100dvh;display:grid;overflow:hidden}.emo-phone{z-index:1;width:min(100vw,430px);max-width:100dvw;height:100dvh;min-height:720px;padding:env(safe-area-inset-top,0) 14px env(safe-area-inset-bottom,0);box-sizing:border-box;background:linear-gradient(#fffefaf5,#fff7ebf5);border-radius:0;grid-template-rows:54px minmax(0,1fr) 62px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 70px #93591e21}.emo-phone:before{content:none}.emo-phone-status,.emo-phone-nav,.emo-m-bottom{align-items:center;min-width:0;display:flex}.emo-phone-status{color:#111827;justify-content:space-between;padding:0 12px;font-size:12px}.emo-phone-status span{background:linear-gradient(90deg,#111 0 4px,#0000 4px 7px,#111 7px 11px,#0000 11px 14px,#111 14px 20px),linear-gradient(90deg,#0000 25px,#111 25px 47px);border-radius:4px;width:50px;height:12px}.emo-phone-nav{gap:8px;padding:0 4px}.emo-phone-nav strong{min-width:0;color:var(--emo-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:16px;overflow:hidden}.emo-phone-nav .el-button{min-width:34px;height:30px;color:var(--emo-text);background:#ffffffb8;border:1px solid #ff7a002e;border-radius:10px;flex:none;padding:0 10px}.emo-phone-nav .emo-phone-assistant.el-button{background:0 0;border:0;place-items:center;width:34px;min-width:34px;height:34px;padding:0;display:grid;overflow:visible}.emo-phone-back{font-size:24px;line-height:1}.emo-phone-content{box-sizing:border-box;scrollbar-width:none;width:100%;min-width:0;min-height:0;padding:6px 4px 8px;overflow:hidden auto}.emo-phone-content::-webkit-scrollbar{display:none}.emo-m-page-loading{z-index:7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at 50% 42%,#ff91002e,#0000 30%),linear-gradient(#fffdf8e6,#fff4e2db);place-items:center;padding:18px;display:grid;position:absolute;inset:54px 0 62px}.emo-m-page-loading-card{background:#fffffff0;border:1px solid #ff7a0042;border-radius:22px;justify-items:center;gap:8px;width:min(260px,86vw);padding:20px 18px 18px;display:grid;box-shadow:0 18px 46px #93591e2e}.emo-m-page-loading-card .jbm-mascot{animation:1.55s ease-in-out infinite emoLoadingMascot}.emo-m-page-loading-card strong{color:#151b2f;font-size:15px;font-weight:900}.emo-m-page-loading-card p{color:var(--emo-muted);margin:0;font-size:12px;font-weight:700}.emo-m-state{z-index:2;color:#8a4d00;background:#fff6e8f5;border:1px solid #ff7a002e;border-radius:12px;margin:0 0 8px;padding:8px 10px;font-size:12px;line-height:1.45;position:sticky;top:0;box-shadow:0 10px 24px #b0661414}.emo-m-assistant-sheet,.emo-m-create-agent-sheet{z-index:8;background:#fffdf9fa;border:1px solid #ff7a002e;border-radius:22px;grid-template-rows:38px minmax(0,1fr) 40px;gap:10px;padding:12px;display:grid;position:absolute;inset:78px 12px 68px;box-shadow:0 22px 60px #93591e33}.emo-m-create-agent-sheet{z-index:9;grid-template-rows:38px minmax(0,1fr)}.emo-m-assistant-sheet header,.emo-m-assistant-sheet footer,.emo-m-create-agent-sheet header{align-items:center;gap:8px;display:flex}.emo-m-assistant-sheet header,.emo-m-create-agent-sheet header{justify-content:space-between}.emo-m-assistant-sheet strong,.emo-m-create-agent-sheet strong{color:var(--emo-text);font-size:14px}.emo-m-assistant-sheet header .el-button,.emo-m-assistant-sheet footer .el-button,.emo-m-create-agent-sheet header .el-button{height:30px;color:var(--emo-orange);background:#fff7ed;border:1px solid #ff7a002e;border-radius:10px;padding:0 10px;font-size:12px;font-weight:800}.emo-m-assistant-sheet>div{background:linear-gradient(#fffaf2,#fff);border:1px solid #ff7a001f;border-radius:14px;align-content:start;gap:8px;min-height:0;padding:10px;display:grid;overflow:auto}.emo-m-assistant-sheet article{display:flex}.emo-m-assistant-sheet article.is-user{justify-content:flex-end}.emo-m-assistant-sheet article span{color:#374151;background:#fff3e1;border-radius:13px;max-width:82%;padding:8px 10px;font-size:12px;line-height:1.5}.emo-m-assistant-sheet article.is-user span{color:#064e3b;background:#dcfce7}.emo-m-assistant-sheet .el-input{flex:1;min-width:0}.emo-m-create-agent-body{background:linear-gradient(#fffaf2,#fff);border:1px solid #ff7a001f;border-radius:16px;flex-direction:column;gap:12px;min-height:0;padding:12px;display:flex;overflow:auto}.emo-m-create-agent-body .jb-mobile-mascot{align-self:center}.emo-m-create-agent-body p{color:#5b6472;margin:0;font-size:12px;font-weight:700;line-height:1.6}.emo-m-hero{background:linear-gradient(135deg,#fff7ea,#fff);border:1px solid #ff7a002e;border-radius:18px;grid-template-columns:1fr 104px;gap:8px;min-height:152px;padding:14px;display:grid;overflow:hidden}.emo-m-hero h3,.emo-phone-content h4{color:var(--emo-text);margin:0;font-size:15px}.emo-m-hero p,.emo-m-agent small,.emo-phone-content small{color:var(--emo-muted);font-size:11px}.emo-m-hero .el-button,.emo-m-primary.el-button{color:#fff;background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2));border-radius:10px;height:34px;padding:0 14px;font-weight:700;box-shadow:0 12px 24px #ff6a0038}.emo-m-quick,.emo-m-manager,.emo-m-params{gap:8px;display:grid}.emo-m-quick{grid-template-columns:repeat(4,1fr);margin:10px 0}.emo-m-quick .el-button,.emo-m-manager .el-button,.emo-m-params label{width:100%;min-width:0;min-height:62px;color:var(--emo-text);background:#ffffffc7;border:1px solid #ff7a0024;border-radius:13px;place-items:center;gap:4px;padding:8px;font-size:11px;display:grid}.emo-phone-content h4{justify-content:space-between;margin:10px 0 7px;display:flex}.emo-phone-content h4 span{color:var(--emo-muted);font-size:11px;font-weight:500}.emo-m-agent{background:#ffffffeb;border:1px solid #eeb87e75;border-radius:13px;grid-template-columns:42px 1fr 46px;align-items:center;gap:8px;padding:8px;display:grid}.emo-m-agent+.emo-m-agent{margin-top:8px}.emo-m-agent strong{color:#111827;font-size:13px;font-weight:900;display:block}.emo-m-agent small{color:#4b5563}.emo-m-agent .el-tag{justify-self:end}.emo-m-hero--compact{grid-template-columns:minmax(0,1fr) 74px;align-items:center;min-height:128px}.emo-m-summary-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin:10px 0;display:grid}.emo-m-summary-grid article,.emo-m-credit-hero,.emo-m-api-hero,.emo-m-list-card,.emo-m-guide-card,.emo-m-package-row article{background:#ffffffeb;border:1px solid #eeb87e7a}.emo-m-summary-grid article{border-radius:13px;align-content:center;gap:3px;min-height:74px;padding:10px;display:grid}.emo-m-summary-grid svg{color:var(--emo-orange)}.emo-m-summary-grid small,.emo-m-list-card small,.emo-m-guide-card small,.emo-m-api-hero small,.emo-m-credit-hero p,.emo-m-package-row small{color:#4b5563;font-size:11px;line-height:1.45}.emo-m-summary-grid strong{color:var(--emo-text);font-size:18px}.emo-m-summary-grid em{color:#17a06e;font-size:10px;font-style:normal}.emo-m-action-row{grid-template-columns:repeat(2,1fr);gap:8px;margin:8px 0;display:grid}.emo-m-chip-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:8px 0;display:grid}.emo-m-chip-row button{color:#874200;background:linear-gradient(#fff8ed,#fff);border:1px solid #ff7a0033;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:38px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.emo-m-chip-row button.active{color:var(--emo-orange);background:linear-gradient(#fff0dc,#fff);border-color:#ff6a0094;box-shadow:0 10px 22px #ff6a0021}.emo-phone .emo-m-action-row .el-button,.emo-m-credit-hero .el-button,.emo-m-api-hero .el-button{height:32px;color:var(--emo-orange);background:#fff7ed;border:1px solid #ff7a002e;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.emo-m-list-card,.emo-m-guide-card{border-radius:13px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:62px;padding:9px;display:grid}.emo-m-list-card+.emo-m-list-card,.emo-m-guide-card+.emo-m-guide-card{margin-top:8px}.emo-m-list-card>span,.emo-m-guide-card>span,.emo-m-credit-hero>span,.emo-m-api-hero>span{width:34px;height:34px;color:var(--emo-orange);background:#fff2df;border-radius:11px;place-items:center;display:grid}.emo-m-list-card strong,.emo-m-guide-card strong,.emo-m-api-hero strong,.emo-m-credit-hero strong,.emo-m-package-row strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;display:block;overflow:hidden}.emo-m-list-card em,.emo-m-guide-card em{color:#12a36f;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:76px;font-size:11px;font-style:normal;overflow:hidden}.emo-m-list-card em.consume{color:#d97706}.emo-m-credit-hero,.emo-m-api-hero{border-radius:16px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:94px;padding:12px;display:grid}.emo-m-credit-hero strong{font-size:24px}.emo-m-credit-hero p{margin:2px 0 0}.emo-m-package-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.emo-m-package-row article{border-radius:13px;align-content:center;gap:4px;min-height:88px;padding:10px;display:grid}.emo-m-package-row article.active{background:linear-gradient(#fff3df,#fff);border-color:#ff6a0094;box-shadow:0 12px 28px #ff6a0024}.emo-m-package-row em{color:var(--emo-orange);font-size:11px;font-style:normal;font-weight:800}.emo-m-guide-card{grid-template-columns:34px minmax(0,1fr) 42px}.emo-m-guide-card i{background:#eee6de;border-radius:999px;height:5px;margin-top:7px;display:block;overflow:hidden}.emo-m-guide-card b{border-radius:inherit;background:linear-gradient(90deg, var(--emo-orange), #19b87a);height:100%;display:block}.emo-m-api-hero{margin-bottom:9px}.emo-m-api-hero strong{white-space:normal}.emo-m-cli--single{grid-template-columns:1fr}.emo-phone .el-textarea__inner{box-shadow:none;border-color:#ff7a002e;border-radius:16px;min-height:112px!important}.emo-m-segment,.emo-m-filter{--el-segmented-bg-color:#ffffffe6;--el-segmented-item-selected-bg-color:#ff6a00;--el-segmented-item-selected-color:#fff;--el-border-radius-base:999px;width:100%;min-width:0;margin:8px 0}.emo-phone .emo-m-segment.el-segmented,.emo-phone .emo-m-filter.el-segmented{box-sizing:border-box;max-width:100%;display:flex;overflow:hidden}.emo-phone .emo-m-segment .el-segmented__group,.emo-phone .emo-m-filter .el-segmented__group{width:100%;min-width:0;display:flex}.emo-m-segment .el-segmented__item,.emo-m-filter .el-segmented__item{flex:1;min-width:0;min-height:30px;font-size:12px;font-weight:800}.emo-m-params{grid-template-columns:repeat(4,1fr)}.emo-m-params label{min-height:58px}.emo-m-params span{color:var(--emo-muted);font-size:10px}.emo-m-params b{font-size:12px}.emo-m-create-help,.emo-m-empty-task{color:var(--emo-muted);background:#fffaf4;border:1px solid #ff7a001f;border-radius:12px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;margin:9px 0;padding:10px;font-size:12px;line-height:1.45;display:grid}.emo-m-create-help svg{color:var(--emo-orange)}.emo-m-empty-task{grid-template-columns:76px minmax(0,1fr)}.emo-m-empty-task strong{color:var(--emo-text);display:block}.emo-m-empty-task small{color:var(--emo-muted);margin-top:3px;display:block}.emo-m-work-grid img,.emo-m-strip img{object-fit:cover;border-radius:10px;width:100%}.emo-phone .emo-m-primary.el-button{color:#fff;background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2));border:0;height:36px;margin-top:10px;box-shadow:0 12px 24px #ff6a0038}.emo-m-work-grid{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;min-width:0;display:grid}.emo-m-work-grid article{background:#ffffffc7;border:1px solid #ff7a0024;border-radius:13px;min-width:0;min-height:152px;padding:8px;overflow:hidden}.emo-m-work-grid img,.emo-m-audio-card{height:82px}.emo-m-work-grid strong{color:var(--emo-text);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:12px;display:block;overflow:hidden}.emo-m-work-grid small{color:var(--emo-muted);font-size:11px}.emo-m-audio-card{color:var(--emo-orange);background:linear-gradient(145deg,#fff0df,#fff);border-radius:10px;place-items:center;display:grid}.emo-m-audio-card i{background:repeating-linear-gradient(90deg,#ff6a00 0 3px,#0000 3px 8px);width:84%;height:28px}.emo-m-bulk{color:var(--emo-muted);border:1px solid #ff7a001f;border-radius:12px;justify-content:space-between;align-items:center;margin-top:10px;padding:8px;font-size:12px;display:flex}.emo-phone .emo-m-bulk .el-button{height:28px;color:var(--emo-orange);background:#fff7ed;border:1px solid #ff7a002e;border-radius:9px;padding:0 10px;font-size:12px;font-weight:700}.emo-m-manager{grid-template-columns:repeat(3,1fr)}.emo-m-strip{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.emo-m-strip img{height:66px}.emo-m-audio-strip{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.emo-m-audio-strip span{background:repeating-linear-gradient(90deg,#fffc 0 3px,#0000 3px 8px),linear-gradient(135deg,#ff7a00,#ca4100);border-radius:12px;height:58px}.emo-m-audio-strip span:nth-child(2){background:repeating-linear-gradient(90deg,#fffc 0 3px,#0000 3px 8px),linear-gradient(135deg,#14c5a3,#087f78)}.emo-m-audio-strip span:nth-child(3){background:repeating-linear-gradient(90deg,#fffc 0 3px,#0000 3px 8px),linear-gradient(135deg,#8c4bea,#4c1aa8)}.emo-m-tip{justify-content:flex-end;margin-top:-4px;display:flex}.emo-m-audio-message{align-items:center;width:222px}.emo-m-audio-message button{color:#fff;background:linear-gradient(135deg,#19b87a,#35d7a4);border-radius:999px;width:34px;height:34px}.emo-m-audio-message i{background:repeating-linear-gradient(90deg,#53cf91 0 3px,#0000 3px 8px);flex:1;height:28px}.emo-m-profile{background:#fff;border:1px solid #ff7a0024;border-radius:16px;grid-template-columns:50px 1fr 58px;align-items:center;gap:10px;padding:12px;display:grid}.emo-m-profile img{object-fit:contain;object-position:center center;border-radius:0;width:50px;height:50px}.emo-m-profile-avatar{background:linear-gradient(#fff4df,#fff);border-radius:16px;place-items:center;width:50px;height:50px;display:grid;overflow:visible}.emo-m-profile-copy{gap:4px;min-width:0;display:grid}.emo-m-profile-copy strong,.emo-m-profile-copy small{display:block}.emo-m-profile-copy small{overflow-wrap:anywhere;font-size:11px;line-height:1.35}.emo-m-profile em{color:var(--emo-text);border:1px solid #ff7a0033;border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal}.emo-m-profile strong,.emo-m-cli strong,.emo-m-usage strong,.emo-m-settings article{color:#111827;font-weight:900}.emo-m-profile small,.emo-m-cli p,.emo-m-usage small{color:#4b5563;font-weight:700}.emo-m-cli,.emo-m-usage,.emo-m-settings{margin-top:10px}.emo-m-cli{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.emo-m-cli h4{grid-column:1/-1}.emo-m-cli div,.emo-m-usage article,.emo-m-settings article{background:#ffffffc7;border:1px solid #ff7a0024;border-radius:13px;padding:10px}.emo-m-cli p{color:var(--emo-muted);margin:6px 0 0;font-size:11px}.emo-m-cli .el-button{color:#16a06d}.emo-m-usage{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.emo-m-usage strong{font-size:16px;display:block}.emo-m-usage small{color:var(--emo-muted);font-size:11px}.emo-m-usage span{background:linear-gradient(90deg,#14b87a 70%,#eee6de 70%);border-radius:999px;height:5px;margin-top:8px;display:block}.emo-m-settings article{background:0 0;border-width:0 0 1px;border-radius:0;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;display:grid}.emo-m-bottom{border-top:1px solid #ff7a001f;justify-content:space-around}.emo-m-bottom .el-button,.emo-m-bottom span{color:#7b8190;background:0 0;border:0;place-items:center;gap:2px;min-width:52px;font-size:10px;display:grid}.emo-m-bottom .el-button.active,.emo-m-bottom span.active{color:var(--emo-orange);font-weight:800}.el-button--primary{background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2));border:0;box-shadow:0 12px 28px #ff6a002e}.el-button--primary.is-plain{color:#fff;background:linear-gradient(90deg, var(--emo-orange), var(--emo-orange-2));border:0}.el-button{font-weight:600}.el-input__wrapper,.el-textarea__inner,.el-select__wrapper,.el-date-editor.el-input__wrapper{border-radius:10px;box-shadow:inset 0 0 0 1px #ff7a0024}.el-input__wrapper:hover,.el-textarea__inner:hover,.el-select__wrapper:hover{box-shadow:inset 0 0 0 1px #ff7a0047}@keyframes emo-soft-card-shake{0%,to{transform:translate(0)}18%{transform:translate(-8px)rotate(-.6deg)}42%{transform:translate(7px)rotate(.5deg)}68%{transform:translate(-4px)rotate(-.3deg)}}@media (width<=1500px){.emo-stat-grid{gap:12px}.emo-stat-card{grid-template-columns:50px minmax(0,1fr);gap:12px;min-height:94px;padding:17px 14px}.emo-stat-card>span{border-radius:16px;width:50px;height:50px}.emo-stat-card small,.emo-stat-card em{font-size:12px}.emo-stat-card strong{font-size:21px}}@media (width<=1180px){.emo-topbar{grid-template-columns:170px 1fr}.emo-actions{display:none}.emo-stat-grid{grid-template-columns:repeat(3,1fr)}.emo-admin-layout,.emo-agent-overview-grid,.emo-agent-skill-row,.emo-skill-sections,.emo-creation-main-grid,.emo-recharge-section,.emo-store-layout,.emo-works-layout,.emo-creator-layout,.emo-module-ops-bar,.emo-creation-control-row{grid-template-columns:1fr}.emo-store-top{grid-template-columns:minmax(0,1fr) 240px}.emo-mobile-app{align-content:stretch}.emo-pc--landing .emo-topbar{grid-template-columns:170px 1fr}.emo-landing-hero{grid-template-columns:minmax(286px,.74fr) minmax(400px,1.26fr);padding-inline:32px}.emo-landing-product-map{grid-template-columns:128px minmax(150px,1fr) 150px;min-height:270px}.emo-map-core{min-height:220px}.emo-hero-badges{grid-template-columns:1fr 1fr}.emo-hero-badges article{min-height:48px}.emo-store-explainer-grid{grid-template-columns:minmax(0,1fr) 300px}.emo-store-entry,.emo-store-flow{grid-column:1}.emo-store-explainer-grid .emo-chat-example{grid-area:1/2/3}.emo-landing-cta{grid-template-columns:120px 1fr auto}.emo-landing-cta aside{grid-column:2/-1}.emo-landing-footer{grid-template-columns:repeat(3,1fr)}.emo-landing-footer>div:first-child{grid-column:1/-1}}@media (width<=720px){.emo-nav{justify-content:flex-start;overflow-x:auto}.emo-main{padding-inline:16px}.emo-stat-grid,.emo-work-grid,.emo-channel-select-row,.emo-channel-status-strip,.emo-package-grid,.emo-library-grid,.emo-value-grid,.emo-creator-flow{grid-template-columns:1fr}.emo-work-masonry{column-count:1}.emo-param-cards label.wide{grid-column:span 1}.emo-mobile-app{grid-template-columns:minmax(0,1fr);justify-items:center;padding:0}.emo-phone{width:100%;min-height:100dvh}.emo-pc--landing .emo-topbar{grid-template-columns:1fr;gap:8px;height:auto;min-height:112px;padding:10px 14px}.emo-pc--landing .emo-brand-logo{width:40px;height:40px}.emo-pc--landing .emo-nav{justify-content:flex-start;gap:18px;width:100%}.emo-pc--landing .emo-nav button{height:34px;font-size:13px}.emo-pc--landing .emo-nav button:after{display:none}.emo-landing-hero{grid-template-columns:1fr;min-height:auto;padding:34px 16px 26px}.emo-hero-copy h1{font-size:40px}.emo-hero-lead{font-size:17px}.emo-hero-buttons,.emo-cta-actions{flex-direction:column;align-items:stretch}.emo-hero-badges{grid-template-columns:1fr 1fr}.emo-landing-product-map{grid-template-columns:1fr;gap:14px}.emo-map-core,.emo-map-panel,.emo-map-bottom,.emo-map-bottom--store,.emo-map-bottom--cli{grid-column:1;width:100%}.emo-map-core{order:-1;min-height:250px}.emo-landing-section,.emo-landing-connect,.emo-landing-cta,.emo-landing-footer{width:calc(100% - 20px)}.emo-landing-section,.emo-landing-connect{padding:20px 14px}.emo-section-head,.emo-section-head--compact{grid-template-columns:1fr;gap:10px}.emo-section-head>span{font-size:26px}.emo-section-head h2{font-size:23px}.emo-section-mascot{display:none}.emo-insight-grid,.emo-flow-track,.emo-role-grid,.emo-store-explainer-grid,.emo-expansion-grid,.emo-scenario-grid,.emo-landing-footer,.emo-insight-grid article{grid-template-columns:1fr}.emo-flow-track{gap:12px}.emo-flow-track article:not(:last-child):after{display:none}.emo-connect-map{grid-template-columns:1fr}.emo-connect-map article,.emo-connect-map article:nth-of-type(2),.emo-connect-map article:nth-of-type(3),.emo-connect-map article:nth-of-type(4),.emo-connect-core{grid-area:auto/1}.emo-connect-core{border-radius:8px;min-height:240px}.emo-store-types,.emo-store-steps{grid-template-columns:1fr 1fr}.emo-store-entry,.emo-store-flow,.emo-store-explainer-grid .emo-chat-example{grid-area:auto/1}.emo-chat-example>img{height:154px}.emo-landing-cta{text-align:center;grid-template-columns:1fr;padding:22px 18px}.emo-landing-cta>img{width:116px}.emo-landing-cta h2{font-size:26px}.emo-landing-cta aside{text-align:left;grid-column:1}}.emo-pc--landing .emo-topbar{background:linear-gradient(#08101cfa,#040b14f5);border-bottom-color:#ff952624}.emo-pc--landing .emo-brand-logo{filter:drop-shadow(0 12px 18px #ff7e003d)}.emo-pc--landing .emo-nav button{color:#ffffffb8;letter-spacing:0}.emo-pc--landing .emo-nav button.is-active,.emo-pc--landing .emo-nav button:hover{color:#fff}.emo-pc--landing .emo-nav button:after{border-radius:999px;height:2px;box-shadow:0 0 14px #ff7a0099}.emo-landing-hero{background:linear-gradient(90deg,#050c15fa,#08121ff2 48%,#050c15fa),repeating-linear-gradient(135deg,#ffffff0a 0 1px,#0000 1px 26px);overflow:hidden}.emo-landing-hero:after{content:"";background:linear-gradient(90deg,#0000,#ff8e1ee0,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.emo-hero-copy{max-width:620px}.emo-hero-copy h1{text-wrap:balance;word-break:keep-all;overflow-wrap:normal}.emo-hero-lead{color:#ffffffe6}.emo-hero-desc{color:#e0e8f0bd}.emo-hero-buttons .el-button--primary{background:linear-gradient(#ff9f1f,#ff6900);border-color:#ff7e00eb}.emo-hero-buttons .el-button--default:hover{color:#fff;background:#ffffff1a;border-color:#ffad437a}.emo-hero-badges article{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.emo-landing-product-map{isolation:isolate}.emo-landing-product-map:before,.emo-landing-product-map:after{pointer-events:none}.emo-map-panel,.emo-map-bottom{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.emo-map-panel span{white-space:nowrap;min-width:0}.emo-map-core{border-radius:24px}.emo-map-core img{opacity:1;object-fit:contain;animation:4.8s ease-in-out infinite emo-mascot-float}.emo-map-core span{box-shadow:inset 0 1px #ffffff14,0 16px 34px #00000038}.emo-landing-section,.emo-landing-connect,.emo-landing-cta,.emo-landing-footer{scroll-margin-top:86px}.emo-landing-section{position:relative}.emo-landing-section:before{content:"";background:linear-gradient(90deg,#0000,#ff942b61,#0000);height:1px;position:absolute;top:0;left:18px;right:18px}.emo-insight-grid article,.emo-flow-track article,.emo-role-grid article,.emo-expansion-grid article,.emo-scenario-grid article,.emo-store-entry article,.emo-chat-example,.emo-store-flow{transition:border-color .22s,box-shadow .22s,transform .22s}.emo-insight-grid article:hover,.emo-flow-track article:hover,.emo-role-grid article:hover,.emo-expansion-grid article:hover,.emo-scenario-grid article:hover{border-color:#ff820c80;transform:translateY(-2px);box-shadow:0 18px 42px #be75231a}.emo-card-title svg,.emo-flow-track svg,.emo-role-grid svg,.emo-expansion-grid svg,.emo-store-entry svg{filter:drop-shadow(0 8px 14px #ff7a0029)}.emo-landing-connect{position:relative}.emo-landing-connect:before{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000 0 54px,#ffffff08 55px),repeating-linear-gradient(90deg,#0000 0 54px,#ffffff07 55px);position:absolute;inset:0}.emo-landing-connect>*{position:relative}.emo-connect-map article{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.emo-connect-core img{opacity:1;object-fit:contain;animation:5.2s ease-in-out infinite emo-mascot-float}.emo-landing-cta{overflow:hidden;box-shadow:0 18px 44px #bc752314}.emo-landing-cta>img{object-fit:contain}@keyframes emo-mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width>=1181px){.emo-pc--landing .emo-topbar{grid-template-columns:minmax(210px,1fr) minmax(520px,auto) minmax(260px,1fr);height:64px;padding-inline:clamp(34px,4vw,56px)}.emo-pc--landing .emo-nav{gap:clamp(34px,4vw,62px)}.emo-pc--landing .emo-nav button{height:64px;font-size:14px}.emo-actions--public .el-button{height:38px}.emo-landing-hero{grid-template-columns:minmax(420px,.8fr) minmax(680px,1.2fr);gap:clamp(44px,5vw,76px);min-height:clamp(500px,54vh,620px);padding:clamp(50px,5.6vw,78px) clamp(52px,6vw,86px) clamp(42px,4.5vw,60px)}.emo-hero-copy h1{margin-bottom:18px;font-size:clamp(54px,4.2vw,72px);line-height:1.04}.emo-hero-lead{margin-bottom:15px;font-size:18px}.emo-hero-desc{max-width:560px;margin-bottom:28px;font-size:14px;line-height:1.86}.emo-hero-buttons .el-button{min-width:150px;height:48px;font-size:15px}.emo-hero-buttons .el-button--default{min-width:166px}.emo-hero-badges{gap:14px;margin-top:32px}.emo-hero-badges article{min-height:70px;padding:10px 14px 10px 10px}.emo-hero-badges span{width:48px;height:48px}.emo-hero-badges strong{font-size:14px}.emo-landing-product-map{grid-template-columns:156px minmax(300px,1fr) 178px;gap:16px 24px;min-height:390px}.emo-landing-product-map:before,.emo-landing-product-map:after{left:142px;right:160px}.emo-map-panel{gap:9px;padding:14px}.emo-map-panel span{height:36px;font-size:13px}.emo-map-core{min-height:360px}.emo-map-core:before{width:min(86%,380px)}.emo-map-core:after{width:min(54%,238px)}.emo-map-core img{width:min(60%,232px);min-width:196px}.emo-map-core span{top:18px}.emo-map-bottom{min-height:66px}.emo-map-bottom--store{width:228px}.emo-landing-section,.emo-landing-connect,.emo-landing-cta,.emo-landing-footer{width:min(100% - 48px,1380px)}.emo-landing-section{border-radius:12px;margin-top:12px;padding:28px 32px 32px}.emo-section-head{margin-bottom:24px}.emo-section-head>span{font-size:34px}.emo-section-head h2{font-size:29px}.emo-landing-connect{border-radius:12px;min-height:310px;padding:28px 54px 36px}.emo-connect-map{grid-template-columns:minmax(240px,1fr) minmax(260px,.82fr) minmax(240px,1fr);gap:18px 58px}.emo-connect-core{min-height:240px}.emo-connect-core img{width:154px}.emo-landing-cta{border-radius:12px 12px 0 0;margin-top:14px;padding:22px 54px}}@media (width<=1180px) and (width>=721px){.emo-pc--landing .emo-topbar{grid-template-columns:190px minmax(0,1fr);height:auto;min-height:58px}.emo-pc--landing .emo-nav{justify-content:flex-end;gap:20px}.emo-pc--landing .emo-nav button{height:58px}.emo-landing-hero{grid-template-columns:1fr;min-height:auto;padding:48px 34px 42px}.emo-hero-copy{max-width:760px}.emo-landing-product-map{grid-template-columns:172px minmax(360px,1fr) 196px;min-height:360px}.emo-map-core{min-height:340px}.emo-map-core img{width:min(54%,238px);min-width:204px}}@media (width<=720px){.emo-pc--landing .emo-topbar{background:#060d17fa;grid-template-columns:minmax(0,1fr);min-height:64px;padding:10px 16px}.emo-pc--landing .emo-brand{justify-content:flex-start;width:100%}.emo-pc--landing .emo-brand b{font-size:18px}.emo-pc--landing .emo-brand small{letter-spacing:4px}.emo-pc--landing .emo-nav{display:none}.emo-landing-hero{gap:28px;padding:34px 18px 30px}.emo-landing-hero:before{background:repeating-linear-gradient(0deg,#0000 0 42px,#ffffff09 43px),repeating-linear-gradient(90deg,#0000 0 42px,#ffffff06 43px)}.emo-hero-copy h1{max-width:9em;font-size:clamp(38px,10.4vw,46px);line-height:1.05}.emo-hero-desc{max-width:none;font-size:13px}.emo-hero-buttons .el-button{width:100%;height:46px}.emo-hero-badges{grid-template-columns:1fr;gap:10px}.emo-hero-badges article{border-radius:12px}.emo-landing-product-map{min-height:auto}.emo-landing-product-map:before,.emo-landing-product-map:after{display:none}.emo-map-core{background:#ffffff09;border:1px solid #ff9c3233;min-height:290px}.emo-map-core:before{width:min(88vw,290px)}.emo-map-core:after{width:min(54vw,176px)}.emo-map-core img{width:min(58vw,214px);min-width:174px}.emo-map-core span{font-size:15px;top:14px}.emo-map-panel,.emo-map-bottom{border-radius:12px}.emo-map-bottom--store{margin-left:0}.emo-landing-section,.emo-landing-connect,.emo-landing-cta,.emo-landing-footer{width:calc(100% - 24px)}.emo-landing-section{border-radius:12px;margin-top:12px}.emo-section-head p{font-size:13px;line-height:1.7}.emo-store-types,.emo-store-steps,.emo-chat-tabs{grid-template-columns:1fr}.emo-landing-cta{border-radius:12px 12px 0 0}}.emo-pc--landing .emo-hero-badges{align-items:stretch}.emo-pc--landing .emo-hero-badges article{background:linear-gradient(#ffffff17,#ffffff09);border-color:#ff9d2c5c;border-radius:12px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:12px;display:grid}.emo-pc--landing .emo-hero-badges article>span{grid-row:auto;width:46px;height:46px;box-shadow:inset 0 0 0 5px #ffffff21,0 12px 22px #ff700033}.emo-pc--landing .emo-hero-badges article>div{gap:4px;min-width:0;display:grid}.emo-pc--landing .emo-hero-badges strong{color:#fff;white-space:nowrap;font-size:15px;line-height:1.15;display:block}.emo-pc--landing .emo-hero-badges small{color:#ffffffa3;font-size:12px;line-height:1.35;display:block}.emo-landing-cta .emo-consult-card{grid-template-columns:78px minmax(0,1fr);min-width:240px;min-height:104px;padding:12px}.emo-consult-qr{object-fit:cover;background:#fff;border:1px solid #ff7a002e;border-radius:8px;grid-row:1/3;width:72px;height:72px;padding:5px;box-shadow:0 12px 26px #aa68181f}.emo-footer-follow{align-content:start;gap:10px;display:grid}.emo-footer-legal{color:#ffffff6b;border-top:1px solid #ffffff14;grid-column:1/-1;justify-content:space-between;align-items:center;gap:18px;margin-top:2px;padding-top:16px;font-size:12px;display:flex}.emo-footer-legal a{color:#ffffff85;text-decoration:none}.emo-footer-legal a:hover{color:#fff}@media (width>=1181px){.emo-pc--landing .emo-hero-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:520px}.emo-pc--landing .emo-hero-badges article{min-height:68px;padding:12px}.emo-landing-cta .emo-consult-card{min-width:260px}}@media (width<=720px){.emo-pc--landing .emo-hero-badges article{border-radius:12px;grid-template-columns:42px minmax(0,1fr);min-height:62px}.emo-pc--landing .emo-hero-badges article>span{width:42px;height:42px}.emo-pc--landing .emo-hero-badges strong{font-size:14px}.emo-pc--landing .emo-hero-badges small{font-size:11px}.emo-landing-cta .emo-consult-card{text-align:left;grid-template-columns:76px minmax(0,1fr)}.emo-footer-legal{flex-direction:column;align-items:flex-start;gap:8px}}.emo-screen--partner{flex-direction:column;gap:18px;display:flex}.emo-partner-empty{align-items:center;gap:20px;padding:28px;display:flex}.emo-partner-empty strong{color:#111827;font-size:22px;font-weight:900;display:block}.emo-partner-empty p{color:#526072;margin:8px 0 0;font-weight:700}.emo-partner-hero{justify-content:space-between;gap:18px;padding:22px 24px;display:flex}.emo-partner-hero span{color:#ff6a00;font-weight:900}.emo-partner-hero h2{color:#111827;margin:8px 0;font-size:28px;font-weight:950}.emo-partner-hero p{color:#526072;margin:0;font-weight:800}.emo-partner-meta{color:#8a4b12;align-items:center;gap:12px;font-weight:900;display:flex}.emo-partner-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.emo-partner-summary article{background:#ffffffdb;border:1px solid #ff8b2047;border-radius:8px;min-height:96px;padding:16px;box-shadow:0 12px 28px #ff7e120f}.emo-partner-summary span{color:#526072;font-size:13px;font-weight:900;display:block}.emo-partner-summary strong{color:#111827;margin-top:8px;font-size:24px;font-weight:950;display:block}.emo-partner-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:18px;display:grid}.emo-partner-list{gap:10px;padding:0 18px 18px;display:grid}.emo-partner-list article{background:#fffaf5;border:1px solid #ff8b2038;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.emo-partner-list strong,.emo-partner-list span{display:block}.emo-partner-list strong{color:#111827;font-weight:950}.emo-partner-list span{color:#667085;margin-top:4px;font-size:13px;font-weight:800}.emo-screen--partner .emo-table strong{color:#111827;font-weight:950;display:block}.emo-screen--partner .emo-table small{color:#667085;margin-top:4px;font-weight:800;display:block}@media (width<=1180px){.emo-partner-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.emo-partner-grid{grid-template-columns:1fr}}.jb-demo-loading[data-v-1878bd29]{background:#fffaf4;place-items:center;min-height:100vh;display:grid}.jb-demo-loading__content[data-v-1878bd29]{justify-items:center;gap:12px;display:grid}
