.app-background{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;overflow:hidden;z-index:-1;pointer-events:none}.app-background:before{content:"";position:absolute;width:calc(800 * var(--px));height:calc(800 * var(--px));background:radial-gradient(circle,rgba(255,133,162,.12) 0%,transparent 70%);top:calc(-200 * var(--px));right:calc(-200 * var(--px));animation:float-glow 15s ease-in-out infinite;will-change:transform}.app-background:after{content:"";position:absolute;width:calc(600 * var(--px));height:calc(600 * var(--px));background:radial-gradient(circle,rgba(255,133,162,.08) 0%,transparent 70%);bottom:calc(-100 * var(--px));left:calc(-100 * var(--px));animation:float-glow 20s ease-in-out infinite reverse;will-change:transform}.app-background-glow{position:fixed;width:calc(500 * var(--px));height:calc(500 * var(--px));background:radial-gradient(circle,rgba(255,133,162,.06) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse-glow 8s ease-in-out infinite;pointer-events:none;z-index:-1}@keyframes float-glow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(calc(30 * var(--px)),calc(-30 * var(--px))) scale(1.1)}66%{transform:translate(calc(-20 * var(--px)),calc(20 * var(--px))) scale(.9)}}@keyframes pulse-glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}.glass-card{background:var(--glass-bg, rgba(0, 0, 0, .55));backdrop-filter:blur(calc(20 * var(--px)));-webkit-backdrop-filter:blur(calc(20 * var(--px)));border:calc(1 * var(--px)) solid var(--glass-border, rgba(255, 133, 162, .15));border-radius:calc(14 * var(--px));padding:calc(18 * var(--px));position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:calc(1 * var(--px));background:linear-gradient(90deg,transparent,rgba(255,133,162,.3),transparent);pointer-events:none}.glass-card:hover{transform:translateY(calc(-8 * var(--px))) scale(1.02);border-color:#ff85a24d;box-shadow:0 calc(30 * var(--px)) calc(80 * var(--px)) #0006,0 0 calc(40 * var(--px)) #ff85a21a}.feature-card-3d{background:linear-gradient(145deg,#00000080,#0000008c);backdrop-filter:blur(calc(24 * var(--px)));-webkit-backdrop-filter:blur(calc(24 * var(--px)));border:calc(1 * var(--px)) solid rgba(255,133,162,.15);border-radius:calc(16 * var(--px));padding:calc(20 * var(--px));transform-style:preserve-3d;perspective:calc(1000 * var(--px));transition:all .5s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;overflow:hidden}.feature-card-3d:before{content:"";position:absolute;top:0;left:0;right:0;height:calc(1 * var(--px));background:linear-gradient(90deg,transparent,rgba(255,133,162,.4),transparent)}.feature-card-3d:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(255,133,162,.08) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-card-3d:hover{transform:rotateX(-5deg) rotateY(5deg) translateZ(calc(30 * var(--px))) translateY(calc(-10 * var(--px)));box-shadow:0 calc(40 * var(--px)) calc(100 * var(--px)) #00000080,0 0 calc(60 * var(--px)) #ff85a226,inset 0 0 calc(60 * var(--px)) #ff85a208}.feature-card-3d:hover:after{opacity:1}.feature-card-3d .card-icon{width:calc(52 * var(--px));height:calc(52 * var(--px));border-radius:calc(14 * var(--px));background:var(--gradient-primary, linear-gradient(135deg, #FF85A2 0%, #D4A574 100%));display:flex;align-items:center;justify-content:center;margin-bottom:calc(14 * var(--px));box-shadow:0 calc(8 * var(--px)) calc(24 * var(--px)) #ff85a259;transition:all .5s cubic-bezier(.175,.885,.32,1.275);color:#0a0a0a}.feature-card-3d:hover .card-icon{transform:translateZ(calc(40 * var(--px))) scale(1.08);box-shadow:0 calc(12 * var(--px)) calc(32 * var(--px)) #ff85a273}.feature-card-3d .card-title{font-size:calc(15 * var(--px));font-weight:600;margin-bottom:calc(8 * var(--px));color:#fff}.feature-card-3d .card-desc{color:#fff9;font-size:calc(12 * var(--px));line-height:1.5}.project-card-modern{background:#0000008c;backdrop-filter:blur(calc(16 * var(--px)));-webkit-backdrop-filter:blur(calc(16 * var(--px)));border:calc(1 * var(--px)) solid rgba(255,133,162,.15);border-radius:calc(12 * var(--px));overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.project-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:calc(1 * var(--px));background:linear-gradient(90deg,transparent,rgba(255,133,162,.2),transparent)}.project-card-modern:hover{transform:translateY(calc(-8 * var(--px)));border-color:#ff85a24d;box-shadow:0 calc(30 * var(--px)) calc(80 * var(--px)) #0006,0 0 calc(40 * var(--px)) #ff85a21a}.project-card-modern .card-preview{height:calc(120 * var(--px));background:linear-gradient(135deg,#ff85a21a,#d4a5741a);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-card-modern .card-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.5) 100%);z-index:1}.project-card-modern .card-preview img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card-modern:hover .card-preview img{transform:scale(1.1)}.project-card-modern .card-body{padding:calc(14 * var(--px))}.project-card-modern .card-title{font-size:calc(14 * var(--px));font-weight:600;color:#fff;margin-bottom:calc(6 * var(--px))}.project-card-modern .card-meta{color:#ffffff80;font-size:calc(12 * var(--px))}.project-card-modern .status-tag{padding:calc(4 * var(--px)) calc(10 * var(--px));border-radius:calc(12 * var(--px));font-size:calc(11 * var(--px));font-weight:600;display:inline-block}.status-tag.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 calc(4 * var(--px)) calc(12 * var(--px)) #10b9814d}.status-tag.warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 calc(4 * var(--px)) calc(12 * var(--px)) #f59e0b4d}.status-tag.info{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;box-shadow:0 calc(4 * var(--px)) calc(12 * var(--px)) #ff85a24d}.stats-card{background:linear-gradient(135deg,#0009,#0009);backdrop-filter:blur(calc(20 * var(--px)));-webkit-backdrop-filter:blur(calc(20 * var(--px)));border:calc(1 * var(--px)) solid rgba(255,133,162,.15);border-radius:calc(14 * var(--px));padding:calc(20 * var(--px));text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.stats-card:hover{transform:translateY(calc(-5 * var(--px)));box-shadow:0 calc(20 * var(--px)) calc(60 * var(--px)) #0000004d}.stats-card .stats-icon{width:calc(44 * var(--px));height:calc(44 * var(--px));border-radius:calc(12 * var(--px));background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin:0 auto calc(12 * var(--px));color:#0a0a0a;box-shadow:0 calc(6 * var(--px)) calc(20 * var(--px)) #ff85a24d}.stats-card .stats-value{font-size:calc(36 * var(--px));font-weight:800;background:linear-gradient(135deg,#ff85a2,#ff85a2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:calc(6 * var(--px))}.stats-card .stats-label{color:#fff9;font-size:calc(12 * var(--px))}.btn-animated{position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-animated:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);transform:scale(0);opacity:0;transition:transform .6s,opacity .6s}.btn-animated:active:after{transform:scale(2);opacity:1;transition:transform 0s,opacity 0s}.btn-glow{background:var(--gradient-primary, linear-gradient(135deg, #FF85A2 0%, #D4A574 100%));border:none;padding:calc(10 * var(--px)) calc(20 * var(--px));border-radius:calc(8 * var(--px));color:#0a0a0a;font-weight:600;font-size:calc(13 * var(--px));position:relative;z-index:1;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-glow:before{content:"";position:absolute;inset:calc(-2 * var(--px));background:linear-gradient(135deg,#ff85a2,#d4a574,#ff85a2,#ff85a2);background-size:400% 400%;border-radius:calc(10 * var(--px));z-index:-1;opacity:0;animation:gradient-border 3s ease infinite;transition:opacity .3s}.btn-glow:hover{transform:translateY(calc(-2 * var(--px)));box-shadow:0 calc(10 * var(--px)) calc(30 * var(--px)) #ff85a266}.btn-glow:hover:before{opacity:1}@keyframes gradient-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.btn-glass{background:#111c;backdrop-filter:blur(calc(10 * var(--px)));-webkit-backdrop-filter:blur(calc(10 * var(--px)));border:calc(1 * var(--px)) solid rgba(255,133,162,.2);padding:calc(10 * var(--px)) calc(20 * var(--px));border-radius:calc(8 * var(--px));color:#fff;font-weight:500;font-size:calc(13 * var(--px));cursor:pointer;transition:all .3s ease}.btn-glass:hover{background:#1a1a1ae6;border-color:#ff85a266;transform:translateY(calc(-2 * var(--px)));box-shadow:0 calc(10 * var(--px)) calc(30 * var(--px)) #0000004d}.list-item-animated{opacity:0;transform:translateY(calc(30 * var(--px)));animation:slide-up .6s cubic-bezier(.4,0,.2,1) forwards}.list-item-animated:nth-child(1){animation-delay:.05s}.list-item-animated:nth-child(2){animation-delay:.1s}.list-item-animated:nth-child(3){animation-delay:.15s}.list-item-animated:nth-child(4){animation-delay:.2s}.list-item-animated:nth-child(5){animation-delay:.25s}.list-item-animated:nth-child(6){animation-delay:.3s}.list-item-animated:nth-child(7){animation-delay:.35s}.list-item-animated:nth-child(8){animation-delay:.4s}@keyframes slide-up{to{opacity:1;transform:translateY(0)}}.list-item-animated:hover{transform:translate(calc(8 * var(--px)));box-shadow:0 0 calc(30 * var(--px)) #ff85a226}.modal-animated{animation:modal-in .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes modal-in{0%{opacity:0;transform:scale(.8) translateY(calc(-50 * var(--px)))}to{opacity:1;transform:scale(1) translateY(0)}}.modal-overlay-animated{animation:overlay-in .3s ease-out}@keyframes overlay-in{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(calc(8 * var(--px)));backdrop-filter:blur(calc(8 * var(--px)))}}.modal-glass{background:#0009;backdrop-filter:blur(calc(24 * var(--px)));-webkit-backdrop-filter:blur(calc(24 * var(--px)));border:calc(1 * var(--px)) solid rgba(255,133,162,.15);border-radius:calc(16 * var(--px));box-shadow:0 calc(32 * var(--px)) calc(80 * var(--px)) #0009,0 0 calc(48 * var(--px)) #ff85a21a}.modal-glass:before{content:"";position:absolute;top:0;left:0;right:0;height:calc(1 * var(--px));background:linear-gradient(90deg,transparent,rgba(255,133,162,.3),transparent)}.grid-container{display:grid;gap:calc(16 * var(--px));padding:calc(24 * var(--px))}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(calc(300 * var(--px)),1fr))}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.page-header-modern{padding:calc(28 * var(--px)) calc(24 * var(--px));background:linear-gradient(180deg,rgba(17,17,17,.5) 0%,transparent 100%);border-bottom:calc(1 * var(--px)) solid rgba(255,133,162,.1);margin-bottom:calc(24 * var(--px))}.page-title-modern{font-size:calc(24 * var(--px));font-weight:700;background:linear-gradient(135deg,#ff85a2,#ff85a2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:calc(6 * var(--px))}.page-subtitle{color:#ffffff80;font-size:calc(14 * var(--px))}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-glow{text-shadow:0 0 calc(20 * var(--px)) rgba(255,133,162,.5)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(calc(-5 * var(--px)));box-shadow:var(--shadow-float)}.gpu-accelerate{will-change:transform;transform:translateZ(0)}.wizard-char-card{display:flex;flex-direction:column;align-items:stretch;padding:0;gap:0;background:#0a0a0aa6;border-radius:6px;border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:border-color .2s,transform .2s;width:100%;max-width:100%;aspect-ratio:4 / 3}.wizard-char-card:hover{border-color:#ff85a280;transform:translateY(-2px)}.wizard-char-card.wizard-char-selected{border-color:#ff85a2;background:#0a0a0ab8}.wizard-char-card.narrator-card{background:#161922;border-color:#64b4ff33}.wizard-char-card.narrator-card:hover{border-color:#64b4ff80}.wizard-char-card-body{display:flex;min-height:0;flex:1}.wizard-char-card-image-area{flex-shrink:0;background:#000000b3;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;position:relative;aspect-ratio:var(--card-image-ratio, 16/9);height:100%;max-width:50%;border-right:1px solid rgba(255,255,255,.06)}.wizard-char-card-image-area img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s}.wizard-char-card:hover .wizard-char-card-image-area img{transform:scale(1.02)}.wizard-char-card-image-area .empty-placeholder{color:#444;font-size:11px;text-align:center}.wizard-char-card-content{flex:1;padding:14px 16px;display:flex;flex-direction:column;gap:8px;min-width:0;background:transparent}.wizard-char-card-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wizard-char-card-header .char-name{font-size:15px;font-weight:600;color:#f0f0f0;letter-spacing:.3px}.wizard-char-card-header .char-role-tag{font-size:10px;padding:3px 8px;background:#ff85a2;color:#0a0a0a;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.wizard-char-card-header .char-relation-tag{font-size:10px;padding:3px 8px;background:#ff85a233;color:#ff85a2;border-radius:3px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wizard-char-card-header .char-extra-tag{font-size:10px;padding:3px 8px;border-radius:3px;font-weight:500}.wizard-char-card-desc{font-size:12px;color:#888;line-height:1.6;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.wizard-char-card-footer{display:flex;align-items:center;justify-content:stretch;gap:0;padding:0;border-top:1px solid rgba(255,255,255,.06);background:#0003;font-size:12px}.wizard-char-card-footer .wcc-item{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;cursor:pointer;color:#777;transition:all .15s;border-right:1px solid rgba(255,255,255,.06);min-width:0;white-space:nowrap;font-weight:500}.wizard-char-card-footer .wcc-item:last-child{border-right:none}.wizard-char-card-footer .wcc-item:hover{background:#ff85a21a;color:#ff85a2}.wizard-char-card-footer .wcc-checkbox{display:flex;align-items:center;gap:4px;color:#888;cursor:pointer}.wizard-char-card-footer .wcc-checkbox input,.wizard-char-card-footer .wcc-item input[type=checkbox]{accent-color:#FF85A2;width:14px;height:14px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#2a2a2a;border:1px solid #555;border-radius:3px;position:relative;transition:all .15s}.wizard-char-card-footer .wcc-checkbox input:checked,.wizard-char-card-footer .wcc-item input[type=checkbox]:checked{background:#ff85a2;border-color:#ff85a2}.wizard-char-card-footer .wcc-checkbox input:checked:after,.wizard-char-card-footer .wcc-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:#0a0a0a;font-weight:700}.wizard-char-card-footer .wcc-checkbox input:hover,.wizard-char-card-footer .wcc-item input[type=checkbox]:hover{border-color:#ff85a2}.wizard-char-card-footer .wcc-voice{flex:1;display:flex;align-items:center;gap:4px;color:#999;position:relative}.wizard-char-card-footer .wcc-voice.voice-generating{color:#ff85a2;pointer-events:none}.wizard-char-card-footer .wcc-voice.voice-generating span{animation:voiceTextPulse 1s ease-in-out infinite}@keyframes voiceTextPulse{0%,to{opacity:1}50%{opacity:.4}}.wizard-char-card-footer .wcc-voice.voice-done{color:#60a5fa}.wizard-char-card-footer .wcc-voice-icon{cursor:pointer;opacity:.7;transition:opacity .2s}.wizard-char-card-footer .wcc-voice-icon:hover{opacity:1}.wizard-char-card-footer .wcc-edit-btn{padding:6px 16px;background:transparent;border:1px solid rgba(255,133,162,.4);border-radius:5px;color:#ff85a2;font-size:14px;cursor:pointer;transition:all .2s}.wizard-char-card-footer .wcc-edit-btn:hover{background:#ff85a226;border-color:#ff85a2}.wc-modal-body{display:flex;flex:1;min-height:0;overflow-y:auto}.wc-left{flex:0 0 450px;padding:20px;border-right:1px solid #333;overflow-y:auto}.wc-right{flex:1;padding:20px;overflow-y:auto}.wc-preview-img-top{width:100%;aspect-ratio:3/4;border-radius:6px;overflow:hidden;background:#000000c7;margin-bottom:10px;display:flex;align-items:flex-start;justify-content:center;position:relative}.wc-preview-img-top img{width:100%;height:100%;object-fit:cover;object-position:top;cursor:context-menu}.wc-ctx-menu{display:none;position:fixed;z-index:10000;background:#0a0a0aa6;border:1px solid #444;border-radius:8px;box-shadow:0 8px 24px #0000008c;min-width:160px;padding:4px 0;overflow:hidden}.wc-ctx-menu.show{display:block}.wc-ctx-item{display:flex;align-items:center;gap:8px;padding:9px 16px;color:#ccc;font-size:13px;cursor:pointer;transition:background .15s;white-space:nowrap;border:none;background:none;width:100%;text-align:left}.wc-ctx-item:hover{background:#ff85a226;color:#ff85a2}.wc-ctx-item .ctx-icon{font-size:15px;flex-shrink:0}.wc-gen-dual{display:flex;gap:20px}.wc-gen-dual>div{flex:1;min-width:0}.wc-ref-flow{display:flex;align-items:center;gap:8px;margin-bottom:12px}.wc-ref-flow-img{width:80px;border-radius:6px;overflow:hidden;background:transparent;flex-shrink:0;cursor:pointer}.wc-ref-flow-img img{width:100%;height:auto;display:block}.wc-ref-arrow{color:#ff85a2;font-size:24px;flex-shrink:0;font-weight:700}.wc-ref-flow-result{flex:1;border-radius:6px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;min-height:60px}.wc-ref-flow-result img{width:100%;height:auto;display:block;cursor:pointer;border-radius:6px}.wc-ver-group{display:flex;flex-direction:column;gap:4px;padding:4px;border-radius:6px;background:#000000bf;border:2px solid transparent;cursor:pointer;transition:all .2s}.wc-ver-group:hover{border-color:#ff85a280;transform:scale(1.03)}.wc-ver-group.active{border-color:#ff85a2;background:#ff85a21a}.wc-ver-group-img{aspect-ratio:var(--wc-preview-ratio, 9/16);border-radius:4px;overflow:hidden;background:#0000004d}.wc-ver-group-img img{width:100%;height:100%;object-fit:contain}.wc-ver-group-ref{border-radius:4px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center}.wc-ver-group-ref img{width:100%;height:auto;display:block}.wc-ver-group-ref-empty{color:#555;font-size:9px}.wc-ver-group-label{text-align:center;font-size:10px;color:#888;padding:2px 0}.wc-ver-group.active .wc-ver-group-label{color:#ff85a2;font-weight:600}.wc-char-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.wc-char-nav-name{font-size:15px;font-weight:600;color:#fff}.wc-char-nav-indicator{display:flex;align-items:center;gap:6px;font-size:12px;color:#888}.wc-char-nav-btn{width:24px;height:24px;border-radius:4px;background:#333;border:1px solid #444;color:#ccc;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.wc-char-nav-btn:hover{background:#444;color:#fff}.wc-form-row{display:flex;gap:10px;margin-bottom:12px}.wc-form-row>div{flex:1}.wc-form-label{display:block;font-size:11px;color:#888;margin-bottom:4px}.wc-form-select{width:100%;padding:7px 10px;background:#000000b3;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;outline:none;box-sizing:border-box}.wc-form-select:focus{border-color:#ff85a2}.wc-form-input{width:100%;padding:7px 10px;background:#000000b3;border:1px solid #333;border-radius:6px;color:#fff;font-size:13px;outline:none;box-sizing:border-box}.wc-form-input:focus{border-color:#ff85a2}.wc-form-group{margin-bottom:14px}.wc-voice-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#000000b3;border:1px solid #333;border-radius:6px;margin-bottom:12px}.wc-voice-row span{flex:1;font-size:12px;color:#ddd}.wc-voice-edit-btn{background:none;border:none;color:#ff85a2;font-size:14px;cursor:pointer;padding:2px}.wc-voice-switch{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#000000b3;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;cursor:pointer;transition:all .2s}.wc-voice-switch:hover{border-color:#ff85a280;background:#ff85a20d}.wc-voice-arrow{color:#666;font-size:10px;transition:color .2s}.wc-voice-switch:hover .wc-voice-arrow{color:#ff85a2}.wc-tabs{display:flex;border-bottom:1px solid #333;margin-bottom:16px}.wc-tab{padding:10px 14px;background:none;border:none;border-bottom:2px solid transparent;color:#888;font-size:13px;cursor:pointer;transition:all .2s}.wc-tab.active{color:#fff;border-bottom-color:#ff85a2;font-weight:600}.wc-tab:hover{color:#ccc}.wc-style-row{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#000000b3;border:1px solid #333;border-radius:6px;font-size:12px;color:#ddd}.wc-gen-mode-toggle{display:flex;background:#000000b3;border:1px solid #333;border-radius:6px;overflow:hidden}.wc-gen-mode-btn{flex:1;padding:8px 12px;background:none;border:none;color:#888;font-size:12px;cursor:pointer;transition:all .2s;text-align:center}.wc-gen-mode-btn.active{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;font-weight:600}.wc-gen-mode-btn:not(.active):hover{background:#222;color:#ccc}.wc-ref-upload-area-v2{margin-top:10px;padding:8px 0}.wc-ref-cards-row{display:flex;align-items:flex-end;gap:10px}.wc-ref-cards-stack{position:relative;display:flex;align-items:flex-end;min-height:90px;flex:1;min-width:0}.wc-ref-card{width:68px;height:auto;border-radius:6px;overflow:hidden;background:transparent;border:1.5px solid #333;position:relative;flex-shrink:0;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0006}.wc-ref-cards-stack.stacked .wc-ref-card{position:absolute;bottom:0}.wc-ref-cards-stack.stacked.expanded{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-end}.wc-ref-cards-stack.stacked.expanded .wc-ref-card{position:relative;transform:none!important}.wc-ref-cards-stack:not(.stacked) .wc-ref-card{margin-right:-12px}.wc-ref-cards-stack:not(.stacked) .wc-ref-card:last-child{margin-right:0}.wc-ref-card img{width:100%;height:auto;display:block}.wc-ref-card-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#ff85a2;font-size:9px;text-align:center;padding:10px 0 3px;font-weight:600}.wc-ref-card-del{position:absolute;top:3px;right:3px;width:16px;height:16px;background:#000000b3;border:1px solid #555;border-radius:50%;color:#f44;font-size:11px;line-height:14px;text-align:center;cursor:pointer;opacity:0;transition:opacity .2s;z-index:3}.wc-ref-card:hover .wc-ref-card-del{opacity:1}.wc-ref-card-del:hover{background:#f4433666;color:#fff}.wc-ref-card:hover{transform:translateY(-8px)!important;z-index:20!important;border-color:#ff85a2;box-shadow:0 6px 16px #ff85a24d}.wc-ref-stack-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;background:#ff85a2;color:#0a0a0a;font-size:10px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;z-index:50;pointer-events:none;box-shadow:0 2px 6px #0006;padding:0 5px}.wc-ref-add-card{width:68px;aspect-ratio:9/16;border:1.5px dashed #444;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0;background:#ffffff05}.wc-ref-add-card:hover{border-color:#ff85a2;color:#ff85a2;background:#ff85a20f}.wc-ref-cards-stack.stacked:not(.expanded) .wc-ref-card-del{display:none}.wc-ref-cards-stack.stacked:not(.expanded) .wc-ref-add-card{display:none}.wc-ref-cards-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:68px;aspect-ratio:9/16;border:1.5px dashed #444;border-radius:6px;color:#555;font-size:10px;cursor:pointer;transition:all .2s}.wc-ref-cards-empty:hover{border-color:#ff85a2;color:#ff85a2}.wc-prompt-area{width:100%;min-height:100px;background:#000000b3;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;padding:8px;resize:vertical;line-height:1.5;outline:none;box-sizing:border-box}.wc-prompt-area:focus{border-color:#ff85a2}.wc-prompt-counter{text-align:right;font-size:11px;color:#666;margin-top:4px}.wc-history-grid{display:grid;grid-template-columns:repeat(auto-fill,100px);gap:10px;margin-top:8px}.wc-history-thumb{aspect-ratio:3/4;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s}.wc-history-thumb img{width:100%;height:100%;object-fit:cover}.wc-history-thumb:hover,.wc-history-thumb.active{border-color:#ff85a2}.wc-desc-display{padding:10px;background:#000000b3;border:1px solid #333;border-radius:6px;font-size:12px;color:#ccc;line-height:1.5;max-height:120px;overflow-y:auto}.wc-modal-footer{display:flex;gap:8px;padding:16px 20px;border-top:1px solid #333;flex-shrink:0}.wc-confirm-btn{width:100%;padding:12px;background:linear-gradient(135deg,coral,tomato);border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;margin-top:16px}.wc-confirm-btn:hover{opacity:.9}.wc-gen-btn{width:100%;padding:10px;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:6px;color:#0a0a0a;font-size:13px;font-weight:600;cursor:pointer;margin-top:12px;transition:all .15s ease}.wc-gen-btn:hover{opacity:.9;transform:translateY(-1px)}.wc-gen-btn:active{transform:scale(.96);opacity:.85}.wc-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:5000}.wc-modal-container{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:1700px;max-width:96vw;height:92vh;background:#1a1a1a;border:1px solid #333;border-radius:12px;z-index:5001;overflow:visible;flex-direction:column}.wc-modal-container[style*=flex],.wc-modal-container[style*=block]{display:flex!important;flex-direction:column}.wc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #333}.wc-modal-header h3{color:#ff85a2;font-size:16px;margin:0}.wc-modal-close{background:none;border:none;color:#888;font-size:22px;cursor:pointer;padding:0 4px}.wc-modal-close:hover{color:#fff}.wc-btn-delete{padding:8px 16px;font-size:12px;background:transparent;border:1px solid #f44336;border-radius:6px;color:#f44336;cursor:pointer}.wc-btn-delete:hover{background:#f443361a}.wc-footer-right{display:flex;gap:10px}.wc-btn-cancel{padding:8px 20px;font-size:12px;background:#333;border:1px solid #444;border-radius:6px;color:#ccc;cursor:pointer}.wc-btn-cancel:hover{background:#444;color:#fff}.wc-btn-save{padding:8px 20px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:6px;color:#0a0a0a;cursor:pointer}.wc-btn-save:hover{opacity:.9}.wc-btn-save-global{padding:8px 20px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;color:#fff;cursor:pointer}.wc-btn-save-global:hover{opacity:.85}.wc-model-dropdown{display:none;position:fixed;margin-top:2px;background:#0a0a0af2;border:1px solid #444;border-radius:6px;z-index:15000;overflow-y:auto;max-height:320px;box-shadow:0 4px 12px #00000080}.gen-btn-animated{position:relative;overflow:visible;transition:all .3s ease}.gen-btn-animated.loading{pointer-events:none;background:linear-gradient(135deg,#8b7355,#6b5344)!important}.gen-btn-animated .btn-content{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:2}.gen-btn-animated .btn-progress-bar{position:absolute;left:0;bottom:0;height:3px;background:linear-gradient(90deg,#ff85a2,#ff85a2,#ff85a2);background-size:200% 100%;animation:progressShine 1.5s ease-in-out infinite;border-radius:0 0 6px 6px;transition:width .3s ease}.gen-btn-animated .btn-percentage{font-size:11px;font-weight:700;color:#ff85a2;min-width:36px;text-align:right}@keyframes progressShine{0%{background-position:200% 0}to{background-position:-200% 0}}.model-mode-toggle{display:flex;background:#000000b3;border:1px solid #333;border-radius:6px;overflow:hidden;flex-shrink:0}.model-mode-toggle .mode-btn{padding:8px 12px;background:none;border:none;color:#888;font-size:11px;cursor:pointer;transition:all .2s;white-space:nowrap}.model-mode-toggle .mode-btn.active{background:#ff85a233;color:#ff85a2;font-weight:600}.model-mode-toggle .mode-btn:not(.active):hover{background:#222;color:#ccc}.voice-filter-btn{padding:5px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;color:#999;font-size:12px;cursor:pointer;transition:all .2s}.voice-filter-btn:hover{background:#ff85a21a;color:#ff85a2}.voice-filter-btn.active{background:#ff85a233;border-color:#ff85a2;color:#ff85a2}.voice-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px;cursor:pointer;transition:all .2s;position:relative}.voice-card:hover{background:#ffffff14;border-color:#ff85a24d}.voice-card.selected{background:#ff85a21f;border-color:#ff85a2}.voice-card-name{font-size:14px;font-weight:600;color:#e5e5e5;margin-bottom:6px}.voice-card-meta{font-size:11px;color:#888;display:flex;gap:8px;align-items:center}.voice-card-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}.voice-card-tag{font-size:10px;padding:1px 6px;background:#ffffff14;border-radius:8px;color:#aaa}.voice-card-play{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:#ff85a233;border:none;color:#ff85a2;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.voice-card-play:hover{background:#ff85a266}html{margin:0;padding:0;height:100%;overflow:hidden;background:#eef2f7}body{margin:0;padding:0;height:100%;overflow:hidden;background:transparent}body.software-browser-shell{--software-browser-gap: 4px;--software-browser-radius: 8px;--software-browser-chrome: #eef2f7}.bg-layer{position:fixed;inset:var(--software-browser-gap, 0);width:auto;height:auto;z-index:-2;overflow:hidden;border-radius:var(--software-browser-radius, 0);background:radial-gradient(circle at 50% 0%,rgba(255,133,162,.09),transparent 34%),radial-gradient(circle at 78% 22%,rgba(92,210,255,.07),transparent 30%),linear-gradient(180deg,#050505,#000 52%,#020202)}.bg-layer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:88px 88px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 72%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 72%)}.project-tabs-container{display:none;scroll-behavior:smooth}.project-tabs-container::-webkit-scrollbar{height:4px;display:block}.project-tabs-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.project-tabs-container::-webkit-scrollbar-thumb{background:#ff85a266;border-radius:2px}.project-tabs-container::-webkit-scrollbar-thumb:hover{background:#ff85a299}.project-tab,.project-tab:hover,.project-tab.active,.tab-close,.project-tab:hover .tab-close,.tab-close:hover,.project-add-dropdown,.project-add-btn,.project-add-btn:hover,.tab-name,.tab-badge,.tab-badge.badge-running,.tab-badge.badge-pending,.tab-badge.badge-failed{display:none}.home-tab-actions-menu,.home-tab-actions-menu.show,.home-tab-actions-menu>div{display:none}.mp-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99997;display:none;opacity:0;transition:opacity .25s ease}.mp-overlay.show{opacity:1}.mp-panel{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.96);width:1040px;max-width:95vw;max-height:90vh;background:linear-gradient(145deg,#2d2e33fa,#1e1f24f5);backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3);border:1px solid rgba(255,133,162,.18);border-radius:16px;box-shadow:0 24px 80px #0009,0 0 40px #ff85a20f;z-index:99998;display:none;opacity:0;transition:opacity .25s ease,transform .25s ease;overflow:hidden;color:#ddd}.mp-panel.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.mp-scroll-area::-webkit-scrollbar{width:6px;height:6px}.mp-scroll-area::-webkit-scrollbar-track{background:transparent}.mp-scroll-area::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:3px}.mp-close{display:none}.mp-header{display:flex;align-items:center;justify-content:space-between;padding:22px 32px 14px;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(90deg,rgba(255,133,162,.04),transparent)}.mp-user-info{display:flex;align-items:center;gap:12px}.mp-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff85a2,#d4a574);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600}.mp-user-name{font-size:15px;font-weight:600;color:#eee}.mp-user-tier{font-size:12px;color:#888;margin-top:2px}.mp-user-tier .tier-badge{display:inline-block;padding:1px 8px;border-radius:10px;font-size:11px;font-weight:500;background:#ffffff0f;color:#999;border:1px solid rgba(255,255,255,.08)}.mp-user-tier .tier-badge.vip{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#fff;border:none}.mp-header-right{display:flex;align-items:center;gap:16px}.mp-points-display{text-align:right}.mp-points-label{font-size:12px;color:#888}.mp-points-value{font-size:20px;font-weight:700;color:#ff85a2}.mp-daily-info{font-size:12px;color:#34d399;white-space:nowrap;padding:4px 0}.mp-tabs{display:flex;gap:6px;padding:12px 32px;border-bottom:1px solid rgba(255,255,255,.06);align-items:center;background:#1213175c;overflow-x:auto;scrollbar-gutter:stable}.mp-tab{flex:0 0 auto;min-width:108px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:700;color:#9ca3af;cursor:pointer;background:transparent;transition:color .15s,background .15s,border-color .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.mp-tab:hover{color:#e5e7eb;background:#ffffff0d}.mp-tab.active{color:#ff85a2;border-color:#ff85a247;background:#ff85a21f}.mp-tab-content{display:none;height:calc(90vh - 151px);max-height:calc(90vh - 151px);padding:24px 32px 32px;overflow:hidden;box-sizing:border-box;min-height:0}.mp-tab-content.active{display:block}#mpContentTransactions.mp-tab-content.active{display:flex;flex-direction:column}#mpContentInvoice.mp-tab-content.active{display:flex;flex-direction:column;overflow-y:auto}#mpContentInvite.mp-tab-content.active{display:flex;flex-direction:column}.mp-section-title{font-size:14px;font-weight:700;color:#e2e8f0;margin-bottom:12px}.mp-section-subtitle{max-width:680px;color:#94a3b8;font-size:12px;line-height:1.7}.mp-section-subtitle b{color:#d8b4fe;font-weight:800}.mp-rules-section{margin-bottom:24px}.mp-rules-section-title{font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:12px;display:flex;align-items:center;gap:8px}.mp-rules-section-title:before{content:"";display:inline-block;width:3px;height:14px;background:linear-gradient(180deg,#ff85a2,#d4a574);border-radius:2px}.mp-rules-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-bottom:8px}.mp-rules-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:4px}.mp-rules-card-label{font-size:11px;color:#888}.mp-rules-card-value{font-size:16px;font-weight:600;color:#ff85a2}.mp-rules-card-note{font-size:11px;color:#666}.mp-rules-table{width:100%;border-collapse:collapse;font-size:12px}.mp-rules-table th{text-align:left;padding:8px 10px;color:#888;font-weight:500;border-bottom:1px solid rgba(255,255,255,.06);font-size:11px}.mp-rules-table td{padding:7px 10px;color:#ccc;border-bottom:1px solid rgba(255,255,255,.03)}.mp-rules-table tr:hover td{background:#ffffff05}.mp-rules-discount{color:#34d399;font-weight:500}.mp-rules-subtabs{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.mp-rules-subtab{padding:5px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#aaa;font-size:12px;cursor:pointer;transition:all .2s}.mp-rules-subtab:hover{border-color:#ff85a24d;color:#ddd}.mp-rules-subtab.active{border-color:#ff85a2;color:#ff85a2;background:#ff85a214}.mp-rules-table--multi{table-layout:fixed}.mp-rules-table--multi th.col-price,.mp-rules-table--multi td.col-price{text-align:center}.mp-rules-table--multi td.col-model{font-weight:500;color:#ddd}.mp-tx-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex:0 0 auto}.mp-tx-filter{padding:6px 12px;font-size:13px;color:#ccc;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d;outline:none;cursor:pointer}.mp-tx-filter:focus{border-color:#ff85a266}.mp-tx-filter option{background:#111;color:#ccc}.mp-tx-table{width:100%;border-collapse:collapse;font-size:13px}.mp-tx-table th{text-align:left;padding:10px 12px;font-size:12px;font-weight:500;color:#888;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.mp-tx-table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.04);color:#bbb}.mp-tx-table tr:hover td{background:#ffffff05}.mp-scroll-area{overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0}.mp-tx-scroll{flex:1 1 auto;max-height:none;min-height:0}.mp-inv-scroll{max-height:min(22vh,240px);min-height:120px}.mp-tx-scroll .mp-tx-table th,.mp-inv-scroll .mp-inv-table th{position:sticky;top:0;z-index:1}.mp-tx-type{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500;background:#ffffff0f;color:#999;white-space:nowrap}.mp-tx-type.income{background:#34d3991a;color:#34d399}.mp-tx-type.expense{background:#ff85a21a;color:#ff85a2}.mp-tx-type.success{background:#34d3991a;color:#34d399}.mp-tx-type.running{background:#facc151a;color:#facc15}.mp-tx-type.failed{background:#f871711a;color:#f87171}.mp-tx-type.refund{background:#60a5fa1a;color:#60a5fa}.mp-tx-type.adjust{background:#c084fc1f;color:#c084fc}.mp-tx-points{font-weight:600;font-variant-numeric:tabular-nums}.mp-tx-points.income{color:#34d399}.mp-tx-points.expense{color:#ff85a2}.mp-tx-points.neutral,.mp-tx-balance{color:#cbd5e1;font-weight:600;font-variant-numeric:tabular-nums}.mp-tx-muted{color:#64748b;font-size:12px}.mp-tx-detail{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#888}.mp-tx-detail-btn{min-width:64px;padding:4px 10px;color:#cbd5e1;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0a;font-size:12px;cursor:pointer}.mp-tx-detail-btn:hover{border-color:#ff85a261;background:#ff85a214;color:#ff85a2}.mp-usage-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100200;display:none;align-items:center;justify-content:center;padding:24px;background:#0000009e}.mp-usage-detail-overlay.show{display:flex}.mp-usage-detail-panel{width:min(760px,calc(100vw - 32px));max-height:min(82vh,760px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#2b2d31;box-shadow:0 24px 80px #00000073}.mp-usage-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.mp-usage-detail-title{color:#f8fafc;font-size:16px;font-weight:700}.mp-usage-detail-sub{margin-top:4px;color:#94a3b8;font-size:12px}.mp-usage-detail-close{width:28px;height:28px;color:#cbd5e1;border:0;border-radius:6px;background:#ffffff0f;font-size:20px;line-height:1;cursor:pointer}.mp-usage-detail-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 14px;padding:14px 18px;background:#25272b;border-bottom:1px solid rgba(255,255,255,.1)}.mp-usage-detail-row{min-width:0}.mp-usage-detail-row span{display:block;color:#94a3b8;font-size:11px}.mp-usage-detail-row b{display:block;margin-top:3px;overflow-wrap:anywhere;color:#e2e8f0;font-size:12px;font-weight:600}.mp-usage-detail-results{min-height:0;overflow:auto;padding:16px 18px;background:#24262a}.mp-usage-detail-section{margin-bottom:16px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#202226}.mp-usage-detail-item{margin-bottom:14px}.mp-usage-detail-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:#e2e8f0;font-size:13px;font-weight:600}.mp-usage-detail-download,.mp-usage-detail-copy{padding:4px 10px;border:1px solid rgba(96,165,250,.28);border-radius:6px;background:#60a5fa1a;color:#93c5fd;font-size:12px;cursor:pointer;text-decoration:none}.mp-usage-detail-copy{border-color:#cbd5e13d;background:#ffffff14;color:#e5e7eb}.mp-usage-detail-download:disabled,.mp-usage-detail-copy:disabled{cursor:default;opacity:.72}.mp-usage-detail-media{display:block;width:100%;max-height:52vh;object-fit:contain;border-radius:8px;background:#303236}.mp-usage-detail-audio{width:100%}.mp-usage-detail-link{display:block;overflow-wrap:anywhere;color:#93c5fd;font-size:12px;line-height:1.6}.mp-usage-detail-text{max-height:40vh;overflow:auto;margin:0;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#303236;color:#e5e7eb;white-space:pre-wrap;overflow-wrap:anywhere}.mp-usage-detail-empty{padding:22px;text-align:center;color:#64748b;font-size:13px}.mp-tx-pagination{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.04)}.mp-tx-page-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.mp-tx-page-info{font-size:12px;color:#888}.mp-tx-page-size{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#888;white-space:nowrap}.mp-tx-page-size-select{width:auto;min-width:64px;padding:4px 8px}.mp-tx-page-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.mp-tx-page-btn{padding:5px 14px;font-size:12px;color:#ccc;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0a;cursor:pointer;transition:all .15s}.mp-tx-page-btn:hover:not(:disabled){border-color:#ff85a266;background:#ff85a20f;color:#ff85a2}.mp-tx-page-btn:disabled{opacity:.35;cursor:not-allowed}.mp-tx-empty{text-align:center;padding:48px 20px;color:#666;font-size:14px}.mp-tier-grid{display:grid;grid-template-columns:160px repeat(4,1fr);gap:16px;margin-bottom:24px}.mp-tier-spacer{width:160px}.mp-tier-card{border:1.5px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 16px;text-align:center;cursor:pointer;transition:all .25s;position:relative;background:#ffffff08}.mp-tier-card:hover{border-color:#ff85a259;background:#ff85a20a;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.mp-tier-card.selected{border-color:#ff85a2;background:#ff85a214;box-shadow:0 0 0 1px #ff85a2,0 4px 20px #ff85a21f}.mp-tier-card.current{border-color:#10b98166;background:#10b9810f}.mp-tier-tag{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:11px;padding:2px 10px;border-radius:10px;white-space:nowrap;font-weight:600}.mp-tier-tag.hot{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.mp-tier-tag.rec{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a}.mp-tier-name{font-size:15px;font-weight:600;color:#eee;margin-bottom:12px}.mp-tier-price{font-size:32px;font-weight:700;color:#ff85a2;line-height:1}.mp-tier-price .sym{font-size:16px;font-weight:500;vertical-align:top;margin-right:2px}.mp-tier-price .per{font-size:13px;font-weight:400;color:#888;margin-left:2px}.mp-tier-desc{font-size:12px;color:#888;margin-top:8px;margin-bottom:16px;min-height:18px}.mp-tier-btn{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(255,133,162,.3);background:#ff85a214;color:#ff85a2;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.mp-tier-btn:hover{background:#ff85a226;border-color:#ff85a2}.mp-tier-card.selected .mp-tier-btn{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;border-color:transparent;font-weight:600}.mp-tier-card.current .mp-tier-btn{background:#10b98126;color:#34d399;border-color:#10b9814d;cursor:default}.mp-tier-card.free-card .mp-tier-btn{background:#ffffff0a;color:#666;border-color:#ffffff14;cursor:default}.mp-tier-card.lower-tier{opacity:.45;pointer-events:none;filter:grayscale(.5)}.mp-tier-card.lower-tier .mp-tier-btn{background:#ffffff0a;color:#666;border-color:#ffffff14;cursor:not-allowed}.mp-tier-selector{display:flex;gap:12px;margin-bottom:20px}.mp-tier-tab{flex:1;border:1.5px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 12px;text-align:center;cursor:pointer;transition:all .25s;position:relative;background:#ffffff08}.mp-tier-tab:hover{border-color:#ff85a259;background:#ff85a20a}.mp-tier-tab.active{border-color:#ff85a2;background:#ff85a214;box-shadow:0 0 0 1px #ff85a2,0 4px 16px #ff85a21a}.mp-tier-tab.disabled{opacity:.4;pointer-events:none;filter:grayscale(.5)}.mp-tier-tab.disabled.active{border-color:#ffffff1f;background:#ffffff0a;box-shadow:none}.mp-tier-tab-name{font-size:15px;font-weight:600;color:#eee;margin-bottom:6px}.mp-tier-tab-tag{font-size:10px;padding:1px 6px;border-radius:6px;margin-left:4px;vertical-align:middle}.mp-tier-tab-tag.hot{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.mp-tier-tab-tag.rec{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a}.mp-tier-tab-price{font-size:20px;font-weight:700;color:#ff85a2;margin-bottom:4px}.mp-tier-tab.active .mp-tier-tab-price{color:#ff85a2}.mp-tier-tab-saving{font-size:13px;line-height:1.45;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}.mp-tier-tab-pts{font-size:12px;color:#888}.mp-tier-tab-lock{font-size:11px;color:#ef4444;margin-top:4px}.mp-plan-lock-hint{margin:-8px 0 16px;padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#94a3b814;color:#cbd5e1;font-size:13px;text-align:center}.mp-days-section.is-disabled{opacity:.48;pointer-events:none;filter:grayscale(.6)}.mp-days-section{margin-bottom:20px;padding:0 4px}.mp-days-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mp-days-title{font-size:14px;color:#aaa;font-weight:500}.mp-days-label{font-size:22px;font-weight:700;color:#ff85a2}.mp-days-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:linear-gradient(90deg,#ff85a240,#d4a57440);border-radius:3px;outline:none}.mp-days-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;background:linear-gradient(135deg,#ff85a2,#d4a574);border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #ff85a259}.mp-days-range::-moz-range-thumb{width:22px;height:22px;background:linear-gradient(135deg,#ff85a2,#d4a574);border-radius:50%;cursor:pointer;border:none}.mp-days-marks{display:flex;justify-content:space-between;font-size:11px;color:#555;margin-top:6px}.mp-price-summary{text-align:center;padding:16px;margin-bottom:16px;border-radius:12px;background:#ff85a20a;border:1px solid rgba(255,133,162,.1)}.mp-price-main{margin-bottom:6px}.mp-price-sym{font-size:18px;color:#ff85a2;font-weight:400;vertical-align:top}.mp-price-total{font-size:38px;font-weight:700;color:#ff85a2;line-height:1}.mp-price-info{display:flex;justify-content:center;gap:12px;align-items:center;margin-bottom:4px}.mp-price-daily{font-size:13px;color:#aaa}.mp-price-discount{font-size:12px;color:#10b981;background:#10b9811a;padding:2px 8px;border-radius:10px}.mp-price-bonus{font-size:13px;color:#d4a574;font-weight:500}.mp-upgrade-info{background:#fff8e6;border:1px solid #ffe4a0;border-radius:8px;padding:10px 14px;margin:8px 0;font-size:13px;color:#8a6d00;line-height:1.6}.mp-upgrade-info b{font-weight:600;color:#6d5200}.mp-features{border-top:1px solid rgba(255,255,255,.06);margin-bottom:12px}.mp-feature-row{display:grid;grid-template-columns:140px repeat(4,1fr);gap:8px;align-items:center;border-bottom:1px solid rgba(255,255,255,.04);min-height:38px}.mp-feature-row.mp-feature-header{border-bottom:1px solid rgba(255,255,255,.08)}.mp-feature-row.mp-feature-header .mp-feature-val{font-weight:600;color:#aaa;font-size:12px}.mp-feature-label{font-size:13px;color:#888;padding:8px 0}.mp-feature-val{text-align:center;font-size:13px;color:#ccc;padding:8px 0;border-radius:4px;transition:background .2s}.mp-feature-val.mp-feature-hl{background:#ff85a20f;color:#eee}.mp-feature-val .check{color:#10b981;font-weight:700}.mp-feature-val .cross{color:#444}.mp-points-slider-wrap{padding:8px 0 20px}.mp-points-display{text-align:center;margin-bottom:24px}.mp-points-display .mp-pts-yuan{font-size:36px;font-weight:700;color:#ff85a2}.mp-points-display .mp-pts-yuan .sym{font-size:20px;font-weight:400;vertical-align:top;margin-right:2px}.mp-points-display .mp-pts-eq{font-size:14px;color:#888;margin-top:6px}.mp-points-display .mp-pts-eq .pts-num{color:#eee;font-weight:600;font-size:16px}.mp-slider-row{padding:0 4px}.mp-slider-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#ffffff14;outline:none;cursor:pointer}.mp-slider-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ff85a2,#d4a574);box-shadow:0 2px 8px #ff85a266;cursor:pointer;border:2px solid #fff;margin-top:-9px}.mp-slider-range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ff85a2,#d4a574);box-shadow:0 2px 8px #ff85a266;cursor:pointer;border:2px solid #fff}.mp-slider-range::-webkit-slider-runnable-track{height:6px;border-radius:3px}.mp-slider-range::-moz-range-track{height:6px;border-radius:3px;background:#ffffff14}.mp-slider-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#666}.mp-slider-presets{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap;justify-content:center}.mp-slider-presets .mp-preset-btn{padding:6px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#aaa;font-size:13px;cursor:pointer;transition:all .2s}.mp-slider-presets .mp-preset-btn:hover{border-color:#ff85a266;color:#eee;background:#ff85a20f}.mp-slider-presets .mp-preset-btn.active{border-color:#ff85a2;color:#ff85a2;background:#ff85a21a}.mp-pay-section{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);margin-top:8px}.mp-pay-btn{display:inline-block;padding:12px 48px;border-radius:10px;border:none;background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.mp-pay-btn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 16px #ff85a24d}.mp-pay-btn:disabled{background:#ffffff14;color:#666;cursor:not-allowed;filter:none;transform:none;box-shadow:none}.mp-qr-section{display:none;margin-top:16px}.mp-qr-section.show{display:block}.mp-qr-wrap{display:inline-block;padding:12px;background:#fff;border-radius:10px}.mp-qr-info{margin-top:10px;font-size:14px;color:#ccc}.mp-qr-tip{margin-top:6px;font-size:12px;color:#888}.mp-qr-status{margin-top:10px;font-size:13px;color:#10b981}.mp-qr-status .spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,133,162,.3);border-top-color:#ff85a2;border-radius:50%;animation:mp-spin .8s linear infinite;margin-right:6px;vertical-align:middle}@keyframes mp-spin{to{transform:rotate(360deg)}}.mp-qr-cancel{background:none;border:1px solid rgba(255,255,255,.15);color:#aaa;padding:6px 20px;border-radius:8px;cursor:pointer;font-size:13px;margin-top:8px;transition:all .2s}.mp-qr-cancel:hover{border-color:#ef4444;color:#ef4444}.mp-success{display:none;text-align:center;padding:24px}.mp-success.show{display:block}.mp-success-icon{font-size:48px;color:#10b981}.mp-success-text{font-size:18px;font-weight:600;color:#eee;margin:8px 0}.mp-success-detail{font-size:14px;color:#888}.mp-invite-shell{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:14px}.mp-invite-overview,.mp-invite-redeem,.mp-invite-list{border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff08;padding:16px}.mp-invite-overview{display:flex;align-items:center;justify-content:space-between;gap:18px}.mp-invite-generate{flex:0 0 auto;padding-left:26px;padding-right:26px}.mp-invite-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.mp-invite-stat{min-width:0;padding:14px 10px;text-align:center;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#12131759}.mp-invite-stat-value{color:#e2e8f0;font-size:22px;font-weight:800;line-height:1.1}.mp-invite-stat-value.info{color:#38bdf8}.mp-invite-stat-value.ok{color:#10b981}.mp-invite-stat-value.accent{color:#a78bfa}.mp-invite-stat-value.warn{color:#f59e0b}.mp-invite-stat-label{margin-top:6px;color:#64748b;font-size:11px}.mp-invite-redeem-row{display:flex;align-items:center;gap:10px}.mp-invite-input{text-transform:uppercase}.mp-invite-redeem-btn{flex:0 0 auto;border:0;border-radius:8px;padding:9px 18px;color:#fff;background:linear-gradient(135deg,#a78bfa,#6366f1);font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.mp-invite-list{display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.mp-invite-scroll{flex:1 1 auto;min-height:132px;max-height:none}.mp-invite-copy-btn{border:0;border-radius:6px;padding:4px 10px;color:#fff;background:#8b5cf6;font-size:11px;cursor:pointer}@media (max-width: 900px){.mp-tier-grid{grid-template-columns:repeat(2,1fr)}.mp-tier-spacer{display:none}.mp-feature-row{grid-template-columns:120px repeat(4,1fr);gap:8px}.mp-header{flex-direction:column;align-items:flex-start;gap:12px}.mp-rules-table--multi{display:block;overflow-x:auto}}@media (max-width: 600px){.mp-tab{min-width:96px}.mp-tab-content{height:calc(90vh - 174px);max-height:calc(90vh - 174px);padding:16px}.mp-tier-grid{grid-template-columns:1fr 1fr}.mp-tier-spacer{display:none}.mp-feature-row{font-size:12px;grid-template-columns:100px repeat(4,1fr);gap:4px}.mp-rules-table--multi{font-size:11px}.mp-rules-table--multi td,.mp-rules-table--multi th{padding:5px 6px}.mp-rules-subtabs{gap:6px}.mp-tx-pagination{align-items:flex-start;flex-direction:column}.mp-invite-overview,.mp-invite-redeem-row{align-items:stretch;flex-direction:column}.mp-invite-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.mp-panel:not(.mp-panel--shell){width:1120px;height:min(820px,90vh);max-height:90vh}.mp-panel:not(.mp-panel--shell).show{display:grid!important;grid-template-columns:260px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.mp-panel:not(.mp-panel--shell)>.mp-header{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:stretch;gap:18px;padding:24px 22px 20px;border-right:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#ff85a212,#1213176b)}.mp-panel:not(.mp-panel--shell)>.mp-header .mp-header-right{display:block;min-width:0;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#ffffff0a}.mp-panel:not(.mp-panel--shell)>.mp-header .mp-points-display{text-align:left}.mp-panel:not(.mp-panel--shell)>.mp-header .mp-points-value{margin-top:4px;font-size:30px;line-height:1.1;font-variant-numeric:tabular-nums}.mp-panel:not(.mp-panel--shell)>.mp-header .mp-daily-info{display:block;margin-top:8px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}.mp-panel:not(.mp-panel--shell)>.mp-tabs{grid-column:1;grid-row:2;display:flex;min-height:0;flex-direction:column;gap:8px;padding:16px;overflow-y:auto;border-right:1px solid rgba(255,255,255,.06);border-bottom:0;background:linear-gradient(180deg,#1213176b,#1213174d)}.mp-panel:not(.mp-panel--shell)>.mp-tabs .mp-tab{width:100%;min-height:42px;justify-content:flex-start}.mp-panel:not(.mp-panel--shell)>.mp-tabs .mp-tab.active:before{content:"";width:3px;height:18px;margin-right:10px;border-radius:999px;background:#ff85a2}.mp-panel:not(.mp-panel--shell)>.mp-tab-content{grid-column:2;grid-row:1 / 3;height:100%;max-height:100%;min-height:0;padding:26px 30px 30px;overflow-y:auto}.mp-panel:not(.mp-panel--shell)>#mpContentTransactions.mp-tab-content.active,.mp-panel:not(.mp-panel--shell)>#mpContentInvite.mp-tab-content.active{overflow:hidden}@media (max-width: 720px){.mp-panel:not(.mp-panel--shell){width:95vw;height:90vh}.mp-panel:not(.mp-panel--shell).show{grid-template-columns:1fr;grid-template-rows:auto auto minmax(0,1fr)}.mp-panel:not(.mp-panel--shell)>.mp-header{grid-column:1;grid-row:1;padding:16px;border-right:0}.mp-panel:not(.mp-panel--shell)>.mp-header .mp-header-right{padding:12px}.mp-panel:not(.mp-panel--shell)>.mp-header .mp-points-value{font-size:24px}.mp-panel:not(.mp-panel--shell)>.mp-tabs{grid-column:1;grid-row:2;flex-direction:row;padding:0 16px 14px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.mp-panel:not(.mp-panel--shell)>.mp-tabs .mp-tab.active:before{display:none}.mp-panel:not(.mp-panel--shell)>.mp-tab-content{grid-column:1;grid-row:3;padding:18px 16px 24px}}.mp-panel.mp-panel--shell{--mp-accent-rgb: 96, 165, 250;--mp-accent: #60a5fa;--mp-accent-strong: #38bdf8;--mp-accent-deep: #2563eb;--mp-accent-gradient: linear-gradient(135deg, #38bdf8, #2563eb);--mp-accent-soft: rgba(var(--mp-accent-rgb), .12);--mp-accent-faint: rgba(var(--mp-accent-rgb), .06);--mp-accent-border: rgba(var(--mp-accent-rgb), .3);--mp-side-bg: linear-gradient(180deg, rgba(37,99,235,.18), rgba(15,23,42,.54) 42%, rgba(18,19,23,.44));width:1120px;max-width:95vw;height:min(820px,90vh);max-height:90vh;overflow:hidden;border-color:rgba(var(--mp-accent-rgb),.2);box-shadow:0 24px 80px #0000009e,0 0 42px rgba(var(--mp-accent-rgb),.1)}.mp-panel.mp-panel--shell.show{display:block!important}.mp-panel.mp-panel--shell .mp-shell{display:grid;grid-template-columns:260px minmax(0,1fr);grid-template-rows:minmax(0,1fr);width:100%;height:100%;min-height:0}.mp-panel.mp-panel--shell .mp-side{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid rgba(255,255,255,.06);border-bottom:0;background:var(--mp-side-bg)}.mp-panel.mp-panel--shell .mp-main{min-width:0;min-height:0;overflow:hidden}.mp-panel.mp-panel--shell .mp-header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:18px;padding:24px 22px 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent}.mp-panel.mp-panel--shell .mp-header-right{display:block;min-width:0;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#ffffff0a}.mp-panel.mp-panel--shell .mp-points-display{text-align:left}.mp-panel.mp-panel--shell .mp-points-value{margin-top:4px;font-size:30px;line-height:1.1;font-variant-numeric:tabular-nums}.mp-panel.mp-panel--shell .mp-daily-info{display:block;margin-top:8px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}.mp-panel.mp-panel--shell .mp-tabs{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;align-items:stretch;gap:8px;padding:16px;overflow-x:hidden;overflow-y:auto;border-right:0;border-bottom:0;background:transparent}.mp-panel.mp-panel--shell .mp-tab{width:100%;min-width:0;min-height:42px;height:auto;justify-content:flex-start;padding:0 14px;border:1px solid transparent;border-radius:8px}.mp-panel.mp-panel--shell .mp-tab.active{color:var(--mp-accent);border-color:var(--mp-accent-border);background:var(--mp-accent-soft)}.mp-panel.mp-panel--shell .mp-tab.active:before{content:"";display:block;width:3px;height:18px;margin-right:10px;border-radius:999px;background:var(--mp-accent)}.mp-panel.mp-panel--shell .mp-scroll-area::-webkit-scrollbar-thumb{background:rgba(var(--mp-accent-rgb),.32)}.mp-panel.mp-panel--shell .mp-avatar,.mp-panel.mp-panel--shell .tier-badge.vip,.mp-panel.mp-panel--shell .mp-tier-tab-tag.rec,.mp-panel.mp-panel--shell .mp-pay-btn,.mp-panel.mp-panel--shell .mp-inv-seg.active,.mp-panel.mp-panel--shell .mp-invite-redeem-btn{color:#fff;background:var(--mp-accent-gradient)}.mp-panel.mp-panel--shell .mp-points-value,.mp-panel.mp-panel--shell .mp-tier-tab-price,.mp-panel.mp-panel--shell .mp-tier-tab.active .mp-tier-tab-price,.mp-panel.mp-panel--shell .mp-days-label,.mp-panel.mp-panel--shell .mp-price-sym,.mp-panel.mp-panel--shell .mp-price-total,.mp-panel.mp-panel--shell .mp-inv-card-hl .mp-inv-value,.mp-panel.mp-panel--shell .mp-inv-value .sym,.mp-panel.mp-panel--shell .mp-inv-amount-sym,.mp-panel.mp-panel--shell .mp-rules-card-value{color:var(--mp-accent)}.mp-panel.mp-panel--shell .mp-tier-tab:hover{border-color:rgba(var(--mp-accent-rgb),.35);background:var(--mp-accent-faint)}.mp-panel.mp-panel--shell .mp-tier-tab.active{border-color:var(--mp-accent);background:var(--mp-accent-faint);box-shadow:0 0 0 1px var(--mp-accent),0 4px 16px rgba(var(--mp-accent-rgb),.1)}.mp-panel.mp-panel--shell .mp-days-range{background:linear-gradient(90deg,rgba(var(--mp-accent-rgb),.3),#38bdf82e)}.mp-panel.mp-panel--shell .mp-days-range::-webkit-slider-thumb,.mp-panel.mp-panel--shell .mp-slider-range::-webkit-slider-thumb{background:var(--mp-accent-gradient);box-shadow:0 2px 8px rgba(var(--mp-accent-rgb),.36)}.mp-panel.mp-panel--shell .mp-days-range::-moz-range-thumb,.mp-panel.mp-panel--shell .mp-slider-range::-moz-range-thumb{background:var(--mp-accent-gradient);box-shadow:0 2px 8px rgba(var(--mp-accent-rgb),.36)}.mp-panel.mp-panel--shell .mp-price-summary{border-color:rgba(var(--mp-accent-rgb),.16);background:linear-gradient(180deg,rgba(var(--mp-accent-rgb),.08),rgba(var(--mp-accent-rgb),.025))}.mp-panel.mp-panel--shell .mp-price-bonus,.mp-panel.mp-panel--shell .mp-section-subtitle b{color:var(--mp-accent-strong)}.mp-panel.mp-panel--shell .mp-feature-val.mp-feature-hl{background:rgba(var(--mp-accent-rgb),.1)}.mp-panel.mp-panel--shell .mp-slider-presets .mp-preset-btn:hover,.mp-panel.mp-panel--shell .mp-tx-detail-btn:hover,.mp-panel.mp-panel--shell .mp-tx-page-btn:hover:not(:disabled),.mp-panel.mp-panel--shell .mp-inv-max:hover{border-color:rgba(var(--mp-accent-rgb),.38);background:rgba(var(--mp-accent-rgb),.1);color:var(--mp-accent)}.mp-panel.mp-panel--shell .mp-preset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px}.mp-panel.mp-panel--shell .mp-preset-card{min-height:82px;padding:14px 16px;align-items:flex-start;justify-content:center;gap:8px;text-align:left;border-radius:10px;background:linear-gradient(180deg,#ffffff0e,#ffffff06)}.mp-panel.mp-panel--shell .mp-preset-card:hover{border-color:rgba(var(--mp-accent-rgb),.38);background:rgba(var(--mp-accent-rgb),.09);color:#e5e7eb}.mp-panel.mp-panel--shell .mp-preset-card.active{border-color:var(--mp-accent);background:linear-gradient(180deg,rgba(var(--mp-accent-rgb),.16),rgba(var(--mp-accent-rgb),.06));box-shadow:0 0 0 1px rgba(var(--mp-accent-rgb),.2),0 10px 26px rgba(var(--mp-accent-rgb),.1)}.mp-panel.mp-panel--shell .mp-preset-amount{color:#f8fafc}.mp-panel.mp-panel--shell .mp-preset-card.active .mp-preset-amount{color:var(--mp-accent)}.mp-panel.mp-panel--shell .mp-preset-card.active .mp-preset-points,.mp-panel.mp-panel--shell .mp-payment-method.active .mp-payment-sub{color:var(--mp-accent-strong)}.mp-panel.mp-panel--shell .mp-amount-prefix{color:var(--mp-accent)}.mp-panel.mp-panel--shell .mp-payment-method:hover{border-color:rgba(var(--mp-accent-rgb),.35);background:rgba(var(--mp-accent-rgb),.08)}.mp-panel.mp-panel--shell .mp-payment-method.active{border-color:var(--mp-accent);background:linear-gradient(180deg,rgba(var(--mp-accent-rgb),.18),rgba(var(--mp-accent-rgb),.055)),#131923cc;box-shadow:0 0 0 1px rgba(var(--mp-accent-rgb),.22),inset 0 1px #ffffff12}.mp-panel.mp-panel--shell .mp-payment-check{color:#fff;background:var(--mp-accent-gradient)}.mp-panel.mp-panel--shell .mp-slider-presets .mp-preset-btn.active,.mp-panel.mp-panel--shell .mp-preset-btn.active,.mp-panel.mp-panel--shell .mp-rules-subtab.active{border-color:var(--mp-accent);color:var(--mp-accent);background:var(--mp-accent-soft)}.mp-panel.mp-panel--shell .mp-pay-btn:hover{box-shadow:0 4px 16px rgba(var(--mp-accent-rgb),.3)}.mp-panel.mp-panel--shell .mp-qr-status .spin,.mp-panel.mp-panel--shell .spin{border-color:rgba(var(--mp-accent-rgb),.3);border-top-color:var(--mp-accent)}.mp-panel.mp-panel--shell .mp-tx-type.expense{color:#f87171;background:#f871711a}.mp-panel.mp-panel--shell .mp-tx-points.expense{color:#f87171}.mp-panel.mp-panel--shell .mp-invite-stat-value.accent{color:#93c5fd}.mp-panel.mp-panel--shell .mp-invite-copy-btn{background:var(--mp-accent-deep)}.mp-panel.mp-panel--shell .mp-tab-content{height:100%;max-height:100%;min-height:0;padding:26px 30px 30px;overflow-y:auto}.mp-panel.mp-panel--shell #mpContentTransactions.mp-tab-content.active,.mp-panel.mp-panel--shell #mpContentInvite.mp-tab-content.active{overflow:hidden}.mp-usage-detail-overlay{padding:20px;z-index:100200;background:#0f172a7a}.mp-usage-detail-panel{position:relative;width:min(1480px,calc(100vw - 32px));height:min(860px,calc(100vh - 40px));max-height:none;display:block;overflow:hidden;border:1px solid #4b5563;border-radius:8px;background:#2b2f36;color:#e5e7eb;box-shadow:0 22px 70px #0000006b}.mp-usage-detail-close{position:absolute;top:12px;right:14px;z-index:3;width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:#aeb6c3;font-size:24px;line-height:1}.mp-usage-detail-close:hover{background:#3a3f48;color:#f8fafc}.mp-usage-detail-layout{display:grid;grid-template-columns:340px minmax(0,1fr);height:100%;min-height:0}.mp-usage-detail-sidebar{min-width:0;overflow:auto;padding:30px 26px 28px;border-right:1px solid #464c55;background:#262a31}.mp-usage-detail-main{min-width:0;min-height:0;overflow:auto;padding:48px 24px 28px 14px;background:#2b2f36}.mp-usage-detail-meta-group{margin-bottom:28px}.mp-usage-detail-meta-group:last-child{margin-bottom:0}.mp-usage-detail-meta-title{margin-bottom:12px;color:#aeb6c3;font-size:12px;font-weight:600}.mp-usage-detail-row{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;min-width:0;margin-bottom:11px;color:#d1d5db;font-size:12px;line-height:1.55}.mp-usage-detail-row span{display:block;color:#aeb6c3;font-size:12px}.mp-usage-detail-row b{display:block;min-width:0;margin-top:0;color:#f3f4f6;font-size:12px;font-weight:500;overflow-wrap:anywhere}.mp-usage-detail-meta-link,.mp-usage-detail-link{color:#0969ff;text-decoration:none;overflow-wrap:anywhere}.mp-usage-detail-meta-link:hover,.mp-usage-detail-link:hover{text-decoration:underline}.mp-usage-detail-section{margin:0;padding:14px 12px 26px;border:0;border-bottom:1px solid #454b55;border-radius:0;background:#2b2f36}.mp-usage-detail-section:last-child{border-bottom:0}.mp-usage-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mp-usage-detail-section-title{color:#f8fafc;font-size:14px;font-weight:700}.mp-usage-detail-section-sub{margin-top:14px;color:#aeb6c3;font-size:12px;font-weight:500}.mp-usage-detail-item{margin:0 0 14px}.mp-usage-detail-item:last-child{margin-bottom:0}.mp-usage-detail-item-head{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:8px;color:#aeb6c3;font-size:12px;font-weight:500}.mp-usage-detail-item-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-usage-detail-download,.mp-usage-detail-copy{display:inline-flex;align-items:center;min-height:24px;padding:2px 5px;border:0;border-radius:4px;background:transparent;color:#0969ff;font-size:12px;font-weight:600;line-height:1.3;text-decoration:none;cursor:pointer}.mp-usage-detail-copy{color:#0969ff;background:transparent}.mp-usage-detail-download:hover,.mp-usage-detail-copy:hover{background:#0969ff14}.mp-usage-detail-download:disabled,.mp-usage-detail-copy:disabled{color:#64748b;cursor:default;opacity:.72}.mp-usage-detail-meta-copy{min-height:20px;padding:0 4px}.mp-usage-detail-media-strip{display:flex;flex-wrap:wrap;align-items:flex-start;gap:14px 18px}.mp-usage-detail-item--text{width:100%}.mp-usage-detail-item--media{flex:0 1 auto;max-width:min(260px,100%);background:transparent}.mp-usage-detail-media{display:block;width:auto;min-width:72px;max-width:220px;height:120px;max-height:180px;object-fit:contain;border-radius:4px;background:transparent;cursor:zoom-in}video.mp-usage-detail-media{width:220px;height:124px;background:transparent}.mp-usage-detail-audio{width:220px;height:38px}.mp-usage-detail-audio-preview{display:block;width:220px;max-width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.mp-usage-media-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100300;display:none;align-items:center;justify-content:center;padding:28px;background:#0a0c10d1}.mp-usage-media-preview-overlay.show{display:flex}.mp-usage-media-preview-panel{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(92vw,1180px);height:min(90vh,820px);min-width:0;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none}.mp-usage-media-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 0 12px;border-bottom:0}.mp-usage-media-preview-title{min-width:0;overflow:hidden;color:#f8fafc;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.mp-usage-media-preview-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px}.mp-usage-media-preview-btn{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border:1px solid #4b5563;border-radius:5px;background:#303641;color:#e5e7eb;font-size:12px;font-weight:600;line-height:1.3;text-decoration:none;cursor:pointer}.mp-usage-media-preview-btn:hover{background:#3a4250;color:#fff}.mp-usage-media-preview-btn:disabled{cursor:default;opacity:.7}.mp-usage-media-preview-stage{display:flex;min-width:0;min-height:0;align-items:center;justify-content:center;padding:0;overflow:auto}.mp-usage-media-preview-media{display:block;max-width:100%;max-height:100%;object-fit:contain}.mp-usage-media-preview-audio{width:min(620px,86vw)}.mp-usage-detail-text{max-height:none;overflow:visible;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#f3f4f6;font-family:inherit;font-size:13px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.mp-usage-detail-text--prompt{margin-bottom:14px}.mp-usage-detail-empty{padding:18px 4px;color:#aeb6c3;font-size:13px;text-align:left}@media (max-width: 720px){.mp-panel.mp-panel--shell{width:95vw;height:90vh}.mp-panel.mp-panel--shell .mp-shell{display:flex;flex-direction:column}.mp-panel.mp-panel--shell .mp-side{flex:0 0 auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.mp-panel.mp-panel--shell .mp-main{flex:1 1 auto}.mp-panel.mp-panel--shell .mp-header{padding:16px}.mp-panel.mp-panel--shell .mp-points-value{font-size:24px}.mp-panel.mp-panel--shell .mp-tabs{flex:0 0 auto;flex-direction:row;padding:0 16px 14px;overflow-x:auto;overflow-y:hidden}.mp-panel.mp-panel--shell .mp-tab{min-width:96px;width:auto}.mp-panel.mp-panel--shell .mp-tab.active:before{display:none}.mp-panel.mp-panel--shell .mp-tab-content{padding:18px 16px 24px}.mp-panel.mp-panel--shell .mp-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mp-panel.mp-panel--shell .mp-preset-card{min-height:74px;padding:12px}.mp-panel.mp-panel--shell .mp-payment-methods{grid-template-columns:1fr;gap:8px}.mp-panel.mp-panel--shell .mp-amount-input-row{grid-template-columns:1fr;align-items:stretch;gap:8px}.mp-usage-detail-overlay{padding:10px}.mp-usage-detail-panel{width:calc(100vw - 20px);height:calc(100vh - 20px)}.mp-usage-detail-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.mp-usage-detail-sidebar{max-height:34vh;padding:22px 18px 14px;border-right:0;border-bottom:1px solid #464c55}.mp-usage-detail-main{padding:42px 14px 20px}.mp-usage-detail-row{grid-template-columns:96px minmax(0,1fr)}.mp-usage-detail-item--media,.mp-usage-detail-media,video.mp-usage-detail-media,.mp-usage-detail-audio-preview,.mp-usage-detail-audio{width:100%;max-width:100%}.mp-usage-media-preview-overlay{padding:12px}.mp-usage-media-preview-panel{width:100%;height:min(88vh,720px)}.mp-usage-media-preview-toolbar{align-items:flex-start;flex-direction:column}.mp-usage-media-preview-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}}.user-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5010;display:none;opacity:0;transition:opacity .25s;align-items:center;justify-content:center}.user-panel-overlay.show{display:flex;opacity:1}.user-panel{width:560px;max-width:92vw;max-height:80vh;background:linear-gradient(145deg,#0a0a0af2,#000000b3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.2);border-radius:14px;box-shadow:0 20px 60px #000000b3,0 0 30px #ff85a214;display:flex;flex-direction:column;overflow:hidden;transform:translateY(16px);transition:transform .3s}.user-panel-overlay.show .user-panel{transform:translateY(0)}.user-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,133,162,.12);background:linear-gradient(90deg,rgba(255,133,162,.06),transparent)}.user-panel-title{font-size:16px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}.user-panel-title svg{width:20px;height:20px;color:#ff85a2}.user-panel-close{width:30px;height:30px;border:none;background:#ffffff0f;border-radius:8px;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.user-panel-close:hover{background:#ffffff1f;color:#fff}.user-panel-body{flex:1;overflow-y:auto;padding:20px}.user-panel-body::-webkit-scrollbar{width:5px}.user-panel-body::-webkit-scrollbar-thumb{background:#ff85a24d;border-radius:3px}.card-current-info{padding:20px;border-radius:12px;margin-bottom:20px;background:linear-gradient(135deg,#ff85a21a,#ff85a208);border:1px solid rgba(255,133,162,.15)}.card-current-info .card-info-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.card-current-info .card-info-row:last-child{margin-bottom:0}.card-current-info .card-info-label{font-size:12px;color:#888}.card-current-info .card-info-value{font-size:13px;color:#e0e0e0;font-weight:500}.card-current-info .card-info-value.highlight{color:#ff85a2;font-size:20px;font-weight:700}.card-status-tag{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px;font-weight:600}.card-status-tag.active{background:#10b9811f;color:#10b981}.card-status-tag.warning{background:#f59e0b1f;color:#f59e0b}.card-status-tag.expired{background:#ef44441f;color:#ef4444}.card-status-tag.inactive{background:#6666661f;color:#888}.member-card{padding:24px;border-radius:12px;margin-bottom:20px;background:linear-gradient(135deg,#ff85a21a,#ff85a208);border:1px solid rgba(255,133,162,.18)}.member-card .member-level{font-size:20px;font-weight:700;color:#ff85a2;display:flex;align-items:center;gap:8px}.member-card .member-expire{font-size:13px;color:#999;margin-top:8px}.member-card .member-expire .warn{color:#ef4444}.member-features{display:flex;flex-direction:column;gap:10px}.member-feature-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;background:#ffffff05}.member-feature-item svg{width:18px;height:18px;color:#ff85a2;flex-shrink:0}.member-feature-item .feat-name{font-size:13px;color:#ccc}.member-feature-item .feat-status{margin-left:auto;font-size:12px;color:#10b981}.member-device-info{margin-top:16px;padding:14px;border-radius:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.06)}.member-device-info .label{font-size:11px;color:#666;margin-bottom:4px}.member-device-info .val{font-size:13px;color:#aaa;word-break:break-all}.project-iframe-container{position:fixed;top:0;left:56px;right:0;bottom:0;z-index:9995;display:none}.project-iframe-container.active{display:block}.project-iframe{width:100%;height:100%;border:none}.home-sidebar{position:fixed;top:0;left:0;bottom:0;width:56px;background:linear-gradient(180deg,#0a0a0a80,#0000008c);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-right:1px solid rgba(255,133,162,.12);display:flex;flex-direction:column;z-index:9990}.home-sidebar-nav{padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.sidebar-nav-main{display:flex;flex-direction:column;align-items:center;gap:4px}.sidebar-nav-bottom{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:4px;padding-bottom:8px}.sidebar-user-info{display:flex;flex-direction:column;align-items:center;gap:1px;padding:4px 2px;cursor:pointer;border-radius:8px;transition:background .2s;width:48px}.sidebar-user-info:hover{background:transparent}.sidebar-user-info .sidebar-points{font-size:11px;font-weight:700;color:#10b981;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48px}.sidebar-user-info .sidebar-level{font-size:8px;font-weight:500;color:#ff85a2;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48px}.sidebar-user-info.low .sidebar-points{color:#f59e0b}.sidebar-user-info.empty .sidebar-points{color:#ef4444}.sidebar-user-info.permanent .sidebar-level{color:#34d399}.sidebar-user-info.warning .sidebar-level{color:#f59e0b}.sidebar-user-info.inactive .sidebar-level{color:#888}.sidebar-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px;cursor:pointer;border-radius:10px;transition:background .2s;position:relative;width:48px}.sidebar-avatar-wrap:hover{background:transparent}.sidebar-avatar-btn{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ff85a2,#d4a574);display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;flex-shrink:0}.sidebar-avatar-btn svg{width:18px;height:18px}.sidebar-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.sidebar-login-text{font-size:10px;color:#ff85a2;font-weight:600;white-space:nowrap;cursor:pointer;line-height:1.2}.home-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:48px;padding:8px 2px;border-radius:10px;cursor:pointer;color:#9ca3af;font-size:11px;transition:all .2s;border:1px solid transparent;background:transparent;text-align:center}.home-nav-item:hover{background:#ff85a21a;color:#e5e5e5}.home-nav-item.active{background:#ff85a21f;border-color:#ff85a24d;color:#ff85a2}.home-nav-item .nav-icon-img{width:20px;height:20px;opacity:.55;filter:grayscale(100%) brightness(1.5);transition:all .2s}.home-nav-item:hover .nav-icon-img{opacity:.85;filter:grayscale(0%) brightness(1)}.home-nav-item.active .nav-icon-img{opacity:1;filter:grayscale(0%) brightness(1)}.home-nav-item .nav-label{font-size:11px;line-height:1.2;white-space:nowrap}.home-nav-item .nav-text{display:none}.home-main-wrapper{position:fixed;top:var(--software-browser-gap, 0);left:var(--software-browser-gap, 0);right:var(--software-browser-gap, 0);bottom:var(--software-browser-gap, 0);padding-left:0;box-sizing:border-box;align-items:stretch;border-radius:var(--software-browser-radius, 0);box-shadow:0 0 0 1px #0f172a14}body.software-browser-shell #appSidebar{left:calc(var(--software-browser-gap) + 16px)}body.software-browser-shell #sidebarBottomBubble{left:calc(var(--software-browser-gap) + 16px);bottom:calc(var(--software-browser-gap) + 16px)}body.software-browser-shell .profile-dropdown{left:calc(var(--software-browser-gap) + var(--app-shell-rail-width));bottom:calc(var(--software-browser-gap) + 60px)}body.software-browser-shell .sidebar-menu-panel{left:calc(var(--software-browser-gap) + var(--app-shell-rail-width));bottom:calc(var(--software-browser-gap) + 16px)}body.software-browser-shell .floating-logo{left:calc(var(--software-browser-gap) + 18px);top:calc(var(--software-browser-gap) + 20px)}.home-page{display:none;padding:20px;height:100%;overflow-y:auto;overflow-x:hidden;contain:style}.home-page::-webkit-scrollbar{width:6px}.home-page::-webkit-scrollbar-track{background:transparent}.home-page::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;transition:background .3s}.home-page:hover::-webkit-scrollbar-thumb{background:#ff85a240}.home-page:hover::-webkit-scrollbar-thumb:hover{background:#ff85a280}#pageCreation::-webkit-scrollbar{width:6px}#pageCreation::-webkit-scrollbar-track{background:transparent;border-radius:3px}#pageCreation::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;border:2px solid #0a0a0a}#pageCreation::-webkit-scrollbar-thumb:hover{background:#ff85a2}.home-page.active{display:block;contain:style}#pageHome.home-page{padding:0;position:relative;overflow:hidden}#pageHome.home-page.active{display:flex;flex-direction:column;align-items:stretch}#pageHome .landing-atmosphere,#pageHome .landing-logo-overlay{display:none}body.home-landing-active #pageHome.home-page.active .landing-atmosphere,body.home-landing-active #pageHome.home-page.active .landing-logo-overlay{display:block}#pageBianbu.home-page,#pageCanvas.home-page{padding:0!important;position:relative;overflow:hidden;background:#202124;contain:none;margin-left:0;width:100%;max-width:100%}#pageBianbu.home-page.active,#pageCanvas.home-page.active{display:block}#pageHelp.home-page{padding:0;margin-left:0;width:100%;max-width:100%;overflow:hidden;background:transparent}#pageHelp.home-page.active{display:flex;flex-direction:column;position:relative}.home-help-content{flex:1 1 auto;min-width:0;min-height:0;display:flex;padding:clamp(20px,3vh,32px) clamp(28px,4vw,70px) clamp(20px,3vh,32px) clamp(96px,8vw,132px);box-sizing:border-box;background:transparent}.home-help-panel{flex:1 1 auto;min-width:0;min-height:0;display:none;place-items:center}.home-help-panel.active{display:grid}#homeHelpDocPanel.active{display:block}.home-help-doc-layout--legacy{display:none!important}.home-help-feishu-shell{width:100%;height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#131418bd;box-shadow:0 18px 50px #0000003d}.home-help-feishu-toolbar{flex:0 0 auto;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px 10px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#0c0d10c2}.home-help-feishu-title{min-width:0;display:flex;flex-direction:column;gap:2px}.home-help-feishu-title span{color:#ff85a2eb;font-size:12px;font-weight:800;line-height:1.2}.home-help-feishu-title strong{color:#f8fafc;font-size:16px;line-height:1.25;font-weight:800;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-help-feishu-open{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid rgba(255,133,162,.32);border-radius:8px;background:#ff85a21a;color:#ffdbe4;font-size:13px;font-weight:750;text-decoration:none;white-space:nowrap}.home-help-feishu-open:hover{border-color:#ff85a28a;background:#ff85a229;color:#fff}.home-help-feishu-frame-wrap{position:relative;flex:1 1 auto;min-width:0;min-height:0;background:#f7f8fa}.home-help-feishu-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#f8fafcb8;background:#131418eb;font-size:14px;font-weight:700;letter-spacing:0}.home-help-feishu-frame{position:relative;z-index:1;width:100%;height:100%;display:block;border:0;background:#fff}.home-help-empty{color:#eef1f5b8;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:0}.home-help-doc-layout{width:100%;height:100%;min-width:0;min-height:0;display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;overflow:hidden}.home-help-doc-outline{min-height:0;overflow-y:auto;padding:14px 12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#141519c2;box-shadow:0 18px 50px #00000038;scrollbar-gutter:stable}.home-help-doc-outline::-webkit-scrollbar,.home-help-doc-scroll::-webkit-scrollbar{width:8px;height:8px}.home-help-doc-outline::-webkit-scrollbar-track,.home-help-doc-scroll::-webkit-scrollbar-track{background:#ffffff08}.home-help-doc-outline::-webkit-scrollbar-thumb,.home-help-doc-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff29}.home-help-outline-head{padding:4px 8px 12px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.home-help-outline-kicker{color:#ff85a2eb;font-size:12px;font-weight:800;line-height:1.2}.home-help-outline-title{margin-top:4px;color:#f8fafc;font-size:17px;line-height:1.25;font-weight:800;letter-spacing:0}.home-help-outline-item{width:100%;border:1px solid transparent;background:transparent;color:#e2e8f0ad;text-align:left;cursor:pointer;letter-spacing:0;transform-origin:left center;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}.home-help-outline-item:hover{color:#f8fafc;background:#ffffff0f}.home-help-outline-item.level-1{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-height:40px;margin-top:8px;padding:7px 9px;border-radius:8px;font-size:13px;font-weight:780}.home-help-outline-item.level-2{display:block;min-height:30px;margin:2px 0 0;padding:6px 8px 6px 52px;border-radius:7px;font-size:12px;font-weight:650}.home-help-outline-no{display:inline-flex;align-items:center;justify-content:center;width:28px;height:24px;border-radius:6px;background:#ffffff12;color:#e2e8f0bd;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}.home-help-outline-item.is-parent-active{color:#ffd6e0f2;background:#ff85a212}.home-help-outline-item.is-active{color:#fff;background:#ff85a229;border-color:#ff85a261;transform:scale(1.04);box-shadow:0 10px 28px #ff85a214}.home-help-outline-item.is-active .home-help-outline-no,.home-help-outline-item.is-parent-active .home-help-outline-no{background:#ff85a22e;color:#ffdbe4}.home-help-doc-scroll{min-width:0;min-height:0;overflow-y:auto;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#131418bd;box-shadow:0 18px 50px #0000003d;scroll-behavior:smooth;scrollbar-gutter:stable}.home-help-doc-article{width:min(980px,calc(100% - 48px));margin:0 auto;padding:26px 0 44px;color:#e2e8f0d6;font-size:14px;line-height:1.8}.home-help-doc-hero{margin-bottom:20px;padding:28px 30px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(135deg,#ff85a221,#5eead412),#ffffff0a}.home-help-doc-eyebrow{margin:0 0 8px;color:#ff9bb2;font-size:12px;font-weight:800}.home-help-doc-hero h1{margin:0;color:#fff;font-size:30px;line-height:1.22;letter-spacing:0}.home-help-doc-hero p{max-width:760px;margin:12px 0 0;color:#e2e8f0c7;font-size:15px;line-height:1.75}.home-help-doc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.home-help-doc-tags span{display:inline-flex;align-items:center;min-height:26px;padding:2px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0f;color:#f8fafcd6;font-size:12px;font-weight:700}.home-help-doc-section{position:relative;margin-top:18px;padding:24px 28px 26px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b;scroll-margin-top:18px}.home-help-section-label{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:26px;margin-bottom:10px;border-radius:7px;background:#ff85a224;color:#ffb2c2;font-size:12px;font-weight:850}.home-help-doc-section h2{margin:0 0 10px;color:#fff;font-size:25px;line-height:1.32;letter-spacing:0}.home-help-doc-section h3{margin:0 0 8px;color:#f8fafc;font-size:17px;line-height:1.35;letter-spacing:0}.home-help-doc-section p{margin:8px 0 0}.home-help-doc-lead{margin-top:0;color:#e2e8f0e0;font-size:15px}.home-help-doc-subsection{margin-top:18px;padding-top:18px;border-top:0;scroll-margin-top:18px}.home-help-card-grid{display:grid;gap:12px;margin-top:16px}.home-help-card-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.home-help-doc-card{min-width:0;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0a0c105c}.home-help-doc-card h3{margin:0 0 6px;font-size:15px}.home-help-doc-card p{margin:0;color:#cbd5e1d1;font-size:13px;line-height:1.7}.home-help-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.home-help-steps div{min-width:0;padding:13px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0a0c1057}.home-help-steps b,.home-help-steps span{display:block}.home-help-steps b{color:#fff;font-size:13px;line-height:1.35}.home-help-steps span{margin-top:6px;color:#cbd5e1c7;font-size:12px;line-height:1.6}.home-help-doc-table{width:100%;margin-top:14px;border-collapse:collapse;overflow:hidden;border-radius:8px;font-size:13px}.home-help-doc-table th,.home-help-doc-table td{padding:10px 12px;border:1px solid rgba(255,255,255,.09);text-align:left;vertical-align:top}.home-help-doc-table th{color:#fff;background:#ffffff14;font-weight:750}.home-help-doc-table td{color:#e2e8f0cc;background:#0a0c103d}.home-help-doc-list{margin:10px 0 0;padding-left:20px;color:#e2e8f0d1}.home-help-doc-list li{margin:6px 0}#homeHelpSidebarNav{display:none;flex-direction:column;align-items:center;gap:5px;width:100%}body.help-section-active #appSidebar .sidebar-nav-main{display:none!important}body.help-section-active #appSidebar .sidebar-extra-btns,body.help-section-active #homeHelpSidebarNav{display:flex}body.help-section-active #embeddedBianbuProjectHomeBtn,body.help-section-active #embeddedBianbuHostProjectNav,body.help-section-active #embeddedBianbuProjectNameBubble{display:none!important;visibility:hidden!important}.home-help-back-btn{width:48px;height:44px;border-radius:8px;color:#aaa}.home-help-back-btn:hover{color:#f4f5f7;background:#ffffff14}.home-help-nav-item{width:48px;min-height:48px;border-radius:8px}.home-help-nav-item .nav-icon-img{width:20px;height:20px;opacity:.74}.home-help-nav-item .nav-label{display:block;margin-top:3px;font-size:10px;line-height:1.05;white-space:nowrap;letter-spacing:0}.home-help-nav-item.active .nav-icon-img{opacity:1}@media (max-width: 900px){.home-help-content{padding:18px 14px 18px 78px}.home-help-feishu-toolbar{align-items:flex-start;flex-direction:column;gap:8px;padding:12px}.home-help-feishu-open{align-self:flex-start}.home-help-doc-layout{grid-template-columns:1fr;gap:12px}.home-help-doc-outline{display:flex;gap:6px;padding:8px;overflow-x:auto;overflow-y:hidden}.home-help-outline-head{display:none}.home-help-outline-item.level-1,.home-help-outline-item.level-2{flex:0 0 auto;width:auto;min-height:34px;margin:0;padding:7px 10px;white-space:nowrap}.home-help-outline-item.level-1{grid-template-columns:28px auto}.home-help-doc-article{width:min(100% - 24px,980px);padding:12px 0 26px}.home-help-doc-hero,.home-help-doc-section{padding:20px}.home-help-card-grid.cols-3,.home-help-steps{grid-template-columns:1fr}}.embedded-section-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block;background:#202124}@keyframes pageSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-page.active{animation:pageSlideIn .2s ease-out}.landing-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.landing-flow{position:absolute;height:1px;width:68vw;min-width:680px;opacity:.68;filter:blur(.1px);transform-origin:center}.landing-flow:before,.landing-flow:after{content:"";position:absolute;top:-1px;right:0;bottom:-1px;left:0;background:linear-gradient(90deg,transparent,rgba(255,133,162,.08),rgba(101,220,255,.36),rgba(255,181,204,.42),transparent);animation:landingTrace 7.5s ease-in-out infinite}.landing-flow:after{animation-delay:-3.2s;opacity:.55;transform:translateY(28px)}.landing-flow-a{top:28%;left:-16%;transform:rotate(8deg)}.landing-flow-b{top:48%;right:-18%;transform:rotate(-12deg)}.landing-pulse-grid{position:absolute;left:50%;top:53%;width:min(1180px,80vw);height:260px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,133,162,.15) 0 1px,transparent 2px),linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);background-size:42px 42px,100% 100%;opacity:.18;mask-image:radial-gradient(ellipse at center,#000 0%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse at center,#000 0%,transparent 72%);animation:landingGridDrift 16s linear infinite}.landing-container{position:relative;z-index:1;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important;min-height:100%}.landing-hero{width:fit-content;margin:0 auto 28px;text-align:center;animation:landingHeroIn .72s cubic-bezier(.2,.7,.2,1) both}.landing-hero-title{font-size:clamp(38px,3.1vw,58px);font-weight:760;background:linear-gradient(135deg,#ff85a2,#ffb0c4 44%,#f7c5b8 78%,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;letter-spacing:1px;filter:drop-shadow(0 8px 24px rgba(255,133,162,.22));animation:landingTitleGlow 5.8s ease-in-out infinite}.landing-hero-subtitle{color:#ffffffb8;font-size:15px;line-height:1.5;letter-spacing:.4px;text-shadow:none}.landing-hero-sub{width:fit-content;margin-left:auto;transform:translate(100%);font-size:20px;color:#ffffffd9;letter-spacing:2px}.landing-cards{display:grid!important;grid-template-columns:repeat(3,minmax(260px,1fr))!important;gap:18px!important;margin:0 auto 20px;width:100%!important;max-width:1760px;box-sizing:border-box!important;perspective:1100px}.landing-card{position:relative;border-radius:12px;cursor:pointer;transition:transform .45s cubic-bezier(.2,.8,.2,1),border-color .35s,box-shadow .35s;overflow:hidden;aspect-ratio:18 / 8.4;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 48px #00000057;animation:landingCardIn .7s cubic-bezier(.2,.8,.2,1) both;isolation:isolate}.landing-card:nth-child(2){animation-delay:.08s}.landing-card:nth-child(3){animation-delay:.16s}.landing-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.11),transparent 38%),linear-gradient(to top,#0003,#00000014,#00000005);transition:background .35s;z-index:1}.landing-card:after{content:"";position:absolute;top:-40%;bottom:-40%;width:34%;left:-46%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.24),transparent);transform:skew(-16deg);opacity:0;z-index:3;transition:left .68s ease,opacity .22s ease;pointer-events:none}.landing-card-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;transform:scale(1.01);transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .35s}.landing-card:hover{transform:translateY(-8px) scale(1.012);border-color:#ff85a285;box-shadow:0 26px 64px #0000007a,0 0 0 1px #ff85a229,0 0 34px #ff85a21f}.landing-card:hover:before{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.16),transparent 42%),linear-gradient(to top,#00000038,#00000014 54%,#0000)}.landing-card:hover:after{left:112%;opacity:1}.landing-card:hover .landing-card-video{transform:scale(1.06);filter:saturate(1.08) contrast(1.04)}.landing-card-content{position:absolute;bottom:0;left:0;right:0;min-height:88px;padding:15px 20px 17px;background:linear-gradient(90deg,#0f1215eb,#1f272ac7,#ff85a21f);backdrop-filter:blur(12px) saturate(118%);-webkit-backdrop-filter:blur(12px) saturate(118%);border-top:1px solid rgba(255,255,255,.1);z-index:2;transform:translateY(0);transition:transform .35s ease,background .35s ease}.landing-card:hover .landing-card-content{transform:translateY(-3px);background:linear-gradient(90deg,#101216f0,#222b2fd1,#ff85a22e)}.landing-card-kicker{color:#ffb0c4c2;font-size:11px;line-height:1;margin-bottom:7px;letter-spacing:.6px;text-transform:uppercase}.landing-card-title{font-size:19px;font-weight:700;color:#fff;margin-bottom:6px;text-shadow:none}.landing-card-desc{font-size:12px;color:#ffffffb8;line-height:1.6;text-shadow:none}.landing-capability-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;width:fit-content;max-width:min(980px,calc(100% - 20px));margin:22px auto 0;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff09;box-shadow:inset 0 1px #ffffff0a,0 14px 44px #00000038;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:landingHeroIn .78s .22s cubic-bezier(.2,.7,.2,1) both}.landing-capability-item{display:inline-flex;align-items:center;gap:7px;min-height:26px;padding:0 10px;color:#ffffffbd;font-size:12px;white-space:nowrap}.landing-capability-dot{width:5px;height:5px;border-radius:999px;background:#ff85a2;box-shadow:0 0 10px #ff85a29e}@keyframes landingHeroIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes landingCardIn{0%{opacity:0;transform:translateY(24px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes landingTrace{0%,to{transform:translate(-18%) scaleX(.82);opacity:0}18%{opacity:.55}52%{opacity:.9}82%{opacity:.35}to{transform:translate(24%) scaleX(1.12)}}@keyframes landingGridDrift{0%{background-position:0 0,0 0}to{background-position:84px 42px,0 0}}@keyframes landingTitleGlow{0%,to{filter:drop-shadow(0 8px 24px rgba(255,133,162,.2))}50%{filter:drop-shadow(0 10px 34px rgba(255,133,162,.34))}}.landing-shell{--landing-text-shadow-main: none;--landing-text-shadow-soft: none;--landing-text-shadow-fine: none;position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:clamp(18px,2.2vh,32px);height:calc(100vh - 74px);min-height:680px;width:100%;margin:0 auto;padding:clamp(22px,3vh,44px) clamp(36px,4vw,76px) clamp(0px,.4vh,8px) clamp(104px,7vw,148px);box-sizing:border-box;overflow:visible;isolation:isolate}body.home-landing-active #floatingLogo{display:none!important}.landing-logo-overlay{position:fixed;top:18px;left:20px;transform:none;z-index:1200;width:clamp(168px,14vw,248px);max-width:calc(100vw - 48px);aspect-ratio:1200 / 278;border-radius:0;overflow:hidden;pointer-events:none;mix-blend-mode:normal;opacity:.98;filter:none;animation:landingHeroIn .72s .08s cubic-bezier(.2,.7,.2,1) both}.landing-logo-overlay picture,.landing-logo-overlay img,.landing-logo-overlay svg{width:100%;height:100%;display:block}.landing-logo-overlay img{object-fit:contain}.landing-module-list{position:relative;z-index:4;grid-row:2;align-self:end;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.4vw,22px);min-height:0;width:100%;justify-self:stretch;top:clamp(6px,.8vh,10px);animation:landingCardIn .7s .18s cubic-bezier(.2,.7,.2,1) both}.landing-module-list:before{content:none}.landing-module-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:0;height:clamp(138px,15vh,156px);width:100%;padding:clamp(16px,2vh,22px) clamp(18px,1.6vw,26px);text-align:left;border:1px solid rgba(255,255,255,.11);border-radius:8px;color:#fff;background:linear-gradient(135deg,#1418229e,#ffffff09);box-shadow:0 16px 44px #00000042,inset 0 1px #ffffff0d;cursor:default;overflow:hidden;transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.landing-module-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,133,162,.24),rgba(101,220,255,.08),transparent);opacity:0;transition:opacity .35s ease}.landing-module-card:after{content:none}.landing-module-card:hover,.landing-module-card.active{transform:translateY(-7px);border-color:#ff85a273;background:linear-gradient(135deg,#ff85a221,#ffffff0b);box-shadow:0 24px 60px #0000005c,0 0 32px #ff85a214,inset 0 1px #ffffff12}.landing-module-card:hover:before,.landing-module-card.active:before{opacity:1}.landing-module-num,.landing-module-copy,.landing-module-action{position:relative;z-index:1}.landing-module-num{align-self:start;padding-top:2px;color:#ffb0c4e0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;font-weight:700;text-shadow:var(--landing-text-shadow-fine)}.landing-module-copy{display:flex;flex-direction:column;justify-content:center;align-self:stretch;min-width:0}.landing-module-kicker{margin-bottom:9px;color:#ffb0c4c7;font-size:11px;letter-spacing:.6px;text-transform:uppercase;text-shadow:var(--landing-text-shadow-fine)}.landing-module-title{margin-bottom:8px;color:#fff;font-size:clamp(22px,1.45vw,30px);font-weight:760;line-height:1.18;text-shadow:var(--landing-text-shadow-soft)}.landing-module-desc{color:#ffffffa8;font-size:clamp(12px,.72vw,14px);line-height:1.55;text-shadow:var(--landing-text-shadow-fine)}.landing-module-action{align-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:66px;height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#ffffffe0;background:#ffffff12;font-size:13px;font-weight:720;text-shadow:var(--landing-text-shadow-fine);cursor:pointer;transition:transform .22s ease,border-color .22s ease,background .22s ease}.landing-module-card:hover .landing-module-action,.landing-module-card.active .landing-module-action{transform:translateY(-1px);border-color:#ff85a27a;background:linear-gradient(135deg,#ff85a266,#65dcff2e)}.landing-stage{position:fixed;top:0;right:0;bottom:0;left:0;grid-row:1 / -1;grid-column:1;height:100vh;min-height:0;width:100vw;border-radius:0;overflow:hidden;align-self:stretch;justify-self:stretch;border:0;background:transparent;box-shadow:none;animation:landingCardIn .78s .08s cubic-bezier(.2,.8,.2,1) both;isolation:isolate;z-index:1;pointer-events:none}.landing-stage-media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(1.04);transition:opacity .78s ease,transform 1.8s ease;z-index:0}.landing-stage-media.active{opacity:1;transform:scale(1)}.landing-stage-media img,.landing-stage-media video{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.08) contrast(1.04)}.landing-stage-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.13),transparent 24%),linear-gradient(90deg,#000000a3,#0000002e 35%,#00000029 66%,#0000009e),linear-gradient(180deg,#0000008a,#0000000a 36%,#000000c7)}.landing-stage-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:min(860px,78vw);text-align:center;pointer-events:auto}.landing-stage-kicker{margin-bottom:14px;color:#ffb0c4d1;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;text-shadow:var(--landing-text-shadow-soft)}.landing-stage-title{margin-bottom:14px;color:#fff;font-size:clamp(38px,4.6vw,78px);font-weight:800;line-height:1.05;text-shadow:var(--landing-text-shadow-main)}.landing-stage-desc{max-width:640px;margin-left:auto;margin-right:auto;color:#ffffffc7;font-size:clamp(15px,.9vw,18px);line-height:1.8;text-shadow:var(--landing-text-shadow-soft)}.landing-stage-features{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}.landing-stage-features span{min-height:28px;padding:6px 11px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#ffffffc7;background:#ffffff0e;font-size:12px;text-shadow:var(--landing-text-shadow-fine);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.landing-stage-action{display:inline-flex;align-items:center;justify-content:center;min-width:172px;height:44px;margin-top:clamp(20px,3vh,32px);padding:0 24px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;background:linear-gradient(135deg,#ff85a2c2,#65dcff5c);box-shadow:0 16px 40px #ff85a229,inset 0 1px #ffffff29;font-size:14px;font-weight:760;text-shadow:var(--landing-text-shadow-soft);cursor:pointer;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.landing-stage-action:hover{transform:translateY(-2px);border-color:#ffffff6b;box-shadow:0 22px 48px #ff85a23d,inset 0 1px #ffffff38}.landing-stage-content.is-switching{animation:landingStageCopyIn .48s ease both}@keyframes landingStageCopyIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 12px))}to{opacity:1;transform:translate(-50%,-50%)}}.landing-gallery-section{padding:0 40px 60px}.landing-gallery-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;margin:4px auto 18px;padding:0 2px;max-width:1760px}.landing-gallery-header-left{display:flex;align-items:center;gap:12px}.landing-gallery-title{font-size:18px;font-weight:680;color:#eee;display:flex;align-items:center;gap:8px}.landing-gallery-title:before{content:"";display:inline-block;width:3px;height:18px;background:linear-gradient(180deg,#ff85a2,#d4a574);border-radius:2px}.landing-gallery-tabs{display:flex;gap:4px;padding:3px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px}.gallery-tab{padding:6px 16px;border:1px solid transparent;background:transparent;color:#8f8f8f;border-radius:999px;font-size:12px;cursor:pointer;transition:all .2s}.gallery-tab:hover{color:#ccc;background:#ffffff0f;border-color:#ffffff1f}.gallery-tab.active{color:#f5f5f5;background:#ff85a229;border-color:#ff85a247;box-shadow:0 4px 14px #ff85a21f}.landing-gallery-grid{column-count:6;column-gap:12px;max-width:1760px;margin:0 auto}.landing-gallery-grid.grid-mode{column-count:unset;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.landing-gallery-item{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;background:#ffffff08;border:1px solid rgba(255,255,255,.06);min-height:96px;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s ease,box-shadow .3s ease;margin-bottom:12px;break-inside:avoid}.landing-gallery-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(100deg,#ffffff12,#ffffff21 42%,#ffffff12 82%);background-size:220% 100%;opacity:1;animation:landingGallerySkeleton 1.3s ease-in-out infinite;transition:opacity .28s ease}.landing-gallery-item.is-loaded:before,.landing-gallery-item.is-error:before{opacity:0;animation:none}.landing-gallery-item.is-error:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#ffffff0f}.grid-mode .landing-gallery-item{margin-bottom:0}.landing-gallery-item:hover{transform:translateY(-2px);border-color:#ff85a266;box-shadow:0 8px 30px #0006,0 0 20px #ff85a21a;z-index:10}.landing-gallery-item img,.landing-gallery-item video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;transition:opacity .24s ease,transform .4s ease;z-index:1}.landing-gallery-item.is-loaded img,.landing-gallery-item.is-loaded video{opacity:1}.landing-gallery-item:hover img,.landing-gallery-item:hover video{transform:scale(1.04)}@keyframes landingGallerySkeleton{0%{background-position:120% 0}to{background-position:-120% 0}}.landing-gallery-item .gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 10px 8px;background:linear-gradient(transparent,#000000bf);opacity:0;transition:opacity .3s}.landing-gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-title{font-size:12px;color:#fff;font-weight:500}.gallery-overlay-model{font-size:10px;color:#ffffff80}.gallery-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-detail-overlay.show{display:flex;opacity:1}.gallery-detail-panel{display:flex;width:900px;max-width:92vw;max-height:85vh;background:linear-gradient(145deg,#0a0a0af7,#000000f2);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,133,162,.18);border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #0009,0 0 40px #ff85a214;transform:scale(.95);transition:transform .3s}.gallery-detail-overlay.show .gallery-detail-panel{transform:scale(1)}.gallery-detail-left{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;background:#0000004d;padding:16px;overflow:hidden}.gallery-detail-left img,.gallery-detail-left video{max-width:100%;max-height:calc(85vh - 32px);border-radius:8px;object-fit:contain}.gallery-detail-right{width:320px;flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.06);overflow-y:auto}.gallery-detail-right::-webkit-scrollbar{width:4px}.gallery-detail-right::-webkit-scrollbar-thumb{background:#ff85a233;border-radius:2px}.gallery-detail-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.gallery-detail-title{font-size:15px;font-weight:600;color:#ff85a2}.gallery-detail-close{width:28px;height:28px;border:none;background:#ffffff0f;border-radius:8px;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;font-size:16px}.gallery-detail-close:hover{background:#ffffff1f;color:#fff}.gallery-detail-body{flex:1;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.gallery-detail-section{display:flex;flex-direction:column;gap:6px}.gallery-detail-label{font-size:11px;color:#777;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.gallery-detail-value{font-size:13px;color:#ddd;line-height:1.6;word-break:break-word}.gallery-detail-value.prompt-text{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:10px 12px;font-size:12px;color:#bbb;max-height:180px;overflow-y:auto}.gallery-detail-value.prompt-text::-webkit-scrollbar{width:3px}.gallery-detail-value.prompt-text::-webkit-scrollbar-thumb{background:#ff85a233;border-radius:2px}.gallery-detail-tags{display:flex;flex-wrap:wrap;gap:6px}.gallery-tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:500;background:#ff85a21a;color:#ff85a2;border:1px solid rgba(255,133,162,.15)}.gallery-detail-params{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gallery-detail-param{background:#ffffff08;border-radius:8px;padding:10px 12px}.gallery-detail-param-label{font-size:10px;color:#666;margin-bottom:4px}.gallery-detail-param-value{font-size:13px;color:#ddd;font-weight:500}.gallery-video-badge{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5}.gallery-video-badge svg{width:14px;height:14px;color:#fff}@media (max-width: 1180px){.landing-container,.landing-gallery-section{padding-left:22px!important;padding-right:22px!important}.landing-shell{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;gap:20px;height:calc(100vh - 74px);min-height:640px;padding:26px 24px 32px 84px}.landing-module-card{min-height:112px;padding:16px 18px}.landing-module-title{font-size:19px}.landing-module-list{max-width:none}.landing-stage{min-height:0}.landing-stage-content{width:min(760px,78vw)}.landing-hero-title{font-size:42px}.landing-hero-subtitle{font-size:14px}.landing-cards{grid-template-columns:repeat(3,minmax(220px,1fr))!important;gap:12px!important}.landing-card-content{min-height:86px;padding:13px 16px 15px}.landing-card-title{font-size:17px}.landing-card-desc{font-size:11px}.landing-gallery-grid{column-count:4}.landing-gallery-grid.grid-mode{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.assets-library-shell{padding:16px}.assets-library-header{align-items:stretch}.assets-library-search{min-width:100%}.assets-library-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-stat-card{min-height:64px}.asset-overview-grid{grid-template-columns:1fr}.assets-tab{padding:9px 12px;white-space:nowrap}.landing-container,.landing-gallery-section{padding-left:14px!important;padding-right:14px!important}.landing-shell{display:grid;grid-template-rows:minmax(300px,1fr) auto;min-height:100svh;height:auto;gap:10px;padding:14px 0 14px 76px}.landing-logo-overlay{top:14px;left:14px;width:min(64px,calc(100vw - 28px));max-width:calc(100vw - 28px)}.landing-stage{min-height:300px;border-radius:0}.landing-stage-media,.landing-stage-shade{top:-18px;right:-14px;bottom:-22px;left:-76px}.landing-stage-shade{background:linear-gradient(0deg,#000000d1,#00000047 56%,#0000007a)}.landing-stage-content{left:50%;top:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:auto;min-width:calc(100% - 28px)}.landing-stage-title{font-size:30px}.landing-stage-desc{font-size:13px;line-height:1.65}.landing-stage-features{gap:7px;margin-top:16px}.landing-stage-features span{font-size:11px;min-height:25px;padding:5px 9px}.landing-stage-action{min-width:142px;height:38px;margin-top:16px;padding:0 16px;font-size:13px}.landing-module-list{grid-template-columns:1fr;gap:8px;top:0}.landing-module-card{grid-template-columns:34px minmax(0,1fr) auto;gap:10px;height:auto;min-height:74px;padding:10px 12px;border-radius:8px}.landing-module-action{min-width:50px;height:30px;padding:0 10px;font-size:12px}.landing-module-card:hover,.landing-module-card.active{transform:none}.landing-module-kicker{margin-bottom:6px;font-size:10px}.landing-module-title{margin-bottom:5px;font-size:16px}.landing-module-desc{font-size:11px;line-height:1.35}.landing-hero{margin-bottom:18px}.landing-hero-title{font-size:32px;letter-spacing:.5px}.landing-hero-subtitle{max-width:280px;margin:0 auto;font-size:13px}.landing-cards{grid-template-columns:1fr!important;max-width:520px;gap:14px!important}.landing-card{aspect-ratio:16 / 8.5}.landing-card-content{min-height:82px;padding:13px 16px 14px}.landing-card-kicker{font-size:10px;margin-bottom:6px}.landing-card-title{font-size:16px}.landing-card-desc{font-size:11px;line-height:1.45}.landing-capability-strip{border-radius:16px;justify-content:flex-start;padding:10px;max-width:520px}.landing-capability-item{width:calc(50% - 5px);padding:0 6px}.landing-gallery-header{flex-direction:column;align-items:flex-start}.landing-gallery-tabs{width:100%;overflow-x:auto}.gallery-tab{flex:1;min-width:78px}.landing-gallery-grid{column-count:2}.landing-gallery-grid.grid-mode{grid-template-columns:1fr}}#pageAssets.home-page{padding:0}.assets-library-shell{display:flex;flex-direction:column;flex:1;min-height:0;padding:22px 28px 26px;gap:14px;background:linear-gradient(180deg,#121214f5,#070709fa)}.assets-library-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.assets-library-kicker{color:#9db9c6;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:5px}.assets-library-title{margin:0;color:#f4f4f5;font-size:24px;line-height:1.2;font-weight:700}.assets-library-search{display:flex;align-items:center;gap:8px;min-width:320px;max-width:480px;flex:1;padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.11);background:#08080ab8}.assets-library-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#e7e7eb;font-size:13px}.assets-library-search input::placeholder{color:#6f7078}input[data-no-browser-autofill=true][readonly]{cursor:text}.recent-input-menu{position:fixed;z-index:100002;display:none;max-height:220px;overflow-y:auto;padding:6px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#26272cfa;box-shadow:0 18px 44px #0000006b;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.recent-input-menu.show{display:grid;gap:3px}.recent-input-option{width:100%;min-height:30px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#eef1f5e0;font-size:12px;line-height:30px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.recent-input-option:hover,.recent-input-option.active{background:#ff85a224;color:#fff}.assets-library-stats{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px}.asset-stat-card{min-height:72px;padding:12px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.09);background:#0f0f12d1;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;text-align:left;cursor:pointer;transition:border-color .18s,background .18s}.asset-stat-card:hover,.asset-stat-card.active{border-color:#ff85a26b;background:#1f161beb}.asset-stat-card span{color:#9b9ca4;font-size:12px}.asset-stat-card strong{color:#fff;font-size:24px;line-height:1;font-weight:700}.assets-tabs,.asset-source-filter{display:flex;align-items:center;gap:6px;overflow-x:auto;flex-shrink:0}.assets-tabs{padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,.08)}.assets-tab,.asset-filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid rgba(255,255,255,.1);background:#ffffff09;color:#9a9ba3;border-radius:8px;padding:7px 12px;font-size:13px;cursor:pointer;white-space:nowrap;transition:color .18s,border-color .18s,background .18s}.assets-tab{border-color:transparent;background:transparent;border-radius:8px 8px 0 0}.assets-tab:hover,.asset-filter-btn:hover{color:#e5e7eb;border-color:#ffffff2e}.assets-tab.active,.asset-filter-btn.active{color:#ff85a2;border-color:#ff85a25c;background:#ff85a21a;font-weight:600}.assets-tab-content{padding:0;flex:1;overflow-y:auto;min-height:0}.asset-empty-state{min-height:150px;padding:36px 24px;border-radius:8px;border:1px dashed rgba(255,255,255,.14);background:#ffffff08;color:#86878f;font-size:13px;display:flex;align-items:center;justify-content:center;text-align:center}.asset-generated-grid{display:block;min-height:0}.asset-source-section{display:flex;flex-direction:column;gap:10px}.asset-source-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#e8e8ec;font-size:14px;font-weight:700}.asset-source-heading b{min-width:28px;height:22px;padding:0 8px;border-radius:999px;background:#9db9c61f;color:#9db9c6;font-size:12px;line-height:22px;text-align:center}.asset-source-grid{column-width:220px;column-gap:12px}.asset-timeline-section{margin-bottom:18px}.asset-timeline-heading{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#dfe3ea;font-size:13px;font-weight:700}.asset-timeline-heading b{min-width:24px;height:20px;padding:0 7px;border-radius:999px;background:#ffffff14;color:#aeb4c0;font-size:11px;line-height:20px;text-align:center}.asset-generated-card{position:relative;width:100%;margin:0 0 12px;break-inside:avoid;padding:0;border-radius:8px;border:1px solid rgba(255,255,255,.09);background:#0c0c0fd6;color:inherit;overflow:hidden;cursor:pointer;transition:border-color .18s,transform .18s,box-shadow .18s;display:block}.asset-generated-card:hover{border-color:#ff85a261;transform:translateY(-1px);box-shadow:0 8px 22px #00000038}.asset-generated-media{position:relative;aspect-ratio:var(--asset-aspect-ratio, 1 / 1);min-height:112px;max-height:min(58vh,520px);background:linear-gradient(135deg,#ffffff0e,#4a99ac14),#101014;display:flex;align-items:center;justify-content:center;overflow:hidden}.asset-generated-media img,.asset-generated-media video{width:100%;height:100%;object-fit:contain;display:block;opacity:0;transition:opacity .22s ease}.asset-generated-media.asset-media-loaded img,.asset-generated-media.asset-media-loaded video,.asset-generated-media img.asset-media-fallback{opacity:1}.asset-generated-media video.asset-video-card{background:linear-gradient(135deg,#ffffff0f,#ff85a20f),#101014}.asset-generated-media img.asset-media-fallback{object-fit:cover;background:#050506}.asset-source-grid-skeleton{pointer-events:none}.asset-skeleton-card{cursor:default;border-color:#ffffff14;background:#4041467a;box-shadow:none;transform:none}.asset-skeleton-card:hover{border-color:#ffffff14;box-shadow:none;transform:none}.asset-skeleton-media{background:linear-gradient(135deg,#ffffff13,#ffffff06),#2d2e33}.asset-skeleton-shine{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:bcSkeletonSweep 1.35s ease-in-out infinite}.asset-audio-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff85a221,#d4a5741a,#4a99ac1a)}.asset-media-icon-fallback{width:100%;height:100%;min-height:112px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9db9c61f,#ffffff09)}.asset-placeholder-thumb{width:100%;height:100%;min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#b7bbc4;background:linear-gradient(135deg,#ff85a21a,#5b9aac1a),#303238}.asset-placeholder-thumb b{color:#f1f3f6;font-size:12px;font-weight:700}.asset-placeholder-code{max-width:calc(100% - 28px);padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#00000038;color:#e6e9ef;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-card-footer{position:absolute;left:0;right:0;bottom:0;z-index:2;min-height:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px;background:transparent;pointer-events:none}.asset-media-badge,.asset-card-action,.asset-card-code,.asset-card-time{color:#d8dde6}.asset-media-badge{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;flex:0 0 auto}.asset-media-badge .ct-icon{filter:none}.asset-card-code,.asset-card-time{min-height:18px;max-width:calc(100% - 34px);display:inline-flex;align-items:center;padding:0;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-card-code{display:none;color:#f5f7fb;font-variant-numeric:tabular-nums}.asset-card-time{color:#d6dae2;font-weight:600;text-align:right;text-shadow:0 1px 2px rgba(0,0,0,.82)}.asset-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background:#0000009e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9500}.asset-detail-backdrop.open{display:block}.asset-detail-drawer{position:fixed;left:50%;top:50%;width:min(1480px,calc(100vw - 64px));height:min(880px,calc(100vh - 64px));transform:translate(-50%,-50%) scale(.96);display:flex;flex-direction:column;background:#101013;border:1px solid rgba(255,255,255,.11);border-radius:12px;box-shadow:0 26px 84px #0000009e;z-index:9510;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;overflow:hidden}.asset-detail-drawer.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.asset-detail-toolbar{min-height:66px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.08)}.asset-detail-kicker{color:#9db9c6;font-size:11px;line-height:1.4}.asset-detail-title{max-width:740px;color:#f5f5f7;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-detail-close{width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#d8d8dc;cursor:pointer}.asset-detail-toolbar-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.asset-detail-download,.asset-detail-recreate{min-height:34px;padding:0 12px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.asset-detail-download{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#e5e7eb;display:inline-flex;align-items:center;gap:6px}.asset-detail-download:hover:not(:disabled){border-color:#ffffff47;background:#ffffff1a;color:#fff}.asset-detail-recreate{border:1px solid rgba(255,133,162,.3);background:#ff85a221;color:#f7dce4}.asset-detail-recreate:hover:not(:disabled){border-color:#ff85a27a;background:#ff85a233;color:#fff}.asset-detail-download:disabled,.asset-detail-recreate:disabled{opacity:.58;cursor:default}.asset-detail-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);gap:0;flex:1;min-height:0}.asset-detail-preview{min-width:0;min-height:0;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#080809;overflow:auto}.asset-detail-media-wrap{position:relative;width:min(100%,calc((100vh - 260px) * var(--asset-ratio-decimal, 1.777)));max-width:100%;max-height:calc(100vh - 260px);height:auto;flex:0 0 auto;min-height:0;aspect-ratio:var(--asset-aspect-ratio, 16 / 9);border-radius:8px;background:#2e3035;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in}.asset-detail-media-wrap img,.asset-detail-media-wrap video{max-width:100%;max-height:100%;object-fit:contain;display:block}.asset-detail-video.is-loading{opacity:0}.asset-detail-media-ready .asset-video-loading-card{display:none}.asset-detail-media-error{width:100%;height:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#d7d9df;font-size:13px;background:linear-gradient(135deg,#9db9c61f,#ffffff09)}.asset-video-loading-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff14,#ffffff08),#3a3b40;color:#eff1f5c2;font-size:13px;font-weight:700;z-index:1}.asset-transparent-btn{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#00000057;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asset-detail-audio{width:min(520px,86%);display:flex;flex-direction:column;align-items:center;gap:18px;color:#ff85a2}.asset-detail-audio audio{width:100%}.asset-detail-placeholder{width:100%;height:100%;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#c9ced8;background:linear-gradient(135deg,#ff85a217,#4d97ab1f),#26282d}.asset-detail-placeholder span{padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#0000003d;color:#f1f3f8;font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}.asset-detail-placeholder b{color:#f3f5f8;font-size:14px}.asset-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.asset-detail-actions button,.asset-meta-title button,.asset-meta-subtitle button{min-height:32px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0d;color:#d8d8dd;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:12px;cursor:pointer}.asset-detail-meta{min-width:0;overflow-y:auto;padding:16px;border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:12px}.asset-meta-section{border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;padding:12px}.asset-meta-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#f0f0f3;font-size:13px;font-weight:700;margin-bottom:10px}.asset-meta-subtitle{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#b9bbc3;font-size:12px;font-weight:700;margin:12px 0 8px}.asset-prompt-box{color:#d7d8dc;font-size:13px;line-height:1.62;white-space:pre-wrap;word-break:break-word}.asset-meta-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;padding:7px 0;border-top:1px solid rgba(255,255,255,.06);font-size:12px}.asset-meta-row:first-of-type{border-top:0}.asset-meta-row span{color:#85868e}.asset-meta-row b{color:#dddde2;font-weight:500;word-break:break-word}.asset-meta-empty{min-height:48px;display:flex;align-items:center;justify-content:center;color:#777982;font-size:12px;border-radius:8px;background:#ffffff08}.asset-reference-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px}.asset-reference-item{padding:0;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0000003d;overflow:hidden;cursor:pointer;aspect-ratio:var(--asset-aspect-ratio, 1 / 1)}.asset-reference-item img,.asset-reference-item video,.asset-reference-audio{width:100%;height:100%;object-fit:contain;display:flex;align-items:center;justify-content:center;color:#9db9c6;background:#0006}@media (max-width: 900px){.assets-library-shell{padding:16px}.assets-library-header{align-items:stretch}.assets-library-search{min-width:100%;max-width:none}.assets-library-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-source-grid{column-width:150px}.asset-detail-drawer{width:calc(100vw - 20px);height:calc(100vh - 20px)}.asset-detail-layout{grid-template-columns:1fr;overflow-y:auto}.asset-detail-preview{min-height:52vh}.asset-detail-meta{border-left:0;border-top:1px solid rgba(255,255,255,.08)}}#pageAssets.home-page{background:#202124;margin-left:0;padding-left:0;width:100%;max-width:100%;overflow:hidden}#pageAssets.home-page.active{display:flex;flex-direction:column;position:relative}#pageAssets .assets-library-shell{padding:32px clamp(118px,8vw,150px) 36px clamp(132px,9vw,164px);gap:16px;background:linear-gradient(180deg,#3031357a,#202124f0),#202124}#pageAssets .assets-library-kicker{color:#cacdd594}#pageAssets .assets-library-title{color:#f2f3f5}#pageAssets .assets-library-search{border-color:#ffffff1f;background:#37383dc7;box-shadow:inset 0 1px #ffffff0d}#pageAssets .assets-library-search input{color:#f0f1f4}#pageAssets .asset-stat-card{min-height:68px;border-color:#ffffff1a;background:#393a3fb3;box-shadow:inset 0 1px #ffffff0b}#pageAssets .asset-stat-card:hover,#pageAssets .asset-stat-card.active{border-color:#d2d6e04d;background:#494a50d1}#pageAssets .asset-stat-card span{color:#e2e4ea9e}#pageAssets .asset-stat-card strong{color:#f7f8fa}#pageAssets .assets-tabs{border-bottom-color:#ffffff1a}#pageAssets .assets-tab,#pageAssets .asset-filter-btn{border-color:#ffffff1c;background:#ffffff09;color:#e7e9eeb3}#pageAssets .assets-tab{background:transparent;border-color:transparent}#pageAssets .assets-tab:hover,#pageAssets .asset-filter-btn:hover{color:#f4f5f7;border-color:#fff3;background:#ffffff0f}#pageAssets .assets-tab.active,#pageAssets .asset-filter-btn.active{color:#f7f8fa;border-color:#ffffff3d;background:#ffffff1b}#pageAssets .asset-empty-state{border-color:#ffffff24;background:#ffffff0a;color:#e1e3e985}#pageAssets .asset-source-grid{column-width:188px;column-gap:12px}#pageAssets .asset-generated-card{margin-bottom:12px;border-color:#ffffff1c;background:#40414694;box-shadow:0 10px 22px #00000024}#pageAssets .asset-generated-card:hover{border-color:#ffffff38;box-shadow:0 14px 30px #0003}#pageAssets .asset-generated-media{min-height:96px;max-height:min(46vh,420px);background:linear-gradient(135deg,#ffffff12,#ffffff06),#2b2c30}#pageAssets .asset-generated-media video.asset-video-card{background:linear-gradient(135deg,#ffffff14,#ffffff08),#2b2c30}#pageAssets .asset-detail-drawer{background:#2a2b2f;border-color:#ffffff24}#pageAssets .asset-detail-preview{background:#202124}#pageAssets .asset-detail-meta,#pageAssets .asset-detail-toolbar{background:#2a2b2f}#pageAssets .asset-meta-section{border-color:#ffffff1a;background:#ffffff0b}@media (max-width: 900px){#pageAssets.home-page{margin-left:0;padding-left:0;width:100%;max-width:100%}#pageAssets .assets-library-shell{padding:18px 22px}#pageAssets .asset-source-grid{column-width:150px}}#pageRedraw.home-page{padding:0;margin:0;width:100%;max-width:100%;overflow:hidden;background:#202124}#pageRedraw.home-page.active{display:flex;flex-direction:column;position:relative}.redraw-workbench{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px;padding:24px clamp(22px,2.6vw,40px) 24px clamp(108px,7.8vw,140px);box-sizing:border-box;color:#f2f3f5;background:linear-gradient(180deg,#38393e9e,#1e1f22f5),#202124}.redraw-workbench *,.redraw-workbench *:before,.redraw-workbench *:after{box-sizing:border-box}.redraw-topbar,.redraw-project-home,.redraw-project-toolbar,.redraw-project-grid,.redraw-project-card,.redraw-card-stats,.redraw-project-workspace,.redraw-project-strip,.redraw-step-tabs,.redraw-step-pages,.redraw-step-page,.redraw-step-page-main,.redraw-step-control,.redraw-target-card,.redraw-shot-board{min-width:0}.redraw-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex:0 0 auto}.redraw-kicker{color:#d4d8e08a;font-size:11px;font-weight:760;letter-spacing:0}.redraw-title{margin:4px 0 0;color:#f7f8fa;font-size:30px;line-height:1.05;font-weight:780;letter-spacing:0}.redraw-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.redraw-ghost-btn,.redraw-primary-btn,.redraw-step-btn,.redraw-target-card button{min-height:34px;border-radius:7px;padding:0 14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0e;color:#f1f3f7d6;font-size:12px;font-weight:650;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.redraw-primary-btn,.redraw-step-btn{background:#e8eaef2e;color:#fff;border-color:#ffffff47}.redraw-ghost-btn.danger{border-color:#dc607047;color:#ffced6d1}.redraw-ghost-btn:disabled,.redraw-primary-btn:disabled,.redraw-step-btn:disabled{cursor:default;opacity:.48}.redraw-ghost-btn:hover,.redraw-primary-btn:hover,.redraw-step-btn:hover,.redraw-target-card button:hover{background:#ffffff29;border-color:#ffffff52;color:#fff}.redraw-project-home{display:none;flex:1 1 auto;min-height:0;gap:14px}.redraw-project-home.active{display:flex;flex-direction:column;align-items:center;padding-top:18px}.redraw-step-page-main,.redraw-step-control{background:transparent}.redraw-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px;border-bottom:1px solid rgba(255,255,255,.08);flex:0 0 auto}.redraw-panel-head h3,.redraw-detected-assets b,.redraw-target-card b,.redraw-shot-board b{margin:0;color:#f3f4f6;letter-spacing:0}.redraw-panel-head h3{font-size:15px;font-weight:720}.redraw-create-form{display:grid;grid-template-columns:1fr;gap:12px;padding:14px;overflow:auto}.redraw-field{display:flex;flex-direction:column;gap:7px;margin:0}.redraw-field>span,.redraw-step-control label{color:#e9ebf0ad;font-size:12px;font-weight:650}.redraw-field textarea,.redraw-field input,.redraw-step-control select{width:100%;box-sizing:border-box;border-radius:7px;border:1px solid rgba(255,255,255,.12);background:#1b1c1fb8;color:#f5f6f8;font-size:12px;line-height:1.45;outline:none}.redraw-field textarea{min-height:128px;padding:10px;resize:vertical}.redraw-field input,.redraw-step-control select{min-height:34px;padding:0 10px}.redraw-field textarea:focus,.redraw-field input:focus,.redraw-step-control select:focus{border-color:#ffffff47;background:#18191ce0}.redraw-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.redraw-create-error{min-height:18px;color:#ff8b8b;font-size:12px;line-height:1.4}.redraw-project-toolbar{width:min(1504px,100%);min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#191a1dc2;box-shadow:0 16px 34px #0000002e;flex:0 0 auto}.redraw-project-toolbar-title,.redraw-project-toolbar-actions{display:inline-flex;align-items:center;gap:10px;min-width:0}.redraw-project-toolbar-actions{justify-content:flex-end}.redraw-project-toolbar-title{color:#eef0f5db;font-size:12px}.redraw-project-toolbar-title span{color:#eceef3a8;font-size:16px;line-height:1}.redraw-project-toolbar-title b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:760}.redraw-selection-count{color:#e5e8ee8a;font-size:12px;white-space:nowrap}.redraw-project-grid{position:relative;width:min(1504px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,288px));justify-content:center;gap:16px;padding-top:16px;-webkit-user-select:none;user-select:none}.redraw-project-card{position:relative;display:grid;grid-template-rows:34px minmax(18px,auto) 16px 24px 1fr;gap:8px;min-height:160px;height:160px;width:100%;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#37383dc7;color:#f6f7f9eb;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;align-content:start;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.redraw-project-card[hidden]{display:none!important}.redraw-project-card:hover{border-color:#ffffff47;background:#424349db;color:#fff}.redraw-project-card.is-busy{pointer-events:none;opacity:.72}.redraw-project-card.is-busy:after{content:attr(data-redraw-busy-text);position:absolute;right:12px;bottom:12px;padding:3px 7px;border-radius:6px;background:#111215c7;color:#eef0f5d1;font-size:11px;line-height:1.2}.redraw-project-card-existing.selected{border-color:#6ea8ffb8;background:#3a4860b8;box-shadow:inset 0 0 0 1px #6ea8ff47,0 12px 30px #0003}.redraw-project-card-create{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed rgba(255,255,255,.24);background:#3b3c418f}.redraw-project-card-create:hover{border-color:#fff6;background:#46474dad}.redraw-project-card-create.active{border-color:#6ea8ff6b;background:#3c485a94}.redraw-create-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:24px;background:#07080a8f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.redraw-create-modal[hidden]{display:none!important}.redraw-create-panel{width:min(420px,calc(100vw - 48px));display:grid;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#242529;box-shadow:0 28px 80px #00000073}.redraw-create-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.redraw-create-head b{color:#f7f8faf0;font-size:15px;font-weight:760}.redraw-create-close{width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#ffffff0f;color:#f0f2f6d1;cursor:pointer;font-size:18px;line-height:1}.redraw-create-close:hover{background:#ffffff24;color:#fff}.redraw-add-icon{color:#edeff494;font-size:34px;font-weight:300;line-height:1;transition:color .16s ease,transform .16s ease}.redraw-project-card-create:hover .redraw-add-icon{color:#ffffffd1;transform:scale(1.05)}.redraw-card-topline,.redraw-card-stats{display:flex}.redraw-card-topline{align-items:center;justify-content:space-between;gap:10px;color:#e6e8ee8a}.redraw-card-icon,.redraw-card-check{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.2);background:#ffffff0e;color:#eff1f6db;font-size:15px;line-height:1}.redraw-card-check{width:24px;height:24px;border-radius:5px;background:transparent;color:#dbeafe;cursor:pointer;font-size:13px;font-weight:800}.redraw-card-check[aria-checked=true]{border-color:#6ea8ffe0;background:#6ea8ff3d}.redraw-card-title{display:block;min-width:0;overflow:hidden;color:#fffffff0;font-size:15px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.redraw-project-card-create .redraw-card-title{color:#ebedf2b8;font-size:12px;font-weight:600}.redraw-project-card-create:hover .redraw-card-title{color:#ffffffe0}.redraw-card-meta{display:block;overflow:hidden;color:#e5e8ee94;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.redraw-card-foot{align-self:end;display:block;overflow:hidden;color:#e5e8ee6b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.redraw-card-stats{align-self:start;flex-wrap:wrap;gap:6px}.redraw-card-stats em{padding:4px 7px;border-radius:999px;color:#f1f3f7a8;background:#ffffff12;font-size:11px;font-style:normal;line-height:1}.redraw-marquee-box{position:fixed;z-index:10030;border:1px solid rgba(110,168,255,.78);background:#6ea8ff29;border-radius:4px;pointer-events:none}.redraw-project-grid.is-marquee-selecting .redraw-project-card{cursor:crosshair}.redraw-project-workspace{flex:1 1 auto;min-height:0;padding:0;overflow:hidden}.redraw-project-workspace:not([hidden]){display:flex;flex-direction:column;gap:16px}.redraw-step-tabs{display:flex;align-items:center;justify-content:center;gap:clamp(28px,3.6vw,54px);padding:3px 4px 13px;border-bottom:0;flex:0 0 auto;overflow-x:auto}.redraw-step-tab{min-width:0;min-height:28px;padding:0;border:0;border-radius:0;background:transparent;color:#c8ccd494;cursor:pointer;text-align:center;display:inline-flex;align-items:baseline;justify-content:center;gap:6px;position:relative;flex:0 0 auto;transition:opacity .16s ease}.redraw-step-tab:not(:last-child):after{content:"→";position:absolute;left:calc(100% + clamp(10px,1.4vw,22px));top:50%;transform:translateY(-50%);color:#c8ccd46b;font-size:12px;font-weight:800;pointer-events:none}.redraw-step-tab span,.redraw-step-tab b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-step-tab span{margin-bottom:0;color:inherit;font-size:10px;font-weight:780}.redraw-step-tab b{font-size:12px;font-weight:720}.redraw-step-tab:hover{color:#f4f6f9db}.redraw-step-tab.active{color:#42d987}.redraw-step-tab.done{color:#6ea8ff}.redraw-step-tab.done span{color:inherit}#pageRedraw .redraw-step-tabs .redraw-step-tab{background:transparent!important;border-color:transparent!important;color:#c8ccd494!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.done{color:#6ea8ff!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active{color:#42d987!important}.redraw-step-pages{flex:1 1 auto;min-height:0;overflow:hidden}.redraw-step-page{display:none;height:100%;min-height:0}.redraw-step-page.active{display:flex;flex-direction:column;gap:14px}.redraw-step-page-main{flex:1 1 auto;min-height:0;padding:0;overflow:auto}.redraw-step-headline{display:grid;grid-template-columns:minmax(260px,1fr) minmax(520px,min(62%,860px));align-items:start;gap:14px;margin-bottom:10px}.redraw-step-headline-media{grid-template-columns:minmax(0,1fr) minmax(520px,min(62%,860px))}.redraw-step-control{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:end;align-content:center;gap:8px;padding:0;border-top:0;overflow:visible;align-self:stretch}.redraw-media-footer{padding-top:0}.redraw-step-control label{display:grid;gap:6px;min-width:0}.redraw-step-page[data-redraw-page=batch] .redraw-step-control{grid-template-columns:minmax(200px,1fr) minmax(148px,.62fr) auto auto}.redraw-target-confirm-control{grid-template-columns:minmax(0,1fr);justify-items:end}.redraw-target-toolbar{align-items:start}.redraw-target-toolbar .redraw-setting-tabs{margin:0;align-self:start;flex-wrap:wrap}.redraw-target-toolbar .redraw-target-confirm-control{display:flex;flex-direction:column;align-items:flex-end;justify-self:end;align-self:start;gap:8px}.redraw-target-top-stats{color:#e5e8ee94;font-size:12px;line-height:1.45;text-align:left;white-space:nowrap}.redraw-hidden-model-source{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.redraw-hidden-model-source+.redraw-model-trigger{position:absolute!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;overflow:hidden!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important}.redraw-step-control .redraw-cost{justify-content:flex-end;flex-wrap:nowrap;max-width:none;min-height:34px;white-space:nowrap}.redraw-step-control .redraw-step-btn{min-width:max-content;white-space:nowrap}.redraw-step-copy{margin:2px 0 0;color:#e5e8ee9e;font-size:12px;line-height:1.55}.redraw-step-page[data-redraw-page=media].active .redraw-step-page-main{display:flex;flex-direction:column;overflow:hidden}.redraw-media-grid{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(520px,1.2fr);gap:18px;align-items:stretch;flex:1 1 auto;min-height:clamp(320px,calc(100vh - 320px),540px);width:100%;margin-bottom:0;max-width:none}.redraw-media-left,.redraw-media-right,.redraw-media-settings,.redraw-media-side{min-width:0;display:flex;flex-direction:column;gap:12px}.redraw-media-settings-card{min-width:0;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0b;color:#e7e9eec7}.redraw-media-panel-title{display:grid;gap:4px;margin-bottom:12px}.redraw-media-panel-title b{color:#f5f6f8;font-size:13px;font-weight:760}.redraw-media-panel-title span{color:#e7e9ee8f;font-size:11px;line-height:1.45}.redraw-upload-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.redraw-upload-mode button{min-width:0;min-height:34px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#ffffff0a;color:#e7e9eead;font-size:12px;font-weight:720;cursor:pointer}.redraw-upload-mode button:hover,.redraw-upload-mode button.active{border-color:#ffffff38;background:#ffffff1a;color:#fff}.redraw-media-field{display:grid;gap:6px;margin-top:10px;color:#e7e9ee9e;font-size:12px}.redraw-media-field select{width:100%;min-height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#1b1c1fc7;color:#f5f6f8;font-size:12px}.redraw-media-facts{display:grid;gap:10px;margin:0}.redraw-media-facts div{min-width:0;display:grid;gap:3px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.08)}.redraw-media-facts div:last-child{padding-bottom:0;border-bottom:0}.redraw-media-facts dt{color:#e7e9ee70;font-size:11px}.redraw-media-facts dd{min-width:0;margin:0;color:#f5f6f8db;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.redraw-media-action-card{flex:0 0 auto;margin-top:auto}.redraw-output-action-group{flex:0 0 auto;display:grid;gap:12px;margin-top:auto}.redraw-output-settings-panel{flex:0 0 auto;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0b;color:#e7e9eec7}.redraw-output-settings-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.redraw-output-settings-grid label{min-width:0;display:grid;gap:6px;color:#e7e9ee9e;font-size:12px;font-weight:680}.redraw-output-settings-grid select{width:100%;min-width:0;min-height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#1b1c1fc7;color:#f5f6f8;font-size:12px}.redraw-analysis-meta-row{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-height:28px;margin-bottom:8px}.redraw-media-action-card .redraw-cost{margin:0;justify-content:flex-end}.redraw-media-action-card .redraw-step-btn{width:100%}.redraw-upload-zone{position:relative;min-height:216px;height:auto;border:1px dashed rgba(255,255,255,.2);border-radius:8px;background:#ffffff0b;overflow:hidden;color:#e7e9ee9e;transition:background .16s ease,border-color .16s ease}.redraw-upload-empty{min-height:216px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;cursor:pointer;padding:16px}.redraw-upload-zone:not(.has-file):hover{border-color:#ffffff57;background:#ffffff13}.redraw-upload-zone.has-file{border-style:solid;background:#111214eb}.redraw-upload-zone.has-file .redraw-upload-empty{display:none}.redraw-upload-zone input,.redraw-target-card input,.redraw-target-actions input{position:absolute;opacity:0;pointer-events:none}.redraw-upload-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.redraw-upload-zone strong{color:#f5f6f8;font-size:13px}.redraw-upload-empty>span:last-child{max-width:260px;font-size:12px;line-height:1.45}.redraw-video-card{position:relative;min-height:216px;height:auto;border-radius:0;overflow:hidden;border:0;background:#1b1c1fb8;display:flex;flex-direction:column}.redraw-video-card[hidden]{display:none!important}.redraw-video-placeholder{min-height:172px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#dde0e880;text-align:center;background:linear-gradient(135deg,#ffffff0b,#ffffff05)}.redraw-video-card.is-loaded .redraw-video-placeholder{display:none}.redraw-video-load-preview{flex:1 1 auto;min-height:172px;width:100%;border:0;border-radius:0;background:#111214;color:#f5f6f8d6;font-size:13px;font-weight:720;cursor:pointer}.redraw-video-load-preview[hidden],.redraw-video-card.is-preview-ready .redraw-video-load-preview{display:none!important}.redraw-video-load-preview:hover{background:#17191d}.redraw-video-placeholder span{font-size:11px;font-weight:720}.redraw-video-placeholder b{color:#f1f3f7b8;font-size:13px;font-weight:720;letter-spacing:0}.redraw-upload-selected{flex:1 1 auto;min-height:172px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px;text-align:center;color:#e7e9ee9e}.redraw-upload-selected strong{color:#f5f6f8;font-size:13px}.redraw-upload-selected>span:last-child{max-width:260px;font-size:12px;line-height:1.45}.redraw-video-card video{display:block;flex:1 1 auto;min-height:0;width:100%;aspect-ratio:16 / 9;height:auto;max-height:none;object-fit:contain;background:#111214}.redraw-video-card video[hidden]{display:none}.redraw-upload-clear{position:absolute;top:10px;right:10px;z-index:2;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:#101113c2;color:#ffffffe6;font-size:18px;line-height:1;cursor:pointer}.redraw-upload-clear:hover{border-color:#ffffff57;background:#2a2b2feb}.redraw-video-meta-row{flex:0 0 auto;min-height:35px;display:flex;align-items:center;gap:14px;padding:8px 10px;border-top:0}.redraw-video-meta{flex:1 1 auto;min-width:0;color:#e7e9ee9e;font-size:11px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-media-right{min-height:0}.redraw-media-right-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex:0 0 auto}.redraw-media-right-head .redraw-media-panel-title{margin-bottom:0}.redraw-sort-field{min-width:158px;display:grid;gap:6px;color:#e7e9ee9e;font-size:12px;font-weight:680}.redraw-sort-field select{min-height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#1b1c1fc7;color:#f5f6f8;font-size:12px}.redraw-video-list{flex:0 0 292px;min-height:292px;max-height:292px;overflow:auto;display:block;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09}.redraw-video-list-empty{min-height:270px;display:grid;place-items:center;color:#e7e9ee7a;font-size:12px;text-align:center}.redraw-video-list-table{min-width:660px;display:grid;gap:8px}.redraw-video-list-header,.redraw-video-list-item{min-width:0;width:100%;display:grid;grid-template-columns:minmax(260px,1fr) 86px 90px 104px;align-items:center;gap:10px}.redraw-video-list-header{position:sticky;top:0;z-index:1;min-height:28px;padding:0 44px 0 10px;background:#292b2f;color:#e7e9ee85;font-size:11px;font-weight:760}.redraw-video-list-header span:nth-child(2),.redraw-video-list-header span:nth-child(3){justify-self:end;text-align:right}.redraw-video-list-header span:nth-child(4){justify-self:center;text-align:center}.redraw-video-list-item{position:relative;min-height:58px;padding:8px 44px 8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09;color:#f5f6f8;cursor:pointer;text-align:left}.redraw-video-list-item:hover,.redraw-video-list-item.active{border-color:#f6c4537a;background:#f6c4531a}.redraw-video-list-item.is-duration-limit,.redraw-video-list-item.is-duration-limit:hover,.redraw-video-list-item.is-duration-limit.active{border-color:#f871719e;background:#f8717121;box-shadow:inset 0 0 0 1px #f871713d}.redraw-video-list-episode{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px}.redraw-video-cover{width:58px;aspect-ratio:16 / 9;display:inline-flex;align-items:center;justify-content:center;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:#151619;color:#e7e9eead;font-size:11px;font-weight:800;cursor:pointer}.redraw-video-cover:hover{border-color:#f6c45399}.redraw-video-cover img{width:100%;height:100%;display:block;object-fit:cover}.redraw-video-cover.is-empty{cursor:default;background:#ffffff0f}.redraw-video-list-main{min-width:0;display:grid;gap:4px}.redraw-video-list-main b,.redraw-video-list-main small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-video-list-main b{color:#f5f6f8;font-size:13px;line-height:1.2}.redraw-video-list-main small{color:#e7e9ee85;font-size:11px}.redraw-video-list-duration,.redraw-video-list-size{min-width:0;justify-self:end;text-align:right;color:#e7e9eead;font-size:12px;font-weight:680;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.redraw-video-list-duration.is-duration-limit{color:#fca5a5}.redraw-video-status-pill{justify-self:center;min-width:72px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0f;color:#e7e9eeb3;font-size:11px;font-weight:800;white-space:nowrap}.redraw-video-status-pill.is-uploading{border-color:#5caeff61;background:#5caeff1f;color:#9acbff}.redraw-video-status-pill.is-ready{border-color:#37d58e61;background:#37d58e1f;color:#74e0aa}.redraw-video-status-pill.is-local{border-color:#f6c4535c;background:#f6c4531a;color:#f6c453}.redraw-video-status-pill.is-warn,.redraw-video-status-pill.is-duration-limit,.redraw-video-status-pill.is-failed{border-color:#f8717194;background:#f8717129;color:#fecaca}.redraw-video-remove{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:#101113b8;color:#f5f6f8e0;font-size:18px;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .14s ease,border-color .14s ease,background .14s ease}.redraw-video-list-item:hover .redraw-video-remove,.redraw-video-list-item:focus-within .redraw-video-remove{opacity:1;pointer-events:auto}.redraw-video-remove:hover,.redraw-video-remove:focus-visible{border-color:#ffffff57;background:#2a2b2ff0;outline:none}.redraw-agent-chip{display:inline-flex;align-items:center;gap:8px;min-height:28px;margin-bottom:0;color:#e7e9eead;font-size:12px}.redraw-agent-chip span{color:#f6c453;font-size:13px}.redraw-agent-chip b{color:#f5f6f8;font-size:12px;font-weight:760}.redraw-analysis-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:12px;min-height:42px!important;font-weight:800}.redraw-analysis-btn .redraw-cost{display:inline-flex;align-items:baseline;gap:6px;padding-left:12px;border-left:1px solid rgba(255,255,255,.22);color:inherit!important;font-size:12px}.redraw-analysis-btn .studio-points-base,.redraw-analysis-btn .studio-points-current{color:inherit!important}.redraw-source-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.redraw-source-facts div{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid rgba(255,255,255,.06);padding:8px 0}.redraw-source-facts span{color:#e5e8ee94;font-size:11px;white-space:nowrap}.redraw-source-facts b{min-width:0;color:#f5f6f8;font-size:12px;font-weight:720;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.redraw-shot-board,.redraw-detected-assets,.redraw-target-grid,.redraw-target-backlog,.redraw-token-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:12px}.redraw-shot-board div,.redraw-detected-assets div,.redraw-target-backlog div,.redraw-target-card,.redraw-token-list span{border-radius:8px;border:1px solid rgba(255,255,255,.07);background:#ffffff06;padding:10px}.redraw-shot-board b,.redraw-detected-assets b,.redraw-target-backlog b,.redraw-target-card b{display:block;color:#f5f6f8;font-size:12px;line-height:1.25}.redraw-shot-board span,.redraw-detected-assets span,.redraw-target-backlog span,.redraw-target-card span{display:block;margin-top:5px;color:#e5e8ee8f;font-size:11px;line-height:1.42}.redraw-asset-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:start;min-height:0}.redraw-asset-toolbar{position:relative;z-index:3;display:flex;justify-content:flex-end;align-items:center;min-height:32px}.redraw-character-assets-toggle{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border-radius:7px;border:1px solid rgba(255,255,255,.12);background:#ffffff0b;color:#f0f2f6c7;cursor:pointer;font-size:11px;line-height:1}.redraw-character-assets-toggle:hover,.redraw-character-assets-toggle[aria-expanded=true]{border-color:#6ea8ff66;color:#f4f7fceb;background:#6ea8ff1a}.redraw-character-assets-toggle:disabled{cursor:default;opacity:.66}.redraw-character-assets-toggle span{color:#d4af37;font-weight:760}.redraw-shot-table-wrap{min-width:0;overflow:auto}.redraw-shot-table{min-width:1400px;display:grid;gap:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;background:#ffffff06}.redraw-shot-row{display:grid;grid-template-columns:minmax(108px,.62fr) 126px 118px 118px 118px minmax(220px,1.22fr) minmax(150px,.82fr) minmax(190px,1fr) minmax(130px,.72fr);gap:0;min-height:104px;border-top:1px solid rgba(255,255,255,.06)}.redraw-shot-row:first-child{border-top:0}.redraw-shot-row.head{min-height:34px;background:#ffffff0e}.redraw-shot-cell{min-width:0;padding:8px;color:#e8eaefa8;font-size:11px;line-height:1.45;border-left:1px solid rgba(255,255,255,.05);overflow:hidden}.redraw-shot-cell:first-child{border-left:0}.redraw-shot-row.head .redraw-shot-cell{color:#f4f6f9c7;font-weight:760;white-space:nowrap}.redraw-shot-name{display:block;color:#f5f6f8;font-size:12px;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-shot-time{display:block;margin-top:3px;color:#e5e8ee85;font-size:10px}.redraw-frame-thumb{width:108px;aspect-ratio:var(--redraw-thumb-ratio, 16 / 9);min-height:48px;height:auto;display:grid;place-items:center;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0e0f11ad;color:#e5e8ee66;font-size:10px}.redraw-media-preview-btn{padding:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;cursor:zoom-in}.redraw-media-preview-btn:hover{border-color:#6ea8ff7a;box-shadow:0 0 0 1px #6ea8ff1f}.redraw-media-preview-btn:focus-visible{outline:2px solid rgba(110,168,255,.72);outline-offset:2px}.redraw-frame-thumb img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.redraw-clip-thumb{width:108px;aspect-ratio:var(--redraw-thumb-ratio, 16 / 9);min-height:48px;height:auto;display:grid;place-items:center;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0e0f11ad;color:#e5e8ee66;font-size:10px}.redraw-clip-thumb video{width:100%;height:100%;object-fit:contain;display:block;background:#101113;pointer-events:none}.redraw-dialogue-cell{min-width:0;display:grid;gap:4px}.redraw-dialogue-line{display:block;color:#e8eaefb8;font-size:11px;line-height:1.38;white-space:pre-wrap;overflow-wrap:anywhere}.redraw-dialogue-line b{color:#f4f6f9db;font-size:11px;line-height:inherit;margin-right:2px}.redraw-dialogue-line.is-empty{color:#e5e8ee6b}.redraw-asset-pills{display:flex;flex-wrap:wrap;gap:5px;align-content:flex-start}.redraw-asset-pill{display:inline-flex;align-items:center;max-width:100%;min-height:20px;padding:3px 7px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0e;color:#eef0f4bd;font-size:10px;line-height:1.2;overflow:hidden;text-overflow:ellipsis}.redraw-asset-pill.is-empty{color:#e5e8ee6b;background:#ffffff06}.redraw-character-assets{display:grid;gap:6px;align-content:start}.redraw-character-asset{display:grid;grid-template-columns:68px minmax(0,1fr);gap:7px;align-items:center;max-width:100%;min-width:0;padding:6px;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#0d0e1075}.redraw-character-shot{width:68px;height:52px;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:#08090bb8;color:#e5e8ee6b;font-size:10px}.redraw-character-shot.has-focus-marker,.redraw-source-frame.has-focus-marker{position:relative}#pageRedraw .redraw-character-shot img{width:100%;height:100%;object-fit:cover;object-position:var(--redraw-focus-x, 50%) var(--redraw-focus-y, 48%);display:block;pointer-events:none;transform:scale(var(--redraw-focus-scale, 2.2))!important;transform-origin:var(--redraw-focus-x, 50%) var(--redraw-focus-y, 48%)!important}#pageRedraw .redraw-character-shot.has-character-crop img{object-fit:contain;object-position:center center;transform:none!important;transform-origin:center center!important}.redraw-character-focus-arrow{position:absolute;left:var(--redraw-focus-x, 50%);top:calc(var(--redraw-focus-y, 48%) - 17px);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:13px solid rgba(255,78,104,.96);filter:drop-shadow(0 1px 4px rgba(0,0,0,.78));transform:translate(-50%);pointer-events:none;z-index:2}.redraw-character-shot .redraw-character-focus-arrow,.redraw-character-shot .redraw-character-focus-ring{opacity:0}.redraw-character-focus-ring{position:absolute;left:var(--redraw-focus-x, 50%);top:var(--redraw-focus-y, 48%);width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,78,104,.96);box-shadow:0 0 0 999px #00000014,0 0 12px #ff4e685c;transform:translate(-50%,-50%);pointer-events:none;z-index:2}.redraw-character-meta{min-width:0;display:grid;gap:2px}.redraw-character-meta b{color:#f4f6f8;font-size:11px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-character-meta small{color:#e5e8ee8a;font-size:10px;line-height:1.28;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.redraw-character-empty{color:#e5e8ee6b;font-size:11px;line-height:1.45}.redraw-shot-empty{padding:18px;color:#e5e8ee94;font-size:12px}.redraw-target-backlog{grid-template-columns:1fr}.redraw-target-backlog[hidden]{display:none!important}.redraw-asset-toolbar .redraw-target-backlog{position:absolute;top:calc(100% + 8px);right:0;z-index:10;width:min(680px,100%);max-height:360px;overflow:auto;margin:0;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#18191cfa;box-shadow:0 18px 40px #00000057}.redraw-target-backlog .redraw-character-asset{min-height:66px}.redraw-target-grid{display:block}.redraw-target-table-wrap{width:100%;overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff06}.redraw-target-table{width:100%;min-width:1180px;border-collapse:collapse;table-layout:fixed}.redraw-target-table th,.redraw-target-table td{padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top;text-align:left}.redraw-target-table th{position:sticky;top:0;z-index:1;background:#1f2024fa;color:#e5e8ee94;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}.redraw-target-table td{color:#e5e8eeb8;font-size:11px;line-height:1.36}.redraw-target-table tr:last-child td{border-bottom:0}.redraw-target-table th:nth-child(1){width:128px}.redraw-target-table th:nth-child(2){width:300px}.redraw-target-table th:nth-child(3){width:190px}.redraw-target-table th:nth-child(4){width:250px}.redraw-target-table th:nth-child(5){width:128px}.redraw-target-table th:nth-child(6){width:220px}.redraw-target-table tbody tr:hover td{background:#ffffff07}.redraw-batch-grid{display:block;min-width:0}.redraw-batch-table-wrap{max-height:calc(100vh - 260px)}.redraw-batch-table{min-width:1720px}.redraw-batch-table th:nth-child(1){width:220px}.redraw-batch-table th:nth-child(2){width:310px}.redraw-batch-table th:nth-child(3){width:320px}.redraw-batch-table th:nth-child(4){width:460px}.redraw-batch-table th:nth-child(5){width:220px}.redraw-batch-table th:nth-child(6){width:190px}.redraw-batch-content-cell b{display:block;overflow:hidden;color:#f4f6f9e6;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.redraw-batch-content-cell span,.redraw-batch-content-cell small{display:-webkit-box;margin-top:4px;overflow:hidden;color:#e5e8ee94;line-height:1.42;overflow-wrap:anywhere;-webkit-box-orient:vertical}.redraw-batch-content-cell small{color:#e5e8eead;font-size:10px;-webkit-line-clamp:3}.redraw-batch-input-assets{display:grid;gap:8px;min-width:0}.redraw-batch-input-assets div{display:grid;gap:5px;min-width:0}.redraw-batch-input-assets b{color:#e5e8ee8a;font-size:10px;line-height:1.2}.redraw-batch-media-row,.redraw-batch-target-row,.redraw-batch-replacements{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start;min-width:0}.redraw-batch-media-row .redraw-clip-thumb,.redraw-batch-media-row .redraw-frame-thumb{width:76px;height:43px;min-height:43px;aspect-ratio:auto;border-radius:6px}.redraw-batch-target-ref{width:76px;min-height:58px;display:grid;gap:3px;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#ffffff0b;color:#e5e8eeb3;font-size:10px;text-align:left;cursor:pointer}.redraw-batch-target-ref img{width:100%;height:43px;display:block;object-fit:cover}.redraw-batch-target-ref span{padding:0 5px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-batch-target-ref.is-empty{width:auto;min-height:24px;display:inline-flex;align-items:center;padding:3px 7px;cursor:default}.redraw-batch-replacement-pill{display:inline-flex;align-items:center;max-width:100%;min-height:22px;padding:3px 7px;overflow:hidden;border-radius:6px;border:1px solid rgba(0,232,154,.16);background:#00e89a14;color:#d9fff1db;font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.redraw-batch-figure-map{width:100%;display:grid;grid-template-columns:minmax(74px,1fr) auto minmax(74px,1fr);align-items:center;gap:6px;padding:6px;border-radius:7px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.redraw-batch-figure-side{display:grid;gap:4px;min-width:0;color:#e5e8eead;font-size:10px;line-height:1.25}.redraw-batch-figure-side span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-batch-figure-thumb{width:100%;height:48px;display:grid;place-items:center;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#ffffff0e;color:#e5e8ee75;font-size:10px}.redraw-batch-figure-thumb img{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.redraw-batch-figure-arrow{color:#e5e8ee70;font-size:11px;font-weight:700}.redraw-batch-prompt-input{width:100%;min-height:156px;resize:vertical;padding:9px 10px;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:#090a0c94;color:#eaedf2db;font-size:11px;line-height:1.5;outline:none;box-sizing:border-box}.redraw-batch-prompt-input:focus{border-color:#00e89a5c;box-shadow:0 0 0 2px #00e89a14}.redraw-batch-actions small{display:block;overflow:hidden;color:#e5e8ee75;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.redraw-batch-result-cell{min-width:0}.redraw-batch-result-card{display:grid;gap:6px;min-width:0;color:#e5e8ee94;font-size:10px;line-height:1.35}.redraw-batch-result-preview{width:148px;height:84px;display:block;overflow:hidden;padding:0;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#090a0c80}.redraw-batch-result-preview video{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.redraw-batch-result-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-batch-result-card.is-empty{min-height:84px;align-content:center;padding:10px;border-radius:7px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.redraw-batch-result-card.is-empty b{color:#f1f3f7cc;font-size:11px}.redraw-batch-result-card.is-error b{color:#ff8b8beb}.redraw-target-source,.redraw-target-destination{min-width:0;display:grid;gap:8px;align-content:start;padding:10px;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#0d0e106b}.redraw-target-destination{grid-template-rows:auto minmax(126px,1fr) auto auto;background:#9499a21f;border-color:#ffffff1f}.redraw-target-arrow{align-self:center;justify-self:center;width:54px;color:#00e89ad1;font-size:28px;line-height:1;text-align:center}.redraw-target-kicker{color:#e5e8ee75;font-size:10px}.redraw-source-frame{width:100%;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border-radius:7px;border:1px solid rgba(255,255,255,.08);background:#0c0d0fad;color:#e5e8ee6b;font-size:11px}.redraw-target-image-cell,.redraw-target-output-cell,.redraw-target-action-cell{min-width:0}.redraw-target-image-cell b,.redraw-target-prompt-cell b{display:block;margin-top:5px;overflow:hidden;color:#f4f6f9e0;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.redraw-target-image-cell .redraw-source-frame{width:96px;height:54px;aspect-ratio:auto}.redraw-target-prompt-cell span,.redraw-target-prompt-cell small{display:-webkit-box;overflow:hidden;color:#e5e8eead;line-height:1.38;overflow-wrap:anywhere;-webkit-box-orient:vertical}.redraw-target-prompt-cell span{margin-top:4px;-webkit-line-clamp:2}.redraw-target-prompt-cell small{margin-top:3px;color:#e5e8ee75;font-size:10px;-webkit-line-clamp:2}.redraw-target-shot-list,.redraw-target-media-list{min-width:0;display:flex;flex-wrap:wrap;gap:5px;align-items:flex-start;align-content:flex-start}.redraw-target-shot-pill,.redraw-target-media-chip{display:inline-flex;align-items:center;max-width:100%;min-height:20px;padding:2px 6px;overflow:hidden;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:#ffffff0e;color:#eef0f4bd;font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.redraw-target-muted{color:#e5e8ee6b;font-size:11px}.redraw-target-media-list .redraw-clip-thumb,.redraw-target-media-list .redraw-frame-thumb{width:72px;min-height:40px;height:40px;aspect-ratio:auto;border-radius:6px}#pageRedraw .redraw-source-frame img{width:100%;height:100%;object-fit:cover;object-position:var(--redraw-focus-x, 50%) var(--redraw-focus-y, 48%);display:block;pointer-events:none;transform:scale(var(--redraw-focus-scale, 2.2))!important;transform-origin:var(--redraw-focus-x, 50%) var(--redraw-focus-y, 48%)!important}#pageRedraw .redraw-target-source-frame img,#pageRedraw .redraw-source-frame.has-character-crop img{object-fit:contain;object-position:center;transform:none!important;transform-origin:center!important}.redraw-target-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.redraw-target-card-head [data-redraw-target-status]{overflow:hidden;color:#e5e8ee8f;font-size:10px;line-height:1.2;text-align:right;text-overflow:ellipsis;white-space:nowrap}.redraw-target-output-cell .redraw-target-card-head{margin-bottom:5px}.redraw-target-output-cell .redraw-target-card-head [data-redraw-target-status]{text-align:left}.redraw-target-source b,.redraw-target-destination b{color:#f4f6f8;font-size:13px}.redraw-target-source small,.redraw-target-destination span{color:#e5e8ee94;font-size:11px;line-height:1.45}.redraw-target-brief{display:grid;gap:4px;min-width:0}.redraw-target-brief small{color:#e5e8eea3;font-size:11px;line-height:1.48;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.redraw-target-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:center}.redraw-target-command-row{min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.redraw-target-card span,.redraw-target-card label{grid-column:1 / -1}.redraw-target-card label,.redraw-target-actions select,.redraw-target-actions label{padding:0 10px;position:relative;min-height:26px;border-radius:7px;border:1px dashed rgba(255,255,255,.14);color:#ebedf2b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px;white-space:nowrap}.redraw-target-actions select{width:100%;min-width:0;padding:0 26px 0 9px;border-style:solid;color:#f4f6f9e0;background:#08090b6b;outline:none}.redraw-model-native-select{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}.redraw-model-trigger{width:100%;min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:0 9px;border-radius:7px;border:1px solid rgba(255,255,255,.1);background:#1b1c1fb8;color:#f3f5f8e0;font-size:11px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.redraw-model-trigger:hover,.redraw-model-trigger[aria-expanded=true]{border-color:#ffffff38;background:#fff1;color:#fff}.redraw-model-trigger-main{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow:hidden}.redraw-model-trigger-icon{width:16px;height:16px;flex:0 0 auto;border-radius:4px;object-fit:contain;background:#ffffff0a}.redraw-model-trigger-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-model-chevron{width:7px;height:7px;flex:0 0 auto;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;opacity:.72;transform:translateY(-2px) rotate(45deg);transition:transform .16s ease}.redraw-model-trigger[aria-expanded=true] .redraw-model-chevron{transform:translateY(2px) rotate(225deg)}.redraw-target-actions .redraw-model-trigger{min-height:26px;padding:0 8px;border-color:#ffffff24;background:#08090b6b}.redraw-target-actions .redraw-model-trigger-icon{width:14px;height:14px}.redraw-model-selector-panel,.redraw-model-submenu-panel{position:fixed;z-index:9999;display:flex;flex-direction:column;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#303137;box-shadow:0 18px 44px #00000061;color:#ebedf2e0}.redraw-model-source-tabs{flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px;border-bottom:1px solid rgba(255,255,255,.1)}.redraw-model-source-tabs button{min-height:28px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:#28292f;color:#d3d8e2c2;font-size:11px;font-weight:720;cursor:pointer}.redraw-model-source-tabs button.active{border-color:#f6c4536b;background:#f6c45329;color:#f6c453}.redraw-model-selector-panel[hidden],.redraw-model-submenu-panel[hidden]{display:none!important}.redraw-model-selector-search{flex:0 0 auto;padding:8px;border-bottom:1px solid rgba(255,255,255,.1)}.redraw-model-selector-search>div,.redraw-model-selector-search{min-width:0}.redraw-model-selector-search input{width:100%;min-height:28px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:#28292f;color:#f3f5f8e6;outline:none;padding:0 9px;font-size:11px}.redraw-model-selector-search input::placeholder{color:#9ca3afb3}.redraw-model-selector-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:5px 0}.redraw-model-provider-row{width:100%;min-height:38px;display:flex;align-items:center;gap:8px;padding:0 10px;border:0;background:transparent;color:#e5e8eed6;cursor:pointer;text-align:left;font-size:11px;line-height:1;transition:background .16s ease,color .16s ease}.redraw-model-provider-row:hover,.redraw-model-provider-row.active{background:#45464d;color:#fff}.redraw-model-provider-row.has-selected .redraw-model-provider-meta b{color:#f5f6f8}.redraw-model-provider-count{flex:0 0 auto;color:#9ca3afd6;font-size:10px;white-space:nowrap}.redraw-model-provider-arrow{flex:0 0 auto;color:#9ca3afb3;font-size:17px;line-height:1;transform:translateY(-1px)}.redraw-model-provider-meta{flex:1 1 auto;min-width:0;display:inline-flex;align-items:center;gap:7px}.redraw-model-provider-meta img{width:15px;height:15px;border-radius:4px;object-fit:contain}.redraw-model-provider-meta b{overflow:hidden;color:#e5e8eed1;font-size:11px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.redraw-model-submenu-panel{padding:0}.redraw-model-submenu-head{flex:0 0 auto;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.1);color:#9ca3afd6;font-size:10px}.redraw-model-submenu-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:5px 0}.redraw-model-option{width:100%;min-height:38px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:0;background:transparent;color:#e5e8eed6;cursor:pointer;text-align:left;transition:background .16s ease,color .16s ease}.redraw-model-option:hover,.redraw-model-option.selected{background:#45464d;color:#fff}.redraw-model-check{width:14px;flex:0 0 14px;color:#d4af37;font-size:11px;line-height:1;text-align:center}.redraw-model-option-text{min-width:0;display:grid;gap:3px}.redraw-model-option-text b,.redraw-model-option-text small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redraw-model-option-text b{font-size:11px;font-weight:680}.redraw-model-option-text small{color:#9ca3afc7;font-size:9.5px}.redraw-model-selector-empty{padding:18px 12px;color:#9ca3afc7;font-size:11px;text-align:center}.redraw-target-preview{width:96px;height:54px;min-height:0;aspect-ratio:auto;border-radius:7px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#666a722e}.redraw-target-preview img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.redraw-target-preview.is-empty{display:grid;place-items:center;min-height:0;color:#e5e8ee6b;font-size:10px;text-align:center}.redraw-target-card small{grid-column:1 / -1;color:#e5e8ee7a;font-size:11px;line-height:1.42}.redraw-target-card button,.redraw-target-actions button{min-height:26px;padding:0 10px;font-size:11px;white-space:nowrap}.redraw-target-actions button{border-radius:7px;border:1px solid rgba(255,255,255,.14);background:#fff1;color:#f1f3f7db;font-weight:650;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.redraw-target-actions button:hover{background:#ffffff21;border-color:#ffffff42;color:#fff}.redraw-target-actions button:disabled{cursor:default;opacity:.48}.redraw-target-cost{flex:1 1 auto;justify-content:flex-start;max-width:none;min-width:0;min-height:18px;width:auto;white-space:nowrap;text-align:left}.redraw-target-empty{padding:18px;border-radius:8px;border:1px solid rgba(255,255,255,.08);color:#e5e8ee8f;background:#ffffff06}.redraw-target-empty b{display:block;margin-bottom:4px;color:#f4f6f9c7}.redraw-token-list{display:flex;flex-wrap:wrap}.redraw-token-list span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;color:#edeff4bd;font-size:11px;border:0;background:transparent}.redraw-cost{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:5px;min-width:0;max-width:190px;min-height:32px;color:#9ca3afdb;background:transparent;border:0;font-size:10px;font-weight:650;line-height:1.2;font-variant-numeric:tabular-nums;white-space:normal;text-align:right}.redraw-cost .studio-points-base{color:#94a3b8bd}.redraw-cost .studio-points-base.is-priced{text-decoration:line-through;text-decoration-color:#94a3b89e}.redraw-cost .studio-points-current{color:#d4af37;font-weight:760}.redraw-step-result{border-radius:0;padding:9px 0 0;background:transparent;border:0;color:#e6e8eea3;font-size:12px;line-height:1.45}.redraw-video-status{flex:0 1 auto;min-width:180px;max-width:52%;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;padding:0;border-top:0;color:#42d987;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.redraw-step-result b,.redraw-step-result span{display:block}.redraw-video-status b,.redraw-video-status span{display:inline}.redraw-video-status span{overflow:hidden;text-overflow:ellipsis}.redraw-step-result.ok{border-color:#afd6b93d;background:transparent;color:#d4f2dcdb}.redraw-step-result.warn{border-color:#e5c47e47;background:transparent;color:#faefd9d6}.redraw-step-result.error{border-color:#f8717166;background:transparent;color:#fca5a5}@media (max-width: 1120px){.redraw-step-tabs{justify-content:flex-start}.redraw-step-pages,.redraw-project-workspace{overflow:auto}.redraw-step-page{height:auto}.redraw-step-headline,.redraw-step-headline-media{grid-template-columns:1fr}.redraw-step-control,.redraw-step-page[data-redraw-page=batch] .redraw-step-control{grid-template-columns:repeat(2,minmax(0,1fr))}.redraw-target-toolbar .redraw-target-confirm-control{justify-self:stretch;align-items:stretch}.redraw-target-toolbar .redraw-target-top-stats{text-align:left}.redraw-step-control .redraw-step-btn{grid-column:1 / -1}}@media (max-width: 980px){.redraw-workbench{overflow-y:auto}.redraw-video-meta-row{align-items:flex-start;flex-direction:column;gap:4px}.redraw-video-status{max-width:100%;min-width:0;justify-content:flex-start;text-align:left}.redraw-media-grid,.redraw-asset-layout,.redraw-source-facts{grid-template-columns:1fr}.redraw-shot-table{min-width:1220px}}@media (max-width: 760px){.redraw-workbench{padding:18px 14px 18px 82px}.redraw-topbar{align-items:flex-start;flex-direction:column}.redraw-actions{justify-content:flex-start}.redraw-project-home.active{align-items:stretch;padding-top:8px}.redraw-project-toolbar{align-items:flex-start;flex-direction:column}.redraw-project-toolbar-actions{width:100%}.redraw-project-toolbar-actions .redraw-ghost-btn{flex:1 1 0}.redraw-project-grid{width:100%;grid-template-columns:1fr}.redraw-step-tabs,.redraw-step-control{grid-template-columns:1fr}.redraw-step-tab:not(:last-child):after{left:calc(100% + 10px)}.redraw-step-tab{min-height:48px}.redraw-step-control,.redraw-step-page[data-redraw-page=batch] .redraw-step-control,.redraw-target-grid,.redraw-shot-board,.redraw-detected-assets,.redraw-target-backlog,.redraw-target-actions{grid-template-columns:1fr}}#pageStudio.home-page{padding:0;margin:0;display:none}#pageStudio.home-page.active{display:flex;flex-direction:column;position:relative;margin-left:0;padding-left:0;width:100%;max-width:100%;background:#202124}.studio-container{display:flex;flex-direction:row;flex:1;min-height:0;position:relative;box-sizing:border-box;padding-left:96px;background:#202124}.studio-main{display:flex;flex-direction:column;flex:1;min-width:0;position:relative;background:#202124}.studio-topbar{display:flex;align-items:center;justify-content:flex-end;padding:10px 16px 0;gap:8px;flex-shrink:0;position:absolute;top:0;right:0;z-index:50}.studio-topbar-btn{display:flex;align-items:center;gap:5px;padding:6px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#aaa;font-size:12px;cursor:pointer;transition:all .2s;white-space:nowrap;-webkit-user-select:none;user-select:none}.studio-topbar-btn:hover{background:#ff85a21f;color:#ff85a2;border-color:#ff85a24d}.studio-topbar-btn svg{width:14px;height:14px;flex-shrink:0}.studio-history-panel{width:240px;min-width:240px;flex-shrink:0;background:#202124;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.studio-history-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 12px 8px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.studio-history-panel-header h3{margin:0;font-size:13px;color:#ccc;font-weight:600}.studio-workspace-switch{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.studio-workspace-mode-btn{border:0;background:transparent;color:#888;border-radius:4px;padding:4px 8px;font-size:12px;line-height:1;cursor:pointer;transition:color .15s,background .15s}.studio-workspace-mode-btn:hover{color:#ddd}.studio-workspace-mode-btn.active{background:#ff85a22e;color:#ff85a2}.studio-history-panel-new{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;border:1px solid rgba(255,133,162,.3);background:#ff85a214;color:#ff85a2;cursor:pointer;font-size:12px;transition:all .2s}.studio-history-panel-new:hover{background:#ff85a22e}.studio-history-panel-new svg{width:12px;height:12px}.studio-history-panel-list{flex:1;overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:rgba(255,133,162,.2) transparent}.studio-history-panel-list::-webkit-scrollbar{width:4px}.studio-history-panel-list::-webkit-scrollbar-thumb{background:#ff85a233;border-radius:2px}.studio-conv-item{padding:8px 10px;border-radius:6px;cursor:pointer;transition:all .15s;margin-bottom:2px;border:1px solid transparent}.studio-conv-item:hover{background:#ff85a214;border-color:#ff85a226}.studio-conv-item.active{background:#ff85a21f;border-color:#ff85a24d}.studio-conv-item .conv-title{font-size:12px;color:#ddd;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.studio-conv-item.active .conv-title{color:#ff85a2}.studio-conv-item .conv-meta{display:flex;align-items:center;justify-content:space-between}.studio-conv-item .conv-time{font-size:11px;color:#666}.studio-conv-item .conv-count{font-size:11px;color:#555}.studio-conv-item .conv-delete{opacity:0;background:none;border:none;color:#666;cursor:pointer;font-size:12px;padding:2px 4px;border-radius:4px;transition:all .15s}.studio-conv-item:hover .conv-delete{opacity:1}.studio-conv-item .conv-delete:hover{color:#ef4444;background:#ef444426}.studio-history-panel-empty{text-align:center;color:#555;padding:40px 20px;font-size:13px}.studio-collab-stage{font-size:11px;color:#7dd3fc;max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-collab-progress{height:3px;border-radius:999px;overflow:hidden;background:#ffffff14;margin-top:6px}.studio-collab-progress span{display:block;height:100%;width:var(--studio-collab-progress, 0%);background:linear-gradient(90deg,#7dd3fc,#ff85a2)}.studio-collab-artifacts{display:grid;gap:8px;margin-top:10px}.studio-collab-artifact-card{border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px;background:#ffffff09}.studio-collab-artifact-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#eee;font-size:13px;font-weight:600;margin-bottom:6px}.studio-collab-artifact-status{color:#7dd3fc;font-size:11px;font-weight:500}.studio-collab-artifact-summary{color:#aaa;font-size:12px;line-height:1.5}.studio-collab-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.studio-collab-action-btn{border:1px solid rgba(255,133,162,.35);background:#ff85a21a;color:#ff85a2;border-radius:6px;padding:6px 10px;font-size:12px;cursor:pointer}.studio-collab-action-btn:hover{background:#ff85a22e}.studio-media-panel{width:0;min-width:0;flex-shrink:0;overflow:hidden;background:#000000f2;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:width .3s cubic-bezier(.4,0,.2,1),min-width .3s cubic-bezier(.4,0,.2,1)}.studio-media-panel.open{width:320px;min-width:320px}.studio-media-panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 8px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.studio-media-panel-header h3{margin:0;font-size:13px;color:#ccc;font-weight:600;white-space:nowrap}.studio-media-panel-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:none;background:#ffffff0d;color:#888;cursor:pointer;transition:all .2s;flex-shrink:0}.studio-media-panel-close:hover{background:#ff85a226;color:#ff85a2}.studio-media-panel-close svg{width:14px;height:14px}.studio-media-panel-tabs{display:flex;gap:0;padding:8px 14px 0;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.studio-media-tab{flex:1;padding:7px 0;border:none;background:none;color:#777;font-size:12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.studio-media-tab:hover{color:#bbb}.studio-media-tab.active{color:#ff85a2;border-bottom-color:#ff85a2;font-weight:600}.studio-media-panel-stats{padding:8px 14px;flex-shrink:0;font-size:11px;color:#666;white-space:nowrap;overflow:hidden}.studio-media-panel-grid{flex:1;overflow-y:auto;padding:6px 10px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;align-content:start;scrollbar-width:thin;scrollbar-color:rgba(255,133,162,.2) transparent}.studio-media-panel-grid::-webkit-scrollbar{width:4px}.studio-media-panel-grid::-webkit-scrollbar-thumb{background:#ff85a233;border-radius:2px}.studio-media-panel-empty{grid-column:1 / -1;text-align:center;color:#555;padding:40px 12px;font-size:12px}.studio-media-card{position:relative;border-radius:8px;overflow:hidden;background:#ffffff08;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .2s;aspect-ratio:1}.studio-media-card:hover{border-color:#ff85a24d;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.studio-media-card img,.studio-media-card video{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .22s ease}.studio-media-card.media-loaded img,.studio-media-card.media-loaded video{opacity:1}.studio-media-card .media-type-badge{position:absolute;top:4px;left:4px;padding:2px 6px;border-radius:4px;font-size:10px;background:#0009;color:#ddd;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.studio-media-card .media-type-badge.video{color:#7dd3fc}.studio-media-card .media-type-badge.image{color:#fda4af}.studio-media-card .media-date{position:absolute;bottom:0;left:0;right:0;padding:12px 6px 4px;font-size:10px;color:#aaa;background:linear-gradient(transparent,#000000b3);text-align:right}.studio-media-card .media-dl-btn{position:absolute;top:4px;right:4px;opacity:0;width:24px;height:24px;border-radius:6px;border:none;background:#0009;color:#ddd;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.studio-media-card:hover .media-dl-btn{opacity:1}.studio-media-card .media-dl-btn:hover{background:#ff85a280;color:#fff}.studio-media-card .media-dl-btn svg{width:12px;height:12px}.studio-data-grid-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding:0 16px 16px}.studio-data-grid-inner .studio-media-card{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:1;background:#3c1e05e0;border:1px solid rgba(249,115,22,.3);transition:transform .15s,border-color .15s}.studio-data-grid-inner .studio-media-card:hover{transform:translateY(-2px);border-color:#f9731699}.studio-data-grid-inner .studio-media-card img,.studio-data-grid-inner .studio-media-card video{width:100%;height:100%;object-fit:cover}.studio-history{flex:1;overflow-y:auto;padding:24px 5%;display:flex;flex-direction:column;gap:16px;background:#202124;scrollbar-width:thin;scrollbar-color:rgba(255,133,162,.2) transparent}.studio-history::-webkit-scrollbar{width:5px}.studio-history::-webkit-scrollbar-thumb{background:#ff85a233;border-radius:3px}.studio-history::-webkit-scrollbar-track{background:transparent}.studio-generation-skeleton{width:min(var(--studio-result-width, 440px),78vw);max-width:100%;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#40414694;box-shadow:inset 0 0 0 1px #ffffff08}.studio-agent-generation-placeholder{margin:8px 0 10px}.studio-generation-skeleton-media{position:relative;aspect-ratio:var(--studio-skeleton-ratio, 1 / 1);min-height:0;background:linear-gradient(135deg,#ffffff13,#ffffff06),#2d2e33;overflow:hidden}.studio-generation-skeleton-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:bcSkeletonSweep 1.35s ease-in-out infinite}.studio-generation-skeleton-center{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;color:#f5f7faeb;font-size:13px;font-weight:650;letter-spacing:0}.studio-generation-skeleton-center .studio-loading-dots{gap:4px}.studio-generation-skeleton-center .studio-loading-dots span{width:5px;height:5px;background:#f5f7fae6}.studio-generation-skeleton-meta{display:flex;align-items:center;gap:8px;padding:10px 12px 12px;color:#e5e7ebb8;font-size:12px}.studio-generation-skeleton-bar{position:relative;flex:1 1 auto;height:4px;overflow:hidden;border-radius:999px;background:#ffffff14}.studio-generation-skeleton-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:var(--studio-generation-progress, 32%);border-radius:inherit;background:linear-gradient(90deg,#b4b8c0d9,#ebeef4b8);transition:width .24s ease}.studio-loading-skeleton-row{display:flex;align-items:center;gap:4px;white-space:nowrap}.studio-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:50vh}.studio-welcome-icon{font-size:48px;margin-bottom:16px}.studio-welcome-title{font-size:22px;font-weight:600;color:#ff85a2;margin-bottom:8px}.studio-welcome-sub{font-size:14px;color:#666}.studio-growth-badge{display:none;margin-top:16px;padding:12px 20px;border-radius:12px;background:#ff85a20f;border:1px solid rgba(255,133,162,.12);text-align:center;cursor:pointer;transition:background .2s;max-width:320px}.studio-growth-badge:hover{background:#ff85a21f}.studio-growth-badge.loaded{display:block}.studio-growth-level{font-size:15px;font-weight:600;color:#ff85a2;margin-bottom:4px}.studio-growth-bar-wrap{width:100%;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden;margin:6px 0}.studio-growth-bar{height:100%;background:linear-gradient(90deg,#ff85a2,#ffb5c5);border-radius:3px;transition:width .6s ease}.studio-growth-stats{font-size:11px;color:#888}.studio-growth-panel{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#0a0a0af7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.15);border-radius:16px;padding:24px;z-index:2000;width:380px;max-height:70vh;overflow-y:auto;box-shadow:0 16px 48px #0009}.studio-growth-panel.show{display:block}.studio-growth-panel-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1999}.studio-growth-panel-overlay.show{display:block}.studio-growth-panel-title{font-size:18px;font-weight:600;color:#ff85a2;margin-bottom:16px;text-align:center}.studio-growth-panel-close{position:absolute;top:12px;right:16px;background:none;border:none;color:#888;font-size:18px;cursor:pointer}.studio-growth-skill-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04)}.studio-growth-skill-name{font-size:13px;color:#ccc;min-width:72px}.studio-growth-skill-bar-wrap{flex:1;height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}.studio-growth-skill-bar{height:100%;border-radius:3px;background:linear-gradient(90deg,#64b4ff,#85cfff);transition:width .5s ease}.studio-growth-skill-lv{font-size:11px;color:#64b4ff;min-width:36px;text-align:right}.studio-msg{display:flex;width:100%;align-items:flex-start;gap:10px;padding:0 8px}.studio-msg-user{justify-content:flex-end}.studio-msg-ai{justify-content:flex-start}.studio-msg-avatar{width:36px;height:36px;border-radius:6px;flex-shrink:0;overflow:hidden;margin-top:2px;box-shadow:0 2px 8px #0003}.studio-msg-avatar img{width:100%;height:100%;object-fit:cover;display:block}.studio-msg-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff85a2,#d4a574);color:#fff;font-size:14px;font-weight:600}.studio-msg-content{max-width:75%;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.studio-msg-content-user{align-items:flex-end}.studio-msg-bubble{width:100%;box-sizing:border-box;border-radius:12px;padding:12px 16px;position:relative;overflow:hidden}.studio-msg-bubble.user{background:#2b2c31;border:1px solid rgba(255,133,162,.18);border-radius:12px 4px 12px 12px}.studio-msg-bubble.ai{background:#2b2c31;border:1px solid rgba(255,255,255,.1);border-radius:4px 12px 12px}.studio-msg-ai .studio-msg-bubble:before{content:"";position:absolute;top:12px;left:-7px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:7px solid rgba(255,255,255,.08)}.studio-msg-ai .studio-msg-bubble:after{content:"";position:absolute;top:13px;left:-5px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:6px solid #2b2c31}.studio-msg-user .studio-msg-bubble:before{content:"";position:absolute;top:12px;right:-7px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:7px solid rgba(255,133,162,.2)}.studio-msg-user .studio-msg-bubble:after{content:"";position:absolute;top:13px;right:-5px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #2b2c31}.studio-msg-text{color:#ddd;font-size:14px;line-height:1.6;white-space:pre-wrap}.studio-msg-meta{color:#555;font-size:11px;margin-top:6px}.studio-msg-refs{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}.studio-msg-ref-thumb{max-height:104px;width:auto;object-fit:contain;border-radius:6px;border:1px solid #333;cursor:pointer;transition:transform .2s,border-color .2s}.studio-msg-ref-thumb:hover{transform:scale(1.08);border-color:#ff85a2}.studio-msg-media{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.studio-msg-image{max-width:300px;max-height:400px;border-radius:8px;cursor:pointer;transition:transform .2s}.studio-msg-image:hover{transform:scale(1.02)}.studio-msg-video{width:100%;max-width:400px;max-height:450px;height:auto;border-radius:8px;position:relative;z-index:1;display:block}.studio-video-container{position:relative;display:inline-block;width:100%;max-width:400px;overflow:hidden;border-radius:8px}.studio-video-container>.studio-msg-video{position:relative;z-index:1}.studio-video-spinner{width:32px;height:32px;border:3px solid rgba(255,133,162,.2);border-top-color:#ff85a2;border-radius:50%;animation:studioVideoSpin .8s linear infinite}@keyframes studioVideoSpin{to{transform:rotate(360deg)}}.studio-msg-ai-text{color:#bbb;font-size:13px;line-height:1.5;margin-bottom:8px}.studio-msg-footer{display:flex;align-items:center;gap:8px}.studio-msg-error{color:#f44;font-size:13px;padding:8px 0}.studio-agent-think-live{width:fit-content;max-width:min(100%,680px);margin-bottom:8px;border-radius:8px;overflow:hidden;background:#1213178a;border:1px solid rgba(148,163,184,.14);box-shadow:inset 0 1px #ffffff09;transition:border-color .2s ease,background .2s ease}.studio-think-live-header{display:flex;align-items:center;gap:7px;width:100%;min-height:28px;box-sizing:border-box;padding:7px 10px 5px;border:0;background:transparent;text-align:left;font-family:inherit;font-size:12px;line-height:1;color:#d7d0ef;cursor:pointer;-webkit-user-select:none;user-select:none}.studio-think-live-icon{display:flex;align-items:center}.studio-think-live-title{font-weight:650;line-height:1}.studio-think-live-hint{margin-left:2px;color:#9ca3af;font-size:12px;line-height:1}.studio-think-live-dots{display:inline-flex;gap:3px;margin-left:2px}.studio-think-live-dots span{width:3px;height:3px;background:#c4b5fd;border-radius:50%;animation:studioDotPulse 1.4s infinite ease-in-out}.studio-think-live-dots span:nth-child(2){animation-delay:.2s}.studio-think-live-dots span:nth-child(3){animation-delay:.4s}.studio-think-live-body{padding:2px 10px 9px;max-height:150px;overflow-y:auto;transition:max-height .3s ease,padding .3s ease,opacity .3s ease}.studio-think-live-step{font-size:12px;color:#b8b7c2;line-height:1.55;animation:studioFadeIn .3s ease}.studio-think-live-dot{color:#a78bfa;font-weight:700}.studio-think-flow{display:flex;flex-wrap:wrap;align-items:center;gap:6px;max-width:100%}.studio-think-flow-step{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-height:24px;box-sizing:border-box;padding:3px 8px;border-radius:999px;background:#ffffff0b;border:1px solid rgba(255,255,255,.055);color:#c7c4d4;font-size:12px;line-height:1.35;white-space:normal;animation:studioFadeIn .24s ease}.studio-think-flow-step.active{color:#f0ecff;background:#7c60ff24;border-color:#a78bfa33}.studio-think-flow-index{flex:0 0 auto;color:#c4b5fd;font-size:inherit;font-weight:700;font-variant-numeric:tabular-nums}.studio-think-flow-text{min-width:0;overflow-wrap:anywhere;font-size:inherit;line-height:inherit}.studio-think-flow-arrow{display:inline-flex;align-items:center;color:#a78bfa94;font-size:12px;line-height:24px}.studio-agent-think-live.collapsed .studio-think-live-body{max-height:0;padding-top:0;padding-bottom:0;opacity:0}.studio-agent-think-live.collapsed .studio-think-live-header:after{content:"▶";margin-left:auto;font-size:9px;color:#8b8396}.studio-agent-think-live:not(.collapsed) .studio-think-live-header:after{content:"▼";margin-left:auto;font-size:9px;color:#8b8396}@keyframes studioFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.studio-agent-exec-card{position:relative;display:flex;align-items:center;gap:12px;min-height:70px;margin:8px 0 10px;padding:12px 13px;border:1px solid rgba(255,133,162,.18);border-radius:8px;background:linear-gradient(135deg,#ff85a214,#d4a5740e);overflow:hidden}.studio-agent-exec-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);transform:translate(-100%);animation:studioExecSweep 1.8s ease-in-out infinite}.studio-agent-exec-card.is-complete{border-color:#10b9813d;background:#10b98112}.studio-agent-exec-card.is-error{border-color:#ef444447;background:#ef444412}.studio-agent-exec-card.is-complete:before,.studio-agent-exec-card.is-error:before{display:none}.studio-agent-exec-visual{position:relative;flex:0 0 34px;width:34px;height:34px;border-radius:8px;background:#ff85a21f}.studio-agent-exec-visual span,.studio-agent-exec-visual i{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:2px solid transparent;border-top-color:#ff9bb3;animation:studioExecSpin .9s linear infinite}.studio-agent-exec-visual i{top:12px;right:12px;bottom:12px;left:12px;border-top-color:#d4a574;animation-duration:.65s;animation-direction:reverse}.studio-agent-exec-card.is-complete .studio-agent-exec-visual,.studio-agent-exec-card.is-error .studio-agent-exec-visual{display:flex;align-items:center;justify-content:center}.studio-agent-exec-card.is-complete .studio-agent-exec-visual span,.studio-agent-exec-card.is-error .studio-agent-exec-visual span,.studio-agent-exec-card.is-complete .studio-agent-exec-visual i,.studio-agent-exec-card.is-error .studio-agent-exec-visual i{display:none}.studio-agent-exec-card.is-complete .studio-agent-exec-visual:after{content:"✓";color:#34d399;font-weight:800}.studio-agent-exec-card.is-error .studio-agent-exec-visual:after{content:"!";color:#f87171;font-weight:800}.studio-agent-exec-copy{position:relative;z-index:1;min-width:0}.studio-agent-exec-title{color:#efeaf8;font-size:13px;font-weight:700;line-height:1.35}.studio-agent-exec-sub{margin-top:3px;color:#8b8793;font-size:11px;line-height:1.4}@keyframes studioExecSpin{to{transform:rotate(360deg)}}@keyframes studioExecSweep{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}.studio-agent-text{white-space:pre-wrap;line-height:1.7;color:#e0e0e0;font-size:13px;word-break:break-word}.studio-agent-streaming .studio-agent-text:after{content:"u258E";animation:agentBlink .8s infinite;color:#ff85a2;font-weight:700}@keyframes agentBlink{50%{opacity:0}}.studio-agent-thinking,.studio-agent-status{color:#888;font-style:italic;font-size:12px;margin-bottom:6px}.studio-agent-enhanced{margin:6px 0;padding:8px;background:#a78bfa0f;border-radius:6px;border-left:3px solid #a78bfa;font-size:12px}.studio-agent-enhance-row{margin:3px 0;color:silver}.studio-agent-enhance-label{color:#888;font-weight:600;margin-right:4px}.studio-agent-clarify{margin-top:8px}.studio-agent-clarify-q{color:#e0e0e0;margin-bottom:8px;font-size:13px}.studio-agent-clarify-opts{display:flex;flex-wrap:wrap;gap:6px}.studio-agent-clarify-btn{padding:6px 14px;background:#a78bfa1a;border:1px solid #a78bfa;border-radius:16px;color:#e0e0e0;font-size:12px;cursor:pointer;transition:all .2s}.studio-agent-clarify-btn:hover{background:#a78bfa;color:#fff}.studio-agent-suggest{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.studio-agent-suggest-chip{padding:5px 12px;background:transparent;border:1px solid #FF85A2;border-radius:14px;color:#ff85a2;font-size:12px;cursor:pointer;transition:all .2s}.studio-agent-suggest-chip:hover{background:#ff85a2;color:#fff}.studio-agent-media{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0;width:100%;overflow:hidden}.studio-result-meta{width:100%;box-sizing:border-box;margin:8px 0 6px;padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#ffffff09;color:#8e929a;font-size:11px;line-height:1.45}.studio-result-meta-main{color:#b9bec8;font-weight:600;margin-bottom:2px}.studio-result-meta-params{color:#7d828c;overflow-wrap:anywhere}.studio-agent-points{margin-top:10px;padding:6px 12px;font-size:12px;color:#f0b866;background:#f0b86614;border:1px solid rgba(240,184,102,.2);border-radius:6px;display:inline-flex;align-items:center;gap:4px}.studio-agent-points .pts-icon{font-size:14px}.studio-wf-card{margin:10px 0;border-radius:12px;overflow:hidden;background:#0f0f0fa6;border:1px solid rgba(255,255,255,.08);transition:border-color .3s ease}.studio-wf-card.wf-running{border-color:#ff85a24d}.studio-wf-card.wf-completed{border-color:#10b9814d}.studio-wf-card.wf-failed{border-color:#ef44444d}.studio-wf-card.wf-paused{border-color:#fbbf2459}.studio-wf-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.studio-wf-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#f3f4f6}.studio-wf-title-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,#ff85a233,#d4a57433);color:#ff85a2;font-size:12px}.studio-wf-badge{padding:3px 10px;border-radius:10px;font-size:11px;font-weight:500}.studio-wf-badge.wf-planned{background:#6b728033;color:#9ca3af}.studio-wf-badge.wf-running{background:#ff85a226;color:#ff85a2}.studio-wf-badge.wf-paused{background:#fbbf2426;color:#fbbf24}.studio-wf-badge.wf-completed{background:#10b98126;color:#10b981}.studio-wf-badge.wf-failed{background:#ef444426;color:#f87171}.studio-wf-progress{height:3px;background:#ffffff0d}.studio-wf-progress-bar{height:100%;background:linear-gradient(90deg,#ff85a2,#d4a574);transition:width .4s ease}.studio-wf-card.wf-completed .studio-wf-progress-bar{background:#10b981}.studio-wf-card.wf-failed .studio-wf-progress-bar{background:#f87171}.studio-wf-steps{padding:12px 16px;display:flex;flex-direction:column;gap:6px}.studio-wf-step{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:12px;color:#9ca3af;transition:all .25s ease}.studio-wf-step.wf-step-running{background:#ff85a214;color:#ff85a2}.studio-wf-step.wf-step-completed{color:#10b981}.studio-wf-step.wf-step-failed{color:#f87171}.studio-wf-step-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;flex-shrink:0;border:2px solid rgba(255,255,255,.12);font-size:11px;transition:all .25s ease}.studio-wf-step.wf-step-running .studio-wf-step-icon{border-color:#ff85a2;background:#ff85a226;animation:wfPulse 1.5s infinite ease-in-out}.studio-wf-step.wf-step-completed .studio-wf-step-icon{border-color:#10b981;background:#10b98126;color:#10b981}.studio-wf-step.wf-step-failed .studio-wf-step-icon{border-color:#f87171;background:#ef444426;color:#f87171}@keyframes wfPulse{0%,to{box-shadow:0 0 #ff85a24d}50%{box-shadow:0 0 0 4px #ff85a200}}.studio-wf-step-name{flex:1;font-weight:500}.studio-wf-step-status{font-size:11px;opacity:.7}.studio-wf-actions{display:flex;gap:8px;padding:10px 16px;border-top:1px solid rgba(255,255,255,.06)}.studio-wf-btn{padding:7px 16px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.studio-wf-btn-primary{background:linear-gradient(135deg,#ff85a233,#d4a57433);border-color:#ff85a24d;color:#ff85a2}.studio-wf-btn-primary:hover{background:linear-gradient(135deg,#ff85a24d,#d4a5744d);border-color:#ff85a280}.studio-wf-btn-secondary{background:#ffffff0d;border-color:#ffffff1a;color:#9ca3af}.studio-wf-btn-secondary:hover{background:#ffffff1a;color:#f3f4f6}.studio-wf-btn:disabled{opacity:.4;cursor:not-allowed}.studio-msg-actions{align-self:flex-start;display:flex;gap:8px;margin-top:7px;padding:0 2px;background:transparent;opacity:0;pointer-events:none;transition:opacity .2s}.studio-msg-content-user .studio-msg-actions{align-self:flex-end}.studio-msg-content:hover .studio-msg-actions,.studio-msg-actions:focus-within{opacity:1;pointer-events:auto}.studio-action-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#888;font-size:11px;padding:3px 10px;border-radius:6px;cursor:pointer;transition:all .2s}.studio-action-btn:hover{background:#ff85a226;color:#ff85a2;border-color:#ff85a24d}.studio-result-actions{position:static;display:flex;gap:6px;align-self:flex-start;margin-top:7px;opacity:0;transition:opacity .2s;z-index:auto}.studio-msg-result{position:relative}.studio-msg-content:hover .studio-result-actions,.studio-result-actions:focus-within{opacity:1}.studio-result-actions button{width:28px;height:28px;border:none;border-radius:6px;background:#0009;color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:0}.studio-result-actions button svg{width:14px;height:14px}.studio-result-actions button:hover{background:#000000d9;color:#fff}.studio-msg-loading{display:flex;flex-direction:column;align-items:center;padding:16px}.studio-loading-dots{display:flex;gap:6px}.studio-loading-dots span{width:8px;height:8px;background:#ff85a2;border-radius:50%;animation:studioDotPulse 1.4s infinite ease-in-out}.studio-loading-dots span:nth-child(2){animation-delay:.2s}.studio-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes studioDotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.1)}}.studio-input-area{flex-shrink:0;padding:16px 5% 20px;background:transparent;position:relative;z-index:100;-webkit-app-region:no-drag}.studio-input-bubble{background:#2b2c31;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 16px 10px;box-shadow:0 -4px 24px #0000002e}.studio-input-bubble.studio-node-shell{width:min(1120px,calc(100vw - 420px));min-width:720px;margin:0 auto;padding:0;overflow:visible;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#2f3035;box-shadow:0 22px 58px #00000057}.studio-node-header{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:44px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.1);background:#303137;border-radius:8px 8px 0 0}.studio-node-header-left{display:flex;align-items:center;gap:9px;min-width:0}.studio-node-mode-badge{flex:0 0 auto;min-width:56px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#f3f4f6;background:#414249;font-size:11px;font-weight:700;letter-spacing:0}.studio-node-header-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.studio-node-header-title{color:#ffffffeb;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}.studio-node-header-sub{max-width:430px;overflow:hidden;color:#bebecd94;font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.studio-node-capability-rail{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;overflow-x:auto;scrollbar-width:none}.studio-node-capability-rail::-webkit-scrollbar{display:none}.studio-node-capability{flex:0 0 auto;min-width:76px;height:30px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:0 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#393a40;color:#e5e7ebd1;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.studio-node-capability:hover{border-color:#fff3;background:#414249;color:#fff}.studio-node-capability.active{border-color:#ffffff40;background:#484a51;color:#fff}.studio-node-capability.locked{border-color:#ffffff0d;background:#303137;color:#949aa88f;cursor:pointer;opacity:.74}.studio-node-capability-name{display:inline-flex;align-items:center;justify-content:center;gap:4px;max-width:92px;overflow:hidden;font-size:11px;font-weight:700;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.studio-node-capability-meta{max-width:92px;overflow:hidden;color:#bebecd8f;font-size:9px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.studio-global-mode-switch{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;height:32px;padding:3px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#23242a;box-shadow:inset 0 1px #ffffff0a}.studio-global-mode-btn{height:24px;min-width:68px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#d1d5dbb8;font-size:11px;font-weight:700;letter-spacing:0;line-height:1;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.studio-global-mode-btn:hover{border-color:#ffffff1f;background:#ffffff0f;color:#f8fafc}.studio-global-mode-btn.active{border-color:#d4af3761;background:#3a352a;color:#f8dd83}.studio-global-mode-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;opacity:.9}.studio-input-bubble.studio-node-shell .studio-input-top{align-items:stretch;gap:10px;margin:0;padding:10px;min-height:154px;background:#2f3035}.studio-input-bubble.studio-node-shell .studio-ref-section{width:132px;position:relative;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#393a40}#pageHome .landing-create-button{display:flex;align-items:center;justify-content:center;gap:9px;min-width:176px;width:fit-content;height:36px;margin:0;padding:0 14px;border:1px solid rgba(130,232,241,.42);border-radius:10px;color:#effdff;background:linear-gradient(135deg,#2397abeb,#3671b9f0);box-shadow:0 14px 34px #145c8238;font-size:12px;font-weight:720;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease}#pageHome .landing-create-button:hover{transform:translateY(-2px);border-color:#9df4fab8;box-shadow:0 17px 38px #145c8252;filter:brightness(1.06)}#pageHome .landing-create-button:active{transform:translateY(0)}#pageHome .landing-create-button-icon{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;border:1px solid rgba(255,255,255,.42);border-radius:6px;font-size:19px;font-weight:400;line-height:1}#pageHome .home-project-section{width:min(1320px,100%);margin:4px auto 0;padding-bottom:28px;scroll-margin-top:104px}#pageHome .home-project-hub{width:100%;min-height:320px;box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#pageHome .home-project-hub-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}#pageHome .home-project-heading-row{display:flex;align-items:center;gap:14px;min-width:0}#pageHome .home-project-hub-title{flex:0 0 auto;margin:0;color:#fffffff2;font-size:20px;font-weight:760;line-height:1.25}#pageHome .home-project-hub-note{margin:5px 0 0;color:#ffffff73;font-size:12px}#pageHome .home-project-hub-meta{display:flex;align-items:center;gap:9px;color:#ffffff7a;font-size:12px}#pageHome .home-project-refresh-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#ffffffad;background:#ffffff0d;font-size:17px;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}#pageHome .home-project-refresh-button:hover{color:#fff;background:#ffffff1c;transform:rotate(22deg)}#pageHome .home-project-refresh-button:disabled{opacity:.38;cursor:not-allowed;transform:none}#pageHome .home-project-refresh-button:disabled:hover{color:#ffffffad;background:#ffffff0d;transform:none}#pageHome .home-project-tabs{display:flex;align-items:center;gap:4px;width:fit-content;max-width:100%;margin:0;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#0000002e;overflow-x:auto}#pageHome .home-project-tab{flex:0 0 auto;min-width:92px;height:34px;padding:0 14px;border:0;border-radius:7px;color:#ffffff94;background:transparent;font-size:12px;font-weight:650;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}#pageHome .home-project-tab:hover{color:#ffffffe6;background:#ffffff0f}#pageHome .home-project-tab.active{color:#22272b;background:#effbfcf0;box-shadow:0 5px 16px #00000029}#pageHome .home-project-status{min-height:20px;margin:0 0 10px;color:#ffffff80;font-size:12px}#pageHome .home-project-status.is-error{color:#f3b8b8}#pageHome .home-project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,148px));gap:18px 14px;min-height:210px}#pageHome .home-project-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:0;padding:0;border:0;border-radius:10px;color:inherit;background:transparent;overflow:visible;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}#pageHome .home-project-card:hover{transform:translateY(-3px);background:transparent}#pageHome .home-project-card:not(.home-project-card-skeleton) *{pointer-events:none}#pageHome .home-project-card-visual{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%;aspect-ratio:1 / 1;box-sizing:border-box;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:9px;overflow:hidden;background:#292b30}#pageHome .home-project-card:hover .home-project-card-visual{border-color:#ffffff42;box-shadow:0 16px 34px #00000038}#pageHome .home-project-card-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent 58%,rgba(7,9,13,.62))}#pageHome .home-project-card-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}#pageHome .home-project-card:hover .home-project-card-cover{transform:scale(1.025)}#pageHome .home-project-card-preview{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:15px 12px 34px;box-sizing:border-box}#pageHome .home-project-card-preview-label{margin-bottom:9px;color:#ffffff57;font-size:9px;letter-spacing:.08em}#pageHome .home-project-card-type{position:absolute;left:11px;bottom:10px;z-index:2;padding:4px 7px;border:1px solid rgba(255,255,255,.16);border-radius:5px;color:#ffffffb3;background:#0c0e126b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:10px;font-weight:760;letter-spacing:.08em}#pageHome .home-project-card-mark{color:#ffffff2e;font-size:32px;font-weight:850;line-height:1;letter-spacing:-.06em}#pageHome .home-project-card-body{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;padding:9px 2px 0}#pageHome .home-project-card-title{display:block;min-width:0;overflow:hidden;color:#ffffffed;font-size:14px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}#pageHome .home-project-card-time{display:block;color:#ffffff61;font-size:10px}#pageHome .home-project-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;margin-top:5px}#pageHome .home-project-card-spend{flex:0 0 auto;color:#ffffff75;font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}#pageHome .home-project-card-metrics{display:flex;align-items:stretch;flex-direction:column;gap:5px;min-width:0;overflow:hidden}#pageHome .home-project-card-metrics>span{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:3px 6px;border-radius:5px;color:#ffffff6b;background:#ffffff0e;font-size:9px;white-space:nowrap}#pageHome .home-project-card-metrics em{overflow:hidden;font-style:normal;text-overflow:ellipsis}#pageHome .home-project-card-metrics b{overflow:hidden;color:#ffffffb8;font-weight:650;text-overflow:ellipsis}#pageHome .home-project-card-skeleton{gap:14px;padding:0;border-color:#ffffff12;cursor:default}#pageHome .home-project-card-skeleton:hover{transform:none;box-shadow:none}#pageHome .home-project-card-skeleton span{display:block;height:14px;border-radius:5px;background:linear-gradient(100deg,#ffffff0d,#ffffff1f,#ffffff0d);background-size:220% 100%;animation:homeProjectSkeleton 1.3s linear infinite}#pageHome .home-project-card-skeleton span:first-child{width:100%;height:auto;aspect-ratio:1 / 1}#pageHome .home-project-card-skeleton span:nth-child(2){width:72%}#pageHome .home-project-card-skeleton span:nth-child(3){width:48%}@keyframes homeProjectSkeleton{to{background-position:-220% 0}}#pageHome .home-project-empty{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:190px;padding:34px;border:1px dashed rgba(255,255,255,.14);border-radius:11px;color:#ffffff6b;text-align:center}#pageHome .home-project-empty-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:14px;border:1px solid rgba(255,255,255,.16);border-radius:13px;color:#ffffffb8;background:#ffffff0d;font-size:30px}#pageHome .home-project-empty strong{color:#ffffffc7;font-size:14px}#pageHome .home-project-empty span{margin-top:5px;font-size:11px}#pageHome .home-project-empty-action{height:32px;margin-top:15px;padding:0 14px;border:1px solid rgba(127,222,232,.3);border-radius:8px;color:#dffcff;background:#268b9e38;font-size:11px;cursor:pointer}.home-project-create-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1800;display:flex;align-items:center;justify-content:center;padding:20px;background:#0a0b0eb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home-project-create-overlay[hidden]{display:none}.home-project-create-panel{width:min(430px,100%);padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#232429;box-shadow:0 28px 80px #0000006b}.home-project-create-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.home-project-create-kicker{margin-bottom:4px;color:#80e6ef9e;font-size:9px;font-weight:760;letter-spacing:.14em}.home-project-create-panel h3{margin:0;color:#fffffff0;font-size:18px}.home-project-create-close{width:30px;height:30px;padding:0;border:0;border-radius:8px;color:#ffffff8f;background:#ffffff0d;font-size:22px;cursor:pointer}.home-project-create-panel label{display:block;margin-bottom:7px;color:#ffffff8f;font-size:11px}.home-project-create-panel input{width:100%;height:40px;box-sizing:border-box;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#ffffffeb;background:#00000040;outline:none}.home-project-create-panel input:focus{border-color:#7ae1eb8f;box-shadow:0 0 0 3px #55b8c61a}.home-project-create-error{min-height:18px;margin-top:7px;color:#f0a5a5;font-size:10px}.home-project-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.home-project-create-actions button{height:34px;padding:0 14px;border-radius:8px;font-size:11px;cursor:pointer}.home-project-create-cancel{border:1px solid rgba(255,255,255,.1);color:#ffffff9e;background:#ffffff0d}.home-project-create-submit{border:1px solid rgba(126,225,234,.36);color:#effeff;background:linear-gradient(135deg,#2290a5eb,#366bb2f0)}.home-project-create-submit:disabled{cursor:wait;opacity:.58}@media (max-width: 760px){#pageHome .landing-create-button{min-width:0;width:auto;max-width:168px;height:34px;margin:0;padding:0 10px}#pageHome .home-project-hub{min-height:300px;padding:0}#pageHome .home-project-hub-toolbar{align-items:stretch;flex-direction:column;gap:10px}#pageHome .home-project-heading-row{gap:9px;width:100%}#pageHome .home-project-hub-title{font-size:17px}#pageHome .home-project-tabs{flex:1 1 auto;width:auto;min-width:0;box-sizing:border-box}#pageHome .home-project-tab{flex:1 1 0;min-width:0;padding:0 4px;font-size:10px;white-space:nowrap}#pageHome .home-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}#pageHome .home-project-card{min-height:0}#pageHome .home-project-hub-meta>span:first-child,#pageHome .home-project-refresh-button{display:none}#pageHome .home-project-hub-meta{justify-content:flex-end}#pageHome .home-project-card-meta{align-items:flex-start;flex-direction:column;gap:3px}}.studio-input-bubble.studio-node-shell .studio-ref-section:before{content:"连接输入";display:block;margin-bottom:6px;color:#bebecda8;font-size:10px;font-weight:700}.studio-input-bubble.studio-node-shell .studio-ref-stack{min-height:88px;align-items:flex-start}.studio-input-bubble.studio-node-shell .studio-ref-empty,.studio-input-bubble.studio-node-shell .studio-ref-add{width:54px;border-color:#ffffff29;border-radius:6px;color:#bebecd94;background:#303137}.studio-input-bubble.studio-node-shell .studio-ref-card{height:78px;border-radius:6px;border-color:#ffffff29;background:#202126}.studio-input-bubble.studio-node-shell .studio-ref-stack.stacked .studio-ref-card,.studio-input-bubble.studio-node-shell .studio-ref-stack.stacked.expanded .studio-ref-card{width:54px;height:78px}.studio-input-bubble.studio-node-shell .studio-ref-card:hover{border-color:#ffffff52}.studio-input-bubble.studio-node-shell .studio-ref-label{color:#d7b46a}.studio-input-bubble.studio-node-shell .studio-prompt-section{min-width:0;flex:1;align-items:stretch;gap:10px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#24252a}.studio-input-bubble.studio-node-shell .studio-prompt-input{min-height:128px;max-height:38vh;padding:16px 14px;color:#f1f5f9;font-size:13px;line-height:1.7}.studio-input-bubble.studio-node-shell .studio-prompt-input:empty:before{color:#949aa894}.studio-input-bubble.studio-node-shell .studio-send-area{align-self:flex-end;padding:0 12px 12px 0}.studio-input-bubble.studio-node-shell .studio-send-btn{width:36px;height:36px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#4c4d54;color:#f3f4f6;box-shadow:none}.studio-input-bubble.studio-node-shell .studio-send-btn:hover{transform:none;background:#5a5c63;box-shadow:none}.studio-input-bubble.studio-node-shell .studio-input-bottom{min-height:46px;padding:7px 10px;gap:7px;border-top:1px solid rgba(255,255,255,.1);background:#303137;border-radius:0 0 8px 8px;overflow-x:auto;scrollbar-width:thin}.studio-input-bubble.studio-node-shell .studio-toolbar-btn{height:30px;min-height:30px;padding:0 10px;border-radius:6px;border-color:#ffffff1a;background:#393a40;color:#e5e7ebc7}.studio-input-bubble.studio-node-shell .studio-toolbar-btn:hover{border-color:#fff3;background:#414249;color:#fff}.studio-inline-option.disabled,.studio-model-option.disabled{color:#949aa87a;cursor:pointer;text-decoration:line-through;text-decoration-color:#949aa86b;opacity:.76}.studio-inline-option.disabled:hover,.studio-model-option.disabled:hover{background:#ffffff0a;color:#bebecda3}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]{width:min(1080px,calc(100vw - 420px));min-width:720px;border-color:#ffffff1f;background:#2c2d33}.studio-node-shell[data-studio-mode=agent] .studio-node-header{min-height:48px;padding:8px 10px;background:#2f3037}.studio-node-shell[data-studio-mode=agent] .studio-node-header-left{flex:1 1 auto}.studio-node-shell[data-studio-mode=agent] .studio-node-mode-badge{min-width:62px;border-color:#64b4ff38;background:#64b4ff1f;color:#cfe9ff}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail{flex:0 0 auto;justify-content:flex-end;max-width:180px}.studio-node-shell[data-studio-mode=agent] .studio-node-capability{min-width:92px;height:28px;border-color:#ffffff14;background:#393b42;cursor:default}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-name{max-width:110px;color:#f8fafceb}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-meta{color:#94a3b8b3}.studio-node-shell[data-studio-mode=agent] .studio-input-top{min-height:176px;padding:10px;gap:10px;background:#2c2d33}.studio-node-shell[data-studio-mode=agent] .studio-ref-section{width:150px;min-height:152px;border-radius:8px;background:#25272d}.studio-node-shell[data-studio-mode=agent] .studio-ref-section:before{content:"上下文输入"}.studio-node-shell[data-studio-mode=agent] .studio-ref-stack{min-height:106px}.studio-node-shell[data-studio-mode=agent] .studio-ref-empty,.studio-node-shell[data-studio-mode=agent] .studio-ref-add{width:64px;height:88px;border-style:dashed;background:#303239}.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{min-height:152px;border-radius:8px;background:#202127;overflow:hidden}.studio-node-shell[data-studio-mode=agent] .studio-prompt-input{min-height:150px;padding:16px;font-size:13px;line-height:1.72}.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{justify-content:flex-end;min-height:42px;padding:7px 10px;background:#2f3037}.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap{margin-right:auto;height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#262830}.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn{height:30px;min-height:30px;border-color:#ffffff1a;background:#393b42}.studio-node-shell[data-studio-mode=agent] .studio-send-area{padding:0 12px 12px 0}.studio-node-shell[data-studio-mode=agent] .studio-send-btn{width:36px;height:36px;border-color:#64b4ff47;background:#64b4ff2e;color:#cfe9ff}.studio-node-shell[data-studio-mode=agent] .studio-send-btn:hover{border-color:#64b4ff75;background:#64b4ff42;color:#f8fbff}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{width:min(1120px,calc(100vw - 420px));min-width:760px;padding:8px;border-radius:8px;border-color:#ffffff1a;background:#2f3035;box-shadow:0 18px 48px #0000005c}.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-node-shell[data-studio-mode=video] .studio-node-header{min-height:40px;padding:0 0 8px;border:0;background:transparent;border-radius:0}.studio-node-shell[data-studio-mode=image] .studio-node-header-left,.studio-node-shell[data-studio-mode=video] .studio-node-header-left{display:none}.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{justify-content:flex-start;flex:1 1 auto;gap:4px;min-height:32px;padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#282a30}.studio-node-shell[data-studio-mode=image] .studio-node-capability,.studio-node-shell[data-studio-mode=video] .studio-node-capability{min-width:0;height:26px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#9ca3aff5;font-size:11px;line-height:1}.studio-node-shell[data-studio-mode=image] .studio-node-capability:hover,.studio-node-shell[data-studio-mode=video] .studio-node-capability:hover{background:#ffffff0f;color:#e5e7ebeb}.studio-node-shell[data-studio-mode=image] .studio-node-capability.active,.studio-node-shell[data-studio-mode=video] .studio-node-capability.active{background:#42444b;color:#fff;box-shadow:inset 0 0 0 1px #ffffff0f}.studio-node-shell[data-studio-mode=image] .studio-node-capability.locked,.studio-node-shell[data-studio-mode=video] .studio-node-capability.locked{background:transparent;color:#6b7280db;text-decoration:line-through;text-decoration-color:#6b72808f;opacity:.7}.studio-node-shell[data-studio-mode=image] .studio-node-capability-name,.studio-node-shell[data-studio-mode=video] .studio-node-capability-name{max-width:108px;font-size:11px;font-weight:500}.studio-node-shell[data-studio-mode=image] .studio-node-capability-meta,.studio-node-shell[data-studio-mode=video] .studio-node-capability-meta{display:none}.studio-node-panel-actions{display:none;align-items:center;gap:4px;flex:0 0 auto}.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{display:flex;padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#282a30}.studio-node-tool-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:transparent;color:#9ca3afeb;font-size:12px;line-height:1;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s}.studio-node-tool-btn:hover{border-color:#ffffff1a;background:#ffffff0f;color:#f3f4f6}.studio-media-input-mode-btn{font-size:9px;color:#9ca3afe6}.studio-media-input-mode-btn.mention{border-color:#38bdf859;background:#38bdf81f;color:#e0f2fe}.studio-media-input-mode-btn .studio-media-input-mode-mark,.studio-media-input-mode-btn .studio-media-input-mode-all{display:block;line-height:8px}.studio-media-input-mode-btn .studio-media-input-mode-divider{width:13px;height:1px;display:block;margin:1px 0;transform:rotate(-12deg);background:currentColor;opacity:.7}.studio-node-shell[data-studio-mode=image] .studio-input-top,.studio-node-shell[data-studio-mode=video] .studio-input-top{display:flex;flex-direction:column;min-height:238px;gap:8px;padding:8px 0 0;margin:0;background:transparent}.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-node-shell[data-studio-mode=video] .studio-ref-section{width:auto;min-height:50px;padding:7px 9px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#292b31;overflow:visible}.studio-node-shell[data-studio-mode=image] .studio-ref-section:before,.studio-node-shell[data-studio-mode=video] .studio-ref-section:before{content:none}.studio-node-shell[data-studio-mode=image] .studio-ref-stack,.studio-node-shell[data-studio-mode=video] .studio-ref-stack{min-height:38px;align-items:center;gap:6px}.studio-node-shell[data-studio-mode=image] .studio-ref-empty,.studio-node-shell[data-studio-mode=image] .studio-ref-add,.studio-node-shell[data-studio-mode=video] .studio-ref-empty,.studio-node-shell[data-studio-mode=video] .studio-ref-add{width:auto;min-width:88px;height:30px;min-height:30px;padding:0 10px;border:1px dashed rgba(255,255,255,.14);border-radius:6px;background:#0000002e;color:#9ca3afe6;font-size:10px}.studio-node-shell[data-studio-mode=image] .studio-ref-card,.studio-node-shell[data-studio-mode=video] .studio-ref-card,.studio-node-shell[data-studio-mode=image] .studio-ref-stack.stacked .studio-ref-card,.studio-node-shell[data-studio-mode=video] .studio-ref-stack.stacked .studio-ref-card,.studio-node-shell[data-studio-mode=image] .studio-ref-stack.stacked.expanded .studio-ref-card,.studio-node-shell[data-studio-mode=video] .studio-ref-stack.stacked.expanded .studio-ref-card{position:relative;width:44px;height:34px;min-height:34px;margin:0;left:auto!important;bottom:auto!important;transform:none!important;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#111217;box-shadow:none}.studio-node-shell[data-studio-mode=image] .studio-ref-card:hover,.studio-node-shell[data-studio-mode=video] .studio-ref-card:hover{transform:translateY(-1px)!important;border-color:#d4af3775}.studio-node-shell[data-studio-mode=image] .studio-ref-label,.studio-node-shell[data-studio-mode=video] .studio-ref-label{color:#d4af37;font-size:8px}.studio-generation-status-strip{display:none}.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{display:flex;min-height:20px}.studio-generation-status-pill{width:100%;min-height:24px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.06);border-radius:6px;background:#24262c;color:#949aa8fa;font-size:10px;line-height:1;cursor:pointer;min-width:0;padding:0 9px}.studio-generation-status-pill span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-generation-status-pill em{margin-left:auto;flex:0 0 auto;color:#d4af37d1;font-style:normal}.studio-generation-status-pill.warn em{color:#fbbf24f2}.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-node-shell[data-studio-mode=video] .studio-prompt-section{min-height:150px;flex:1 1 auto;align-items:stretch;gap:0;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#202127;overflow:hidden}.studio-node-shell[data-studio-mode=image] .studio-prompt-input,.studio-node-shell[data-studio-mode=video] .studio-prompt-input{min-height:148px;width:100%;padding:12px 13px;color:#e5e7eb;font-size:12px;line-height:1.65;resize:none}.studio-node-shell[data-studio-mode=image][data-prompt-expanded=true] .studio-prompt-input,.studio-node-shell[data-studio-mode=video][data-prompt-expanded=true] .studio-prompt-input{min-height:min(460px,calc(100vh - 280px))}.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-node-shell[data-studio-mode=video] .studio-input-bottom{min-height:40px;padding:4px;margin-top:8px;gap:6px;border:1px solid rgba(255,255,255,.08);background:#282a30;border-radius:8px;overflow:visible}.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{min-width:260px;max-width:360px;flex:0 1 320px}.studio-node-shell[data-studio-mode=image] #studioTranslatePromptBtn,.studio-node-shell[data-studio-mode=video] #studioTranslatePromptBtn{margin-left:auto}.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn,.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn,.studio-translate-btn,.studio-generation-param-btn{height:32px;min-height:32px;border:0;border-radius:6px;background:transparent;color:#d1d5dbe0;font-size:11px}.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn:hover,.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn:hover,.studio-translate-btn:hover,.studio-generation-param-btn:hover{background:#ffffff0f;color:#fff}.studio-generation-param-btn{min-width:130px;max-width:210px;justify-content:center}.studio-generation-param-btn #studioGenerationParamSummary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-generation-count{height:32px;width:48px;border:1px solid transparent;border-radius:6px;background:transparent;color:#e5e7eb;font-size:11px;outline:none;cursor:pointer}.studio-generation-count:hover,.studio-generation-count:focus{border-color:#ffffff1a;background:#ffffff0f}.studio-generation-send-btn{display:none;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.35);border-radius:6px;background:#d4af3726;color:#d4af37;font-size:15px;line-height:1;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.studio-node-shell[data-studio-mode=image] .studio-generation-send-btn,.studio-node-shell[data-studio-mode=video] .studio-generation-send-btn{display:inline-flex}.studio-generation-send-btn:hover{border-color:#d4af3785;background:#d4af3738;color:#f6d76b}.studio-generation-param-popover{width:min(620px,calc(100vw - 72px));min-width:480px;max-width:620px;max-height:min(460px,calc(100vh - 96px));overflow-y:auto;padding:0;border-color:#ffffff1f;border-radius:8px;background:#282a30;box-shadow:0 18px 48px #00000080}.studio-generation-param-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:#303239}.studio-generation-param-kicker{margin-bottom:3px;color:#d4af37eb;font-size:10px;font-weight:700}.studio-generation-param-heading{color:#f8fafcf0;font-size:13px;font-weight:800;line-height:1.2}.studio-generation-param-current{max-width:260px;overflow:hidden;color:#d1d5dbb3;font-size:11px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.studio-generation-param-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px}.studio-generation-param-section{min-width:0;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#24262c}.studio-generation-param-section+.studio-generation-param-section{margin-top:0}.studio-generation-param-title{margin-bottom:6px;color:#9ca3aff2;font-size:10px;font-weight:600}.studio-generation-param-grid{display:flex;flex-wrap:wrap;gap:6px}.studio-generation-param-option{min-width:54px;height:28px;padding:0 9px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#393a40;color:#d1d5dbe0;font-size:11px;cursor:pointer}.studio-generation-param-option:hover{border-color:#fff3;background:#414249;color:#fff}.studio-generation-param-option.active{border-color:#d4af376b;background:#d4af3724;color:#f6d76b}.studio-generation-param-option.disabled{color:#6b7280e6;cursor:not-allowed;opacity:.62;text-decoration:line-through}@media (max-width: 1180px){.studio-input-bubble.studio-node-shell,.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{width:min(960px,calc(100vw - 116px));min-width:0}.studio-node-header{align-items:stretch;flex-direction:column}.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-node-shell[data-studio-mode=video] .studio-node-header{align-items:center;flex-direction:row}.studio-node-capability-rail{justify-content:flex-start}.studio-node-header-sub{max-width:none}}@media (max-width: 760px){.studio-container{padding-left:0}.studio-input-area{padding:10px 10px 14px 76px}.studio-input-bubble.studio-node-shell{width:100%}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{width:100%;min-width:0}.studio-input-bubble.studio-node-shell .studio-input-top{flex-direction:column}.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-node-shell[data-studio-mode=video] .studio-node-header{align-items:stretch;flex-direction:column;gap:6px}.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{align-self:flex-end}.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{min-width:0;max-width:none;flex:1 1 100%}.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-node-shell[data-studio-mode=video] .studio-input-bottom{flex-wrap:wrap}.studio-generation-param-popover{min-width:min(340px,calc(100vw - 40px))}.studio-input-bubble.studio-node-shell .studio-ref-section{width:auto}.studio-input-bubble.studio-node-shell .studio-ref-stack{min-height:64px}}.studio-input-top{display:flex;gap:12px;align-items:flex-end;margin-bottom:10px}.studio-ref-section{flex-shrink:0;position:relative}.studio-prompt-section{flex:1;display:flex;align-items:flex-end;gap:8px}.studio-prompt-input{flex:1;background:transparent;border:none;color:#ddd;font-size:14px;padding:8px 4px;outline:none;min-height:24px;max-height:50vh;line-height:1.5;font-family:inherit;-webkit-app-region:no-drag;overflow-y:auto;word-break:break-word;white-space:pre-wrap}.studio-prompt-input:empty:before{content:attr(data-placeholder);color:#555;pointer-events:none}.char-bubble{display:inline-flex;align-items:center;gap:4px;background:#ff85a226;border:1px solid rgba(255,133,162,.3);border-radius:12px;padding:1px 8px 1px 2px;margin:0 2px;vertical-align:middle;cursor:default;line-height:1.4}.char-bubble-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0}.char-bubble-name{color:#ff85a2;font-weight:600;font-size:13px;white-space:nowrap}.char-bubble-tooltip{position:fixed;display:none;z-index:10002;background:#0a0a0af2;border:1px solid rgba(255,133,162,.3);border-radius:8px;padding:4px;box-shadow:0 4px 16px #00000080;opacity:0;transition:opacity .2s;pointer-events:none}.char-bubble-tooltip.visible{opacity:1}.char-bubble-tooltip-img{display:block;width:120px;height:auto;border-radius:4px}.studio-ref-selector-popup{position:fixed;background:#0a0a0aeb;border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 4px 20px #00000080;z-index:10001;max-height:320px;overflow-y:auto;min-width:160px;padding:4px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.studio-ref-selector-item{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;border-radius:6px;transition:background .15s}.studio-ref-selector-item:hover{background:#ff85a226}.studio-ref-selector-thumb{width:36px;height:36px;border-radius:4px;object-fit:cover;background:#333;flex-shrink:0}.studio-ref-selector-label{color:#ddd;font-size:13px}.studio-send-btn{width:38px;height:38px;border-radius:50%;border:none;background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;font-size:16px;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s;-webkit-app-region:no-drag;pointer-events:auto;touch-action:manipulation}.studio-send-btn:hover{transform:scale(1.05);box-shadow:0 0 12px #ff85a266}.studio-send-area{display:flex;flex-direction:row;align-items:center;gap:6px;flex-shrink:0}.studio-points-estimate{font-size:10px;color:#ff85a2;white-space:nowrap;opacity:.85;line-height:1;-webkit-user-select:none;user-select:none}.studio-input-bottom{display:flex;align-items:center;gap:6px;border-top:1px solid rgba(255,255,255,.05);padding-top:8px;position:relative}.studio-toolbar-btn{display:flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;min-height:32px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#aaa;font-size:12px;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s;white-space:nowrap;position:relative;pointer-events:auto;-webkit-app-region:no-drag;-webkit-user-select:none;user-select:none;touch-action:manipulation}.studio-toolbar-btn:hover{background:#ffffff14;color:#ddd;border-color:#ffffff26}.studio-toolbar-btn .studio-toolbar-arrow{font-size:10px;color:#666}.studio-search-toggle-wrap{display:flex;align-items:center;gap:6px;padding:0 4px}.studio-search-toggle-label{font-size:11px;color:#aaa;white-space:nowrap;-webkit-user-select:none;user-select:none}.studio-search-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-app-region:no-drag}.studio-search-toggle-track{width:34px;height:18px;border-radius:9px;background:#ffffff1f;position:relative;transition:background .2s}.studio-search-toggle-thumb{width:14px;height:14px;border-radius:50%;background:#888;position:absolute;top:2px;left:2px;transition:left .2s,background .2s}.studio-search-toggle.on .studio-search-toggle-track{background:#64b4ff59}.studio-search-toggle.on .studio-search-toggle-thumb{left:18px;background:#64b4ff}.studio-search-toggle.on+.studio-search-toggle-label{color:#64b4ff}.studio-prefs-dropdown-wrap{position:relative}.studio-popover{display:none;position:absolute;bottom:calc(100% + 8px);left:0;background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.15);border-radius:12px;box-shadow:0 -8px 32px #00000080;z-index:1000;min-width:180px}.studio-popover.show{display:block}.studio-popover-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 8px;border-bottom:1px solid rgba(255,255,255,.06)}.studio-popover-title{color:#ddd;font-size:13px;font-weight:600;padding:10px 16px 0}.studio-popover-header .studio-popover-title{padding:0}.studio-prefs-popover{min-width:420px;padding-bottom:12px;overflow:visible}#studioPrefsContent.studio-prefs-disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .25s ease}.studio-prefs-section-label{color:#777;font-size:11px;padding:10px 16px 6px;font-weight:500}.studio-ratios{display:flex;gap:3px;padding:0 12px;flex-wrap:wrap}.studio-ratio-btn{padding:6px 8px;border-radius:6px;border:1px solid transparent;background:transparent;color:#666;font-size:10px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:2px}.studio-ratio-btn:hover{color:#aaa;background:#ffffff0a}.studio-ratio-btn.active{border-color:#ff85a266;color:#ff85a2;background:#ff85a214}.studio-ratio-icon{font-size:16px;line-height:1}.studio-ratio-label{font-size:9px}.studio-prefs-models{padding:4px 12px;display:flex;flex-direction:column;gap:6px;overflow:visible}.studio-model-sel{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#888;font-size:12px;cursor:pointer;transition:all .2s;position:relative}.studio-model-sel:hover{background:#ffffff0f;color:#bbb}.studio-model-dropdown{position:absolute;bottom:calc(100% + 4px);left:0;min-width:520px;background:#1a1a2e;border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 -4px 20px #0000008c;z-index:2000;display:none;max-height:360px;overflow:visible;padding:0}.studio-model-dropdown.show{display:block}.studio-mode-toggle{display:inline-flex;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.12);flex-shrink:0;height:26px}.studio-mode-toggle .s-mode-btn{padding:0 8px;font-size:10px;font-weight:500;cursor:pointer;background:transparent;color:#666;border:none;transition:all .2s;white-space:nowrap;line-height:24px}.studio-mode-toggle .s-mode-btn:first-child{border-right:1px solid rgba(255,255,255,.12)}.studio-mode-toggle .s-mode-btn:hover{color:#aaa;background:#ffffff0d}.studio-mode-toggle .s-mode-btn.active{background:#ff85a233;color:#ff85a2;font-weight:600}.studio-mode-toggle .s-mode-btn.active.comfyui-active{background:#2ecc7133;color:#2ecc71}.studio-inline-option.comfyui-wf{color:#2ecc71}.studio-inline-option.comfyui-wf.active{background:#2ecc7126;color:#2ecc71}.studio-model-option.comfyui-wf{color:#2ecc71}.studio-model-option.comfyui-wf.active{background:#2ecc7126;color:#2ecc71}.studio-model-option{width:100%;border:0;background:transparent;padding:8px 10px;color:#bbb;font-size:11px;cursor:pointer;transition:background .15s;display:flex;align-items:center;min-height:40px;text-align:left}.studio-model-option:hover{background:#ff85a21a;color:#ff85a2}.studio-model-option.active{color:#ff85a2;font-weight:600}.studio-model-icon{width:22px;height:22px;border-radius:5px;margin-right:8px;object-fit:cover;flex-shrink:0;background:#ffffff14;display:grid;place-items:center;color:#ffffff9e;font-size:10px}.studio-model-check{width:12px;margin-right:4px;color:#ff85a2;flex-shrink:0}.studio-model-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.studio-model-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-model-copy em{overflow:hidden;color:#bebecd7a;font-size:9.5px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.studio-model-price{font-size:10px;color:#ff85a2;margin-left:6px;white-space:nowrap;flex-shrink:0}.studio-model-platform-selector{display:grid;grid-template-columns:200px 320px;width:520px;max-height:360px;overflow:hidden;border-radius:8px}.studio-model-platform-list{min-height:180px;max-height:360px;overflow-y:auto;padding:4px 0;border-right:1px solid rgba(255,255,255,.07);background:#ffffff05}.studio-platform-row{width:100%;height:38px;border:0;background:transparent;color:#e8e8f2c7;display:flex;align-items:center;gap:8px;padding:0 10px;text-align:left;cursor:pointer;transition:all .15s}.studio-platform-row:hover,.studio-platform-row.active{background:#ff85a21f;color:#ffd7e2}.studio-platform-icon{width:22px;height:22px;border-radius:6px;background:#ffffff12;display:grid;place-items:center;flex-shrink:0;overflow:hidden;color:#ffffffad;font-size:11px;font-weight:700}.studio-platform-icon img{width:100%;height:100%;object-fit:cover}.studio-platform-name{flex:1;min-width:0;overflow:hidden;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.studio-platform-count{color:#bebecd7a;font-size:10px;white-space:nowrap}.studio-platform-arrow{color:#bebecd6b;font-size:15px;line-height:1}.studio-model-submenu-wrap{min-height:180px;max-height:360px;overflow:hidden;background:#151525}.studio-model-submenu{display:none;max-height:360px;overflow-y:auto;padding:4px 0}.studio-model-submenu.active{display:block}.studio-model-submenu-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid #fff;color:#bebecd8f;font-size:10px}.studio-model-submenu-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-model-submenu-head em{flex-shrink:0;font-style:normal}.studio-model-empty{padding:14px;color:#bebecd80;font-size:11px;text-align:center}#studioAgentModelSection{display:none}.studio-inline-dropdown-wrap{position:relative}.studio-inline-popover{position:absolute;bottom:calc(100% + 8px);left:0;background:#1a1a2e;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.15);border-radius:10px;box-shadow:0 -8px 32px #00000080;z-index:2000;min-width:160px;display:none;padding:4px 0;max-height:360px;overflow:visible}#studioInlineModelPopover{width:520px;padding:0}.studio-inline-popover.show{display:block}.studio-inline-option{padding:8px 14px;color:#bbb;font-size:12px;cursor:pointer;transition:background .15s;white-space:nowrap}.studio-inline-option:hover{background:#ff85a21a;color:#ff85a2}.studio-inline-option.active{color:#ff85a2;font-weight:600}.studio-auto-btn{padding:3px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#888;font-size:11px;cursor:pointer;transition:all .2s}.studio-auto-btn:hover{border-color:#ff85a24d;color:#bbb}.studio-auto-btn.active{background:#ff85a226;border-color:#ff85a266;color:#ff85a2}.studio-inline-auto-btn{border-color:#ff85a266;color:#ff85a2;background:#ff85a21a}.studio-inline-auto-btn.active{border-color:#ff85a280;color:#ff85a2;background:#ff85a22e}.studio-inline-auto-btn:not(.active){border-color:#ffffff26;color:#aaa;background:#ffffff0a}.studio-prefs-tabs-wrap{display:flex;gap:0;padding:8px 12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.studio-prefs-tab{flex:1;padding:6px 0;border:none;background:transparent;color:#666;font-size:12px;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;text-align:center}.studio-prefs-tab:hover{color:#aaa}.studio-prefs-tab.active{color:#ff85a2;border-bottom-color:#ff85a2}.studio-resolutions{display:flex;gap:3px;padding:0 12px;flex-wrap:wrap}.studio-prefs-model-res-row{display:flex;gap:8px;padding:0 12px 4px;align-items:flex-start}.studio-prefs-model-res-row .studio-prefs-model-col{flex:1;min-width:0}.studio-prefs-model-res-row .studio-prefs-res-col{flex-shrink:0;width:100px}.studio-prefs-model-res-row .studio-prefs-section-label{padding:10px 0 6px;min-height:26px;display:flex;align-items:center}.studio-prefs-model-res-row .studio-model-sel{margin:0}#studioPrefsContent .studio-ratios.auto-disabled,#studioPrefsContent .studio-resolution-section.auto-disabled{opacity:.35;pointer-events:none;-webkit-user-select:none;user-select:none}.studio-ref-stack{position:relative;display:flex;align-items:flex-end;min-height:80px}.studio-ref-card{width:auto;height:70px;border-radius:5px;overflow:hidden;background:#00000059;border:1.5px solid #333;position:relative;flex-shrink:0;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0006;display:flex;align-items:center;justify-content:center}.studio-ref-stack.stacked .studio-ref-card{position:absolute;bottom:0;width:56px;height:70px;min-height:0}.studio-ref-stack.stacked.expanded{display:flex;flex-wrap:wrap;gap:5px}.studio-ref-stack.stacked.expanded .studio-ref-card{position:relative;transform:none!important;width:56px;height:70px;min-height:0}.studio-ref-stack:not(.stacked) .studio-ref-card{margin-right:-10px}.studio-ref-stack:not(.stacked) .studio-ref-card:last-child{margin-right:0}.studio-ref-card img,.studio-ref-card video{max-width:100%;max-height:100%;width:auto!important;height:auto!important;display:block;object-fit:contain!important;background:#050505}.studio-ref-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#ff85a2;font-size:8px;text-align:center;padding:8px 0 2px;font-weight:600}.studio-ref-del{position:absolute;top:2px;right:2px;width:14px;height:14px;background:#000000b3;border-radius:50%;color:#f44;font-size:10px;line-height:13px;text-align:center;cursor:pointer;opacity:0;transition:opacity .2s;z-index:3}.studio-ref-card:hover .studio-ref-del{opacity:1}.studio-ref-card:hover{transform:translateY(-6px)!important;z-index:20!important;border-color:#ff85a2}.studio-ref-card:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ff85a21a;border-radius:5px;pointer-events:none;z-index:2}.studio-media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000000e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;cursor:zoom-out}.studio-media-lightbox.active{opacity:1}.studio-media-lightbox-close{position:absolute;top:18px;right:24px;width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:22px;line-height:34px;text-align:center;cursor:pointer;z-index:10;transition:background .2s}.studio-media-lightbox-close:hover{background:#ff55784d}.studio-media-lightbox-content{max-width:90vw;max-height:85vh;border-radius:8px;overflow:hidden;box-shadow:0 8px 40px #0009;cursor:default}.studio-media-lightbox-content img{max-width:90vw;max-height:85vh;display:block;object-fit:contain}.studio-media-lightbox-content video{max-width:90vw;max-height:85vh;display:block;border-radius:8px;background:#000}.studio-media-lightbox-content audio{min-width:340px}.studio-media-lightbox .lightbox-audio-wrap{display:flex;flex-direction:column;align-items:center;gap:18px;padding:40px 50px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px}.studio-media-lightbox .lightbox-audio-icon{width:64px;height:64px;border-radius:50%;background:#e9456026;display:flex;align-items:center;justify-content:center}.studio-media-lightbox .lightbox-audio-label{color:#ccc;font-size:13px;max-width:260px;text-align:center;word-break:break-all}.studio-ref-stack.stacked:not(.expanded) .studio-ref-del{display:none}.studio-ref-stack.stacked:not(.expanded) .studio-ref-add{display:none}.studio-ref-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;background:#ff85a2;color:#0a0a0a;font-size:9px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;z-index:50;pointer-events:none;padding:0 4px}.studio-ref-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;aspect-ratio:9/16;border:1.5px dashed #444;border-radius:5px;color:#555;font-size:9px;cursor:pointer;transition:all .2s}.studio-ref-empty:hover{border-color:#ff85a2;color:#ff85a2}.studio-ref-add{width:56px;aspect-ratio:9/16;border:1.5px dashed #444;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:all .2s;flex-shrink:0}.studio-ref-add:hover{border-color:#ff85a2;color:#ff85a2}.studio-input-bubble.studio-node-shell{--studio-accent: #70c4ff;--studio-accent-rgb: 112, 196, 255;--studio-accent-2: #f0c15a;width:min(1180px,calc(100vw - 420px));min-width:760px;overflow:visible;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 46%),#27292f;box-shadow:0 18px 54px #0000006b}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]{--studio-accent: #70c4ff;--studio-accent-rgb: 112, 196, 255;--studio-accent-2: #f0c15a;width:min(1040px,calc(100vw - 420px));background:linear-gradient(180deg,rgba(112,196,255,.055),transparent 52%),#282a30}.studio-input-bubble.studio-node-shell[data-studio-mode=image]{--studio-accent: #f0c15a;--studio-accent-rgb: 240, 193, 90;--studio-accent-2: #ff8aa2;padding:0}.studio-input-bubble.studio-node-shell[data-studio-mode=video]{--studio-accent: #76d4d6;--studio-accent-rgb: 118, 212, 214;--studio-accent-2: #f59e6b;padding:0}.studio-input-bubble.studio-node-shell .studio-node-header{min-height:0;padding:10px;border-bottom:1px solid rgba(255,255,255,.08);border-radius:8px 8px 0 0;background:#16181d94}.studio-node-shell .studio-global-mode-switch{height:36px;padding:3px;gap:3px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#1c1e24;box-shadow:none}.studio-node-shell .studio-global-mode-btn{height:28px;min-width:76px;padding:0 11px;border-radius:6px;color:#cbd5e1bd;font-size:12px;font-weight:700;letter-spacing:0}.studio-node-shell .studio-global-mode-btn:hover{background:#ffffff0e;color:#eef2f7}.studio-node-shell .studio-global-mode-btn.active{border-color:rgba(var(--studio-accent-rgb),.42);background:rgba(var(--studio-accent-rgb),.14);color:var(--studio-accent);box-shadow:inset 0 0 0 1px rgba(var(--studio-accent-rgb),.08)}.studio-node-shell .studio-node-header-left{min-width:0;display:flex;align-items:center;gap:9px}.studio-node-shell .studio-node-mode-badge{min-width:60px;height:26px;border:1px solid rgba(var(--studio-accent-rgb),.34);border-radius:6px;background:rgba(var(--studio-accent-rgb),.11);color:var(--studio-accent);font-size:11px;font-weight:800;letter-spacing:0}.studio-node-shell .studio-node-header-title{color:#f8fafc;font-size:12px;font-weight:800;letter-spacing:0}.studio-node-shell .studio-node-header-sub{max-width:520px;color:#94a3b8c7;font-size:10.5px;letter-spacing:0}.studio-node-shell .studio-node-capability-rail{min-width:0;overflow-x:auto;scrollbar-width:none}.studio-node-shell .studio-node-capability-rail::-webkit-scrollbar{display:none}.studio-node-shell .studio-node-capability{letter-spacing:0;box-shadow:none}.studio-node-shell[data-studio-mode=agent] .studio-node-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"switch copy rail";align-items:center;gap:12px}.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{grid-area:switch}.studio-node-shell[data-studio-mode=agent] .studio-node-header-left{grid-area:copy}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail{grid-area:rail;flex:0 0 auto;justify-content:flex-end;padding:0;border:0;background:transparent}.studio-node-shell[data-studio-mode=agent] .studio-node-capability{width:112px;height:30px;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#ffffff0a;cursor:default}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-name{color:#e8f6ff;font-size:11px;font-weight:800}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-meta{color:#94a3b8b8;font-size:9px}.studio-node-shell[data-studio-mode=agent] .studio-input-top{display:grid;grid-template-columns:152px minmax(0,1fr);gap:10px;min-height:178px;margin:0;padding:10px;background:transparent}.studio-node-shell[data-studio-mode=agent] .studio-ref-section{position:relative;width:auto;min-height:158px;display:flex;flex-direction:column;padding:40px 10px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#22252b}.studio-node-shell[data-studio-mode=agent] .studio-ref-section:before{content:"上下文";margin-bottom:8px;color:#cbd5e1b8;font-size:10px;font-weight:800}.studio-node-shell[data-studio-mode=agent] .studio-ref-stack{min-height:112px;align-items:flex-start;align-content:flex-start;gap:6px;overflow:auto}.studio-node-shell[data-studio-mode=agent] .studio-ref-empty,.studio-node-shell[data-studio-mode=agent] .studio-ref-add{width:58px;height:78px;border-color:#70c4ff3d;border-radius:7px;background:#70c4ff0e;color:#bfdbfeb8}.studio-node-shell[data-studio-mode=agent] .studio-ref-card,.studio-node-shell[data-studio-mode=agent] .studio-ref-stack.stacked .studio-ref-card,.studio-node-shell[data-studio-mode=agent] .studio-ref-stack.stacked.expanded .studio-ref-card{width:58px;height:78px;border-radius:7px;border-color:#ffffff1f;background:#121419}.studio-node-shell[data-studio-mode=agent] .studio-ref-card:hover{transform:translateY(-2px)!important;border-color:#70c4ff80}.studio-node-shell[data-studio-mode=agent] .studio-ref-card:hover:after{background:#70c4ff1a}.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{min-width:0;min-height:158px;display:flex;align-items:stretch;gap:0;position:relative;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 44%),#1f2228;overflow:hidden}.studio-node-shell[data-studio-mode=agent] .studio-prompt-section:before{content:"Agent 提示词";position:absolute;left:14px;top:10px;color:#70c4ffb8;font-size:10px;font-weight:800;pointer-events:none}.studio-node-shell[data-studio-mode=agent] .studio-prompt-input{min-height:156px;max-height:38vh;padding:34px 56px 16px 14px;color:#f1f5f9;font-size:13px;line-height:1.7}.studio-node-shell[data-studio-mode=agent] .studio-prompt-input:empty:before{color:#94a3b89e}.studio-node-shell[data-studio-mode=agent] .studio-send-btn{width:34px;height:34px;border:1px solid rgba(112,196,255,.38);border-radius:8px;background:#70c4ff24;color:#dff3ff;box-shadow:none}.studio-node-shell[data-studio-mode=agent] .studio-send-btn:hover{transform:none;border-color:#70c4ff94;background:#70c4ff38;color:#fff;box-shadow:none}.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{min-height:44px;display:flex;align-items:center;gap:8px;padding:8px 10px;border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 8px 8px;background:#16181d85;overflow:visible}.studio-node-shell[data-studio-mode=agent] #studioWebSearchWrap{order:1;height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#22252b}.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap .studio-toolbar-btn{height:30px;min-height:30px;border-color:#ffffff14;border-radius:8px;background:#22252b;color:#e2e8f0d1}.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap .studio-toolbar-btn:hover{border-color:#70c4ff59;color:#dff3ff}.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-node-shell[data-studio-mode=video] .studio-node-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"switch copy actions" "rail rail rail";align-items:center;gap:9px 10px}.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{grid-area:switch}.studio-node-shell[data-studio-mode=image] .studio-node-header-left,.studio-node-shell[data-studio-mode=video] .studio-node-header-left{grid-area:copy;display:flex}.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#1f2228}.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{grid-area:rail;display:flex;align-items:stretch;justify-content:flex-start;gap:5px;min-height:36px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#1f2228}.studio-node-shell[data-studio-mode=image] .studio-node-capability,.studio-node-shell[data-studio-mode=video] .studio-node-capability{min-width:108px;height:28px;flex-direction:row;gap:7px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#cbd5e1bd}.studio-node-shell[data-studio-mode=image] .studio-node-capability:hover,.studio-node-shell[data-studio-mode=video] .studio-node-capability:hover{border-color:#ffffff14;background:#ffffff0b;color:#eef2f7}.studio-node-shell[data-studio-mode=image] .studio-node-capability.active,.studio-node-shell[data-studio-mode=video] .studio-node-capability.active{border-color:rgba(var(--studio-accent-rgb),.38);background:rgba(var(--studio-accent-rgb),.13);color:var(--studio-accent)}.studio-node-shell[data-studio-mode=image] .studio-node-capability.locked,.studio-node-shell[data-studio-mode=video] .studio-node-capability.locked{color:#64748be6;background:transparent;text-decoration:line-through;text-decoration-color:#64748b8c;opacity:.78}.studio-node-shell[data-studio-mode=image] .studio-node-capability-name,.studio-node-shell[data-studio-mode=video] .studio-node-capability-name{max-width:110px;font-size:11px;font-weight:800;line-height:1}.studio-node-shell[data-studio-mode=image] .studio-node-capability-meta,.studio-node-shell[data-studio-mode=video] .studio-node-capability-meta{display:inline-flex;align-items:center;max-width:86px;color:#94a3b8bd;font-size:9.5px;line-height:1}.studio-node-tool-btn{width:26px;height:26px;border-radius:6px;color:#94a3b8e6}.studio-node-tool-btn:hover{border-color:rgba(var(--studio-accent-rgb),.24);background:rgba(var(--studio-accent-rgb),.09);color:var(--studio-accent)}.studio-media-input-mode-btn.mention{border-color:rgba(var(--studio-accent-rgb),.38);background:rgba(var(--studio-accent-rgb),.13);color:var(--studio-accent)}.studio-node-shell[data-studio-mode=image] .studio-input-top,.studio-node-shell[data-studio-mode=video] .studio-input-top{display:grid;grid-template-columns:174px minmax(0,1fr);grid-template-rows:30px minmax(156px,1fr);gap:8px 10px;min-height:236px;margin:0;padding:10px;background:transparent}.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-column:1;grid-row:1 / span 2;width:auto;min-height:0;display:flex;flex-direction:column;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#22252b;overflow:hidden}.studio-node-shell[data-studio-mode=image] .studio-ref-section:before{content:"生图参考";margin-bottom:8px;color:#f0c15ad1;font-size:10px;font-weight:800}.studio-node-shell[data-studio-mode=video] .studio-ref-section:before{content:"视频参考";margin-bottom:8px;color:#76d4d6d1;font-size:10px;font-weight:800}.studio-node-shell[data-studio-mode=image] .studio-ref-stack,.studio-node-shell[data-studio-mode=video] .studio-ref-stack{min-height:0;flex:1 1 auto;align-items:flex-start;align-content:flex-start;gap:7px;overflow:auto;scrollbar-width:thin}.studio-node-shell[data-studio-mode=image] .studio-ref-empty,.studio-node-shell[data-studio-mode=image] .studio-ref-add,.studio-node-shell[data-studio-mode=video] .studio-ref-empty,.studio-node-shell[data-studio-mode=video] .studio-ref-add{width:62px;min-width:62px;height:76px;min-height:76px;padding:0 6px;border:1px dashed rgba(var(--studio-accent-rgb),.28);border-radius:7px;background:rgba(var(--studio-accent-rgb),.055);color:#cbd5e1a8;font-size:10px}.studio-node-shell[data-studio-mode=image] .studio-ref-card,.studio-node-shell[data-studio-mode=video] .studio-ref-card,.studio-node-shell[data-studio-mode=image] .studio-ref-stack.stacked .studio-ref-card,.studio-node-shell[data-studio-mode=video] .studio-ref-stack.stacked .studio-ref-card,.studio-node-shell[data-studio-mode=image] .studio-ref-stack.stacked.expanded .studio-ref-card,.studio-node-shell[data-studio-mode=video] .studio-ref-stack.stacked.expanded .studio-ref-card{position:relative;width:62px;height:76px;min-height:76px;margin:0;left:auto!important;bottom:auto!important;transform:none!important;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#121419;box-shadow:none}.studio-node-shell[data-studio-mode=image] .studio-ref-card:hover,.studio-node-shell[data-studio-mode=video] .studio-ref-card:hover{transform:translateY(-2px)!important;border-color:rgba(var(--studio-accent-rgb),.52)}.studio-node-shell[data-studio-mode=image] .studio-ref-card:hover:after,.studio-node-shell[data-studio-mode=video] .studio-ref-card:hover:after{background:rgba(var(--studio-accent-rgb),.1)}.studio-node-shell[data-studio-mode=image] .studio-ref-label,.studio-node-shell[data-studio-mode=video] .studio-ref-label{color:var(--studio-accent);font-size:8px}.studio-node-shell[data-studio-mode=image] .studio-ref-count,.studio-node-shell[data-studio-mode=video] .studio-ref-count{display:none!important}.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{grid-column:2;grid-row:1;display:flex;min-height:30px}.studio-node-shell .studio-generation-status-pill{width:100%;min-height:30px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#22252b;color:#cbd5e1b8;font-size:10.5px;line-height:1}.studio-node-shell .studio-generation-status-pill:hover{border-color:rgba(var(--studio-accent-rgb),.24)}.studio-node-shell .studio-generation-status-pill em{flex:0 0 auto;margin-left:auto;color:var(--studio-accent);font-style:normal;font-weight:800}.studio-node-shell .studio-generation-status-pill.warn{border-color:#f59e0b3d;background:#f59e0b14}.studio-node-shell .studio-generation-status-pill.warn em{color:#f5c06a}.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-column:2;grid-row:2;min-width:0;min-height:156px;display:flex;flex-direction:column;align-items:stretch;gap:0;position:relative;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#1f2228;overflow:hidden}.studio-node-shell[data-studio-mode=image] .studio-prompt-section:before{content:"图像提示词";flex:0 0 30px;display:flex;align-items:center;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.06);color:#f0c15ad1;font-size:10px;font-weight:800}.studio-node-shell[data-studio-mode=video] .studio-prompt-section:before{content:"视频提示词";flex:0 0 30px;display:flex;align-items:center;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.06);color:#76d4d6d1;font-size:10px;font-weight:800}.studio-node-shell[data-studio-mode=image] .studio-prompt-input,.studio-node-shell[data-studio-mode=video] .studio-prompt-input{min-height:124px;width:100%;padding:12px 13px 14px;color:#eef2f7;font-size:13px;line-height:1.65;resize:none}.studio-node-shell[data-studio-mode=image] .studio-prompt-input:empty:before,.studio-node-shell[data-studio-mode=video] .studio-prompt-input:empty:before{color:#94a3b89e}.studio-node-shell[data-studio-mode=image][data-prompt-expanded=true] .studio-prompt-input,.studio-node-shell[data-studio-mode=video][data-prompt-expanded=true] .studio-prompt-input{min-height:min(430px,calc(100vh - 290px))}.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-node-shell[data-studio-mode=video] .studio-input-bottom{min-height:46px;display:flex;align-items:center;gap:7px;padding:8px 10px;margin-top:0;border:0;border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 8px 8px;background:#16181d85;overflow:visible}.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{order:1;min-width:260px;max-width:390px;flex:0 1 340px}.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn,.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn{height:32px;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#22252b;color:#e2e8f0d1;font-size:11px}.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn:hover,.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn:hover{border-color:rgba(var(--studio-accent-rgb),.28);background:rgba(var(--studio-accent-rgb),.08);color:var(--studio-accent)}.studio-node-shell .studio-generation-param-btn{min-width:154px;max-width:260px}.studio-node-shell .studio-generation-count{width:48px;height:32px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#22252b;color:#e5e7eb;font-size:11px}.studio-node-shell .studio-generation-count:hover,.studio-node-shell .studio-generation-count:focus{border-color:rgba(var(--studio-accent-rgb),.28);background:rgba(var(--studio-accent-rgb),.08)}.studio-node-shell .studio-generation-send-btn{width:34px;height:34px;border:1px solid rgba(var(--studio-accent-rgb),.42);border-radius:8px;background:rgba(var(--studio-accent-rgb),.16);color:var(--studio-accent);box-shadow:none}.studio-node-shell .studio-generation-send-btn:hover{border-color:rgba(var(--studio-accent-rgb),.62);background:rgba(var(--studio-accent-rgb),.24);color:#fff}.studio-node-shell .studio-inline-popover,.studio-node-shell .studio-popover,.studio-node-shell .studio-generation-param-popover{border-color:#ffffff1f;border-radius:8px;background:#23262d;box-shadow:0 18px 48px #00000085}.studio-node-shell .studio-generation-param-head{background:#292c34}.studio-node-shell .studio-generation-param-kicker{color:var(--studio-accent)}.studio-node-shell .studio-generation-param-option.active{border-color:rgba(var(--studio-accent-rgb),.42);background:rgba(var(--studio-accent-rgb),.13);color:var(--studio-accent)}@media (max-width: 1180px){.studio-input-area{padding:10px 16px 16px 92px}.studio-input-bubble.studio-node-shell,.studio-input-bubble.studio-node-shell[data-studio-mode=agent],.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{width:min(960px,calc(100vw - 116px));min-width:0}.studio-node-shell[data-studio-mode=agent] .studio-node-header,.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-node-shell[data-studio-mode=video] .studio-node-header{grid-template-columns:1fr auto;grid-template-areas:"switch actions" "copy copy" "rail rail"}.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions{display:none}.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail{justify-content:flex-start}.studio-node-shell[data-studio-mode=agent] .studio-node-capability{width:auto;min-width:112px}.studio-node-shell .studio-node-header-sub{max-width:none}}@media (max-width: 760px){.studio-input-area{padding:10px 10px 14px 76px}.studio-node-shell[data-studio-mode=agent] .studio-input-top,.studio-node-shell[data-studio-mode=image] .studio-input-top,.studio-node-shell[data-studio-mode=video] .studio-input-top{display:flex;flex-direction:column;min-height:0}.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-node-shell[data-studio-mode=video] .studio-ref-section{width:auto;min-height:92px}.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{width:100%}.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-node-shell[data-studio-mode=video] .studio-input-bottom,.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{flex-wrap:wrap}.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{min-width:0;max-width:none;flex:1 1 100%}.studio-node-shell .studio-generation-param-popover{min-width:min(340px,calc(100vw - 40px));width:min(520px,calc(100vw - 40px))}}.studio-input-area{padding:12px 5% 18px}.studio-input-bubble.studio-node-shell,.studio-input-bubble.studio-node-shell[data-studio-mode=agent],.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{--studio-accent: #d4af37;--studio-accent-rgb: 212, 175, 55;--studio-side-rail-width: 188px;--studio-side-rail-gap: 16px;display:grid;grid-template-columns:188px minmax(0,1fr);grid-template-rows:auto auto minmax(154px,1fr) auto;gap:8px 10px;width:min(1160px,calc(100vw - 420px));min-width:760px;margin:0 auto;padding:10px;position:relative;overflow:visible;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#2f3035;box-shadow:0 22px 58px #00000057}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]{--studio-accent: #70c4ff;--studio-accent-rgb: 112, 196, 255}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{--studio-accent: #d4af37;--studio-accent-rgb: 212, 175, 55}.studio-input-bubble.studio-node-shell .studio-node-header,.studio-input-bubble.studio-node-shell .studio-input-top{display:contents}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-top,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-top,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-top{display:contents;grid-template-columns:none;grid-template-rows:none;grid-template-areas:none;min-height:0;padding:0;margin:0;border:0;background:transparent}.studio-node-shell .studio-global-mode-switch{position:absolute;left:calc((var(--studio-side-rail-width) + var(--studio-side-rail-gap)) * -1);top:10px;width:var(--studio-side-rail-width);display:grid;grid-template-columns:1fr;gap:5px;height:auto;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#303137;box-shadow:none}.studio-node-shell .studio-global-mode-switch:before,.studio-node-shell .studio-node-capability-rail:before,.studio-node-shell .studio-ref-section:before{display:block;color:#bebecdad;font-size:10px;font-weight:700;line-height:1.2}.studio-node-shell .studio-global-mode-switch:before{content:"选择模式";margin-bottom:2px}.studio-node-shell .studio-global-mode-btn{width:100%;height:32px;min-width:0;justify-content:flex-start;gap:7px;padding:0 10px;border:1px solid transparent;border-radius:6px;color:#d1d5dbc2;font-size:11px;font-weight:700;letter-spacing:0}.studio-node-shell .studio-global-mode-btn:hover{border-color:#ffffff1f;background:#393a40;color:#fff}.studio-node-shell .studio-global-mode-btn.active{border-color:rgba(var(--studio-accent-rgb),.36);background:rgba(var(--studio-accent-rgb),.13);color:var(--studio-accent);box-shadow:none}.studio-node-shell .studio-node-capability-rail{position:absolute;left:calc((var(--studio-side-rail-width) + var(--studio-side-rail-gap)) * -1);top:174px;width:var(--studio-side-rail-width);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:5px;min-height:0;max-height:190px;padding:8px;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#303137;scrollbar-width:thin}.studio-node-shell .studio-node-capability-rail:before{content:"生成方式";flex:0 0 auto;margin-bottom:1px}.studio-node-shell .studio-node-capability{width:100%;min-width:0;height:32px;flex:0 0 auto;flex-direction:row;justify-content:space-between;gap:8px;padding:0 9px;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#393a40;color:#e5e7ebd1;box-shadow:none}.studio-node-shell .studio-node-capability:hover{border-color:#ffffff2e;background:#414249;color:#fff}.studio-node-shell .studio-node-capability.active{border-color:rgba(var(--studio-accent-rgb),.4);background:rgba(var(--studio-accent-rgb),.14);color:var(--studio-accent)}.studio-node-shell .studio-node-capability.locked{border-color:#ffffff0d;background:#303137;color:#949aa88f;opacity:.72;text-decoration:line-through;text-decoration-color:#949aa873}.studio-node-shell .studio-node-capability-name{max-width:96px;justify-content:flex-start;font-size:11px;font-weight:700;line-height:1}.studio-node-shell .studio-node-capability-meta{max-width:66px;color:#bebecd8f;font-size:9px;line-height:1}.studio-node-shell .studio-ref-section{grid-column:1;grid-row:1 / span 4;width:auto;min-height:0;display:flex;flex-direction:column;padding:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#303137}.studio-node-shell .studio-ref-section:before{content:"上传参考";flex:0 0 auto;margin-bottom:7px;color:var(--studio-accent)}.studio-node-shell .studio-ref-stack{min-height:0;flex:1 1 auto;align-items:flex-start;align-content:flex-start;gap:6px;overflow:auto;scrollbar-width:thin}.studio-node-shell .studio-ref-empty,.studio-node-shell .studio-ref-add{width:66px;min-width:66px;height:82px;min-height:82px;border:1px dashed rgba(var(--studio-accent-rgb),.28);border-radius:6px;background:#24252a;color:#d1d5db9e;font-size:10px}.studio-node-shell .studio-ref-empty:hover,.studio-node-shell .studio-ref-add:hover{border-color:rgba(var(--studio-accent-rgb),.48);color:var(--studio-accent)}.studio-node-shell .studio-ref-card,.studio-node-shell .studio-ref-stack.stacked .studio-ref-card,.studio-node-shell .studio-ref-stack.stacked.expanded .studio-ref-card{position:relative;width:66px;height:82px;min-height:82px;margin:0;left:auto!important;bottom:auto!important;transform:none!important;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#15161b;box-shadow:none}.studio-node-shell .studio-ref-card:hover{transform:translateY(-1px)!important;border-color:rgba(var(--studio-accent-rgb),.52)}.studio-node-shell .studio-ref-label{color:var(--studio-accent);font-size:8px}.studio-node-shell .studio-ref-count{display:none!important}.studio-node-shell .studio-node-header-left{grid-column:2;grid-row:1;align-self:center;min-width:0;max-width:calc(100% - 142px);display:flex;align-items:center;gap:9px}.studio-node-shell .studio-node-mode-badge{min-width:64px;height:26px;border:1px solid rgba(var(--studio-accent-rgb),.34);border-radius:6px;background:rgba(var(--studio-accent-rgb),.11);color:var(--studio-accent);font-size:11px;font-weight:800}.studio-node-shell .studio-node-header-title{color:#f4f4f5;font-size:12px;font-weight:800;line-height:1.2}.studio-node-shell .studio-node-header-sub{max-width:none;color:#9ca3afb8;font-size:10px;line-height:1.2}.studio-node-shell .studio-node-panel-actions{grid-column:2;grid-row:1;justify-self:end;align-self:center;display:flex;align-items:center;gap:3px;padding:0;border:0;border-radius:0;background:transparent}.studio-node-shell .studio-node-tool-btn{width:26px;height:26px;border:1px solid transparent;border-radius:6px;color:#9ca3afe6;background:transparent}.studio-node-shell .studio-node-tool-btn:hover,.studio-node-shell .studio-media-input-mode-btn.mention{border-color:rgba(var(--studio-accent-rgb),.28);background:rgba(var(--studio-accent-rgb),.1);color:var(--studio-accent)}.studio-node-shell .studio-generation-status-strip{grid-column:2;grid-row:2;min-height:22px;display:flex;align-items:center}.studio-node-shell[data-studio-mode=agent] .studio-generation-status-strip{display:none}.studio-node-shell .studio-generation-status-pill{width:100%;min-height:22px;display:flex;align-items:center;gap:8px;padding:0;border:0;border-radius:0;background:transparent;color:#9ca3afc2;font-size:10px;line-height:1}.studio-node-shell .studio-generation-status-pill:hover{color:#e5e7ebe6}.studio-node-shell .studio-generation-status-pill span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-node-shell .studio-generation-status-pill em{flex:0 0 auto;margin-left:auto;color:var(--studio-accent);font-style:normal;font-weight:700}.studio-node-shell .studio-prompt-section{grid-column:2;grid-row:3;min-width:0;min-height:154px;display:flex;flex-direction:column;align-items:stretch;gap:0;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#24252a}.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{grid-row:2 / span 2}.studio-node-shell .studio-prompt-section:before{flex:0 0 30px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.08);color:#bebecdb3;font-size:10px;font-weight:700}.studio-node-shell[data-studio-mode=agent] .studio-prompt-section:before{content:"Agent 提示词";color:#70c4ffcc}.studio-node-shell[data-studio-mode=image] .studio-prompt-section:before{content:"图像提示词";color:var(--studio-accent)}.studio-node-shell[data-studio-mode=video] .studio-prompt-section:before{content:"视频提示词";color:var(--studio-accent)}.studio-node-shell .studio-prompt-input{width:100%;min-height:122px;max-height:42vh;padding:11px 12px 13px;overflow-y:auto;color:#e5e7eb;font-size:12px;line-height:1.65;background:transparent}.studio-node-shell[data-studio-mode=agent] .studio-prompt-input{min-height:150px;padding-right:58px}.studio-node-shell[data-prompt-expanded=true] .studio-prompt-input{min-height:min(430px,calc(100vh - 288px))}.studio-node-shell .studio-prompt-input:empty:before{color:#6b7280f2}.studio-node-shell[data-studio-mode=image] .studio-send-area,.studio-node-shell[data-studio-mode=video] .studio-send-area{display:none}.studio-node-shell[data-studio-mode=agent] .studio-send-area{position:absolute;right:12px;bottom:12px;padding:0}.studio-node-shell[data-studio-mode=agent] .studio-send-btn{width:34px;height:34px;border:1px solid rgba(112,196,255,.36);border-radius:8px;background:#70c4ff21;color:#dff3ff;box-shadow:none}.studio-node-shell .studio-input-bottom{grid-column:2;grid-row:4;min-height:36px;display:flex;align-items:center;gap:7px;padding:0;margin:0;border:0;background:transparent;overflow:visible}.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{order:1;min-width:260px;max-width:360px;flex:0 1 320px}.studio-node-shell[data-studio-mode=image] #studioGenerationParamWrap,.studio-node-shell[data-studio-mode=video] #studioGenerationParamWrap{order:2;flex:0 0 auto}.studio-node-shell[data-studio-mode=image] #studioTranslatePromptBtn,.studio-node-shell[data-studio-mode=video] #studioTranslatePromptBtn{order:20;margin-left:auto}.studio-node-shell[data-studio-mode=image] #studioGenerationCountSelect,.studio-node-shell[data-studio-mode=video] #studioGenerationCountSelect{order:21}.studio-node-shell[data-studio-mode=image] #studioGenerationSendBtn,.studio-node-shell[data-studio-mode=video] #studioGenerationSendBtn{order:22}.studio-node-shell .studio-toolbar-btn,.studio-node-shell .studio-generation-count{height:32px;min-height:32px;border:1px solid transparent;border-radius:6px;background:transparent;color:#d1d5dbe0;font-size:11px}.studio-node-shell .studio-toolbar-btn:hover,.studio-node-shell .studio-generation-count:hover,.studio-node-shell .studio-generation-count:focus{border-color:#ffffff1a;background:#ffffff0f;color:#fff}.studio-node-shell .studio-generation-param-btn{min-width:130px;max-width:210px;justify-content:center}.studio-node-shell .studio-generation-param-btn #studioGenerationParamSummary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-node-shell .studio-generation-count{width:48px;padding:0 6px;outline:none}.studio-node-shell .studio-generation-send-btn{width:32px;height:32px;border:1px solid rgba(var(--studio-accent-rgb),.36);border-radius:6px;background:rgba(var(--studio-accent-rgb),.15);color:var(--studio-accent);box-shadow:none}.studio-node-shell .studio-generation-send-btn:hover{border-color:rgba(var(--studio-accent-rgb),.52);background:rgba(var(--studio-accent-rgb),.22);color:#f6d76b}.studio-node-shell .studio-inline-popover,.studio-node-shell .studio-popover,.studio-node-shell .studio-generation-param-popover{border-color:#ffffff1f;border-radius:8px;background:#303137;box-shadow:0 18px 48px #00000080}.studio-node-shell .studio-generation-param-popover{width:min(520px,calc(100vw - 72px));min-width:420px;max-width:520px}.studio-node-shell .studio-generation-param-head{padding:10px 12px;background:#303137}.studio-node-shell .studio-generation-param-kicker,.studio-node-shell .studio-generation-param-option.active{color:var(--studio-accent)}.studio-node-shell .studio-generation-param-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px}.studio-node-shell .studio-generation-param-section{padding:8px;border-color:#ffffff14;background:#393a40}.studio-node-shell .studio-generation-param-option{height:26px;min-width:50px;border-radius:6px;background:#414249}.studio-node-shell .studio-generation-param-option.active{border-color:rgba(var(--studio-accent-rgb),.42);background:rgba(var(--studio-accent-rgb),.14)}.studio-node-shell[data-studio-mode=agent] #studioWebSearchWrap{order:1;height:32px;padding:0 4px}.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap{order:2;margin-left:auto}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{left:calc((var(--studio-side-rail-width) + var(--studio-side-rail-gap)) * -1);top:174px;width:var(--studio-side-rail-width)}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-column:1;grid-row:1 / span 4}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{grid-column:2;grid-row:2 / span 2}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-column:2;grid-row:3}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{left:calc((var(--studio-side-rail-width) + var(--studio-side-rail-gap)) * -1);top:10px;width:var(--studio-side-rail-width)}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{justify-content:flex-start;padding:8px;border:1px solid rgba(255,255,255,.1);background:#303137;left:calc((var(--studio-side-rail-width) + var(--studio-side-rail-gap)) * -1);top:174px;width:var(--studio-side-rail-width)}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-column:1;grid-row:1 / span 4;width:auto}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{grid-column:2;grid-row:1}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{grid-column:2;grid-row:2}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-column:2;min-width:0}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{grid-row:2 / span 2}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:3}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{grid-column:2;grid-row:4}@media (max-width: 1180px){.studio-input-bubble.studio-node-shell,.studio-input-bubble.studio-node-shell[data-studio-mode=agent],.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{width:min(960px,calc(100vw - 116px));min-width:0;grid-template-columns:172px minmax(0,1fr)}.studio-node-shell .studio-global-mode-switch,.studio-node-shell .studio-node-capability-rail{position:static;left:auto;top:auto;width:auto}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{left:auto;top:auto;width:auto}.studio-node-shell .studio-global-mode-switch{grid-column:1;grid-row:1}.studio-node-shell .studio-node-capability-rail{grid-column:1;grid-row:2}.studio-node-shell .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-column:1;grid-row:3 / span 2}}@media (max-width: 760px){.studio-input-area{padding:10px 10px 14px 76px}.studio-input-bubble.studio-node-shell,.studio-input-bubble.studio-node-shell[data-studio-mode=agent],.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{width:100%;grid-template-columns:1fr;grid-template-rows:auto auto auto minmax(140px,auto) auto}.studio-node-shell .studio-global-mode-switch,.studio-node-shell .studio-node-capability-rail,.studio-node-shell .studio-ref-section,.studio-node-shell .studio-node-header-left,.studio-node-shell .studio-node-panel-actions,.studio-node-shell .studio-generation-status-strip,.studio-node-shell .studio-prompt-section,.studio-node-shell .studio-input-bottom{grid-column:1}.studio-node-shell .studio-node-header-left{grid-row:1;max-width:calc(100% - 116px)}.studio-node-shell .studio-node-panel-actions{grid-row:1}.studio-node-shell .studio-global-mode-switch{grid-row:2;grid-template-columns:repeat(3,minmax(0,1fr))}.studio-node-shell .studio-global-mode-switch:before{grid-column:1 / -1}.studio-node-shell .studio-node-capability-rail{grid-row:3;max-height:none}.studio-node-shell .studio-ref-section{grid-row:4;min-height:104px}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{grid-column:1}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-header-left,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{grid-row:1}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{grid-row:2}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{grid-row:3}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-row:4}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{grid-row:5}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:6}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{grid-row:7}.studio-node-shell .studio-generation-status-strip{grid-row:5}.studio-node-shell .studio-prompt-section,.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{grid-row:6}.studio-node-shell .studio-input-bottom{grid-row:7;flex-wrap:wrap}.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{min-width:0;max-width:none;flex:1 1 100%}.studio-node-shell .studio-generation-param-popover{min-width:min(340px,calc(100vw - 40px));width:min(520px,calc(100vw - 40px))}}.studio-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:5000;display:flex;align-items:center;justify-content:center}.studio-detail-panel{background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.15);border-radius:12px;width:420px;max-height:70vh;overflow-y:auto}.studio-detail-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.06);color:#ff85a2;font-weight:600;font-size:15px}.studio-detail-body{padding:14px 18px}.studio-detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px;color:#bbb;gap:16px}.studio-detail-key{color:#777;min-width:60px}.studio-detail-value{text-align:right;min-width:0;overflow-wrap:anywhere}.studio-detail-value-long{flex:1;text-align:left;word-break:break-word}.studio-detail-value-positive{color:#4caf50}.studio-detail-value-negative{color:#e88}.studio-detail-media{position:relative;margin-bottom:12px}.studio-detail-media img,.studio-detail-media video{width:100%;border-radius:8px;display:block}.studio-detail-refs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.studio-detail-refs img,.studio-detail-refs video{width:48px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #333}.studio-detail-section-label{color:#777;font-size:11px;margin-bottom:6px;margin-top:10px}.studio-media-wrap{position:relative;display:inline-block}.studio-media-wrap .studio-dl-btn{position:absolute;top:8px;right:8px;z-index:10;width:32px;height:32px;border-radius:50%;background:#0000008c;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.studio-media-wrap:hover .studio-dl-btn{opacity:1}.studio-media-wrap .studio-dl-btn:hover{background:#ff85a266;border-color:#ff85a280}.studio-dl-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.studio-media-wrap.studio-result-frame,.studio-video-container.studio-result-frame{position:relative;display:block;flex:0 0 auto;width:min(var(--studio-result-width, 400px),100%);max-width:100%;aspect-ratio:var(--studio-result-ratio, 1 / 1);overflow:hidden;border-radius:8px;background:#2d2e33;box-shadow:inset 0 0 0 1px #ffffff0f}.studio-result-frame>.studio-msg-image,.studio-result-frame>.studio-msg-video{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;opacity:0;border-radius:0;transition:opacity .18s ease}.studio-result-frame>.studio-result-poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:contain;background:#2d2e33}.studio-result-frame.is-loaded>.studio-result-poster{opacity:0;pointer-events:none}.studio-result-frame.is-loaded{background:#111216}.studio-result-frame.is-loaded>.studio-msg-image,.studio-result-frame.is-loaded>.studio-msg-video{opacity:1}.studio-result-frame.is-error:after{content:"媒体暂不可用";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;color:#ffffff75;font-size:12px;letter-spacing:0;pointer-events:none}.studio-think-panel{margin-bottom:10px;border-radius:8px;background:#ff85a20a;border:1px solid rgba(255,133,162,.12);overflow:hidden;transition:all .3s ease}.studio-think-panel.collapsed .studio-think-body{display:none}.studio-think-panel.collapsed .studio-think-toggle{transform:rotate(-90deg)}.studio-think-header{display:flex;align-items:center;gap:6px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.studio-think-header:hover{background:#ff85a20f}.studio-think-icon{font-size:14px}.studio-think-title{font-size:11px;color:#ff85a2;font-weight:600;flex:1}.studio-think-toggle{font-size:10px;color:#888;transition:transform .2s}.studio-think-body{padding:4px 12px 10px}.studio-think-row{display:flex;gap:8px;padding:4px 0;font-size:11px;border-bottom:1px solid rgba(255,255,255,.03)}.studio-think-row:last-child{border-bottom:none}.studio-think-label{color:#888;min-width:56px;flex-shrink:0;font-weight:500}.studio-think-value{color:#aaa;word-break:break-all;line-height:1.5}.studio-think-tag{display:inline-block;padding:1px 8px;border-radius:4px;background:#ff85a21f;color:#ff85a2;font-size:10px}.studio-think-original{color:#999;text-decoration:line-through;text-decoration-color:#ffffff26}.studio-think-enhanced{color:#8bc34a}.studio-think-negative{color:#e88;font-size:10px}#pageCreation.home-page{padding:0}.char-lib-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.char-lib-page-header h2{color:#ff85a2;font-size:20px;margin:0}.char-lib-grid,.asset-prop-grid{display:flex;flex-wrap:wrap;gap:16px;align-content:flex-start}.char-lib-grid .wizard-char-card{width:280px;flex-shrink:0}.char-lib-add-card{width:280px;aspect-ratio:4/3;background:#0a0a0aa6;border:2px dashed rgba(255,133,162,.4);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s}.char-lib-add-card:hover{background:#0f0f0fb8;border-color:#ff85a2b3}.char-lib-add-card .add-icon{font-size:36px;color:#ff85a2b3}.char-lib-add-card .add-text{font-size:13px;color:#ff85a2b3}.dd-scene-grid{display:flex;flex-wrap:wrap;gap:16px;align-content:flex-start}.dd-scene-card{cursor:pointer}.char-lib-card{width:280px;aspect-ratio:4/3;background:#0a0a0aa6;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.char-lib-card:hover{border-color:#ff85a280;box-shadow:0 4px 16px #ff85a226}.char-lib-card-body{display:flex;flex:1;min-height:0}.char-lib-card-image{flex-shrink:0;height:100%;aspect-ratio:16/9;max-width:50%;background:#000000b3;overflow:hidden;display:flex;align-items:center;justify-content:center}.char-lib-card-image img{width:100%;height:100%;object-fit:cover;object-position:top}.char-lib-card-image .empty-avatar{color:#555;font-size:11px;text-align:center}.char-lib-card-content{flex:1;padding:10px 12px;display:flex;flex-direction:column;gap:6px;min-width:0}.char-lib-card-header{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.char-lib-card-name{font-size:14px;font-weight:700;color:#fff}.char-lib-role-tag{font-size:11px;padding:2px 6px;background:#ff85a226;color:#ff85a2;border-radius:4px}.char-lib-card-desc{font-size:11px;color:#aaa;line-height:1.4;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.asset-card-fields{display:flex;flex-direction:column;gap:3px;margin-top:auto;color:#707078;font-size:11px}.asset-prop-card .char-lib-card-image{max-width:44%}.char-lib-card-footer{display:flex;align-items:center;justify-content:space-evenly;gap:0;padding:0;border-top:1px solid #333;background:#0f0f0fa6;font-size:11px}.char-lib-card-footer .wcc-item{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 6px;cursor:pointer;color:#888;transition:all .15s;border-right:1px solid #333}.char-lib-card-footer .wcc-item:last-child{border-right:none}.char-lib-card-footer .wcc-item:hover{background:#ffffff0f;color:#ff85a2}.char-lib-card-delete{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 6px;font-size:11px;background:transparent;border:none;color:#dc3545;cursor:pointer;transition:all .15s}.char-lib-card-delete:hover{background:#dc35451a;color:#ff6b6b}.voice-filter-bar{display:flex;gap:8px;padding:0 0 16px}.voice-filter-btn{padding:6px 18px;border-radius:20px;border:1px solid #444;background:transparent;color:#aaa;font-size:13px;cursor:pointer;transition:all .2s}.voice-filter-btn:hover{border-color:#ff85a266;color:#fff}.voice-filter-btn.active{background:#ff85a226;border-color:#ff85a2;color:#ff85a2}.voice-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.voice-card{background:#3c1e05eb;border:1px solid rgba(249,115,22,.4);border-radius:12px;padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column;gap:10px}.voice-card:hover{border-color:#f97316b3;box-shadow:0 4px 16px #f9731633}.voice-card-top{display:flex;align-items:center;gap:10px}.voice-card-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.voice-card-avatar.male{background:#64b4ff26}.voice-card-avatar.female{background:#ff85a226}.voice-card-info{flex:1;min-width:0}.voice-card-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-card-meta{font-size:11px;color:#888;margin-top:2px}.voice-card-tags{display:flex;gap:6px;flex-wrap:wrap}.voice-card-tag{font-size:11px;padding:2px 8px;border-radius:4px;background:#8b5cf61f;color:#a78bfa}.voice-card-tag.gender-male{background:#64b4ff1f;color:#6eb4ff}.voice-card-tag.gender-female{background:#ff85a21f;color:#ff85a2}.voice-card-footer{display:flex;align-items:center;justify-content:space-between}.voice-card-ref{font-size:11px;color:#777;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}.voice-card-play{width:32px;height:32px;border-radius:50%;border:none;background:#f9731633;color:#f97316;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.voice-card-play:hover{background:#f9731666}.voice-card-play.playing{background:#f9731666;animation:voicePulse 1s ease-in-out infinite}@keyframes voicePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.developing-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1a1a1af2;border:1px solid rgba(255,133,162,.4);border-radius:12px;padding:30px 50px;text-align:center;z-index:5001}.developing-modal .modal-icon{font-size:48px;margin-bottom:12px}.developing-modal .modal-text{font-size:16px;color:#ff85a2;font-weight:500}.developing-modal .modal-sub{font-size:13px;color:#888;margin-top:8px}.developing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:5000}.context-menu,.search-panel{display:none}.login-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:99999;align-items:center;justify-content:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.login-modal-overlay:not(.show){display:none!important;pointer-events:none!important}.login-modal-overlay.show{display:flex;pointer-events:auto}.login-modal-card{background:#1a1a2e;border:1px solid rgba(255,133,162,.15);border-radius:16px;width:400px;max-width:92vw;box-shadow:0 20px 60px #00000080;position:relative;overflow:hidden}.login-modal-close{position:absolute;top:12px;right:14px;background:#ffffff0f;border:none;color:#888;width:30px;height:30px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.login-modal-close:hover{background:#ffffff1f;color:#fff}.login-modal-header{padding:28px 28px 0;text-align:center}.login-modal-header .lm-title{font-size:20px;font-weight:600;color:#f5f5f5;background:linear-gradient(135deg,#ff85a2,#ffb0c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-modal-header .lm-subtitle{font-size:13px;color:#a0a0a0;margin-top:6px}.login-mode-tabs{display:flex;align-items:center;justify-content:center;gap:34px;margin:18px 28px 0}.login-mode-tab{position:relative;height:28px;padding:0;border:0;background:transparent;color:#a0a0a0;cursor:pointer;font-size:14px;font-weight:500;transition:color .18s}.login-mode-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent;border-radius:999px;transition:background .18s}.login-mode-tab:hover{color:#f5d9e1}.login-mode-tab.active{color:#ff85a2}.login-mode-tab.active:after{background:#ff85a2}.login-modal-body{padding:18px 28px 28px}.login-modal-body .form-group{margin-bottom:16px}.login-modal-body .form-label{display:block;font-size:13px;color:#a0a0a0;margin-bottom:6px;font-weight:500}.login-modal-body .form-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#e5e5e5;padding:11px 14px;border-radius:8px;font-size:14px;outline:none;transition:border-color .3s,box-shadow .3s}.login-modal-body .form-input::placeholder{color:#666}.login-modal-body .form-input:focus{border-color:#ff85a2;box-shadow:0 0 0 3px #ff85a233}.login-modal-body .password-input-group{position:relative}.login-modal-body .password-input-group .form-input{padding-right:44px}.login-modal-body .toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;font-size:12px;cursor:pointer}.login-modal-body .toggle-password:hover{color:#ff85a2}.login-modal-body .remember-pwd-row{display:flex;align-items:center;margin:10px 0 4px}.login-modal-body .remember-checkbox-input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}.login-modal-body .remember-checkbox-label{font-size:12px;color:#a0a0a0;cursor:pointer;padding-left:22px;position:relative}.login-modal-body .remember-checkbox-label:before{content:"";position:absolute;left:0;top:1px;width:14px;height:14px;border:1px solid rgba(255,255,255,.15);border-radius:3px;background:#ffffff08}.login-modal-body .remember-checkbox-input:checked+.remember-checkbox-label:before{background:#ff85a2;border-color:#ff85a2;content:"✓";color:#fff;font-size:10px;text-align:center;line-height:14px}.login-modal-body .remember-hint{margin-left:auto;font-size:10px;font-weight:700;color:#c8c8c8b3}.login-modal-body .btn-login{width:100%;padding:12px;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;margin-top:8px;background:linear-gradient(135deg,#ff85a2,#e8708a);transition:transform .2s,box-shadow .2s}.login-modal-body .btn-login:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff85a259}.login-modal-body .btn-login:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-modal-body .form-links{display:flex;justify-content:space-between;margin-top:12px}.login-modal-body .form-link{font-size:12px;color:#a0a0a0;cursor:pointer;background:none;border:none;padding:0;transition:color .3s}.login-modal-body .form-link:hover{color:#ff85a2}.login-modal-body .panel-title{text-align:center;font-size:14px;color:#a0a0a0;margin-bottom:16px;font-weight:500}.login-modal-body .code-input-group{display:flex;gap:8px}.login-modal-body .code-input-group .form-input{flex:1}.login-modal-body .btn-send-code{white-space:nowrap;padding:10px 14px;background:#ff85a21a;border:1px solid rgba(255,133,162,.3);color:#ff85a2;border-radius:8px;cursor:pointer;font-size:13px;transition:background .2s}.login-modal-body .btn-send-code:hover{background:#ff85a233}.login-modal-body .btn-send-code:disabled{background:#444!important;color:#888!important;border-color:#555!important;opacity:1;cursor:not-allowed}.login-modal-body .form-hint{text-align:center;font-size:11px;color:#666;margin-top:10px}.login-modal-body .lm-message{padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px;display:none}.login-modal-body .lm-message.error{display:block;background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.login-modal-body .lm-message.success{display:block;background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.agreement-check-row{margin-top:10px;margin-bottom:2px}.agreement-check-label{display:flex;align-items:flex-start;gap:6px;cursor:pointer;font-size:12px;line-height:1.6;color:#888;-webkit-user-select:none;user-select:none}.agreement-checkbox{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}.agreement-check-box{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;min-width:14px;border:1.5px solid #555;border-radius:3px;margin-top:3px;transition:all .15s}.agreement-check-box img{display:none}.agreement-checkbox:checked+.agreement-check-box{background:#ff85a2;border-color:#ff85a2}.agreement-checkbox:checked+.agreement-check-box img{display:inline}.agreement-check-text{flex:1}.agreement-text-link{text-decoration:none;transition:opacity .15s}.agreement-text-link:hover{opacity:.8;text-decoration:underline}.link-pink{color:#ff85a2}.link-blue{color:#6cb4ee}.link-orange{color:#d4a574}.btn-login.disabled-look{background:linear-gradient(135deg,#555,#444)!important;color:#888!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:20px}.project-card{display:block;position:relative;background:#3c1e05eb;border:1px solid rgba(249,115,22,.4);border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease}.project-card:hover{background:#462308f2;border-color:#f97316b3;box-shadow:0 8px 24px #f9731640;transform:translateY(-4px)}.add-project-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;border:2px dashed rgba(249,115,22,.5);background:#371c05d9}.add-project-card:hover{border-color:#f97316cc;background:#412108eb}.add-icon{color:#f9731699;transition:all .2s ease}.add-project-card:hover .add-icon{color:#f97316e6;transform:scale(1.05)}.add-text{margin-top:8px;font-size:12px;color:#f9731699;transition:color .2s ease}.add-project-card:hover .add-text{color:#f97316e6}.project-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.project-name{font-size:18px;font-weight:600;color:#fff;margin:0}.project-type{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500}.project-preview{color:#a0a0a0;font-size:14px;line-height:1.6;margin-bottom:12px;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-time{color:#666;font-size:12px}.project-checkbox{position:absolute;top:12px;left:12px;width:20px;height:20px;border:2px solid rgba(255,133,162,.3);border-radius:4px;background:#00000080;cursor:pointer;z-index:10}.project-more{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border:none;background:#ffffff0d;border-radius:6px;color:#999;font-size:20px;cursor:pointer;transition:all .2s}.project-more:hover{background:#ff85a233;color:#ff85a2}.project-dropdown{display:none;position:absolute;bottom:48px;right:12px;background:#111111fa;border:1px solid rgba(255,133,162,.2);border-radius:8px;box-shadow:0 8px 24px #0000008c;z-index:100;min-width:120px}.project-dropdown-item{padding:10px 16px;font-size:14px;color:#fff;cursor:pointer;transition:all .2s}.project-dropdown-item:hover{background:#ff85a226}.project-dropdown-item.danger:hover{background:#ef444433}.titlebar-version{display:inline!important}.modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:5000;display:flex;align-items:center;justify-content:center}.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1;animation:overlay-fade-in .3s ease-out}@keyframes overlay-fade-in{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.modal-content{position:relative;background:linear-gradient(145deg,#111,#0a0a0a);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,133,162,.2);padding:24px;border-radius:16px;width:380px;max-width:90%;box-shadow:0 32px 80px #00000080,0 0 48px #ff85a21a;z-index:2;animation:modal-pop-in .4s cubic-bezier(.175,.885,.32,1.275)}.modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,133,162,.4),transparent);border-radius:16px 16px 0 0}@keyframes modal-pop-in{0%{opacity:0;transform:scale(.85) translateY(-30px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-content h2{margin:0 0 12px;color:#fff;font-size:16px;font-weight:600}.feature-card{cursor:pointer}.chat-input-section{display:flex;justify-content:center;padding:40px 20px 20px}.chat-input-box{width:100%;max-width:800px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;padding:25px}.chat-input-area{display:flex;align-items:flex-start;gap:15px}.chat-upload-btn{width:50px;height:50px;background:var(--bg-tertiary);border:2px dashed var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:var(--text-muted);transition:all .3s;flex-shrink:0}.chat-upload-btn:hover{border-color:var(--primary);color:var(--primary)}.chat-textarea{flex:1;background:transparent;border:none;color:var(--text);font-size:16px;resize:none;min-height:50px;max-height:120px;line-height:1.6;padding:12px 0}.chat-textarea:focus{outline:none}.chat-textarea::placeholder{color:var(--text-muted)}.chat-send-btn{width:50px;height:50px;background:linear-gradient(135deg,var(--primary),var(--accent));border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#fff;transition:all .3s;flex-shrink:0}.chat-send-btn:hover{transform:scale(1.1);box-shadow:0 4px 15px #ff85a266}.chat-options{display:flex;gap:10px;margin-top:18px;justify-content:center}.type-switch{display:flex;background:var(--bg-tertiary);border-radius:10px;padding:4px;border:1px solid var(--border)}.type-btn{padding:8px 18px;border:none;background:transparent;color:var(--text-secondary);font-size:14px;cursor:pointer;border-radius:8px;transition:all .3s}.type-btn.active{background:#ff85a226;border:1px solid var(--primary);color:#1a1a1a;font-weight:600}.feature-cards{display:grid;grid-template-columns:1fr;gap:16px;padding:0 30px;max-width:400px;margin:0 auto}.feature-cards .feature-card{padding:18px;min-height:110px}.feature-cards .card-icon{font-size:22px}.feature-cards .card-title{font-size:14px}.feature-cards .card-desc{font-size:11px}.context-menu{display:none;position:fixed;background:#1a1a1afa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,133,162,.25);border-radius:8px;padding:6px 0;min-width:140px;box-shadow:0 8px 32px #00000080;z-index:10000}.context-menu.show{display:block;animation:menu-fade-in .15s ease-out}@keyframes menu-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.context-menu-item{display:flex;align-items:center;gap:10px;padding:10px 14px;color:#ccc;font-size:13px;cursor:pointer;transition:all .15s}.context-menu-item:hover{background:#ff85a226;color:#ff85a2}.context-menu-item svg{flex-shrink:0}.search-panel{display:none;position:fixed;top:80px;left:50%;transform:translate(-50%);background:#1a1a1afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.3);border-radius:12px;padding:4px;width:400px;max-width:90vw;box-shadow:0 12px 40px #00000080;z-index:10001}.search-panel.show{display:block;animation:search-slide-in .2s ease-out}@keyframes search-slide-in{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.search-panel-header{display:flex;align-items:center;gap:10px;padding:10px 14px}.search-panel-input{flex:1;background:transparent;border:none;color:#fff;font-size:14px;outline:none}.search-panel-input::placeholder{color:#666}.search-panel-close{background:none;border:none;color:#666;font-size:20px;cursor:pointer;padding:0 4px;line-height:1}.search-panel-close:hover{color:#ff85a2}.search-box{position:relative;flex-shrink:0;display:flex;align-items:center}.search-input{display:none}.projects-section{padding:16px;position:relative}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.project-card{background:#3c1e05eb;border-radius:12px;padding:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(249,115,22,.4);position:relative;box-shadow:0 2px 12px #0000004d;overflow:hidden;user-select:none;-webkit-user-select:none}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(249,115,22,.2),transparent);pointer-events:none}.project-card:hover{background:#462308f2;border-color:#f97316b3;transform:translateY(-3px);box-shadow:0 8px 24px #f9731640}.project-card:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(249,115,22,.06) 0%,transparent 60%);pointer-events:none}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:8px}.project-name{font-size:14px;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.project-type{padding:2px 8px;border-radius:10px;font-size:10px;font-weight:500;white-space:nowrap;flex-shrink:0}.project-preview{color:#fff9;font-size:12px;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.project-stats{display:flex;gap:10px;color:#fff6;font-size:11px;margin-bottom:6px}.project-time{color:#ffffff59;font-size:10px}.project-more{position:absolute;right:10px;bottom:10px;width:26px;height:26px;border-radius:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.project-more:hover{background:#ff85a233;border-color:#ff85a266;color:#ff85a2}.project-dropdown{position:absolute;right:0;bottom:36px;background:#1a1a1afa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,133,162,.2);border-radius:8px;padding:4px 0;min-width:100px;box-shadow:0 8px 24px #0006;display:none;z-index:100}.project-dropdown:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,133,162,.3),transparent)}.project-dropdown.show{display:block;animation:dropdown-in .15s ease-out}@keyframes dropdown-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.project-dropdown-item{padding:8px 14px;color:#fffc;font-size:12px;cursor:pointer;transition:all .15s ease}.project-dropdown-item:hover{background:#ff85a226;color:#ff85a2}.project-dropdown-item.danger{color:#f87171}.project-dropdown-item.danger:hover{background:#f8717126;color:#fca5a5}#dragSelectRect{position:fixed;border:2px solid rgba(255,133,162,.7);background:#ff85a214;pointer-events:none;z-index:9999;display:none;border-radius:2px;box-shadow:0 0 12px #ff85a226}.project-card.drag-selected{border-color:#f9731699!important;box-shadow:0 0 0 2px #f973164d,0 4px 24px #0000001a!important}.project-card.drag-selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f973160f;pointer-events:none;border-radius:16px}body.drag-selecting,body.drag-selecting *{user-select:none!important;-webkit-user-select:none!important}.project-card .drag-check{position:absolute;top:10px;left:10px;width:22px;height:22px;border-radius:50%;background:#f97316e6;display:none;align-items:center;justify-content:center;z-index:12;box-shadow:0 2px 8px #0000004d;pointer-events:none}.project-card .drag-check svg{width:14px;height:14px;stroke:#000;stroke-width:2.5;fill:none}.project-card.drag-selected .drag-check{display:flex}#batchActionBar{position:fixed;bottom:-80px;left:50%;transform:translate(-50%);background:#141414f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.3);border-radius:16px;padding:12px 28px;display:flex;align-items:center;gap:20px;z-index:10000;transition:bottom .35s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 30px #0006}#batchActionBar.show{bottom:32px}#batchActionBar .batch-info{color:#ffffffd9;font-size:14px;white-space:nowrap}#batchActionBar .batch-info strong{color:#ff85a2;font-size:18px;margin:0 2px}#batchActionBar .batch-btn{padding:8px 20px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}#batchActionBar .batch-btn.delete{background:#ef4444d9;color:#fff}#batchActionBar .batch-btn.delete:hover{background:#ef4444;box-shadow:0 4px 12px #ef444466}#batchActionBar .batch-btn.cancel{background:#ffffff1a;color:#ffffffb3}#batchActionBar .batch-btn.cancel:hover{background:#fff3;color:#fff}#batchActionBar .batch-btn.select-all{background:#ff85a233;color:#ff85a2}#batchActionBar .batch-btn.select-all:hover{background:#ff85a259}#batchActionBar .batch-btn.open{background:linear-gradient(135deg,#ff85a2d9,#d4a574d9);color:#0a0a0a}#batchActionBar .batch-btn.open:hover{background:linear-gradient(135deg,#ff85a2,#d4a574);box-shadow:0 4px 12px #ff85a266}.agent-card:hover{background:linear-gradient(135deg,#ff85a226,#ff85a21a)!important;border-color:#ff85a280!important;box-shadow:0 8px 25px #ff85a240!important}.card-badge.new{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.agreement-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10000;justify-content:center;align-items:center}.agreement-modal-overlay.show{display:flex}.agreement-modal-card{width:1800px;max-width:92vw;max-height:80vh;background:#0a0a0af2;border:2px solid #ffa500;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 8px 32px #ffa50033}.agreement-modal-header{padding:16px 24px;font-size:18px;font-weight:600;color:#fff;text-align:center;border-bottom:1px solid rgba(255,165,0,.3);background:#ffa5000d}.agreement-modal-content{flex:1;padding:20px 24px;overflow-y:auto;color:#ffffffd9;font-size:14px;line-height:1.8}.agreement-modal-content h3.agreement-title{color:orange;font-size:16px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(255,165,0,.2)}.agreement-modal-content h4.agreement-section{color:orange;font-size:14px;margin:20px 0 10px}.agreement-modal-content p{margin:8px 0;text-align:justify}.agreement-modal-content ul{margin:8px 0;padding-left:20px}.agreement-modal-content li{margin:4px 0}.agreement-modal-footer{padding:16px 24px;text-align:center;border-top:1px solid rgba(255,165,0,.3)}.agreement-close-btn{padding:8px 32px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;cursor:pointer;transition:all .2s ease}.agreement-close-btn:hover{background:#ffa5001a;border-color:orange;color:orange}#gcModalOverlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:10000}#gcModal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:1700px;height:92vh;background:#0a0a0af2;border:1px solid #333;border-radius:12px;z-index:10001;overflow:hidden;flex-direction:column}.gc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #333}.gc-modal-header h3{color:#ff85a2;font-size:16px;margin:0}.gc-modal-close{background:none;border:none;color:#888;font-size:22px;cursor:pointer;padding:0 4px}.gc-modal-close:hover{color:#fff}.gc-modal-body{display:flex;flex:1;min-height:0;overflow-y:auto}.gc-left{flex:0 0 450px;padding:20px;border-right:1px solid #333;overflow-y:auto}.gc-right{flex:1;padding:20px;overflow-y:auto}.gc-gen-dual{display:flex;gap:20px}.gc-gen-dual>div{flex:1;min-width:0}.gc-preview-img{width:100%;aspect-ratio:var(--gc-preview-ratio, 3/4);border-radius:6px;overflow:hidden;background:#000000c7;margin-bottom:10px;display:flex;align-items:flex-start;justify-content:center;cursor:pointer}.gc-preview-img img{width:100%;height:100%;object-fit:cover;object-position:top}.gc-form-label{display:block;font-size:11px;color:#888;margin-bottom:4px}.gc-form-input{width:100%;padding:8px 10px;background:#111;border:1px solid #333;border-radius:6px;color:#fff;font-size:13px;outline:none;box-sizing:border-box}.gc-form-input:focus{border-color:#ff85a2}.gc-form-select{width:100%;padding:8px 10px;background:#111;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;outline:none;box-sizing:border-box}.gc-form-select:focus{border-color:#ff85a2}.gc-form-row{display:flex;gap:10px;margin-bottom:12px}.gc-form-row>div{flex:1}.gc-form-group{margin-bottom:14px}.gc-prompt-area{width:100%;min-height:100px;padding:10px;background:#111;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;resize:vertical;box-sizing:border-box}.gc-prompt-area:focus{border-color:#ff85a2;outline:none}.gc-prompt-counter{text-align:right;font-size:10px;color:#666;margin-top:4px}.gc-gen-btn{width:100%;padding:10px;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:8px;color:#0a0a0a;font-size:13px;font-weight:600;cursor:pointer;margin-top:8px}.gc-gen-btn:hover{opacity:.9}.gc-gen-btn:disabled{background:#333;color:#666;cursor:not-allowed}.gc-history-section{margin-top:20px;padding-top:16px;border-top:1px solid #333}.gc-history-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.gc-history-item{aspect-ratio:3/4;border-radius:6px;overflow:hidden;background:#111;border:2px solid transparent;cursor:pointer;transition:all .2s}.gc-history-item:hover{border-color:#ff85a280;transform:scale(1.03)}.gc-history-item.active{border-color:#ff85a2}.gc-history-item img{width:100%;height:100%;object-fit:contain}.gc-modal-footer{padding:12px 20px;border-top:1px solid #333;display:flex;justify-content:space-between;align-items:center}.gc-btn-delete{padding:8px 16px;font-size:12px;background:transparent;border:1px solid #f44336;border-radius:6px;color:#f44336;cursor:pointer}.gc-btn-delete:hover{background:#f443361a}.gc-footer-right{display:flex;gap:10px}.gc-btn-cancel{padding:8px 20px;font-size:12px;background:#333;border:1px solid #444;border-radius:6px;color:#ccc;cursor:pointer}.gc-btn-cancel:hover{background:#444;color:#fff}.gc-btn-save{padding:8px 20px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:6px;color:#0a0a0a;cursor:pointer}.gc-btn-save:hover{opacity:.9}.gc-model-selector{position:relative}.gc-model-display{padding:8px 10px;background:#111;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.gc-model-display:hover{border-color:#555}.gc-model-dropdown{display:none;position:fixed;margin-top:2px;background:#0a0a0af2;border:1px solid #444;border-radius:6px;z-index:10000;overflow-y:auto;max-height:320px;box-shadow:0 4px 12px #00000080}.gc-model-option{padding:10px 12px;color:#ccc;font-size:12px;cursor:pointer;transition:background .15s;display:flex;align-items:center;min-height:44px}.gc-model-option:hover{background:#ff85a226;color:#ff85a2}.gc-model-option.selected{background:#ff85a21a;color:#ff85a2}.gc-model-icon{width:30px;height:30px;border-radius:5px;margin-right:8px;object-fit:cover;flex-shrink:0}.gc-model-label{flex:1}.gc-model-price{font-size:10px;color:#ff85a2;margin-left:6px;white-space:nowrap;flex-shrink:0}.wc-model-selector{position:relative}.wc-model-display{padding:8px 10px;background:#111;border:1px solid #333;border-radius:6px;color:#ddd;font-size:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.wc-model-display:hover{border-color:#555}.wc-model-dropdown{display:none;position:fixed;margin-top:2px;background:#0a0a0af2;border:1px solid #444;border-radius:6px;z-index:10000;overflow-y:auto;max-height:320px;box-shadow:0 4px 12px #00000080}.wc-model-option{padding:10px 12px;color:#ccc;font-size:12px;cursor:pointer;transition:background .15s;display:flex;align-items:center;min-height:44px}.wc-model-option:hover{background:#ff85a226;color:#ff85a2}.wc-model-option.selected{background:#ff85a21a;color:#ff85a2}.wc-model-icon{width:30px;height:30px;border-radius:5px;margin-right:8px;object-fit:cover;flex-shrink:0}.wc-model-label{flex:1}.wc-model-price{font-size:10px;color:#ff85a2;margin-left:6px;white-space:nowrap;flex-shrink:0}#pageSoftwareSettings{background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 18%),linear-gradient(135deg,#343538,#2e2f32 42%,#3a3b3f);box-sizing:border-box;padding:clamp(24px,3vh,38px) clamp(68px,7.4vw,132px) 46px clamp(128px,10.8vw,196px)}.settings-page-wrapper{width:min(1320px,100%);margin:0 auto;padding:0}.settings-page-header{margin-bottom:20px}.settings-page-title{font-size:18px;font-weight:700;color:#ff85a2;display:flex;align-items:center;gap:8px}.settings-page-subtitle{font-size:12px;color:#ffffff59;margin-top:4px}.settings-tabs{display:flex;gap:2px;margin-bottom:20px;border-bottom:1px solid rgba(255,133,162,.12)}.settings-tab{display:flex;align-items:center;gap:6px;padding:10px 18px;border:none;background:transparent;color:#ffffff73;font-size:13px;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-1px}.settings-tab:hover{color:#ff85a2}.settings-tab.active{color:#ff85a2;border-bottom-color:#ff85a2}.settings-content-area{width:100%}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:linear-gradient(90deg,#ff85a259,#8b5cf659);border-radius:4px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#ff85a2,#a78bfa);cursor:pointer;box-shadow:0 0 6px #ff85a266;transition:box-shadow .2s;margin-top:-6px}input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 0 12px #ff85a299}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#ff85a2,#a78bfa);cursor:pointer;border:none;box-shadow:0 0 6px #ff85a266}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.settings-section{display:none}.settings-section.active{display:block}.settings-section-desc{font-size:12px;color:#ffffff59;line-height:1.6}#settingsApiKeysContainer{display:flex;flex-direction:column;gap:2px}.settings-card{background:#0000008c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,133,162,.12);border-radius:10px;padding:0;transition:border-color .2s;overflow:hidden}.settings-card:hover{border-color:#ff85a240}.settings-card-title{font-size:13px;font-weight:600;color:#ff85a2;padding:12px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;transition:background .15s;margin:0}.settings-card-title:hover{background:#ff85a20f}.settings-platform-link{color:#ff85a280;text-decoration:none;font-size:12px;margin-left:4px;transition:color .2s;display:inline-block}.settings-platform-link:hover{color:#ff85a2}.settings-card-title:after{content:"";width:6px;height:6px;border-right:1.5px solid rgba(255,133,162,.5);border-bottom:1.5px solid rgba(255,133,162,.5);transform:rotate(45deg);transition:transform .2s;flex-shrink:0}.settings-card.expanded .settings-card-title:after{transform:rotate(-135deg)}.settings-card-body{max-height:0;overflow:hidden;transition:max-height .25s ease;padding:0 16px}.settings-card.expanded .settings-card-body{max-height:1200px;padding:0 16px 14px}.settings-card-field{display:flex;align-items:center;gap:10px;margin-bottom:8px}.settings-card-field:last-child{margin-bottom:0}#softwareSettingsComfyui .settings-card-field{flex-direction:column;align-items:stretch}#softwareSettingsComfyui .settings-card-field label{flex:none;text-align:left;margin-bottom:4px;color:#60a5fa}.settings-card-field label{font-size:11px;color:#fff6;flex:0 0 120px;text-align:right}.settings-input{flex:1;padding:7px 10px;font-size:12px;border:1px solid rgba(255,133,162,.12);border-radius:6px;background:#0003;color:#ffffffd9;transition:border-color .2s,box-shadow .2s}.settings-input:focus{outline:none;border-color:#ff85a273;box-shadow:0 0 0 2px #ff85a214}.settings-input::placeholder{color:#fff3}.settings-save-btn{padding:9px 22px;font-size:13px;font-weight:500;border:none;border-radius:8px;background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #ff85a233}.settings-save-btn:hover{background:linear-gradient(135deg,#e6c84a,#ff85a2);box-shadow:0 4px 16px #ff85a24d;transform:translateY(-1px)}@media (max-width: 900px){#pageSoftwareSettings{padding:20px 16px 32px}.settings-page-wrapper{padding:0}#settingsApiKeysContainer{grid-template-columns:1fr}}.account-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;z-index:100000;align-items:center;justify-content:center}.account-modal-overlay.show{display:flex}.account-modal{background:#111;border:1px solid rgba(255,133,162,.2);border-radius:16px;width:420px;max-width:92vw;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000008c;padding:28px 28px 20px;position:relative}.account-modal::-webkit-scrollbar{width:5px}.account-modal::-webkit-scrollbar-track{background:transparent}.account-modal::-webkit-scrollbar-thumb{background:#ff85a24d;border-radius:3px}.account-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.account-modal-title{font-size:18px;font-weight:700;background:linear-gradient(135deg,#ff85a2,#ffb0c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.account-modal-close{width:28px;height:28px;background:#ffffff0f;border:1px solid rgba(255,133,162,.12);border-radius:6px;color:#888;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.account-modal-close:hover{background:#ff85a21f;color:#ff85a2;border-color:#ff85a24d}.account-info-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#0a0a0af2;border:1px solid rgba(255,133,162,.08);border-radius:8px;margin-bottom:8px}.account-info-label{font-size:13px;color:#a0a0a0;min-width:65px}.account-info-value{font-size:13px;color:#e0e0e0;flex:1;text-align:right;margin:0 10px}.account-info-value.unset{color:#555}.account-bind-btn{padding:5px 12px;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:5px;color:#0a0a0a;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.account-bind-btn:hover{background:linear-gradient(135deg,#ffb0c4,#ff85a2)}.account-bind-btn.bound{background:#50c87814;color:#50c878;border:1px solid rgba(80,200,120,.2);cursor:default}.account-section-title{font-size:12px;color:#ff85a2;font-weight:600;margin:16px 0 8px;padding-bottom:6px;border-bottom:1px solid rgba(255,133,162,.08);text-transform:uppercase;letter-spacing:1px}.bind-form-area{display:none;margin:-4px 0 8px;padding:14px;background:#050505ad;border:1px solid rgba(255,133,162,.1);border-radius:8px}.bind-form-area.show{display:block}.bind-form-area .form-group{margin-bottom:10px}.bind-form-area .form-label{display:block;font-size:12px;color:#a0a0a0;margin-bottom:5px}.bind-form-area .form-input{width:100%;padding:9px 12px;background:#0a0a0af2;border:1px solid rgba(255,133,162,.15);border-radius:6px;color:#fff;font-size:13px;outline:none;box-sizing:border-box}.bind-form-area .form-input:focus{border-color:#ff85a2;box-shadow:0 0 0 2px #ff85a226}.bind-form-area .code-row{display:flex;gap:8px}.bind-form-area .code-row .form-input{flex:1}.bind-form-area .btn-send-code{padding:9px 14px;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:6px;color:#0a0a0a;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.bind-form-area .btn-send-code:disabled{background:#333;color:#666;cursor:not-allowed}.bind-form-area .btn-submit{width:100%;padding:9px;background:linear-gradient(135deg,#ff85a2,#d4a574);border:none;border-radius:6px;color:#0a0a0a;font-size:13px;font-weight:600;cursor:pointer;margin-top:6px}.bind-form-area .btn-submit:disabled{opacity:.5;cursor:not-allowed}.bind-form-area .bind-msg{font-size:12px;margin-top:6px;text-align:center}.bind-form-area .bind-msg.success{color:#50c878}.bind-form-area .bind-msg.error{color:#dc3545}#scModalOverlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:5000}#scModal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:1700px;max-width:96vw;height:92vh;background:#0a0a0af2;border:1px solid #333;border-radius:12px;z-index:5001;overflow:hidden;flex-direction:column}#scModal .gc-preview-img{aspect-ratio:21/9;align-items:center}#scModal .gc-history-item{aspect-ratio:16/9}.sc-edit-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.sc-edit-field label{display:block;font-size:11px;color:#888;font-weight:500;margin-bottom:4px}.sc-edit-field input,.sc-edit-field textarea{width:100%;padding:8px 10px;background:#111;border:1px solid #333;border-radius:6px;color:#fff;font-size:13px;font-family:inherit;box-sizing:border-box;outline:none;transition:border-color .2s}.sc-edit-field input:focus,.sc-edit-field textarea:focus{border-color:#ff85a2}.sc-edit-field input::placeholder,.sc-edit-field textarea::placeholder{color:#fff3}.sc-edit-field textarea{min-height:80px;resize:vertical;line-height:1.5}.sc-btn-secondary{background:#ffffff0f;border:1px solid #444;border-radius:6px;color:#aaa;cursor:pointer;transition:all .2s}.sc-btn-secondary:hover:not(:disabled){border-color:#ff85a2;color:#ff85a2}.mp-invoice-summary{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.mp-inv-card{flex:1 1 140px;min-width:140px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px}.mp-inv-card-hl{background:linear-gradient(135deg,#ff85a21f,#d4a57414);border-color:#ff85a266}.mp-inv-label{font-size:12px;color:#94a3b8;margin-bottom:8px}.mp-inv-value{font-size:22px;font-weight:700;color:#e2e8f0;line-height:1.2}.mp-inv-value .sym{font-size:14px;font-weight:500;color:#ff85a2;margin-right:2px}.mp-inv-card-hl .mp-inv-value{color:#ff85a2}.mp-inv-sub{font-size:11px;color:#64748b;margin-top:6px}.mp-inv-form{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px 20px}.mp-inv-form-title{font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:14px}.mp-inv-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.mp-inv-lbl{width:84px;font-size:13px;color:#94a3b8;flex-shrink:0}.mp-inv-input{flex:1;padding:8px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:13px;outline:none;transition:border-color .2s}.mp-inv-input:focus{border-color:#ff85a2}.mp-inv-segment{display:inline-flex;background:#0000004d;border-radius:6px;padding:2px}.mp-inv-seg{padding:6px 18px;background:transparent;border:none;color:#94a3b8;font-size:13px;cursor:pointer;border-radius:5px;transition:all .2s}.mp-inv-seg.active{background:linear-gradient(135deg,#ff85a2,#d4a574);color:#0a0a0a;font-weight:600}.mp-inv-amount-wrap{flex:1;display:flex;align-items:center;gap:8px}.mp-inv-amount-sym{color:#ff85a2;font-size:14px;font-weight:600}.mp-inv-amount-input{flex:1}.mp-inv-max{padding:8px 14px;background:#ff85a21a;border:1px solid rgba(255,133,162,.3);border-radius:6px;color:#ff85a2;cursor:pointer;font-size:12px;white-space:nowrap}.mp-inv-max:hover{background:#ff85a22e}.mp-inv-actions{text-align:center;margin-top:16px}.mp-inv-tip{margin-top:10px;font-size:12px;min-height:16px}.mp-inv-tip.err{color:#f87171}.mp-inv-tip.ok{color:#10b981}.mp-inv-history{margin-top:18px}.mp-inv-table{width:100%;border-collapse:collapse;font-size:12px}.mp-inv-table th,.mp-inv-table td{padding:8px 10px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);color:#cbd5e1}.mp-inv-table th{color:#94a3b8;font-weight:500;background:#ffffff05}.mp-inv-status{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px}.mp-inv-status.pending{background:#facc151f;color:#facc15}.mp-inv-status.approved{background:#3b82f61f;color:#60a5fa}.mp-inv-status.issued{background:#10b9811f;color:#10b981}.mp-inv-status.rejected{background:#f871711f;color:#f87171}.sc-desc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.sc-btn-ai{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#ff85a226,#d4a57426);border:1px solid rgba(255,133,162,.3);border-radius:6px;color:#ff85a2;padding:4px 10px;font-size:12px;cursor:pointer;transition:all .2s}.sc-btn-ai:hover{background:linear-gradient(135deg,#ff85a240,#d4a57440);border-color:#ff85a2}body.home-landing-active .bg-layer{background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 18%),linear-gradient(135deg,#343538,#2e2f32 42%,#3a3b3f)}body.home-landing-active .bg-layer:after{background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.32),transparent 62%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.32),transparent 62%)}#pageHome.home-page{background:transparent}#pageHome .landing-atmosphere{display:none}body.home-landing-active #appSidebar,body.home-landing-active #sidebarBottomBubble{background:transparent;border-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}#pageHome .landing-container{flex:1 1 auto;width:100%;height:100%;min-height:0;box-sizing:border-box;padding:clamp(24px,3vh,38px) clamp(68px,7.4vw,132px) 46px clamp(128px,10.8vw,196px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scroll-padding-top:104px}#pageHome .landing-container::-webkit-scrollbar{width:8px}#pageHome .landing-container::-webkit-scrollbar-track{background:transparent}#pageHome .landing-container::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:8px}#pageHome .landing-shell{position:relative;display:block;width:min(1360px,100%);height:auto;min-height:0;margin:0 auto;padding:clamp(18px,2.6vh,28px) 0 0;overflow:visible}#pageHome .landing-logo-overlay{position:fixed;top:calc(var(--software-browser-gap, 0px) + 20px);left:calc(var(--software-browser-gap, 0px) + 18px);width:clamp(78px,7vw,118px);max-width:calc(100vw - 44px);aspect-ratio:1200 / 278;z-index:1200;pointer-events:none;opacity:.92;overflow:visible;filter:drop-shadow(0 10px 22px rgba(0,0,0,.22))}#pageHome .landing-logo-overlay:before,#pageHome .landing-logo-overlay:after{content:none}#pageHome .landing-logo-mark{position:absolute;left:0;top:0;display:block;width:23.5%;height:100%;overflow:hidden;z-index:1}#pageHome .landing-logo-mark:after{content:"";position:absolute;left:48%;top:9%;width:54%;height:82%;background:linear-gradient(90deg,#25768e29,#20212400 72%),repeating-linear-gradient(0deg,#7ceff24d 0,#7ceff24d 3px,#7ceff200 3px,#7ceff200 6px),repeating-linear-gradient(90deg,#7ceff233 0,#7ceff233 3px,#7ceff200 3px,#7ceff200 6px);clip-path:polygon(0 0,100% 7%,88% 100%,0 92%);opacity:.62}#pageHome .landing-logo-mark img{display:block;width:auto;max-width:none;height:100%;object-fit:contain;object-position:left center}#pageHome .landing-logo-cape{position:absolute;left:12.2%;top:14%;width:86%;height:74%;transform:translateY(1px) skew(-12deg);transform-origin:left center;z-index:2}#pageHome .landing-logo-cape:before{content:"";position:absolute;left:0;top:50%;width:86%;height:48%;transform:translateY(-50%);background:linear-gradient(90deg,#7beff25c,#3ab1f52e 38%,#3ab1f500);clip-path:polygon(0 18%,100% 2%,88% 100%,0 82%);filter:blur(.35px)}#pageHome .landing-logo-cape span{position:absolute;display:block;width:clamp(2px,.26vw,4px);height:clamp(2px,.26vw,4px);background:#7deff2c7;box-shadow:0 0 8px #4bc4ff42}#pageHome .landing-logo-cape span:nth-child(1){left:0;top:20%;width:clamp(5px,.55vw,8px);height:clamp(5px,.55vw,8px);opacity:.82}#pageHome .landing-logo-cape span:nth-child(2){left:2%;top:58%;width:clamp(7px,.8vw,12px);opacity:.7}#pageHome .landing-logo-cape span:nth-child(3){left:8%;top:36%;width:clamp(5px,.55vw,8px);height:clamp(5px,.55vw,8px);opacity:.64}#pageHome .landing-logo-cape span:nth-child(4){left:16%;top:66%;width:clamp(8px,.9vw,14px);opacity:.48}#pageHome .landing-logo-cape span:nth-child(5){left:28%;top:22%;opacity:.46}#pageHome .landing-logo-cape span:nth-child(6){left:42%;top:68%;opacity:.32}#pageHome .landing-logo-cape span:nth-child(7){left:56%;top:28%;width:clamp(3px,.36vw,5px);opacity:.28}#pageHome .landing-logo-cape span:nth-child(8){left:72%;top:55%;opacity:.2}#pageHome .landing-logo-cape span:nth-child(9){left:88%;top:42%;width:clamp(2px,.2vw,3px);height:clamp(2px,.2vw,3px);opacity:.16}#pageHome .landing-logo-cape span:nth-child(10){left:98%;top:30%;width:2px;height:2px;opacity:.12}#pageHome .landing-logo-cape span:nth-child(11){left:108%;top:62%;width:2px;height:2px;opacity:.09}#pageHome .landing-logo-cape span:nth-child(12){left:118%;top:48%;width:2px;height:2px;opacity:.07}#pageHome .landing-stage{position:absolute;width:1px;height:1px;min-height:0;overflow:hidden;opacity:0;pointer-events:none}#pageHome .landing-module-heading{display:flex;width:min(1320px,100%);align-items:flex-end;justify-content:space-between;gap:20px;margin:30px auto 14px}#pageHome .landing-module-heading>div{display:flex;align-items:baseline;gap:12px}#pageHome .landing-module-heading span{color:#80e2eb94;font-size:9px;font-weight:760;letter-spacing:.16em}#pageHome .landing-module-heading h1{margin:0;color:#fffffff0;font-size:20px;line-height:1.2}#pageHome .landing-module-heading p{margin:0;color:#ffffff6b;font-size:11px}#pageHome .landing-module-list{--landing-module-gap: 12px;position:relative;display:block;width:100%;max-width:1320px;height:auto;min-height:0;margin:0 auto 22px;padding:0}#pageHome .landing-module-list:before,#pageHome .landing-module-list:after{content:none}#pageHome .landing-module-viewport{min-width:0;min-height:224px;margin:-4px 0 -10px;padding:4px 0 10px;overflow:hidden}#pageHome .landing-module-track{position:relative;height:210px;min-width:0;perspective:1320px;perspective-origin:50% 48%;transform-style:preserve-3d}#pageHome .landing-welcome{width:min(1320px,100%);margin:0 auto clamp(30px,4.2vh,52px);padding:clamp(10px,1.6vh,16px) 0 clamp(24px,3.4vh,40px);color:#fffffff0;font-size:clamp(22px,1.85vw,34px);font-weight:780;line-height:1.2;letter-spacing:0;text-align:center;text-shadow:0 14px 36px rgba(0,0,0,.34)}#pageHome .landing-module-card{--landing-card-width: calc((100% + 54px) / 3);--landing-curve-offset: clamp(218px, 28vw, 286px);position:absolute;top:0;left:50%;display:flex;flex-direction:column;gap:0;flex:0 0 calc((100% - 24px) / 3);width:var(--landing-card-width);height:auto;min-height:0;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:linear-gradient(180deg,#ffffff1a,#ffffff08),#3f4044;color:inherit;overflow:hidden;cursor:pointer;box-shadow:none;opacity:0;filter:saturate(.76) brightness(.88);font:inherit;text-align:left;transform:translate3d(-50%,8px,-120px) scale(.74);transform-origin:center center;backface-visibility:hidden;pointer-events:none;transition:transform .46s cubic-bezier(.22,.72,.2,1),opacity .3s ease,filter .3s ease,border-color .18s ease,box-shadow .18s ease}#pageHome .landing-module-card:hover{transform:translateY(-3px);border-color:#80e1eb6b;box-shadow:0 16px 34px #00000038}#pageHome .landing-module-card[data-landing-position=leading],#pageHome .landing-module-card[data-landing-position=trailing]{opacity:.9;pointer-events:auto;z-index:2}#pageHome .landing-module-card[data-landing-position=leading]{left:0;transform:translate3d(0,2px,0) rotateY(18deg) scale(.98);transform-origin:left center}#pageHome .landing-module-card[data-landing-position=trailing]{right:0;left:auto;transform:translate3d(0,2px,0) rotateY(-18deg) scale(.98);transform-origin:right center}#pageHome .landing-module-card[data-landing-position=center]{opacity:1;filter:none;pointer-events:auto;z-index:4;transform:translate3d(-50%,10px,28px) scale(.94)}#pageHome .landing-module-card[data-landing-position=leading]{-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 58%,rgba(0,0,0,.72) 86%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 58%,rgba(0,0,0,.72) 86%,transparent 100%)}#pageHome .landing-module-card[data-landing-position=trailing]{-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.72) 14%,#000 42%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.72) 14%,#000 42%,#000 100%)}#pageHome .landing-module-card[data-landing-position=leading]:hover{transform:translate3d(0,-1px,0) rotateY(18deg) scale(1.01)}#pageHome .landing-module-card[data-landing-position=trailing]:hover{transform:translate3d(0,-1px,0) rotateY(-18deg) scale(1.01)}#pageHome .landing-module-card[data-landing-position=center]:hover{transform:translate3d(-50%,6px,32px) scale(.97)}#pageHome .landing-module-card[data-landing-position=hidden]{opacity:0;pointer-events:none;z-index:0}#pageHome .landing-module-card:focus-visible{outline:2px solid rgba(128,225,235,.74);outline-offset:3px}#pageHome .landing-module-card:before{content:none}#pageHome .landing-module-card:after{content:none}#pageHome .landing-module-media{position:relative;z-index:1;display:block;width:100%;aspect-ratio:3 / 1;border:0;border-radius:12px 12px 0 0;background:#2f3034;overflow:hidden;box-shadow:none}#pageHome .landing-module-media img,#pageHome .landing-module-media video{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.015);transition:transform .9s ease,filter .68s ease;filter:contrast(.98) saturate(.82) brightness(.92);pointer-events:none}#pageHome .landing-module-card.is-active .landing-module-media img,#pageHome .landing-module-card.is-active .landing-module-media video,#pageHome .landing-module-card.is-active:hover .landing-module-media img,#pageHome .landing-module-card.is-active:hover .landing-module-media video,#pageHome .landing-module-card:hover .landing-module-media img{transform:scale(1);filter:contrast(1.02) saturate(.96) brightness(1)}#pageHome .landing-module-copy{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:4px;min-width:0;min-height:58px;box-sizing:border-box;padding:9px 12px 10px;background:#2d2e32;text-shadow:none}#pageHome .landing-module-kicker{display:none}#pageHome .landing-module-title{margin:0;color:#fffffff0;font-size:15px;font-weight:720;line-height:1.2}#pageHome .landing-module-desc{display:block;max-width:100%;overflow:hidden;color:#ffffffb8;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}#pageHome .landing-quick-tools{position:sticky;top:0;z-index:40;width:min(1320px,100%);box-sizing:border-box;margin:0 auto 12px;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}#pageHome .landing-quick-tools-list{display:flex;align-items:flex-start;justify-content:center;gap:clamp(22px,4vw,62px)}#pageHome .landing-quick-tool{display:flex;width:74px;min-width:0;align-items:center;flex-direction:column;gap:6px;padding:0;border:0;color:inherit;background:transparent;opacity:1;cursor:default}#pageHome .landing-quick-tool-icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:#ffffff0e;box-shadow:inset 0 1px #ffffff0f}#pageHome .landing-quick-tool-icon img{width:20px;height:20px;opacity:.76;filter:brightness(0) invert(1)}#pageHome .landing-quick-tool-label{color:#ffffffb8;font-size:10px;white-space:nowrap}#pageHome .landing-quick-tool-status{color:#80e2eb7a;font-size:8px}#pageHome .landing-carousel-arrow{position:absolute;top:calc(50% - 22px);z-index:24;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid transparent;border-radius:10px;color:#ffffffdb;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:translateY(-50%);cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}#pageHome .landing-carousel-arrow:hover{color:#fff;background:transparent;border-color:transparent;transform:translateY(-50%) scale(1.05)}#pageHome .landing-carousel-arrow span{display:block;margin-top:-2px;font-size:34px;line-height:1;font-weight:300}#pageHome .landing-carousel-arrow-prev{left:calc(-1 * var(--landing-arrow-offset))}#pageHome .landing-carousel-arrow-next{right:calc(-1 * var(--landing-arrow-offset))}#pageHome .landing-module-list>.landing-carousel-arrow{position:absolute;right:auto;left:auto;width:34px;height:42px;top:50%;transform:translateY(-50%)}#pageHome .landing-module-list>.landing-carousel-arrow:hover{transform:translateY(-50%) scale(1.06)}#pageHome .landing-module-list>.landing-carousel-arrow:focus-visible{outline:2px solid rgba(128,225,235,.72);outline-offset:2px}#pageHome .landing-module-list>.landing-carousel-arrow:disabled{opacity:.28;cursor:default}#pageHome .landing-module-list>.landing-carousel-arrow-prev{left:0}#pageHome .landing-module-list>.landing-carousel-arrow-next{right:0}#pageHome .landing-carousel-dots{position:absolute;left:50%;bottom:10px;z-index:22;display:flex;align-items:center;justify-content:center;gap:8px;transform:translate(-50%)}#pageHome .landing-carousel-dot{width:24px;height:4px;padding:0;border:0;border-radius:999px;background:#ffffff3d;cursor:pointer;transition:width .24s ease,background .24s ease}#pageHome .landing-carousel-dot.active{width:36px;background:#ffffffb8}#pageHome .landing-gallery-section{width:min(1320px,100%);margin:0 auto;padding:0 0 30px}#pageHome .landing-gallery-header{max-width:none;margin:0 0 16px;padding:0}#pageHome .landing-gallery-header-left{gap:10px}#pageHome .landing-gallery-title{margin:0;color:#fffffff0;font-size:20px;font-weight:760}#pageHome .landing-gallery-title:before{background:#ffffff8a}#pageHome .landing-gallery-note{color:#ffffff7a;font-size:12px}#pageHome .landing-gallery-tabs{border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff14}#pageHome .gallery-tab{border-radius:6px;color:#ffffffa8}#pageHome .gallery-tab:hover{color:#fff;background:#ffffff1a}#pageHome .gallery-tab.active{color:#26272a;background:#ffffffdb;border-color:transparent;box-shadow:none}#pageHome .landing-gallery-grid{max-width:none;margin:0;column-count:6;column-gap:8px}#pageHome .landing-gallery-grid.grid-mode{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}#pageHome .landing-gallery-item{border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#ffffff14;box-shadow:none;margin-bottom:8px}#pageHome .landing-gallery-item:before{background:linear-gradient(100deg,#ffffff14,#ffffff29 42%,#ffffff14 82%);background-size:220% 100%}#pageHome .landing-gallery-item:hover{transform:translateY(-3px);border-color:#ffffff52;box-shadow:none}#pageHome .landing-gallery-item img,#pageHome .landing-gallery-item video{border-radius:6px}@media (max-width: 1180px){#pageHome .landing-container{padding-left:104px;padding-right:44px}#pageHome .landing-shell{padding-top:34px}#pageHome .landing-module-list{min-height:0}#pageHome .landing-welcome{margin-bottom:clamp(24px,3.2vh,36px);padding-top:10px;padding-bottom:24px;font-size:clamp(18px,2.2vw,28px)}#pageHome .landing-module-card{min-height:0}#pageHome .landing-gallery-grid{column-count:5}#pageHome .landing-gallery-section{width:100%}#pageHome .landing-carousel-arrow-prev{left:clamp(8px,1.5vw,18px)}#pageHome .landing-carousel-arrow-next{right:clamp(8px,1.5vw,18px)}#pageHome .landing-gallery-grid.grid-mode{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 980px){#pageHome .landing-module-list{--landing-module-gap: 10px;max-width:600px}#pageHome .landing-module-card{flex-basis:calc((100% - 10px)/2)}#pageHome .landing-module-viewport{min-height:166px}#pageHome .landing-module-track{height:154px;perspective:none}#pageHome .landing-module-card{--landing-card-width: calc((100% - 10px)/2) ;--landing-curve-offset: 0px;top:0;transform:translate3d(-50%,4px,0) scale(.96)}#pageHome .landing-module-card[data-landing-position=center]{left:25%;transform:translate3d(-50%,4px,0) scale(.94)}#pageHome .landing-module-card[data-landing-position=trailing]{right:auto;left:75%;transform:translate3d(-50%,4px,0) scale(.96)}#pageHome .landing-module-card[data-landing-position=leading]{left:-25%;transform:translate3d(-50%,4px,0) scale(.9)}#pageHome .landing-quick-tools-list{justify-content:flex-start;gap:24px;padding:2px 2px 8px;overflow-x:auto;scrollbar-width:none}#pageHome .landing-quick-tools-list::-webkit-scrollbar{display:none}#pageHome .landing-quick-tool{flex:0 0 74px}}@media (max-width: 760px){body.software-browser-shell{--software-browser-gap: 3px;--software-browser-radius: 7px}#pageHome .landing-container{padding:90px 18px 32px 78px!important}#pageHome .landing-logo-overlay{width:66px;left:calc(var(--software-browser-gap, 0px) + 12px);top:calc(var(--software-browser-gap, 0px) + 14px)}#pageHome .landing-shell{padding:0 0 22px}#pageHome .landing-module-heading{align-items:flex-start;margin-top:18px;margin-bottom:10px}#pageHome .landing-module-heading>div{gap:8px}#pageHome .landing-module-heading h1{font-size:17px}#pageHome .landing-module-heading p{display:none}#pageHome .landing-welcome{margin-bottom:22px;padding-top:6px;padding-bottom:16px;font-size:clamp(17px,5.6vw,22px)}#pageHome .landing-module-list{--landing-module-gap: 8px;max-width:100%;height:auto;min-height:0;padding:0}#pageHome .landing-module-list:before,#pageHome .landing-module-list:after{content:none}#pageHome .landing-module-viewport{min-height:142px}#pageHome .landing-module-track{height:132px}#pageHome .landing-module-card{--landing-card-width: calc((100% - 8px)/2) ;top:0;transform:translate3d(-50%,2px,0) scale(.96)}#pageHome .landing-module-card[data-landing-position=center]{left:25%;transform:translate3d(-50%,2px,0) scale(.93)}#pageHome .landing-module-card[data-landing-position=trailing]{right:auto;left:75%;transform:translate3d(-50%,2px,0) scale(.96)}#pageHome .landing-module-card[data-landing-position=center]:hover{transform:translate3d(-50%,-1px,0) scale(.95)}#pageHome .landing-module-card[data-landing-position=trailing]:hover{transform:translate3d(-50%,-1px,0) scale(.98)}#pageHome .landing-module-card{flex-basis:calc((100% - 8px)/2)}#pageHome .landing-module-list>.landing-carousel-arrow{width:28px}#pageHome .landing-module-copy{min-height:46px;padding:7px 8px 8px;gap:2px}#pageHome .landing-module-kicker{display:none}#pageHome .landing-module-title{font-size:clamp(12px,3.5vw,14px)}#pageHome .landing-module-desc{font-size:9px}#pageHome .landing-quick-tools{margin-top:0;margin-bottom:12px;padding-top:0}#pageHome .landing-quick-tools-heading{margin-bottom:10px}#pageHome .landing-quick-tools-heading span{display:none}#pageHome .landing-quick-tools-list{gap:14px;margin-right:-18px;padding-right:18px}#pageHome .landing-gallery-header{align-items:stretch}#pageHome .landing-gallery-note{display:none}#pageHome .landing-gallery-grid{column-count:2;column-gap:8px}#pageHome .landing-gallery-grid.grid-mode{grid-template-columns:1fr}}@media (max-width: 560px){#pageHome .landing-module-card{--landing-card-width: 100%}#pageHome .landing-module-card[data-landing-position=center]{left:50%;transform:translate3d(-50%,2px,0) scale(.98)}#pageHome .landing-module-card[data-landing-position=center]:hover{transform:translate3d(-50%,-1px,0) scale(1)}}.sc-chars-display{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.sc-char-chip{font-size:10px;padding:3px 8px;border-radius:4px;background:#ff85a214;color:#fff9}.studio-loading-skeleton{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;box-sizing:border-box;display:grid;place-items:center;padding-left:0;background:#111214d6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;pointer-events:none;transition:opacity .22s ease}body.software-browser-shell .studio-loading-skeleton{inset:var(--software-browser-gap);border-radius:var(--software-browser-radius)}.studio-loading-panel{display:inline-flex;align-items:center;gap:12px;min-width:184px;max-width:calc(100vw - 48px);padding:13px 16px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#141519e0;box-shadow:0 18px 45px #0000004d}.studio-loading-spinner{width:18px;height:18px;flex:0 0 auto;border:2px solid rgba(255,255,255,.16);border-top-color:#ff85a2e6;border-radius:999px;animation:studioLoadingSpin .85s linear infinite}.skeleton-progress-text{font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:13px;line-height:1.3;color:#ffffffb8;letter-spacing:0;white-space:nowrap}.studio-loading-skeleton.bc-exit{opacity:0!important}@keyframes studioLoadingSpin{to{transform:rotate(360deg)}}@keyframes bcSkeletonSweep{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.asset-skeleton-shine,.studio-generation-skeleton-media:after{animation:none!important}.asset-generated-media img,.asset-generated-media video,.studio-media-card img,.studio-media-card video{transition:none!important}}@keyframes pageFadeOut{to{opacity:0;transform:scale(.98)}}body.page-exiting{animation:pageFadeOut .2s ease-in forwards;pointer-events:none}.studio-input-bubble.studio-node-shell .studio-node-header-left{display:none!important}.studio-input-bubble.studio-node-shell .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{position:static!important;grid-column:2!important;grid-row:1!important;justify-self:start;align-self:center;width:calc(100% - 144px)!important;max-width:calc(100% - 144px);min-height:0;max-height:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;padding:0;overflow-x:auto;overflow-y:hidden;border:0;border-radius:0;background:transparent;scrollbar-width:none}.studio-input-bubble.studio-node-shell .studio-node-capability-rail::-webkit-scrollbar{display:none}.studio-input-bubble.studio-node-shell .studio-node-capability-rail:before{display:none!important;content:none!important}.studio-input-bubble.studio-node-shell .studio-node-capability{width:auto;min-width:88px;height:32px;flex:0 0 auto;justify-content:center;gap:6px;padding:0 12px;text-decoration:none}.studio-input-bubble.studio-node-shell .studio-node-capability-name,.studio-input-bubble.studio-node-shell .studio-node-capability-meta{max-width:none;white-space:nowrap}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{grid-row:2!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:3!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{grid-row:2 / span 2!important}.studio-input-bubble.studio-node-shell .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{grid-column:2!important;grid-row:1!important}@media (max-width: 760px){.studio-input-bubble.studio-node-shell .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail{grid-column:1!important;grid-row:3!important;width:100%!important;max-width:100%;padding-right:0}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{grid-row:5!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:6!important}}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{border:0!important;border-radius:4px!important;background:#34363d!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section:before{border-bottom-color:#ffffff14!important;background:#34363d!important;color:#e2e8f0b3!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-input{background:#34363d!important;color:#eef2f7!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{border:0!important;border-radius:0!important;background:#34363d!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count{border:0!important;border-radius:4px!important;background:#3d4047!important;color:#ecf0f5d1!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count:focus,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count:focus{background:#474a52!important;color:#fff!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability.active,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability.active{background:#4a4a42!important;color:var(--studio-accent)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability.locked,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability.locked{background:#363940!important;color:#a6adba8f!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-inline-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-inline-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-param-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-param-popover{border:0!important;border-radius:4px!important;background:#34363d!important;box-shadow:0 12px 34px #00000057!important}.studio-input-bubble.studio-node-shell .studio-generation-param-head,.studio-input-bubble.studio-node-shell .studio-generation-param-section,.studio-input-bubble.studio-node-shell .studio-generation-param-option,.studio-input-bubble.studio-node-shell .studio-inline-option{border-radius:4px!important;background:#3d4047!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell .studio-generation-param-option.active,.studio-input-bubble.studio-node-shell .studio-inline-option.active{background:#4a4a42!important;color:var(--studio-accent)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{grid-template-columns:206px minmax(0,1fr)!important;column-gap:14px!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-column:1!important;grid-row:1 / span 4!important;align-self:stretch!important;width:auto!important;min-height:0!important;padding:12px!important;border:0!important;border-radius:4px!important;background:#34363d!important;box-shadow:none!important;overflow:hidden!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section:before{display:none!important;content:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section:before{content:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section:before{content:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack{min-height:0!important;height:100%!important;align-items:flex-start!important;align-content:flex-start!important;justify-content:flex-start!important;gap:12px!important;padding:2px 0 0 3px!important;overflow:auto!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-add,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-add{position:relative!important;width:66px!important;min-width:66px!important;height:auto!important;min-height:0!important;aspect-ratio:3 / 4!important;padding:0!important;border:0!important;border-radius:4px!important;background:#3a3d45!important;color:transparent!important;font-size:0!important;box-shadow:0 10px 22px #00000038!important;transform:rotate(-7deg)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-empty>*,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-add>*,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-empty>*,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-add>*{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-empty:before,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-add:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-empty:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-add:before{content:"+"!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#e2e8f094!important;font-size:24px!important;font-weight:300!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-empty:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-add:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-empty:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-add:hover{background:#444851!important;transform:rotate(-7deg) translateY(-1px)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-empty:hover:before,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-add:hover:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-empty:hover:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-add:hover:before{color:#ffffffc7!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-card{width:66px!important;height:auto!important;min-height:0!important;aspect-ratio:3 / 4!important;border:0!important;border-radius:4px!important;background:#292c34!important;box-shadow:0 10px 22px #00000038!important}@media (max-width: 760px){.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{grid-template-columns:1fr!important;column-gap:0!important;row-gap:10px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{grid-row:4!important;min-height:104px!important}}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;background:#303137!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-top,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-top,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{border:0!important;background:#303137!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{border-radius:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{border:1px solid rgba(255,255,255,.08)!important;border-radius:4px!important;background:#25272d!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section:before{border-bottom-color:#ffffff14!important;background:#25272d!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-input{background:#25272d!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{padding-top:8px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;justify-content:flex-start!important;gap:12px!important;height:100%!important;padding:2px 6px 12px!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:thin!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack::-webkit-scrollbar,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack::-webkit-scrollbar{width:4px!important;height:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack::-webkit-scrollbar-thumb,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack::-webkit-scrollbar-thumb{border-radius:999px!important;background:#ffffff2e!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-add,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-add{flex:0 0 auto!important;margin:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-status-strip{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:2 / span 2!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section:before,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section:before{display:none!important;content:none!important;flex-basis:0!important;border:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{grid-template-columns:112px minmax(0,1fr)!important;column-gap:10px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{padding:10px 8px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack{padding:2px 4px 12px!important}.studio-input-bubble.studio-node-shell .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{position:absolute!important;left:8px!important;right:auto!important;top:auto!important;bottom:14px!important;z-index:28!important;width:96px!important;height:auto!important;display:block!important;padding:0!important;border:0!important;border-radius:4px!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell .studio-global-mode-switch:before{display:none!important;content:none!important}.studio-global-mode-trigger{width:100%;height:34px;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0 8px;border:1px solid rgba(255,255,255,.1);border-radius:4px;background:#3d4047;color:#ecf0f5e0;font-size:11px;font-weight:700;letter-spacing:0;cursor:pointer}.studio-global-mode-trigger:hover,.studio-global-mode-switch.open .studio-global-mode-trigger{border-color:#ffffff29;background:#474a52;color:#fff}.studio-global-mode-current-icon,.studio-global-mode-icon{width:14px;height:14px;flex:0 0 14px;display:inline-flex;align-items:center;justify-content:center}.studio-global-mode-current-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.studio-global-mode-caret{width:12px;height:12px;flex:0 0 12px;display:inline-flex;align-items:center;justify-content:center;opacity:.68;transition:transform .16s ease}.studio-global-mode-switch.open .studio-global-mode-caret{transform:rotate(180deg)}.studio-global-mode-menu{position:absolute;left:0;bottom:calc(100% + 6px);width:100%;display:none;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:4px;background:#303137;box-shadow:0 12px 34px #00000052}.studio-global-mode-switch.open .studio-global-mode-menu{display:grid;gap:4px}.studio-node-shell .studio-global-mode-btn,.studio-input-bubble.studio-node-shell .studio-global-mode-btn{width:100%!important;height:30px!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;padding:0 8px!important;border:1px solid transparent!important;border-radius:4px!important;background:transparent!important;color:#d1d5dbc7!important;font-size:11px!important;font-weight:700!important;letter-spacing:0!important;box-shadow:none!important}.studio-node-shell .studio-global-mode-btn:hover,.studio-input-bubble.studio-node-shell .studio-global-mode-btn:hover{border-color:#ffffff1f!important;background:#3d4047!important;color:#fff!important}.studio-node-shell .studio-global-mode-btn.active,.studio-input-bubble.studio-node-shell .studio-global-mode-btn.active{border-color:rgba(var(--studio-accent-rgb),.36)!important;background:rgba(var(--studio-accent-rgb),.13)!important;color:var(--studio-accent)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]{grid-template-columns:112px minmax(0,1fr)!important;column-gap:10px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;background:#303137!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-top{display:contents!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-status-strip,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{border:0!important;background:#303137!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section{grid-column:1!important;grid-row:1 / span 4!important;align-self:stretch!important;position:relative!important;width:auto!important;min-height:0!important;padding:40px 8px 10px!important;border-radius:0!important;overflow:hidden!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section:before{display:none!important;content:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack{min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;justify-content:flex-start!important;gap:12px!important;padding:2px 4px 56px!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:thin!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack::-webkit-scrollbar{width:4px!important;height:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack::-webkit-scrollbar-thumb{border-radius:999px!important;background:#ffffff2e!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack.stacked .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack.stacked.expanded .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-add{flex:0 0 auto!important;width:66px!important;min-width:66px!important;height:auto!important;min-height:0!important;aspect-ratio:3 / 4!important;margin:0!important;border:1px dashed rgba(112,196,255,.28)!important;border-radius:4px!important;background:#3a3d45!important;color:#d1d5db9e!important;box-shadow:0 10px 22px #00000038!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-card{border-style:solid!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-add{position:relative!important;padding:0!important;border:0!important;background:#3a3d45!important;color:transparent!important;font-size:0!important;transform:rotate(-7deg)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-empty>*,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-add>*{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-empty:before,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-add:before{content:"+"!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#e2e8f094!important;font-size:24px!important;font-weight:300!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-empty:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-add:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-card:hover{background:#444851!important;transform:rotate(-7deg) translateY(-1px)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-empty:hover:before,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-add:hover:before{color:#ffffffc7!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-card:hover{border-color:#70c4ff70!important;transform:translateY(-1px)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section{grid-row:2 / span 2!important;min-width:0!important;min-height:158px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:4px!important;background:#25272d!important;box-shadow:none!important;overflow:hidden!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section:before{display:none!important;content:none!important;border:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-input{min-height:156px!important;max-height:38vh!important;padding:16px 56px 16px 14px!important;background:#25272d!important;color:#eef2f7!important;font-size:13px!important;line-height:1.7!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{min-height:44px!important;align-items:center!important;gap:8px!important;padding:8px 10px 8px 32px!important;border-radius:0!important;position:static!important;justify-content:flex-start!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn{border:0!important;border-radius:4px!important;background:#3d4047!important;color:#ecf0f5d1!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count:focus,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn:hover{background:#474a52!important;color:#fff!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-send-area{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{position:absolute!important;left:8px!important;bottom:14px!important;z-index:30!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(112,196,255,.34)!important;border-radius:8px!important;background:#70c4ff24!important;color:#dff3ff!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn:hover{border-color:#70c4ff8f!important;background:#70c4ff38!important;color:#fff!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{left:50px!important;bottom:14px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap{order:1!important;margin-left:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioWebSearchWrap{order:2!important;margin-left:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-send-btn{width:34px!important;height:34px!important;border:1px solid rgba(112,196,255,.34)!important;border-radius:8px!important;background:#70c4ff24!important;color:#dff3ff!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-send-btn:hover{border-color:#70c4ff8f!important;background:#70c4ff38!important;color:#fff!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-inline-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-popover{border:0!important;border-radius:4px!important;background:#34363d!important;box-shadow:0 12px 34px #00000057!important}.studio-input-bubble.studio-node-shell .studio-generation-param-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-param-popover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-param-popover,#studioGenerationParamPopover.studio-generation-param-popover{width:340px!important;min-width:340px!important;max-width:min(340px,calc(100vw - 28px))!important;max-height:min(520px,calc(100vh - 96px))!important;padding:0!important;overflow-y:auto!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;background:#303137!important;box-shadow:0 18px 48px #00000085!important}#studioGenerationParamPopover .studio-param-compact{padding:12px!important;color:#e2e8f0eb!important}#studioGenerationParamPopover .studio-param-compact-section{margin:0 0 13px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}#studioGenerationParamPopover .studio-param-compact-section:last-of-type{margin-bottom:10px!important}#studioGenerationParamPopover .studio-param-compact-label{margin:0 0 7px!important;color:#bac4d4d1!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important}#studioGenerationParamPopover .studio-param-ratio-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}#studioGenerationParamPopover .studio-param-resolution-grid,#studioGenerationParamPopover .studio-param-toggle-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}#studioGenerationParamPopover .studio-param-compact-option,.studio-input-bubble.studio-node-shell #studioGenerationParamPopover .studio-param-compact-option{width:100%!important;min-width:0!important;height:32px!important;min-height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:6px!important;background:#24262d!important;color:#eef2f7e0!important;font-size:11px!important;font-weight:700!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important;transition:border-color .14s ease,background-color .14s ease,color .14s ease!important}#studioGenerationParamPopover .studio-param-compact-option:hover{border-color:#ffffff2e!important;background:#2a2d35!important;color:#fff!important}#studioGenerationParamPopover .studio-param-compact-option.active,.studio-input-bubble.studio-node-shell #studioGenerationParamPopover .studio-param-compact-option.active{border-color:#d4af3794!important;background:#3a382f!important;color:#f5d35d!important}#studioGenerationParamPopover .studio-param-compact-option.disabled,.studio-input-bubble.studio-node-shell #studioGenerationParamPopover .studio-param-compact-option.disabled{color:#949caa7a!important;cursor:not-allowed!important;opacity:.62!important;text-decoration:none!important}#studioGenerationParamPopover .studio-param-compact-option svg{flex:0 0 auto!important}#studioGenerationParamPopover .studio-param-ratio-preview{flex:0 0 auto!important;display:inline-block!important;border:1.5px solid rgba(238,242,247,.8)!important;border-radius:1px!important;background:transparent!important;box-sizing:border-box!important}#studioGenerationParamPopover .studio-param-compact-option.active .studio-param-ratio-preview,#studioGenerationParamPopover .studio-param-footer-ratio .studio-param-ratio-preview{border-color:#f4f1e8!important;background:#f4f1e8!important}#studioGenerationParamPopover .studio-param-duration-control{--studio-duration-pos: 0%;position:relative!important;padding:0 0 1px!important}#studioGenerationParamPopover .studio-param-duration-scale{height:23px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;color:#9caabed1!important;font-size:11px!important;line-height:1!important}#studioGenerationParamPopover .studio-param-duration-current{position:absolute!important;left:var(--studio-duration-pos)!important;top:-1px!important;transform:translate(-50%)!important;min-width:28px!important;height:21px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 7px!important;border-radius:6px!important;background:#525660!important;color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1!important}#studioGenerationParamPopover .studio-param-duration-slider{width:100%!important;height:18px!important;display:block!important;margin:0!important;padding:0!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;background:transparent!important;outline:none!important}#studioGenerationParamPopover .studio-param-duration-slider::-webkit-slider-runnable-track{height:4px!important;border-radius:999px!important;background:linear-gradient(to right,#d4af37 0%,#d4af37 var(--studio-duration-pos),rgba(210,216,226,.62) var(--studio-duration-pos),rgba(210,216,226,.62) 100%)!important}#studioGenerationParamPopover .studio-param-duration-slider::-webkit-slider-thumb{width:14px!important;height:14px!important;margin-top:-5px!important;border:0!important;border-radius:999px!important;background:#d4af37!important;cursor:pointer!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}#studioGenerationParamPopover .studio-param-duration-slider::-moz-range-track{height:4px!important;border-radius:999px!important;background:#d2d8e29e!important}#studioGenerationParamPopover .studio-param-duration-slider::-moz-range-progress{height:4px!important;border-radius:999px!important;background:#d4af37!important}#studioGenerationParamPopover .studio-param-duration-slider::-moz-range-thumb{width:14px!important;height:14px!important;border:0!important;border-radius:999px!important;background:#d4af37!important;cursor:pointer!important}#studioGenerationParamPopover .studio-param-duration-ticks{display:flex!important;justify-content:space-between!important;gap:2px!important;margin-top:5px!important;color:#919eb2d1!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important}#studioGenerationParamPopover .studio-param-duration-ticks span{min-width:0!important;text-align:center!important}#studioGenerationParamPopover .studio-param-text-logic-icon{position:relative!important;width:14px!important;height:14px!important;flex:0 0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:currentColor!important;font-size:11px!important;font-weight:900!important;line-height:1!important}#studioGenerationParamPopover .studio-param-text-logic-icon:after{content:""!important;position:absolute!important;left:2px!important;right:1px!important;top:7px!important;height:1.5px!important;border-radius:999px!important;background:currentColor!important;transform:rotate(-18deg)!important;opacity:0!important}#studioGenerationParamPopover .studio-param-text-logic-icon.injected:after{opacity:1!important}#studioGenerationParamPopover .studio-param-compact-footer{display:flex!important;align-items:center!important;gap:6px!important;min-height:18px!important;padding-top:4px!important;color:#d2d8e2d6!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important}#studioGenerationParamPopover .studio-param-footer-leading,#studioGenerationParamPopover .studio-param-footer-part,#studioGenerationParamPopover .studio-param-footer-icon{display:inline-flex!important;align-items:center!important;gap:4px!important;min-width:0!important;flex:0 0 auto!important}#studioGenerationParamPopover .studio-param-footer-leading{color:#c8d2e2b8!important}#studioGenerationParamPopover .studio-param-footer-dot{width:3px!important;height:3px!important;flex:0 0 3px!important;border-radius:50%!important;background:#96a2b494!important}@media (max-width: 560px){#studioGenerationParamPopover.studio-generation-param-popover{left:auto!important;right:0!important;width:min(340px,calc(100vw - 24px))!important;min-width:min(340px,calc(100vw - 24px))!important}}.studio-input-bubble.studio-node-shell{position:relative!important}.studio-input-bubble.studio-node-shell .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-submit-area{position:absolute!important;right:14px!important;bottom:14px!important;z-index:34!important;display:inline-grid!important;grid-template-columns:minmax(0,auto) 34px!important;align-items:center!important;gap:10px!important;min-height:34px!important;pointer-events:auto!important}.studio-input-bubble.studio-node-shell .studio-points-estimate,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-estimate,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-points-estimate,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-points-estimate{display:inline-flex!important;min-width:0!important;max-width:230px!important;align-items:baseline!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:5px!important;color:#9ca3afdb!important;font-size:10px!important;line-height:1.2!important;font-variant-numeric:tabular-nums!important;opacity:1!important;white-space:normal!important}.studio-input-bubble.studio-node-shell .studio-points-base{color:#94a3b8b3!important}.studio-input-bubble.studio-node-shell .studio-points-base.is-priced{color:#94a3b8bd!important;text-decoration:line-through!important;text-decoration-color:#94a3b89e!important}.studio-input-bubble.studio-node-shell .studio-points-current{color:#d4af37!important}.studio-input-bubble.studio-node-shell #studioGenerationSendBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationSendBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationSendBtn{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;order:initial!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;background:#414249!important;color:#f3f4f6!important;box-shadow:none!important;transform:none!important}.studio-input-bubble.studio-node-shell #studioGenerationSendBtn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationSendBtn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationSendBtn:hover{border-color:#ffffff2e!important;background:#4a4b52!important;color:#fff!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{left:8px!important}@media (max-width: 720px){.studio-input-bubble.studio-node-shell .studio-generation-submit-area{right:10px!important;bottom:10px!important}.studio-input-bubble.studio-node-shell .studio-points-estimate{max-width:150px!important}}.studio-input-bubble.studio-node-shell .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{overflow:visible!important}.studio-input-bubble.studio-node-shell .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack.has-hover-panel{position:relative!important;width:82px!important;height:96px!important;min-height:96px!important;padding:0!important;overflow:visible!important;scrollbar-width:none!important;z-index:70!important}.studio-input-bubble.studio-node-shell .studio-ref-stack.has-hover-panel::-webkit-scrollbar{display:none!important}.studio-ref-deck{position:relative!important;width:82px!important;height:96px!important;flex:0 0 auto!important}.studio-ref-main-add{position:absolute!important;inset:auto!important;height:24px!important;min-width:74px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 9px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:4px!important;background:#3d4047!important;color:#e2e8f0e0!important;font-size:11px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;z-index:120!important;box-shadow:none!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.studio-ref-main-add:hover{color:#fff!important;border-color:#ffffff2e!important;background:#474a52!important}.studio-ref-deck .studio-ref-card.studio-ref-deck-card,.studio-input-bubble.studio-node-shell .studio-ref-deck .studio-ref-card.studio-ref-deck-card,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-deck .studio-ref-card.studio-ref-deck-card,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-deck .studio-ref-card.studio-ref-deck-card,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-deck .studio-ref-card.studio-ref-deck-card{position:absolute!important;left:2px!important;top:calc((96px - var(--ref-deck-height, 88px)) / 2)!important;width:var(--ref-deck-width, 66px)!important;min-width:var(--ref-deck-width, 66px)!important;max-width:78px!important;height:var(--ref-deck-height, 88px)!important;min-height:0!important;max-height:92px!important;aspect-ratio:var(--ref-ratio, auto)!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:4px!important;background:#292c34!important;box-shadow:0 10px 22px #00000047!important;transform:translate(var(--deck-x, 0),var(--deck-y, 0)) rotate(var(--deck-rot, 0deg))!important;transform-origin:center bottom!important}.studio-ref-stack.has-hover-panel.ref-panel-open .studio-ref-deck .studio-ref-card.studio-ref-deck-card{transform:translate(var(--deck-x, 0),calc(var(--deck-y, 0) - 1px)) rotate(var(--deck-rot, 0deg))!important}.studio-ref-deck .studio-ref-label,.studio-ref-deck .studio-ref-name-input{display:none!important}.studio-ref-card img,.studio-ref-card video,.studio-ref-deck .studio-ref-card img,.studio-ref-deck .studio-ref-card video,.studio-ref-hover-panel .studio-ref-card img,.studio-ref-hover-panel .studio-ref-card video{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;display:block!important;border-radius:0!important;background:transparent!important}.studio-ref-card,.studio-ref-deck .studio-ref-card,.studio-ref-hover-panel .studio-ref-card{line-height:0!important}.studio-ref-card .studio-ref-video,.studio-ref-deck .studio-ref-card .studio-ref-video,.studio-ref-hover-panel .studio-ref-card .studio-ref-video{width:100%!important;height:100%!important;object-fit:cover!important;background:transparent!important}.studio-ref-audio-face,.studio-ref-uploading,.studio-ref-error{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.studio-ref-audio-face{background:linear-gradient(135deg,#252837,#181a24)!important}.studio-ref-uploading{color:#cbd5e1b8!important;font-size:10px!important}.studio-ref-error{padding:4px!important;color:#f87171!important;background:#7f1d1d2e!important;font-size:10px!important;line-height:1.35!important}.studio-ref-uploading-badge{position:absolute!important;left:4px!important;bottom:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;height:18px!important;padding:0 5px!important;border-radius:3px!important;background:#1f2228d1!important;color:#f8fafce0!important;font-size:10px!important;font-weight:700!important;line-height:1!important;z-index:8!important;pointer-events:none!important}.studio-ref-type-mark{position:absolute!important;top:3px!important;right:3px!important;width:18px!important;height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important;background:#00000094!important;color:#fff!important;z-index:4!important}.studio-ref-hover-panel{position:absolute!important;left:0!important;top:auto!important;bottom:calc(100% + 8px)!important;width:min(640px,calc(100vw - 320px))!important;max-height:min(430px,calc(100vh - 220px))!important;display:grid!important;grid-template-rows:repeat(3,auto) auto!important;gap:10px!important;padding:12px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px) scale(.985)!important;transform-origin:left bottom!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:6px!important;background:#303137!important;box-shadow:0 22px 56px #00000075!important;z-index:160!important}.studio-ref-hover-panel:after{content:""!important;position:absolute!important;left:0!important;bottom:-12px!important;width:120px!important;height:12px!important;background:transparent!important}.studio-ref-stack.has-hover-panel.ref-panel-open .studio-ref-hover-panel,.studio-ref-stack.has-hover-panel.renaming-ref .studio-ref-hover-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}.studio-ref-panel-row{min-width:0!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:10px!important}.studio-ref-panel-title{color:#e2e8f0cc!important;font-size:11px!important;font-weight:800!important;text-align:right!important}.studio-ref-panel-items{min-width:0!important;min-height:74px!important;display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 5px!important;scrollbar-width:thin!important}.studio-ref-panel-items.has-items{min-height:124px!important;align-items:flex-start!important}.studio-ref-panel-item{flex:0 0 auto!important;min-width:var(--ref-panel-width, 74px)!important;max-width:176px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:5px!important;line-height:1!important}.studio-ref-panel-item[data-ref-type=audio]{min-width:56px!important;max-width:56px!important}.studio-ref-panel-item .studio-ref-label-wrap{width:100%!important;min-width:0!important;height:18px!important;line-height:1!important}.studio-ref-hover-panel .studio-ref-panel-item .studio-ref-label{position:static!important;inset:auto!important;display:block!important;width:100%!important;min-width:0!important;height:18px!important;padding:0 3px!important;border:0!important;border-radius:3px!important;background:transparent!important;color:#d4af37!important;font-size:10px!important;font-weight:800!important;line-height:18px!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;box-shadow:none!important}.studio-ref-hover-panel .studio-ref-panel-item button.studio-ref-label{cursor:pointer!important}.studio-ref-hover-panel .studio-ref-panel-item .studio-ref-name-input{border:1px solid rgba(212,175,55,.55)!important;background:#1f2026!important;color:#f8e7a1!important;outline:none!important;box-sizing:border-box!important;cursor:text!important}.studio-ref-panel-items::-webkit-scrollbar{height:4px!important}.studio-ref-panel-items::-webkit-scrollbar-thumb{border-radius:999px!important;background:#ffffff2e!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;flex:0 0 auto!important;width:var(--ref-panel-width, 74px)!important;min-width:var(--ref-panel-width, 74px)!important;max-width:176px!important;height:var(--ref-panel-height, 96px)!important;min-height:0!important;max-height:116px!important;aspect-ratio:var(--ref-ratio, auto)!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:4px!important;background:#24262d!important;box-shadow:none!important;transform:none!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card[data-ref-type=audio],.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card[data-ref-type=audio],.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card[data-ref-type=audio],.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card[data-ref-type=audio],.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card[data-ref-type=audio]{width:56px!important;min-width:56px!important;max-width:56px!important;height:72px!important;max-height:72px!important;aspect-ratio:auto!important}.studio-ref-deck .studio-ref-card.studio-ref-deck-card img,.studio-ref-deck .studio-ref-card.studio-ref-deck-card video,.studio-ref-deck .studio-ref-card.studio-ref-deck-card .studio-ref-video,.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card img,.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card video,.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-video{object-fit:contain!important;background:#1f2026!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover{border-color:rgba(var(--studio-accent-rgb),.58)!important;transform:translateY(-1px)!important}.studio-ref-row-empty{min-width:86px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#94a3b88f!important;border:1px dashed rgba(255,255,255,.12)!important;border-radius:4px!important;font-size:11px!important}.studio-ref-panel-add{justify-self:end!important;min-height:30px!important;padding:5px 9px!important;color:#e2e8f0c7!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:4px!important;background:#3d4047!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important}.studio-ref-panel-add:hover{color:#fff!important;background:#474a52!important}.studio-ref-deck .studio-ref-del{display:none!important}.studio-ref-hover-panel .studio-ref-del{top:4px!important;right:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;background:#4a4e58eb!important;color:#f4f7fbeb!important;font-size:12px!important;line-height:16px!important;box-shadow:0 2px 8px #00000047!important;opacity:1!important;visibility:visible!important;transition:opacity .14s ease,background-color .14s ease,transform .14s ease!important;z-index:260!important}.studio-ref-hover-panel .studio-ref-card:hover .studio-ref-del{opacity:1!important}.studio-ref-hover-panel .studio-ref-del:hover{background:#626772fa!important;transform:scale(1.04)!important}@media (max-width: 760px){.studio-ref-hover-panel{left:0!important;top:auto!important;bottom:calc(100% + 8px)!important;width:min(520px,calc(100vw - 110px))!important}}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{padding-right:220px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioTranslatePromptBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioTranslatePromptBtn{margin-left:auto!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationCountSelect,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationCountSelect{margin-right:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationParamWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationParamWrap{flex:0 1 150px!important;max-width:150px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationParamBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationParamBtn{width:100%!important;min-width:0!important;max-width:150px!important}@media (max-width: 900px){.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{padding-right:150px!important}}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability.active,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability.active,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch.open .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch.open .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn.active,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn.active,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-param-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-param-btn{background:transparent!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count:focus,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count:focus{background:#ffffff09!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability.active,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability.active{color:var(--studio-accent)!important;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability.locked,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability.locked,.studio-inline-option.disabled.locked,.studio-model-option.disabled.locked,#studioGenerationParamPopover .studio-param-compact-option.disabled,.studio-input-bubble.studio-node-shell #studioGenerationParamPopover .studio-param-compact-option.disabled{border-color:transparent!important;background:transparent!important;box-shadow:none!important;color:#8b929e94!important;opacity:.78!important;text-decoration:line-through!important;text-decoration-color:#8b929eb8!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-capability.locked svg,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-capability.locked svg,.studio-inline-option.disabled.locked svg,.studio-model-option.disabled.locked svg{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{grid-template-rows:32px minmax(214px,1fr) 0 42px!important;min-height:332px!important;row-gap:8px!important;padding-bottom:12px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:2 / span 2!important;min-height:214px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-input{min-height:208px!important;padding-block:14px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{align-self:end!important;min-height:38px!important;gap:5px!important;padding-top:8px!important;padding-right:190px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{flex:0 1 188px!important;min-width:158px!important;max-width:210px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationParamWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationParamWrap{flex:0 1 124px!important;max-width:124px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationParamBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationParamBtn{max-width:124px!important;padding-inline:6px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count{height:30px!important;min-height:30px!important;padding-inline:6px!important}@media (max-width: 900px){.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{padding-right:140px!important}}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{height:42px!important;min-height:42px!important;box-sizing:border-box!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;padding-top:0!important;padding-bottom:0!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom>*,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom>*,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-inline-dropdown-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-inline-dropdown-wrap{align-self:center!important;flex-shrink:0!important;height:30px!important;min-height:30px!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger{height:30px!important;min-height:30px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important;vertical-align:middle!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-submit-area{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;min-height:30px!important;height:30px!important;display:inline-flex!important;align-items:center!important;align-content:center!important;gap:8px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-points-estimate,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-points-estimate{height:30px!important;min-height:30px!important;max-width:178px!important;display:inline-flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;line-height:1!important;white-space:nowrap!important;vertical-align:middle!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-points-base,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-points-current,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-points-base,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-points-current{display:inline-flex!important;align-items:center!important;height:30px!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationSendBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationSendBtn{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;align-self:center!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability{height:30px!important;min-height:30px!important;padding:0 8px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ecf0f5d1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability.active{color:#dff3ff!important;text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:6px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{bottom:18px!important;height:30px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn{height:30px!important;min-height:30px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding-top:0!important;padding-bottom:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ecf0f5d1!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger{justify-content:flex-start!important;padding-inline:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count:focus,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch.open .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn:hover{background:#ffffff09!important;color:#fff!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{height:42px!important;min-height:42px!important;box-sizing:border-box!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;gap:8px!important;padding:0 190px 0 32px!important;position:relative!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom>*,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap{align-self:center!important;flex-shrink:0!important;height:30px!important;min-height:30px!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area{top:50%!important;right:14px!important;bottom:auto!important;transform:translateY(-50%)!important;min-height:30px!important;height:30px!important;display:inline-flex!important;align-items:center!important;align-content:center!important;gap:8px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-estimate{height:30px!important;min-height:30px!important;max-width:178px!important;display:inline-flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-base,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-current{display:inline-flex!important;align-items:center!important;height:30px!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;align-self:center!important;border:0!important;border-radius:0!important;background:transparent!important;color:#f3f4f6!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability:disabled,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch:before,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability-rail:before{display:none!important;content:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability{opacity:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability.active,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-capability:disabled.active{background:transparent!important;color:#dff3ff!important;text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:6px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{position:static!important;grid-column:2!important;grid-row:4!important;align-self:center!important;justify-self:start!important;z-index:36!important;width:78px!important;height:30px!important;min-height:30px!important;padding:0!important;margin:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-count,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-estimate,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{height:30px!important;min-height:30px!important;box-sizing:border-box!important;align-items:center!important;line-height:1!important;vertical-align:middle!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-estimate,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{display:inline-flex!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn{justify-content:flex-start!important;gap:6px!important;padding:0 4px!important;color:#ecf0f5d6!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch.open .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prefs-dropdown-wrap .studio-toolbar-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-search-toggle-wrap:hover{background:transparent!important;color:#fff!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{grid-column:2!important;grid-row:4!important;align-self:center!important;z-index:24!important;height:42px!important;min-height:42px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;gap:8px!important;padding:0 12px 0 88px!important;margin:0!important;position:relative!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom>*{align-self:center!important;flex-shrink:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap{order:1!important;margin:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioWebSearchWrap{order:2!important;margin:0!important;padding:0 2px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area{position:static!important;inset:auto!important;right:auto!important;bottom:auto!important;top:auto!important;transform:none!important;z-index:auto!important;order:20!important;margin-left:auto!important;gap:8px!important;min-width:0!important;pointer-events:auto!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-estimate{max-width:190px!important;flex-wrap:nowrap!important;justify-content:flex-end!important;gap:5px!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-base,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-current{height:30px!important;display:inline-flex!important;align-items:center!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{position:static!important;width:30px!important;min-width:30px!important;justify-content:center!important;padding:0!important;color:#f3f4f6!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn:hover{border:0!important;background:transparent!important;color:#fff!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioTranslatePromptBtn,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationCountSelect{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{position:absolute!important;grid-column:auto!important;grid-row:auto!important;left:132px!important;right:auto!important;top:auto!important;bottom:17px!important;z-index:48!important;width:78px!important;height:30px!important;min-height:30px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger{width:100%!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-menu{left:0!important;right:auto!important;top:auto!important;bottom:calc(100% + 8px)!important;z-index:80!important;width:104px!important;min-width:104px!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch.open .studio-global-mode-menu{display:grid!important}.studio-input-area{padding:8px 5% 14px!important}.studio-input-bubble.studio-node-shell,.studio-input-bubble.studio-node-shell[data-studio-mode=agent],.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{display:grid!important;width:min(1100px,calc(100vw - 420px))!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-rows:26px minmax(136px,1fr) 0 34px!important;row-gap:5px!important;column-gap:10px!important;min-height:238px!important;padding:7px 10px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image],.studio-input-bubble.studio-node-shell[data-studio-mode=video]{min-height:250px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]{min-height:232px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{position:absolute!important;grid-column:auto!important;grid-row:auto!important;left:164px!important;right:auto!important;top:auto!important;bottom:13px!important;z-index:48!important;width:86px!important;height:30px!important;min-height:30px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger{width:100%!important;height:30px!important;min-height:30px!important;justify-content:flex-start!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-menu{left:0!important;right:auto!important;top:auto!important;bottom:calc(100% + 8px)!important;z-index:80!important;width:108px!important;min-width:108px!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{grid-column:2!important;grid-row:4!important;height:34px!important;min-height:34px!important;padding:0 184px 0 134px!important;gap:6px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-section{grid-row:2 / span 2!important;min-height:136px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-prompt-input{min-height:130px!important;padding-block:10px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack{flex:0 0 auto!important;margin:30px auto 0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack.has-hover-panel{margin-top:36px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack:not(.has-hover-panel),.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack:not(.has-hover-panel),.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack:not(.has-hover-panel){width:74px!important;height:88px!important;min-height:88px!important;max-height:88px!important;padding:0!important;margin:0 auto!important;overflow:visible!important;scrollbar-width:none!important;justify-content:center!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack:not(.has-hover-panel)::-webkit-scrollbar,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack:not(.has-hover-panel)::-webkit-scrollbar,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack:not(.has-hover-panel)::-webkit-scrollbar{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack:not(.has-hover-panel) .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack:not(.has-hover-panel) .studio-ref-add,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-stack:not(.has-hover-panel) .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack:not(.has-hover-panel) .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack:not(.has-hover-panel) .studio-ref-add,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-stack:not(.has-hover-panel) .studio-ref-card,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack:not(.has-hover-panel) .studio-ref-empty,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack:not(.has-hover-panel) .studio-ref-add,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-stack:not(.has-hover-panel) .studio-ref-card{width:66px!important;min-width:66px!important;max-width:66px!important;height:88px!important;min-height:88px!important;max-height:88px!important;margin:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch{position:absolute!important;left:164px!important;right:auto!important;top:auto!important;bottom:9px!important;width:86px!important;height:30px!important;min-height:30px!important;margin:0!important;z-index:52!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{grid-column:2!important;grid-row:4!important;height:34px!important;min-height:34px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;gap:6px!important;padding:0 0 0 134px!important;margin:0!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom>*,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioWebSearchWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area{flex:0 0 auto!important;align-self:center!important;height:30px!important;min-height:30px!important;margin-top:0!important;margin-bottom:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area{position:static!important;inset:auto!important;order:20!important;display:inline-flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-points-estimate{height:30px!important;min-height:30px!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioGenerationSendBtn{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]:not([data-prompt-expanded=true]),.studio-input-bubble.studio-node-shell[data-studio-mode=image]:not([data-prompt-expanded=true]),.studio-input-bubble.studio-node-shell[data-studio-mode=video]:not([data-prompt-expanded=true]){grid-template-rows:26px 88px 0 34px!important;min-height:177px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]:not([data-prompt-expanded=true]) .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image]:not([data-prompt-expanded=true]) .studio-prompt-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video]:not([data-prompt-expanded=true]) .studio-prompt-section{grid-row:2!important;height:88px!important;min-height:88px!important;max-height:88px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent]:not([data-prompt-expanded=true]) .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=image]:not([data-prompt-expanded=true]) .studio-prompt-input,.studio-input-bubble.studio-node-shell[data-studio-mode=video]:not([data-prompt-expanded=true]) .studio-prompt-input{height:84px!important;min-height:84px!important;max-height:84px!important;padding-block:8px!important;overflow-y:auto!important;box-sizing:border-box!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap{position:relative!important;width:186px!important;min-width:150px!important;max-width:min(260px,30vw)!important;z-index:76!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap .studio-text-model-trigger{width:100%!important;min-width:0!important;justify-content:flex-start!important;gap:6px!important;padding:0 4px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioTextModelLabel{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioTextModelDropdown{left:0!important;right:auto!important;bottom:calc(100% + 8px)!important;z-index:2100!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;width:auto!important;height:26px!important;min-height:26px!important;align-items:center!important;gap:4px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;z-index:70!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions .studio-node-tool-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions .studio-node-tool-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions .studio-node-tool-btn{flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid transparent!important;border-radius:6px!important;background:transparent!important;color:#9ca3afeb!important;box-shadow:none!important;font-size:12px!important;line-height:1!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions .studio-node-tool-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions .studio-node-tool-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions .studio-node-tool-btn:hover{border-color:transparent!important;background:#ffffff0f!important;color:#f0c15a!important}.studio-input-bubble.studio-node-shell .studio-node-panel-actions .studio-node-tool-icon{display:block!important;width:12px!important;height:12px!important;flex:0 0 12px!important;pointer-events:none!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn{border-color:#ffffff1a!important;font-size:9px!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn.mention{border-color:#38bdf859!important;background:#38bdf81f!important;color:#e0f2fe!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn .studio-media-input-mode-stack{position:relative!important;display:flex!important;width:13px!important;height:16px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;line-height:1!important;pointer-events:none!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn .studio-media-input-mode-mark,.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn .studio-media-input-mode-all{display:block!important;height:7px!important;line-height:7px!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn .studio-media-input-mode-mark{color:#6b7280f5!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn .studio-media-input-mode-all{color:#f0c15a!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn.mention .studio-media-input-mode-mark{color:#e0f2fe!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn.mention .studio-media-input-mode-all{color:#6b7280f5!important}.studio-input-bubble.studio-node-shell .studio-media-input-mode-btn .studio-media-input-mode-divider{display:block!important;width:13px!important;height:1px!important;margin:1px 0!important;transform:rotate(-12deg)!important;background:currentColor!important;opacity:.7!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;align-content:center!important;gap:6px!important;height:34px!important;min-height:34px!important;padding-top:0!important;padding-bottom:0!important;padding-left:0!important;margin:0!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{padding-right:184px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom{padding-right:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;grid-column:auto!important;grid-row:auto!important;flex:0 0 86px!important;order:0!important;width:86px!important;height:30px!important;min-height:30px!important;align-self:center!important;margin:0!important;padding:0!important;z-index:88!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger{width:100%!important;height:30px!important;min-height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;line-height:1!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-menu{left:0!important;right:auto!important;top:auto!important;bottom:calc(100% + 8px)!important;transform:none!important;z-index:2200!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom>*,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom>*,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom>*{align-self:center!important;margin-top:0!important;margin-bottom:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-generation-submit-area{position:static!important;inset:auto!important;transform:none!important;order:20!important;margin-left:auto!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-menu{position:absolute!important;left:0!important;right:auto!important;top:auto!important;bottom:calc(100% + 8px)!important;display:none!important;flex-direction:row!important;align-items:center!important;gap:4px!important;width:auto!important;min-width:max-content!important;max-width:none!important;padding:4px!important;transform:none!important;z-index:2200!important;box-sizing:border-box!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-btn{flex:0 0 auto!important;width:auto!important;min-width:64px!important;height:28px!important;min-height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:0 8px!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-input-bottom,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-input-bottom{padding-left:0!important;padding-right:0!important;column-gap:6px!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] #studioPrefsWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioInlineModelWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioInlineModelWrap{order:1!important;margin-left:0!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] #studioGenerationParamWrap,.studio-input-bubble.studio-node-shell[data-studio-mode=video] #studioGenerationParamWrap{order:2!important}.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-generation-submit-area,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-generation-submit-area{position:static!important;inset:auto!important;transform:none!important;order:20!important;margin-left:auto!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{flex:0 0 auto!important;width:auto!important;min-width:0!important;height:30px!important;display:inline-flex!important;align-items:center!important;order:0!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger{display:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-menu{position:static!important;inset:auto!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:2px!important;width:auto!important;min-width:0!important;max-width:none!important;height:30px!important;padding:2px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;background:#22252b!important;box-shadow:none!important;transform:none!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch.open .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch.open .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch.open .studio-global-mode-menu{display:inline-flex!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-btn{flex:0 0 auto!important;width:auto!important;min-width:48px!important;height:24px!important;min-height:24px!important;padding:0 8px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#e2e8f0b8!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{position:relative!important;overflow:visible!important;padding-top:40px!important}.studio-input-bubble.studio-node-shell .studio-ref-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-main-add{position:absolute!important;inset:10px auto auto 8px!important;transform:none!important;width:auto!important;min-width:88px!important;max-width:calc(100% - 16px)!important;height:24px!important;min-height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 9px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:4px!important;background:#3d4047!important;color:#ecf0f5e6!important;box-shadow:none!important;font-size:11px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;z-index:240!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.studio-input-bubble.studio-node-shell .studio-ref-main-add[hidden],.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-main-add[hidden],.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-main-add[hidden],.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-main-add[hidden]{display:none!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del{position:absolute!important;top:4px!important;right:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;padding:0!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:50%!important;background:#525660f5!important;color:#fff!important;font-size:0!important;line-height:1!important;text-align:center!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:1000!important;box-shadow:0 2px 8px #0000004d!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.api-token-overlay.show{display:flex!important;opacity:1!important;z-index:100000!important}.api-token-overlay .user-panel.api-token-panel{background:#2f3136!important;border-color:#e5e7eb24!important;border-radius:12px!important;box-shadow:0 24px 70px #00000085!important}.api-token-overlay .user-panel.api-token-panel .api-token-header{background:#2b2d31!important;border-bottom-color:#e5e7eb1a!important}.api-token-overlay .api-token-close.user-panel-close{width:auto!important;min-width:54px!important;height:30px!important;padding:0 14px!important;border:1px solid rgba(229,231,235,.12)!important;border-radius:999px!important;background:#3a3d43!important;color:#e5e7eb!important;font-size:12px!important;font-weight:800!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del{position:absolute!important;top:3px!important;right:3px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;padding:0!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:50%!important;background:#525660f0!important;color:#fffffff5!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;text-align:center!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:500!important;box-shadow:0 2px 8px #0000004d!important;transition:opacity .14s ease,background-color .14s ease,transform .14s ease!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.studio-ref-stack.stacked:not(.expanded) .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-stack.stacked:not(.expanded) .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del{display:inline-flex!important;z-index:220!important}.studio-ref-stack.ref-panel-open .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-stack.ref-panel-open .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del{opacity:1!important;visibility:visible!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover .studio-ref-del,.studio-ref-hover-panel .studio-ref-panel-item:hover .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-panel-item:hover .studio-ref-del,.studio-ref-stack.stacked:not(.expanded) .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-stack.stacked:not(.expanded) .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover .studio-ref-del{opacity:1!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del:hover,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del:hover{background:#686d78fa!important;transform:scale(1.04)!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-header,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-node-panel-actions,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-node-panel-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch{position:relative!important;inset:auto!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;height:30px!important;display:inline-flex!important;align-items:center!important;order:0!important;margin:0!important;padding:0!important;overflow:visible!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger{display:inline-flex!important;width:auto!important;min-width:0!important;height:30px!important;min-height:30px!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;padding:0 6px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#e2e8f0db!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-trigger:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch.open .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch.open .studio-global-mode-trigger,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch.open .studio-global-mode-trigger{background:transparent!important;color:#ff9bb3!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-menu{position:absolute!important;left:0!important;right:auto!important;top:auto!important;bottom:calc(100% + 8px)!important;display:none!important;grid-template-columns:1fr!important;gap:3px!important;width:126px!important;min-width:126px!important;max-width:126px!important;height:auto!important;min-height:0!important;padding:6px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;background:#25272d!important;box-shadow:0 12px 30px #00000052!important;transform:none!important;z-index:2200!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-switch.open .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-switch.open .studio-global-mode-menu,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-switch.open .studio-global-mode-menu{display:grid!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-btn,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-btn{width:100%!important;min-width:0!important;height:30px!important;min-height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;padding:0 9px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#e2e8f0c7!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-btn:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-btn:hover{background:#ffffff0f!important;color:#fff!important}.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-global-mode-btn.active,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-global-mode-btn.active,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-global-mode-btn.active{background:#ff85a224!important;color:#ff9bb3!important}.studio-input-bubble.studio-node-shell .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section{position:relative!important;overflow:visible!important;padding:8px!important;align-items:flex-start!important;justify-content:center!important}.studio-input-bubble.studio-node-shell .studio-ref-section.has-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section.has-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section.has-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section.has-main-add{padding-top:38px!important}.studio-input-bubble.studio-node-shell .studio-ref-section .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-section .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-section .studio-ref-stack.has-hover-panel,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-section .studio-ref-stack.has-hover-panel{margin:0 auto!important;padding-top:0!important}.studio-input-bubble.studio-node-shell .studio-ref-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-main-add,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-main-add{position:absolute!important;inset:8px auto auto 8px!important;transform:none!important;width:auto!important;min-width:78px!important;max-width:calc(100% - 16px)!important;height:24px!important;min-height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 8px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:4px!important;background:#3d4047!important;color:#ecf0f5e6!important;box-shadow:none!important;font-size:11px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;z-index:240!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.studio-input-bubble.studio-node-shell .studio-ref-main-add:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-main-add:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-main-add:hover,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-main-add:hover{border-color:#fff3!important;background:#474a52!important;color:#fff!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell[data-studio-mode=agent] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell[data-studio-mode=image] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell[data-studio-mode=video] .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del{position:absolute!important;top:4px!important;right:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;padding:0!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:50%!important;background:#525660f5!important;color:#fff!important;font-size:0!important;line-height:1!important;text-align:center!important;cursor:pointer!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1000!important;box-shadow:0 2px 8px #0000004d!important;transition:opacity .12s ease,visibility .12s ease,background-color .12s ease!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card img,.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card video,.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-video,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card img,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card video,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-video{position:relative!important;z-index:1!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del:before,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del:before{content:"×"!important;display:block!important;color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1!important}.studio-ref-stack.stacked:not(.expanded) .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-stack.stacked:not(.expanded) .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del{display:inline-flex!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card:hover .studio-ref-del,.studio-ref-hover-panel .studio-ref-panel-item:hover .studio-ref-del,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-panel-item:hover .studio-ref-del{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del:hover,.studio-input-bubble.studio-node-shell .studio-ref-hover-panel .studio-ref-card.studio-ref-panel-card .studio-ref-del:hover{background:#686d78fa!important}#pageRedraw.home-page{background:#f6f7fb!important}#pageRedraw .redraw-workbench{gap:0!important;padding:0 0 0 72px!important;color:#1d2129!important;background:#f6f7fb!important}#pageRedraw .redraw-project-home.active{align-items:stretch!important;padding:28px clamp(20px,3vw,40px)!important}#pageRedraw .redraw-project-toolbar,#pageRedraw .redraw-project-card,#pageRedraw .redraw-create-panel{background:#fff!important;color:#1d2129!important;border-color:#e5e7ef!important;box-shadow:0 10px 26px #1d21290f!important}#pageRedraw .redraw-project-workspace:not([hidden]){height:100%;gap:0!important}#pageRedraw .redraw-project-strip{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;border-bottom:1px solid #e9edf5;background:#fff;color:#1d2129;flex:0 0 auto}#pageRedraw .redraw-project-identity,#pageRedraw .redraw-project-meta,#pageRedraw .redraw-project-credit{display:inline-flex;align-items:center;min-width:0}#pageRedraw .redraw-project-identity{gap:12px}#pageRedraw .redraw-back-btn{width:30px;height:30px;border:1px solid #d9deea;border-radius:7px;background:#fff;color:#4e5969;font-size:22px;line-height:1;cursor:pointer}#pageRedraw .redraw-project-title-wrap{display:grid;gap:3px;min-width:0}#pageRedraw .redraw-project-title-wrap b{overflow:hidden;color:#1d2129;font-size:15px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-project-title-wrap span{overflow:hidden;color:#86909c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-project-meta{justify-content:center;gap:12px;color:#4e5969;font-size:12px;white-space:nowrap}#pageRedraw .redraw-project-meta span:not(:last-child):after{content:"/";margin-left:12px;color:#c9cdd4}#pageRedraw .redraw-project-credit{gap:6px;color:#7a42ff;font-size:12px;font-weight:700}#pageRedraw .redraw-step-tabs{min-height:48px;gap:clamp(28px,5vw,72px)!important;padding:0 24px!important;border-bottom:1px solid #e9edf5;background:#fff}#pageRedraw .redraw-step-tabs .redraw-step-tab{min-height:48px;color:#86909c!important}#pageRedraw .redraw-step-tabs .redraw-step-tab span{display:none}#pageRedraw .redraw-step-tabs .redraw-step-tab b{font-size:14px!important;font-weight:600!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active,#pageRedraw .redraw-step-tabs .redraw-step-tab.done{color:#165dff!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active:before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:#165dff}#pageRedraw .redraw-step-tabs .redraw-step-tab:not(:last-child):after{content:">";color:#c9cdd4}#pageRedraw .redraw-step-pages{background:#f6f7fb}#pageRedraw .redraw-step-page-main{padding:18px 24px 74px!important;color:#1d2129}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main{height:100%;display:flex;flex-direction:column;overflow:hidden;padding-bottom:14px!important}#pageRedraw .redraw-volc-alert{display:flex;align-items:flex-start;gap:8px;min-height:36px;margin:0 0 14px;padding:9px 12px;border:1px solid #cfe0ff;border-radius:6px;background:#f0f6ff;color:#1d4ed8;font-size:12px;line-height:1.45}#pageRedraw .redraw-volc-alert>span{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;border-radius:50%;background:#165dff;color:#fff;font-size:11px;font-weight:700}#pageRedraw .redraw-volc-alert b{color:#1d4ed8}#pageRedraw .redraw-volc-alert p{margin:0;color:#34568f}#pageRedraw .redraw-step-headline{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;margin-bottom:14px!important}#pageRedraw .redraw-target-toolbar{align-items:start!important;column-gap:16px!important;flex:0 0 auto}#pageRedraw .redraw-step-copy{color:#4e5969!important}#pageRedraw .redraw-step-control{display:inline-grid!important;grid-template-columns:minmax(220px,320px) auto auto!important;gap:8px!important}#pageRedraw .redraw-target-confirm-control{grid-template-columns:minmax(0,1fr)!important}#pageRedraw .redraw-target-toolbar .redraw-target-confirm-control{display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:flex-start!important;justify-self:end!important;align-self:start!important;gap:8px!important}#pageRedraw .redraw-target-top-stats{color:#4e5969;flex:0 0 auto;margin-left:8px;text-align:left;align-self:center}#pageRedraw .redraw-step-control label,#pageRedraw .redraw-field>span{color:#4e5969!important}#pageRedraw .redraw-step-control select,#pageRedraw .redraw-field input,#pageRedraw .redraw-field textarea,#pageRedraw .redraw-model-trigger{border-color:#d9deea!important;background:#fff!important;color:#1d2129!important}#pageRedraw .redraw-step-btn,#pageRedraw .redraw-primary-btn,#pageRedraw .redraw-target-generate-btn{min-height:34px;border:1px solid #165dff!important;border-radius:6px!important;background:#165dff!important;color:#fff!important;box-shadow:none!important}#pageRedraw .redraw-ghost-btn,#pageRedraw .redraw-target-actions label,#pageRedraw .redraw-target-secondary,#pageRedraw .redraw-video-toolbar button,#pageRedraw .redraw-video-controls button,#pageRedraw .redraw-storyboard-topline button{border:1px solid #d9deea!important;border-radius:6px!important;background:#fff!important;color:#1d2129!important}#pageRedraw .redraw-cost,#pageRedraw .studio-points-base,#pageRedraw .studio-points-current{color:#7a42ff!important}#pageRedraw .redraw-media-grid{min-height:190px!important;max-width:none;margin:0 0 18px!important}#pageRedraw .redraw-upload-zone{min-height:190px!important;height:auto!important;border-color:#c9d2e3!important;background:#fff!important;color:#4e5969!important}#pageRedraw .redraw-upload-zone strong{color:#1d2129!important}#pageRedraw .redraw-video-card{background:#111827!important}#pageRedraw .redraw-original-panel,#pageRedraw .redraw-shot-table,#pageRedraw .redraw-target-card-grid,#pageRedraw .redraw-storyboard-workspace,#pageRedraw .redraw-video-page,#pageRedraw .redraw-detected-assets div,#pageRedraw .redraw-shot-board div{border:1px solid #e5e7ef!important;border-radius:8px!important;background:#fff!important;color:#1d2129!important;box-shadow:0 8px 20px #1d21290a}#pageRedraw .redraw-original-panel{width:min(960px,100%);margin:0 auto;padding:16px}#pageRedraw .redraw-original-panel h3{margin:0 0 12px;color:#1d2129;font-size:14px}#pageRedraw .redraw-original-stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:10px;color:#4e5969;font-size:12px}#pageRedraw .redraw-original-stats b{color:#1d2129}#pageRedraw .redraw-original-table{display:grid;border:1px solid #eef0f5;border-radius:7px;overflow:hidden}#pageRedraw .redraw-original-row{display:grid;grid-template-columns:minmax(260px,1fr) 110px 120px 100px;align-items:center;gap:12px;min-height:54px;padding:8px 12px;border-top:1px solid #eef0f5;color:#4e5969;font-size:12px}#pageRedraw .redraw-original-row.head{min-height:36px;border-top:0;background:#f7f8fb;color:#86909c;font-weight:600}#pageRedraw .redraw-original-info{display:inline-flex;align-items:center;gap:10px;min-width:0}#pageRedraw .redraw-original-thumb{width:64px;height:36px;flex:0 0 auto;border-radius:5px;background:#e8ecf4 center / cover no-repeat}#pageRedraw .redraw-original-info b,#pageRedraw .redraw-original-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-original-info b{color:#1d2129}#pageRedraw .redraw-original-status.ready{color:#0e9f6e}#pageRedraw .redraw-step-next{position:fixed;left:50%;bottom:22px;z-index:20;min-width:150px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:19px;background:#1d2129;color:#fff;box-shadow:0 10px 26px #1d212938;transform:translate(-50%);cursor:pointer}#pageRedraw .redraw-setting-tabs{display:flex;align-items:center;gap:8px;margin:0 0 14px}#pageRedraw .redraw-target-toolbar .redraw-setting-tabs{margin:0!important;align-self:start;flex-wrap:wrap;min-width:0}#pageRedraw .redraw-setting-tabs button{min-height:30px;padding:0 14px;border:1px solid #d9deea;border-radius:6px;background:#fff;color:#4e5969;cursor:pointer}#pageRedraw .redraw-setting-tabs button.active{border-color:#165dff;background:#eef4ff;color:#165dff}#pageRedraw .redraw-setting-tabs span{margin-left:8px;color:#4e5969;font-size:12px}#pageRedraw .redraw-target-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px;padding:14px}#pageRedraw .redraw-target-pair-card{display:grid;gap:12px;padding:14px;border:1px solid #e5e7ef;border-radius:8px;background:#fff}#pageRedraw .redraw-target-pair-card[data-redraw-target-kind=prop]{border-color:#f6c45357}#pageRedraw .redraw-target-card-head b{color:#1d2129!important}#pageRedraw .redraw-target-card-head span{color:#86909c!important}#pageRedraw .redraw-target-pair{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);gap:10px;align-items:center}#pageRedraw .redraw-target-side{display:grid;gap:7px;min-width:0}#pageRedraw .redraw-target-kicker{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f2f3f7;color:#4e5969!important;font-size:12px!important}#pageRedraw .redraw-target-arrow{color:#86909c!important;font-size:16px!important}#pageRedraw .redraw-source-frame,#pageRedraw .redraw-target-preview{width:100%!important;aspect-ratio:16 / 9!important;min-height:112px;border-color:#e5e7ef!important;background:#f7f8fb!important;color:#86909c!important}#pageRedraw .redraw-target-side b{color:#1d2129!important;font-size:13px!important}#pageRedraw .redraw-target-side small{min-height:34px;color:#4e5969!important;font-size:12px;line-height:1.45}#pageRedraw .redraw-target-foot{display:grid;gap:8px}#pageRedraw .redraw-target-voice-panel{display:grid;gap:8px;padding:10px;border:1px solid #e5e7ef;border-radius:8px;background:#fbfcff}#pageRedraw .redraw-target-voice-panel>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}#pageRedraw .redraw-target-voice-panel b{color:#1d2129!important;font-size:12px!important}#pageRedraw .redraw-target-voice-panel span{color:#86909c!important;font-size:12px!important}#pageRedraw .redraw-target-voice-actions{display:flex;flex-wrap:wrap;gap:6px}#pageRedraw .redraw-target-scene-card{grid-template-rows:auto 1fr}#pageRedraw .redraw-scene-design-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:12px}#pageRedraw .redraw-scene-brief{min-height:220px;display:grid;align-content:start;gap:10px;padding:14px;border:1px solid #e5e7ef;border-radius:8px;background:linear-gradient(180deg,#fbfcff,#f4f7fb)}#pageRedraw .redraw-scene-brief b{color:#1d2129!important;font-size:15px!important}#pageRedraw .redraw-scene-brief p{margin:0;color:#4e5969;font-size:12px;line-height:1.55}#pageRedraw .redraw-scene-generate-panel{min-width:0;padding:12px;border:1px solid #e5e7ef;border-radius:8px;background:#fff}#pageRedraw .redraw-scene-generate-panel summary{min-height:28px;display:flex;align-items:center;color:#1d2129;cursor:pointer;font-weight:700}#pageRedraw .redraw-scene-generate-panel textarea{width:100%;min-height:104px;margin:8px 0 10px;padding:10px;border:1px solid #d9deea;border-radius:6px;resize:vertical;color:#1d2129;background:#fbfcff;font-size:12px;line-height:1.5}#pageRedraw .redraw-target-command-row{flex-wrap:wrap!important}#pageRedraw .redraw-target-secondary{min-height:26px;padding:0 10px;font-size:11px;cursor:pointer}#pageRedraw .redraw-storyboard-workspace{height:calc(100vh - 184px);min-height:560px;display:grid;grid-template-columns:68px 188px minmax(420px,1fr) 310px;grid-template-rows:minmax(0,1fr) 118px;gap:0;overflow:hidden}#pageRedraw .redraw-episode-rail{padding:12px 8px;border-right:1px solid #edf0f6;background:#fbfcff}#pageRedraw .redraw-episode-rail button{width:100%;min-height:34px;border:1px solid #d9deea;border-radius:6px;background:#fff;color:#4e5969}#pageRedraw .redraw-episode-rail button.active{border-color:#165dff;color:#165dff}#pageRedraw .redraw-storyboard-assets,#pageRedraw .redraw-preview-panel{min-width:0;overflow:auto;border-right:1px solid #edf0f6;background:#fbfcff}#pageRedraw .redraw-storyboard-tabs,#pageRedraw .redraw-preview-tabs{display:flex;gap:6px;padding:10px;border-bottom:1px solid #edf0f6}#pageRedraw .redraw-storyboard-tabs button,#pageRedraw .redraw-preview-tabs button{min-height:28px;border:0;background:transparent;color:#4e5969;cursor:pointer}#pageRedraw .redraw-storyboard-tabs button.active,#pageRedraw .redraw-preview-tabs button.active{color:#165dff;font-weight:700}#pageRedraw .redraw-storyboard-asset-list{display:grid;gap:10px;padding:10px}#pageRedraw .redraw-storyboard-asset-card{display:grid;gap:6px;padding:8px;border:1px solid #e5e7ef;border-radius:7px;background:#fff}#pageRedraw .redraw-storyboard-asset-card b{color:#1d2129;font-size:12px}#pageRedraw .redraw-storyboard-asset-card span{color:#86909c;font-size:11px}#pageRedraw .redraw-storyboard-main{min-width:0;overflow:auto;padding:12px}#pageRedraw .redraw-storyboard-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:#4e5969}#pageRedraw .redraw-storyboard-topline b{color:#1d2129}#pageRedraw .redraw-shot-editor{display:grid;gap:10px;margin-bottom:12px;padding:14px;border:1px solid #e5e7ef;border-radius:8px;background:#fff}#pageRedraw .redraw-shot-editor:not(.active){display:none}#pageRedraw .redraw-shot-editor-head{display:flex;align-items:center;gap:8px}#pageRedraw .redraw-shot-editor-head span{color:#165dff;font-weight:700}#pageRedraw .redraw-shot-editor-head b{color:#1d2129}#pageRedraw .redraw-shot-editor-head small{margin-left:auto;color:#86909c}#pageRedraw .redraw-shot-reference-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:start}#pageRedraw .redraw-reference-add{width:34px;height:34px;display:grid;place-items:center;border:1px dashed #c9d2e3;border-radius:6px;color:#86909c}#pageRedraw .redraw-batch-prompt-input{min-height:170px!important;border-color:#d9deea!important;background:#fff!important;color:#1d2129!important}#pageRedraw .redraw-shot-editor-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px}#pageRedraw .redraw-shot-editor-tools>span{min-height:30px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #d9deea;border-radius:6px;background:#fff;color:#4e5969}#pageRedraw .redraw-video-node-panel{min-width:0;display:grid;gap:10px;padding:12px;border:1px solid #d9deea;border-radius:8px;background:#fbfcff}#pageRedraw .redraw-video-node-head,#pageRedraw .redraw-video-node-model-row,#pageRedraw .redraw-video-node-controls{min-width:0;display:flex;align-items:center;gap:8px}#pageRedraw .redraw-video-node-head{justify-content:space-between}#pageRedraw .redraw-video-node-head>div{min-width:0;display:grid;gap:3px}#pageRedraw .redraw-video-node-head b{color:#1d2129;font-size:13px}#pageRedraw .redraw-video-node-head span,#pageRedraw .redraw-video-node-head small{color:#86909c;font-size:11px}#pageRedraw .redraw-video-node-model-row{display:grid;grid-template-columns:minmax(190px,1fr) minmax(160px,auto)}#pageRedraw .redraw-video-mode-pill{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #d9deea;border-radius:7px;background:#fff;color:#4e5969;font-size:12px;white-space:nowrap}#pageRedraw .redraw-video-node-controls{flex-wrap:wrap}#pageRedraw .redraw-video-node-controls label{min-width:104px;min-height:34px;display:grid;grid-template-columns:auto minmax(48px,1fr);align-items:center;gap:6px;padding:0 8px;border:1px solid #d9deea;border-radius:7px;background:#fff;color:#4e5969;font-size:12px}#pageRedraw .redraw-video-node-controls label>span:first-child{color:#86909c;font-size:11px;white-space:nowrap}#pageRedraw .redraw-video-node-controls select{width:100%;min-width:0;height:28px;border:0;background:transparent;color:inherit;font-size:12px;outline:none}#pageRedraw .redraw-video-audio-toggle{min-width:82px!important;grid-template-columns:16px auto!important;cursor:pointer}#pageRedraw .redraw-video-audio-toggle input{width:14px;height:14px;margin:0}#pageRedraw .redraw-video-audio-toggle.disabled{opacity:.48;cursor:not-allowed}#pageRedraw .redraw-shot-cost-btn{min-height:32px;padding:0 14px;border:0;border-radius:6px;background:#7a42ff;color:#fff;cursor:pointer}#pageRedraw .redraw-shot-status-row{display:flex;align-items:center;gap:10px;color:#86909c;font-size:12px}#pageRedraw .redraw-batch-action-cell{display:none!important}#pageRedraw .redraw-preview-panel{border-right:0;border-left:1px solid #edf0f6}#pageRedraw .redraw-preview-video,#pageRedraw .redraw-video-player{position:relative;display:grid;place-items:center;min-height:220px;margin:12px;border-radius:8px;overflow:hidden;background:#101828}#pageRedraw .redraw-preview-video video,#pageRedraw .redraw-video-player video{width:100%;height:100%;min-height:220px;object-fit:contain;background:#101828}#pageRedraw .redraw-video-overlay{position:absolute;left:12px;top:12px;padding:4px 8px;border-radius:6px;background:#0000007a;color:#fff;font-size:12px}#pageRedraw .redraw-storyboard-strip{grid-column:1 / -1;display:flex;align-items:center;gap:10px;padding:12px;border-top:1px solid #edf0f6;background:#fff;overflow-x:auto}#pageRedraw .redraw-storyboard-thumb,#pageRedraw .redraw-storyboard-insert{width:126px;height:82px;flex:0 0 auto;display:grid;gap:4px;place-items:center;border:1px solid #d9deea;border-radius:7px;background:#fff;color:#4e5969;cursor:pointer}#pageRedraw .redraw-storyboard-thumb.active{border-color:#165dff}#pageRedraw .redraw-storyboard-thumb img{width:100%;height:52px;object-fit:cover}#pageRedraw .redraw-storyboard-thumb small{overflow:hidden;max-width:112px;color:#4e5969;font-size:11px;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-video-page{display:grid;gap:12px;padding:14px}#pageRedraw .redraw-video-toolbar,#pageRedraw .redraw-video-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#4e5969;font-size:12px}#pageRedraw .redraw-video-toolbar div{display:flex;gap:8px}#pageRedraw .redraw-video-stage{display:grid;grid-template-columns:68px minmax(0,1fr);min-height:420px;border:1px solid #edf0f6;border-radius:8px;overflow:hidden}#pageRedraw .redraw-video-player{min-height:420px;margin:0;border-radius:0}#pageRedraw .redraw-video-player video{min-height:420px}#pageRedraw .redraw-video-timeline{display:grid;gap:6px;padding:10px;border:1px solid #edf0f6;border-radius:8px;background:#fbfcff}#pageRedraw .redraw-video-ticks{display:flex;justify-content:space-between;color:#86909c;font-size:11px}#pageRedraw .redraw-video-track{display:flex;gap:8px;overflow-x:auto}#pageRedraw .redraw-video-timeline-item{min-width:180px;min-height:48px;display:grid;align-content:center;gap:3px;padding:8px 10px;border-radius:6px;background:#e8f0ff;color:#165dff}#pageRedraw .redraw-video-timeline-item small{color:#4e5969}#pageRedraw .redraw-video-empty{display:grid;gap:6px;place-items:center;padding:24px;color:#c9d2e3;text-align:center}#pageRedraw .redraw-video-empty b{color:#fff}#pageRedraw .redraw-step-result{margin-top:10px;color:#4e5969!important}#pageRedraw.home-page,#pageRedraw .redraw-workbench,#pageRedraw .redraw-step-pages{background:#202124!important;color:#f2f3f5!important}#pageRedraw .redraw-project-toolbar,#pageRedraw .redraw-project-card,#pageRedraw .redraw-create-panel,#pageRedraw .redraw-project-strip,#pageRedraw .redraw-step-tabs,#pageRedraw .redraw-media-settings-card,#pageRedraw .redraw-upload-zone,#pageRedraw .redraw-original-panel,#pageRedraw .redraw-shot-table,#pageRedraw .redraw-target-card-grid,#pageRedraw .redraw-storyboard-workspace,#pageRedraw .redraw-video-page,#pageRedraw .redraw-detected-assets div,#pageRedraw .redraw-shot-board div,#pageRedraw .redraw-target-pair-card,#pageRedraw .redraw-storyboard-asset-card,#pageRedraw .redraw-shot-editor,#pageRedraw .redraw-storyboard-strip,#pageRedraw .redraw-storyboard-thumb,#pageRedraw .redraw-storyboard-insert{border-color:#ffffff1f!important;background:#2b2d31!important;color:#f2f3f5!important;box-shadow:0 12px 28px #00000038!important}#pageRedraw .redraw-project-strip,#pageRedraw .redraw-step-tabs{border-bottom-color:#ffffff1f!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active,#pageRedraw .redraw-step-tabs .redraw-step-tab.done,#pageRedraw .redraw-project-credit,#pageRedraw .redraw-cost,#pageRedraw .studio-points-base,#pageRedraw .studio-points-current,#pageRedraw .redraw-storyboard-tabs button.active,#pageRedraw .redraw-preview-tabs button.active,#pageRedraw .redraw-shot-editor-head span{color:#f2f3f5!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active:before,#pageRedraw .redraw-volc-alert>span,#pageRedraw .redraw-step-btn,#pageRedraw .redraw-primary-btn,#pageRedraw .redraw-target-generate-btn,#pageRedraw .redraw-shot-cost-btn{border-color:#5c6470!important;background:#5c6470!important;color:#fff!important}#pageRedraw .redraw-step-btn:hover,#pageRedraw .redraw-primary-btn:hover,#pageRedraw .redraw-target-generate-btn:hover,#pageRedraw .redraw-shot-cost-btn:hover{border-color:#707783!important;background:#707783!important}#pageRedraw .redraw-volc-alert{border-color:#ffffff1a!important;background:#303236!important;color:#c7ccd5!important}#pageRedraw .redraw-volc-alert b,#pageRedraw .redraw-volc-alert p{color:#f2f3f5!important}#pageRedraw .redraw-step-control select,#pageRedraw .redraw-field input,#pageRedraw .redraw-field textarea,#pageRedraw .redraw-model-trigger,#pageRedraw .redraw-batch-prompt-input,#pageRedraw .redraw-ghost-btn,#pageRedraw .redraw-target-actions label,#pageRedraw .redraw-target-secondary,#pageRedraw .redraw-video-toolbar button,#pageRedraw .redraw-video-controls button,#pageRedraw .redraw-storyboard-topline button,#pageRedraw .redraw-setting-tabs button,#pageRedraw .redraw-episode-rail button,#pageRedraw .redraw-shot-editor-tools>span{border-color:#ffffff1f!important;background:#2b2d31!important;color:#f2f3f5!important}#pageRedraw .redraw-setting-tabs button.active,#pageRedraw .redraw-episode-rail button.active,#pageRedraw .redraw-storyboard-thumb.active{border-color:#6b7280!important;background:#383b42!important;color:#f2f3f5!important}#pageRedraw .redraw-target-kicker,#pageRedraw .redraw-source-frame,#pageRedraw .redraw-target-preview,#pageRedraw .redraw-original-row.head,#pageRedraw .redraw-episode-rail,#pageRedraw .redraw-storyboard-assets,#pageRedraw .redraw-preview-panel,#pageRedraw .redraw-video-timeline,#pageRedraw .redraw-video-timeline-item{background:#303236!important;color:#c7ccd5!important}#pageRedraw .redraw-original-table,#pageRedraw .redraw-original-row,#pageRedraw .redraw-preview-panel,#pageRedraw .redraw-video-stage,#pageRedraw .redraw-video-timeline,#pageRedraw .redraw-storyboard-tabs,#pageRedraw .redraw-preview-tabs{border-color:#ffffff14!important}@media (max-width: 1100px){#pageRedraw .redraw-workbench{padding-left:0!important}#pageRedraw .redraw-project-strip,#pageRedraw .redraw-step-headline,#pageRedraw .redraw-target-pair{grid-template-columns:1fr!important}#pageRedraw .redraw-target-toolbar .redraw-target-confirm-control{justify-self:stretch!important;align-items:flex-start!important}#pageRedraw .redraw-target-toolbar .redraw-target-top-stats{text-align:left}#pageRedraw .redraw-project-strip{flex-wrap:wrap;padding:12px 16px}#pageRedraw .redraw-storyboard-workspace{height:auto;grid-template-columns:1fr;grid-template-rows:auto}#pageRedraw .redraw-storyboard-strip{grid-column:1}#pageRedraw .redraw-preview-panel{border-left:0}}@media (max-width: 1280px){#pageRedraw .redraw-media-grid{grid-template-columns:minmax(200px,.78fr) minmax(380px,1.1fr) minmax(220px,.72fr);gap:12px}}#pageRedraw{--redraw-gray-page: #202124;--redraw-gray-panel: #242529;--redraw-gray-card: #2b2d31;--redraw-gray-soft: #303236;--redraw-gray-line: rgba(255,255,255,.12);--redraw-gray-line-soft: rgba(255,255,255,.08);--redraw-gray-text: #f2f3f5;--redraw-gray-muted: #b3bac5;--redraw-gray-faint: #7f8794;--redraw-gray-accent: #5c6470;--redraw-gray-accent-hover: #707783;--redraw-gray-accent-soft: #383b42}#pageRedraw.home-page,#pageRedraw .redraw-workbench,#pageRedraw .redraw-step-pages{background:var(--redraw-gray-page)!important;color:var(--redraw-gray-text)!important}#pageRedraw .redraw-project-toolbar,#pageRedraw .redraw-project-card,#pageRedraw .redraw-create-panel,#pageRedraw .redraw-project-strip,#pageRedraw .redraw-step-tabs,#pageRedraw .redraw-media-settings-card,#pageRedraw .redraw-upload-zone,#pageRedraw .redraw-original-panel,#pageRedraw .redraw-shot-table,#pageRedraw .redraw-target-table-wrap,#pageRedraw .redraw-target-card-grid,#pageRedraw .redraw-target-backlog,#pageRedraw .redraw-storyboard-workspace,#pageRedraw .redraw-video-page,#pageRedraw .redraw-detected-assets div,#pageRedraw .redraw-shot-board div,#pageRedraw .redraw-target-backlog div,#pageRedraw .redraw-target-card,#pageRedraw .redraw-target-pair-card,#pageRedraw .redraw-storyboard-asset-card,#pageRedraw .redraw-shot-editor,#pageRedraw .redraw-storyboard-strip,#pageRedraw .redraw-storyboard-thumb,#pageRedraw .redraw-storyboard-insert,#pageRedraw .redraw-target-empty,#pageRedraw .redraw-batch-result-card,#pageRedraw .redraw-token-list span,#pageRedraw .redraw-character-asset{border-color:var(--redraw-gray-line)!important;background:var(--redraw-gray-card)!important;color:var(--redraw-gray-text)!important;box-shadow:0 12px 28px #00000038!important}#pageRedraw .redraw-project-card:hover,#pageRedraw .redraw-project-card-create:hover,#pageRedraw .redraw-character-assets-toggle:hover,#pageRedraw .redraw-character-assets-toggle[aria-expanded=true],#pageRedraw .redraw-target-table tbody tr:hover td,#pageRedraw .redraw-model-trigger:hover,#pageRedraw .redraw-upload-mode button:hover,#pageRedraw .redraw-model-trigger[aria-expanded=true],#pageRedraw .redraw-target-actions button:hover,#pageRedraw .redraw-ghost-btn:hover,#pageRedraw .redraw-video-toolbar button:hover,#pageRedraw .redraw-video-controls button:hover,#pageRedraw .redraw-storyboard-topline button:hover{border-color:#fff3!important;background:var(--redraw-gray-soft)!important;color:var(--redraw-gray-text)!important}#pageRedraw .redraw-project-card-existing.selected,#pageRedraw .redraw-project-card-create.active,#pageRedraw .redraw-card-check[aria-checked=true],#pageRedraw .redraw-setting-tabs button.active,#pageRedraw .redraw-episode-rail button.active,#pageRedraw .redraw-storyboard-thumb.active,#pageRedraw .redraw-model-provider-row.active,#pageRedraw .redraw-model-provider-row:hover,#pageRedraw .redraw-model-option.selected,#pageRedraw .redraw-model-option:hover,#pageRedraw .redraw-upload-mode button.active{border-color:var(--redraw-gray-accent)!important;background:var(--redraw-gray-accent-soft)!important;color:var(--redraw-gray-text)!important;box-shadow:0 0 0 1px #ffffff14!important}#pageRedraw .redraw-project-grid{grid-template-columns:repeat(auto-fit,minmax(240px,288px))}#pageRedraw .redraw-project-card{min-height:160px;height:160px;border-radius:0!important;border-color:#e5e7eb2e!important;background:#ffffff0d!important;box-shadow:none!important}#pageRedraw .redraw-project-card:hover{transform:translateY(-2px);border-color:#e5e7eb4d!important;background:#ffffff14!important;box-shadow:0 14px 32px #00000038!important}#pageRedraw .redraw-project-card-create{border:2px dashed rgba(229,231,235,.28)!important;background:#ffffff0a!important}#pageRedraw .redraw-project-card-create:hover,#pageRedraw .redraw-project-card-create.active{border-color:#e5e7eb57!important;background:#ffffff0a!important}#pageRedraw .redraw-add-icon{color:#d1d5dbd1!important;font-size:36px}#pageRedraw .redraw-project-card-create .redraw-card-title{color:#e5e7ebd1!important;font-size:12px}#pageRedraw .redraw-step-tabs .redraw-step-tab{color:var(--redraw-gray-faint)!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active,#pageRedraw .redraw-step-tabs .redraw-step-tab.done,#pageRedraw .redraw-project-credit,#pageRedraw .redraw-cost,#pageRedraw .studio-points-base,#pageRedraw .studio-points-current,#pageRedraw .redraw-storyboard-tabs button.active,#pageRedraw .redraw-preview-tabs button.active,#pageRedraw .redraw-shot-editor-head span,#pageRedraw .redraw-character-assets-toggle span,#pageRedraw .redraw-model-check{color:var(--redraw-gray-accent)!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active:before,#pageRedraw .redraw-volc-alert>span,#pageRedraw .redraw-step-btn,#pageRedraw .redraw-primary-btn,#pageRedraw .redraw-target-generate-btn,#pageRedraw .redraw-shot-cost-btn{border-color:var(--redraw-gray-accent)!important;background:var(--redraw-gray-accent)!important;color:#fff!important}#pageRedraw .redraw-step-btn:hover,#pageRedraw .redraw-primary-btn:hover,#pageRedraw .redraw-target-generate-btn:hover,#pageRedraw .redraw-shot-cost-btn:hover,#pageRedraw .redraw-step-next:hover{border-color:var(--redraw-gray-accent-hover)!important;background:var(--redraw-gray-accent-hover)!important;color:#fff!important}#pageRedraw .redraw-step-next{background:#4b5563!important;color:#fff!important;box-shadow:0 12px 28px #00000047!important}#pageRedraw .redraw-step-page:not(.active) .redraw-step-next,#pageRedraw .redraw-step-page[data-redraw-page=media] .redraw-step-next{display:none!important}#pageRedraw .redraw-volc-alert,#pageRedraw .redraw-target-kicker,#pageRedraw .redraw-source-frame,#pageRedraw .redraw-target-preview,#pageRedraw .redraw-original-row.head,#pageRedraw .redraw-shot-row.head,#pageRedraw .redraw-episode-rail,#pageRedraw .redraw-storyboard-assets,#pageRedraw .redraw-preview-panel,#pageRedraw .redraw-video-timeline,#pageRedraw .redraw-video-timeline-item,#pageRedraw .redraw-frame-thumb,#pageRedraw .redraw-clip-thumb,#pageRedraw .redraw-character-shot,#pageRedraw .redraw-batch-target-ref,#pageRedraw .redraw-batch-replacement-pill,#pageRedraw .redraw-batch-figure-side,#pageRedraw .redraw-batch-figure-thumb,#pageRedraw .redraw-target-shot-pill,#pageRedraw .redraw-target-media-chip,#pageRedraw .redraw-asset-pill,#pageRedraw .redraw-reference-add,#pageRedraw .redraw-upload-icon{border-color:var(--redraw-gray-line-soft)!important;background:var(--redraw-gray-soft)!important;color:var(--redraw-gray-muted)!important}#pageRedraw .redraw-volc-alert b,#pageRedraw .redraw-volc-alert p,#pageRedraw .redraw-step-copy,#pageRedraw .redraw-step-control label,#pageRedraw .redraw-field>span,#pageRedraw .redraw-project-meta,#pageRedraw .redraw-original-stats,#pageRedraw .redraw-target-side small,#pageRedraw .redraw-storyboard-topline,#pageRedraw .redraw-shot-status-row,#pageRedraw .redraw-video-toolbar,#pageRedraw .redraw-video-controls,#pageRedraw .redraw-video-ticks,#pageRedraw .redraw-step-result,#pageRedraw .redraw-video-status,#pageRedraw .redraw-target-top-stats,#pageRedraw .redraw-card-meta,#pageRedraw .redraw-card-foot,#pageRedraw .redraw-selection-count,#pageRedraw .redraw-target-card-head span,#pageRedraw .redraw-storyboard-asset-card span,#pageRedraw .redraw-shot-editor-head small,#pageRedraw .redraw-original-info small,#pageRedraw .redraw-target-card small,#pageRedraw .redraw-target-muted,#pageRedraw .redraw-character-meta small,#pageRedraw .redraw-dialogue-line,#pageRedraw .redraw-batch-content-cell span,#pageRedraw .redraw-batch-content-cell small,#pageRedraw .redraw-batch-input-assets b,#pageRedraw .redraw-target-card-head [data-redraw-target-status],#pageRedraw .redraw-target-source small,#pageRedraw .redraw-target-destination span,#pageRedraw .redraw-target-brief small,#pageRedraw .redraw-target-empty,#pageRedraw .redraw-token-list span,#pageRedraw .redraw-shot-empty,#pageRedraw .redraw-character-empty,#pageRedraw .redraw-model-provider-count,#pageRedraw .redraw-model-provider-arrow,#pageRedraw .redraw-model-option-text small,#pageRedraw .redraw-model-submenu-head,#pageRedraw .redraw-model-selector-empty{color:var(--redraw-gray-muted)!important}#pageRedraw .redraw-project-title-wrap b,#pageRedraw .redraw-upload-zone strong,#pageRedraw .redraw-original-panel h3,#pageRedraw .redraw-original-stats b,#pageRedraw .redraw-original-info b,#pageRedraw .redraw-target-card-head b,#pageRedraw .redraw-target-side b,#pageRedraw .redraw-storyboard-asset-card b,#pageRedraw .redraw-storyboard-topline b,#pageRedraw .redraw-shot-editor-head b,#pageRedraw .redraw-card-title,#pageRedraw .redraw-detected-assets b,#pageRedraw .redraw-shot-board b,#pageRedraw .redraw-target-backlog b,#pageRedraw .redraw-target-card b,#pageRedraw .redraw-shot-name,#pageRedraw .redraw-dialogue-line b,#pageRedraw .redraw-character-meta b,#pageRedraw .redraw-batch-content-cell b,#pageRedraw .redraw-target-source b,#pageRedraw .redraw-target-destination b,#pageRedraw .redraw-target-empty b,#pageRedraw .redraw-model-provider-meta b,#pageRedraw .redraw-model-option-text b{color:var(--redraw-gray-text)!important}#pageRedraw .redraw-step-control select,#pageRedraw .redraw-media-field select,#pageRedraw .redraw-upload-mode button,#pageRedraw .redraw-field input,#pageRedraw .redraw-field textarea,#pageRedraw .redraw-model-trigger,#pageRedraw .redraw-batch-prompt-input,#pageRedraw .redraw-ghost-btn,#pageRedraw .redraw-target-actions label,#pageRedraw .redraw-target-actions select,#pageRedraw .redraw-target-actions button,#pageRedraw .redraw-target-secondary,#pageRedraw .redraw-video-toolbar button,#pageRedraw .redraw-video-controls button,#pageRedraw .redraw-storyboard-topline button,#pageRedraw .redraw-setting-tabs button,#pageRedraw .redraw-episode-rail button,#pageRedraw .redraw-shot-editor-tools>span,#pageRedraw .redraw-create-close{border-color:var(--redraw-gray-line)!important;background:var(--redraw-gray-card)!important;color:var(--redraw-gray-text)!important}#pageRedraw .redraw-step-control select:focus,#pageRedraw .redraw-field input:focus,#pageRedraw .redraw-field textarea:focus,#pageRedraw .redraw-batch-prompt-input:focus,#pageRedraw .redraw-model-selector-search input:focus{border-color:var(--redraw-gray-accent)!important;background:var(--redraw-gray-card)!important;box-shadow:0 0 0 2px #ffffff14!important}#pageRedraw .redraw-shot-row,#pageRedraw .redraw-shot-cell,#pageRedraw .redraw-target-table th,#pageRedraw .redraw-target-table td,#pageRedraw .redraw-original-table,#pageRedraw .redraw-original-row,#pageRedraw .redraw-preview-panel,#pageRedraw .redraw-video-stage,#pageRedraw .redraw-video-timeline,#pageRedraw .redraw-storyboard-tabs,#pageRedraw .redraw-preview-tabs,#pageRedraw .redraw-storyboard-strip,#pageRedraw .redraw-model-selector-search,#pageRedraw .redraw-model-submenu-head{border-color:var(--redraw-gray-line-soft)!important}#pageRedraw .redraw-target-table th,#pageRedraw .redraw-target-table td,#pageRedraw .redraw-shot-cell{color:var(--redraw-gray-muted)!important}#pageRedraw .redraw-target-table th,#pageRedraw .redraw-model-selector-search input{background:var(--redraw-gray-soft)!important;color:var(--redraw-gray-muted)!important}#pageRedraw .redraw-model-selector-panel,#pageRedraw .redraw-model-submenu-panel,#pageRedraw .redraw-asset-toolbar .redraw-target-backlog{border-color:var(--redraw-gray-line)!important;background:var(--redraw-gray-panel)!important;color:var(--redraw-gray-text)!important;box-shadow:0 18px 44px #0000005c!important}#pageRedraw .redraw-model-provider-row,#pageRedraw .redraw-model-option{color:var(--redraw-gray-text)!important}#pageRedraw .redraw-ghost-btn.danger{border-color:#f8717147!important;color:#fca5a5!important;background:#f8717114!important}#pageRedraw .redraw-ghost-btn.danger:hover{border-color:#f8717170!important;color:#fecaca!important;background:#f871711f!important}#pageRedraw .redraw-original-status.ready,#pageRedraw .redraw-step-result.ok{color:#6ee7a3!important}#pageRedraw .redraw-original-status.is-uploading{color:#f6c453!important}#pageRedraw .redraw-original-status.is-pending,#pageRedraw .redraw-original-status.is-local{color:var(--redraw-gray-muted)!important}#pageRedraw .redraw-original-status.is-warn,#pageRedraw .redraw-original-status.is-duration-limit,#pageRedraw .redraw-original-status.is-failed{color:#fca5a5!important}#pageRedraw .redraw-step-result.warn{color:#fbbf24!important}#pageRedraw .redraw-step-result.error,#pageRedraw .redraw-batch-result-card.is-error b,#pageRedraw .redraw-create-error{color:#fca5a5!important}#pageRedraw .redraw-video-card,#pageRedraw .redraw-preview-video,#pageRedraw .redraw-video-player,#pageRedraw .redraw-preview-video video,#pageRedraw .redraw-video-player video,#pageRedraw .redraw-clip-thumb video{background:#111318!important}#pageRedraw .redraw-video-empty{color:#9aa3b2!important}#pageRedraw .redraw-video-empty b{color:#e5e7eb!important}#pageRedraw .redraw-marquee-box{border-color:#4b5563a6!important;background:#4b55631f!important}#pageRedraw .redraw-project-hidden-state{display:none!important}#pageRedraw .redraw-project-workspace:not([hidden]){gap:0!important}#pageRedraw .redraw-step-tabs{min-height:58px!important;display:grid!important;grid-template-columns:minmax(420px,1fr) auto auto!important;align-items:center!important;gap:18px!important;padding:0 24px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}#pageRedraw .redraw-step-tabs .redraw-back-btn{display:none!important}#pageRedraw .redraw-step-track{position:relative;display:grid;grid-template-columns:repeat(4,minmax(70px,1fr));align-items:center;justify-self:center;width:min(760px,100%);min-width:420px}#pageRedraw .redraw-analysis-loading{min-height:calc(100vh - 260px);display:grid;place-items:center;align-content:center;gap:14px;padding:36px 20px;color:#d5d9e0;text-align:center}#pageRedraw .redraw-analysis-loading-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(246,196,83,.34);border-radius:50%;background:#f6c45314}#pageRedraw .redraw-analysis-loading-icon span{width:28px;height:28px;border:3px solid rgba(246,196,83,.18);border-top-color:#f6c453;border-radius:50%;animation:redrawAnalysisSpin 1s linear infinite}#pageRedraw .redraw-analysis-loading h3{margin:2px 0 0;color:#f7f8fb;font-size:20px}#pageRedraw .redraw-analysis-loading p{max-width:620px;margin:0;color:#aeb6c4;font-size:13px;line-height:1.7}#pageRedraw .redraw-analysis-overall{display:inline-flex;align-items:baseline;gap:8px;color:#aeb6c4;font-size:12px}#pageRedraw .redraw-analysis-overall b{color:#f6c453!important;font-size:24px!important;line-height:1}#pageRedraw .redraw-analysis-agent-grid{width:min(760px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#202124db}#pageRedraw .redraw-analysis-agent-card{min-height:118px;display:grid;place-items:center;align-content:center;gap:8px;padding:12px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08}#pageRedraw .redraw-analysis-ring{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;position:relative;background:conic-gradient(#f6c453 var(--redraw-progress, 0%),rgba(255,255,255,.12) 0),#ffffff0d}#pageRedraw .redraw-analysis-ring:before{content:"";width:30px;height:30px;border-radius:50%;background:#202124}#pageRedraw .redraw-analysis-ring em{position:absolute;z-index:1;color:#f7f8fb;font-size:10px;font-style:normal;font-weight:800;letter-spacing:0}#pageRedraw .redraw-analysis-ring i{position:absolute;width:8px;height:8px;border-radius:50%;background:#f6c453;box-shadow:0 0 16px #f6c453a6;animation:redrawAnalysisPulse 1.2s ease-in-out infinite}#pageRedraw .redraw-analysis-agent-card b{color:#f7f8fb!important;font-size:13px!important}#pageRedraw .redraw-analysis-agent-card small,#pageRedraw .redraw-analysis-loading-note{color:#8b93a1;font-size:12px}#pageRedraw .redraw-analysis-loading-note{max-width:760px}#pageRedraw .redraw-analysis-loading-actions{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:2px}#pageRedraw .redraw-analysis-loading-actions .redraw-step-btn,#pageRedraw .redraw-analysis-loading-actions .redraw-ghost-btn{min-width:112px;height:36px}#pageRedraw .redraw-analysis-loading.is-failed .redraw-analysis-loading-icon{border-color:#fca5a557;background:#fca5a514}#pageRedraw .redraw-analysis-loading.is-failed .redraw-analysis-loading-icon span{animation:none;border-color:#fca5a542;border-top-color:#fca5a5}#pageRedraw .redraw-analysis-loading.is-failed .redraw-analysis-overall b{color:#fca5a5!important}#pageRedraw .redraw-upload-loading-shell.redraw-original-panel{width:100%;margin:0;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}#pageRedraw .redraw-upload-loading{min-height:calc(100vh - 260px);display:grid;place-items:center;align-content:center;gap:14px;padding:36px 20px;color:#d5d9e0;text-align:center}#pageRedraw .redraw-upload-loading h3{margin:2px 0 0;color:#f7f8fb;font-size:20px}#pageRedraw .redraw-upload-loading p{max-width:620px;margin:0;color:#aeb6c4;font-size:13px;line-height:1.7}#pageRedraw .redraw-upload-progress b{color:#f6c453!important;font-size:24px!important;line-height:1}#pageRedraw .redraw-upload-loading-shell.is-ready .redraw-upload-loading-icon{border-color:#6ee7a357;background:#6ee7a314}#pageRedraw .redraw-upload-loading-shell.is-ready .redraw-upload-loading-icon span{animation:none;border-color:#6ee7a342;border-top-color:#6ee7a3}#pageRedraw .redraw-upload-loading-shell.is-ready .redraw-upload-progress b{color:#6ee7a3!important}#pageRedraw .redraw-upload-loading-shell.is-failed .redraw-upload-loading-icon{border-color:#fca5a557;background:#fca5a514}#pageRedraw .redraw-upload-loading-shell.is-failed .redraw-upload-loading-icon span{animation:none;border-color:#fca5a542;border-top-color:#fca5a5}#pageRedraw .redraw-upload-loading-shell.is-failed .redraw-upload-progress b{color:#fca5a5!important}@keyframes redrawAnalysisSpin{to{transform:rotate(360deg)}}@keyframes redrawAnalysisPulse{0%,to{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}#pageRedraw .redraw-step-track:before{content:"";position:absolute;left:10%;right:10%;top:50%;height:1px;background:#b4bcca6b;transform:translateY(-50%);pointer-events:none}#pageRedraw .redraw-step-tabs .redraw-step-tab{min-height:38px!important;width:100%;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;padding:0 8px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#7f8794!important;position:relative;z-index:1}#pageRedraw .redraw-step-tabs .redraw-step-tab:after,#pageRedraw .redraw-step-tabs .redraw-step-tab:before{content:none!important;display:none!important}#pageRedraw .redraw-step-tabs .redraw-step-tab span{display:none!important}#pageRedraw .redraw-step-tabs .redraw-step-tab b{min-height:24px;display:inline-flex!important;align-items:center;justify-content:center;padding:0 8px;border-radius:0;background:var(--redraw-gray-page, #202124);color:inherit!important;font-size:14px!important;font-weight:700!important;line-height:1}#pageRedraw .redraw-step-tabs .redraw-step-tab.done{color:#8d96a6!important}#pageRedraw .redraw-step-tabs .redraw-step-tab.active,#pageRedraw .redraw-step-tabs .redraw-step-tab.active b{color:#f6c453!important}#pageRedraw .redraw-step-tabs .redraw-step-tab:hover{color:#d5d9e0!important}#pageRedraw .redraw-step-tabs .redraw-project-meta{justify-self:end;display:inline-flex!important;align-items:center;gap:10px;color:#d5d9e0!important;font-size:13px!important;white-space:nowrap}#pageRedraw .redraw-step-tabs .redraw-project-meta span:not(:last-child):after{content:"/"!important;margin-left:10px;color:#8b93a1!important}#pageRedraw .redraw-step-tabs .redraw-project-credit{justify-self:end;display:inline-flex!important;align-items:center;gap:5px;color:#8b93a1!important;font-size:12px!important;font-weight:700;white-space:nowrap}#pageRedraw .redraw-step-pages{background:transparent!important}#pageRedraw .redraw-step-page[data-redraw-page=targets].active{overflow:hidden}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main{height:100%;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-volc-alert,#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-target-toolbar{flex:0 0 auto}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-volc-alert,#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-target-toolbar{width:max(340px,calc((100% - 16px)*.34));max-width:100%;box-sizing:border-box}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-target-toolbar{grid-template-columns:minmax(0,1fr) auto!important}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-target-toolbar .redraw-setting-tabs{min-width:0}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-target-toolbar .redraw-target-top-stats{white-space:normal}@media (max-width: 1280px){#pageRedraw .redraw-step-tabs{grid-template-columns:minmax(340px,1fr) auto!important;gap:12px!important}#pageRedraw .redraw-step-track{min-width:340px}#pageRedraw .redraw-step-tabs .redraw-project-credit{display:none!important}}@media (max-width: 980px){#pageRedraw .redraw-step-tabs{grid-template-columns:1fr!important;align-items:start!important;min-height:94px!important;padding:12px 16px!important}#pageRedraw .redraw-step-track{width:100%;min-width:0}#pageRedraw .redraw-step-tabs .redraw-project-meta{grid-column:1;justify-self:start;flex-wrap:wrap}#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-volc-alert,#pageRedraw .redraw-step-page[data-redraw-page=targets] .redraw-step-page-main.has-target-editor .redraw-target-toolbar{width:100%}#pageRedraw .redraw-analysis-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pageRedraw .redraw-scene-design-body{grid-template-columns:1fr}}#pageRedraw .redraw-media-grid{grid-template-columns:minmax(360px,.7fr) minmax(560px,1.3fr)!important;gap:18px!important;flex:1 1 auto!important;min-height:clamp(440px,calc(100vh - 208px),760px)!important;height:clamp(440px,calc(100vh - 208px),760px)!important;align-items:stretch!important}#pageRedraw .redraw-media-left,#pageRedraw .redraw-media-right{min-width:0;display:flex;min-height:0;flex-direction:column;gap:12px}#pageRedraw .redraw-media-settings-card-plain{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}#pageRedraw .redraw-media-settings-card-plain .redraw-media-panel-title{margin-bottom:10px}#pageRedraw .redraw-upload-mode-panel{flex:0 0 auto}#pageRedraw .redraw-media-status-panel{flex:0 0 auto;margin-top:0}#pageRedraw .redraw-upload-zone{min-height:224px!important;height:auto!important;flex:1 1 auto}#pageRedraw .redraw-upload-empty,#pageRedraw .redraw-video-card{min-height:224px!important;height:100%}#pageRedraw .redraw-media-right{min-height:0;justify-content:stretch;overflow:hidden}#pageRedraw .redraw-video-list{flex:1 1 auto!important;height:auto!important;min-height:224px!important;max-height:none!important;overflow:auto!important}#pageRedraw .redraw-video-list-empty{min-height:100%}#pageRedraw .redraw-video-list-table{min-width:660px}#pageRedraw .redraw-video-list-header,#pageRedraw .redraw-video-list-item{grid-template-columns:minmax(260px,1fr) 86px 90px 104px}#pageRedraw .redraw-output-action-group{margin-top:auto!important;align-self:stretch;display:grid;grid-template-rows:auto auto;gap:12px;justify-items:stretch}#pageRedraw .redraw-output-settings-panel{border-color:#ffffff1f!important;background:#2b2d31!important;color:#f2f3f5!important}#pageRedraw .redraw-output-settings-panel .redraw-media-panel-title{margin-bottom:14px}#pageRedraw .redraw-output-settings-grid label{color:#aeb6c3!important}#pageRedraw .redraw-output-settings-grid select{border-color:#ffffff1f!important;background:#202124!important;color:#f2f3f5!important}#pageRedraw .redraw-media-action-card{display:flex;align-items:flex-end;flex-direction:column;gap:10px;margin-top:0;width:100%}#pageRedraw .redraw-analysis-meta-row{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap;width:100%;margin:0;color:#d5d9e0!important;text-align:left;gap:14px;order:0}#pageRedraw .redraw-analysis-note{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#aeb6c3!important;font-size:12px;line-height:1.4}#pageRedraw .redraw-analysis-note>span{width:16px;height:16px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--redraw-gray-accent, #5c6470);color:#fff;font-size:11px;font-weight:800}#pageRedraw .redraw-analysis-note b{flex:0 0 auto;color:#d5d9e0!important;font-weight:800}#pageRedraw .redraw-analysis-note p{min-width:0;margin:0;color:#aeb6c3!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-analysis-agent-row{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:14px;white-space:nowrap}#pageRedraw .redraw-analysis-meta-row .redraw-cost{display:inline-flex;align-items:baseline;gap:6px;justify-content:flex-end;font-weight:800;max-width:none;min-height:0;width:auto;padding:0;line-height:1;white-space:nowrap}#pageRedraw .redraw-analysis-meta-row .redraw-cost:before{content:"积分";color:#8f96a3;font-size:11px;font-weight:700}#pageRedraw .redraw-analysis-meta-row .studio-points-base{color:#8f96a3!important;font-size:11px;font-weight:700;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#8f96a3e6}#pageRedraw .redraw-analysis-meta-row .studio-points-current{color:#f6c453!important;font-size:12px;font-weight:850}#pageRedraw .redraw-analysis-btn{order:1;width:min(100%,430px)!important;min-width:380px;min-height:50px!important;padding-inline:104px!important;align-self:flex-end}@media (max-width: 1280px){#pageRedraw .redraw-media-grid{grid-template-columns:minmax(320px,.76fr) minmax(460px,1.24fr)!important;min-height:clamp(440px,calc(100vh - 208px),720px)!important;height:clamp(440px,calc(100vh - 208px),720px)!important}#pageRedraw .redraw-output-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pageRedraw .redraw-analysis-meta-row{align-items:flex-start!important}#pageRedraw .redraw-analysis-note p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media (max-width: 980px){#pageRedraw .redraw-media-grid{grid-template-columns:1fr!important;height:auto!important;min-height:0!important}#pageRedraw .redraw-upload-zone,#pageRedraw .redraw-video-list{flex:0 0 auto!important}#pageRedraw .redraw-media-right{min-height:320px;overflow:visible}#pageRedraw .redraw-analysis-meta-row{align-items:flex-end;justify-content:flex-start!important;flex-wrap:wrap;gap:8px 12px}#pageRedraw .redraw-analysis-agent-row{width:100%;justify-content:flex-end}#pageRedraw .redraw-analysis-btn{width:100%!important;min-width:0}}#pageRedraw .redraw-target-grid{--redraw-target-editor-rise: 116px;flex:1 1 auto;min-height:0;height:100%;overflow:hidden}#pageRedraw .redraw-target-grid.has-editor{overflow:visible}#pageRedraw .redraw-target-layout{height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:14px;padding:14px;overflow:hidden;box-sizing:border-box}#pageRedraw .redraw-target-layout.has-editor{grid-template-columns:minmax(340px,.68fr) minmax(640px,1.32fr);gap:16px;overflow:visible}#pageRedraw .redraw-target-layout>.redraw-target-card-grid{padding:0!important;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:14px;min-height:0;overflow:auto;background:transparent!important;border:0!important;box-shadow:none!important}#pageRedraw .redraw-target-layout.has-editor>.redraw-target-card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}#pageRedraw .redraw-target-map-card{min-width:0;display:grid!important;gap:7px!important;padding:6px!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;cursor:pointer;overflow:hidden;transition:border-color .18s ease,background .18s ease,transform .18s ease}#pageRedraw .redraw-target-map-card:hover,#pageRedraw .redraw-target-map-card.active{border-color:#f6c45375!important;background:transparent!important;transform:translateY(-1px)}#pageRedraw .redraw-target-card-map{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}#pageRedraw .redraw-target-image-only-card{min-height:0}#pageRedraw .redraw-target-card-images{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}#pageRedraw .redraw-target-card-image{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:transparent;display:flex;flex-direction:column}#pageRedraw .redraw-target-card-media{position:relative;min-width:0;min-height:0;flex:0 0 auto;aspect-ratio:3 / 4;display:grid;place-items:center;overflow:hidden}#pageRedraw .redraw-target-card-media img{width:100%;height:100%;object-fit:contain;display:block}#pageRedraw .redraw-target-card-image.is-empty:before{content:"";position:absolute;inset:calc(50% - 13px) auto auto 50%;width:26px;height:26px;border:1px solid rgba(255,255,255,.18);border-radius:50%;transform:translate(-50%,-50%)}#pageRedraw .redraw-target-card-badge{position:absolute;left:6px;top:6px;z-index:2;min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;border-radius:999px;background:#0c0d0fb8;border:1px solid rgba(255,255,255,.14);color:#f1f3f6;font-size:11px;font-weight:800;line-height:1}#pageRedraw .redraw-target-card-upload{position:absolute;left:50%;top:50%;z-index:3;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:#141518d1;color:#f2f3f5;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;cursor:pointer;opacity:0;pointer-events:none;transform:translate(-50%,-45%);transition:opacity .16s ease,transform .16s ease,border-color .16s ease,background .16s ease}#pageRedraw .redraw-target-card-image.is-target:hover .redraw-target-card-upload,#pageRedraw .redraw-target-card-image.is-target:focus-within .redraw-target-card-upload{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}#pageRedraw .redraw-target-card-upload:hover{border-color:#f6c45375;background:#141518eb}#pageRedraw .redraw-target-card-upload input[type=file]{display:none}#pageRedraw .redraw-target-card-empty-text{position:relative;z-index:1;max-width:calc(100% - 18px);padding:0 4px;color:#e5e8ee94;font-size:11px;font-weight:700;line-height:1.25;text-align:center}#pageRedraw .redraw-target-card-name{flex:0 0 26px;min-width:0;display:flex;align-items:center;justify-content:center;padding:0 6px;border-top:1px solid rgba(255,255,255,.07);color:#d7dce4;font-size:11px;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pageRedraw .redraw-target-card-pane{min-width:0;display:grid;gap:7px;padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#2021249e}#pageRedraw .redraw-target-card-pane .redraw-source-frame,#pageRedraw .redraw-target-card-pane .redraw-target-preview,#pageRedraw .redraw-target-visual-card .redraw-source-frame,#pageRedraw .redraw-target-visual-card .redraw-target-preview,#pageRedraw .redraw-target-editor-preview .redraw-source-frame,#pageRedraw .redraw-target-editor-preview .redraw-target-preview{width:100%!important;aspect-ratio:3 / 4!important;min-height:136px!important;height:auto!important;border-radius:8px!important;overflow:hidden}#pageRedraw .redraw-target-card-pane .redraw-source-frame img,#pageRedraw .redraw-target-card-pane .redraw-target-preview img,#pageRedraw .redraw-target-visual-card .redraw-source-frame img,#pageRedraw .redraw-target-visual-card .redraw-target-preview img,#pageRedraw .redraw-target-editor-preview .redraw-source-frame img,#pageRedraw .redraw-target-editor-preview .redraw-target-preview img{width:100%;height:100%;object-fit:contain;display:block}#pageRedraw .redraw-target-card-pane b,#pageRedraw .redraw-target-visual-card b,#pageRedraw .redraw-target-editor-preview b{min-width:0;overflow:hidden;color:#f2f3f5!important;font-size:13px!important;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-card-pane small,#pageRedraw .redraw-target-editor-preview small{min-height:38px;display:-webkit-box;overflow:hidden;color:#aeb6c3!important;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}#pageRedraw .redraw-target-card-context{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#8f96a3;font-size:12px}#pageRedraw .redraw-target-map-card .redraw-target-secondary,#pageRedraw .redraw-target-editor .redraw-target-secondary{min-width:0;overflow:hidden;text-overflow:ellipsis}#pageRedraw .redraw-target-audio-strip{width:100%;min-width:0;min-height:36px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:transparent;color:#d9dee7;cursor:pointer;box-sizing:border-box}#pageRedraw .redraw-target-audio-strip:hover,#pageRedraw .redraw-target-audio-strip.has-audio{border-color:#f6c4534d;background:transparent}#pageRedraw .redraw-target-audio-icon{width:18px;height:18px;flex:0 0 auto;border-radius:50%;border:1px solid rgba(255,255,255,.22);position:relative}#pageRedraw .redraw-target-audio-icon:before,#pageRedraw .redraw-target-audio-icon:after{content:"";position:absolute;top:50%;width:2px;border-radius:999px;background:#f6c453;transform:translateY(-50%)}#pageRedraw .redraw-target-audio-icon:before{left:6px;height:8px}#pageRedraw .redraw-target-audio-icon:after{right:6px;height:12px}#pageRedraw .redraw-target-audio-main{min-width:0;display:grid;gap:1px;text-align:left}#pageRedraw .redraw-target-audio-main b{color:#f2f3f5!important;font-size:12px!important;line-height:1.1}#pageRedraw .redraw-target-audio-main small{min-width:0;overflow:hidden;color:#9fa7b4;font-size:11px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-audio-chevron{width:7px;height:7px;flex:0 0 auto;margin-left:auto;border-right:1px solid currentColor;border-bottom:1px solid currentColor;color:#9fa7b4;transform:rotate(-45deg)}#pageRedraw .redraw-target-editor{--redraw-target-visual-height: clamp(210px, 32vh, 292px);position:relative;top:auto;min-width:0;min-height:0;height:100%;max-height:none;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;overflow:auto;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#2b2d31;color:#f2f3f5;box-shadow:0 18px 44px #0000004d;animation:redrawTargetEditorSlide .2s ease-out}#pageRedraw .redraw-target-layout.has-editor>.redraw-target-editor{height:calc(100% + var(--redraw-target-editor-rise));margin-top:calc(-1 * var(--redraw-target-editor-rise));z-index:4}#pageRedraw .redraw-target-editor-main{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,178px);grid-template-rows:minmax(0,1fr);grid-template-areas:"workspace history";align-items:stretch;gap:12px;height:clamp(500px,calc(100vh - 330px),640px);min-height:500px}#pageRedraw .redraw-target-editor-left,#pageRedraw .redraw-target-editor-right{min-width:0;min-height:0;gap:12px}#pageRedraw .redraw-target-editor-left{grid-area:workspace;display:flex;flex-direction:column;align-items:stretch}#pageRedraw .redraw-target-editor-right{grid-area:history;display:flex;align-items:stretch;height:100%}#pageRedraw .redraw-target-editor-main .redraw-target-visual-current{grid-area:source;padding:0;border-color:transparent;background:transparent}#pageRedraw .redraw-target-editor-main .redraw-target-prompt-panel{flex:1 1 auto;padding:0;border-color:transparent;background:transparent}#pageRedraw .redraw-target-editor-main .redraw-target-visual-card{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-content:stretch;overflow:hidden}#pageRedraw .redraw-target-editor-main .redraw-target-visual-card .redraw-source-frame,#pageRedraw .redraw-target-editor-main .redraw-target-visual-card .redraw-target-preview{width:100%!important;max-width:none;height:100%!important;min-height:0!important;aspect-ratio:auto!important;align-self:stretch;justify-self:stretch}#pageRedraw .redraw-target-editor-main .redraw-target-visual-card .redraw-source-frame img,#pageRedraw .redraw-target-editor-main .redraw-target-visual-card .redraw-target-preview img{width:100%;height:100%;object-fit:contain}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated .redraw-target-preview img{height:auto;object-position:top center}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated{position:relative;flex:0 0 auto;padding:0;gap:0;width:100%;height:var(--redraw-target-visual-height);min-height:210px;max-height:320px;align-self:stretch;grid-template-rows:minmax(0,1fr);border-color:transparent;background:transparent}#pageRedraw .redraw-target-editor.is-uploading-target .redraw-target-editor-controls{pointer-events:none;opacity:.78}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated>span,#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated>b{position:absolute;z-index:2;max-width:calc(100% - 24px);padding:5px 9px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#141518b8;box-shadow:0 8px 22px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated>span{top:10px;left:10px}#pageRedraw .redraw-target-editor-upload{position:absolute;top:10px;right:10px;z-index:3;min-height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:#141518b8;color:#f2f3f5;font-size:12px;font-weight:800;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 8px 22px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .16s ease,background .16s ease}#pageRedraw .redraw-target-editor-upload:hover{border-color:#f6c45375;background:#141518e0}#pageRedraw .redraw-target-editor-upload.is-uploading{min-width:72px;border-color:#f6c45385;background:#f6c45329;color:transparent;cursor:wait;pointer-events:none}#pageRedraw .redraw-target-editor-upload.is-uploading:after{content:attr(data-upload-text);color:#f6c453;font-size:12px;font-weight:900}#pageRedraw .redraw-target-editor-upload input[type=file]{display:none}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated>b{left:10px;bottom:10px}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated .redraw-target-preview{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:auto!important;align-self:stretch;border:0;border-radius:8px!important;line-height:0}#pageRedraw .redraw-target-editor-main .redraw-target-prompt-panel{min-height:0;grid-template-rows:auto minmax(0,1fr)}#pageRedraw .redraw-target-editor-main .redraw-target-prompt-panel textarea{background:transparent;height:100%;min-height:0;max-height:none;resize:none}#pageRedraw .redraw-target-editor-main .redraw-target-source-description{display:none}#pageRedraw .redraw-target-editor-main .redraw-target-editor-controls{flex:0 0 auto;min-width:0;background:transparent;border-color:transparent;box-shadow:none}#pageRedraw .redraw-target-history-panel{position:relative;width:100%;min-width:0;min-height:0;height:100%;max-height:none;align-self:stretch;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;overflow:hidden;padding:14px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09;color:#f2f3f5}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated.is-uploading:before,#pageRedraw .redraw-target-history-panel.is-uploading:before{content:"";position:absolute;left:50%;top:50%;z-index:7;width:22px;height:22px;margin:-30px 0 0 -11px;border:2px solid rgba(255,255,255,.22);border-top-color:#f6c453;border-radius:999px;animation:redrawUploadSpin .8s linear infinite}#pageRedraw .redraw-target-editor-main .redraw-target-visual-generated.is-uploading:after,#pageRedraw .redraw-target-history-panel.is-uploading:after{content:attr(data-redraw-upload-state);position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center;padding-top:34px;box-sizing:border-box;border-radius:8px;background:#16171ab8;color:#f6c453;font-size:13px;font-weight:900;letter-spacing:0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@keyframes redrawUploadSpin{to{transform:rotate(360deg)}}#pageRedraw .redraw-target-history-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}#pageRedraw .redraw-target-history-head b{color:#f2f3f5!important;font-size:14px!important}#pageRedraw .redraw-target-history-head span{color:#8f96a3;font-size:12px;white-space:nowrap}#pageRedraw .redraw-target-history-list{min-width:0;min-height:0;flex:1 1 auto;display:grid;align-content:start;gap:8px;overflow:auto;padding-right:2px}#pageRedraw .redraw-target-history-item{width:100%;min-width:0;display:grid;gap:6px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a;color:#f2f3f5;text-align:left;cursor:pointer;box-sizing:border-box}#pageRedraw .redraw-target-history-item:hover{border-color:#f6c45357;background:#f6c4530f}#pageRedraw .redraw-target-history-item.active{border-color:#f6c45375;background:#f6c45314;cursor:default}#pageRedraw .redraw-target-history-thumb{width:100%;aspect-ratio:var(--redraw-history-aspect, 3 / 4);display:block;overflow:hidden;border-radius:7px;background:#202124}#pageRedraw .redraw-target-history-thumb img{width:100%;height:100%;display:block;object-fit:contain;object-position:top center}#pageRedraw .redraw-target-history-item b{min-width:0;overflow:hidden;color:#f2f3f5!important;font-size:12px!important;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-history-item small,#pageRedraw .redraw-target-history-empty{color:#8f96a3;font-size:11px;line-height:1.35}#pageRedraw .redraw-target-history-use{min-width:0;display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#ffffff0d;color:#d5d9e0;font-size:11px;font-weight:800;line-height:1}#pageRedraw .redraw-target-history-item:not(.active) .redraw-target-history-use{border-color:#f6c45357;background:#f6c4531f;color:#f6c453}#pageRedraw .redraw-target-history-item.active .redraw-target-history-use{color:#f6c453}#pageRedraw .redraw-target-history-empty{padding:14px 8px;border:1px dashed rgba(255,255,255,.12);border-radius:8px;text-align:center}#pageRedraw .redraw-target-editor-bottom{min-width:0;flex:0 0 auto;display:grid;grid-template-columns:1fr;gap:0}#pageRedraw .redraw-target-editor-bottom>span{display:none}#pageRedraw .redraw-target-editor-bottom>.redraw-target-editor-controls{width:100%;margin-top:0;align-content:start;box-sizing:border-box}#pageRedraw .redraw-target-editor-visuals{min-width:0;min-height:0;flex:0 0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:12px}#pageRedraw .redraw-target-visual-card{min-width:0;min-height:0;display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#202124b8}#pageRedraw .redraw-target-visual-card>span{color:#aeb6c3;font-size:12px;font-weight:700}#pageRedraw .redraw-target-visual-card .redraw-source-frame,#pageRedraw .redraw-target-visual-card .redraw-target-preview{flex:0 0 auto;min-height:0!important;height:auto!important;aspect-ratio:3 / 4!important;background:#202124}#pageRedraw .redraw-target-visual-card .redraw-target-preview.is-empty{color:#d5d9e0;font-size:13px}#pageRedraw .redraw-target-source-description{min-height:42px;display:-webkit-box;overflow:hidden;color:#aeb6c3;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}#pageRedraw .redraw-target-editor-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}#pageRedraw .redraw-target-editor-head>div{min-width:0;display:grid;gap:4px}#pageRedraw .redraw-target-editor-head span,#pageRedraw .redraw-target-editor-section-title span{color:#8f96a3;font-size:12px}#pageRedraw .redraw-target-editor-head b,#pageRedraw .redraw-target-editor-section-title b{color:#f2f3f5!important;font-size:15px!important}#pageRedraw .redraw-target-editor-head button{width:30px;height:30px;flex:0 0 auto;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#d5d9e0;cursor:pointer}#pageRedraw .redraw-target-editor-preview{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}#pageRedraw .redraw-target-editor-preview section,#pageRedraw .redraw-target-editor-section{min-width:0;display:grid;gap:9px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#202124b8}#pageRedraw .redraw-target-editor-preview section>span{color:#8f96a3;font-size:12px}#pageRedraw .redraw-target-editor-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}#pageRedraw .redraw-target-agent-panel{min-height:280px;display:flex;flex-direction:column;gap:10px}#pageRedraw .redraw-target-agent-thread{display:grid;gap:8px;align-content:start}#pageRedraw .redraw-target-agent-thread p{margin:0;display:grid;gap:4px;padding:9px;border-radius:8px;background:#ffffff0d;color:#cfd5df;font-size:12px;line-height:1.55}#pageRedraw .redraw-target-agent-thread p.assistant{background:#f6c4531a}#pageRedraw .redraw-target-agent-thread b{color:#f2f3f5!important;font-size:12px!important}#pageRedraw .redraw-target-prompt-draft{min-width:0;display:grid;gap:6px}#pageRedraw .redraw-target-prompt-draft>span{color:#8f96a3;font-size:12px}#pageRedraw .redraw-target-prompt-draft textarea{width:100%;min-height:176px;resize:vertical;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#202124;color:#f2f3f5;font-size:12px;line-height:1.55;box-sizing:border-box}#pageRedraw .redraw-target-prompt-panel{min-width:0;flex:0 0 auto;display:grid;gap:8px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#202124b8}#pageRedraw .redraw-target-prompt-title{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}#pageRedraw .redraw-target-prompt-title b{color:#f2f3f5!important;font-size:14px!important}#pageRedraw .redraw-target-prompt-title span{color:#8f96a3;font-size:12px}#pageRedraw .redraw-target-prompt-panel textarea{width:100%;min-height:118px;max-height:22vh;resize:vertical;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#202124;color:#f2f3f5;font-size:13px;line-height:1.6;box-sizing:border-box}#pageRedraw .redraw-target-audio-panel{min-width:0;flex:0 0 auto;display:grid;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#202124b8}#pageRedraw .redraw-target-audio-panel.is-focused{border-color:#f6c4538c;box-shadow:0 0 0 1px #f6c45329,0 14px 34px #0000003d}#pageRedraw .redraw-target-audio-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}#pageRedraw .redraw-target-audio-head>div{min-width:0;display:grid;gap:3px}#pageRedraw .redraw-target-audio-head b{color:#f2f3f5!important;font-size:14px!important}#pageRedraw .redraw-target-audio-head span{color:#8f96a3;font-size:12px}#pageRedraw .redraw-target-audio-panel audio{width:100%;height:36px;display:block}#pageRedraw .redraw-target-audio-empty{min-height:38px;display:flex;align-items:center;padding:0 10px;border:1px dashed rgba(255,255,255,.13);border-radius:8px;color:#aeb6c3;font-size:12px;line-height:1.4}#pageRedraw .redraw-target-audio-form{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.82fr);gap:10px}#pageRedraw .redraw-target-audio-form label{min-width:0;display:grid;gap:6px;color:#aeb6c3;font-size:12px}#pageRedraw .redraw-target-audio-form textarea{width:100%;min-height:84px;max-height:18vh;resize:vertical;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#202124;color:#f2f3f5;font-size:12px;line-height:1.5;box-sizing:border-box}#pageRedraw .redraw-target-audio-controls{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.58fr) minmax(120px,.64fr);gap:8px}#pageRedraw .redraw-target-audio-controls select,#pageRedraw .redraw-target-audio-controls button,#pageRedraw .redraw-target-audio-controls label{width:100%;min-width:0;min-height:36px;box-sizing:border-box}#pageRedraw .redraw-target-audio-controls label{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0f;color:#f2f3f5;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}#pageRedraw .redraw-target-audio-controls input[type=file]{display:none}#pageRedraw .redraw-target-voice-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;display:flex;align-items:center;justify-content:center;padding:24px;background:#0a0b0da8;box-sizing:border-box}#pageRedraw .redraw-target-voice-dialog{width:min(780px,calc(100vw - 48px));max-height:min(720px,calc(100vh - 48px));min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#2b2d31;color:#f2f3f5;box-shadow:0 28px 80px #0000007a}#pageRedraw .redraw-target-voice-head{min-width:0;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1)}#pageRedraw .redraw-target-voice-head>div{min-width:0;display:grid;gap:3px}#pageRedraw .redraw-target-voice-head span{color:#9fa7b4;font-size:12px}#pageRedraw .redraw-target-voice-head b{min-width:0;overflow:hidden;color:#f2f3f5!important;font-size:16px!important;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-voice-body{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(180px,.52fr) minmax(0,1fr);align-items:stretch;gap:12px;overflow:auto;padding:14px}#pageRedraw .redraw-target-voice-summary{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto minmax(64px,auto);gap:8px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#202124b8}#pageRedraw .redraw-target-voice-summary>span{color:#aeb6c3;font-size:12px;font-weight:700}#pageRedraw .redraw-target-voice-summary .redraw-source-frame{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:3 / 4!important}#pageRedraw .redraw-target-voice-summary .redraw-source-frame img{width:100%;height:100%;object-fit:cover}#pageRedraw .redraw-target-voice-summary b{min-width:0;overflow:hidden;color:#f2f3f5!important;font-size:13px!important;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-voice-summary small{min-width:0;max-height:116px;overflow:auto;color:#aeb6c3;font-size:12px;line-height:1.5}#pageRedraw .redraw-target-voice-dialog .redraw-target-audio-panel{align-self:stretch;background:#202124d1}#pageRedraw .redraw-target-editor-controls{min-width:0;flex:0 0 auto;margin-top:auto;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;box-shadow:none}#pageRedraw .redraw-target-agent-chips,#pageRedraw .redraw-target-agent-input-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}#pageRedraw .redraw-target-agent-chips button,#pageRedraw .redraw-target-agent-input-row button{min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#f2f3f5;font-size:12px;cursor:pointer}#pageRedraw .redraw-target-agent-input-row{display:grid;grid-template-columns:minmax(0,1fr) 72px 86px}#pageRedraw .redraw-target-agent-input-row input{width:100%;min-width:0;min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#202124;color:#f2f3f5}#pageRedraw .redraw-target-editor-actions{background:transparent!important;border-color:transparent!important;box-shadow:none!important}#pageRedraw .redraw-target-editor-actions .redraw-target-generation-panel{display:grid;gap:8px}#pageRedraw .redraw-target-generation-panel{min-width:0;display:grid;grid-template-columns:minmax(150px,1fr) minmax(70px,auto) minmax(82px,auto) minmax(96px,auto) minmax(92px,auto);grid-template-areas:"model optimize upload library generate";align-items:center;gap:8px;overflow-x:hidden}#pageRedraw .redraw-target-generation-panel.no-upload{grid-template-columns:minmax(150px,1fr) minmax(70px,auto) minmax(96px,auto) minmax(92px,auto);grid-template-areas:"model optimize library generate"}#pageRedraw .redraw-target-model-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:8px}#pageRedraw .redraw-target-actions-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}#pageRedraw .redraw-target-actions-head>div{min-width:0;display:grid;gap:4px}#pageRedraw .redraw-target-actions-head b{color:#f2f3f5!important;font-size:14px!important}#pageRedraw .redraw-target-actions-head span:not(.redraw-cost){color:#aeb6c3;font-size:12px}#pageRedraw .redraw-target-actions-head .redraw-cost{flex:0 0 auto;justify-content:flex-end;white-space:nowrap}#pageRedraw .redraw-target-generation-controls{min-width:0;display:block}#pageRedraw .redraw-target-generation-panel>select{grid-area:model}#pageRedraw .redraw-target-generation-panel>.redraw-target-optimize-btn{grid-area:optimize}#pageRedraw .redraw-target-generation-panel>.redraw-target-generate-btn{grid-area:generate}#pageRedraw .redraw-target-generation-panel>label{grid-area:upload}#pageRedraw .redraw-target-generation-panel>button.redraw-target-secondary:not(.redraw-target-optimize-btn){grid-area:library}#pageRedraw .redraw-target-generation-panel>select,#pageRedraw .redraw-target-generation-panel>button,#pageRedraw .redraw-target-generation-panel>label,#pageRedraw .redraw-target-model-row .redraw-target-model,#pageRedraw .redraw-target-generation-controls .redraw-target-model,#pageRedraw .redraw-target-generation-buttons button,#pageRedraw .redraw-target-generation-buttons label{min-height:36px!important;box-sizing:border-box}#pageRedraw .redraw-target-generation-panel>select,#pageRedraw .redraw-target-generation-panel>button,#pageRedraw .redraw-target-generation-panel>label{width:100%;min-width:0;overflow:hidden;justify-content:center;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-generation-panel>label{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0f;color:#f2f3f5;font-size:12px;font-weight:700;cursor:pointer}#pageRedraw .redraw-target-generation-panel>label input[type=file]{display:none}#pageRedraw .redraw-target-generation-buttons{min-width:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.9fr) minmax(0,1fr);gap:8px}#pageRedraw .redraw-target-generation-buttons button,#pageRedraw .redraw-target-generation-buttons label{width:100%;min-width:0;overflow:hidden;justify-content:center;text-overflow:ellipsis;white-space:nowrap}#pageRedraw .redraw-target-generation-buttons .redraw-target-generate-btn{border-color:#f6c4536b!important;background:#f6c45333!important}#pageRedraw .redraw-target-generation-panel>.redraw-target-generate-btn{border-color:#f6c4536b!important;background:#f6c45333!important}#pageRedraw .redraw-target-generate-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px}#pageRedraw .redraw-target-generate-btn .redraw-cost{min-width:auto;display:inline-flex;align-items:baseline;gap:4px;padding:0;color:inherit;font-size:11px;line-height:1}#pageRedraw .redraw-target-generate-btn .studio-points-base{display:none}#pageRedraw .redraw-target-generate-btn .studio-points-current{color:#f6c453!important;font-size:12px}#pageRedraw .redraw-target-editor-actions .redraw-target-command-row{flex-wrap:wrap!important}#pageRedraw .redraw-target-editor-actions .redraw-target-actions{gap:8px}@keyframes redrawTargetEditorSlide{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1280px){#pageRedraw .redraw-target-layout.has-editor{grid-template-columns:minmax(300px,.62fr) minmax(560px,1.38fr)}#pageRedraw .redraw-target-layout.has-editor>.redraw-target-card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}#pageRedraw .redraw-target-generation-controls{display:block}}@media (max-width: 980px){#pageRedraw .redraw-target-layout,#pageRedraw .redraw-target-layout.has-editor{grid-template-columns:1fr}#pageRedraw .redraw-target-grid.has-editor{height:100%;overflow:hidden}#pageRedraw .redraw-target-layout.has-editor>.redraw-target-editor{height:100%;margin-top:0}#pageRedraw .redraw-target-editor-main{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:"workspace" "history"}#pageRedraw .redraw-target-editor-left,#pageRedraw .redraw-target-editor-right{min-height:0}#pageRedraw .redraw-target-history-list{max-height:220px}#pageRedraw .redraw-target-editor-bottom{grid-template-columns:1fr}#pageRedraw .redraw-target-editor-bottom>span{display:none}#pageRedraw .redraw-target-editor-main .redraw-target-visual-card .redraw-source-frame,#pageRedraw .redraw-target-editor-main .redraw-target-visual-card .redraw-target-preview{width:100%!important;height:auto!important;aspect-ratio:3 / 4!important}#pageRedraw .redraw-target-editor{position:static;height:auto;min-height:0;max-height:none;overflow:visible}#pageRedraw .redraw-target-generation-panel{grid-template-columns:1fr;grid-template-areas:"model" "optimize" "generate" "upload" "library";overflow-x:visible}#pageRedraw .redraw-target-generation-panel.no-upload{grid-template-areas:"model" "optimize" "library" "generate"}#pageRedraw .redraw-target-model-row,#pageRedraw .redraw-target-generation-buttons,#pageRedraw .redraw-target-audio-form,#pageRedraw .redraw-target-audio-controls{grid-template-columns:1fr}#pageRedraw .redraw-target-voice-backdrop{padding:14px}#pageRedraw .redraw-target-voice-dialog{width:calc(100vw - 28px);max-height:calc(100vh - 28px)}#pageRedraw .redraw-target-voice-body,#pageRedraw .redraw-target-card-map,#pageRedraw .redraw-target-editor-visuals,#pageRedraw .redraw-target-editor-preview{grid-template-columns:1fr}}#pageRedraw .redraw-video-node-panel{border-color:var(--redraw-gray-line, #d9deea)!important;background:var(--redraw-gray-soft, #fbfcff)!important;box-shadow:none!important}#pageRedraw .redraw-video-node-head b{color:var(--redraw-gray-text, #1d2129)!important}#pageRedraw .redraw-video-node-head span,#pageRedraw .redraw-video-node-head small,#pageRedraw .redraw-video-node-controls label>span:first-child{color:var(--redraw-gray-muted, #86909c)!important}#pageRedraw .redraw-video-mode-pill,#pageRedraw .redraw-video-node-controls label{border-color:var(--redraw-gray-line, #d9deea)!important;background:var(--redraw-gray-card, #fff)!important;color:var(--redraw-gray-text, #4e5969)!important}#pageRedraw .redraw-video-node-controls select{color:var(--redraw-gray-text, #4e5969)!important}#pageRedraw .redraw-video-node-controls .redraw-shot-cost-btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 12px;white-space:nowrap}#pageRedraw .redraw-generation-node-row,#pageRedraw .redraw-target-generation-panel.redraw-generation-node-row,#pageRedraw .redraw-video-node-controls.redraw-generation-node-row{width:100%;min-width:0;min-height:44px;display:grid!important;grid-template-columns:minmax(260px,380px) minmax(220px,auto) minmax(24px,1fr) minmax(108px,auto) 38px;grid-template-areas:none!important;align-items:center!important;gap:10px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#282a30;overflow:visible;box-sizing:border-box}#pageRedraw .redraw-generation-model-slot{min-width:0;display:flex;align-items:center;grid-column:1}#pageRedraw .redraw-generation-model-slot select{min-width:0}#pageRedraw .redraw-generation-model-slot .redraw-model-trigger{width:100%;min-width:0;justify-content:space-between}#pageRedraw .redraw-generation-param-strip{min-width:0;grid-column:2;display:flex;align-items:center;justify-content:flex-start;gap:10px}#pageRedraw .redraw-generation-param-strip label{min-width:0!important;min-height:32px!important;display:inline-flex!important;align-items:center;gap:5px;padding:0 4px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#e5e8eee0!important;font-size:11px!important;white-space:nowrap}#pageRedraw .redraw-generation-param-strip label:hover{background:#ffffff0f!important}#pageRedraw .redraw-generation-param-strip label>span:first-child{color:#9ca3afc7!important;font-size:10px!important}#pageRedraw .redraw-generation-param-strip select{width:auto;min-width:0;height:28px;padding:0 4px;border:0!important;background:transparent!important;color:#f2f3f5f0!important;font-size:12px!important;font-weight:680;outline:none}#pageRedraw .redraw-generation-price{min-width:0;grid-column:4;justify-self:end;display:inline-flex!important;align-items:baseline;justify-content:flex-end;gap:6px;padding:0;white-space:nowrap;line-height:1}#pageRedraw .redraw-generation-price .studio-points-base{display:inline!important;color:#9ca3afc2!important;font-size:11px!important;text-decoration:line-through}#pageRedraw .redraw-generation-price .studio-points-current{color:#f6c453!important;font-size:12px!important;font-weight:780}#pageRedraw .redraw-generation-send-btn,#pageRedraw .redraw-target-generation-panel>.redraw-generation-send-btn,#pageRedraw .redraw-video-node-controls .redraw-generation-send-btn.redraw-shot-cost-btn{grid-area:auto!important;grid-column:5!important;justify-self:end;width:38px;min-width:38px;height:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0!important;border:1px solid rgba(246,196,83,.45)!important;border-radius:8px;background:#f6c4532e!important;color:#f6c453!important;box-shadow:none!important}#pageRedraw .redraw-generation-send-btn svg{width:15px;height:15px}#pageRedraw .redraw-generation-send-btn.is-busy{width:auto;min-width:72px;padding:0 10px!important;font-size:12px}@media (max-width: 980px){#pageRedraw .redraw-video-node-model-row{grid-template-columns:1fr}#pageRedraw .redraw-video-node-head,#pageRedraw .redraw-video-node-controls{align-items:stretch}#pageRedraw .redraw-generation-node-row,#pageRedraw .redraw-target-generation-panel.redraw-generation-node-row,#pageRedraw .redraw-video-node-controls.redraw-generation-node-row{grid-template-columns:1fr}#pageRedraw .redraw-generation-model-slot,#pageRedraw .redraw-generation-param-strip,#pageRedraw .redraw-generation-price,#pageRedraw .redraw-generation-send-btn{grid-column:auto}#pageRedraw .redraw-generation-param-strip{justify-content:stretch;flex-wrap:wrap}#pageRedraw .redraw-generation-send-btn{width:100%}}#pageTeam.team-page{display:none;min-width:0;min-height:0;color:#eef2f7;background:radial-gradient(circle at 82% 8%,rgba(61,135,155,.12),transparent 28%),#17181c}#pageTeam.team-page.active{display:block}#pageTeam .team-page-shell{display:flex;width:100%;height:100%;min-height:0;box-sizing:border-box;flex-direction:column;padding:30px 34px 34px}#pageTeam .team-page-header{display:flex;flex:0 0 auto;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 2px 24px}#pageTeam .team-page-kicker{margin-bottom:7px;color:#7ddfe894;font-size:10px;font-weight:780;letter-spacing:.18em}#pageTeam .team-page-header h1{margin:0;font-size:27px;line-height:1.2}#pageTeam .team-page-header p,#pageTeam .team-workspace-heading p,#pageTeam .team-content-heading p{margin:6px 0 0;color:#ffffff6b;font-size:12px}#pageTeam .team-primary-button,#pageTeam .team-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;box-sizing:border-box;padding:0 14px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}#pageTeam .team-primary-button{border:1px solid rgba(129,229,238,.4);color:#f3feff;background:linear-gradient(135deg,#2697aaf2,#3668b5f5)}#pageTeam .team-secondary-button{border:1px solid rgba(255,255,255,.12);color:#ffffffb8;background:#ffffff0e}#pageTeam button:disabled{cursor:wait;opacity:.54}#pageTeam .team-page-layout{display:grid;flex:1 1 auto;grid-template-columns:238px minmax(0,1fr);min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#1b1c21c2;box-shadow:0 24px 66px #0003}#pageTeam .team-workspace-sidebar{min-width:0;min-height:0;padding:18px 12px;overflow-y:auto;border-right:1px solid rgba(255,255,255,.075);background:#11121670}#pageTeam .team-panel-title{display:flex;align-items:center;justify-content:space-between;padding:0 7px 11px;color:#ffffff7a;font-size:11px;font-weight:700}#pageTeam .team-panel-title button{width:27px;height:27px;padding:0;border:0;border-radius:6px;color:#ffffff8f;background:transparent;font-size:16px;cursor:pointer}#pageTeam .team-panel-title button:hover{background:#ffffff12}#pageTeam .team-workspace-list{display:flex;flex-direction:column;gap:5px}#pageTeam .team-workspace-item{display:flex;width:100%;min-width:0;align-items:center;gap:10px;padding:9px;border:1px solid transparent;border-radius:9px;color:inherit;background:transparent;text-align:left;cursor:pointer}#pageTeam .team-workspace-item:hover{background:#ffffff0b}#pageTeam .team-workspace-item.active{border-color:#7ee0ea38;background:#499daa21}#pageTeam .team-workspace-avatar,#pageTeam .team-member-avatar{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(138,226,235,.2);color:#dffbff;background:linear-gradient(145deg,#338ea09e,#3e5385b8)}#pageTeam .team-workspace-avatar{width:34px;height:34px;border-radius:9px;font-size:13px}#pageTeam .team-member-avatar{width:38px;height:38px;border-radius:50%;font-size:14px}#pageTeam .team-workspace-copy,#pageTeam .team-member-info{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:3px}#pageTeam .team-workspace-copy strong,#pageTeam .team-member-info strong{overflow:hidden;color:#ffffffdb;font-size:12px;text-overflow:ellipsis;white-space:nowrap}#pageTeam .team-workspace-copy small,#pageTeam .team-member-info small{color:#ffffff5c;font-size:10px}#pageTeam .team-workspace-empty,#pageTeam .team-content-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;min-height:180px;padding:22px;border:1px dashed rgba(255,255,255,.11);border-radius:10px;color:#ffffff61;text-align:center}#pageTeam .team-workspace-empty{min-height:120px;padding:16px 10px}#pageTeam .team-workspace-empty strong,#pageTeam .team-content-empty strong{color:#ffffffb8;font-size:13px}#pageTeam .team-workspace-empty span,#pageTeam .team-content-empty span{max-width:430px;font-size:11px;line-height:1.6}#pageTeam .team-content-empty .team-primary-button{margin-top:8px}#pageTeam .team-workspace-main{display:flex;min-width:0;min-height:0;flex-direction:column;padding:22px 24px 26px;overflow:hidden}#pageTeam .team-workspace-heading{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:18px}#pageTeam .team-workspace-heading h2{margin:0;font-size:20px}#pageTeam .team-role-badge,#pageTeam .team-member-role{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:25px;padding:0 9px;border:1px solid rgba(129,226,235,.23);border-radius:999px;color:#b1eff5d6;background:#3493a21a;font-size:10px}#pageTeam .team-page-tabs{display:flex;flex:0 0 auto;gap:3px;margin-top:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.075)}#pageTeam .team-page-tabs button{height:32px;padding:0 13px;border:0;border-radius:7px;color:#ffffff7a;background:transparent;font-size:11px;font-weight:650;cursor:pointer}#pageTeam .team-page-tabs button.active{color:#effdff;background:#53a1ae26}#pageTeam .team-page-status{flex:0 0 auto;min-height:18px;padding:8px 2px 0;color:#ffffff75;font-size:11px}#pageTeam .team-page-status[hidden]{display:none}#pageTeam .team-page-status.is-error{color:#efaaaa}#pageTeam .team-page-status.is-success{color:#97dbc2}#pageTeam .team-page-content{flex:1 1 auto;min-width:0;min-height:0;padding-top:16px;overflow-y:auto}#pageTeam .team-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:22px}#pageTeam .team-stat-card{display:flex;min-width:0;flex-direction:column;gap:8px;padding:14px 15px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff09}#pageTeam .team-stat-card span{color:#ffffff61;font-size:10px}#pageTeam .team-stat-card strong{font-size:20px;font-variant-numeric:tabular-nums}#pageTeam .team-content-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}#pageTeam .team-content-heading h3{margin:0;font-size:15px}#pageTeam .team-project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(174px,1fr));gap:22px 15px}#pageTeam .team-project-card{display:flex;min-width:0;flex-direction:column;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer;transition:transform .18s ease}#pageTeam .team-project-card:hover{transform:translateY(-3px)}#pageTeam .team-project-visual{position:relative;display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:radial-gradient(circle at 78% 20%,rgba(115,210,225,.24),transparent 34%),linear-gradient(140deg,#315b68,#292e3b 65%,#24262d)}#pageTeam .team-project-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 56%,rgba(7,9,13,.66))}#pageTeam .team-project-visual img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}#pageTeam .team-project-card:hover .team-project-visual img{transform:scale(1.025)}#pageTeam .team-project-card:hover .team-project-visual{border-color:#86e2ec66;box-shadow:0 16px 34px #0003}#pageTeam .team-project-kind{position:absolute;z-index:2;left:10px;bottom:9px;padding:4px 7px;border:1px solid rgba(255,255,255,.14);border-radius:5px;color:#ffffffc2;background:#0a0c106b;font-size:9px}#pageTeam .team-project-card-body{display:flex;min-width:0;flex-direction:column;padding:9px 2px 0}#pageTeam .team-project-card-body>strong{overflow:hidden;color:#ffffffe6;font-size:13px;text-overflow:ellipsis;white-space:nowrap}#pageTeam .team-project-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:5px}#pageTeam .team-project-meta small{color:#ffffff59;font-size:9px}#pageTeam .team-project-meta .team-project-spend{color:#81e2ebb8;white-space:nowrap}#pageTeam .team-member-add-form{display:grid;grid-template-columns:minmax(130px,1fr) 130px auto;gap:8px;margin-bottom:14px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff06}#pageTeam input,#pageTeam select,#pageTeam textarea{box-sizing:border-box;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#ffffffdb;background:#202126;outline:none}#pageTeam input,#pageTeam select{height:36px;padding:0 10px}#pageTeam textarea{width:100%;padding:9px 10px;resize:vertical}#pageTeam input:focus,#pageTeam select:focus,#pageTeam textarea:focus{border-color:#7ee1ea75}#pageTeam .team-member-list,#pageTeam .team-allocation-list{display:flex;flex-direction:column;gap:7px}#pageTeam .team-member-row,#pageTeam .team-allocation-row{display:flex;min-width:0;align-items:center;gap:11px;padding:11px 12px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#ffffff07}#pageTeam .team-wallet-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding:18px;border:1px solid rgba(123,222,233,.15);border-radius:10px;background:linear-gradient(135deg,#2d849721,#2f46761a)}#pageTeam .team-wallet-summary>div{display:flex;flex-direction:column;gap:5px}#pageTeam .team-wallet-summary span{color:#ffffff70;font-size:10px}#pageTeam .team-wallet-summary strong{font-size:26px;font-variant-numeric:tabular-nums}#pageTeam .team-wallet-summary small{color:#ffffff57;font-size:10px}#pageTeam .team-allocation-limit{flex:0 0 auto;color:#ffffff75;font-size:10px}#pageTeam .team-allocation-editor{display:flex;flex:0 0 auto;align-items:center;gap:7px}#pageTeam .team-allocation-editor input{width:105px}#pageTeam .team-modal-overlay{position:fixed;z-index:1800;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#08090cb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#pageTeam .team-modal-overlay[hidden]{display:none}#pageTeam .team-modal-panel{width:min(430px,100%);box-sizing:border-box;padding:23px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#232429;box-shadow:0 28px 80px #0000006b}#pageTeam .team-modal-head,#pageTeam .team-modal-actions{display:flex;align-items:center;gap:9px}#pageTeam .team-modal-head{align-items:flex-start;justify-content:space-between;margin-bottom:20px}#pageTeam .team-modal-head span{color:#80e6ef94;font-size:9px;font-weight:760;letter-spacing:.14em}#pageTeam .team-modal-head h3{margin:4px 0 0;font-size:18px}#pageTeam .team-modal-head button{width:30px;height:30px;padding:0;border:0;border-radius:7px;color:#ffffff8c;background:#ffffff0d;font-size:21px;cursor:pointer}#pageTeam .team-modal-panel label{display:block;margin:11px 0 6px;color:#ffffff85;font-size:10px}#pageTeam .team-modal-panel input,#pageTeam .team-modal-panel textarea{width:100%;padding:10px 11px;resize:vertical}#pageTeam .team-modal-panel input{height:39px}#pageTeam .team-form-error{min-height:18px;margin-top:7px;color:#efaaaa;font-size:10px}#pageTeam .team-modal-actions{justify-content:flex-end;margin-top:12px}@media (max-width: 760px){#pageTeam .team-page-shell{padding:18px 12px 16px 72px;overflow-y:auto}#pageTeam .team-page-header{align-items:flex-end;margin-bottom:15px}#pageTeam .team-page-header p{display:none}#pageTeam .team-page-header .team-primary-button{height:34px;padding:0 10px}#pageTeam .team-page-layout{display:flex;min-height:650px;overflow:visible;flex-direction:column}#pageTeam .team-workspace-sidebar{flex:0 0 auto;padding:10px;overflow-x:auto;overflow-y:hidden;border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}#pageTeam .team-panel-title{padding:0 2px 8px}#pageTeam .team-workspace-list{flex-direction:row}#pageTeam .team-workspace-item{flex:0 0 166px}#pageTeam .team-workspace-empty{min-width:240px;padding:7px 2px 10px}#pageTeam .team-workspace-main{flex:1 1 auto;padding:16px 13px 20px;overflow:visible}#pageTeam .team-page-content{overflow:visible}#pageTeam .team-page-tabs{overflow-x:auto}#pageTeam .team-page-tabs button{flex:0 0 auto}#pageTeam .team-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}#pageTeam .team-stat-card{padding:10px 8px}#pageTeam .team-stat-card strong{font-size:14px}#pageTeam .team-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 9px}#pageTeam .team-project-meta{align-items:flex-start;flex-direction:column;gap:3px}#pageTeam .team-member-add-form{grid-template-columns:minmax(0,1fr) 105px}#pageTeam .team-member-add-form button{grid-column:1 / -1}#pageTeam .team-member-row,#pageTeam .team-allocation-row{align-items:flex-start;flex-wrap:wrap}#pageTeam .team-allocation-limit{margin-left:45px}#pageTeam .team-allocation-editor{width:100%;margin-left:45px}#pageTeam .team-allocation-editor input{flex:1 1 auto;width:auto}}
