*{box-sizing:border-box;margin:0;padding:0}body{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,-apple-system,sans-serif;background:#ede9fe;color:#2d2a46;min-height:100vh;font-size:16px;line-height:1.6}#root{min-height:100vh;background:linear-gradient(to right,#e6e9ff,#ede4f8,#f8e4f0 60%,#ffe6e6)}.tk-app{max-width:75vw;margin:0 auto;padding:80px 32px 60px;min-height:100vh;position:relative;z-index:1}.tk-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffff59;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:none;border-radius:0 0 20px 20px;padding:16px 48px;box-shadow:0 2px 16px #2d2a460f;margin:0 0 32px;width:100%}.tk-title{font-size:24px;font-weight:800;color:#fff;letter-spacing:1px;line-height:1.3;text-shadow:-1px -1px 0 #2D2A46,1px -1px 0 #2D2A46,-1px 1px 0 #2D2A46,1px 1px 0 #2D2A46,0 0 0 #2D2A46;display:inline-block}.tk-title-accent{background:none;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;color:#fff}.tk-subtitle{font-size:16px;color:#8e8ea0;margin-top:6px;font-weight:400}.main-module{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(255,255,255,.7);border-radius:24px;padding:28px;box-shadow:0 4px 24px #2d2a460f;margin-top:16px}.main-module .wf-switch{margin-bottom:24px}.main-module .card{box-shadow:none;border:1.5px solid rgba(196,79,226,.06)}.wf-switch{display:flex;gap:12px;margin-bottom:32px;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px;border-radius:18px;border:1.5px solid rgba(196,79,226,.12)}.wf-btn{flex:1;padding:18px 16px;border-radius:14px;cursor:pointer;text-align:center;transition:all .3s;border:none;background:transparent;position:relative}.wf-btn-icon{font-size:28px;margin-bottom:6px}.wf-btn-label{font-size:17px;font-weight:700;color:#2d2a46}.wf-btn-desc{font-size:13px;color:#8e8ea0;margin-top:2px}.wf-btn.active-image{background:linear-gradient(135deg,#f3e8ff,#e8d5f5);box-shadow:0 4px 16px #a855f733}.wf-btn.active-image .wf-btn-label{color:#7c3aed}.wf-btn.active-workflow-video{background:linear-gradient(135deg,#fce7f3,#fdecf3);box-shadow:0 4px 16px #db277729}.wf-btn.active-workflow-video .wf-btn-label{color:#be185d}.wf-btn.active-image-video{background:linear-gradient(135deg,#fff4e8,#ffe1c3);box-shadow:0 4px 16px #ea580c29}.wf-btn.active-image-video .wf-btn-label{color:#c2410c}.wf-btn.unavailable{background:#faf9fcd1;border:1px solid rgba(74,70,96,.12);box-shadow:none}.wf-btn.unavailable.active-image-video{background:#faf9fce6;box-shadow:none}.wf-btn.unavailable .wf-btn-label{color:#777487}.wf-btn-status{position:absolute;top:10px;right:10px;padding:3px 7px;border:1px solid rgba(74,70,96,.16);border-radius:999px;background:#ffffffd6;color:#777487;font-size:11px;font-weight:700;line-height:1.35}.card{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:28px;border:1.5px solid rgba(196,79,226,.08);box-shadow:0 4px 24px #2d2a460f;margin-bottom:24px}.card-title{font-size:20px;font-weight:700;margin-bottom:18px;color:#2d2a46}.notice-banner{display:flex;align-items:flex-start;gap:10px;padding:16px 22px;border-radius:16px;font-size:15px;line-height:1.6;margin-bottom:28px;background:linear-gradient(135deg,#fff3cd,#ffecb3);border:1.5px solid rgba(255,193,7,.25);color:#7a6100}.transient-error-toast{position:fixed;z-index:1200;top:50%;left:50%;display:flex;align-items:center;gap:12px;width:min(460px,calc(100vw - 40px));padding:15px 18px;border:1px solid rgba(220,74,67,.24);border-radius:16px;background:#fff7f5f0;box-shadow:0 18px 46px #6327302e,inset 0 1px #ffffffe0;color:#8f302c;font-size:15px;font-weight:600;line-height:1.5;transform:translate(-50%,-50%);animation:transientErrorToastEnter .22s ease-out both;pointer-events:none}.transient-error-toast.is-leaving{animation:transientErrorToastLeave .4s ease-in both}.transient-error-toast-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#e15b52;box-shadow:0 3px 8px #c03f3933;color:#fff;font-size:15px;font-weight:800;line-height:1}.transient-error-toast-message{min-width:0;overflow-wrap:anywhere}@keyframes transientErrorToastEnter{0%{opacity:0;transform:translate(-50%,-46%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes transientErrorToastLeave{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-54%) scale(.98)}}.config-section{margin-bottom:24px}.config-section label{display:block;font-size:15px;font-weight:600;color:#2d2a46;margin-bottom:10px}.config-group{display:flex;flex-wrap:wrap;gap:10px}.config-btn{padding:12px 22px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;border:2px solid #F0D4E0;background:#fff5f8;color:#2d2a46}.config-btn:hover{border-color:#e8a8c0;background:#ffe8f0}.config-btn.active{background:linear-gradient(135deg,#ffb3c8,#e895c8);border-color:transparent;color:#fff;box-shadow:0 4px 14px #e895c859}.video-duration-section{max-width:190px}.video-duration-select{width:100%;min-height:44px;padding:0 38px 0 14px;border:2px solid #F0D4E0;border-radius:10px;background:#fff5f8;color:#2d2a46;font:inherit;font-weight:600;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.video-duration-select:hover{border-color:#e8a8c0;background:#ffe8f0}.video-duration-select:focus-visible{border-color:#e895c8;box-shadow:0 0 0 3px #e895c838}.upload-zone{border:2.5px dashed #D4CFE2;border-radius:14px;padding:48px 24px;text-align:center;cursor:pointer;transition:all .3s;background:#ffffff80;margin-bottom:24px;display:flex;align-items:center;justify-content:center;min-height:280px}.upload-zone img{max-height:280px;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:12px;margin:0 auto;display:block}.upload-zone:hover,.upload-zone.dragging{border-color:#c44fe2;background:#fdf4ff}.upload-icon{font-size:52px;margin-bottom:12px}.upload-text{font-size:17px;font-weight:600;color:#2d2a46;margin-bottom:4px}.upload-hint{font-size:14px;color:#8e8ea0}.preview-wrap{position:relative;border-radius:20px;overflow:hidden;margin-bottom:24px;box-shadow:0 8px 32px #2d2a461a}.preview-img{width:100%;display:block;max-height:420px;-o-object-fit:contain;object-fit:contain;background:#f5f3fa}.preview-remove{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;border:none;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.preview-remove:hover{background:#fe2c55;transform:scale(1.1)}.action-btn{width:100%;padding:18px;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s;border:none;letter-spacing:0}.action-btn.image{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;box-shadow:0 6px 20px #a855f759}.action-btn.image:hover:not(:disabled){box-shadow:0 8px 28px #a855f780;transform:translateY(-2px)}.action-btn.workflow-video{background:linear-gradient(135deg,#f472b6,#db2777);color:#fff;box-shadow:0 6px 20px #db277747}.action-btn.workflow-video:hover:not(:disabled){box-shadow:0 8px 28px #db27776b;transform:translateY(-2px)}.action-btn.image-video{background:linear-gradient(135deg,#fb923c,#ea580c);color:#fff;box-shadow:0 6px 20px #ea580c47}.action-btn.image-video:hover:not(:disabled){box-shadow:0 8px 28px #ea580c6b;transform:translateY(-2px)}.action-btn:disabled{opacity:.5;cursor:not-allowed}.progress-section{margin-bottom:24px}.progress-bar{height:10px;background:#edeaf4;border-radius:5px;overflow:hidden;margin-bottom:14px;position:relative}.progress-flow{height:100%;width:100%;border-radius:5px;position:relative;overflow:hidden}.progress-flow:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 30%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.5) 70%,transparent 100%);animation:flowShimmer 2.5s ease-in-out infinite}@keyframes flowShimmer{0%{transform:translate(-120%)}50%{transform:translate(0)}to{transform:translate(120%)}}.progress-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.progress-text{font-size:16px;font-weight:600;color:#2d2a46}.progress-sub{font-size:14px;color:#8e8ea0}.pulse-dot{display:inline-block;width:10px;height:10px;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.pulse-dot.image{background:#a855f7}.pulse-dot.workflow-video{background:#ec4899}.pulse-dot.image-video{background:#f97316}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.task-stats{display:flex;justify-content:center;gap:16px;margin-bottom:20px;font-size:14px;color:#8e8ea0}.task-stats span strong{color:#2d2a46;font-size:16px}.task-list{display:flex;flex-direction:column;gap:18px}.history-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px}.history-pagination-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1.5px solid #E8E4F0;border-radius:8px;background:#fffc;color:#7d7295;font-size:28px;line-height:1;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.history-pagination-btn:hover:not(:disabled){border-color:#d853be;background:#fff4fc;color:#c44fe2}.history-pagination-btn:focus-visible{outline:2px solid #C44FE2;outline-offset:2px}.history-pagination-btn:disabled{cursor:not-allowed;opacity:.45}.history-pagination-status{min-width:86px;color:#746b89;font-size:14px;font-weight:600;text-align:center}.task-card{background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;padding:22px;border:1.5px solid rgba(255,255,255,.5);box-shadow:0 4px 20px #2d2a460f;transition:all .3s}.task-card:hover{box-shadow:0 8px 32px #2d2a461a;transform:translateY(-2px)}.task-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:8px}.task-type-badge{font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px}.task-type-badge.image{background:linear-gradient(135deg,#f3e8ff,#e8d5f5);color:#7c3aed}.task-type-badge.workflow-video{background:linear-gradient(135deg,#fce7f3,#fdecf3);color:#be185d}.task-type-badge.image-video{background:linear-gradient(135deg,#fff4e8,#ffe1c3);color:#c2410c}.task-status{font-size:13px;font-weight:600;padding:4px 14px;border-radius:20px}.task-time{font-size:13px;color:#8e8ea0;margin-bottom:14px}.task-thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;border:1.5px solid #EDEAF4}.task-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.task-thumb-stack{width:82px;height:72px;overflow:visible;border:0;background:transparent;isolation:isolate}.task-thumb-stack .task-thumb-card{position:absolute;width:60px;height:64px;overflow:hidden;border:1.5px solid rgba(255,255,255,.92);border-radius:10px;background:#f8f6fc;box-shadow:0 4px 10px #2d2a4629;transition:transform .2s ease}.task-thumb-stack .task-thumb-card:nth-child(1){top:8px;left:0;z-index:3;transform:rotate(-3deg)}.task-thumb-stack .task-thumb-card:nth-child(2){top:4px;left:8px;z-index:2;transform:rotate(2deg)}.task-thumb-stack .task-thumb-card:nth-child(3){top:0;left:16px;z-index:1;transform:rotate(5deg)}.task-thumb-stack .task-image-count{z-index:4}.task-card:hover .task-thumb-stack .task-thumb-card:nth-child(1){transform:translate(-2px,2px) rotate(-5deg)}.task-card:hover .task-thumb-stack .task-thumb-card:nth-child(2){transform:translate(2px,-1px) rotate(3deg)}.task-card:hover .task-thumb-stack .task-thumb-card:nth-child(3){transform:translate(4px,-3px) rotate(7deg)}.task-media-card{-o-object-fit:cover;object-fit:cover}.task-media-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff}.task-media-placeholder.video{background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.32),transparent 36%),linear-gradient(145deg,#7c3aed,#a855f7 52%,#db2777)}.task-media-placeholder.image{background:radial-gradient(circle at 72% 24%,rgba(255,255,255,.54) 0 8%,transparent 9%),linear-gradient(150deg,#ede9fe,#ddd6fe 42%,#fbcfe8)}.task-media-play{width:23px;height:23px;border:1.5px solid rgba(255,255,255,.92);border-radius:50%;background:#ffffff29;box-shadow:0 3px 9px #4c1d953d;position:relative}.task-media-play:after{content:"";position:absolute;top:50%;left:52%;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid #FFFFFF;transform:translate(-42%,-50%)}.task-media-kind{font-size:9px;font-weight:800;letter-spacing:.12em}.task-media-image-icon{position:relative;width:26px;height:22px;overflow:hidden;border:1.5px solid rgba(91,70,140,.46);border-radius:6px;background:#ffffff61}.task-media-image-icon:before,.task-media-image-icon:after,.task-media-image-icon span{content:"";position:absolute}.task-media-image-icon:before{top:5px;right:5px;width:4px;height:4px;border-radius:50%;background:#8b5cf6}.task-media-image-icon:after{right:-3px;bottom:-8px;width:25px;height:20px;border-radius:4px;background:#c084fc;transform:rotate(42deg)}.task-media-image-icon span{left:-4px;bottom:-9px;z-index:1;width:26px;height:20px;border-radius:4px;background:#7c3aed;transform:rotate(-35deg)}.task-body{display:flex;align-items:center;gap:16px}.task-info{flex:1;min-width:0}.task-filename{font-size:15px;font-weight:600;color:#2d2a46;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.task-params{font-size:13px;color:#8e8ea0;margin-bottom:6px}.task-error-notice{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;margin-top:10px;padding:12px 14px;border-left:3px solid #D84A43;border-radius:6px;background:#fff3f1;color:#7f2420}.task-error-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#d84a43;color:#fff;font-size:14px;font-weight:800;line-height:1}.task-error-content{min-width:0}.task-error-title,.task-error-message{margin:0;overflow-wrap:anywhere}.task-error-title{color:#7f2420;font-size:14px;font-weight:700;line-height:1.45}.task-error-message{margin-top:3px;color:#9e4741;font-size:13px;line-height:1.55}.task-expiry-notice{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start;padding:12px 14px;border-bottom:1px solid #F0DC9D;background:#fff9e9;color:#76570a}.task-expiry-notice.expired{border-bottom-color:#f3c8c2;background:#fff3f1;color:#7f2420}.task-expiry-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:24px;border-radius:6px;background:#f2bf43;color:#5d4300;font-size:12px;font-weight:800;line-height:1}.task-expiry-notice.expired .task-expiry-badge{background:#d84a43;color:#fff}.task-expiry-content{min-width:0}.task-expiry-title,.task-expiry-message{margin:0;overflow-wrap:anywhere}.task-expiry-title{font-size:14px;font-weight:700;line-height:1.45}.task-expiry-message{margin-top:3px;color:#8a6a18;font-size:13px;line-height:1.55}.task-expiry-notice.expired .task-expiry-message{color:#9e4741}.image-video-reference-note{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:-2px 0 14px;padding:8px 10px;border-left:3px solid #FB923C;background:#fff8f2;color:#7c6656;font-size:13px;line-height:1.4}.image-video-reference-note-title{font-weight:600;color:#9a3412}.image-video-reference-note-item strong{margin-right:4px;color:#c2410c}.image-video-reference-note-divider{width:1px;height:14px;background:#fed7aa}.image-video-shot-hint{min-height:44px;display:flex;align-items:center;padding:0 14px;border:1px solid #FDBA9A;border-radius:8px;background:#fff7ed;color:#c2410c;font-size:14px;font-weight:600}.image-video-locked{position:relative;min-height:580px}.image-video-locked .config-btn{border-color:#fad5c4;background:#fff9f5}.image-video-locked .config-btn:hover{border-color:#fb923c;background:#fff1e8}.image-video-locked .config-btn.active{background:linear-gradient(135deg,#fb923c,#ea580c);box-shadow:0 4px 14px #ea580c47}.image-video-locked .video-duration-select{border-color:#fad5c4;background:#fff9f5}.image-video-locked .video-duration-select:hover{border-color:#fb923c;background:#fff1e8}.image-video-locked .video-duration-select:focus-visible{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c2e}.image-video-locked-content.is-unavailable{opacity:.42;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-video-unavailable{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;padding:24px;border:1px solid rgba(234,88,12,.12);border-radius:12px;background:#fff7ed52}.image-video-unavailable-panel{width:min(100%,340px);padding:28px 24px;border:1px solid rgba(255,255,255,.9);border-radius:12px;background:#fffffff0;box-shadow:0 14px 32px #7c2d1224;color:#7c2d12;text-align:center}.image-video-unavailable-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:10px;border:1px solid rgba(234,88,12,.16);border-radius:50%;background:#ffedd5e0;font-size:22px}.image-video-unavailable-panel h2{margin:0;color:#c2410c;font-size:20px;line-height:1.3}.image-video-unavailable-panel p{margin:8px 0 0;color:#7c6656;font-size:14px;line-height:1.5}@supports (backdrop-filter: blur(1px)){.image-video-unavailable-panel{background:#ffffffad;-webkit-backdrop-filter:saturate(135%) blur(16px);backdrop-filter:saturate(135%) blur(16px)}}.task-module-unavailable{margin:10px 0 0;color:#7c6656;font-size:13px}.task-progress-bar{height:8px;background:#edeaf4;border-radius:4px;overflow:hidden;margin-top:8px;position:relative}.task-progress-fill{height:100%;width:100%;border-radius:4px;position:relative;overflow:hidden}.task-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 30%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.5) 70%,transparent 100%);animation:flowShimmer 2.5s ease-in-out infinite}.task-progress-fill.image-flow{background:linear-gradient(90deg,#a855f7,#7c3aed)}.task-progress-fill.workflow-video-flow{background:linear-gradient(90deg,#f472b6,#db2777)}.task-thumb{position:relative;flex-shrink:0}.task-image-count{position:absolute;right:4px;bottom:4px;min-width:24px;height:24px;padding:0 6px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#152434c7;color:#fff;font-size:12px;font-weight:700}.task-progress-fill.image-video-flow{background:linear-gradient(90deg,#fb923c,#ea580c)}.task-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.task-btn{padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s;border:none}.task-btn-primary{background:linear-gradient(135deg,#ff6b9d,#c44fe2);color:#fff;box-shadow:0 3px 10px #c44fe24d}.task-btn-primary:hover{box-shadow:0 5px 16px #c44fe266}.task-btn:disabled{cursor:not-allowed;opacity:.62;box-shadow:none}.task-btn-primary:disabled:hover{box-shadow:none}.task-action-tooltip{position:relative;display:inline-flex}.task-action-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%,4px);z-index:10;padding:6px 9px;border-radius:7px;background:#231f37f0;color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.task-action-tooltip:hover:after,.task-action-tooltip:focus-visible:after{opacity:1;transform:translate(-50%)}.task-btn-secondary{background:#f0edf7;color:#2d2a46}.task-btn-secondary:hover{background:#e4e0ee}.task-btn-icon-label{display:inline-flex;align-items:center;justify-content:center;gap:6px}.empty-state{text-align:center;padding:48px 24px;color:#8e8ea0}.empty-state-icon{font-size:52px;margin-bottom:14px}.empty-state-text{font-size:17px;font-weight:600;margin-bottom:6px;color:#2d2a46}.empty-state-hint{font-size:14px;color:#8e8ea0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d2a4666;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;padding:36px;max-width:400px;width:90%;text-align:center;box-shadow:0 24px 64px #2d2a4633;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-title{font-size:22px;font-weight:700;margin-bottom:6px;color:#2d2a46}.modal-desc{font-size:15px;color:#8e8ea0;margin-bottom:24px}.qr-wrapper{display:inline-block;padding:18px;background:#fff;border-radius:16px;border:2px solid #EDEAF4;margin-bottom:20px}.modal-hint{font-size:14px;color:#8e8ea0;line-height:1.6}.toast-container{position:fixed;top:24px;right:24px;z-index:2000;display:flex;flex-direction:column;gap:10px}.image-video-reference-notice{position:fixed;top:50%;left:50%;z-index:2100;display:flex;align-items:center;gap:12px;width:min(560px,calc(100vw - 40px));padding:18px 22px;border:1px solid rgba(234,88,12,.42);border-radius:14px;background:#fff8f1eb;box-shadow:0 18px 46px #9a341238,inset 0 1px #fffc;color:#9a3412;font-size:17px;font-weight:650;line-height:1.55;transform:translate(-50%,-50%);pointer-events:none;animation:imageVideoReferenceNoticeIn .24s ease-out}.image-reference-removal-notice{position:fixed;top:50%;left:50%;z-index:2100;display:flex;align-items:center;gap:12px;width:min(560px,calc(100vw - 40px));padding:18px 22px;border:1px solid rgba(196,79,226,.42);border-radius:14px;background:#fdf4ffeb;box-shadow:0 18px 46px #7d329a38,inset 0 1px #fffc;color:#8e2aa7;font-size:17px;font-weight:650;line-height:1.55;transform:translate(-50%,-50%);pointer-events:none;animation:imageReferenceRemovalNoticeIn .24s ease-out}.image-reference-removal-notice-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#c44fe2;color:#fff;font-size:19px;font-weight:800;line-height:1}.image-video-reference-notice-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#ea580c;color:#fff;font-size:19px;font-weight:800;line-height:1}@supports (backdrop-filter: blur(1px)){.image-reference-removal-notice{background:#fdf4ffb8;-webkit-backdrop-filter:saturate(140%) blur(16px);backdrop-filter:saturate(140%) blur(16px)}.image-video-reference-notice{background:#fffaf6b8;-webkit-backdrop-filter:saturate(140%) blur(16px);backdrop-filter:saturate(140%) blur(16px)}}@keyframes imageReferenceRemovalNoticeIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 12px)) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes imageVideoReferenceNoticeIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 12px)) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.toast-container.generation-toast-container{--generation-glass-tint: rgba(255, 255, 255, .78);--generation-glass-border: rgba(255, 255, 255, .9);--generation-glass-shadow: 0 20px 52px rgba(45, 42, 70, .2);top:50%;right:auto;left:50%;width:min(620px,calc(100vw - 40px));align-items:center;transform:translate(-50%,-50%);pointer-events:none}.generation-toast-container .toast{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:84px;display:inline-flex;align-items:center;gap:16px;padding:16px 24px 16px 16px;border:1px solid var(--generation-glass-border);border-radius:16px;background:var(--generation-glass-tint);color:#2d2a46;box-shadow:var(--generation-glass-shadow),inset 0 1px #ffffffbd;font-size:18px;font-weight:600;text-align:left}.generation-notice-icon{width:50px;height:50px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.92);border-radius:14px;background:#ffffffad;box-shadow:inset 0 1px #ffffffd1;font-size:25px}.generation-notice-text{min-width:0;line-height:1.45}.toast.image-generation-notice .generation-notice-icon{background:#f3e8ffd6}.toast.workflow-generation-notice .generation-notice-icon{background:#fce7f3d6}.toast.image-video-generation-notice .generation-notice-icon{background:#ffedd5e0}.toast.hot-replication-generation-notice .generation-notice-icon{background:#fce7f3d6}.toast{padding:16px 24px;border-radius:14px;font-size:15px;font-weight:500;box-shadow:0 8px 32px #2d2a461f;animation:toastIn .35s ease;max-width:340px}@keyframes toastIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.toast.error{background:linear-gradient(135deg,#ffe0e6,#ffd0d8);color:#9b1c31}.toast.info{background:linear-gradient(135deg,#d4f1f9,#b8e6f0);color:#0a6075}.generation-toast-container .toast.info{background:var(--generation-glass-tint);color:#2d2a46}@supports (backdrop-filter: blur(1px)){.generation-toast-container .toast.info{background:#ffffff9e;-webkit-backdrop-filter:saturate(145%) blur(18px);backdrop-filter:saturate(145%) blur(18px)}}.toast.workflow-generation-notice,.toast.image-generation-notice,.toast.image-video-generation-notice,.toast.hot-replication-generation-notice{animation:generationNotice 2.8s ease forwards}@keyframes generationNotice{0%{opacity:0;transform:translateY(-8px) scale(.98)}8%,78%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}@media (prefers-reduced-motion: reduce){.image-reference-removal-notice,.image-video-reference-notice,.transient-error-toast,.transient-error-toast.is-leaving,.toast.workflow-generation-notice,.toast.image-generation-notice,.toast.image-video-generation-notice,.toast.hot-replication-generation-notice{animation:none}}@media (max-width: 640px){.image-reference-removal-notice,.image-video-reference-notice{width:calc(100vw - 32px);padding:15px 16px;font-size:16px}.toast-container.generation-toast-container{width:calc(100vw - 32px)}.generation-toast-container .toast{min-height:72px;gap:12px;padding:12px 16px 12px 12px;font-size:16px}.generation-notice-icon{width:42px;height:42px;border-radius:12px;font-size:21px}}.video-player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1500;animation:fadeIn .25s ease}.video-player-container{position:relative;max-width:90vw;max-height:90vh;border-radius:16px;overflow:hidden}.video-player-close{position:absolute;top:-44px;right:0;background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.video-player-close:hover{background:#fe2c55}.video-player-container video{max-width:90vw;max-height:85vh;border-radius:16px}.tk-footer{margin-top:40px;text-align:center;padding-top:24px;border-top:1px solid rgba(196,79,226,.1)}.tk-footer-text{font-size:14px;color:#b0acc0}.tk-footer-text strong{color:#8e8ea0;font-weight:600}.image-prompt-area{width:100%;min-height:80px;padding:16px;border-radius:14px;border:2px solid #E8E4F0;background:#fafafa;font-size:15px;color:#2d2a46;line-height:1.6;resize:none;outline:none;font-family:inherit;transition:border-color .2s}.image-prompt-area:focus{border-color:#a855f7;background:#fff}.image-prompt-area::-moz-placeholder{color:#b0acc0}.image-prompt-area::placeholder{color:#b0acc0}.image-reference-input{position:relative}.image-generation-reference-input{display:flex;flex:1;min-height:0}.image-generation-reference-input .image-reference-input{display:flex;flex:1;flex-direction:column;min-height:0}.image-generation-reference-input .image-reference-editor{flex:1;min-height:0}.image-reference-input .image-prompt-area{min-height:150px}.image-reference-editor{overflow-y:auto;white-space:pre-wrap;overflow-wrap:anywhere;cursor:text}.image-video-row .image-reference-input,.image-video-row .image-reference-editor{width:100%;min-width:0;max-width:100%}.image-video-row .image-reference-editor{max-height:300px;overflow-x:hidden}.image-reference-editor:empty:before{content:attr(data-placeholder);color:#b0acc0;pointer-events:none}.image-reference-token{position:relative;display:inline-flex;width:38px;height:38px;margin:0 3px;vertical-align:middle;overflow:hidden;border:1px solid #FDBA9A;border-radius:6px;background:#fff1e8;box-shadow:0 1px 4px #ea580c2e;-webkit-user-select:all;-moz-user-select:all;user-select:all}.image-reference-editor [data-caret-anchor=true]{white-space:pre-wrap}.image-reference-token img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.image-reference-token.media-reference-token{width:auto;min-width:62px;gap:4px;padding:0 7px;color:#8c2d0a}.media-reference-token-icon{display:flex;width:17px;height:100%;flex:0 0 17px;align-items:center;justify-content:center;font-size:16px}.media-reference-token-label{font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.image-reference-token:hover{border-color:#c2410c}.image-reference-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;max-height:280px;overflow-y:auto;padding:8px;border:1px solid #FAD5C4;border-radius:8px;background:#fff;box-shadow:0 14px 32px #7c2d1224}.image-reference-menu-title{padding:4px 6px 8px;color:#687a77;font-size:12px;font-weight:700}.image-reference-option{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;width:100%;min-height:54px;gap:10px;padding:5px 8px;border:0;border-radius:6px;background:transparent;color:#2d2a46;text-align:left}.image-reference-option:hover,.image-reference-option.active{background:#fff1e8}.image-reference-option img{width:44px;height:44px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.media-reference-option-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:6px;background:#fff1e8;font-size:22px}.image-reference-option-label{min-width:0;color:#c2410c;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-reference-option-order{color:#8e8ea0;font-size:12px;white-space:nowrap}.image-reference-input-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:5px;color:#8e8ea0;font-size:12px;line-height:1.45}.image-reference-input-footer span:last-child{flex:0 0 auto}.ref-images-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.ref-image-item{position:relative;width:120px;border-radius:12px;overflow:hidden;border:1.5px solid #E8E4F0;background:#fff}.ref-image-item img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;display:block}.ref-image-index{position:absolute;top:7px;left:7px;z-index:2;padding:3px 7px;border-radius:5px;background:#142624d1;color:#fff;font-size:12px;font-weight:700;line-height:1.35}.ref-image-uploading{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000073;color:#fff;font-size:13px;display:flex;align-items:center;justify-content:center}.image-video-material-item:has(.is-local-video-preparing)>.ref-image-uploading:not(.is-local-video-preparing){display:none}.is-local-video-preparing{gap:6px;font-variant-numeric:tabular-nums}.image-video-processing-spinner{flex:0 0 auto;animation:image-video-processing-spin .85s linear infinite}@keyframes image-video-processing-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.image-video-processing-spinner{animation-duration:1.8s}}.ref-image-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#00000080;color:#fff;border:none;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.ref-image-remove:hover{background:#fe2c55;transform:scale(1.1)}.ref-image-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:120px;height:152px;border-radius:12px;border:2px dashed #D4CFE2;background:#ffffff80;cursor:pointer;transition:all .2s}.ref-image-add:hover{border-color:#a855f7;background:#f9f0ff}.image-video-media-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;margin-top:14px}.image-video-media-upload{min-width:0;padding:12px;border:1.5px dashed #F6B98F;border-radius:12px;background:#fff9f5}.image-video-media-upload-header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7c2d12;font-size:13px}.image-video-media-upload-header span{color:#9a6b55;font-size:12px}.image-video-media-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;margin-top:10px}.image-video-media-item{position:relative;min-width:0;overflow:hidden;border:1px solid #FAD5C4;border-radius:10px;background:#fff}.image-video-media-item>video{display:block;width:100%;height:112px;background:#1f1f27;-o-object-fit:contain;object-fit:contain}.image-video-audio-preview{display:flex;min-height:78px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 8px 24px}.image-video-audio-preview>span{font-size:22px}.image-video-audio-preview audio{width:100%;height:32px}.image-video-media-index{position:absolute;left:7px;bottom:6px;z-index:2;padding:2px 6px;border-radius:5px;background:#142624d1;color:#fff;font-size:11px;font-weight:700}.image-video-media-add{display:flex;min-height:40px;align-items:center;justify-content:center;margin-top:10px;border:1px solid #FDBA9A;border-radius:9px;background:#fff;color:#c2410c;cursor:pointer;font-size:13px;font-weight:700}.image-video-media-add:hover{border-color:#ea580c;background:#fff1e8}.image-video-media-hint{margin-top:8px;color:#9a6b55;font-size:11px;line-height:1.45}.image-video-material-upload{display:flex;flex:1;min-height:390px;flex-direction:column;padding:14px;border:2px dashed #D4CFE2;border-radius:14px;background:linear-gradient(145deg,#fcfbff,#f8f7fc);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.kling-frame-upload{display:flex;flex:1;min-height:390px;flex-direction:column;padding:14px;border:2px dashed #D4CFE2;border-radius:14px;background:linear-gradient(145deg,#fcfbff,#f8f7fc)}.kling-frame-upload-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;padding:1px 1px 12px;color:#2d2748}.kling-frame-upload-header strong{font-size:15px}.kling-frame-upload-header span,.kling-frame-upload>p{color:#756e8d;font-size:12px}.kling-frame-upload-grid{display:grid;flex:0 0 auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kling-frame-slot{position:relative;display:flex;min-height:220px;flex-direction:column;overflow:hidden;border:1px dashed #C9BEE2;border-radius:12px;background:#fff}.kling-frame-slot.has-image{border-style:solid;border-color:#e5e0ef}.kling-frame-slot.is-locked{opacity:.62}.kling-frame-slot-title{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px;color:#3f365a;font-size:13px}.kling-frame-slot-title span{padding:2px 7px;border-radius:999px;background:#f2edff;color:#7047ae;font-size:11px}.kling-frame-slot>img{display:block;width:100%;min-height:0;flex:1;-o-object-fit:cover;object-fit:cover}.kling-frame-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px;color:#756e8d;cursor:pointer;text-align:center}.kling-frame-slot.is-locked .kling-frame-empty{cursor:not-allowed}.kling-frame-empty>span{display:grid;width:38px;height:38px;place-items:center;border-radius:13px;background:#f2edff;color:#8b5cf6;font-size:24px}.kling-frame-empty strong{color:#373152;font-size:14px}.kling-frame-empty small{font-size:12px}.kling-frame-slot-actions{display:flex;gap:8px;padding:9px;background:#fcfbff}.kling-frame-action{flex:1;padding:7px 9px;border:1px solid #D8D0E8;border-radius:7px;background:#fff;color:#7047ae;cursor:pointer;font-size:12px;font-weight:700;text-align:center}.kling-frame-action.clear{color:#a44545}.kling-frame-uploading{position:absolute;top:50%;left:50%;padding:7px 10px;border-radius:999px;background:#12121ac7;color:#fff;font-size:12px;font-weight:700;transform:translate(-50%,-50%)}.kling-frame-upload>p{margin:10px 2px 0;line-height:1.55}.audio-sync-toggle{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;padding:8px 12px;border:1px solid #D9D4E5;border-radius:8px;background:#f5f4f7;color:#4c4758;cursor:pointer;font-size:13px;font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease}.audio-sync-toggle:hover{border-color:#b8a8dc;background:#eeebf5}.audio-sync-toggle.active{border-color:#8b5cf6;background:#7c3aed;box-shadow:0 4px 12px #7c3aed3d;color:#fff}.audio-sync-toggle-icon{display:grid;width:15px;height:15px;place-items:center;border:1.5px solid currentColor;border-radius:50%;font-size:10px;line-height:1}.audio-sync-toggle.active .audio-sync-toggle-icon{background:#fff;color:#7c3aed}@media (max-width: 540px){.kling-frame-upload-grid{grid-template-columns:1fr}.kling-frame-slot{min-height:180px}}.image-video-material-upload:hover{border-color:#c3b6e6;background:#fcfbff;box-shadow:inset 0 0 0 1px #a855f70a}.image-video-material-upload-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;padding:1px 1px 12px;color:#2d2748}.image-video-material-upload-header strong{font-size:15px;letter-spacing:.01em}.image-video-material-upload-header span{color:#756e8d;font-size:12px;font-variant-numeric:tabular-nums}.image-video-material-empty{display:flex;flex:1;min-height:285px;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:28px;border:1px dashed rgba(181,169,217,.72);border-radius:11px;color:#756e8d;cursor:pointer;text-align:center;transition:background .2s ease,border-color .2s ease,transform .2s ease}.image-video-material-empty:hover{border-color:#a855f7;background:#f9f0ffb8;transform:translateY(-1px)}.image-video-material-empty-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;background:#f2edff;color:#8b5cf6;font-size:25px;line-height:1}.image-video-material-empty strong{color:#373152;font-size:16px}.image-video-material-empty span:last-child{font-size:13px}.image-video-material-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:10px;overflow-y:auto;max-height:320px;padding:1px}.image-video-material-item{position:relative;min-width:0;min-height:112px;overflow:hidden;border:1px solid #E5E0EF;border-radius:11px;background:#fff}.image-video-material-preview-trigger{position:relative;display:block;width:100%;height:120px;padding:0;overflow:hidden;border:0;background:#1f1f27;cursor:zoom-in}.image-video-material-preview-trigger>img,.image-video-material-preview-trigger>video{display:block;width:100%;height:120px;-o-object-fit:cover;object-fit:cover;transition:transform .24s ease,filter .24s ease}.image-video-material-preview-trigger.video>video{-o-object-fit:contain;object-fit:contain}.image-video-material-preview-trigger:hover>img,.image-video-material-preview-trigger:hover>video,.image-video-material-preview-trigger:focus-visible>img,.image-video-material-preview-trigger:focus-visible>video{transform:scale(1.035);filter:brightness(.78)}.image-video-material-preview-trigger:focus-visible{outline:2px solid #7C3AED;outline-offset:-2px}.image-video-material-preview-hint{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;background:#12121ac7;color:#fff;font-size:12px;font-weight:700;line-height:1;opacity:0;transform:translate(-50%,-50%) translateY(5px);transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.image-video-material-preview-hint.video{opacity:1;transform:translate(-50%,-50%)}.image-video-material-preview-trigger:hover .image-video-material-preview-hint,.image-video-material-preview-trigger:focus-visible .image-video-material-preview-hint{opacity:1;transform:translate(-50%,-50%)}.image-video-material-item.audio{border-color:#e2d7f3;background:#fefcff}.image-video-material-item.video{border-color:#f0d9c9}.image-video-material-item [data-video-preview-fallback]{position:absolute;right:5px;bottom:6px;left:5px;z-index:3;padding:5px 7px;border-radius:6px;background:#1f1f27e0;color:#fff;font-size:11px;line-height:1.35}.image-video-material-item [data-video-preview-fallback] a{margin-left:3px;color:#fde68a;text-decoration:underline}.image-video-material-add{display:flex;min-height:42px;align-items:center;justify-content:center;margin-top:11px;border:1px dashed #C9BEE2;border-radius:9px;background:#fff;color:#7047ae;cursor:pointer;font-size:13px;font-weight:700;transition:border-color .2s ease,background .2s ease}.image-video-material-add:hover{border-color:#a855f7;background:#faf5ff}.image-video-material-hint{margin:10px 2px 0;color:#7b7490;font-size:11px;line-height:1.55}.image-video-material-preview-dialog{position:fixed;z-index:220;top:0;right:0;bottom:0;left:0;display:grid;place-items:start center;padding:88px 24px 36px;background:#08070ba3;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.image-video-material-preview-dialog-content{position:relative;display:grid;width:min(540px,calc(100vw - 48px));height:min(640px,calc(100vh - 124px));place-items:center;overflow:visible;border:0;background:transparent;box-shadow:none}.image-video-material-preview-dialog-close{position:absolute;z-index:1;top:10px;right:10px;display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;background:#14121b9e;color:#fff;cursor:pointer;font-size:22px;font-weight:400;line-height:1;opacity:.72;transition:opacity .2s ease,background .2s ease}.image-video-material-preview-dialog-close:hover,.image-video-material-preview-dialog-close:focus-visible{background:#14121be6;opacity:1}.image-video-material-preview-dialog-media{display:grid;width:100%;height:100%;overflow:hidden;place-items:center;background:transparent}.image-video-material-preview-dialog-media img,.image-video-material-preview-dialog-media video{display:block;max-width:100%;max-height:min(640px,calc(100vh - 124px));-o-object-fit:contain;object-fit:contain}.image-video-material-preview-dialog-media img{width:auto;height:auto}.image-video-material-preview-dialog-media video{width:auto;height:auto}@media (max-width: 600px){.image-video-material-preview-dialog{padding:56px 12px 24px}.image-video-material-preview-dialog-content{width:calc(100vw - 24px);height:min(560px,calc(100vh - 80px))}.image-video-material-preview-dialog-media img,.image-video-material-preview-dialog-media video{max-height:min(560px,calc(100vh - 80px))}}.image-result{padding:0}.image-result img{width:100%;max-height:75vh;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto}.workflow-video-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;min-height:540px}.workflow-video-card{min-width:0;margin-bottom:0;display:flex;flex-direction:column}.workflow-video-upload{flex:1;min-height:390px;margin-bottom:0;padding:20px;cursor:default;align-items:flex-start}.workflow-upload-empty{width:100%;min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.workflow-upload-empty input,.workflow-image-add input{display:none}.workflow-images-grid{width:100%;min-height:340px;display:flex;align-items:center;justify-content:center}.workflow-image-item,.workflow-image-add{position:relative;min-width:0;border-radius:12px;overflow:hidden;border:1.5px solid #F3C3D9;background:#fdf2f8}.workflow-image-item{width:-moz-fit-content;width:fit-content;max-width:100%;max-height:340px;box-shadow:0 12px 28px #be185d1f}.workflow-image-item img{width:auto;height:auto;max-width:100%;max-height:340px;-o-object-fit:contain;object-fit:contain;display:block}.workflow-image-add{aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:2px dashed #F3A7C6;color:#9d174d;cursor:pointer}.workflow-image-add:hover{border-color:#ec4899;background:#fdf2f8}.workflow-add-icon{font-size:30px;line-height:1}.workflow-upload-notice{margin-top:10px;padding:9px 12px;border-radius:10px;background:#fff7e6;border:1px solid #FFD28A;color:#8a5a00;font-size:13px}.workflow-config-card{gap:16px}.advanced-zone{flex:1;min-height:220px;padding:18px 20px;border:1px solid #E9D8E8;border-radius:14px;background:linear-gradient(180deg,#fffcfe,#fff9fc);color:#72515f;box-shadow:inset 0 1px #ffffffe6,0 4px 16px #7a515f0a}.advanced-zone.loading{border-color:#f3a7c6;background:#fdf2f8}.advanced-zone-title{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#2d2a46;font-size:19px;font-weight:700}.advanced-zone p{font-size:16px;line-height:1.65}.advanced-loading-content{min-height:92px;display:flex;align-items:center;gap:14px}.workflow-spinner{width:34px;height:34px;flex-shrink:0;border:3px solid #F8D4E4;border-top-color:#db2777;border-radius:50%;animation:workflowSpin .9s linear infinite}@keyframes workflowSpin{to{transform:rotate(360deg)}}.skip-wait-btn{width:100%;min-height:42px;margin-top:12px;border:1.5px solid #DB2777;border-radius:10px;background:#fff;color:#be185d;font-size:14px;font-weight:700}.skip-wait-btn:hover:not(:disabled){background:#fdf2f8}.skip-wait-btn:disabled{opacity:.55;cursor:not-allowed}.advanced-result-type{margin-bottom:14px;color:#be185d;font-weight:700}.advanced-options{display:flex;flex-wrap:wrap;gap:10px}.advanced-option-group+.advanced-option-group{margin-top:16px}.advanced-option-group{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;-moz-column-gap:16px;column-gap:16px}.advanced-option-label{display:block;margin-bottom:0;color:#2d2a46;font-size:14px;font-weight:600;white-space:nowrap}.workflow-select-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.workflow-select-row label{display:flex;flex-direction:column;gap:7px}.workflow-select-row span{color:#2d2a46;font-size:14px;font-weight:600}.workflow-select-row select{width:100%;min-height:44px;padding:0 12px;border:2px solid #E8E4F0;border-radius:10px;background:#fff;color:#2d2a46;font-size:15px;outline:none}.workflow-select-row select:focus{border-color:#ec4899}.workflow-select-row select:disabled{background:#f4f3f7;color:#8e8ea0}.workflow-config-actions{margin-top:auto}.workflow-config-actions p{margin-top:10px;color:#56756e;font-size:13px;text-align:center}.workflow-ready-actions{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px}.workflow-back-btn{min-height:58px;padding:0 16px;border:2px solid #F3A7C6;border-radius:14px;background:#fff;color:#be185d;font-size:16px;font-weight:700}.workflow-back-btn:hover:not(:disabled){border-color:#ec4899;background:#fdf2f8}.workflow-back-btn:disabled{opacity:.55;cursor:not-allowed}.hidden{display:none!important}@media (max-width: 1200px){.tk-app{max-width:90vw}}@media (max-width: 900px){.wf-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-video-row{grid-template-columns:1fr;min-height:0}.workflow-video-upload{min-height:320px}.image-video-locked{min-height:0}.image-video-media-sections{grid-template-columns:1fr}}@media (max-width: 640px){.tk-app{max-width:95vw;padding:16px 12px 40px}.tk-title{font-size:26px}.card{padding:22px}.config-group{gap:8px}.config-btn{padding:10px 16px;font-size:14px}.wf-switch{gap:8px}.wf-btn{padding:14px 10px}.wf-btn-label{font-size:15px}.task-body{flex-wrap:wrap}.task-thumb{width:60px;height:60px}.task-thumb-stack{width:68px;height:60px}.task-thumb-stack .task-thumb-card{width:50px;height:54px}.task-thumb-stack .task-thumb-card:nth-child(1){top:6px}.task-thumb-stack .task-thumb-card:nth-child(2){top:3px;left:6px}.task-thumb-stack .task-thumb-card:nth-child(3){left:12px}.image-gen-row{height:auto!important;flex-wrap:wrap!important}.image-gen-card{height:auto!important;min-height:300px}.workflow-select-row{grid-template-columns:1fr}.advanced-option-group{grid-template-columns:1fr;row-gap:8px}.advanced-option-label{margin-bottom:0}.workflow-images-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-zone{min-height:200px}.workflow-ready-actions{grid-template-columns:1fr}.workflow-back-btn{min-height:48px}}.image-gen-row{flex-wrap:nowrap!important}.image-gen-card{height:100%;box-sizing:border-box;overflow:hidden}.image-video-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:20px;min-height:580px}.image-video-row .image-gen-card{min-width:0!important;height:auto}@media (max-width: 900px){.image-video-row{grid-template-columns:1fr;min-height:0}}.ref-upload-container .ref-images-grid{margin-bottom:0}.ref-upload-container .ref-image-add{height:120px}.ref-upload-container:has(.ref-images-grid):hover{border-color:#d4cfe2;background:#fafafe}.ref-upload-container .ref-images-grid{overflow-y:auto;max-height:100%}.hot-replication-panel{--hot-ink: #221f1b;--hot-muted: #756e65;--hot-paper: #fbf8f1;--hot-card: rgba(255, 253, 248, .94);--hot-line: rgba(72, 61, 48, .14);--hot-orange: #f06b32;--hot-orange-dark: #b83e19;position:relative;isolation:isolate;overflow:hidden;border:1px solid rgba(68,57,46,.14);border-radius:22px;background:radial-gradient(circle at 83% 10%,rgba(240,107,50,.16),transparent 27%),linear-gradient(145deg,#fdfbf6,#f3eee5);box-shadow:0 22px 60px #32281e1a;color:var(--hot-ink);animation:hot-panel-arrive .48s cubic-bezier(.2,.8,.2,1) both}.hot-replication-panel:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.34;background-image:repeating-linear-gradient(90deg,transparent 0,transparent 31px,rgba(55,44,34,.035) 32px);pointer-events:none}@keyframes hot-panel-arrive{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hot-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:stretch;gap:24px;padding:30px;border-bottom:1px solid var(--hot-line)}.hot-hero-copy{min-width:0;padding:8px 0 4px}.hot-kicker,.hot-login-kicker,.hot-admin-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--hot-orange-dark);font-size:11px;font-weight:800;letter-spacing:.19em}.hot-kicker:before,.hot-login-kicker:before,.hot-admin-kicker:before{content:"";width:24px;height:2px;background:currentColor}.hot-hero h2{margin:9px 0 7px;font-family:"Noto Serif SC","Source Han Serif SC",Songti SC,serif;font-size:clamp(30px,3.2vw,46px);font-weight:900;line-height:1.16;letter-spacing:-.04em}.hot-hero-copy p{max-width:660px;margin:0;color:var(--hot-muted);font-size:14px}.hot-account-card{position:relative;overflow:hidden;min-height:136px;padding:18px 20px;border-radius:18px;background:#28231e;box-shadow:0 16px 30px #32251a2e;color:#fff8ee}.hot-account-card>span,.hot-account-card>small{position:relative;z-index:1;display:block;color:#fff8eea8;font-size:11px}.hot-account-card>strong{position:relative;z-index:1;display:block;margin:1px 0 -2px;font-family:Georgia,Times New Roman,serif;font-size:40px;font-weight:500;line-height:1.15}.hot-quota-orbit{position:absolute;top:-48px;right:-38px;width:130px;height:130px;border:18px solid rgba(240,107,50,.5);border-radius:50%}.hot-account-actions{position:absolute;z-index:2;right:16px;bottom:14px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.hot-account-actions b{max-width:105px;overflow:hidden;color:#fff8eee6;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.hot-account-actions button{padding:4px 8px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;color:#ffffffc2;font-size:10px}.hot-workbench{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:18px;padding:24px 30px 20px}.hot-column{min-width:0}.hot-column-label{display:flex;align-items:center;gap:10px;margin:0 0 10px 4px;color:#4c463f;font-size:12px;font-weight:800;letter-spacing:.12em}.hot-column-label span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--hot-ink);color:#fff;font-family:Georgia,serif;font-size:11px;letter-spacing:0}.hot-paired-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hot-material-card{min-width:0;padding:15px;border:1px solid var(--hot-line);border-radius:17px;background:var(--hot-card);box-shadow:0 8px 22px #332a220e}.hot-clothing-card,.hot-voice-card{margin-top:14px}.hot-section-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px}.hot-section-index{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid rgba(240,107,50,.28);border-radius:8px;background:#f06b3214;color:var(--hot-orange-dark);font-family:Georgia,serif;font-size:12px;font-weight:700}.hot-section-title-row{display:flex;align-items:center;gap:7px}.hot-section-title-row h3{margin:0;font-size:14px;font-weight:800;letter-spacing:.01em}.hot-required{padding:2px 5px;border-radius:5px;background:#fef0e9;color:var(--hot-orange-dark);font-size:9px;font-weight:800}.hot-help-tip{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:17px;height:17px;border:1px solid rgba(68,57,46,.22);border-radius:50%;background:#fff;color:#6c635a;font-family:Georgia,serif;font-size:11px;font-weight:700;cursor:help;outline:none}.hot-help-tip:focus-visible{box-shadow:0 0 0 3px #f06b3233}.hot-help-card{position:absolute;z-index:80;top:calc(100% + 10px);left:50%;width:min(390px,calc(100vw - 36px));padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#231f1bf7;box-shadow:0 14px 36px #211c1742;color:#fff9f2;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:400;line-height:1.55;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .16s ease,transform .16s ease;visibility:hidden}.hot-help-card:before{content:"";position:absolute;top:-5px;left:calc(50% - 5px);width:10px;height:10px;background:#231f1b;transform:rotate(45deg)}.hot-help-card>strong,.hot-help-card>span:not(.hot-help-examples){display:block}.hot-help-card>span:not(.hot-help-examples){margin-top:5px;color:#fff9f2ad}.hot-help-tip.is-open .hot-help-card{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.hot-help-tip.hot-help-align-end .hot-help-card{right:-8px;left:auto;transform:translateY(-4px)}.hot-help-tip.hot-help-align-end.is-open .hot-help-card{transform:translate(0)}.hot-help-tip.hot-help-align-end .hot-help-card:before{right:11px;left:auto}.hot-help-examples{display:grid;max-height:min(430px,58vh);gap:7px;margin-top:10px;overflow:auto;grid-template-columns:repeat(2,minmax(0,1fr));scrollbar-color:rgba(255,255,255,.28) transparent;scrollbar-width:thin}.hot-help-examples img,.hot-help-examples video{display:block;width:100%;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#0f0e0c}.hot-help-examples img{height:auto;max-height:min(320px,46vh);-o-object-fit:contain;object-fit:contain}.hot-help-examples video{aspect-ratio:16 / 10;-o-object-fit:contain;object-fit:contain}.hot-help-examples-video{grid-template-columns:1fr;justify-items:center}.hot-help-examples-video video{width:min(100%,140px);aspect-ratio:9 / 16;-o-object-fit:cover;object-fit:cover}.hot-help-comparisons{display:grid;max-height:min(430px,58vh);gap:9px;margin-top:10px;overflow:auto;scrollbar-color:rgba(124,58,237,.28) transparent;scrollbar-width:thin}.hot-help-comparison{display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);align-items:center;gap:7px;min-width:0}.hot-help-comparison.is-legacy{grid-template-columns:minmax(0,1fr)}.hot-help-comparison-media{display:block;min-width:0}.hot-help-comparison-media img{display:block;width:100%;aspect-ratio:16 / 10;border:1px solid rgba(124,58,237,.14);border-radius:9px;background:#2d2a4614;-o-object-fit:cover;object-fit:cover}.hot-help-comparisons.is-background-portrait .hot-help-comparison-media img{aspect-ratio:3 / 4}.hot-help-comparison-media small{display:block;margin-top:4px;overflow:hidden;color:#3d394f;font-size:12px;font-weight:700;line-height:1.4;text-align:center;text-overflow:ellipsis;white-space:nowrap}.hot-comparison-arrow{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#d946ef);box-shadow:0 5px 13px #8b5cf638;color:#fff;font-size:16px;font-weight:800;line-height:1}.hot-help-example-error{padding-top:6px;border-top:1px solid rgba(255,255,255,.1);color:#ffe1d3c2!important;font-size:10px}.hot-upload-slot,.hot-clothing-upload{overflow:hidden;border:1px dashed rgba(82,69,55,.28);border-radius:13px;background:linear-gradient(#ffffffad,#ffffffad),repeating-linear-gradient(135deg,rgba(93,77,60,.05) 0 1px,transparent 1px 8px);transition:border-color .18s ease,background .18s ease,transform .18s ease}.hot-upload-slot,.hot-background-card .hot-upload-slot{min-height:205px}.hot-upload-slot:hover,.hot-clothing-upload:hover{border-color:#f06b3294;background-color:#fff9f3}.hot-upload-empty{display:flex;min-height:inherit;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:18px;color:var(--hot-ink);text-align:center;cursor:pointer}.hot-upload-empty input{display:none}.hot-upload-plus{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:5px;border-radius:50%;background:#28231e;box-shadow:0 6px 14px #28231e2e;color:#fff;font-size:24px;font-weight:300;line-height:1;transition:transform .18s ease,background .18s ease}.hot-upload-plus svg{display:block;width:22px;height:22px}.hot-upload-empty:hover .hot-upload-plus{background:var(--hot-orange);transform:rotate(8deg) scale(1.05)}.hot-upload-empty:hover .hot-upload-plus.is-symbol{transform:translateY(-1px) scale(1.05)}.hot-upload-empty strong{font-size:13px}.hot-upload-empty small{color:var(--hot-muted);font-size:10px;line-height:1.45}.hot-single-preview{position:relative;height:205px;overflow:hidden}.hot-template-video-comparison{display:grid;height:205px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#c24f703d}.hot-template-video-pane{position:relative;min-width:0;overflow:hidden;background:#211d20}.hot-template-video-pane.is-empty{display:grid;place-content:center;justify-items:center;gap:7px;padding:22px 10px;background:#f7f2f4;color:#a08b92;text-align:center}.hot-template-video-pane.is-empty>svg{color:#beaab1}.hot-template-video-pane.is-empty>strong{font-size:11px}.hot-template-video-label{position:absolute;z-index:3;top:8px;left:8px;max-width:calc(100% - 16px);overflow:hidden;padding:4px 7px;border:1px solid rgba(255,255,255,.18);border-radius:5px;background:#1f1b1ec2;color:#fff;font-size:9px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hot-template-video-pane.is-empty .hot-template-video-label{background:#fff;color:#9d526b}.hot-template-video-pane.is-result .hot-template-video-label{border-color:#ffffff4d;background:#c24f70;color:#fff}.hot-template-video-preview{display:block;width:100%;height:100%;padding:0;border:0;background:#211d20;cursor:zoom-in}.hot-template-video-preview>video{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hot-template-video-preview .hot-material-preview-hint{opacity:0;transition:opacity .18s ease,transform .18s ease;transform:translate(-50%,-44%)}.hot-template-video-preview:hover .hot-material-preview-hint,.hot-template-video-preview:focus-visible .hot-material-preview-hint{opacity:1;transform:translate(-50%,-50%)}.hot-template-video-footer{position:absolute;z-index:3;right:0;bottom:0;left:0;display:flex;min-width:0;align-items:center;justify-content:space-between;gap:6px;padding:17px 8px 7px;background:linear-gradient(transparent,#191518e0);color:#fff}.hot-template-video-footer>span{min-width:0;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hot-template-video-footer>button{flex:0 0 auto;min-height:25px;padding:0 7px;border:0;border-radius:5px;background:#ffffffe0;color:#963852;font-size:9px;font-weight:800}.hot-template-video-footer>button:hover:not(:disabled){background:#fff;color:#c24f70}.hot-background-card .hot-single-preview{height:205px}.hot-single-preview img,.hot-single-preview video{display:block;width:100%;height:100%;border:0;background:#221f1b;-o-object-fit:contain;object-fit:contain}.hot-material-preview-trigger{position:relative;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:#221f1b;cursor:zoom-in}.hot-material-preview-trigger>img,.hot-material-preview-trigger>video{pointer-events:none}.hot-material-preview-hint{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#1f1b18bd;color:#fff;font-size:10px;font-weight:750;opacity:0;transform:translate(-50%,calc(-50% + 4px));transition:opacity .16s ease,transform .16s ease;white-space:nowrap}.hot-material-preview-trigger:hover .hot-material-preview-hint,.hot-material-preview-trigger:focus-visible .hot-material-preview-hint{opacity:1;transform:translate(-50%,-50%)}.hot-preview-shade{position:absolute;right:8px;bottom:8px;left:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px 7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#1f1b18b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff}.hot-preview-shade span{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.hot-preview-shade button{flex:0 0 auto;padding:3px 7px;border:0;border-radius:5px;background:#ffffff29;color:#fff;font-size:10px}.hot-clothing-upload{min-height:133px;padding:9px}.hot-clothing-grid{display:grid;grid-template-columns:repeat(4,minmax(84px,1fr));gap:9px}.hot-clothing-grid>.hot-upload-empty{min-height:112px;padding:9px 5px;border:1px dashed rgba(82,69,55,.22);border-radius:10px}.hot-clothing-grid>.hot-upload-empty .hot-upload-plus{width:30px;height:30px;font-size:19px}.hot-clothing-grid>.hot-upload-empty .hot-upload-plus svg{width:18px;height:18px}.hot-clothing-preview{position:relative;height:112px;overflow:hidden;border-radius:10px;background:#e7e0d7}.hot-clothing-preview img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hot-clothing-preview>span{position:absolute;bottom:6px;left:6px;padding:2px 5px;border-radius:5px;background:#1f1b18b8;color:#fff;font-family:Georgia,serif;font-size:9px}.hot-clothing-preview>.hot-clothing-remove{position:absolute;top:5px;right:5px;display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border:0;border-radius:50%;background:#1f1b18b8;color:#fff;font-size:15px}.hot-clothing-replace{position:absolute;right:6px;bottom:6px;padding:3px 7px;border-radius:5px;background:#1f1b18b8;color:#fff;cursor:pointer;font-size:9px;font-weight:700}.hot-clothing-replace>input{position:absolute;width:1px;height:1px;opacity:0}.hot-clothing-replace.is-disabled{cursor:not-allowed;opacity:.5}.hot-voice-options{display:grid;gap:8px}.hot-voice-options button{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:58px;padding:9px 11px;border:1px solid var(--hot-line);border-radius:11px;background:#ffffffb8;color:var(--hot-ink);text-align:left;transition:border .16s ease,background .16s ease,transform .16s ease}.hot-voice-options button:hover{transform:translate(2px)}.hot-voice-options button.active{border-color:#f06b328c;background:#fff4eb}.hot-voice-mark{color:#9b8e80;font-family:Georgia,serif;font-size:11px}.hot-voice-options strong,.hot-voice-options small{display:block}.hot-voice-options strong{font-size:12px}.hot-voice-options small{margin-top:1px;color:var(--hot-muted);font-size:10px}.hot-voice-options i{display:inline-flex;width:16px;height:16px;border:1px solid rgba(79,67,55,.25);border-radius:50%;background:#fff}.hot-voice-options button.active i{border:4px solid var(--hot-orange)}.hot-inline-message{display:flex;align-items:center;gap:8px;margin:0 30px 12px;padding:10px 12px;border-radius:10px;font-size:12px}.hot-inline-message>span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;color:#fff;font-weight:900}.hot-inline-message.success{background:#edf7ed;color:#286338}.hot-inline-message.success>span{background:#3d8852}.hot-inline-message.error{background:#fff0f2;color:#a72b42}.hot-inline-message.error>span{background:#c94c65}.hot-capacity-notice{margin:0 30px 10px;color:#8a5a12;font-size:12px;font-weight:700;text-align:center}.hot-capacity-notice.is-retry{color:#6d28d9}.hot-submit-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 30px 30px;padding:15px 15px 15px 18px;border:1px solid rgba(48,42,36,.15);border-radius:16px;background:#ffffffc2;box-shadow:0 12px 28px #362d2514}.hot-submit-bar>div span,.hot-submit-bar>div small{display:block}.hot-submit-bar>div span{font-size:13px;font-weight:800}.hot-submit-bar>div small{color:var(--hot-muted);font-size:10px}.hot-submit-bar>button{display:flex;min-width:190px;min-height:50px;align-items:center;justify-content:space-between;gap:20px;padding:0 10px 0 20px;border:0;border-radius:12px;background:var(--hot-ink);box-shadow:0 10px 20px #221f1b33;color:#fff;font-size:14px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hot-submit-bar>button b{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;background:var(--hot-orange);font-size:18px}.hot-submit-bar>button:hover:not(:disabled){background:#151310;box-shadow:0 14px 26px #221f1b47;transform:translateY(-2px)}.hot-submit-bar>button:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.hot-auth-check{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fbf8f1c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#5d554c;font-size:13px;font-weight:700}.hot-admin-backdrop{--hot-ink: #221f1b;--hot-muted: #756e65;--hot-orange: #f06b32;--hot-orange-dark: #b83e19;position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#1b171494;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overscroll-behavior:contain;animation:hot-fade-in .18s ease both}@keyframes hot-fade-in{0%{opacity:0}to{opacity:1}}.hot-login-card{position:relative;width:min(410px,100%);padding:34px;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(240,107,50,.18),transparent 32%),#fbf8f1;box-shadow:0 32px 80px #14100d52;color:var(--hot-ink);animation:hot-modal-rise .28s cubic-bezier(.2,.8,.2,1) both}@keyframes hot-modal-rise{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hot-modal-close{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(61,52,43,.14);border-radius:50%;background:#ffffffb3;color:#554d45;font-size:21px}.hot-login-card h2{margin:10px 0 6px;font-family:"Noto Serif SC",Songti SC,serif;font-size:28px}.hot-login-card>p{margin:0 0 24px;color:var(--hot-muted);font-size:13px}.hot-login-card label{display:block;margin-top:14px}.hot-login-card label>span{display:block;margin-bottom:6px;color:#514b44;font-size:12px;font-weight:800}.hot-login-card input,.hot-admin-form input{width:100%;height:46px;padding:0 13px;border:1px solid rgba(69,58,47,.18);border-radius:10px;background:#ffffffd6;color:var(--hot-ink);font:inherit;font-size:14px;outline:none}.hot-login-card input:focus,.hot-admin-form input:focus{border-color:var(--hot-orange);box-shadow:0 0 0 3px #f06b3224}.hot-form-error{margin-top:13px;padding:9px 11px;border-radius:9px;background:#fff0ea;color:#9c371d;font-size:12px}.hot-login-submit{width:100%;min-height:48px;margin-top:19px;border:0;border-radius:11px;background:var(--hot-ink);color:#fff;font-size:14px;font-weight:800}.hot-login-submit:hover:not(:disabled){background:var(--hot-orange-dark)}.hot-login-submit:disabled{opacity:.45;cursor:not-allowed}.hot-admin-button{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border:1.5px solid rgba(68,57,46,.16);border-radius:10px;background:#ffffffc7;color:#4a4660;font-size:14px;font-weight:700;transition:all .2s}.hot-admin-button:hover{border-color:#f06b32;background:#fff4eb;color:#a43b18}.hot-admin-shell{position:relative;width:min(1120px,96vw);max-height:min(820px,92vh);overflow:hidden;border:1px solid rgba(255,255,255,.58);border-radius:24px;background:#f7f3ec;box-shadow:0 38px 100px #110d0a61;color:var(--hot-ink, #221f1b);animation:hot-modal-rise .28s cubic-bezier(.2,.8,.2,1) both}.hot-admin-shell>.hot-modal-close{z-index:4}.hot-admin-login{width:min(410px,calc(100% - 48px));margin:0 auto;padding:50px 20px 46px;text-align:left}.hot-admin-lock{position:relative;width:54px;height:48px;margin-bottom:22px;border-radius:13px;background:#28231e;box-shadow:0 10px 22px #28231e33}.hot-admin-lock:before{content:"";position:absolute;top:-16px;left:13px;width:28px;height:28px;border:5px solid #f06b32;border-bottom:0;border-radius:18px 18px 0 0}.hot-admin-lock span{position:absolute;top:17px;left:24px;width:6px;height:14px;border-radius:4px;background:#f8e8dd}.hot-admin-login h2{margin:8px 0 4px;font-family:"Noto Serif SC",Songti SC,serif;font-size:29px}.hot-admin-login>p{margin:0 0 22px;color:#756e65;font-size:13px}.hot-admin-login label{display:block;margin-top:13px}.hot-admin-login label span{display:block;margin-bottom:6px;font-size:12px;font-weight:800}.hot-admin-login input{width:100%;height:46px;padding:0 13px;border:1px solid rgba(69,58,47,.18);border-radius:10px;background:#fff;font:inherit;outline:none}.hot-admin-login input:focus{border-color:#f06b32;box-shadow:0 0 0 3px #f06b3224}.hot-admin-primary{min-height:42px;padding:0 17px;border:0;border-radius:10px;background:#28231e;color:#fff;font-size:12px;font-weight:800}.hot-admin-login>.hot-admin-primary{width:100%;min-height:48px;margin-top:18px;font-size:14px}.hot-admin-primary:hover:not(:disabled){background:#b83e19}.hot-admin-primary:disabled{opacity:.45;cursor:not-allowed}.hot-admin-retry{width:100%;min-height:40px;margin-top:12px;border:1px solid rgba(69,58,47,.18);border-radius:10px;background:#fff;color:#625a52;font-size:12px;font-weight:800}.hot-admin-loading{display:flex;min-height:360px;align-items:center;justify-content:center;color:#6d645b;font-size:13px;font-weight:700}.hot-admin-console{display:flex;height:min(820px,92vh);max-height:min(820px,92vh);flex-direction:column}.hot-admin-header{display:flex;flex:0 0 auto;align-items:flex-end;justify-content:space-between;gap:24px;padding:29px 34px 21px;border-bottom:1px solid rgba(67,56,45,.12);background:radial-gradient(circle at 95% 0,rgba(240,107,50,.14),transparent 35%),#fbf8f2}.hot-admin-header h2{margin:7px 0 2px;font-family:"Noto Serif SC",Songti SC,serif;font-size:28px;line-height:1.2}.hot-admin-header p{margin:0;color:#756e65;font-size:12px}.hot-admin-summary{display:flex;gap:8px;padding-right:42px}.hot-admin-summary>span{min-width:94px;padding:8px 11px;border:1px solid rgba(67,56,45,.11);border-radius:11px;background:#ffffffb8;color:#7a7168;font-size:9px}.hot-admin-summary strong{display:block;margin-top:-1px;color:#28231e;font-family:Georgia,serif;font-size:22px;font-weight:500}.hot-admin-tabs{display:flex;flex:0 0 auto;align-items:center;gap:6px;padding:10px 34px;border-bottom:1px solid rgba(67,56,45,.1);background:#eee8df}.hot-admin-tabs>button{position:relative;min-height:36px;padding:0 13px;border:1px solid transparent;border-radius:9px;background:transparent;color:#756d64;font-size:11px;font-weight:800}.hot-admin-tabs>button:hover{background:#ffffff8f;color:#3c3630}.hot-admin-tabs>button.active{border-color:#453a2f21;background:#fff;color:#28231e;box-shadow:0 4px 12px #30261d0f}.hot-admin-tabs>button:focus-visible{outline:3px solid rgba(240,107,50,.22);outline-offset:1px}.hot-admin-tabs>button>span{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;margin-left:5px;border-radius:999px;background:#ded6cc;color:#766b61;font-family:Georgia,serif;font-size:9px}.hot-admin-tabs>button.active>span{background:#f8dfd2;color:#a43b18}.hot-admin-tabs>div{display:flex;align-items:center;gap:9px;margin-left:auto}.hot-admin-tabs>div>span{color:#786f66;font-size:10px}.hot-admin-tabs>div>button{min-height:34px;padding:0 11px;border:1px solid rgba(69,58,47,.15);border-radius:8px;background:#ffffffbf;color:#625a52;font-size:10px;font-weight:700}.hot-admin-users-panel{display:flex;min-height:0;flex:1 1 auto;flex-direction:column}.hot-admin-toolbar{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:14px 34px;border-bottom:1px solid rgba(67,56,45,.1);background:#fff9}.hot-admin-toolbar>label{display:flex;width:min(280px,40%);min-height:39px;align-items:center;gap:8px;padding:0 11px;border:1px solid rgba(69,58,47,.14);border-radius:10px;background:#fff}.hot-admin-toolbar>label span{color:#9a8f84;font-size:20px}.hot-admin-toolbar input{width:100%;border:0;background:transparent;font:inherit;font-size:12px;outline:none}.hot-admin-toolbar>div{display:flex;align-items:center;gap:9px}.hot-admin-toolbar>div>span{color:#786f66;font-size:10px}.hot-admin-toolbar>div>button:not(.hot-admin-primary){min-height:38px;padding:0 12px;border:1px solid rgba(69,58,47,.15);border-radius:9px;background:#fff;color:#625a52;font-size:11px;font-weight:700}.hot-admin-console>.hot-form-error,.hot-admin-users-panel>.hot-form-error{margin:12px 34px 0}.hot-admin-table-wrap{flex:1 1 auto;min-height:230px;overflow:auto;background:#f7f3ec}.hot-admin-table{width:100%;border-collapse:collapse;font-size:11px;text-align:left}.hot-admin-table th{position:sticky;z-index:2;top:0;padding:11px 14px;border-bottom:1px solid rgba(67,56,45,.12);background:#eee8df;color:#756d64;font-size:9px;font-weight:800;letter-spacing:.08em;white-space:nowrap}.hot-admin-table th:first-child,.hot-admin-table td:first-child{padding-left:34px}.hot-admin-table th:last-child,.hot-admin-table td:last-child{padding-right:34px;text-align:right}.hot-admin-table td{padding:12px 14px;border-bottom:1px solid rgba(67,56,45,.075);color:#625a52;white-space:nowrap}.hot-admin-table tbody tr{transition:background .14s}.hot-admin-table tbody tr:hover{background:#ffffffb3}.hot-admin-user-cell{display:flex;align-items:center;gap:9px}.hot-admin-user-cell>span{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:10px;background:#28231e;color:#fff;font-family:Georgia,serif;font-size:13px}.hot-admin-user-cell strong,.hot-admin-user-cell small{display:block}.hot-admin-user-cell strong{color:#28231e;font-size:12px}.hot-admin-user-cell small{color:#9a9086;font-size:8px}.hot-quota-cell{min-width:95px}.hot-quota-cell>span{display:block;margin-bottom:4px;color:#3e3832;font-family:Georgia,serif;font-size:11px}.hot-quota-cell>i{display:block;width:88px;height:4px;overflow:hidden;border-radius:999px;background:#ddd5cc}.hot-quota-cell>i b{display:block;height:100%;border-radius:inherit;background:#f06b32}.hot-daily-quota{color:#28231e;font-family:Georgia,serif;font-size:15px}.hot-user-status{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:999px;background:#ebe6df;color:#82786e;font-size:9px;font-weight:800}.hot-user-status:before{content:"";width:5px;height:5px;border-radius:50%;background:#9b9188}.hot-user-status.active{background:#e6f2e8;color:#387044}.hot-user-status.active:before{background:#4b9a5b}.hot-row-actions{display:inline-flex;gap:5px}.hot-row-actions button{padding:5px 8px;border:1px solid rgba(69,58,47,.13);border-radius:7px;background:#fff;color:#554d45;font-size:9px;font-weight:800}.hot-row-actions button.danger{color:#b33e2b}.hot-admin-empty{height:180px;color:#92887e!important;text-align:center!important}.hot-admin-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:12px 34px;border-top:1px solid rgba(67,56,45,.1);background:#fbf8f2;color:#81776e;font-size:9px}.hot-admin-footer button{padding:5px 10px;border:1px solid rgba(69,58,47,.13);border-radius:7px;background:#fff;color:#514a43;font-size:9px;font-weight:800}.hot-example-manager,.hot-library-manager{min-height:0;flex:1 1 auto;padding:20px 34px 28px;overflow:auto;overscroll-behavior:contain;background:linear-gradient(#f7f3ecf0,#f7f3ecf0),repeating-linear-gradient(90deg,transparent 0 31px,rgba(55,44,34,.04) 32px)}.hot-example-manager-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.hot-example-manager-intro h3{margin:6px 0 2px;font-family:"Noto Serif SC",Songti SC,serif;font-size:23px}.hot-example-manager-intro p{margin:0;color:#7a7168;font-size:11px}.hot-example-manager-intro>button{min-height:36px;padding:0 12px;border:1px solid rgba(69,58,47,.15);border-radius:9px;background:#fff;color:#625a52;font-size:10px;font-weight:800}.hot-example-manager-intro>button:disabled{opacity:.45}.hot-example-manager-error{margin:0 0 14px}.hot-example-manager-grid{display:grid;align-items:start;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.hot-example-section{min-width:0;padding:15px;border:1px solid rgba(67,56,45,.12);border-radius:16px;background:#fffdf8f0;box-shadow:0 9px 24px #332a220e}.hot-example-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.hot-example-section>header h3{margin:3px 0 2px;color:#2f2a25;font-size:14px}.hot-example-section>header p{margin:0;color:#82786e;font-size:9px}.hot-example-section>header>strong{flex:0 0 auto;color:#28231e;font-family:Georgia,serif;font-size:20px;font-weight:500}.hot-example-section>header>strong small{color:#94897e;font-size:10px}.hot-example-kind{color:#b83e19;font-size:8px;font-weight:900;letter-spacing:.16em}.hot-example-grid{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.hot-example-preview,.hot-example-add{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(72,61,48,.14);border-radius:10px;background:#f4efe7}.hot-example-preview-media{overflow:hidden;aspect-ratio:16 / 10;background:#151311}.hot-example-preview-media img,.hot-example-preview-media video{display:block;width:100%;height:100%}.hot-example-preview-media img{-o-object-fit:cover;object-fit:cover}.hot-example-preview-media video{-o-object-fit:contain;object-fit:contain}.hot-example-comparison-preview{display:grid;width:100%;height:100%;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);align-items:center;gap:4px;padding:5px}.hot-example-comparison-preview img{min-width:0;border-radius:6px;-o-object-fit:cover;object-fit:cover}.hot-example-comparison-preview .hot-comparison-arrow{width:24px;height:24px;font-size:13px}.hot-example-preview-meta{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:5px;padding:6px;background:#fff}.hot-example-preview-meta>span{min-width:0;overflow:hidden;color:#6e655d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.hot-example-preview-meta>button{flex:0 0 auto;padding:3px 5px;border:0;border-radius:5px;background:#fff0ea;color:#a33a24;font-size:8px;font-weight:800}.hot-example-preview-meta>button:disabled{opacity:.5}.hot-example-item-error{padding:5px 6px;background:#fff0ea;color:#9c371d;font-size:8px}.hot-example-busy-layer{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:8px;background:#1f1b18c2;color:#fff7ef;font-size:9px;font-weight:800;text-align:center}.hot-example-add{display:flex;min-height:112px;align-items:center;justify-content:center;flex-direction:column;padding:9px;border-style:dashed;background:linear-gradient(#ffffffb8,#ffffffb8),repeating-linear-gradient(135deg,rgba(93,77,60,.06) 0 1px,transparent 1px 8px);color:#746a61;cursor:pointer;text-align:center;transition:border-color .16s,background .16s,transform .16s}.hot-example-add:hover{border-color:#f06b3285;background:#fff6ef;transform:translateY(-1px)}.hot-example-add:focus-within{border-color:#f06b32;box-shadow:0 0 0 3px #f06b3224}.hot-example-add>input{position:absolute;width:1px;height:1px;opacity:0}.hot-example-add>span{color:#b83e19;font-family:Georgia,serif;font-size:24px;line-height:.9}.hot-example-add>strong{margin-top:5px;color:#4f4841;font-size:9px}.hot-example-add>small{margin-top:2px;color:#94897e;font-size:7px;line-height:1.3}.hot-example-add.is-busy{cursor:wait;transform:none}.hot-example-comparison-add{position:relative;grid-column:1 / -1;min-width:0;padding:10px;border:1px dashed rgba(124,58,237,.2);border-radius:11px;background:#faf8ffc7}.hot-example-comparison-fields{display:grid;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr);align-items:center;gap:6px}.hot-example-comparison-fields>label{display:flex;min-width:0;min-height:88px;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:8px 6px;border:1px solid rgba(124,58,237,.12);border-radius:9px;background:#ffffffd1;cursor:pointer;text-align:center}.hot-example-comparison-fields input{position:absolute;width:1px;height:1px;opacity:0}.hot-example-comparison-fields label>span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#ede9fe;color:#7c3aed;font-size:9px;font-weight:900}.hot-example-comparison-fields strong{max-width:100%;overflow:hidden;color:#4a4660;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.hot-example-comparison-fields small{color:#9b97a9;font-size:7px}.hot-example-comparison-fields .hot-comparison-arrow{width:26px;height:26px;font-size:13px}.hot-example-comparison-add>button{width:100%;min-height:34px;margin-top:8px;border:0;border-radius:8px;background:linear-gradient(135deg,#7c3aed,#c026d3);color:#fff;font-size:9px;font-weight:800}.hot-example-comparison-add>button:disabled{opacity:.42;cursor:not-allowed}.hot-example-comparison-add.is-busy{cursor:wait}.hot-example-progress{position:absolute;right:8px;bottom:7px;left:8px;height:3px;overflow:hidden;border-radius:999px;background:#ded6cc}.hot-example-progress>b{display:block;height:100%;border-radius:inherit;background:#f06b32;transition:width .15s linear}.hot-example-upload-error,.hot-example-section-status{margin-top:8px;padding:6px 8px;border-radius:7px;font-size:8px}.hot-example-upload-error{background:#fff0ea;color:#9c371d}.hot-example-section-status{background:#f1ece5;color:#756c63}.hot-editor-backdrop{position:fixed;z-index:1250;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#1c18157a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.hot-admin-form{width:min(570px,100%);padding:24px;border:1px solid rgba(255,255,255,.7);border-radius:19px;background:#fbf8f2;box-shadow:0 28px 70px #15100d54;animation:hot-modal-rise .22s ease both}.hot-admin-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hot-admin-form-head span{color:#b83e19;font-size:9px;font-weight:900;letter-spacing:.16em}.hot-admin-form-head h3{margin:2px 0 0;font-family:"Noto Serif SC",Songti SC,serif;font-size:23px}.hot-admin-form-head>button{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid rgba(69,58,47,.13);border-radius:50%;background:#fff;color:#625a52;font-size:19px}.hot-admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.hot-admin-form-grid label>span{display:block;margin-bottom:6px;color:#564f48;font-size:11px;font-weight:800}.hot-status-field>button{display:flex;width:100%;height:46px;align-items:center;gap:9px;padding:0 12px;border:1px solid rgba(69,58,47,.18);border-radius:10px;background:#eee8e0;color:#6f665d;font-size:12px;font-weight:800}.hot-status-field>button i{position:relative;width:32px;height:18px;border-radius:999px;background:#aaa198}.hot-status-field>button i:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#fff;transition:left .16s}.hot-status-field>button.active{border-color:#b9d9be;background:#edf6ee;color:#3f7749}.hot-status-field>button.active i{background:#58a568}.hot-status-field>button.active i:after{left:17px}.hot-admin-form-note{margin-top:14px;padding:9px 11px;border-radius:9px;background:#f1ece5;color:#746b62;font-size:10px}.hot-admin-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.hot-admin-form-actions>button:not(.hot-admin-primary){min-height:42px;padding:0 17px;border:1px solid rgba(69,58,47,.15);border-radius:10px;background:#fff;color:#625a52;font-size:12px;font-weight:800}.wf-btn.active-hot-replication{background:linear-gradient(135deg,#2b2722,#46372c);box-shadow:0 7px 20px #30261e38}.wf-btn.active-hot-replication .wf-btn-label,.wf-btn.active-hot-replication .wf-btn-desc{color:#fff8ef}.wf-btn.active-hot-replication .wf-btn-desc{opacity:.64}@media (max-width: 1100px){.hot-workbench{grid-template-columns:1fr}.hot-clothing-grid{grid-template-columns:repeat(4,minmax(84px,1fr))}}@media (max-width: 720px){.tk-app{padding-top:72px!important}.tk-header{padding:10px 12px!important;border-radius:0 0 14px 14px}.tk-header>.flex{flex-wrap:nowrap;gap:8px}.tk-header>.flex>.flex:first-child{flex:0 0 auto}.tk-header>.flex>.flex:first-child>div{display:none}.tk-header>.flex>.flex:first-child img{width:34px!important;height:34px!important}.tk-header>.flex>.flex:last-child{min-width:0;gap:5px}.tk-header>.flex>.flex:last-child>.flex:first-child{display:none}.tk-header>.flex>.flex:last-child>button,.hot-admin-button{min-height:34px;padding:6px 8px!important;font-size:10px!important;white-space:nowrap}.hot-hero{grid-template-columns:1fr;padding:22px}.hot-workbench{padding:18px 18px 14px}.hot-paired-slots{grid-template-columns:1fr}.hot-clothing-grid{grid-template-columns:repeat(2,minmax(84px,1fr))}.hot-inline-message,.hot-capacity-notice{margin-right:18px;margin-left:18px}.hot-submit-bar{align-items:stretch;flex-direction:column;margin:0 18px 20px}.hot-submit-bar>button{width:100%}.hot-help-card,.hot-help-tip.hot-help-align-end .hot-help-card{right:auto;left:0;width:min(360px,calc(100vw - 44px));transform:translateY(-4px)}.hot-help-tip.is-open .hot-help-card,.hot-help-tip.hot-help-align-end.is-open .hot-help-card{transform:translate(0)}.hot-help-card:before,.hot-help-tip.hot-help-align-end .hot-help-card:before{right:auto;left:4px}.hot-admin-header{align-items:flex-start;flex-direction:column;padding:25px 20px 17px}.hot-admin-summary{padding-right:0}.hot-admin-tabs{flex-wrap:wrap;padding:9px 20px}.hot-admin-tabs>div{width:100%;margin-left:0}.hot-admin-toolbar{align-items:stretch;flex-direction:column;padding:12px 20px}.hot-admin-toolbar>label{width:100%}.hot-admin-toolbar>div{flex-wrap:wrap}.hot-admin-table th:first-child,.hot-admin-table td:first-child{padding-left:20px}.hot-admin-table th:last-child,.hot-admin-table td:last-child{padding-right:20px}.hot-admin-footer{padding:11px 20px}.hot-example-manager{padding:17px 20px 22px}.hot-example-manager-intro{align-items:flex-start;flex-direction:column;gap:10px}.hot-example-manager-grid{grid-template-columns:1fr}.hot-example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hot-admin-form-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.hot-replication-panel,.hot-login-backdrop,.hot-admin-backdrop,.hot-login-card{animation:none}.hot-upload-plus,.hot-submit-bar>button,.hot-voice-options button{transition:none}}.hot-replication-panel{--hot-ink: #2d2a46;--hot-muted: #68677a;--hot-paper: #f7f6fb;--hot-card: #fff;--hot-line: rgba(194, 79, 112, .16);--hot-orange: #e07490;--hot-orange-dark: #c24f70;--hot-accent: #c24f70;--hot-accent-strong: #963852;--hot-accent-highlight: #e07490;--hot-container: #fce8ee;--hot-container-strong: #f7d7e0;--hot-lilac-reflection: #f1ecfa;overflow:visible;border:1px solid rgba(255,255,255,.74);border-radius:18px;background:#ffffff80;box-shadow:inset 0 1px #ffffffdb,0 8px 24px #2d2a4612;color:var(--hot-ink)}.hot-replication-panel:before{display:none}.hot-hero{position:relative;z-index:1;grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:24px;padding:20px 24px;border-bottom-color:#c24f701f;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#fce8eef0,#f1ecfacc)}.hot-hero-copy{display:flex;min-width:0;align-items:center;gap:16px;padding:0}.hot-hero-illustration{display:inline-flex;flex:0 0 auto;width:72px;height:72px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.86);border-radius:14px;background:#ffffffb8;box-shadow:0 10px 24px #2d2a461a,inset 0 1px #fff}.hot-hero-illustration img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain}.hot-hero h2,.hot-admin-login h2,.hot-admin-header h2,.hot-example-manager-intro h3,.hot-admin-form-head h3{color:#2d2a46;font-family:inherit;letter-spacing:0}.hot-hero h2{margin:0 0 4px;font-size:24px;font-weight:800;line-height:1.3}.hot-hero-copy p{max-width:720px;color:var(--hot-muted);font-size:16px;line-height:1.7;text-wrap:pretty}.hot-workbench-mode{display:inline-flex;width:min(100%,590px);max-width:100%;align-items:stretch;gap:6px;margin-top:16px;padding:6px;border:1px solid rgba(194,79,112,.14);border-radius:12px;background:#ffffffad;box-shadow:inset 0 1px #ffffffe6}.hot-workbench-mode button{display:grid;min-height:52px;grid-template-columns:auto auto;align-items:center;-moz-column-gap:7px;column-gap:7px;padding:9px 15px;border:1px solid transparent;border-radius:9px;background:transparent;color:#766b78;cursor:pointer;font-size:15px;font-weight:900;line-height:1.3;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease;flex:1 1 0}.hot-workbench-mode button svg{width:17px;height:17px;grid-row:span 2}.hot-workbench-mode button span{white-space:normal}.hot-workbench-mode button:last-child{font-size:14px}.hot-workbench-mode button:last-child span{white-space:nowrap}.hot-workbench-mode button small{color:#a0929d;font-size:12px;font-weight:750}.hot-workbench-mode button:hover:not(:disabled){background:#c24f7012;color:var(--hot-accent-strong)}.hot-workbench-mode button.active{border-color:#c24f7033;background:#fff;box-shadow:0 5px 12px #c24f701f,inset 0 1px #fff;color:var(--hot-accent-strong)}.hot-workbench-mode button.active small{color:#bc7388}.hot-workbench-mode button:focus-visible{outline:3px solid rgba(194,79,112,.22);outline-offset:1px}.hot-workbench-mode button:disabled{cursor:not-allowed;opacity:.54}.hot-admin-login>p,.hot-admin-header p,.hot-example-manager-intro p{color:#8e8ea0}.hot-account-card{min-height:142px;border:1px solid rgba(194,79,112,.12);border-radius:12px;background:linear-gradient(145deg,#ffffffeb,#fff3f7e0);box-shadow:0 12px 30px #2d2a461a,inset 0 1px #fffffff0;color:#2d2a46}.hot-account-card>span,.hot-account-card>small{color:#68677a;font-size:12px}.hot-account-card>strong{color:var(--hot-accent-strong)}.hot-quota-orbit{display:none}.hot-account-actions b{color:#4a4660}.hot-account-actions button{display:inline-flex;min-height:32px;align-items:center;gap:5px;padding:4px 9px;border-color:#c24f7033;background:#ffffffd1;color:var(--hot-accent-strong);font-size:11px}.hot-workbench{position:relative;z-index:2;align-items:stretch;gap:18px;padding:22px 24px 18px}.hot-column{min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.hot-column-label{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:40px;align-items:center;gap:9px;margin:0 0 13px 2px;padding:0 14px 0 10px;border:1px solid rgba(255,255,255,.9);border-radius:10px;background:#fff8fbc7;box-shadow:0 7px 18px #664b631a,inset 0 1px #ffffffeb;color:#4a4660;font-size:16px;font-weight:750;line-height:1;letter-spacing:0}.hot-column-label:before{content:"";width:7px;height:21px;border-radius:5px;background:var(--hot-accent);box-shadow:0 3px 10px #c24f7047}.hot-column-optional .hot-column-label{border-color:#e8edf7f0;background:#f7f9fdcc;box-shadow:0 7px 18px #39446014,inset 0 1px #fffffff0;color:#536076}.hot-column-optional .hot-column-label:before{background:#71819c;box-shadow:0 3px 10px #5062802e}@supports (backdrop-filter: blur(1px)){.hot-column-label{-webkit-backdrop-filter:saturate(145%) blur(14px);backdrop-filter:saturate(145%) blur(14px)}}.hot-material-card{padding:18px;border:1px solid rgba(194,79,112,.13);border-radius:8px;background:#fff;box-shadow:0 6px 18px #2d2a460f}.hot-section-index{border-color:#c24f7038;background:var(--hot-container);color:var(--hot-accent-strong)}.hot-section-heading{margin-bottom:14px}.hot-section-title-row{gap:8px}.hot-section-title-row h3{color:#2d2a46;font-size:16px;line-height:1.4}.hot-required{padding:3px 7px;border-radius:4px;background:var(--hot-container);color:var(--hot-accent-strong);font-size:11px}.hot-help-tip{width:30px;height:30px;border-color:#c24f7033;background:#fff8fa;color:var(--hot-accent-strong);box-shadow:none;font-size:13px}.hot-help-tip:focus-visible{box-shadow:0 0 0 3px #c24f7033}.hot-help-card,.hot-help-tip.hot-help-align-end .hot-help-card{top:auto;right:auto;bottom:calc(100% + 10px);left:calc(100% + 10px);width:min(390px,calc(100vw - 36px));border:1px solid rgba(255,255,255,.9);background:#fffffff0;box-shadow:0 18px 46px #2d2a4629;color:#2d2a46;font-size:13px;transform:translate(-6px,6px)}.hot-help-card:before,.hot-help-tip.hot-help-align-end .hot-help-card:before{top:auto;right:auto;bottom:-6px;left:14px;width:10px;height:10px;border-right:1px solid rgba(255,255,255,.78);border-bottom:1px solid rgba(255,255,255,.78);background:#fffffff5;clip-path:none;filter:none;transform:rotate(45deg)}.hot-help-card>span:not(.hot-help-examples){color:#68677a}.hot-help-tip.is-open .hot-help-card,.hot-help-tip.hot-help-align-end.is-open .hot-help-card{transform:translate(0)}.hot-help-examples{scrollbar-color:rgba(194,79,112,.3) transparent}.hot-help-examples img,.hot-help-examples video{border-color:#c24f7024;background:#2d2a46eb}.hot-help-example-error{border-top-color:#c24f701f;color:#be185d!important}.hot-upload-slot,.hot-clothing-upload{border-color:#c24f7042;border-radius:8px;background:#fffafb}.hot-upload-slot:hover,.hot-clothing-upload:hover{border-color:#c24f709e;background-color:#fff4f7}.hot-single-upload-container.is-processing .hot-upload-slot{border-radius:8px 8px 0 0}.hot-upload-plus{width:42px;height:42px;border-radius:50%;background:var(--hot-accent);box-shadow:0 7px 16px #c24f7033}.hot-upload-plus.is-symbol{width:104px;height:104px;margin-bottom:2px;border-radius:0;background:transparent;box-shadow:none}.hot-upload-plus.is-symbol img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(45,42,70,.1))}.hot-upload-empty:hover .hot-upload-plus{background:var(--hot-accent-strong);transform:translateY(-2px)}.hot-upload-empty:hover .hot-upload-plus.is-symbol{background:transparent;transform:translateY(-2px) scale(1.02)}.hot-upload-empty strong{font-size:15px;line-height:1.45}.hot-upload-empty small{color:var(--hot-muted);font-size:12px;line-height:1.55}.hot-upload-empty.is-processing{cursor:pointer;background:#fff4f7b8}.hot-upload-empty.is-processing:hover{background:#fff4f7}.hot-video-processing-title{display:inline-flex;align-items:center;gap:7px}.hot-video-processing-inline-spinner{flex:0 0 auto;color:var(--hot-accent-strong);animation:hot-video-processing-spin .85s linear infinite}.hot-video-processing-status{display:grid;grid-template-columns:auto auto minmax(0,1fr);min-height:36px;align-items:center;gap:8px;padding:7px 10px 8px;border:1px solid rgba(194,79,112,.2);border-top:0;border-radius:0 0 8px 8px;background:#fff7f9;color:#9e3156;font-size:11px;font-variant-numeric:tabular-nums}.hot-video-processing-status strong{color:#be185d;font-size:11px}.hot-video-processing-track{position:relative;display:block;height:5px;overflow:hidden;border-radius:999px;background:#c24f7024}.hot-video-processing-track>span{display:block;width:0;height:100%;border-radius:inherit;background:#d14c78;transition:width .18s linear}.hot-video-processing-track.is-indeterminate>span{width:38%;animation:hot-video-processing-indeterminate 1.1s ease-in-out infinite}@keyframes hot-video-processing-spin{to{transform:rotate(360deg)}}@keyframes hot-video-processing-indeterminate{0%{transform:translate(-140%)}to{transform:translate(365%)}}@media (prefers-reduced-motion: reduce){.hot-video-processing-inline-spinner{animation-duration:1.8s}.hot-video-processing-track.is-indeterminate>span{animation-duration:2.2s}}.hot-clothing-preview{background:var(--hot-container)}.hot-clothing-grid>.hot-upload-empty .hot-upload-plus.is-symbol{width:66px;height:66px}.hot-clothing-grid>.hot-upload-empty strong{font-size:13px}.hot-clothing-grid>.hot-upload-empty small{font-size:11px}.hot-clothing-card .hot-clothing-grid{grid-template-columns:minmax(180px,25%);justify-content:center}.hot-material-preview-hint{gap:6px;font-size:11px}.hot-material-preview-hint svg{flex:0 0 auto}.hot-clothing-remove svg,.hot-modal-close svg,.image-video-material-preview-dialog-close svg{pointer-events:none}.hot-detail-card{margin-top:14px}.hot-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hot-detail-grid>.hot-upload-empty{min-width:0;padding:9px 5px}.hot-detail-grid>.hot-upload-empty strong{line-height:1.35}.hot-detail-card .hot-help-tip.hot-help-align-end .hot-help-card{width:min(320px,calc(100vw - 36px))}.hot-help-tip .hot-help-card.hot-help-card-comparison,.hot-detail-card .hot-help-tip.hot-help-align-end .hot-help-card.hot-help-card-comparison{width:min(430px,calc(100vw - 36px))}.hot-help-card-comparison .hot-help-comparisons{padding:6px 0 2px}.hot-help-card-comparison .hot-help-comparison{grid-template-columns:177px 32px 177px;justify-content:center}.hot-help-comparison.is-legacy{grid-template-columns:minmax(0,177px)}.hot-voice-wide-card{margin:14px 24px}.hot-voice-wide-card .hot-voice-mode-options{grid-template-columns:minmax(0,1fr)}.hot-voice-options button{grid-template-columns:minmax(0,1fr) 18px;min-height:64px;border-color:#c24f7021;background:#fffafb;color:#2d2a46}.hot-voice-options button:hover{border-color:#c24f704d}.hot-voice-options button.active{border-color:#c24f7073;background:var(--hot-container);box-shadow:0 5px 14px #c24f701a}.hot-voice-options strong{font-size:14px}.hot-voice-options small{font-size:12px;line-height:1.5}.hot-voice-mark{color:var(--hot-accent)}.hot-voice-options button.active i{border-color:var(--hot-accent)}.hot-voice-options button:focus-visible{outline:2px solid var(--hot-accent);outline-offset:2px}.hot-submit-bar{display:flex;width:min(640px,calc(100% - 48px));align-items:stretch;flex-direction:column;justify-content:center;gap:10px;margin:0 auto 26px;padding:6px 0 0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.hot-submit-bar>button{position:relative;width:100%;justify-content:center;padding:0 58px;border-radius:14px}.hot-submit-bar>button,.hot-login-submit{min-height:52px;background:var(--hot-accent);box-shadow:0 9px 22px #c24f7038;color:#fff;font-size:16px}.hot-submit-bar>button{min-height:56px}.hot-upload-progress{display:grid;grid-template-columns:auto minmax(90px,1fr) auto 30px;align-items:center;gap:9px;color:#7a6470;font-size:12px;font-weight:700}.hot-upload-progress>div{height:6px;overflow:hidden;border-radius:3px;background:#f2d9e0}.hot-upload-progress i{display:block;height:100%;border-radius:inherit;background:var(--hot-accent);transition:width .15s ease}.hot-upload-progress b{min-width:34px;text-align:right;color:var(--hot-accent-strong)}.hot-upload-cancel{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#9d5267;cursor:pointer}.hot-upload-cancel:hover{background:#fce8ee;color:#7c263e}.hot-upload-cancel:focus-visible{outline:2px solid var(--hot-accent);outline-offset:2px}.hot-submit-bar>button b{position:absolute;right:10px;background:#ffffff2e}.hot-submit-help{color:#7a6470;font-size:13px;line-height:1.6;text-align:center}.hot-submit-help a{color:var(--hot-accent-strong);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.hot-submit-help a:hover{color:var(--hot-accent)}.hot-submit-help a:focus-visible{outline:2px solid var(--hot-accent);outline-offset:3px;border-radius:3px}.hot-submit-bar>button:hover:not(:disabled),.hot-login-submit:hover:not(:disabled){background:var(--hot-accent-strong);box-shadow:0 12px 26px #96385242}.hot-auth-check{border-radius:inherit;background:#fdf3f6e0;color:var(--hot-accent-strong);font-size:14px}.hot-login-backdrop{--hot-ink: #2d2a46;--hot-muted: #68677a;--hot-accent: #c24f70;--hot-accent-strong: #963852;--hot-orange: #e07490;--hot-orange-dark: #c24f70;position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;overflow-y:auto;overscroll-behavior:contain;background:#2d2a4652;animation:hot-fade-in .18s ease both}.hot-login-card{width:min(430px,100%);padding:32px;border:1px solid rgba(255,255,255,.9);border-radius:16px;background:#fffffff0;box-shadow:0 28px 78px #2d2a463d;color:#2d2a46}.hot-login-illustration{display:block;width:88px;height:88px;margin:-4px auto 2px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(45,42,70,.1))}.hot-login-card h2{margin:4px 0 6px;color:#2d2a46;font-family:inherit;font-size:28px;letter-spacing:0;text-align:center}.hot-login-card>p{margin-bottom:22px;color:#68677a;font-size:14px;text-align:center}.hot-modal-close{width:40px;height:40px;border-color:#c24f7029;background:#ffffffd1;color:#68677a}.hot-modal-close:focus-visible{outline:2px solid var(--hot-accent, #c24f70);outline-offset:2px}.hot-login-card label>span{color:#4a4660;font-size:13px}.hot-login-card input{height:48px;border-color:#c24f702e;background:#fff;color:#2d2a46;font-size:15px}.hot-login-card input:focus{border-color:var(--hot-accent);box-shadow:0 0 0 3px #c24f7029}.hot-login-submit:disabled{background:#f7d7e0;box-shadow:none;color:#8f6571;opacity:1}@supports (backdrop-filter: blur(1px)){.hot-hero,.hot-account-card,.hot-help-card,.hot-login-card,.hot-login-backdrop,.hot-auth-check{-webkit-backdrop-filter:saturate(135%) blur(16px);backdrop-filter:saturate(135%) blur(16px)}}.hot-login-backdrop,.hot-admin-backdrop{--hot-ink: #2d2a46;--hot-muted: #8e8ea0;--hot-orange: #a855f7;--hot-orange-dark: #7c3aed;background:#3f365b47;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hot-admin-shell,.hot-admin-form{border:1.5px solid rgba(255,255,255,.76);background:radial-gradient(circle at 100% 0,rgba(244,114,182,.14),transparent 34%),radial-gradient(circle at 0 0,rgba(167,139,250,.13),transparent 31%),#ffffffdb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 28px 78px #2d2a4638;color:#2d2a46}.hot-admin-shell .hot-modal-close,.hot-admin-form-head>button{border-color:#7c3aed1f;background:#ffffffbf;color:#69657c}.hot-admin-shell .hot-modal-close:focus-visible,.hot-admin-form-head>button:focus-visible{outline:2px solid #a855f7;outline-offset:2px}.hot-admin-login label span,.hot-admin-form-grid label>span{color:#4a4660}.hot-admin-form input,.hot-admin-login input{border-color:#7c3aed26;background:#fffc;color:#2d2a46}.hot-admin-form input:focus,.hot-admin-login input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f724}.hot-admin-primary{background:linear-gradient(135deg,#7c3aed,#c026d3);box-shadow:0 9px 22px #7c3aed33;color:#fff}.hot-admin-primary:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#db2777);box-shadow:0 12px 26px #7c3aed45}.hot-admin-button{border-color:#7c3aed29;background:#ffffffb8;color:#6d28d9}.hot-admin-button:hover{border-color:#a855f7;background:#faf5ff;color:#7c3aed}.hot-admin-lock{background:linear-gradient(135deg,#7c3aed,#c026d3);box-shadow:0 10px 24px #7c3aed33}.hot-admin-lock:before{border-color:#f9a8d4}.hot-admin-lock span{background:#fff}.hot-admin-loading{color:#69657c}.hot-admin-header{border-bottom-color:#7c3aed17;background:linear-gradient(135deg,#f3e8ffa8,#fce7f37a)}.hot-admin-summary>span{border-color:#7c3aed1a;background:#ffffffb3;color:#777487}.hot-admin-summary strong{color:#6d28d9}.hot-admin-tabs{border-bottom-color:#7c3aed14;background:#f6f2ffc7}.hot-admin-tabs>button{color:#777487}.hot-admin-tabs>button:hover{background:#ffffffb3;color:#4a4660}.hot-admin-tabs>button.active{border-color:#7c3aed1f;background:#fff;color:#7c3aed;box-shadow:0 4px 14px #7c3aed14}.hot-admin-tabs>button:focus-visible{outline-color:#a855f738}.hot-admin-tabs>button>span{background:#ede9fe;color:#7c3aed}.hot-admin-tabs>button.active>span{background:#fce7f3;color:#be185d}.hot-admin-tabs>div>span{color:#777487}.hot-admin-tabs>div>button,.hot-admin-toolbar>div>button:not(.hot-admin-primary),.hot-admin-footer button,.hot-example-manager-intro>button,.hot-admin-form-actions>button:not(.hot-admin-primary){border-color:#7c3aed21;background:#ffffffd1;color:#69657c}.hot-admin-toolbar{border-bottom-color:#7c3aed14;background:#ffffff9e}.hot-admin-toolbar>label{border-color:#7c3aed21;background:#ffffffd6}.hot-admin-toolbar>label:focus-within{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.hot-admin-toolbar>label span{color:#a8a3b7}.hot-admin-table-wrap{background:#ffffff80}.hot-admin-table th{border-bottom-color:#7c3aed17;background:#f1edfaf5;color:#777487}.hot-admin-table td{border-bottom-color:#7c3aed0f;color:#69657c}.hot-admin-table tbody tr:hover{background:#f3e8ff7a}.hot-admin-user-cell>span{background:linear-gradient(135deg,#8b5cf6,#d946ef);box-shadow:0 4px 11px #8b5cf62e}.hot-admin-user-cell strong,.hot-daily-quota,.hot-quota-cell>span{color:#2d2a46}.hot-admin-user-cell small{color:#a8a3b7}.hot-quota-cell>i{background:#e7e2f0}.hot-quota-cell>i b{background:linear-gradient(90deg,#8b5cf6,#ec4899)}.hot-row-actions button{border-color:#7c3aed1f;color:#69657c}.hot-row-actions button.danger{background:#fff1f2;color:#be123c}.hot-admin-footer{border-top-color:#7c3aed14;background:#faf8ffd6;color:#8e8ea0}.hot-example-manager{background:linear-gradient(#f8f6ffd1,#f8f6ffd1),repeating-linear-gradient(90deg,transparent 0 31px,rgba(124,58,237,.035) 32px)}.hot-example-section{border-color:#7c3aed1a;background:#fffc;box-shadow:0 6px 20px #2d2a460e}.hot-example-section>header h3{color:#2d2a46}.hot-example-section>header p,.hot-example-section>header>strong small{color:#8e8ea0}.hot-example-section>header>strong{color:#6d28d9}.hot-example-kind,.hot-admin-form-head span{color:#7c3aed}.hot-example-preview,.hot-example-add{border-color:#7c3aed1f;background:#f5f3ff}.hot-example-preview-media{background:#2d2a46}.hot-example-preview-meta{background:#ffffffe6}.hot-example-preview-meta>span{color:#69657c}.hot-example-add{background:linear-gradient(#ffffffb8,#ffffffb8),repeating-linear-gradient(135deg,rgba(124,58,237,.055) 0 1px,transparent 1px 8px);color:#777487}.hot-example-add:hover{border-color:#a855f780;background:#faf5ff}.hot-example-add:focus-within{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71f}.hot-example-add>span{color:#7c3aed}.hot-example-add>strong{color:#4a4660}.hot-example-add>small{color:#8e8ea0}.hot-example-progress{background:#e7e2f0}.hot-example-progress>b{background:linear-gradient(90deg,#8b5cf6,#ec4899)}.hot-example-section-status,.hot-admin-form-note{background:#f5f3ff;color:#777487}.hot-editor-backdrop{background:#3f365b3d;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.hot-status-field>button{border-color:#7c3aed24;background:#f5f3ff;color:#69657c}.hot-status-field>button i{background:#bbb5c9}.hot-status-field>button.active{border-color:#10b98140;background:#ecfdf5;color:#047857}.hot-status-field>button.active i{background:#10b981}.wf-btn.active-hot-replication{background:linear-gradient(135deg,#fce8ee,#f1ecfa);box-shadow:0 4px 16px #c24f7029}.wf-btn.active-hot-replication .wf-btn-label{color:#963852}.wf-btn.active-hot-replication .wf-btn-desc{color:#68677a;opacity:1}.hot-replication-workflow-icon{display:block;width:44px;height:44px;margin:-7px auto 0;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(45,42,70,.1))}.task-type-badge.hot-replication{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#fce8ee,#f1ecfa);color:#963852}.pulse-dot.hot-replication{background:#c24f70}.task-progress-fill.hot-replication-flow{background:linear-gradient(90deg,#c24f70,#e07490)}.toast.hot-replication-generation-notice .generation-notice-icon{background:#fce8ee;color:#963852}@media (max-width: 720px){.hot-hero{grid-template-columns:1fr;gap:14px;padding:18px}.hot-hero-copy{align-items:flex-start}.hot-hero-illustration{width:62px;height:62px}.hot-hero h2{font-size:21px}.hot-hero-copy p{font-size:14px}.hot-workbench-mode{display:flex;width:100%}.hot-workbench-mode button{min-width:0;justify-content:center;padding-inline:8px}.hot-workbench-mode button span{white-space:normal;text-align:center}.hot-workbench-mode button:last-child{font-size:12px}.hot-workbench-mode button:last-child span{white-space:nowrap}.hot-workbench-mode button small{display:none}.hot-workbench{gap:14px}.hot-column{padding:0;border-radius:0}.hot-material-card{padding:15px}.hot-clothing-card .hot-clothing-grid{grid-template-columns:minmax(0,1fr)}.hot-clothing-card .hot-clothing-grid>.hot-upload-empty strong{font-size:14px}.hot-upload-symbol{width:88px;height:88px}.hot-help-tip{width:40px;height:40px}.hot-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hot-voice-wide-card{margin:14px 18px}.hot-voice-wide-card .hot-voice-options{grid-template-columns:1fr}.hot-submit-bar{display:flex;width:calc(100% - 36px);align-items:stretch;flex-direction:column;margin-bottom:20px}.hot-submit-bar>button{width:100%}.hot-help-card,.hot-help-tip.hot-help-align-end .hot-help-card{top:auto;right:auto;bottom:calc(100% + 9px);left:-120px;width:min(300px,calc(100vw - 72px));max-height:none;overflow:visible;transform:translate(-5px,5px)}.hot-help-tip:not(.is-open) .hot-help-card{display:none}.hot-help-tip.is-open .hot-help-card,.hot-help-tip.hot-help-align-end.is-open .hot-help-card{transform:translate(0)}.hot-help-card:before,.hot-help-tip.hot-help-align-end .hot-help-card:before{left:124px}.hot-column-optional .hot-help-tip.hot-help-align-end .hot-help-card{left:-139px}.hot-column-optional .hot-help-tip.hot-help-align-end .hot-help-card:before{left:143px}.hot-help-card-comparison .hot-help-comparison{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)}.hot-help-card-comparison .hot-help-comparison.is-legacy{grid-template-columns:minmax(0,1fr)}.hot-help-examples{max-height:38vh;grid-template-columns:1fr}.hot-replication-workflow-icon{width:38px;height:38px;margin-top:-4px}}@media (prefers-reduced-motion: reduce){.hot-help-card{transition:none}}.hot-derived-headshot-empty{display:flex;min-height:205px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:18px;color:#2d2a46;text-align:center}.hot-derived-headshot-empty .hot-upload-plus{margin-bottom:5px}.hot-derived-headshot-empty strong{font-size:15px}.hot-derived-headshot-empty small{color:#2d2a46;font-size:12px;line-height:1.55}.hot-derived-headshot-actions button{font-weight:750}.hot-workbench{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.hot-material-section{min-width:0}.hot-required-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.hot-required-section-heading .hot-column-label{margin-bottom:0}.hot-required-section-heading .hot-clear-materials{flex:0 0 auto;margin-left:auto}.hot-required-layout,.hot-optional-layout{display:grid;align-items:stretch;gap:14px}.hot-required-layout{grid-template-columns:minmax(0,2fr) minmax(260px,1fr);grid-template-areas:"primary headshot-label" "primary headshot";-moz-column-gap:14px;column-gap:14px;row-gap:11px;align-items:stretch}.hot-required-layout.is-face-hidden{grid-template-columns:minmax(0,1fr);grid-template-areas:"primary"}.hot-required-material-label{margin-bottom:0}.hot-headshot-material-label{grid-area:headshot-label;margin-bottom:0}.hot-required-material-label{justify-content:space-between;gap:14px}.hot-required-material-label>span{display:block;width:auto;height:auto;background:transparent;color:inherit;font-family:inherit;font-size:inherit}.hot-face-visibility{display:inline-flex;align-items:center;gap:3px;min-width:0;margin:0;padding:3px;border:1px solid rgba(194,79,112,.16);border-radius:7px;background:#ffffffb3;box-shadow:inset 0 1px #fffc}.hot-face-visibility legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hot-face-visibility label{display:inline-flex;min-height:28px;align-items:center;gap:5px;padding:0 9px;border-radius:5px;color:#8b7780;cursor:pointer;font-size:11px;font-weight:800;letter-spacing:0;transition:background .16s ease,color .16s ease,box-shadow .16s ease;white-space:nowrap}.hot-face-visibility label>input{position:absolute;width:1px;height:1px;opacity:0}.hot-face-visibility label>svg{flex:0 0 auto}.hot-face-visibility label>span{display:inline;width:auto;height:auto;background:transparent;color:inherit;font-family:inherit;font-size:inherit}.hot-face-visibility label:hover{background:#c24f7014;color:var(--hot-accent-strong)}.hot-face-visibility label.active{background:#c24f70;box-shadow:0 3px 8px #c24f7033;color:#fff}.hot-face-visibility label:focus-within{outline:3px solid rgba(194,79,112,.2);outline-offset:1px}.hot-face-visibility:disabled{opacity:.54}.hot-face-visibility:disabled label{cursor:not-allowed}.hot-required-primary{grid-area:primary;position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"reference-video clothing" "video-trim clothing";align-content:start;gap:12px;padding:8px;border:1px solid rgba(255,255,255,.88);border-radius:8px;background:#fffafcc2;box-shadow:inset 0 0 0 1px #c24f703d,inset 0 1px #fffffff0,0 10px 24px #2d2a4614}@supports (backdrop-filter: blur(1px)){.hot-required-primary{background:#fffafc94;-webkit-backdrop-filter:saturate(135%) blur(10px);backdrop-filter:saturate(135%) blur(10px)}}.hot-optional-layout{grid-template-columns:minmax(180px,1fr) minmax(0,4fr)}.hot-optional-layout.is-simple{grid-template-columns:minmax(0,1fr)}.hot-required-primary>.hot-material-card,.hot-headshot-card,.hot-optional-layout>.hot-material-card{min-width:0}.hot-required-primary,.hot-headshot-card{--hot-required-upload-height: 280px}.hot-required-primary .hot-upload-slot,.hot-headshot-card .hot-upload-slot{min-height:var(--hot-required-upload-height)}.hot-required-primary .hot-single-preview,.hot-required-primary .hot-template-video-comparison,.hot-headshot-card .hot-single-preview{height:var(--hot-required-upload-height)}.hot-required-primary .hot-dual-upload,.hot-headshot-card .hot-dual-upload{min-height:var(--hot-required-upload-height)}.hot-required-primary>.hot-material-card:first-child{grid-area:reference-video}.hot-required-primary>.hot-material-card:last-child{grid-area:clothing;align-self:start}.hot-headshot-section{position:relative;z-index:1;grid-area:headshot;min-width:0}.hot-headshot-card{position:relative;z-index:1}.hot-optional-layout .hot-detail-card{margin-top:0}.hot-optional-layout .hot-detail-upload{min-height:0}.hot-optional-layout .hot-detail-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.hot-optional-layout .hot-detail-grid>.hot-clothing-preview,.hot-optional-layout .hot-detail-grid>.hot-upload-empty{min-height:0;aspect-ratio:4 / 5}.hot-optional-layout .hot-detail-grid>.hot-clothing-preview{height:auto}.hot-section-heading>:first-child{min-width:0}.hot-section-action{margin-left:auto}.hot-video-trim-action{grid-area:video-trim;display:flex;justify-content:center;margin-top:-6px}.hot-video-trim-trigger{display:inline-flex;min-width:128px;height:36px;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid rgba(194,79,112,.42);border-radius:7px;background:#fff8fae6;color:var(--hot-accent-strong);font-size:12px;font-weight:750;white-space:nowrap;transition:background .16s ease,border-color .16s ease,transform .16s ease}.hot-video-trim-trigger:hover:not(:disabled){border-color:var(--hot-accent);background:#fff0f5;transform:translateY(-1px)}.hot-video-trim-trigger:focus-visible{outline:3px solid rgba(194,79,112,.2);outline-offset:2px}.hot-video-trim-trigger:disabled{cursor:not-allowed;opacity:.52}.hot-video-trim-trigger.is-complete:disabled{border-color:#2a865d6b;background:#effaf3;color:#26794f;opacity:1}.hot-video-trim-spinner{animation:hot-video-trim-spin .9s linear infinite}@keyframes hot-video-trim-spin{to{transform:rotate(360deg)}}.hot-headshot-crop-trigger{display:flex;min-height:44px;align-items:center;justify-content:center;gap:5px;box-sizing:border-box;width:min(100%,320px);margin:13px auto 0;padding:6px 16px 6px 8px;border:1px solid rgba(194,79,112,.42);border-radius:8px;background:var(--hot-container);box-shadow:0 5px 12px #c24f701f;color:var(--hot-accent-strong);font-size:13px;font-weight:750;text-align:center;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.hot-headshot-crop-trigger img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.hot-headshot-crop-trigger:hover:not(:disabled){border-color:var(--hot-accent);background:#fff2f6;color:var(--hot-accent-strong);transform:translateY(-1px)}.hot-headshot-crop-trigger:focus-visible{outline:3px solid rgba(194,79,112,.2);outline-offset:2px}.hot-headshot-crop-trigger:disabled{cursor:not-allowed;opacity:.48}@media (max-width: 980px){.hot-required-layout{grid-template-columns:1fr;grid-template-areas:"primary" "headshot-label" "headshot"}.hot-required-layout.is-face-hidden{grid-template-areas:"primary"}.hot-headshot-card{max-width:none}}@media (max-width: 720px){.hot-required-section-heading{align-items:flex-start;flex-wrap:wrap}.hot-required-material-label{align-items:flex-start;flex-direction:column;gap:7px}.hot-required-primary{grid-template-columns:minmax(0,1fr);grid-template-areas:"reference-video" "video-trim" "clothing"}.hot-optional-layout{grid-template-columns:1fr}.hot-optional-layout .hot-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hot-section-heading{align-items:flex-start}}.hot-headshot-crop-backdrop{--crop-ink: #242036;--crop-muted: #68677a;--crop-accent: #c24f70;position:fixed;z-index:1450;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:22px;background:#2d2a467a;-webkit-backdrop-filter:saturate(110%) blur(18px);backdrop-filter:saturate(110%) blur(18px);animation:hot-fade-in .18s ease both}.hot-headshot-crop-dialog{width:min(1040px,100%);max-height:min(920px,calc(100dvh - 44px));overflow:auto;border:1px solid rgba(255,255,255,.78);border-radius:16px;background:linear-gradient(145deg,#fffffffa,#f7f6fbf7);box-shadow:0 38px 100px #130f216b;color:var(--crop-ink);animation:hot-modal-rise .26s cubic-bezier(.2,.8,.2,1) both}.hot-headshot-crop-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 28px 18px;border-bottom:1px solid rgba(194,79,112,.13)}.hot-headshot-crop-header span{color:#c24f70;font-family:Georgia,Times New Roman,serif;font-size:10px;font-weight:800;letter-spacing:.08em}.hot-headshot-crop-header h2{margin:4px 0;font-family:"Noto Serif SC","Source Han Serif SC",Songti SC,serif;font-size:clamp(24px,3vw,34px);line-height:1.15}.hot-headshot-crop-header p{margin:0;color:var(--crop-muted);font-size:14px;line-height:1.6}.hot-headshot-crop-header>button{display:inline-flex;flex:0 0 auto;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(194,79,112,.16);border-radius:50%;background:#ffffffd6;color:#69657c;font-size:22px}.hot-headshot-crop-header>button:hover:not(:disabled){border-color:#e07490;color:#963852}.hot-headshot-crop-canvas{display:flex;min-height:430px;align-items:center;justify-content:center;padding:22px;overflow:hidden;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),radial-gradient(circle at 50% 38%,#55434c 0,#352730 48%,#21171d);background-size:24px 24px,24px 24px,auto}.hot-headshot-crop-image-wrap{position:relative;display:inline-block;max-width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:4px;box-shadow:0 22px 52px #08060f75;line-height:0}.hot-headshot-crop-image-wrap>img{display:block;max-width:100%;max-height:min(62dvh,650px);width:auto;height:auto;-o-object-fit:contain;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.hot-headshot-crop-frame{position:absolute;z-index:2;box-sizing:border-box;border:2px solid rgba(255,255,255,.98);border-radius:3px;box-shadow:0 0 0 9999px #20121b9e,0 0 0 1px #e07090d1,0 8px 28px #00000052;cursor:grab;outline:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hot-headshot-crop-frame:active{cursor:grabbing}.hot-headshot-crop-frame:focus-visible{box-shadow:0 0 0 9999px #20121b9e,0 0 0 4px #e07090b8,0 8px 28px #00000052}.hot-headshot-crop-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 33.1%,rgba(255,255,255,.38) 33.3%,rgba(255,255,255,.38) 33.6%,transparent 33.8%,transparent 66.2%,rgba(255,255,255,.38) 66.4%,rgba(255,255,255,.38) 66.7%,transparent 66.9%),linear-gradient(transparent 33.1%,rgba(255,255,255,.38) 33.3%,rgba(255,255,255,.38) 33.6%,transparent 33.8%,transparent 66.2%,rgba(255,255,255,.38) 66.4%,rgba(255,255,255,.38) 66.7%,transparent 66.9%);pointer-events:none}.hot-headshot-crop-frame .corner{position:absolute;z-index:3;width:22px;height:22px;border-color:#f0b8c7;border-style:solid;pointer-events:auto;touch-action:none}.hot-headshot-crop-frame .top-left{top:-4px;left:-4px;border-width:4px 0 0 4px;cursor:nwse-resize}.hot-headshot-crop-frame .top-right{top:-4px;right:-4px;border-width:4px 4px 0 0;cursor:nesw-resize}.hot-headshot-crop-frame .bottom-left{bottom:-4px;left:-4px;border-width:0 0 4px 4px;cursor:nesw-resize}.hot-headshot-crop-frame .bottom-right{right:-4px;bottom:-4px;border-width:0 4px 4px 0;cursor:nwse-resize}.hot-headshot-crop-frame>b{position:absolute;bottom:9px;left:50%;padding:5px 8px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#181325b3;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1;pointer-events:none;transform:translate(-50%);white-space:nowrap}.hot-headshot-crop-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 28px 21px}.hot-headshot-crop-note{display:flex;min-width:0;align-items:center;gap:10px}.hot-headshot-crop-note>span{color:#c24f70;font-size:22px}.hot-headshot-crop-note p{margin:0;color:var(--crop-muted);font-size:13px;line-height:1.55}.hot-headshot-crop-note:has(p:not(:empty)){min-height:34px}.hot-headshot-crop-actions{display:flex;flex:0 0 auto;gap:9px}.hot-headshot-crop-actions button{min-height:46px;padding:0 18px;border-radius:8px;font-size:14px;font-weight:800}.hot-headshot-crop-actions .secondary{border:1px solid rgba(194,79,112,.16);background:#fff;color:#68677a}.hot-headshot-crop-actions .primary{min-width:126px;border:0;background:#c24f70;box-shadow:0 9px 20px #c24f7038;color:#fff}.hot-headshot-crop-actions button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}@media (max-width: 720px){.hot-headshot-crop-backdrop{align-items:stretch;padding:0}.hot-headshot-crop-dialog{max-height:100dvh;border:0;border-radius:0}.hot-headshot-crop-header{padding:18px 18px 14px}.hot-headshot-crop-header h2{font-size:25px}.hot-headshot-crop-header p{max-width:250px}.hot-headshot-crop-canvas{min-height:0;padding:14px}.hot-headshot-crop-image-wrap>img{max-height:56dvh}.hot-headshot-crop-footer{align-items:stretch;flex-direction:column;gap:12px;padding:14px 18px max(18px,env(safe-area-inset-bottom))}.hot-headshot-crop-actions{width:100%}.hot-headshot-crop-actions button{flex:1 1 0}.hot-derived-headshot-actions{align-items:stretch;flex-direction:column}.hot-derived-headshot-actions span{display:none}}@media (prefers-reduced-motion: reduce){.hot-headshot-crop-backdrop,.hot-headshot-crop-dialog{animation:none}}.hot-library-manager{padding:24px 28px 30px;background:#f7f4ef}.hot-library-manager-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.hot-library-manager-intro h3{margin:6px 0 3px;color:#2d2823;font-family:"Noto Serif SC",Songti SC,serif;font-size:24px}.hot-library-manager-intro p{margin:0;color:#7a7168;font-size:11px}.hot-library-manager-intro>button{display:inline-flex;min-height:36px;align-items:center;gap:6px;padding:0 12px;border:1px solid rgba(69,58,47,.15);border-radius:9px;background:#fff;color:#625a52;font-size:10px;font-weight:800}.hot-library-manager-intro>button:disabled{opacity:.45}.hot-library-manager-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hot-library-section{min-width:0;border:1px solid rgba(77,61,45,.13);border-radius:12px;background:#ffffffc7;box-shadow:0 8px 22px #3326190d}.hot-library-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:15px 15px 11px;border-bottom:1px solid rgba(77,61,45,.1)}.hot-library-section>header h3{margin:4px 0 2px;color:#2f2924;font-size:15px}.hot-library-section>header p{margin:0;color:#8a8076;font-size:10px}.hot-library-section>header>strong{min-width:28px;height:28px;padding-top:6px;border-radius:50%;background:#f8dfd2;color:#a43b18;font-family:Georgia,serif;font-size:12px;text-align:center}.hot-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:12px}.hot-library-item{min-width:0;overflow:hidden;border:1px solid rgba(77,61,45,.13);border-radius:8px;background:#fff}.hot-library-item.is-busy{opacity:.62}.hot-library-media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#171412}.hot-library-media img,.hot-library-media video{display:block;width:100%;height:100%}.hot-library-media img{-o-object-fit:contain;object-fit:contain}.hot-library-media video{-o-object-fit:contain;object-fit:contain}.hot-library-media-type{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;gap:4px;padding:4px 5px;border-radius:5px;background:#120e0bb8;color:#fff;font-family:ui-monospace,monospace;font-size:8px;letter-spacing:.08em}.hot-library-item>footer{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:5px;padding:7px}.hot-library-item>footer>span{min-width:0;overflow:hidden;color:#6e655d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hot-library-item>footer>button{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px;padding:4px 6px;border:0;border-radius:5px;background:#fff0ea;color:#a33a24;font-size:9px;font-weight:800}.hot-library-item>footer>button:disabled{opacity:.5}.hot-library-item-error{margin:0;padding:0 7px 7px;color:#a33a24;font-size:9px}.hot-library-add{display:flex;min-height:142px;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed rgba(77,61,45,.28);border-radius:8px;color:#a43b18;cursor:pointer;transition:border-color .18s ease,background .18s ease}.hot-library-add:hover{border-color:#a43b188c;background:#fffaf5}.hot-library-add input{display:none}.hot-library-add strong{color:#574e46;font-size:11px}.hot-library-add small{color:#9b9188;font-size:9px}.hot-library-add i{width:70%;height:3px;overflow:hidden;border-radius:99px;background:#eee3da}.hot-library-add i b{display:block;height:100%;background:#e56f32;transition:width .2s ease}.hot-library-status{grid-column:1 / -1;padding:12px;color:#8a8076;font-size:10px}.hot-spin{animation:hot-library-spin .9s linear infinite}@keyframes hot-library-spin{to{transform:rotate(360deg)}}@media (max-width: 840px){.hot-library-manager{padding:18px 20px 22px}.hot-library-manager-grid{grid-template-columns:1fr}}.hot-upload-library-trigger{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;margin-top:9px;padding:0 11px;border:1px solid rgba(69,58,47,.16);border-radius:8px;background:#ffffffbd;color:#8b4c34;font-size:10px;font-weight:800;transition:border-color .18s ease,background .18s ease}.hot-upload-library-trigger:hover:not(:disabled){border-color:#a43b187a;background:#fffaf5}.hot-upload-library-trigger:disabled{cursor:not-allowed;opacity:.45}.hot-material-library-backdrop{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#18120d9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hot-material-library-dialog{display:flex;width:min(1180px,calc(100vw - 48px));height:min(860px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:16px;background:#f8f5f0;box-shadow:0 30px 90px #140c0857}.hot-material-library-dialog>header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:24px;padding:27px 30px 22px;border-bottom:1px solid rgba(77,61,45,.12)}.hot-material-library-dialog>header .hot-admin-kicker{gap:10px;font-size:12px;letter-spacing:0}.hot-material-library-dialog>header .hot-admin-kicker:before{width:28px}.hot-material-library-dialog>header h2{margin:8px 0 5px;color:#2e2823;font-family:"Noto Serif SC",Songti SC,serif;font-size:29px;line-height:1.25}.hot-material-library-dialog>header p{margin:0;color:#7e746a;font-size:13px;line-height:1.6}.hot-material-library-dialog>header>button{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;padding:0;border:1px solid rgba(69,58,47,.14);border-radius:9px;background:#fff;color:#776d63;font-size:22px;line-height:1;transition:border-color .18s ease,background .18s ease,color .18s ease}.hot-material-library-dialog>header>button:hover,.hot-material-library-dialog>header>button:focus-visible{border-color:#c24f7057;background:#fff5f7;color:#c24f70}.hot-material-library-filters{display:flex;flex-wrap:wrap;gap:6px;padding:11px 20px 0}.hot-material-library-filters button{min-height:28px;padding:0 9px;border:1px solid rgba(69,58,47,.14);border-radius:7px;background:#ffffffb8;color:#766b61;font-size:10px;font-weight:800}.hot-material-library-filters button.active{border-color:#d65f2a;background:#fff0e8;color:#a43b18}.hot-material-library-filters button:disabled{cursor:wait;opacity:.5}.hot-material-library-body{min-height:210px;overflow:auto;padding:24px}.hot-material-library-state{display:grid;min-height:240px;place-items:center;color:#877d73;font-size:14px;text-align:center}.hot-material-library-state.is-error{color:#a33a24}.hot-material-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:11px}.hot-material-library-choice{min-width:0;overflow:hidden;padding:0;border:1px solid rgba(77,61,45,.14);border-radius:9px;background:#fff;color:#574e46;cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.hot-material-library-choice:hover:not(:disabled){border-color:#a43b1866;transform:translateY(-2px)}.hot-material-library-choice:focus-visible{outline:3px solid rgba(194,79,112,.24);outline-offset:2px}.hot-material-library-choice.is-selected{border-color:#d65f2a;box-shadow:0 0 0 2px #d65f2a2e}.hot-material-library-choice[aria-disabled=true]{cursor:wait;opacity:.6;pointer-events:none}.hot-material-library-choice-media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:#171412;cursor:pointer}.hot-material-library-choice-media.is-video-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#ffffff47}.hot-material-library-choice-media img,.hot-material-library-choice-media video{display:block;width:100%;height:100%}.hot-material-library-choice-media img{-o-object-fit:contain;object-fit:contain}.hot-material-library-choice-media video{-o-object-fit:contain;object-fit:contain}.hot-material-library-choice-video{position:relative;min-width:0;overflow:hidden;background:#171412}.hot-material-library-choice-video>span{position:absolute;z-index:1;top:9px;left:9px;max-width:calc(100% - 18px);overflow:hidden;padding:4px 7px;border-radius:5px;background:#18120db8;color:#fff;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hot-material-library-choice-video.is-result>span{background:#963852d6}.hot-material-library-choice-video-empty{display:grid;width:100%;height:100%;place-items:center;padding:24px 6px 6px;box-sizing:border-box;background:#f4eff1;color:#99878d;font-size:9px;text-align:center}.hot-material-library-choice-play-trigger{position:absolute;bottom:10px;left:10px;z-index:2;display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#18120dc7;box-shadow:0 4px 12px #18120d38;color:#fff;cursor:zoom-in;transition:background .18s ease,transform .18s ease}.hot-material-library-choice-play-trigger:hover:not(:disabled),.hot-material-library-choice-play-trigger:focus-visible{background:#c24f70;transform:scale(1.06)}.hot-material-library-choice-play-trigger:disabled{cursor:wait;opacity:.6}.hot-material-library-choice-play-trigger>svg{width:17px;height:17px}.hot-material-library-choice-preview-hint{position:absolute;right:7px;bottom:7px;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:999px;background:#18120db8;color:#fff;font-size:9px;font-weight:750;opacity:0;transition:opacity .18s ease,transform .18s ease;transform:translateY(3px)}.hot-material-library-choice-media:hover .hot-material-library-choice-preview-hint,.hot-material-library-choice-media:focus-visible .hot-material-library-choice-preview-hint{opacity:1;transform:translateY(0)}.hot-material-library-choice-preview-trigger{display:inline-flex;min-height:30px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(194,79,112,.26);border-radius:6px;background:#fff7f9;color:#963852;cursor:pointer;font-size:11px;font-weight:800;white-space:nowrap}.hot-material-library-choice-preview-trigger:hover:not(:disabled),.hot-material-library-choice-preview-trigger:focus-visible{border-color:#c24f7080;background:#fff0f4;color:#c24f70}.hot-material-library-choice-preview-trigger:disabled{cursor:wait;opacity:.6}.hot-material-library-choice-meta{display:grid;min-width:0;gap:9px;padding:12px}.hot-material-library-choice-name-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.hot-material-library-choice-name-row>span{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.hot-material-library-choice-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px}.hot-material-library-choice-actions>svg{flex:0 0 auto;color:#c24f70}.hot-material-library-choice-tags,.hot-template-case-tags{display:flex;min-width:0;flex-wrap:wrap;gap:4px}.hot-material-library-choice-tags>span,.hot-template-case-tags>span{max-width:100%;overflow:hidden;padding:4px 8px;border:1px solid rgba(194,79,112,.14);border-radius:999px;background:#fff3f5;color:#a64461;font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.hot-template-picker-toolbar{display:flex;flex-wrap:wrap;gap:4px 10px;padding:10px 20px 0;border-bottom:1px solid rgba(77,61,45,.08)}.hot-template-picker-toolbar .hot-material-library-filters{padding:0 0 9px}.hot-template-picker-shell{flex:1 1 auto;min-height:0;grid-template-columns:240px minmax(0,1fr);border:0;border-radius:0;box-shadow:none}.hot-template-picker-shell .hot-library-primary-menu{min-height:0;overflow:auto}.hot-template-picker-shell .hot-library-workspace{min-height:0;overflow:hidden}.hot-template-picker-shell .hot-library-workspace-header{flex:0 0 auto}.hot-template-picker-shell .hot-material-library-body{min-height:0;flex:1 1 auto}.hot-template-picker-shell .hot-material-library-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px;padding:0}.hot-template-picker-shell .hot-library-menu-label{padding:0}.hot-template-picker-shell .hot-material-library-choice-preview-trigger{opacity:1}.hot-template-picker-details{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:0 12px 12px;background:#fbf8f3}.hot-template-picker-details button{position:relative;min-width:0;overflow:hidden;padding:0;border:1px solid rgba(77,61,45,.12);border-radius:6px;background:#fff;color:#6e655d;cursor:zoom-in;font-size:9px;text-align:left}.hot-template-picker-details img{display:block;width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;background:#f1ede8}.hot-template-picker-details span{display:block;overflow:hidden;padding:4px 5px;text-overflow:ellipsis;white-space:nowrap}.hot-single-preview.is-template-placeholder>.hot-material-preview-trigger,.hot-clothing-preview.is-template-placeholder>.hot-material-preview-trigger{opacity:.46}.hot-single-preview.is-template-placeholder .hot-preview-shade,.hot-clothing-preview.is-template-placeholder>.hot-clothing-remove,.hot-clothing-preview.is-template-placeholder>span{display:none}.hot-template-placeholder-preview{position:absolute;top:6px;right:6px;z-index:4;display:grid;width:26px;height:26px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:6px;background:#191410b8;color:#fff;cursor:zoom-in;transition:background .16s ease,transform .16s ease}.hot-template-placeholder-upload-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:block;cursor:pointer}.hot-template-placeholder-upload-area input{display:none}.hot-template-placeholder-upload-area.is-disabled{cursor:not-allowed}.hot-template-placeholder-preview:hover,.hot-template-placeholder-preview:focus-visible{background:var(--hot-accent-strong);transform:scale(1.05)}.hot-template-placeholder-upload{position:absolute;top:50%;left:50%;z-index:4;display:inline-flex;min-height:30px;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid rgba(255,255,255,.72);border-radius:7px;background:#191410b8;box-shadow:0 5px 14px #1914102e;color:#fff;cursor:pointer;font-size:10px;font-weight:800;transform:translate(-50%,-50%);transition:background .16s ease,transform .16s ease}.hot-template-placeholder-upload:hover:not(.is-disabled),.hot-template-placeholder-upload:focus-within{background:var(--hot-accent-strong);transform:translate(-50%,-50%) scale(1.04)}.hot-template-placeholder-upload input{display:none}.hot-template-placeholder-upload.is-disabled{cursor:not-allowed;opacity:.55}.hot-clear-materials{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(164,59,24,.18);border-radius:9px;background:#ffffffb8;color:#a33f24;font-family:inherit;font-size:10px;font-weight:800;box-shadow:none}.hot-clear-materials:hover:not(:disabled){border-color:#a43b1870;background:#fff5ef;color:#a33f24}.hot-clear-materials:disabled{cursor:not-allowed;opacity:.45}.hot-material-library-dialog>footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:18px;padding:16px 26px;border-top:1px solid rgba(77,61,45,.12);background:#ffffffb8}.hot-material-library-dialog>footer>span{color:#877d73;font-size:12px}.hot-material-library-dialog>footer>div{display:flex;gap:10px}.hot-material-library-dialog>footer button{min-height:42px;padding:0 18px;border:1px solid rgba(69,58,47,.15);border-radius:9px;background:#fff;color:#71675e;font-size:12px;font-weight:800}.hot-material-library-dialog>footer button.primary{border-color:#c24f70;background:#c24f70;color:#fff;box-shadow:0 8px 18px #c24f7033}.hot-material-library-dialog>footer button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}@media (max-width: 620px){.hot-material-library-backdrop{align-items:stretch;padding:0}.hot-material-library-dialog{width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0}.hot-material-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hot-material-library-dialog>header{padding:18px 17px 14px}.hot-material-library-dialog>header h2{font-size:25px}.hot-material-library-dialog>header>button{width:38px;height:38px}.hot-material-library-body{padding:14px 15px}.hot-material-library-dialog>footer{padding:12px 15px max(14px,env(safe-area-inset-bottom))}}.hot-library-menu-shell{display:grid;grid-template-columns:174px 156px minmax(0,1fr);min-height:360px;overflow:hidden;border:1px solid rgba(77,61,45,.13);border-radius:12px;background:#ffffffc2}.hot-library-primary-menu,.hot-library-secondary-menu{padding:10px 8px;background:#f7f3ee}.hot-library-primary-menu{border-right:1px solid rgba(77,61,45,.1)}.hot-library-secondary-menu{border-right:1px solid rgba(77,61,45,.1);background:#fbf9f6}.hot-library-primary-menu button,.hot-library-secondary-menu button{display:flex;width:100%;min-height:38px;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:#6d6258;text-align:left;font-size:11px;font-weight:750}.hot-library-primary-menu button svg:last-child,.hot-library-secondary-menu button svg:last-child{margin-left:auto;color:#b4a89d}.hot-library-primary-menu button:hover,.hot-library-secondary-menu button:hover,.hot-library-primary-menu button.active,.hot-library-secondary-menu button.active{background:#fff;color:#a33f24}.hot-library-primary-menu button.active{box-shadow:inset 3px 0 #d86439}.hot-library-menu-label{padding:4px 9px 9px;color:#a2988d;font-size:9px;font-weight:800;letter-spacing:.08em}.hot-library-group+.hot-library-group{margin-top:3px}.hot-library-tertiary-menu{display:grid;gap:2px;margin:2px 0 6px 13px;padding-left:9px;border-left:1px solid #e4d9ce}.hot-library-tertiary-menu button{min-height:30px;padding-left:8px;color:#877a70;font-size:10px;font-weight:650}.hot-library-tertiary-menu button.active{background:#fff2eb;color:#a33f24}.hot-library-workspace{min-width:0;background:#ffffff94}.hot-library-workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:76px;padding:15px 16px 11px;border-bottom:1px solid rgba(77,61,45,.1)}.hot-library-workspace-header h3{margin:4px 0 2px;color:#2f2924;font-size:15px}.hot-library-workspace-header p{margin:0;color:#887d73;font-size:10px}.hot-library-workspace-header>strong,.hot-template-picker-header-actions>strong{display:grid;min-width:28px;min-height:28px;place-items:center;border-radius:50%;background:#fff1ea;color:#a33f24;font-size:11px}.hot-template-picker-refresh{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(163,63,36,.2);border-radius:8px;background:#fff;color:#a33f24;cursor:pointer}.hot-template-picker-refresh:hover:not(:disabled){background:#fff2eb}.hot-template-picker-refresh:disabled{cursor:not-allowed;opacity:.5}.hot-template-picker-refresh:not(:disabled):active{transform:translateY(1px)}.hot-library-workspace>.hot-library-grid{padding:13px}.hot-dual-upload{--hot-dual-split: 50%;position:relative;display:flex;width:100%;min-height:190px;overflow:hidden;border:1px solid rgba(77,61,45,.15);border-radius:9px;background:#fff}.hot-dual-upload-side{position:relative;display:flex;min-width:0;flex:0 0 var(--hot-dual-split);flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:18px 12px;border:0;color:#6f655c;text-align:center;transition:background .18s ease,color .18s ease}.hot-dual-upload-side strong{color:inherit;font-size:12px}.hot-dual-upload-side span{color:#968b82;font-size:10px}.hot-dual-upload-library{background:#fff8f3;color:#a3482a;cursor:pointer}.hot-dual-upload-library:hover:not(:disabled){background:#fff0e7}.hot-dual-upload-local{flex-basis:calc(100% - var(--hot-dual-split));background:#f7f9fb;color:#47667c;cursor:pointer}.hot-dual-upload-local:hover{background:#edf4f8}.hot-dual-upload-local input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.hot-dual-upload-seam{position:absolute;z-index:1;top:0;bottom:0;left:var(--hot-dual-split);width:2px;transform:translate(-1px);background:#fffffff2;box-shadow:0 0 0 1px #4d3d2d1a,0 0 18px #4d3d2d1f;pointer-events:none}.hot-dual-upload.is-disabled{opacity:.55}.hot-dual-upload.is-disabled .hot-dual-upload-side{cursor:not-allowed}.hot-dual-upload.is-drag-active{border-color:#c24f70;box-shadow:0 0 0 3px #c24f7024}.hot-dual-upload.is-drag-active .hot-dual-upload-side{background:#fff1f4;color:#a33f5f}@media (max-width: 840px){.hot-library-menu-shell{grid-template-columns:142px 142px minmax(0,1fr)}.hot-library-primary-menu button,.hot-library-secondary-menu button{font-size:10px}}@media (max-width: 620px){.hot-library-menu-shell{display:block;min-height:0}.hot-library-primary-menu,.hot-library-secondary-menu{display:flex;gap:6px;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(77,61,45,.1)}.hot-library-primary-menu button,.hot-library-secondary-menu button{width:auto;flex:0 0 auto;white-space:nowrap}.hot-library-secondary-menu{flex-wrap:wrap;overflow:visible}.hot-library-secondary-menu .hot-library-menu-label{flex:0 0 100%}.hot-library-group{display:flex;flex-wrap:wrap;gap:5px}.hot-library-tertiary-menu{display:flex;margin:0;padding:0;border:0}.hot-library-workspace-header{padding:13px;flex-wrap:wrap}.hot-template-picker-header-actions{width:100%;justify-content:space-between}.hot-template-picker-tag-search{width:min(100%,240px)}}.hot-library-manager{padding:24px 28px 30px;background:radial-gradient(circle at 96% 4%,rgba(224,116,144,.13),transparent 26%),radial-gradient(circle at 8% 96%,rgba(194,178,232,.17),transparent 29%),linear-gradient(135deg,#fce8ee7a,#f7f6fbd6)}.hot-library-manager-intro h3{color:#2d2a46}.hot-library-manager-intro p{color:#68677a}.hot-library-manager-intro>button{border-color:#c24f702e;background:#ffffffd1;color:#963852;box-shadow:0 5px 15px #2d2a460f}.hot-library-manager-intro>button:hover:not(:disabled){border-color:#c24f70;background:#fff7f9}.hot-library-menu-shell{grid-template-columns:minmax(196px,220px) minmax(0,1fr);min-height:420px;border-color:#c24f7029;border-radius:16px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffd6,0 10px 28px #2d2a460f}.hot-library-primary-menu{padding:12px 10px;border-right-color:#c24f701f;background:linear-gradient(180deg,#fce8eecc,#f8f6fbe6)}.hot-library-root-menu{margin-bottom:5px}.hot-library-primary-menu .hot-library-root-trigger,.hot-library-primary-menu .hot-library-group-trigger,.hot-library-primary-menu .hot-library-uncategorized{display:flex;width:100%;min-height:42px;align-items:center;gap:8px;padding:0 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:#68677a;font-size:11px;font-weight:800;text-align:left}.hot-library-primary-menu .hot-library-root-trigger>svg:last-child,.hot-library-primary-menu .hot-library-group-trigger>svg:last-child{margin-left:auto;color:#a8a3b7;transition:transform .18s ease}.hot-library-root-menu.is-active>.hot-library-root-trigger,.hot-library-primary-menu .hot-library-root-trigger.active{border-color:#c24f702e;background:#ffffffe0;box-shadow:0 5px 14px #c24f7017;color:#963852}.hot-library-root-menu.is-active>.hot-library-root-trigger>svg:last-child{transform:rotate(180deg)}.hot-library-primary-menu .hot-library-root-trigger:hover,.hot-library-primary-menu .hot-library-group-trigger:hover,.hot-library-primary-menu .hot-library-uncategorized:hover{background:#ffffffa8;color:#963852}.hot-library-primary-submenu{margin:6px 0 10px 15px;padding:7px 0 5px 9px;border-left:1px solid rgba(194,79,112,.18)}.hot-library-primary-submenu .hot-library-group+.hot-library-group{margin-top:2px}.hot-library-primary-menu .hot-library-group-trigger{min-height:35px;padding:0 8px;color:#5e5b77;font-size:10px}.hot-library-group.is-expanded>.hot-library-group-trigger{color:#c24f70}.hot-library-group.is-expanded>.hot-library-group-trigger>svg:last-child{transform:rotate(180deg);color:#c24f70}.hot-library-face-menu{margin:1px 0 5px 7px;padding-left:8px;border-left:1px solid rgba(194,79,112,.1)}.hot-library-face-group+.hot-library-face-group{margin-top:1px}.hot-library-face-trigger{display:flex;width:100%;min-height:30px;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#777487;font-size:10px;font-weight:700;text-align:left}.hot-library-face-trigger:hover{background:#ffffffb3;color:#963852}.hot-library-face-group.is-expanded>.hot-library-face-trigger{color:#c24f70}.hot-library-face-trigger>svg{color:#a8a3b7;transition:transform .18s ease}.hot-library-face-group.is-expanded>.hot-library-face-trigger>svg{transform:rotate(180deg);color:#c24f70}.hot-library-primary-submenu .hot-library-tertiary-menu{gap:3px;margin:1px 0 5px 8px;padding:3px 0 3px 8px;border-left-color:#c24f7024}.hot-library-primary-submenu .hot-library-tertiary-menu button{width:100%;min-height:29px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#777487;font-size:10px;font-weight:700;text-align:left}.hot-library-primary-submenu .hot-library-tertiary-menu button:hover{background:#ffffffb3;color:#963852}.hot-library-primary-submenu .hot-library-tertiary-menu button.active,.hot-library-primary-menu .hot-library-uncategorized.active{background:#fff1f4;color:#c24f70}.hot-library-primary-menu .hot-library-uncategorized{min-height:34px;margin-top:3px;padding-left:8px;font-size:10px}.hot-library-workspace{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#ffffff94}.hot-library-workspace-header{min-height:88px;padding:17px 20px 14px;border-bottom-color:#c24f701c;background:linear-gradient(90deg,#ffffffd1,#f9f7fdbf)}.hot-library-workspace-header h3{color:#2d2a46;font-size:17px}.hot-library-workspace-header p{color:#777487;font-size:11px}.hot-library-workspace-header>strong,.hot-template-picker-header-actions>strong{min-width:34px;min-height:34px;background:#fce8ee;color:#c24f70;box-shadow:0 4px 12px #c24f701a}.hot-template-picker-header-actions{display:flex;min-width:0;align-items:center;gap:9px}.hot-template-picker-tag-search{display:flex;min-width:0;width:min(170px,34vw);height:31px;align-items:center;gap:5px;padding:0 7px;box-sizing:border-box;border:1px solid rgba(194,79,112,.16);border-radius:8px;background:#ffffffe0;color:#9b7180}.hot-template-picker-tag-search:focus-within{border-color:#c24f706b;box-shadow:0 0 0 3px #c24f701a}.hot-template-picker-tag-search>input{min-width:0;flex:1 1 auto;border:0;outline:0;background:transparent;color:#4b4352;font:inherit;font-size:10px}.hot-template-picker-tag-search>input::-moz-placeholder{color:#aa9ca4}.hot-template-picker-tag-search>input::placeholder{color:#aa9ca4}.hot-template-picker-tag-search>button{display:grid;width:18px;height:18px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#a66c7c}.hot-template-picker-tag-search>button:hover{background:#fff0f3;color:#c24f70}.hot-library-workspace>.hot-library-grid{display:grid;flex:1 1 auto;grid-template-columns:repeat(auto-fill,minmax(min(100%,230px),1fr));align-content:start;gap:14px;padding:18px 20px 22px;overflow:auto}.hot-library-workspace>.hot-library-grid.is-image{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}.hot-library-item{border-color:#c24f7026;border-radius:12px;background:#ffffffeb;box-shadow:0 7px 18px #2d2a460e}.hot-library-media{aspect-ratio:16 / 10;background:#2d2a46}.hot-library-grid.is-image .hot-library-media{aspect-ratio:4 / 3}.hot-library-preview-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;color:#fff;cursor:default}.hot-library-preview-trigger>img,.hot-library-preview-trigger>video{display:block;width:100%;height:100%}.hot-library-preview-trigger>img{-o-object-fit:contain;object-fit:contain}.hot-library-preview-trigger>video{-o-object-fit:contain;object-fit:contain}.hot-library-preview-trigger:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 46%,rgba(35,31,51,.34));content:"";opacity:0;transition:opacity .18s ease}.hot-library-preview-trigger:hover:after,.hot-library-preview-trigger:focus-visible:after{opacity:1}.hot-library-media-type{z-index:1;background:#2d2a46c2}.hot-library-preview-action{position:absolute;z-index:2;right:9px;bottom:9px;display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:7px;background:#ffffffe6;color:#963852;font-size:9px;font-weight:800;border:0;cursor:zoom-in;opacity:1;transform:none;transition:opacity .18s ease,transform .18s ease}.hot-library-preview-trigger:hover .hot-library-preview-action,.hot-library-preview-trigger:focus-visible .hot-library-preview-action{opacity:1;transform:translateY(0)}.hot-library-item>footer{padding:9px}.hot-library-item>footer>span{color:#68677a;font-size:10px}.hot-library-item-actions{display:inline-flex;min-width:0;align-items:center;justify-content:flex-end;gap:5px}.hot-library-item-actions>button{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px;padding:4px 6px;border:0;border-radius:7px;background:#fff0f3;color:#be4666;font-size:9px;font-weight:800}.hot-library-classify-control{display:inline-flex;min-width:0;align-items:center;gap:3px;padding:4px 5px;border:1px solid rgba(194,79,112,.18);border-radius:7px;background:#fff8fa;color:#c24f70}.hot-library-classify-control select{max-width:92px;border:0;outline:0;background:transparent;color:#963852;font-size:9px;font-weight:800}.hot-library-classify-control select:disabled{opacity:.55}.hot-library-add{min-height:178px;border-color:#c24f704d;border-radius:12px;background:linear-gradient(135deg,#fce8ee94,#f8f6fbe0);color:#c24f70}.hot-library-add:hover{border-color:#c24f70;background:#fff5f7}.hot-library-add strong{color:#4a4660;font-size:12px}.hot-library-add small{color:#8e8ea0;font-size:10px}.hot-library-add i{background:#f0e4ec}.hot-library-add i b{background:linear-gradient(90deg,#c24f70,#a855f7)}.hot-library-status{color:#777487}.hot-library-preview-backdrop{position:fixed;z-index:1300;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#2d2a468a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hot-library-preview-dialog{display:flex;width:min(940px,100%);max-height:min(88dvh,760px);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:16px;background:linear-gradient(135deg,#fff,#f8f6fb);box-shadow:0 32px 90px #1712255c}.hot-library-preview-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px 15px;border-bottom:1px solid rgba(194,79,112,.12)}.hot-library-preview-dialog>header span{color:#c24f70;font-size:9px;font-weight:900;letter-spacing:.14em}.hot-library-preview-dialog>header h3{margin:4px 0 0;color:#2d2a46;font-size:17px}.hot-library-preview-dialog>header button{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid rgba(194,79,112,.16);border-radius:50%;background:#fff;color:#68677a}.hot-library-preview-canvas{display:grid;min-height:260px;place-items:center;padding:20px;overflow:auto;background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),#2d2a46;background-size:20px 20px}.hot-library-preview-canvas>img,.hot-library-preview-canvas>video{display:block;max-width:100%;max-height:min(66dvh,600px)}.hot-library-preview-canvas>img{-o-object-fit:contain;object-fit:contain}.hot-library-preview-canvas>video{width:min(100%,820px);background:#15131d}@media (max-width: 840px){.hot-library-menu-shell{grid-template-columns:188px minmax(0,1fr)}.hot-library-workspace>.hot-library-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,190px),1fr));padding:14px}}@media (max-width: 620px){.hot-library-manager{padding:18px 14px 22px}.hot-library-manager-intro{align-items:flex-start;flex-direction:column}.hot-library-menu-shell{display:block;overflow:visible}.hot-library-primary-menu{display:block;overflow:visible;border-right:0;border-bottom:1px solid rgba(194,79,112,.12)}.hot-library-primary-menu .hot-library-root-trigger,.hot-library-primary-menu .hot-library-group-trigger,.hot-library-primary-menu .hot-library-uncategorized{width:100%;flex:0 0 auto;white-space:normal}.hot-library-workspace{min-height:340px}.hot-library-workspace>.hot-library-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,170px),1fr))}.hot-library-preview-backdrop{padding:0}.hot-library-preview-dialog{width:100%;max-height:100dvh;border:0;border-radius:0}.hot-library-preview-canvas{min-height:0;padding:14px}}.hot-template-picker-shell.hot-library-menu-shell{grid-template-columns:240px minmax(0,1fr);min-height:0}.hot-template-picker-shell .hot-library-primary-menu{padding:18px 14px}.hot-template-picker-shell .hot-library-primary-menu .hot-library-root-trigger{min-height:50px;padding:0 14px;border-radius:9px;font-size:13px}.hot-template-picker-shell .hot-library-primary-menu .hot-library-root-trigger>svg:first-child{width:18px;height:18px}.hot-template-picker-shell .hot-library-primary-submenu{margin:8px 0 12px 18px;padding:8px 0 6px 11px}.hot-template-picker-shell .hot-library-primary-menu .hot-library-group-trigger{min-height:42px;padding:0 10px;font-size:12px}.hot-template-picker-shell .hot-library-primary-submenu .hot-library-tertiary-menu{gap:4px;margin:2px 0 7px 9px;padding:4px 0 4px 10px}.hot-template-picker-shell .hot-library-primary-submenu .hot-library-tertiary-menu button{min-height:36px;padding:0 10px;font-size:12px}.hot-template-picker-shell .hot-library-workspace-header{min-height:108px;gap:18px;padding:21px 24px 18px}.hot-template-picker-shell .hot-library-menu-label{font-size:10px;letter-spacing:0}.hot-template-picker-shell .hot-library-workspace-header h3{margin:6px 0 3px;font-size:21px;line-height:1.3}.hot-template-picker-shell .hot-library-workspace-header p{font-size:12px;line-height:1.5}.hot-template-picker-shell .hot-template-picker-header-actions{gap:12px}.hot-template-picker-shell .hot-template-picker-tag-search{width:min(240px,28vw);height:40px;gap:8px;padding:0 10px;border-radius:9px}.hot-template-picker-shell .hot-template-picker-tag-search>svg{width:16px;height:16px}.hot-template-picker-shell .hot-template-picker-tag-search>input{font-size:12px}.hot-template-picker-shell .hot-template-picker-tag-search>button{width:24px;height:24px}.hot-template-picker-shell .hot-template-picker-header-actions>strong{min-width:40px;min-height:40px;font-size:13px}.hot-template-picker-shell .hot-material-library-choice{border-radius:10px}.hot-template-picker-shell .hot-material-library-choice-video-empty{font-size:11px}.hot-template-picker-shell .hot-material-library-choice-actions>svg{width:18px;height:18px}@media (max-width: 900px){.hot-material-library-backdrop{padding:16px}.hot-material-library-dialog{width:calc(100vw - 32px);height:calc(100dvh - 32px);max-height:calc(100dvh - 32px)}.hot-template-picker-shell.hot-library-menu-shell{grid-template-columns:205px minmax(0,1fr)}.hot-template-picker-shell .hot-library-primary-menu{padding:14px 10px}.hot-template-picker-shell .hot-library-workspace-header{min-height:100px;padding:18px 20px 16px}.hot-template-picker-shell .hot-library-workspace-header h3{font-size:19px}.hot-template-picker-shell .hot-template-picker-tag-search{width:min(210px,28vw)}.hot-material-library-body{padding:20px}.hot-template-picker-shell .hot-material-library-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}}@media (max-width: 620px){.hot-material-library-backdrop{padding:0}.hot-material-library-dialog{width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0}.hot-template-picker-shell.hot-library-menu-shell{display:flex;flex-direction:column;overflow:hidden}.hot-template-picker-shell .hot-library-primary-menu{max-height:180px;flex:0 0 auto;padding:10px 12px;overflow:auto}.hot-template-picker-shell .hot-library-primary-menu .hot-library-root-trigger{min-height:44px;font-size:12px}.hot-template-picker-shell .hot-library-primary-menu .hot-library-group-trigger{min-height:36px}.hot-template-picker-shell .hot-library-primary-submenu .hot-library-tertiary-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-right:0}.hot-template-picker-shell .hot-library-primary-submenu .hot-library-tertiary-menu button{min-height:32px}.hot-template-picker-shell .hot-library-workspace{flex:1 1 auto;min-height:0}.hot-template-picker-shell .hot-library-workspace-header{min-height:0;gap:12px;padding:14px 15px 13px}.hot-template-picker-shell .hot-library-workspace-header h3{font-size:17px}.hot-template-picker-shell .hot-template-picker-tag-search{width:min(100%,260px)}.hot-template-picker-shell .hot-material-library-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.hot-template-case-manager{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;overflow:hidden;padding:24px 28px 30px;background:#f7f6fb}.hot-template-manager-actions{display:inline-flex;align-items:center;gap:8px}.hot-template-manager-actions>button{display:inline-flex;min-height:36px;align-items:center;gap:6px;padding:0 12px;border:1px solid rgba(124,58,237,.15);border-radius:8px;background:#fff;color:#645a7a;font-size:10px;font-weight:800}.hot-template-manager-actions>.hot-admin-primary{border-color:transparent;background:#7c3aed;color:#fff;box-shadow:0 5px 14px #7c3aed33}.hot-template-manager-actions>.hot-admin-primary:hover:not(:disabled){background:#6d28d9;box-shadow:0 7px 17px #6d28d945}.hot-template-manager-actions>.hot-admin-primary:disabled{background:#a99ac8;box-shadow:none;color:#fff}.hot-template-case-shell{display:grid;min-height:0;flex:1 1 0;grid-template-columns:212px minmax(0,1fr);overflow:hidden;border:1px solid rgba(124,58,237,.14);border-radius:8px;background:#fff;box-shadow:0 10px 26px #312d4d0f}.hot-template-case-menu{padding:12px 10px;border-right:1px solid rgba(124,58,237,.11);background:#faf9fd}.hot-template-menu-root+.hot-template-menu-root{margin-top:7px}.hot-template-root-trigger,.hot-template-face-group>button,.hot-template-menu-leaves>button{display:flex;width:100%;min-height:38px;align-items:center;gap:8px;padding:0 10px;border:1px solid transparent;border-radius:7px;background:transparent;color:#686477;font-size:11px;font-weight:800;text-align:left}.hot-template-root-trigger>span{flex:1}.hot-template-root-trigger>svg:last-child{transition:transform .16s ease}.hot-template-menu-root.is-active>.hot-template-root-trigger{border-color:#7c3aed29;background:#fff;color:#6d28d9;box-shadow:0 3px 10px #6d28d912}.hot-template-root-trigger[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.hot-template-menu-leaves{display:grid;gap:2px;margin:5px 0 8px 17px;padding:5px 0 5px 9px;border-left:1px solid rgba(124,58,237,.16)}.hot-template-menu-leaves>button{min-height:29px;padding-left:8px;font-size:10px}.hot-template-menu-leaves>button:hover,.hot-template-face-group>button:hover{background:#f5f1ff;color:#6d28d9}.hot-template-menu-leaves>button.active,.hot-template-face-group>button.active{background:#eee8ff;color:#6d28d9}.hot-template-full-menu{margin:5px 0 8px 13px;padding-left:9px;border-left:1px solid rgba(124,58,237,.14)}.hot-template-face-group>button{min-height:33px;padding-left:7px;font-size:10px}.hot-template-face-group>button>span{flex:1}.hot-template-face-group>button>svg{color:#9c94ae;transition:transform .16s ease}.hot-template-face-group>button[aria-expanded=true]>svg{transform:rotate(90deg)}.hot-template-face-group .hot-template-menu-leaves{margin-left:8px}.hot-template-case-workspace{display:flex;min-width:0;min-height:0;flex-direction:column;background:#fff}.hot-template-case-workspace>header{display:flex;min-height:86px;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid rgba(124,58,237,.11);background:#fcfbff}.hot-template-case-workspace>header span{color:#7c3aed;font-size:9px;font-weight:900;letter-spacing:.08em}.hot-template-case-workspace>header h3{margin:4px 0 0;color:#302b43;font-size:17px}.hot-template-case-workspace>header>strong{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#eee8ff;color:#6d28d9;font-family:Georgia,serif;font-size:16px;font-weight:500}.hot-template-case-grid{display:grid;min-height:0;flex:1 1 auto;grid-template-columns:repeat(auto-fill,minmax(min(100%,230px),1fr));align-content:start;gap:14px;padding:18px 20px 24px;overflow-x:hidden;overflow-y:auto}.hot-template-case-card{position:relative;display:grid;overflow:visible;border:1px solid rgba(124,58,237,.14);border-radius:8px;background:#fff;box-shadow:0 6px 16px #312d4d0d}.hot-template-case-card.is-disabled{opacity:.68}.hot-template-case-cover{position:relative;aspect-ratio:4 / 3;display:grid;width:100%;place-items:center;overflow:hidden;padding:0;border:0;background:#f1edf8;color:#837b96;cursor:zoom-in}.hot-template-case-cover>img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hot-template-case-cover>span{position:absolute;top:8px;left:8px;padding:3px 6px;border-radius:4px;background:#231d34c2;color:#fff;font-size:9px;font-weight:800}.hot-template-case-cover>i{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:5px;background:#ffffffe6;color:#6d28d9;font-size:9px;font-style:normal;font-weight:800;opacity:0;transform:translateY(3px);transition:opacity .16s ease,transform .16s ease}.hot-template-case-cover:hover>i,.hot-template-case-cover:focus-visible>i{opacity:1;transform:translateY(0)}.hot-template-case-card.is-disabled .hot-template-case-cover>span{background:#6c637dd1}.hot-template-case-content{min-width:0;padding:11px 12px 9px}.hot-template-case-content>p{margin:0 0 5px;color:#7c3aed;font-size:9px;font-weight:800}.hot-template-case-content>h4{overflow:hidden;margin:0;color:#343044;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hot-template-case-tags{margin-top:7px}.hot-template-case-tags>span{border-color:#7c3aed24;background:#f5f1ff;color:#6d28d9}.hot-template-case-assets{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.hot-template-case-assets>span{display:inline-flex;align-items:center;gap:3px;color:#6d687a;font-size:9px}.hot-template-case-content>small{display:block;overflow:hidden;margin-top:9px;color:#888196;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hot-template-case-card>footer{display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:0 10px;border-top:1px solid rgba(124,58,237,.1);background:#fcfbff}.hot-template-case-card>footer>span{color:#858092;font-size:9px}.hot-template-case-card>footer>div{display:inline-flex;gap:4px}.hot-template-case-card>footer button{display:grid;width:26px;height:26px;place-items:center;border:0;border-radius:5px;background:#eee8ff;color:#6d28d9}.hot-template-case-card>footer button.danger{background:#fff0f2;color:#c2415d}.hot-template-empty{display:grid;flex:1;min-height:250px;place-content:center;justify-items:center;gap:10px;padding:28px;color:#817a91;font-size:11px;text-align:center}.hot-template-empty>button{min-height:31px;padding:0 11px;border:1px solid rgba(124,58,237,.18);border-radius:6px;background:#fff;color:#6d28d9;font-size:10px;font-weight:800}.hot-template-editor-backdrop{position:fixed;z-index:1400;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#1c182b80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hot-template-editor{display:flex;width:min(1060px,100%);max-height:min(92dvh,880px);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:8px;background:#fbfaff;box-shadow:0 30px 80px #120e1f52}.hot-template-editor>header{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:14px;padding:14px 20px;border-bottom:1px solid rgba(124,58,237,.12);background:#fff}.hot-template-editor>header span{color:#7c3aed;font-size:9px;font-weight:900;letter-spacing:.09em}.hot-template-editor>header h3{margin:4px 0 0;color:#302b43;font-size:18px}.hot-template-editor>header>button{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(124,58,237,.15);border-radius:50%;background:#fff;color:#706b7e}.hot-template-editor-body{display:grid;min-height:0;grid-template-columns:minmax(280px,.92fr) minmax(0,1.35fr);overflow:auto}.hot-template-configuration{display:grid;align-content:start;gap:14px;padding:20px;border-right:1px solid rgba(124,58,237,.11);background:#fcfbff}.hot-template-configuration label,.hot-template-config-row>label{display:grid;gap:6px;min-width:0}.hot-template-configuration label>span,.hot-template-config-row label>span,.hot-template-configuration legend{color:#5d576c;font-size:10px;font-weight:800}.hot-template-configuration input,.hot-template-configuration select,.hot-template-configuration textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid rgba(124,58,237,.16);border-radius:6px;outline:none;background:#fff;color:#383345;font:inherit;font-size:11px}.hot-template-configuration input,.hot-template-configuration select{height:34px;padding:0 9px}.hot-template-configuration textarea{padding:8px 9px;resize:vertical}.hot-template-configuration input:focus,.hot-template-configuration select:focus,.hot-template-configuration textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61c}.hot-template-case-context{display:grid;gap:5px;padding:10px 11px;border:1px solid rgba(124,58,237,.14);border-radius:6px;background:#f7f4ff}.hot-template-case-context>span{color:#777183;font-size:9px;font-weight:800}.hot-template-case-context>strong{color:#6d28d9;font-size:12px}.hot-template-target-categories{min-width:0;margin:0;padding:0;border:0}.hot-template-target-categories>legend{margin-bottom:6px;padding:0}.hot-template-target-categories>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.hot-template-target-categories label{display:flex;min-height:30px;align-items:center;gap:6px;padding:0 8px;border:1px solid rgba(124,58,237,.15);border-radius:6px;background:#fff;color:#777183;font-size:10px;font-weight:800}.hot-template-target-categories label.active{border-color:#6d28d940;background:#f7f4ff;color:#6d28d9}.hot-template-target-categories input{width:13px;height:13px;margin:0;accent-color:#7c3aed}.hot-template-target-categories input:disabled{cursor:not-allowed;opacity:.65}.hot-template-tags-editor{display:grid;gap:8px}.hot-template-tags-editor-header{display:flex;align-items:center;gap:6px}.hot-template-tags-editor-header>span{color:#5d576c;font-size:10px;font-weight:800}.hot-template-tags-editor-header>small{padding:2px 4px;border-radius:3px;background:#f2eff8;color:#817a91;font-size:8px;font-weight:800}.hot-template-tags-list{display:flex;min-width:0;flex-wrap:wrap;gap:5px}.hot-template-tag{display:inline-flex;max-width:100%;align-items:center;gap:4px;padding:3px 5px 3px 7px;border:1px solid rgba(124,58,237,.16);border-radius:999px;background:#f5f1ff;color:#6d28d9;font-size:9px;line-height:1.15}.hot-template-tag>span{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hot-template-tag>button{display:grid;width:16px;height:16px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#8c74c3}.hot-template-tag>button:hover:not(:disabled){background:#7c3aed1f;color:#6d28d9}.hot-template-tag-entry{display:flex;min-width:0;gap:6px}.hot-template-tag-entry>input{flex:1 1 auto;min-width:0;height:31px;padding:0 8px;border:1px solid rgba(124,58,237,.16);border-radius:6px;outline:none;background:#fff;color:#383345;font:inherit;font-size:10px}.hot-template-tag-entry>input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61c}.hot-template-tag-entry>button{display:inline-flex;min-height:31px;align-items:center;gap:4px;padding:0 8px;border:1px solid rgba(124,58,237,.16);border-radius:6px;background:#fff;color:#6d28d9;font-size:9px;font-weight:800;white-space:nowrap}.hot-template-tag-entry>button:hover:not(:disabled){border-color:#7c3aed52;background:#f7f4ff}.hot-template-tag-entry>button:disabled{cursor:not-allowed;opacity:.45}.hot-template-config-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hot-template-config-row.is-bottom{grid-template-columns:92px minmax(0,1fr)}.hot-template-config-row fieldset{min-width:0;margin:0;padding:0;border:0}.hot-template-config-row legend{margin-bottom:6px;padding:0}.hot-template-segmented{display:flex;min-width:0;overflow:hidden;border:1px solid rgba(124,58,237,.16);border-radius:6px;background:#fff}.hot-template-segmented>button{min-width:0;min-height:32px;flex:1;padding:0 8px;border:0;border-right:1px solid rgba(124,58,237,.1);background:transparent;color:#777183;font-size:10px;font-weight:800;white-space:nowrap}.hot-template-segmented>button:last-child{border-right:0}.hot-template-segmented>button.active{background:#eee8ff;color:#6d28d9}.hot-template-enable-toggle>button{display:inline-flex;min-height:34px;align-items:center;gap:7px;padding:0 9px;border:1px solid rgba(124,58,237,.15);border-radius:6px;background:#fff;color:#777183;font-size:10px;font-weight:800}.hot-template-enable-toggle>button>i{width:22px;height:12px;border-radius:8px;background:#d7d2e1}.hot-template-enable-toggle>button>i:after{display:block;width:8px;height:8px;margin:2px;border-radius:50%;background:#fff;content:"";transition:transform .16s ease}.hot-template-enable-toggle>button.active{border-color:#6d28d933;color:#6d28d9}.hot-template-enable-toggle>button.active>i{background:#7c3aed}.hot-template-enable-toggle>button.active>i:after{transform:translate(10px)}.hot-template-editor-assets{display:grid;align-content:start;gap:0;background:#fff}.hot-template-asset-field{padding:15px 18px;border-bottom:1px solid rgba(124,58,237,.1)}.hot-template-asset-field>header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:9px}.hot-template-asset-field>header>div{display:inline-flex;align-items:center;gap:6px}.hot-template-asset-field strong{color:#4e485d;font-size:11px}.hot-template-asset-field em,.hot-template-asset-field>header span{padding:2px 4px;border-radius:3px;background:#fff0f2;color:#c2415d;font-size:8px;font-style:normal;font-weight:800}.hot-template-asset-field>header span{background:#f2eff8;color:#817a91}.hot-template-asset-field>header small{color:#8b8499;font-size:9px}.hot-template-asset-row{display:flex;min-height:55px;flex-wrap:wrap;align-items:center;gap:7px}.hot-template-asset-thumb{position:relative;width:72px;height:54px;overflow:hidden;border:1px solid rgba(124,58,237,.14);border-radius:5px;background:#eeeaf5}.hot-template-asset-preview-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;color:#fff;cursor:zoom-in}.hot-template-asset-preview-trigger>img,.hot-template-asset-preview-trigger>video{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hot-template-asset-field.is-single .hot-template-asset-row{align-items:stretch}.hot-template-asset-field.is-single .hot-template-asset-thumb{width:auto;min-width:150px;min-height:104px;flex:1 1 210px;aspect-ratio:16 / 10;height:auto}.hot-template-asset-field.is-single .hot-template-asset-preview-trigger>img,.hot-template-asset-field.is-single .hot-template-asset-preview-trigger>video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hot-template-asset-preview-trigger>svg{position:absolute;right:4px;bottom:4px;padding:3px;border-radius:4px;background:#211c31b8;opacity:0;transition:opacity .16s ease}.hot-template-asset-preview-trigger:hover>svg,.hot-template-asset-preview-trigger:focus-visible>svg{opacity:1}.hot-template-asset-thumb>span{position:absolute;bottom:3px;left:3px;display:grid;width:18px;height:18px;place-items:center;border-radius:3px;background:#211c31ad;color:#fff}.hot-template-asset-thumb>button:not(.hot-template-asset-preview-trigger),.hot-template-selected-file>button:not(.hot-template-selected-preview){position:absolute;top:3px;right:3px;display:grid;width:19px;height:19px;place-items:center;border:0;border-radius:50%;background:#2d263ecc;color:#fff}.hot-template-selected-file{position:relative;display:flex;width:136px;min-height:54px;align-items:center;gap:7px;padding:7px 26px 7px 8px;box-sizing:border-box;border:1px dashed rgba(124,58,237,.32);border-radius:5px;background:#faf8ff;color:#6d28d9}.hot-template-selected-file>span{overflow:hidden;color:#5b556a;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hot-template-selected-preview{display:flex;min-width:0;flex:1;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:#6d28d9;text-align:left;cursor:zoom-in}.hot-template-selected-preview:hover>span,.hot-template-selected-preview:focus-visible>span{color:#4c1d95;text-decoration:underline}.hot-template-file-picker{display:inline-flex;min-height:54px;align-items:center;gap:6px;padding:0 10px;border:1px dashed rgba(124,58,237,.35);border-radius:5px;color:#6d28d9;cursor:pointer;font-size:10px;font-weight:800}.hot-template-file-picker:hover{border-color:#7c3aed;background:#faf8ff}.hot-template-file-picker input{display:none}.hot-template-asset-field>p{margin:8px 0 0;color:#8b8499;font-size:9px}.hot-template-asset-processing{display:grid;gap:5px;margin-top:8px;padding:7px 9px;border:1px solid rgba(124,58,237,.14);border-radius:5px;background:#f7f4ff}.hot-template-asset-processing>span{display:flex;justify-content:space-between;gap:8px;color:#655d76;font-size:9px;font-weight:700}.hot-template-asset-processing>span>strong{color:#6d28d9}.hot-template-asset-processing>i{display:block;height:4px;overflow:hidden;border-radius:4px;background:#e7e0f3}.hot-template-asset-processing>i>b{display:block;height:100%;border-radius:inherit;background:#7c3aed;transition:width .18s ease}.hot-template-asset-field>.hot-template-asset-error{margin:7px 0 0;color:#c2415d;font-size:9px;line-height:1.4}.hot-template-editor>.hot-form-error{margin:0 20px 14px}.hot-template-upload-progress{display:grid;gap:6px;margin:0 20px 12px;padding:9px 11px;border:1px solid rgba(124,58,237,.13);border-radius:6px;background:#f7f4ff}.hot-template-upload-progress>span{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#655d76;font-size:10px;font-weight:700}.hot-template-upload-progress>span>strong{color:#6d28d9;font-size:11px}.hot-template-upload-progress>i{display:block;height:5px;overflow:hidden;border-radius:4px;background:#e7e0f3}.hot-template-upload-progress>i>b{display:block;height:100%;border-radius:inherit;background:#7c3aed;transition:width .18s ease}.hot-template-editor>footer{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-top:1px solid rgba(124,58,237,.1);background:#fff}.hot-template-editor>footer>span{color:#847d91;font-size:9px}.hot-template-editor>footer>div{display:inline-flex;gap:8px}.hot-template-editor>footer button{min-height:33px;padding:0 12px;border:1px solid rgba(124,58,237,.15);border-radius:6px;background:#fff;color:#615b70;font-size:10px;font-weight:800}.hot-template-editor>footer .hot-admin-primary{border-color:transparent;background:#7c3aed;color:#fff;box-shadow:0 5px 14px #7c3aed38}.hot-template-editor>footer .hot-admin-primary:hover:not(:disabled){background:#6d28d9;box-shadow:0 7px 17px #6d28d947}.hot-template-editor>footer .hot-admin-primary:disabled{background:#a99ac8;box-shadow:none;color:#fff}.hot-template-preview-backdrop{position:fixed;z-index:1450;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#1c182b94;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.hot-template-preview-dialog{display:flex;width:min(1040px,100%);max-height:min(90dvh,780px);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:8px;background:#fbfaff;box-shadow:0 28px 80px #120e1f5c}.hot-template-preview-dialog>header{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;border-bottom:1px solid rgba(124,58,237,.12);background:#fff}.hot-template-preview-dialog>header span{color:#7c3aed;font-size:9px;font-weight:900;letter-spacing:.08em}.hot-template-preview-dialog>header h3{margin:3px 0 1px;color:#302b43;font-size:17px}.hot-template-preview-dialog>header p{margin:0;color:#80798e;font-size:9px}.hot-template-preview-dialog>header>button{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(124,58,237,.15);border-radius:50%;background:#fff;color:#706b7e}.hot-template-preview-body{display:grid;min-height:0;grid-template-columns:minmax(0,1fr) 230px;flex:1;overflow:hidden}.hot-template-preview-stage{display:grid;min-height:390px;place-items:center;overflow:auto;padding:20px;background:#2d2938}.hot-template-preview-stage>img,.hot-template-preview-stage>video{display:block;max-width:100%;max-height:min(68dvh,620px);-o-object-fit:contain;object-fit:contain}.hot-template-preview-stage>video{width:min(100%,780px);background:#15131b}.hot-template-preview-stage>span{color:#aaa4b6;font-size:11px}.hot-template-preview-assets{display:grid;min-height:0;align-content:start;gap:6px;padding:12px;overflow:auto;border-left:1px solid rgba(124,58,237,.11);background:#f8f6fc}.hot-template-preview-assets>button{display:grid;min-width:0;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:8px;padding:6px;border:1px solid transparent;border-radius:6px;background:transparent;color:#5d576c;text-align:left}.hot-template-preview-assets>button:hover{background:#fff}.hot-template-preview-assets>button.active{border-color:#7c3aed33;background:#eee8ff;color:#6d28d9}.hot-template-preview-assets>button>i{display:grid;width:48px;height:40px;place-items:center;overflow:hidden;border-radius:4px;background:#e8e3f0;color:#6d28d9}.hot-template-preview-assets>button>i>img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hot-template-preview-assets>button>span{display:grid;min-width:0;gap:2px}.hot-template-preview-assets strong{font-size:10px}.hot-template-preview-assets small{overflow:hidden;color:#8b8499;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.hot-template-delete-popover{position:absolute;z-index:5;right:8px;bottom:42px;display:grid;width:min(210px,calc(100% - 16px));gap:5px;padding:11px;box-sizing:border-box;border:1px solid rgba(190,24,93,.18);border-radius:7px;background:#fff;box-shadow:0 14px 34px #231b3033}.hot-template-delete-popover:after{position:absolute;right:13px;bottom:-6px;width:10px;height:10px;border-right:1px solid rgba(190,24,93,.18);border-bottom:1px solid rgba(190,24,93,.18);background:#fff;content:"";transform:rotate(45deg)}.hot-template-delete-popover>strong{color:#4a3340;font-size:10px}.hot-template-delete-popover>span{color:#8a7180;font-size:8px;line-height:1.45}.hot-template-delete-popover>div{display:flex;justify-content:flex-end;gap:5px;margin-top:4px}.hot-template-delete-popover button{min-height:27px;padding:0 8px;border:1px solid rgba(124,58,237,.14);border-radius:5px;background:#fff;color:#625a70;font-size:9px;font-weight:800}.hot-template-delete-popover button.danger{border-color:transparent;background:#be185d;color:#fff}@media (max-width: 840px){.hot-template-case-shell{grid-template-columns:184px minmax(0,1fr)}.hot-template-editor-body{grid-template-columns:1fr}.hot-template-configuration{border-right:0;border-bottom:1px solid rgba(124,58,237,.11)}}@media (max-width: 620px){.hot-template-case-manager{padding:18px 14px 22px}.hot-template-manager-actions{width:100%}.hot-template-manager-actions>button{flex:1;justify-content:center}.hot-template-case-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.hot-template-case-menu{max-height:180px;overflow-y:auto;border-right:0;border-bottom:1px solid rgba(124,58,237,.11)}.hot-template-case-workspace{min-height:0}.hot-template-case-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,170px),1fr));padding:14px}.hot-template-editor-backdrop{padding:0}.hot-template-editor{width:100%;max-height:100dvh;border:0;border-radius:0}.hot-template-editor-body{overflow:auto}.hot-template-config-row{grid-template-columns:1fr}.hot-template-config-row.is-bottom{grid-template-columns:92px 1fr}.hot-template-editor>footer{align-items:flex-start;flex-direction:column;padding:12px 16px}.hot-template-editor>footer>div{width:100%}.hot-template-editor>footer button{flex:1}.hot-template-preview-backdrop{padding:0}.hot-template-preview-dialog{width:100%;max-height:100dvh;border:0;border-radius:0}.hot-template-preview-body{grid-template-columns:1fr;overflow:auto}.hot-template-preview-stage{min-height:300px}.hot-template-preview-assets{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;border-top:1px solid rgba(124,58,237,.11);border-left:0}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-8{height:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-4{width:1rem}.w-8{width:2rem}.w-full{width:100%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-white\/30{border-color:#ffffff4d}.border-t-purple-500{--tw-border-opacity: 1;border-top-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.underline{text-decoration-line:underline}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#2d2a46;background-color:#fff9f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}body{margin:0;min-width:320px;min-height:100vh;background:#fff9f0}button{font-family:inherit;cursor:pointer}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}
