.sidebar-bg{background:linear-gradient(90deg,#021032 0%,#042e71 100%)}.sidebar-active-bar{background:#ffffff4d}.sidebar-divider{border-color:#ffffff1a}.vf-menu{background:url(/assets/menu-bg-BvhmDI_t.png) top/100% no-repeat;box-shadow:0 0 4px 3px #fff3}.sidebar-nav-item{color:#fff9;margin-bottom:5px;transition:background-color .15s,color .15s}.sidebar-nav-item img{filter:brightness(0)invert()}.sidebar-nav-item:hover{color:#ffffffe6;background:#ffffff1a}.sidebar-nav-item.active{color:#11e0ff;background:#ffffff26;border:.05em solid #b3d1ff;border-right-width:0;border-radius:5px 0 0 5px;font-weight:600}.sidebar-nav-item.active img{filter:brightness(0)invert()invert(54%)sepia(76%)saturate(3200%)hue-rotate(168deg)brightness(104%)contrast(103%)}.flex-menu{padding-left:calc(var(--spacing) * 8)}.vf-menu::-webkit-scrollbar{width:4px}.flex-menu::-webkit-scrollbar{width:4px}.vf-menu::-webkit-scrollbar-track{background:0 0}.flex-menu::-webkit-scrollbar-track{background:0 0}.vf-menu::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.flex-menu::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.vf-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.flex-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.vf-menu,.flex-menu{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent}.login-page-root{background:var(--color-bg-primary);min-height:100vh;color:var(--color-text-primary);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.login-left{background:var(--color-main-bg);flex-direction:column;flex:1;justify-content:center;padding:60px 80px;display:flex;position:relative;overflow:hidden}.login-logo-img{z-index:1;width:auto;height:48px;margin-bottom:60px;position:relative}.login-hero{z-index:1;margin-bottom:48px;position:relative}.login-tagline{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin:0 0 16px;font-size:14px;font-weight:600}.login-headline{color:var(--color-text-primary);letter-spacing:-1px;margin:0 0 20px;font-size:48px;font-weight:800;line-height:1.2}.login-headline span{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.login-desc{color:var(--color-text-secondary);max-width:480px;margin:0 0 28px;font-size:15px;line-height:1.7}.login-feature-tags{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.login-feature-tag{color:var(--color-text-secondary);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.login-feature-tag:hover{z-index:1;border-color:#0000;transform:scale(1.18);box-shadow:0 8px 24px #00000024,0 2px 6px #0000000f}.login-stats{z-index:1;gap:40px;margin-bottom:48px;display:flex;position:relative}.login-stat-item{flex-direction:column;gap:4px;display:flex}.login-stat-num{color:var(--color-text-primary);letter-spacing:-.5px;font-size:28px;font-weight:800}.login-stat-label{color:var(--color-text-muted);font-size:12px;font-weight:500}.login-copyright{color:var(--color-text-muted);z-index:1;font-size:12px;position:relative}.login-right{background:var(--color-bg-primary);flex:0 0 520px;justify-content:center;align-items:center;padding:40px;display:flex}.login-card{width:100%;max-width:400px}.login-card-title{color:var(--color-text-primary);letter-spacing:-.5px;margin:0 0 6px;font-size:26px;font-weight:700}.login-card-subtitle{color:var(--color-text-muted);margin:0 0 28px;font-size:14px}.login-tabs{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:10px;gap:0;margin-bottom:28px;padding:4px;display:flex}.login-tab{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:8px;flex:1;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.login-tab.active{background:var(--color-primary);color:#fff}.login-tab:hover:not(.active){color:var(--color-text-secondary)}.login-field{margin-bottom:18px}.login-label{color:var(--color-text-secondary);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.login-phone-row{border:1px solid var(--color-border);background:var(--color-bg-card);border-radius:10px;gap:0;transition:border-color .2s;display:flex;overflow:hidden}.login-phone-row:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f114}.login-phone-prefix{color:var(--color-text-secondary);background:var(--color-bg-primary);border-right:1px solid var(--color-border);white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:600;display:flex}.login-phone-prefix svg{flex-shrink:0}.login-phone-input{color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:15px}.login-phone-input::placeholder{color:var(--color-text-muted)}.login-code-row{gap:10px;display:flex}.login-code-input{border:1px solid var(--color-border);background:var(--color-bg-card);color:var(--color-text-primary);border-radius:10px;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s}.login-code-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f114}.login-code-input::placeholder{color:var(--color-text-muted)}.login-get-code-btn{border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;flex-shrink:0;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.login-get-code-btn:hover:not(:disabled){background:var(--color-primary);color:#fff}.login-get-code-btn:disabled{opacity:.5;cursor:not-allowed;color:var(--color-text-muted);border-color:var(--color-border);background:0 0}.login-agreement{color:var(--color-text-muted);align-items:flex-start;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.login-agreement input[type=checkbox]{accent-color:var(--color-primary);cursor:pointer;margin-top:2px}.login-agreement a{color:var(--color-primary);font-weight:500;text-decoration:none}.login-agreement a:hover{text-decoration:underline}.login-submit-btn{border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;white-space:nowrap;text-align:center;background:0 0;border-radius:10px;flex-shrink:0;width:100%;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:block!important}.login-submit-btn:hover:not(:disabled){background:var(--color-primary-hover);color:#f0f8ff;box-shadow:0 4px 15px #3b82f659}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-error-msg{color:var(--color-danger);background:#ef444414;border:1px solid #ef444433;border-radius:8px;margin-top:14px;padding:10px 14px;font-size:13px}.login-alt-link{text-align:center;margin-top:20px;font-size:13px}.login-alt-link a{color:var(--color-primary);cursor:pointer;font-weight:500;text-decoration:none}.login-alt-link a:hover{text-decoration:underline}.login-qr-panel{flex-direction:column;align-items:center;padding:40px 20px 20px;display:flex}.login-qr-placeholder{background:var(--color-bg-primary);border:1px solid var(--color-border);width:180px;height:180px;color:var(--color-text-muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.login-qr-tip{text-align:center;color:var(--color-text-secondary);margin-top:16px;font-size:13px;line-height:1.6}.login-email-input{border:1px solid var(--color-border);background:var(--color-bg-card);width:100%;color:var(--color-text-primary);box-sizing:border-box;border-radius:10px;outline:none;margin-bottom:12px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s}.login-email-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f114}.login-email-input::placeholder{color:var(--color-text-muted)}.login-email-tabs{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:10px;gap:0;margin-bottom:20px;padding:4px;display:flex}.login-email-tab{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:8px;flex:1;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.login-email-tab.active{background:var(--color-primary);color:#fff}.login-email-tab:hover:not(.active){color:var(--color-text-secondary)}.login-panel{animation:.25s loginFadeIn}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=960px){.login-page-root{flex-direction:column}.login-left{flex:unset;padding:40px 30px}.login-headline{font-size:32px}.login-right{flex:unset;padding:30px}.login-stats{gap:24px}}:root{--me-page-bg:transparent;--me-card-bg:#ffffff0f;--me-card-border:#ffffff14;--me-title:#dce8faf2;--me-subtitle:#dce8fa99;--me-text:#dce8facc;--me-muted:#dce8fa66;--me-accent:#11e0ff;--me-accent-hover:#00c8e6;--me-danger:#f87171;--me-danger-hover:#ef4444;--me-avatar-bg:linear-gradient(135deg, #021032 0%, #042e71 100%);--me-grid-bg:#ffffff0a;--me-pill-authorized-bg:#11e0ff26;--me-pill-authorized-text:#11e0ff;--me-pill-pending-bg:#ffffff0f;--me-pill-pending-text:#dce8fa80;--me-font:"Inter", system-ui, -apple-system, sans-serif;--me-radius-card:18px;--me-radius-sm:12px;--me-radius-xs:8px;--me-shadow-card:0 0 4px 3px #ffffff14}.me-page{background:var(--me-page-bg);min-height:0;font-family:var(--me-font);flex-direction:column;flex:1;display:flex;overflow-y:auto}.me-page::-webkit-scrollbar{width:6px}.me-page::-webkit-scrollbar-track{background:0 0}.me-page::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.me-page::-webkit-scrollbar-thumb:hover{background:#ffffff40}.me-content{flex-direction:column;gap:20px;padding:20px 24px;display:flex}.me-profile-card{background:var(--me-card-bg);border:1px solid var(--me-card-border);border-radius:var(--me-radius-xs);box-shadow:var(--me-shadow-card);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.me-profile-main{align-items:center;gap:16px;display:flex}.me-profile-avatar{background:var(--me-avatar-bg);color:#fff;width:52px;height:52px;font-size:20px;font-weight:700;font-family:var(--me-font);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.me-profile-avatar-img,.avatar-lg-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.me-profile-info{flex-direction:column;gap:2px;display:flex}.me-profile-name{color:var(--me-title);font-size:18px;font-weight:700;font-family:var(--me-font);margin:0;line-height:1.3}.me-profile-id{color:var(--me-subtitle);font-size:13px;font-weight:600;font-family:var(--me-font)}.me-profile-actions{flex-shrink:0;gap:10px;display:flex}.me-platform-section{background:var(--me-card-bg);border:1px solid var(--me-card-border);border-radius:var(--me-radius-xs);box-shadow:var(--me-shadow-card);padding:20px 24px}.me-platform-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.me-platform-section-copy h3{color:var(--me-title);font-size:18px;font-weight:700;font-family:var(--me-font);margin:0 0 4px}.me-platform-section-copy p{color:var(--me-subtitle);font-size:13px;font-weight:600;font-family:var(--me-font);margin:0}.me-platform-summary{flex-shrink:0;gap:8px;display:flex}.me-summary-pill{font-size:12px;font-weight:600;font-family:var(--me-font);border-radius:14px;align-items:center;padding:4px 12px;display:inline-flex}.me-summary-pill--dark{background:var(--me-pill-authorized-bg);color:var(--me-pill-authorized-text)}.me-summary-pill--light{background:var(--me-pill-pending-bg);color:var(--me-pill-pending-text)}.me-platform-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width<=900px){.me-platform-grid{grid-template-columns:1fr}}.me-platform-card{border:1px solid var(--me-card-border);border-radius:var(--me-radius-xs);background:var(--me-card-bg);justify-content:space-between;align-items:center;padding:16px 18px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.me-platform-card:hover{border-color:#ffffff26;box-shadow:0 2px 8px #00000026}.me-platform-card--authorized{background:#ffffff0a}.me-platform-card-main{align-items:center;gap:12px;min-width:0;display:flex}.me-platform-logo{background:#ffffff2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.me-platform-icon-img{object-fit:contain;width:22px;height:22px;display:block}.me-platform-icon-text{font-size:15px;font-weight:700;font-family:var(--me-font);color:var(--me-muted)}.me-platform-brand{align-items:center;gap:10px;width:120px;display:flex}.me-platform-brand-copy strong{color:var(--me-title);font-size:14px;font-weight:700;font-family:var(--me-font)}.me-platform-account{align-items:center;gap:10px;margin-left:10px;padding-left:12px;display:flex}.me-platform-avatar-wrap{background:#ffffff0a;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.me-platform-avatar{object-fit:cover;width:100%;height:100%}.me-platform-copy{flex-direction:column;gap:2px;display:flex}.me-platform-copy strong{color:var(--me-title);font-size:14px;font-weight:600;font-family:var(--me-font)}.me-platform-copy span{color:var(--me-subtitle);font-size:12px;font-weight:600;font-family:var(--me-font)}.me-platform-copy--authorized strong{font-size:13px}.me-platform-meta-line{gap:8px;display:flex}.me-platform-meta-line span{color:var(--me-muted);font-size:11px;font-weight:600;font-family:var(--me-font)}.me-platform-status{font-size:12px;font-weight:600;font-family:var(--me-font)}.me-platform-status--authorized{color:#0ba39b}.me-platform-status--pending{color:var(--me-muted)}.me-platform-card-action{flex-shrink:0;margin-left:8px}.me-footnote{color:var(--me-muted);font-size:12px;font-weight:600;font-family:var(--me-font);text-align:center;margin-top:4px}.me-edit-dialog{background:var(--me-card-bg);border:1px solid var(--me-card-border);border-radius:var(--me-radius-xs);flex-direction:column;width:600px;max-width:calc(100vw - 40px);max-height:calc(100vh - 80px);animation:.25s cubic-bezier(.16,1,.3,1) me-scaleIn;display:flex;box-shadow:0 20px 60px #162a462e}.me-edit-dialog>.modal-footer{margin-top:0;padding:16px 24px 20px}.me-edit-body{padding:0 24px;overflow-y:auto}.me-edit-body::-webkit-scrollbar{width:6px}.me-edit-body::-webkit-scrollbar-track{background:0 0}.me-edit-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.me-edit-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}.me-edit-head{padding:20px 24px 0}.me-edit-title strong{color:var(--me-title);font-size:18px;font-weight:700;font-family:var(--me-font);margin-bottom:4px;display:block}.me-edit-title p{color:var(--me-subtitle);font-size:13px;font-weight:600;font-family:var(--me-font);margin:0 0 16px}.me-edit-profile-row{border:1px solid var(--me-card-border);border-radius:var(--me-radius-xs);background:#ffffff0a;align-items:center;gap:16px;margin-bottom:20px;padding:16px;display:flex}.me-edit-profile-info{flex-direction:column;flex:1;gap:2px;display:flex}.me-edit-profile-info strong{color:var(--me-title);font-size:14px;font-weight:600;font-family:var(--me-font)}.me-edit-profile-info span{color:var(--me-subtitle);font-size:12px;font-weight:600;font-family:var(--me-font)}.me-edit-avatar-btn{color:var(--color-text-secondary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--me-font);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:fit-content;margin-top:10px;padding:8px 18px;line-height:1.5;transition:all .15s;display:inline-flex}.me-edit-avatar-btn:hover{border-color:var(--me-accent);color:var(--me-accent);background:#11e0ff14}.me-edit-form-grid{grid-template-columns:1fr 1fr;gap:16px;padding-bottom:18px;display:grid}.me-edit-field{flex-direction:column;gap:6px;display:flex}.me-edit-field span{color:var(--me-title);font-size:13px;font-weight:600;font-family:var(--me-font)}.me-edit-field input[readonly]{color:var(--me-muted);cursor:default;background:#ffffff0a}.me-edit-field small{color:var(--me-muted);font-size:11px;font-weight:600;font-family:var(--me-font)}.me-unbind-dialog{background:var(--me-card-bg);border:1px solid var(--me-card-border);border-radius:var(--me-radius-xs);text-align:center;width:400px;max-width:calc(100vw - 40px);padding:24px;animation:.25s cubic-bezier(.16,1,.3,1) me-scaleIn;box-shadow:0 20px 60px #162a462e}.me-unbind-dialog strong{color:var(--me-title);font-size:16px;font-weight:700;font-family:var(--me-font);margin-bottom:8px;display:block}.me-unbind-dialog p{color:var(--me-subtitle);font-size:13px;font-weight:600;font-family:var(--me-font);margin:0 0 20px;line-height:1.5}.me-unbind-actions{justify-content:center;gap:10px;display:flex}@keyframes me-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes me-scaleIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}:root.dark .me-page,[data-theme=dark] .me-page,.dark .me-page{background:#1a1b2e}:root.dark .me-profile-card,[data-theme=dark] .me-profile-card,.dark .me-profile-card,:root.dark .me-platform-section,[data-theme=dark] .me-platform-section,.dark .me-platform-section{background:#1e1f35;border-color:#2a2b45}:root.dark .me-platform-card,[data-theme=dark] .me-platform-card,.dark .me-platform-card{background:#252640;border-color:#323350}:root.dark .me-platform-card--authorized,[data-theme=dark] .me-platform-card--authorized,.dark .me-platform-card--authorized{background:#232438}:root.dark .me-platform-logo,[data-theme=dark] .me-platform-logo,.dark .me-platform-logo{background:#323350}:root.dark .me-platform-icon-text,[data-theme=dark] .me-platform-icon-text,.dark .me-platform-icon-text{color:#8c8fa3}:root.dark .me-platform-card:hover,[data-theme=dark] .me-platform-card:hover,.dark .me-platform-card:hover{border-color:#3d3e5c;box-shadow:0 2px 8px #0003}:root.dark .me-profile-name,[data-theme=dark] .me-profile-name,.dark .me-profile-name{color:#e4e6f0}:root.dark .me-profile-id,[data-theme=dark] .me-profile-id,.dark .me-profile-id{color:#8c8fa3}:root.dark .me-platform-section-copy h3,[data-theme=dark] .me-platform-section-copy h3,.dark .me-platform-section-copy h3{color:#e4e6f0}:root.dark .me-platform-section-copy p,[data-theme=dark] .me-platform-section-copy p,.dark .me-platform-section-copy p{color:#8c8fa3}:root.dark .me-platform-copy strong,[data-theme=dark] .me-platform-copy strong,.dark .me-platform-copy strong{color:#e4e6f0}:root.dark .me-platform-meta-line span,[data-theme=dark] .me-platform-meta-line span,.dark .me-platform-meta-line span{color:#7c8aa3}:root.dark .me-platform-account,[data-theme=dark] .me-platform-account,.dark .me-platform-account{border-left-color:#323350}:root.dark .me-edit-dialog,[data-theme=dark] .me-edit-dialog,.dark .me-edit-dialog{background:#1e1f35;border-color:#2a2b45}:root.dark .me-edit-title strong,[data-theme=dark] .me-edit-title strong,.dark .me-edit-title strong,:root.dark .me-edit-field span,[data-theme=dark] .me-edit-field span,.dark .me-edit-field span{color:#e4e6f0}:root.dark .me-edit-profile-row,[data-theme=dark] .me-edit-profile-row,.dark .me-edit-profile-row{background:#252640;border-color:#323350}:root.dark .me-edit-profile-info strong,[data-theme=dark] .me-edit-profile-info strong,.dark .me-edit-profile-info strong{color:#e4e6f0}:root.dark .me-unbind-dialog,[data-theme=dark] .me-unbind-dialog,.dark .me-unbind-dialog{background:#1e1f35;border-color:#2a2b45}:root.dark .me-unbind-dialog strong,[data-theme=dark] .me-unbind-dialog strong,.dark .me-unbind-dialog strong{color:#e4e6f0}:root.dark .me-footnote,[data-theme=dark] .me-footnote,.dark .me-footnote{color:#7c8aa3}:root.dark .me-summary-pill--dark,[data-theme=dark] .me-summary-pill--dark,.dark .me-summary-pill--dark{background:#3b4a6b}:root.dark .me-summary-pill--light,[data-theme=dark] .me-summary-pill--light,.dark .me-summary-pill--light{color:#8c8fa3;background:#323350}.me-crop-dialog{background:#ffffff0f;border-radius:12px;flex-direction:column;width:420px;max-width:94vw;max-height:85vh;padding-bottom:20px;display:flex;position:relative;overflow-y:auto;box-shadow:0 12px 48px #00000026,0 2px 8px #00000014}.me-crop-dialog>.modal-footer{margin-top:0;padding:16px 24px 0}.me-crop-head{padding:20px 24px 0}.me-crop-head h3{color:var(--me-title);font-size:16px;font-weight:700;font-family:var(--me-font);margin:0 0 4px}.me-crop-head p{color:var(--me-muted);font-size:12px;font-family:var(--me-font);margin:0;line-height:1.5}.me-crop-body{justify-content:center;padding:16px 24px;display:flex}.me-crop-upload-area{cursor:pointer;border:2px dashed #ffffff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:280px;height:280px;transition:all .15s;display:flex}.me-crop-upload-area:hover{border-color:var(--me-accent);background:#11e0ff0f}.me-crop-upload-icon{width:44px;height:44px;color:var(--me-accent);background:#11e0ff1a;border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:300;display:flex}.me-crop-upload-area>span:nth-child(2){color:var(--me-title);font-size:13px;font-weight:600;font-family:var(--me-font)}.me-crop-upload-area>span:nth-child(3){color:var(--me-muted);font-size:11px;font-family:var(--me-font)}.me-crop-upload-hint{text-align:center}.me-crop-canvas-wrap{cursor:grab;-webkit-user-select:none;user-select:none;border-radius:4px;width:280px;height:280px;overflow:hidden}.me-crop-canvas-wrap:active{cursor:grabbing}.me-crop-canvas{width:280px;height:280px;display:block}.me-crop-controls{align-items:center;gap:10px;padding:0 24px 16px;display:flex}.me-crop-zoom-btn{width:32px;height:32px;color:var(--me-title);cursor:pointer;font-size:18px;font-weight:600;font-family:var(--me-font);background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.me-crop-zoom-btn:hover{border-color:var(--me-accent);color:var(--me-accent);background:#11e0ff1a}.me-crop-range{appearance:none;cursor:pointer;background:#ffffff26;border-radius:2px;outline:none;flex:1;height:4px}.me-crop-range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--me-accent);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #00000026}.me-crop-reupload{color:var(--me-accent);cursor:pointer;white-space:nowrap;font-size:12px;font-weight:600;font-family:var(--me-font);transition:opacity .15s}.me-crop-reupload:hover{opacity:.8}:root.dark .me-crop-dialog,[data-theme=dark] .me-crop-dialog,.dark .me-crop-dialog{background:#1e1f35}:root.dark .me-crop-head h3,[data-theme=dark] .me-crop-head h3,.dark .me-crop-head h3{color:#e4e6f0}:root.dark .me-crop-upload-area,[data-theme=dark] .me-crop-upload-area,.dark .me-crop-upload-area{border-color:#3a3b55}:root.dark .me-crop-upload-area:hover,[data-theme=dark] .me-crop-upload-area:hover,.dark .me-crop-upload-area:hover{border-color:var(--me-accent);background:#2c68d80f}:root.dark .me-crop-upload-area>span:nth-child(2),[data-theme=dark] .me-crop-upload-area>span:nth-child(2),.dark .me-crop-upload-area>span:nth-child(2){color:#e4e6f0}:root.dark .me-crop-zoom-btn,[data-theme=dark] .me-crop-zoom-btn,.dark .me-crop-zoom-btn{color:#c8cce0;background:#252640;border-color:#3a3b55}:root.dark .me-crop-range,[data-theme=dark] .me-crop-range,.dark .me-crop-range{background:#3a3b55}:root{--vf-text-primary:#dce8fa;--vf-text-secondary:#dce8fab3;--vf-text-muted:#dce8fa73;--vf-border:#ffffff1a;--vf-accent:#11e0ff;--vf-accent-dim:#11e0ff26;--vf-banner-gradient:linear-gradient(270deg, #fff0 0%, #0ce0ffdb 100%);--vf-banner-fade:linear-gradient(270deg, #eee0 0%, #314462 100%);--vf-card-bg:#fff3;--vf-card-bg-hover:linear-gradient(180deg, #fff3 0%, #5b7db6 100%);--vf-btn-gradient:linear-gradient(225deg, #1664ff 0%, #168bff 100%);box-shadow:0 2px 26px #00004bb3}.vf-container{flex-direction:column;width:100%;height:100%;padding:0;display:flex;position:relative;overflow:hidden}.vf-panels{flex:1;gap:36px;min-height:0;padding:24px;display:flex;overflow:auto}.vf-panel{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000004d}.vf-panel-domestic{background:url(/platform/bg/panel-domestic.png) 0 0/100% no-repeat}.vf-panel-international{background:url(/platform/bg/panel-international.png) 0 0/100% no-repeat}.vf-panel-banner{z-index:2;pointer-events:none;position:absolute;top:0;left:0;right:0}.vf-panel-title{color:#000;letter-spacing:1px;margin:0 0 8px;padding:14px 40px;font-size:28px;font-weight:700;line-height:1.3;display:block}.vf-panel-title-left-bg{background:linear-gradient(270deg,#fff0 0%,#0ce0ffdb 100%)}.vf-panel-title-right-bg{background:linear-gradient(90deg,#fff0 0%,#0ce0ffdb 100%)}.text-align-left{text-align:left}.text-align-right{text-align:right}.vf-panel-subtitle{color:#eee;letter-spacing:.3px;margin:0;padding:10px 40px;font-size:18px;font-weight:500;line-height:1.5;display:block}.vf-panel-subtitle-left-bg{background:linear-gradient(270deg,#eee0 0%,#314462 100%)}.vf-panel-subtitle-right-bg{background:linear-gradient(90deg,#eee0 0%,#314462 100%)}.vf-panel-grid{flex:1;grid-template-rows:repeat(3,1fr);grid-template-columns:1fr 1fr;gap:20px;min-height:0;padding:160px 40px 24px;display:grid}.vf-platform-card{background:var(--vf-card-bg);cursor:default;border:1px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:0;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.vf-platform-card:hover{background:var(--vf-card-bg-hover);border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #11e0ff40,inset 0 0 0 1px #ffffff1f}.vf-platform-card-clickable{cursor:pointer}.vf-platform-card-clickable:active{transform:translateY(0)}.vf-platform-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.vf-platform-icon{object-fit:contain;border-radius:14px;width:100%;height:100%}.vf-platform-name{color:var(--vf-text-primary);letter-spacing:.5px;text-align:center;font-size:15px;font-weight:600}.vf-footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 64px;display:flex}.vf-footer-info{flex:1;min-height:1px}.vf-footer-refresh{background:var(--vf-btn-gradient);color:#fff;cursor:pointer;letter-spacing:1px;border:none;border-radius:6px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #1664ff66}.vf-footer-refresh:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #1664ff8c}.vf-footer-refresh:active{transform:translateY(0)}.loading-center{height:100%;color:var(--vf-text-secondary);justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.loading-spinner{border:2px solid #11e0ff33;border-top-color:var(--vf-accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite vf-spin}@keyframes vf-spin{to{transform:rotate(360deg)}}.vf-plan-header,.vf-plan-title-lg,.vf-task-body,.vf-task-group,.vf-section-row,.vf-section-block,.vf-section-header,.vf-section-label,.vf-platform-list{display:none}.vf-pm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99!important}.vf-product-modal{border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:720px;max-width:90vw;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 20px 60px #0006;background:linear-gradient(#021032 0%,#042e71 100%)!important}.vf-product-modal .modal-title{color:var(--vf-text-primary);font-size:16px;font-weight:700}.vf-product-modal .modal-close-btn{color:var(--vf-text-secondary);border-radius:8px;width:32px;height:32px}.vf-product-modal .modal-close-btn:hover{color:var(--vf-text-primary);background:#ffffff1f}.vf-pm-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.vf-pm-tabs{border-bottom:1px solid #ffffff0f;gap:8px;padding:12px 24px;display:flex}.vf-pm-tab{color:var(--vf-text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:16px;padding:6px 16px;font-family:inherit;font-size:13px;transition:all .2s}.vf-pm-tab:hover{color:var(--vf-text-primary);border-color:var(--vf-accent)}.vf-pm-tab-active{background:var(--vf-accent-dim);border-color:var(--vf-accent);color:var(--vf-accent)}.vf-pm-body{flex:1;min-height:240px;padding:20px 24px;overflow:auto}.vf-pm-body.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.vf-pm-body.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff40}.vf-pm-loading{color:var(--vf-text-secondary);justify-content:center;align-items:center;gap:12px;height:200px;display:flex}.vf-pm-empty{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:200px;display:flex}.vf-empty-icon{font-size:40px}.vf-empty-sub{color:var(--vf-text-muted);margin:0;font-size:13px}.vf-empty-link{border:1px solid var(--vf-accent);color:var(--vf-accent);cursor:pointer;background:0 0;border-radius:6px;padding:6px 16px;font-size:13px;transition:all .2s}.vf-empty-link:hover{background:var(--vf-accent-dim)}.vf-pm-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.vf-pm-card{cursor:pointer;background:#ffffff0f;border:1px solid #0000;border-radius:10px;padding:10px;transition:all .2s}.vf-pm-card:hover{border-color:var(--vf-accent);background:#ffffff1a}.vf-pm-card-selected{border-color:var(--vf-accent);background:#11e0ff14;box-shadow:0 0 12px #11e0ff33}.vf-pm-card-img{aspect-ratio:1;background:#ffffff0a;border-radius:6px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;display:flex;overflow:hidden}.vf-pm-card-img img{object-fit:cover;width:100%;height:100%}.vf-pm-card-placeholder{font-size:32px}.vf-pm-card-info{flex-direction:column;gap:4px;display:flex}.vf-pm-card-name{color:var(--vf-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.vf-pm-card-subtitle{color:var(--vf-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.vf-pm-card-bottom{justify-content:space-between;align-items:center;display:flex}.vf-pm-card-price{color:var(--vf-accent);font-size:14px;font-weight:700}.vf-pm-footer{background:#00000040;border-top:1px solid #ffffff1a;gap:12px;padding:16px 24px;display:flex}.vf-pm-footer .btn-outline{color:var(--vf-text-secondary);background:#ffffff0f;border-color:#fff3}.vf-pm-footer .btn-outline:hover{border-color:var(--vf-accent);color:var(--vf-text-primary);background:#ffffff1f}.vf-pm-footer .btn-primary{box-shadow:0 2px 8px #02103266}.vf-pm-footer .btn-primary:hover{box-shadow:0 4px 16px #0210328c}.vf-pm-btn-skip,.vf-pm-btn-next{flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:inline-flex}.vf-pm-footer-badge{color:var(--vf-text-secondary);background:#00000040;border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;display:inline-flex}@media (width<=1400px){.vf-panels{gap:14px;padding:16px}.vf-panel-title{padding:10px 18px;font-size:22px}.vf-panel-subtitle{padding:8px 14px;font-size:14px}.vf-panel-grid{padding-top:130px}}@media (width<=1100px){.vf-panels{flex-direction:column}.vf-panel{min-height:480px}}.vc-page{box-sizing:border-box;flex-direction:column;align-items:center;height:100%;min-height:0;padding:48px 0 0;display:flex}.vc-content-wrap{flex-direction:column;flex:1;width:100%;max-width:1080px;min-height:0;display:flex}.vc-card{background:var(--color-bg-card);min-height:560px;box-shadow:none;box-sizing:border-box;border:none;border-radius:16px 16px 0 0;flex-direction:column;flex:1;gap:20px;padding:32px 48px 24px;display:flex}.vc-title{color:#333;text-align:center;margin:0 0 5vh;font-size:34px;font-weight:400;line-height:48px}.vc-tabs{justify-content:center;align-items:center;gap:14px;display:flex}.vc-tab{border:1.5px solid var(--color-border);background:var(--color-bg-card);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:8px;padding:10px 28px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.4;transition:all .2s;display:inline-flex}.vc-tab:hover{color:var(--color-primary);background:#3b82f608;border-color:#3b82f666;box-shadow:0 2px 8px #3b82f614}.vc-tab-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:600;box-shadow:0 4px 14px #3b82f647}.vc-tab-active:hover{background:var(--color-primary-hover);color:#fff;border-color:var(--color-primary-hover);box-shadow:0 4px 18px #3b82f659}.vc-tab-icon{color:var(--color-text-secondary,#64748b);flex-shrink:0;justify-content:center;align-items:center;display:flex}.vc-tab-active .vc-tab-icon{color:#fff}.vc-tab:hover .vc-tab-icon{color:var(--color-primary)}.vc-tab-active:hover .vc-tab-icon{color:#fff}.vc-textarea-wrap{border:1.5px solid var(--color-border);background:#f8fafd;border-radius:12px;flex-direction:column;flex:1;min-height:320px;max-height:calc(58vh - 185.6px);transition:border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative}.vc-textarea-wrap:focus-within{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #3b82f612}.vc-textarea{width:100%;min-height:0;color:var(--color-text-primary);resize:none;letter-spacing:.3px;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;padding:20px 24px;font-family:inherit;font-size:15px;line-height:2}.vc-textarea::placeholder{color:#bcc1ca;font-size:15px}.vc-bottom-section{flex-shrink:0}.vc-bottom-bar{box-sizing:border-box;justify-content:flex-end;align-items:center;gap:20px;width:100%;padding:14px 48px;display:flex}.vc-selected-product-bar{border:1.5px solid var(--color-border);box-sizing:border-box;cursor:pointer;background:#f8fafd;border-radius:10px;flex-shrink:0;width:196px;margin:12px 12px 10px;position:relative;overflow:hidden}.vc-selected-product-info{align-items:center;gap:10px;min-width:0;padding:8px 12px;display:flex}.vc-selected-product-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px;display:block}.vc-selected-product-name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.vc-selected-product-overlay{opacity:0;background:#0000000f;border-radius:9px;transition:opacity .2s;position:absolute;inset:0}.vc-selected-product-bar:hover .vc-selected-product-overlay{opacity:1}.vc-selected-product-close{color:#fff;cursor:pointer;opacity:0;z-index:1;background:#00000059;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;line-height:1;transition:opacity .2s,background .15s;display:flex;position:absolute;top:4px;right:4px}.vc-selected-product-bar:hover .vc-selected-product-close{opacity:1}.vc-selected-product-close:hover{background:#0009}.vc-product-trigger-text{color:var(--color-primary,#3b82f6);cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2;background-color:#f8fafd;font-size:14px;font-weight:500;position:absolute;bottom:12px;left:16px}.vc-product-trigger-text:hover{opacity:.75}.vc-duration-group{flex-shrink:0;align-items:center;gap:10px;display:flex}.vc-duration-btn{border:1.5px solid var(--color-border);background:var(--color-bg-primary,#f8fafd);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:9px 22px;font-family:inherit;font-size:14px;font-weight:500;line-height:1.5;transition:all .18s}.vc-duration-btn:hover:not(.vc-duration-btn-active){color:var(--color-primary);background:#3b82f60f;border-color:#3b82f659}.vc-duration-btn-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:600}.vc-duration-btn-active:hover{background:var(--color-primary-hover);color:#fff;border-color:var(--color-primary-hover)}.vc-duration-btn-custom{min-width:80px}.vc-custom-duration-area{align-items:center;gap:10px;display:inline-flex;position:relative}.vc-custom-duration-input-wrap{border:1.5px solid var(--color-primary);background:#fff;border-radius:8px;align-items:center;gap:2px;padding:0 6px 0 10px;animation:.18s vc-fade-in;display:inline-flex}@keyframes vc-fade-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.vc-custom-duration-input{width:66px;color:var(--color-primary);text-align:center;appearance:textfield;background:0 0;border:none;outline:none;padding:7px 0;font-family:inherit;font-size:14px;font-weight:600}.vc-custom-duration-input::placeholder{color:#c0c4cc;font-size:13px;font-weight:300}.vc-custom-duration-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vc-custom-duration-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vc-custom-duration-unit{color:var(--color-primary);-webkit-user-select:none;user-select:none;padding-right:2px;font-size:14px;font-weight:600}.vc-custom-duration-input-error{color:var(--color-danger)}.vc-custom-duration-input-wrap:has(.vc-custom-duration-input-error){border-color:var(--color-danger);background:#ef444408}.vc-custom-duration-input-wrap:has(.vc-custom-duration-input-error) .vc-custom-duration-unit{color:var(--color-danger)}.vc-custom-duration-hint{color:var(--color-text-muted);white-space:nowrap;font-size:11px;line-height:1.3;transition:color .2s;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%)}.vc-custom-duration-hint-error{color:var(--color-danger)}.vc-submit-btn{background:var(--color-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:10px 32px;font-family:inherit;font-size:15px;font-weight:600;line-height:1.5;transition:all .18s;display:inline-flex;box-shadow:0 4px 14px #3b82f640}.vc-submit-btn:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #3b82f661}.vc-submit-btn:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f640}.vc-submit-btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;box-shadow:none}.vc-submit-btn:focus-visible{outline-offset:2px;outline:3px solid #3b82f64d}.vc-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.vc-modal-card{background:var(--color-bg-card);border-radius:16px;flex-direction:column;width:90vw;max-width:680px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000002e}.vc-modal-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.vc-modal-title{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:700}.vc-modal-close{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:flex}.vc-modal-close:hover{background:#0000000f}.vc-modal-tabs{border-bottom:1px solid var(--color-border);flex-shrink:0;gap:8px;padding:16px 24px;display:flex}.vc-modal-tab{border:1.5px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:6px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.4;transition:all .15s}.vc-modal-tab:hover{border-color:var(--color-primary);color:var(--color-primary)}.vc-modal-tab-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.vc-modal-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;padding:20px 24px;display:grid;overflow-y:auto}.vc-modal-grid-empty{text-align:center;color:var(--color-text-muted);grid-column:1/-1;padding:40px 0;font-size:14px}.vc-modal-footer{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:center;padding:16px 24px 24px;display:flex}.vc-product-card{background:var(--color-bg-card);border:1.5px solid var(--color-border);cursor:pointer;border-radius:10px;padding:12px;transition:all .18s}.vc-product-card:hover{border-color:#3b82f666;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.vc-product-card-selected{border-color:var(--color-primary);background:#3b82f608;box-shadow:0 0 0 2px #3b82f61f}.vc-product-card-img{aspect-ratio:1;background:var(--color-bg-primary);border-radius:8px;width:100%;margin-bottom:10px;overflow:hidden}.vc-product-card-img img{object-fit:cover;width:100%;height:100%}.vc-product-card-img-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.vc-product-card-name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:13px;font-weight:500;overflow:hidden}.vc-product-card-category{color:var(--color-text-muted);margin-bottom:6px;font-size:11px}.vc-product-card-footer{justify-content:space-between;align-items:center;display:flex}.vc-product-card-price{color:var(--color-danger);font-size:14px;font-weight:600}.vc-type-badge{white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:500}.vc-type-badge-virtual{color:var(--color-primary);background:#3b82f61a}.vc-type-badge-physical{color:var(--color-warning);background:#f59e0b1a}.vc-type-badge-default{background:var(--color-bg-primary);color:var(--color-text-muted)}@media (width<=960px){.vc-page{padding:32px 16px 16px}.vc-card{gap:18px;min-height:auto;padding:28px 24px 24px}.vc-title{font-size:24px;line-height:36px}.vc-tab{padding:9px 22px;font-size:13px}.vc-textarea-wrap{min-height:260px;max-height:calc(55vh - 165px)}.vc-textarea{padding:16px 20px;font-size:14px}.vc-bottom-bar{flex-wrap:wrap;gap:14px;padding:14px 24px}}@media (width<=640px){.vc-page{padding:16px 12px 0}.vc-card{gap:14px;min-height:auto;padding:20px 16px 16px}.vc-title{font-size:20px;line-height:30px}.vc-tab{gap:6px;padding:8px 18px;font-size:12px}.vc-textarea-wrap{min-height:200px;max-height:calc(55vh - 137.5px)}.vc-textarea{padding:14px 16px;font-size:14px;line-height:1.8}.vc-bottom-bar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.vc-duration-group,.vc-submit-btn{justify-content:center}.vc-modal-card{width:95vw;max-height:85vh}}@media (width<=400px){.vc-page{padding:8px 8px 0}.vc-card{gap:12px;min-height:auto;padding:16px 12px 12px}.vc-title{font-size:18px;line-height:28px}.vc-tab{padding:6px 14px;font-size:11px}.vc-textarea-wrap{min-height:160px;max-height:calc(50vh - 100px)}.vc-textarea{padding:12px;font-size:13px}.vc-duration-btn{padding:7px 14px;font-size:12px}.vc-custom-duration-hint{font-size:10px}.vc-submit-btn{padding:9px 20px;font-size:13px}.vc-bottom-bar{padding:10px 12px}.vc-modal-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}:root{--sv-bg-card:#ffffff0f;--sv-bg-card-hover:#ffffff1a;--sv-bg-elevated:#ffffff14;--sv-bg-input:#ffffff0a;--sv-text-primary:#dce8fa;--sv-text-secondary:#dce8fab3;--sv-text-muted:#dce8fa73;--sv-border:#ffffff1a;--sv-border-subtle:#ffffff0f;--sv-accent:#11e0ff;--sv-accent-dim:#11e0ff26}.sv-page{box-sizing:border-box;background:0 0;flex-direction:column;align-items:stretch;height:100%;min-height:0;padding:20px 20px 0;display:flex}.sv-content-wrap{flex-direction:column;flex:1;gap:0;width:100%;min-height:0;display:flex}.sv-card{background:var(--sv-bg-card);border:1px solid var(--sv-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;flex-direction:column;flex:1;min-height:0;margin:16px 20px 0;display:flex;overflow-y:auto;box-shadow:0 4px 16px #0003}.sv-textarea-wrap{background:0 0;border-radius:12px 12px 0 0;flex-direction:column;flex:1;min-height:180px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.sv-textarea-wrap:focus-within{box-shadow:inset 0 0 0 2px #11e0ff33}.sv-textarea{width:100%;min-height:0;color:var(--sv-text-primary);resize:none;letter-spacing:.3px;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;padding:20px 24px 44px;font-family:inherit;font-size:14px;line-height:1.8}.sv-textarea::placeholder{color:var(--sv-text-muted);font-size:14px}.sv-textarea-counter{color:var(--sv-text-muted);-webkit-user-select:none;user-select:none;pointer-events:none;z-index:2;font-size:12px;position:absolute;bottom:12px;right:16px}.sv-selected-product-bar{background:var(--sv-bg-elevated);border:1.5px solid var(--sv-border);box-sizing:border-box;cursor:pointer;border-radius:10px;flex-shrink:0;width:196px;margin:12px 12px 0;position:relative;overflow:hidden}.sv-selected-product-info{align-items:center;gap:10px;min-width:0;padding:8px 12px;display:flex}.sv-selected-product-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px;display:block}.sv-selected-product-name{color:var(--sv-text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.sv-selected-product-overlay{opacity:0;background:#ffffff0f;border-radius:9px;transition:opacity .2s;position:absolute;inset:0}.sv-selected-product-bar:hover .sv-selected-product-overlay{opacity:1}.sv-selected-product-close{color:#fff;cursor:pointer;opacity:0;z-index:1;background:#00000080;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;line-height:1;transition:opacity .2s,background .15s;display:flex;position:absolute;top:4px;right:4px}.sv-selected-product-bar:hover .sv-selected-product-close{opacity:1}.sv-selected-product-close:hover{background:#ef4444b3}.sv-bottom-section{border-top:1px solid var(--sv-border);background:var(--sv-bg-input);border-radius:0 0 12px 12px;flex-shrink:0}.sv-bottom-bar{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.sv-add-product-btn{border:1.5px solid var(--sv-border);background:var(--sv-bg-input);color:var(--sv-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.5;transition:all .18s;display:inline-flex}.sv-add-product-btn:hover{background:var(--sv-accent-dim);color:var(--sv-accent);border-color:#11e0ff59}.sv-duration-group{flex-shrink:0;align-items:center;gap:8px;display:flex}.sv-duration-btn{border:1.5px solid var(--sv-border);background:var(--sv-bg-input);color:var(--sv-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.5;transition:all .18s}.sv-duration-btn:hover:not(.sv-duration-btn-active){background:var(--sv-accent-dim);color:var(--sv-accent);border-color:#11e0ff59}.sv-duration-btn-active{color:#fff;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border-color:#0000;font-weight:600}.sv-duration-btn-active:hover{color:#fff;background:linear-gradient(135deg,#042e71 0%,#0a3a7f 100%);border-color:#0000}.sv-duration-btn-custom{min-width:68px}.sv-custom-duration-area{align-items:center;gap:8px;display:inline-flex;position:relative}.sv-custom-duration-input-wrap{border:1.5px solid var(--sv-accent);background:var(--sv-bg-input);border-radius:8px;align-items:center;gap:2px;padding:0 6px 0 10px;animation:.18s sv-fade-in;display:inline-flex}@keyframes sv-fade-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.sv-custom-duration-input{width:60px;color:var(--sv-accent);text-align:center;appearance:textfield;background:0 0;border:none;outline:none;padding:6px 0;font-family:inherit;font-size:13px;font-weight:600}.sv-custom-duration-input::placeholder{color:var(--sv-text-muted);font-size:12px;font-weight:300}.sv-custom-duration-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sv-custom-duration-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sv-custom-duration-unit{color:var(--sv-accent);-webkit-user-select:none;user-select:none;padding-right:2px;font-size:13px;font-weight:600}.sv-custom-duration-input-error{color:#ef4444}.sv-custom-duration-input-wrap:has(.sv-custom-duration-input-error){background:#ef44440d;border-color:#ef4444}.sv-custom-duration-input-wrap:has(.sv-custom-duration-input-error) .sv-custom-duration-unit{color:#ef4444}.sv-custom-duration-hint{color:var(--sv-text-muted);white-space:nowrap;font-size:11px;line-height:1.3;transition:color .2s;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%)}.sv-custom-duration-hint-error{color:#ef4444}.sv-submit-btn{white-space:nowrap;flex-shrink:0;min-width:110px}.sv-submit-btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;box-shadow:none}.sv-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sv-modal-card{border:1px solid var(--sv-border);background:linear-gradient(#0a1a3a 0%,#061330 100%);border-radius:16px;flex-direction:column;width:90vw;max-width:680px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.sv-modal-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.sv-modal-title{color:var(--sv-text-primary);margin:0;font-size:18px;font-weight:700}.sv-modal-close{cursor:pointer;color:var(--sv-text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:flex}.sv-modal-close:hover{background:#ffffff1a}.sv-modal-tabs{border-bottom:1px solid var(--sv-border);flex-shrink:0;gap:8px;padding:16px 24px;display:flex}.sv-modal-tab{border:1.5px solid var(--sv-border);color:var(--sv-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:6px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.4;transition:all .15s}.sv-modal-tab:hover{color:var(--sv-accent);border-color:#11e0ff66}.sv-modal-tab-active{color:#fff;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border-color:#0000}.sv-modal-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;padding:20px 24px;display:grid;overflow-y:auto}.sv-modal-grid-empty{text-align:center;color:var(--sv-text-muted);grid-column:1/-1;padding:40px 0;font-size:14px}.sv-modal-footer{border-top:1px solid var(--sv-border);flex-shrink:0;justify-content:center;padding:16px 24px 24px;display:flex}.sv-product-card{background:var(--sv-bg-card);border:1.5px solid var(--sv-border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:12px;transition:all .18s}.sv-product-card:hover{background:var(--sv-bg-card-hover);border-color:#11e0ff59;transform:translateY(-1px);box-shadow:0 2px 12px #11e0ff1a}.sv-product-card-selected{border-color:var(--sv-accent);background:#11e0ff0f;box-shadow:0 0 0 2px #11e0ff1f}.sv-product-card-img{aspect-ratio:1;background:linear-gradient(135deg,#02103266 0%,#042e7133 100%);border-radius:8px;width:100%;margin-bottom:10px;overflow:hidden}.sv-product-card-img img{object-fit:cover;width:100%;height:100%}.sv-product-card-img-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sv-product-card-name{color:var(--sv-text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:13px;font-weight:500;overflow:hidden}.sv-product-card-category{color:var(--sv-text-muted);margin-bottom:6px;font-size:11px}.sv-product-card-footer{justify-content:space-between;align-items:center;display:flex}.sv-product-card-price{color:var(--sv-accent);font-size:14px;font-weight:600}.sv-type-badge{white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:500}.sv-type-badge-virtual{background:var(--sv-accent-dim);color:var(--sv-accent)}.sv-type-badge-physical{color:#f59e0b;background:#f59e0b26}.sv-type-badge-default{background:var(--sv-bg-input);color:var(--sv-text-muted)}@media (width<=960px){.sv-page{padding:16px 16px 0}.sv-card{margin:14px 14px 0}.sv-bottom-bar{gap:12px;padding:12px 16px}.sv-textarea{padding:16px 20px 40px;font-size:14px}}@media (width<=768px){.sv-page{padding:12px 12px 0}.sv-card{margin:12px 10px 0}.sv-bottom-bar{flex-wrap:wrap;gap:10px;padding:10px 14px}}@media (width<=640px){.sv-page{padding:10px 10px 0}.sv-card{margin:10px 8px 0}.sv-textarea{padding:14px 16px 38px;font-size:13px;line-height:1.7}.sv-bottom-bar{flex-direction:column;align-items:stretch;gap:10px;padding:10px 12px}.sv-duration-group{flex-wrap:wrap;justify-content:flex-start;gap:6px}.sv-submit-btn{justify-content:center;width:100%}.sv-modal-card{width:95vw;max-height:85vh}}@media (width<=400px){.sv-page{padding:8px 8px 0}.sv-card{margin:8px 6px 0}.sv-textarea{padding:12px 12px 36px;font-size:13px}.sv-duration-btn{padding:6px 12px;font-size:12px}.sv-custom-duration-hint{font-size:10px}.sv-bottom-bar{padding:8px 10px}.sv-modal-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.inspiration-page{background:0 0;flex-direction:column;flex:1;min-height:0;display:flex}.inspiration-header{background:#ffffff0a;border-bottom:1px solid #ffffff14;flex-shrink:0;padding:16px 24px}.inspiration-header-info h2{color:#dce8faf2;margin:0 0 2px;font-size:18px;font-weight:600}.inspiration-header-info p{color:#dce8fa73;margin:0;font-size:12px}.inspiration-banner{border-radius:12px;flex-shrink:0;width:100%;margin-bottom:8px}.inspiration-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:18px;padding:24px;display:flex;overflow-y:auto}.inspiration-messages::-webkit-scrollbar{width:6px}.inspiration-messages::-webkit-scrollbar-track{background:0 0}.inspiration-messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.inspiration-messages::-webkit-scrollbar-thumb:hover{background:#ffffff40}.inspiration-msg{align-items:flex-start;gap:10px;width:100%;display:flex}.inspiration-msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex;overflow:hidden}.inspiration-msg-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.inspiration-msg-body{flex:1;min-width:0}.inspiration-bubble{word-break:break-word;border-radius:12px 12px 12px 4px;padding:12px 16px;font-size:14px;line-height:1.65}.inspiration-bubble-ai{color:#ffffffe6;background:#072e5c}.inspiration-bubble-user{color:#dce8fae6;background:#ffffff14}.inspiration-msg-time{color:#fff6;margin-top:4px;padding:0 2px;font-size:11px}.inspiration-script-bubble{margin-top:4px;overflow:hidden;padding:16px 18px!important}.inspiration-script-approach{color:#11e0ff;border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding-bottom:6px;font-size:13px;font-weight:700}.inspiration-script-content{color:#dce8fad9;margin-bottom:12px;font-size:13px;line-height:1.7}.inspiration-script-content h1,.inspiration-script-content h2,.inspiration-script-content h3{color:#dce8faf2;margin:.5em 0 .3em;font-size:1em}.inspiration-script-content p{margin:0 0 .5em}.inspiration-script-content strong{color:#dce8fa}.inspiration-select-btn{color:#11e0ff;cursor:pointer;float:right;background:#11e0ff14;border:1px solid #11e0ff4d;border-radius:6px;align-items:center;padding:6px 16px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.inspiration-select-btn:hover:not(:disabled){background:#11e0ff29;border-color:#11e0ff80}.inspiration-select-btn:disabled{opacity:.5;cursor:not-allowed}.inspiration-typing{align-items:center;gap:5px;padding:4px 0;display:flex}.inspiration-typing-dot{background:#fff6;border-radius:50%;width:7px;height:7px;animation:1.2s infinite insp-bounce}.inspiration-typing-dot:nth-child(2){animation-delay:.2s}.inspiration-typing-dot:nth-child(3){animation-delay:.4s}@keyframes insp-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.inspiration-toolbar{border-top:1px solid #ffffff0f;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 24px;display:flex}.inspiration-product-thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:28px;height:28px}.inspiration-product-info{align-items:center;gap:6px;display:inline-flex}.inspiration-product-name{color:#dce8facc;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:13px;font-weight:500;overflow:hidden}.inspiration-product-remove{color:#dce8fa66;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:18px;line-height:1;transition:color .15s}.inspiration-product-remove:hover{color:#f87171}.inspiration-input-area{flex-shrink:0;padding:0 24px 16px}.inspiration-input-wrap{background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.inspiration-input-wrap:focus-within{border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff0f}.inspiration-input{color:#dce8faf2;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:80px;max-height:100px;font-family:inherit;font-size:14px;line-height:1.5}.inspiration-input::placeholder{color:#dce8fa59}.inspiration-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 4px #02103233}.inspiration-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 8px #0210324d}.inspiration-send-btn:disabled{cursor:not-allowed;box-shadow:none;background:#ffffff14;transform:none}.inspiration-send-btn svg{width:16px;height:16px}:root{--iv-bg-card:#ffffff0f;--iv-bg-card-hover:#ffffff1a;--iv-bg-elevated:#ffffff14;--iv-bg-input:#ffffff0a;--iv-text-primary:#dce8fa;--iv-text-secondary:#dce8fab3;--iv-text-muted:#dce8fa73;--iv-border:#ffffff1a;--iv-accent:#11e0ff;--iv-accent-dim:#11e0ff26}.iv-add-product-btn{border:1.5px solid var(--iv-border);background:var(--iv-bg-input);color:var(--iv-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.5;transition:all .18s;display:inline-flex}.iv-add-product-btn:hover{background:var(--iv-accent-dim);color:var(--iv-accent);border-color:#11e0ff59}.iv-duration-group{flex-shrink:0;align-items:center;gap:8px;display:flex}.iv-duration-btn{border:1.5px solid var(--iv-border);background:var(--iv-bg-input);color:var(--iv-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.5;transition:all .18s}.iv-duration-btn:hover:not(.iv-duration-btn-active){background:var(--iv-accent-dim);color:var(--iv-accent);border-color:#11e0ff59}.iv-duration-btn-active{color:#fff;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border-color:#0000;font-weight:600}.iv-duration-btn-active:hover{color:#fff;background:linear-gradient(135deg,#042e71 0%,#0a3a7f 100%);border-color:#0000}.iv-duration-btn-custom{min-width:68px}.iv-custom-duration-area{align-items:center;gap:8px;display:inline-flex;position:relative}.iv-custom-duration-input-wrap{border:1.5px solid var(--iv-accent);background:var(--iv-bg-input);border-radius:8px;align-items:center;gap:2px;padding:0 6px 0 10px;animation:.18s iv-fade-in;display:inline-flex}@keyframes iv-fade-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.iv-custom-duration-input{width:60px;color:var(--iv-accent);text-align:center;appearance:textfield;background:0 0;border:none;outline:none;padding:6px 0;font-family:inherit;font-size:13px;font-weight:600}.iv-custom-duration-input::placeholder{color:var(--iv-text-muted);font-size:12px;font-weight:300}.iv-custom-duration-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.iv-custom-duration-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.iv-custom-duration-unit{color:var(--iv-accent);-webkit-user-select:none;user-select:none;padding-right:2px;font-size:13px;font-weight:600}.iv-custom-duration-input-error{color:#ef4444}.iv-custom-duration-input-wrap:has(.iv-custom-duration-input-error){background:#ef44440d;border-color:#ef4444}.iv-custom-duration-input-wrap:has(.iv-custom-duration-input-error) .iv-custom-duration-unit{color:#ef4444}.iv-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.iv-modal-card{border:1px solid var(--iv-border);background:linear-gradient(#0a1a3a 0%,#061330 100%);border-radius:16px;flex-direction:column;width:90vw;max-width:680px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.iv-modal-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.iv-modal-title{color:var(--iv-text-primary);margin:0;font-size:18px;font-weight:700}.iv-modal-close{cursor:pointer;color:var(--iv-text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:flex}.iv-modal-close:hover{background:#ffffff1a}.iv-modal-tabs{border-bottom:1px solid var(--iv-border);flex-shrink:0;gap:8px;padding:16px 24px;display:flex}.iv-modal-tab{border:1.5px solid var(--iv-border);color:var(--iv-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:6px 18px;font-family:inherit;font-size:13px;font-weight:500;line-height:1.4;transition:all .15s}.iv-modal-tab:hover{color:var(--iv-accent);border-color:#11e0ff66}.iv-modal-tab-active{color:#fff;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border-color:#0000}.iv-modal-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;padding:20px 24px;display:grid;overflow-y:auto}.iv-modal-grid-empty{text-align:center;color:var(--iv-text-muted);grid-column:1/-1;padding:40px 0;font-size:14px}.iv-modal-footer{border-top:1px solid var(--iv-border);flex-shrink:0;justify-content:center;padding:16px 24px 24px;display:flex}.iv-product-card{background:var(--iv-bg-card);border:1.5px solid var(--iv-border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:12px;transition:all .18s}.iv-product-card:hover{background:var(--iv-bg-card-hover);border-color:#11e0ff59;transform:translateY(-1px);box-shadow:0 2px 12px #11e0ff1a}.iv-product-card-selected{border-color:var(--iv-accent);background:#11e0ff0f;box-shadow:0 0 0 2px #11e0ff1f}.iv-product-card-img{aspect-ratio:1;background:linear-gradient(135deg,#02103266 0%,#042e7133 100%);border-radius:8px;width:100%;margin-bottom:10px;overflow:hidden}.iv-product-card-img img{object-fit:cover;width:100%;height:100%}.iv-product-card-img-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.iv-product-card-name{color:var(--iv-text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:13px;font-weight:500;overflow:hidden}.iv-product-card-category{color:var(--iv-text-muted);margin-bottom:6px;font-size:11px}.iv-product-card-footer{justify-content:space-between;align-items:center;display:flex}.iv-product-card-price{color:var(--iv-accent);font-size:14px;font-weight:600}.iv-type-badge{white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:500}.iv-type-badge-virtual{background:var(--iv-accent-dim);color:var(--iv-accent)}.iv-type-badge-physical{color:#f59e0b;background:#f59e0b26}.iv-type-badge-default{background:var(--iv-bg-input);color:var(--iv-text-muted)}@media (width<=767px){.inspiration-messages{padding:16px}.inspiration-toolbar{padding:8px 16px}.inspiration-input-area{padding:10px 16px 14px}.iv-modal-card{width:95vw;max-height:85vh}.iv-duration-group{flex-wrap:wrap;justify-content:flex-start;gap:6px}}@media (width<=400px){.iv-duration-btn{padding:6px 12px;font-size:12px}.iv-modal-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.content-management-page{background:0 0;flex-direction:column;height:100%;display:flex}.content-status-shell{background:#ffffff0f;border-bottom:1px solid #ffffff1a;padding:0 20px}.content-status-tabs{align-items:center;gap:8px;display:flex}.content-status-tab{color:#dce8fab3;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:16px 20px;font-size:15px;font-weight:600;transition:all .15s}.content-status-tab:hover{color:#dce8fa}.content-status-tab.active{border-bottom-color:var(--color-accent,#11e0ff);color:var(--color-accent,#11e0ff)}.content-management-shell{flex-direction:column;height:100%;display:flex}.content-management-panel{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.content-management-panel .btn-outline{color:#dce8fab3;background:#ffffff0f;border-color:#fff3}.content-management-panel .btn-outline:hover{border-color:var(--color-accent,#11e0ff);color:#dce8fa;background:#ffffff1f}.content-toolbar{border-bottom:1px solid #ffffff1a;padding:16px 20px}.content-toolbar-main{justify-content:space-between;align-items:center;gap:16px;display:flex}.content-filter-groups{gap:12px;display:flex}.content-filter-right{align-items:center;gap:12px;display:flex}.content-filter-group{gap:8px;display:flex}.content-filter-chip{color:#dce8fab3;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:18px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .15s}.content-filter-chip:hover{color:#dce8fa;background:#ffffff1f}.content-filter-chip.active{color:#fff;background:#3575ff;border-color:#3575ff}.content-view-toggle{border:1px solid #fff3;border-radius:8px;display:flex;overflow:hidden}.content-view-button{color:#dce8fab3;cursor:pointer;background:#ffffff0f;border:0;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}.content-view-button:hover{color:#dce8fa;background:#ffffff1f}.content-view-button.active{color:#fff;background:#3575ff}.content-view-button+.content-view-button{border-left:1px solid #fff3}.content-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:auto;align-items:start;gap:16px;padding:20px;display:grid}.content-card-grid-compact{grid-auto-rows:auto;align-items:start;gap:32px;padding:28px}.content-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;grid-template-rows:auto auto;transition:all .16s;display:grid;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.content-card-compact{grid-template-rows:auto auto}.content-card-actionable{cursor:pointer}.content-card-actionable:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 16px 2px #0000001a}.content-card-cover{aspect-ratio:16/9;background:#ffffff0a;position:relative;overflow:hidden}.content-card-cover-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.content-card-compact .content-card-cover{aspect-ratio:16/9}.content-card-cover.visual-pink,.content-card-cover.visual-blue,.content-card-cover.visual-green{background:#ffffff0a}.content-card-cover-top{justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex;position:relative}.content-platform-pill{color:#dce8fa;background:#ffffff0f;border-radius:12px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000026}.content-platform-pill img{width:14px;height:14px;display:block}.content-card-compact .content-platform-pill,.content-card-compact .content-status-pill{padding:3px 7px;font-size:10px}.content-status-pill{border-radius:12px;padding:4px 10px;font-size:11px;font-weight:700}.content-status-pill.draft{color:#fff;background:#00000080}.content-status-pill.queued{color:#fbbf24;background:#fbbf2429}.content-status-pill.published{color:#34d399;background:#10b98129}.content-status-pill.completed{color:#60a5fa;background:#3b82f629}.content-card-body{gap:8px;padding:14px 16px;display:grid}.content-card-compact .content-card-body{gap:10px;padding:12px 12px 13px}.content-card-body h3{color:#dce8fa;min-height:52px;margin:0;font-size:17px;font-weight:700;line-height:1.5}.content-card-compact .content-card-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px;margin:0;font-size:14px;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.content-video-card{align-self:start}.content-video-card .content-video-card-body{grid-template-rows:42px 62px minmax(30px,auto) minmax(0,auto) 38px auto;gap:10px}.content-video-card-no-publish-time .content-video-card-body{grid-template-rows:42px 62px minmax(30px,auto) 38px auto}.content-video-card-draft{align-self:start;height:auto}.content-video-card-draft .content-video-card-body{grid-template-rows:42px 62px minmax(56px,auto)}.content-video-description{color:#dce8fab3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.content-video-tag-row{flex-wrap:wrap;align-content:start;gap:6px;min-height:56px;display:flex}.content-video-tag-row span{color:#dce8fab3;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:6px 8px;font-size:11px;font-weight:800;line-height:1}.content-video-publish-time{color:#dce8fab3;align-items:baseline;gap:6px;min-height:18px;display:flex}.content-video-publish-time span{color:#dce8fa73;font-size:10px;font-weight:700}.content-video-publish-time strong{color:#dce8fa;font-size:12px;font-weight:600}.content-video-performance-grid{border-top:1px dashed #ffffff1a;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:12px;display:grid}.content-video-performance-item{text-align:center;gap:4px;display:grid}.content-video-performance-item span{color:#dce8fa73;font-size:11px;font-weight:600}.content-video-performance-item strong{color:#dce8fa;font-size:13px;font-weight:700}.content-video-card-draft .content-video-performance-grid,.content-video-card-no-publish-time .content-video-publish-time{display:none}.content-list-shell{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;margin:20px;overflow:hidden}.content-list-head{background:#ffffff0a;border-bottom:1px solid #ffffff1a;gap:16px;padding:12px 20px;display:grid}.content-list-head-basic{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,.8fr)}.content-list-head-published{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr) minmax(0,1fr)}.content-list-head span{color:#dce8fab3;font-size:12px;font-weight:700}.content-list-row{border-bottom:1px solid #ffffff0f;gap:16px;padding:16px 20px;transition:all .15s;display:grid}.content-list-row:last-child{border-bottom:0}.content-list-row-basic{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,.8fr)}.content-list-row-published{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr) minmax(0,1fr)}.content-list-row-actionable{cursor:pointer}.content-list-row-actionable:hover{background:#ffffff0a}.content-list-main{align-items:center;gap:12px;display:flex}.content-list-cover{aspect-ratio:16/9;background:#ffffff0a;border-radius:6px;flex-shrink:0;width:80px;position:relative;overflow:hidden}.content-list-cover-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.content-list-cover.visual-pink,.content-list-cover.visual-blue,.content-list-cover.visual-green{background:#ffffff0a}.content-list-copy{gap:4px;display:grid}.content-list-copy strong{color:#dce8fa;font-size:14px;font-weight:600;line-height:1.4}.content-list-cell{align-self:center;gap:4px;display:grid}.content-list-cell strong{color:#dce8fa;font-size:14px;font-weight:600}.content-list-cell span{color:#dce8fab3;font-size:12px}.content-list-cell.metrics strong{font-size:16px}.content-detail-panel{background:0 0;flex-direction:column;height:100%;display:flex}.content-detail-topbar{background:#ffffff0f;border-bottom:1px solid #ffffff1a;align-items:center;gap:16px;padding:16px 20px;display:flex}.content-detail-back-button{color:var(--color-accent,#11e0ff);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:700}.content-detail-platform-task{color:#dce8fab3;font-size:13px}.content-detail-result-page{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px;padding:20px;display:grid;overflow:auto}.content-detail-grid{gap:20px;display:grid}.content-result-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;gap:16px;padding:20px;display:grid;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.content-result-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.content-result-head span{color:#dce8fa73;font-size:12px;font-weight:700}.content-result-head strong{color:#dce8fa;font-size:14px;font-weight:700}.content-result-preview{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;min-height:300px;display:flex}.content-preview-placeholder{color:#dce8fa73;font-size:14px}.content-cover-variants{gap:16px;display:grid}.content-cover-variant-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.content-cover-variant-head span{color:#dce8fa73;font-size:12px;font-weight:700}.content-cover-variant-head strong{color:#dce8fa;font-size:12px;font-weight:700}.content-cover-frame{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden}.content-cover-frame.landscape{aspect-ratio:16/9}.content-cover-frame.portrait{aspect-ratio:9/16}.content-cover-placeholder{color:#dce8fa73;font-size:13px}.content-cover-actions{justify-content:space-between;gap:12px;display:flex}.content-regenerate-button{color:#dce8fa;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:flex}.content-regenerate-button:hover{border-color:var(--color-accent,#11e0ff);background:#ffffff1f}.content-regenerate-button i{font-style:normal}.content-download-button{color:#fff;cursor:pointer;background:linear-gradient(225deg,#1664ff 0%,#168bff 100%);border:1px solid #0000;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;box-shadow:0 4px 12px #1664ff66}.content-download-button:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #1664ff8c}.content-meta-section{align-content:start;gap:16px;display:grid}.content-meta-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;gap:16px;padding:20px;display:grid;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.content-meta-card h3{color:#dce8fa;margin:0;font-size:16px;font-weight:700}.content-meta-field{gap:8px;display:grid}.content-meta-field label{color:#dce8fab3;font-size:12px;font-weight:700}.content-meta-field input,.content-meta-field textarea{color:#dce8fa;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.content-meta-field input:focus,.content-meta-field textarea:focus{border-color:var(--color-primary,#1677ff);background:#ffffff0f;outline:none;box-shadow:0 0 0 3px #3b82f614}.content-meta-field input::placeholder,.content-meta-field textarea::placeholder{color:#dce8fa4d}.content-meta-tags{flex-wrap:wrap;gap:8px;display:flex}.content-meta-tag{color:#3575ff;background:#3575ff14;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.content-empty,.content-loading{color:#dce8fab3;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:300px;padding:40px;display:flex}.content-empty-icon{font-size:48px}.content-empty-text{font-size:14px}@media (width<=1200px){.content-detail-result-page{grid-template-columns:1fr}}@media (width<=768px){.content-card-grid{grid-template-columns:1fr}.content-toolbar-main{flex-direction:column;align-items:stretch}.content-list-head,.content-list-row{grid-template-columns:1fr}.content-list-cell{gap:8px;display:flex}.content-list-cell:before{content:attr(data-label) ": ";color:#dce8fab3;font-size:12px;font-weight:700}}.page-header.pa-page-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border-bottom:1px solid #ffffff14}.page-header.pa-page-header .page-header-title{color:#dce8faf2}.page-header.pa-page-header .page-header-desc{color:#dce8fa73}.pa-scroll{flex:1;min-height:0;overflow-y:auto}.pa-scroll::-webkit-scrollbar{width:6px}.pa-scroll::-webkit-scrollbar-track{background:0 0}.pa-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.pa-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff40}.pa-platform-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.pa-platform-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;transition:box-shadow .2s,transform .2s,background .2s;box-shadow:0 1px 3px #00000026}.pa-platform-card:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.pa-platform-avatar{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.pa-platform-icon-img{object-fit:contain;width:26px;height:26px;display:block}.pa-platform-icon-text{color:#dce8fa66;font-size:16px;font-weight:700}.pa-platform-name{color:#dce8fae6;font-size:13px;font-weight:600}.pa-account-info{text-align:center;font-size:12px}.pa-account-name{color:#dce8fab3;margin-bottom:4px}.pa-account-status{font-size:11px;font-weight:500}.pa-account-valid{color:var(--color-success)}.pa-account-invalid{color:#f87171}.pa-unbind-btn{cursor:pointer;color:#f87171;background:0 0;border:none;border-radius:6px;width:100%;margin-top:8px;padding:4px 0;font-family:inherit;font-size:11px;transition:background .15s;display:block}.pa-unbind-btn:hover{background:#ef44441a}.pa-unbind-btn-outline{color:#f87171;background:#ffffff0f;border-color:#ef444440}.pa-unbind-btn-outline:hover{color:#fca5a5;background:#ef44441f;border-color:#ef444473}.pa-section-title{color:#dce8fab3;margin-bottom:12px;font-size:13px;font-weight:600}.pa-bound-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;transition:background .15s}.pa-bound-item:hover{background:#ffffff14}.pa-bound-name{color:#dce8fae6;font-size:14px;font-weight:500}.pa-bound-meta{color:#dce8fa73;margin-top:2px;font-size:12px}.plat-avatar-sm{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.pa-loading{color:#dce8fa73}.pa-loading .loading-spinner{border-color:#dce8fa99 #ffffff1a #ffffff1a}@media (width<=767px){.pa-platform-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.pa-scroll{padding:16px}}.modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;animation:.15s modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{background:#fff;border-radius:12px;min-width:360px;max-width:440px;padding:24px 28px;animation:.18s modal-scale-in;box-shadow:0 8px 30px #0000002e,0 2px 8px #00000014}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-message{color:#475569;margin:0 0 20px;font-size:14px;line-height:1.6}.modal-actions{justify-content:flex-end;gap:10px;display:flex}:root.dark .modal-card,[data-theme=dark] .modal-card,.dark .modal-card{background:#1e1f35}:root.dark .modal-title,[data-theme=dark] .modal-title,.dark .modal-title{color:#e4e6f0}:root.dark .modal-message,[data-theme=dark] .modal-message,.dark .modal-message{color:#8c8fa3}.profile-chat-container{flex-direction:column;flex:1;min-height:0;display:flex}.profile-chat-header{background:0 0;border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:12px;padding:16px 24px;display:flex}.profile-chat-header-info{flex:1}.profile-chat-header-info h2{color:#fffffff2;margin:0 0 2px;font-size:18px;font-weight:600}.profile-chat-header-info p{color:#ffffffb3;margin:0;font-size:12px}.profile-chat-header-actions{gap:6px;display:flex}.profile-chat-messages{scroll-behavior:smooth;background:0 0;flex-direction:column;flex:1;gap:18px;padding:24px;display:flex;overflow-y:auto}.profile-msg{gap:10px;max-width:75%;animation:.25s profile-fadeIn;display:flex}@keyframes profile-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-msg.agent,.profile-msg.assistant{align-self:flex-start}.profile-msg.user{flex-direction:row-reverse;align-self:flex-end}.profile-msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.profile-msg.user .profile-msg-avatar{color:#6366f1;background:#6366f11a}.profile-msg-bubble{word-break:break-word;border:1px solid #ffffff14;padding:12px 16px;font-size:14px;line-height:1.65;box-shadow:0 2px 8px #00000040}.profile-msg.assistant .profile-msg-bubble,.profile-msg.agent .profile-msg-bubble{color:#fffffff2;background:#072e5c;border-radius:12px 12px 12px 4px}.profile-msg.user .profile-msg-bubble{color:#fff;background:#072e5c;border-radius:12px 12px 4px}.profile-msg-time{color:#ffffff80;margin-top:4px;padding:0 2px;font-size:11px}.profile-msg.user .profile-msg-time{text-align:right}.profile-typing-dots{align-items:center;gap:5px;padding:4px 0;display:flex}.profile-typing-dot{background:#9ca3af;border-radius:50%;width:7px;height:7px;animation:1.2s infinite profile-bounce}.profile-typing-dot:nth-child(2){animation-delay:.2s}.profile-typing-dot:nth-child(3){animation-delay:.4s}@keyframes profile-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.profile-options-bar{flex-wrap:wrap;gap:8px;padding:20px 24px 0;display:flex}.profile-options-bar:empty{display:none}.profile-option-btn{color:#0660fc;cursor:pointer;white-space:nowrap;background:#11e0ff1a;border:1px solid #7e93fc;border-radius:16px;padding:6px 14px;font-family:inherit;font-size:12px;transition:all .15s}.profile-option-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.profile-chat-input-area{background:0 0;flex-shrink:0;padding:16px 24px}.profile-chat-input-wrap{background:#ffffff0d;border:1px solid #fff3;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.profile-chat-input-wrap:focus-within{background:0 0;border-color:#fff6;box-shadow:0 0 0 3px #ffffff1a}.profile-chat-input{color:#fffffff2;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:50px;max-height:120px;font-family:inherit;font-size:14px;line-height:1.5}.profile-chat-input::placeholder{color:#ffffff80}.profile-chat-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 4px #02103233}.profile-chat-send-btn:hover{transform:scale(1.05);box-shadow:0 4px 8px #0210324d}.profile-chat-send-btn:disabled{cursor:not-allowed;box-shadow:none;background:#ffffff14;transform:none}.profile-chat-send-btn svg{width:16px;height:16px}.profile-quick-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.profile-quick-btn{color:#ffffffb3;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff3;border-radius:16px;padding:6px 14px;font-family:inherit;font-size:12px;transition:all .15s}.profile-quick-btn:hover{color:#021032;background:#ffffff0d;border-color:#fff6}.profile-chat-banner{border-radius:12px;flex-shrink:0;width:100%;margin-bottom:8px}.profile-msg-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-gen-bubble{text-align:center;padding:24px 20px}.profile-gen-icon{margin-bottom:12px;font-size:32px}.profile-gen-title{color:#0f172a;margin-bottom:6px;font-weight:600}.profile-gen-sub{color:#94a3b8;font-size:12px}.profile-gen-dots{justify-content:center;margin-top:12px}.profile-chat-messages::-webkit-scrollbar{width:6px}.profile-chat-messages::-webkit-scrollbar-track{background:0 0}.profile-chat-messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.profile-chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff40}:root.dark .profile-chat-container,[data-theme=dark] .profile-chat-container,.dark .profile-chat-container{background:#0f172a}:root.dark .profile-chat-header,[data-theme=dark] .profile-chat-header,.dark .profile-chat-header{background:#1e293b;border-color:#334155}:root.dark .profile-chat-header-info h2,[data-theme=dark] .profile-chat-header-info h2,.dark .profile-chat-header-info h2{color:#f1f5f9}:root.dark .profile-chat-header-info p,[data-theme=dark] .profile-chat-header-info p,.dark .profile-chat-header-info p{color:#dce8fa73}:root.dark .profile-chat-messages,[data-theme=dark] .profile-chat-messages,.dark .profile-chat-messages{background:#0f172a}:root.dark .profile-msg.agent .profile-msg-bubble,[data-theme=dark] .profile-msg.agent .profile-msg-bubble,.dark .profile-msg.agent .profile-msg-bubble,:root.dark .profile-msg.assistant .profile-msg-bubble,[data-theme=dark] .profile-msg.assistant .profile-msg-bubble,.dark .profile-msg.assistant .profile-msg-bubble{color:#f1f5f9;background:#1e293b;border:1px solid #334155}:root.dark .profile-chat-input-area,[data-theme=dark] .profile-chat-input-area,.dark .profile-chat-input-area{background:#1e293b}:root.dark .profile-chat-input-wrap,[data-theme=dark] .profile-chat-input-wrap,.dark .profile-chat-input-wrap{background:#1e293b;border-color:#334155}:root.dark .profile-chat-input-wrap:focus-within,[data-theme=dark] .profile-chat-input-wrap:focus-within,.dark .profile-chat-input-wrap:focus-within{border-color:#fff6}:root.dark .profile-chat-input,[data-theme=dark] .profile-chat-input,.dark .profile-chat-input{color:#f1f5f9}:root.dark .profile-chat-input::placeholder,[data-theme=dark] .profile-chat-input::placeholder,.dark .profile-chat-input::placeholder{color:#dce8fab3}:root.dark .profile-quick-btn,[data-theme=dark] .profile-quick-btn,.dark .profile-quick-btn{color:#dce8fa73;background:#1e293b;border-color:#334155}:root.dark .profile-quick-btn:hover,[data-theme=dark] .profile-quick-btn:hover,.dark .profile-quick-btn:hover{color:#4a90e2;background:#334155;border-color:#042e71}:root.dark .profile-option-btn,[data-theme=dark] .profile-option-btn,.dark .profile-option-btn{color:#4a90e2;background:#1e293b;border-color:#042e71}:root.dark .profile-option-btn:hover,[data-theme=dark] .profile-option-btn:hover,.dark .profile-option-btn:hover{color:#fff;background:#042e71;border-color:#042e71}@media (width<=767px){.profile-chat-header,.profile-chat-messages,.profile-chat-input-area{padding-left:16px;padding-right:16px}.profile-msg{max-width:85%}.profile-chat-header-info h2{font-size:16px}.profile-quick-actions{flex-direction:column}.profile-quick-btn{justify-content:center;width:100%}}@media (width>=768px) and (width<=1023px){.profile-msg{max-width:75%}}@media (width>=1024px){.profile-msg{max-width:70%}}:root{--rp-page-bg:#ffffff0a;--rp-card-bg:#ffffff0f;--rp-card-highlight-bg:#f2f5fb;--rp-card-border:#dde8f0;--rp-card-highlight-border:#cbd7f7;--rp-bar-bg:#ffffff0a;--rp-title:#12233d;--rp-subtitle:#70809a;--rp-axis:#9bacbc;--rp-heatmap-label:#7c8aa3;--rp-tooltip-bg:#152238;--rp-ai-bg:#f8fcfd;--rp-ai-border:#dde8f0;--rp-tab-active:#122147;--rp-tab-inactive:#536278;--rp-tab-divider:#d8e1ee;--rp-chart-blue:#2c68d8;--rp-chart-teal:#0ba39b;--rp-chart-green:#28c48d;--rp-chart-amber:#f39a12;--rp-chart-sky:#2ea7e0;--rp-chart-pink:#ff3d8a;--rp-chart-gray:#9bacbc;--rp-chart-purple:#7957ff;--rp-heat-01:#dce8f5;--rp-heat-02:#d4e2f2;--rp-heat-03:#c8d9ec;--rp-heat-04:#b1c7e2;--rp-heat-05:#8faed3;--rp-heat-06:#658bc2;--rp-heat-07:#4871af;--rp-heat-08:#2e589b;--rp-heat-09:#1e4486;--rp-heat-10:#11316d;--rp-heat-11:#0d2a63;--rp-font:"Inter", system-ui, -apple-system, sans-serif;--rp-radius-card:18px;--rp-radius-sm:12px;--rp-radius-xs:8px;--rp-shadow-card:0 6px 27px #162a460d;--rp-shadow-heat-dark:0 0 6px #0214514d}.rp-page{background:var(--rp-page-bg);height:100%;font-family:var(--rp-font);flex-direction:column;display:flex;overflow:auto}.rp-content{flex-direction:column;gap:20px;padding:20px 24px;display:flex}.rp-grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.rp-flex-row{align-items:flex-start;gap:20px;display:flex}.rp-flex-1-min{flex:1;min-width:0}.rp-tab-bar{flex-shrink:0;align-items:center;gap:24px;padding:20px 24px 0;display:flex}.rp-tab-btn{font-size:16px;font-weight:600;font-family:var(--rp-font);cursor:pointer;background:0 0;border:none;padding-bottom:12px;transition:color .2s;position:relative}.rp-tab-btn--active{color:var(--rp-tab-active)}.rp-tab-btn--inactive{color:var(--rp-tab-inactive)}.rp-tab-btn--inactive:hover{color:var(--rp-subtitle)}.rp-tab-underline{background:var(--rp-tab-active);border-radius:3px;height:4px;position:absolute;bottom:0;left:0;right:0}.rp-tab-divider{background:linear-gradient(to right, var(--rp-tab-divider) 0%, var(--rp-tab-divider) 50%, transparent 100%);flex:1;height:1px}.rp-card{background:var(--rp-card-bg);border:1px solid var(--rp-card-border);border-radius:var(--rp-radius-sm);box-shadow:var(--rp-shadow-card);overflow:hidden}.rp-card--highlight{background:var(--rp-card-highlight-bg);border-color:var(--rp-card-highlight-border);border-radius:var(--rp-radius-card)}.rp-card-header{padding:16px 16px 8px}.rp-card-title{color:var(--rp-title);font-size:20px;font-weight:700;font-family:var(--rp-font);margin:0}.rp-card-title--sm{font-size:18px}.rp-card-subtitle{color:var(--rp-subtitle);font-size:12px;font-weight:600;font-family:var(--rp-font);margin-top:2px}.rp-card-subtitle--sm{font-size:11px}.rp-pill-list{flex-wrap:wrap;gap:8px;padding:0 16px;display:flex}.rp-pill{background:var(--rp-card-bg);border:1px solid var(--rp-card-border);color:var(--rp-subtitle);font-size:12px;font-weight:600;font-family:var(--rp-font);border-radius:15px;align-items:center;padding:6px 12px;display:inline-flex}.rp-ai-note{background:var(--rp-ai-bg);border:1px solid var(--rp-ai-border);border-radius:var(--rp-radius-xs);align-items:center;gap:8px;margin:0 16px 16px;padding:8px 12px;display:flex}.rp-ai-badge{background:linear-gradient(135deg,#6366f1,#c73aff);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.rp-ai-badge-text{color:#fff;font-size:10px;font-weight:700;font-family:var(--rp-font)}.rp-ai-text{color:var(--rp-subtitle);font-size:12px;font-weight:600;font-family:var(--rp-font);line-height:1.3}.rp-chart-province{width:100%;height:300px}.rp-chart-age{width:100%;height:48px;padding:0 16px}.rp-chart-jobs{width:100%;height:240px}.rp-chart-product{width:100%;height:200px}.rp-age-legend{flex-wrap:wrap;gap:12px;padding:4px 16px 8px;display:flex}.rp-age-legend-item{color:var(--rp-subtitle);font-size:12px;font-weight:600;font-family:var(--rp-font);align-items:center;gap:6px;display:flex}.rp-age-dot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.rp-age-dot--teal{background:var(--rp-chart-teal)}.rp-age-dot--blue{background:var(--rp-chart-blue)}.rp-age-dot--green{background:var(--rp-chart-green)}.rp-age-dot--amber{background:var(--rp-chart-amber)}.rp-gender-row{align-items:center;display:flex}.rp-gender-donut{flex-shrink:0;width:180px;height:130px}.rp-gender-bars{flex-direction:column;flex:1;gap:16px;padding-right:16px;display:flex}.rp-gender-bar-row{flex-direction:column;gap:4px;display:flex}.rp-gender-bar-label{justify-content:space-between;align-items:center;display:flex}.rp-gender-bar-name{color:var(--rp-subtitle);font-size:11px;font-weight:600;font-family:var(--rp-font)}.rp-gender-bar-pct{color:var(--rp-title);font-size:11px;font-weight:600;font-family:var(--rp-font)}.rp-gender-bar-track{background:var(--rp-bar-bg);border-radius:4px;width:100%;height:8px;overflow:hidden}.rp-gender-bar-fill{border-radius:4px;height:100%;transition:width .7s}.rp-gender-bar-fill--female{background:var(--rp-chart-blue);width:75%}.rp-gender-bar-fill--male{background:var(--rp-chart-teal);width:25%}.rp-funnel-list{flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.rp-funnel-row{align-items:center;gap:12px;display:flex}.rp-funnel-label{width:40px;color:var(--rp-subtitle);font-size:11px;font-weight:600;font-family:var(--rp-font);flex-shrink:0}.rp-funnel-track{background:var(--rp-bar-bg);border-radius:4px;flex:1;height:8px;overflow:hidden}.rp-funnel-fill{border-radius:4px;height:100%;transition:width .7s}.rp-funnel-fill--100{background:var(--rp-chart-blue);width:100%}.rp-funnel-fill--48{background:var(--rp-chart-teal);width:48%}.rp-funnel-fill--18{background:var(--rp-chart-blue);width:18%}.rp-funnel-fill--8{background:var(--rp-chart-teal);width:8%}.rp-funnel-fill--3{background:var(--rp-chart-gray);width:3%}.rp-funnel-pct{text-align:right;width:40px;color:var(--rp-title);font-size:11px;font-weight:600;font-family:var(--rp-font);flex-shrink:0}.rp-product-legend{flex-wrap:wrap;gap:8px;padding:0 16px 12px;display:flex}.rp-product-legend-item{color:var(--rp-subtitle);font-size:11px;font-weight:600;font-family:var(--rp-font);align-items:center;gap:6px;display:flex}.rp-product-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.rp-product-dot--teal{background:var(--rp-chart-teal)}.rp-product-dot--blue{background:var(--rp-chart-blue)}.rp-product-dot--green{background:var(--rp-chart-green)}.rp-product-dot--purple{background:var(--rp-chart-purple)}.rp-product-dot--amber{background:var(--rp-chart-amber)}.rp-heatmap-card{flex-shrink:0;width:320px}.rp-heatmap-header{align-items:center;gap:8px;padding:16px 16px 8px;display:flex}.rp-heatmap-title{color:var(--rp-title);font-size:18px;font-weight:700;font-family:var(--rp-font);margin:0}.rp-heatmap-info{background:var(--rp-card-bg);cursor:help;border:1.5px solid #d7dee8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.rp-heatmap-info-text{color:#b7c1d0;font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:700}.rp-heatmap-body{padding:0 16px 16px;overflow-x:auto}.rp-heatmap-hours{margin-bottom:4px;margin-left:40px;display:flex}.rp-heatmap-hour{color:var(--rp-heatmap-label);font-size:11px;font-weight:600;font-family:var(--rp-font);text-align:center;width:96px}.rp-heatmap-row{align-items:center;margin-bottom:2px;display:flex}.rp-heatmap-day{width:40px;color:var(--rp-heatmap-label);font-size:13px;font-weight:600;font-family:var(--rp-font);flex-shrink:0}.rp-heatmap-cells{gap:2px;display:flex}.rp-heatmap-cell{cursor:pointer;border-radius:2px;width:24px;height:18px;transition:transform .15s}.rp-heatmap-cell:hover{z-index:1;transform:scale(1.15)}.rp-heat-01{background:#dce8f5}.rp-heat-02{background:#d4e2f2}.rp-heat-03{background:#c8d9ec}.rp-heat-04{background:#b1c7e2}.rp-heat-05{background:#8faed3}.rp-heat-06{background:#658bc2}.rp-heat-07{background:#4871af}.rp-heat-08{background:#2e589b}.rp-heat-09{box-shadow:var(--rp-shadow-heat-dark);background:#1e4486}.rp-heat-10{box-shadow:var(--rp-shadow-heat-dark);background:#11316d}.rp-heat-11{box-shadow:var(--rp-shadow-heat-dark);background:#0d2a63}.rp-heatmap-legend{align-items:center;gap:6px;margin-top:8px;margin-left:40px;display:flex}.rp-heatmap-legend-label{color:var(--rp-heatmap-label);font-size:13px;font-weight:600;font-family:var(--rp-font)}.rp-heatmap-legend-bar{width:150px;height:9px;box-shadow:var(--rp-shadow-heat-dark);background:linear-gradient(90deg,#f0f5fb,#b8cce5 22%,#5f86bf 48%,#173b7d 72%,#0b275e);border-radius:5px}:root{--ps-bg-page:linear-gradient(90deg, #021032 0%, #042e71 100%);--ps-bg-card:#ffffff0f;--ps-bg-input:#ffffff0a;--ps-border:#ffffff1a;--ps-border-input:#ffffff1f;--ps-shadow-card:0 0 4px 3px #fff3, 0 4px 16px #0000004d;--ps-blue:#3575ff;--ps-blue-strong:#1677ff;--ps-blue-light:#11e0ff14;--ps-red:#e02020;--ps-text-primary:#dce8fa;--ps-text-secondary:#dce8fab3;--ps-text-muted:#dce8fa73;--ps-text-disabled:#dce8fa4d;--ps-radius-sm:4px;--ps-radius-md:8px;--ps-radius-pill:999px}.ps-page-container{background:var(--ps-bg-page);box-sizing:border-box;min-height:100vh;padding:24px}.ps-tab-nav{border-bottom:2px solid #ffffff1a;gap:40px;margin-bottom:24px;padding-top:20px;padding-bottom:0;display:flex;position:relative}.ps-tab-btn{color:#dce8fab3;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:0 0 16px;font-family:PingFang SC,sans-serif;font-size:20px;font-weight:400;line-height:28px;transition:color .2s;position:relative}.ps-tab-btn:hover{color:var(--ps-blue)}.ps-tab-btn.active{color:var(--ps-blue);border-bottom-color:var(--ps-blue-strong);font-weight:500}.ps-tab-btn.ps-tab-store{display:none}.ps-main-panel{grid-template-columns:2.7fr 1fr;align-items:start;gap:24px;height:100%;display:grid;overflow:hidden}.ps-main-column{flex-direction:column;gap:20px;height:100%;padding-right:4px;display:flex;overflow-y:auto}.ps-toolbar{height:40px;min-height:40px;box-shadow:none;background:0 0;border:none;border-radius:0;align-items:center;gap:0;margin-bottom:20px;padding:0 40px;display:flex}.ps-toolbar-title{flex-shrink:0;margin-right:32px;display:block}.ps-toolbar-title h3{color:#dce8fa;white-space:nowrap;margin:0;font-family:PingFang SC,sans-serif;font-size:20px;font-weight:600;line-height:28px}.ps-toolbar-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.ps-toolbar-right-title{color:#dce8fa;white-space:nowrap;margin-left:44px;font-family:PingFang SC,sans-serif;font-size:20px;font-weight:600;line-height:28px}.ps-view-toggle{background:var(--ps-blue-light);border-radius:var(--ps-radius-sm);border:none;justify-content:center;align-items:center;width:118px;height:40px;padding:0;display:inline-flex;overflow:hidden}.ps-view-btn{border-radius:var(--ps-radius-sm);color:#dce8fa73;cursor:pointer;vertical-align:middle;background:0 0;border:none;justify-content:center;align-items:center;min-width:55px;height:32px;min-height:32px;padding:0 14px;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:400;line-height:1;transition:all .16s;display:inline-flex}.ps-view-btn:hover{color:#dce8fa}.ps-view-btn.active{color:#dce8fa;box-shadow:none;background:#ffffff0f}.ps-sort-select{background:var(--ps-bg-card);border:1px solid var(--ps-border-input);border-radius:var(--ps-radius-sm);color:#dce8fa;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;outline:none;height:40px;min-height:40px;padding:0 32px 0 12px;font-family:PingFang SC,sans-serif;font-size:14px}.ps-sort-select:focus{border-color:var(--ps-blue)}.ps-search-field{border:1px solid var(--ps-border);border-radius:var(--ps-radius-sm);background:#ffffff0a;align-items:center;gap:8px;min-width:180px;height:40px;padding:0 12px;display:flex}.ps-search-field svg{color:#dce8fa73;flex-shrink:0}.ps-search-field input{width:100%;height:40px;color:var(--ps-text-primary);background:0 0;border:0;outline:none;font-family:PingFang SC,sans-serif;font-size:14px}.ps-search-field input::placeholder{color:#dce8fa4d}.ps-btn-primary{background:var(--ps-blue-strong);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;min-height:40px;padding:0 24px;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:400;transition:background .14s,box-shadow .14s;display:inline-flex}.ps-btn-primary:hover{background:#0958d9;box-shadow:0 4px 12px #1677ff4d}.ps-btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.ps-btn-ghost{color:#dce8fab3;border:1px solid var(--ps-border);border-radius:var(--ps-radius-sm);cursor:pointer;background:0 0;min-height:38px;padding:0 14px;font-family:PingFang SC,sans-serif;font-size:13px;font-weight:400;transition:all .14s}.ps-btn-ghost:hover{border-color:var(--ps-blue);color:var(--ps-blue)}.ps-btn-danger-ghost{color:#b41712;border-radius:var(--ps-radius-sm);cursor:pointer;background:#fff3f1;border:1px solid #c41c172e;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-family:PingFang SC,sans-serif;font-size:13px;font-weight:500;transition:background .14s;display:inline-flex}.ps-btn-danger-ghost:hover{background:#ffe6e2}.ps-card-grid{grid-template-columns:repeat(auto-fill,minmax(254px,1fr));gap:24px;display:grid}@media (width<=1400px){.ps-card-grid{grid-template-columns:repeat(auto-fill,minmax(254px,1fr))}}@media (width<=1050px){.ps-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.ps-card-grid{grid-template-columns:1fr}}.ps-product-card{background:var(--ps-bg-card);border:1px solid var(--ps-border);border-radius:var(--ps-radius-sm);box-shadow:var(--ps-shadow-card);cursor:pointer;flex-direction:column;width:100%;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:visible}.ps-product-card:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 16px 2px #0000001a}.ps-product-card.selected{border-color:var(--ps-blue);box-shadow:0 4px 16px 2px #3575ff1f}.ps-card-surface{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;flex:1;padding:0;font-family:PingFang SC,sans-serif;display:block}.ps-card-cover{aspect-ratio:278/190;background:#ffffff0a;border-radius:3px 3px 0 0;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ps-card-cover img{object-fit:cover;width:100%;height:100%;display:block}.ps-card-cover-placeholder{color:#dce8fa73;flex-direction:column;align-items:center;gap:6px;display:flex}.ps-card-cover-placeholder svg{opacity:.4}.ps-card-cover-placeholder span{font-family:PingFang SC,sans-serif;font-size:12px}.ps-card-body{flex-direction:column;flex:1;gap:8px;padding:22px 24px 16px;display:flex;position:relative}.ps-card-price-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.ps-card-name{color:var(--ps-text-primary);text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500;line-height:24px;overflow:hidden}.ps-card-category{color:var(--ps-text-secondary);margin-top:3px;font-family:PingFang SC,sans-serif;font-size:14px;display:block}.ps-card-price{color:var(--ps-red);white-space:nowrap;flex-shrink:0;margin-left:8px;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500;line-height:24px}.ps-card-highlight{color:var(--ps-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:PingFang SC,sans-serif;font-size:12px;line-height:21px;overflow:hidden}.ps-card-highlight .highlight-sep{color:var(--ps-text-secondary);margin:0 2px}.ps-card-foot{color:var(--ps-text-secondary);align-items:center;gap:8px;margin-top:1px;font-family:PingFang SC,sans-serif;font-size:11px;display:flex}.ps-card-audience{color:var(--ps-text-secondary);font-family:PingFang SC,sans-serif;font-size:11px}.ps-card-audience em{color:var(--ps-text-secondary);font-style:normal;font-weight:400}.ps-card-edit-btn{z-index:2;color:#dce8fa;border-radius:var(--ps-radius-sm);cursor:pointer;background:#ffffff0f;border:1px solid #999;justify-content:center;align-items:center;width:64px;min-width:64px;height:36px;min-height:36px;padding:0;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:400;transition:all .16s;display:flex;position:absolute;bottom:16px;right:24px}.ps-card-edit-btn:hover,.ps-product-card.selected .ps-card-edit-btn{border-color:var(--ps-blue);color:var(--ps-blue)}.ps-card-pills{display:none}.ps-list-shell{background:var(--ps-bg-card);border:1px solid var(--ps-border);border-radius:var(--ps-radius-sm);box-shadow:var(--ps-shadow-card);overflow:hidden}.ps-list-table{border-collapse:collapse;table-layout:fixed;width:100%}.ps-list-table thead{background:#ffffff0a}.ps-list-head{color:var(--ps-text-disabled);font-family:PingFang SC,sans-serif;font-size:11px;font-weight:500}.ps-list-head th{text-align:left;padding:12px 16px;font-weight:500}.ps-list-head th:first-child{width:30%}.ps-list-head th:nth-child(2){width:25%}.ps-list-head th:nth-child(3){width:22%}.ps-list-head th:nth-child(4){width:13%}.ps-list-head th:nth-child(5){width:10%}.ps-list-row{border-bottom:1px solid var(--ps-border);color:inherit;cursor:pointer;background:0 0;font-family:PingFang SC,sans-serif;transition:background .14s}.ps-list-row:last-child{border-bottom-width:0}.ps-list-row:hover{background:#ffffff0a}.ps-list-row.selected{background:#3575ff0a}.ps-list-row td{vertical-align:middle;padding:12px 16px}.ps-list-main{align-items:center;gap:12px;min-width:0;display:flex}.ps-list-cover{background:#ffffff0a;border-radius:8px;flex:0 0 76px;justify-content:center;align-items:center;height:56px;display:flex;overflow:hidden}.ps-list-cover img{object-fit:cover;width:100%;height:100%}.ps-list-cover-placeholder{color:#dce8fa73;font-size:18px}.ps-list-name{color:var(--ps-text-primary);text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:500;overflow:hidden}.ps-list-cat{color:var(--ps-text-secondary);margin-top:2px;font-family:PingFang SC,sans-serif;font-size:12px;display:block}.ps-list-highlight,.ps-list-audience{color:var(--ps-text-secondary);font-family:PingFang SC,sans-serif;font-size:12px;line-height:1.5}.ps-list-price-cell{align-items:center;gap:14px;display:flex}.ps-list-price{color:var(--ps-red);font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500}.ps-list-action-cell{text-align:center}.ps-list-edit-btn{border-radius:var(--ps-radius-sm);color:#dce8fa;cursor:pointer;background:#ffffff0f;border:1px solid #999;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-family:PingFang SC,sans-serif;font-size:12px;transition:all .16s;display:inline-flex}.ps-list-edit-btn:hover{border-color:var(--ps-blue);color:var(--ps-blue)}.ps-empty-state{text-align:center;background:var(--ps-bg-card);border:1px solid var(--ps-border);border-radius:var(--ps-radius-sm);box-shadow:var(--ps-shadow-card);justify-items:center;gap:8px;padding:48px 24px;display:grid}.ps-empty-state strong{color:var(--ps-text-primary);font-family:PingFang SC,sans-serif;font-size:16px}.ps-empty-state p{color:var(--ps-text-muted);margin:0;font-family:PingFang SC,sans-serif;font-size:13px;line-height:1.6}.ps-sidebar{border:1px solid var(--ps-border);box-shadow:var(--ps-shadow-card);background:#ffffff0f;border-radius:8px;gap:12px;height:100%;padding:20px 16px 24px;display:grid;overflow-y:auto}.ps-sidebar-title{color:var(--ps-text-primary);margin:0 0 12px;padding:0;font-family:PingFang SC,sans-serif;font-size:18px;font-weight:600;line-height:25px}.ps-sidebar-scroll{gap:12px;display:grid}.ps-sidebar-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;padding:0;overflow:hidden}.ps-sidebar-card.highlighted{border-color:var(--ps-blue)}.ps-sidebar-header{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;padding:16px 16px 12px;display:grid}.ps-sidebar-thumb{background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.ps-sidebar-thumb img{object-fit:cover;width:100%;height:100%}.ps-sidebar-header-copy{gap:6px;display:grid}.ps-sidebar-header-copy strong{color:var(--ps-text-primary);text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500;line-height:22px;overflow:hidden}.ps-sidebar-header-copy span{color:var(--ps-text-secondary);font-family:PingFang SC,sans-serif;font-size:12px;font-weight:400;line-height:17px}.ps-sidebar-header-copy p{color:var(--ps-text-secondary);margin:0;font-family:PingFang SC,sans-serif;font-size:12px;line-height:21px}.ps-sidebar-actions{border-bottom:1px solid #ffffff0f;justify-content:flex-end;align-items:center;gap:8px;padding:0 16px 16px;display:flex}.ps-sidebar-empty{text-align:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;gap:8px;padding:32px 20px;display:grid}.ps-sidebar-empty strong{color:var(--ps-text-primary);font-family:PingFang SC,sans-serif;font-size:15px;font-weight:500}.ps-sidebar-empty p{color:var(--ps-text-muted);margin:0;font-family:PingFang SC,sans-serif;font-size:13px;line-height:1.6}.ps-section{gap:12px;padding:16px;display:grid}.ps-section-head h4{color:#dce8fab3;margin:0 0 4px;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:500}.ps-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ps-info-item{border:1px solid var(--ps-border);background:#ffffff0f;border-radius:8px;gap:4px;min-height:62px;padding:10px 12px;display:grid}.ps-info-item span{color:var(--ps-text-secondary);font-family:PingFang SC,sans-serif;font-size:12px;font-weight:400;line-height:1.5}.ps-info-item strong{color:var(--ps-text-primary);text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.ps-note-list{gap:8px;display:grid}.ps-note{border:1px solid var(--ps-border);background:#ffffff0f;border-radius:8px;gap:6px;padding:10px 12px;display:grid}.ps-note span{color:var(--ps-text-muted);font-family:PingFang SC,sans-serif;font-size:12px;font-weight:500}.ps-note p{color:var(--ps-text-primary);margin:0;font-family:PingFang SC,sans-serif;font-size:13px;line-height:22px}.ps-tag-cloud{flex-wrap:wrap;gap:6px;display:flex}.ps-tag-chip{color:var(--color-accent);background:#11e0ff1a;border:1px solid #11e0ff33;border-radius:8px;padding:4px 8px;font-family:PingFang SC,sans-serif;font-size:12px;font-weight:400}.ps-form-header{background:0 0;border-bottom:none;align-items:center;gap:16px;padding:16px 32px;display:flex}.ps-form-scroll{background:#ffffff0a;flex:1;padding:16px 32px 32px;overflow-y:auto}.ps-form-container{gap:16px;max-width:100%;margin:0;display:grid}.ps-form-section{background:var(--ps-bg-card);box-shadow:none;border:none;border-radius:8px;flex-direction:column;gap:16px;padding:20px 24px 24px;display:flex}.ps-form-section-head{border-bottom:none;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:0;display:flex}.ps-form-section-head strong{color:#dce8fa;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:700;line-height:1.5}.ps-form-section-head em{color:#dce8fa73;white-space:nowrap;font-family:PingFang SC,sans-serif;font-size:12px;font-style:normal;font-weight:400}.ps-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.ps-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.ps-form-field{gap:8px;display:grid}.ps-form-quick-options{flex-wrap:wrap;gap:8px;display:flex}.ps-form-field label{color:#dce8fab3;font-family:PingFang SC,sans-serif;font-size:13px;font-weight:400;line-height:1.5}.ps-form-field input,.ps-form-field textarea,.ps-form-field select{color:var(--ps-text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #0000;border-radius:4px;outline:none;width:100%;padding:10px 12px;font-family:PingFang SC,sans-serif;font-size:13px;transition:border-color .16s,box-shadow .16s,background .16s}.ps-form-field input{min-height:40px}.ps-form-field textarea{resize:vertical;min-height:80px;line-height:1.6}.ps-form-field input:focus,.ps-form-field textarea:focus,.ps-form-field select:focus{border-color:var(--ps-blue);background:#ffffff0f;box-shadow:0 0 0 2px #3575ff1a}.ps-form-field input::placeholder,.ps-form-field textarea::placeholder{color:#dce8fa4d}.ps-form-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.ps-form-actions{justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.ps-btn-outline{color:#dce8fab3;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;min-height:40px;padding:0 24px;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:400;transition:all .14s}.ps-btn-outline:hover{border-color:var(--ps-blue);color:var(--ps-blue)}.ps-upload-panel{background:var(--ps-bg-card);box-shadow:none;border:none;border-radius:8px;gap:16px;padding:20px 24px 24px;display:grid}.ps-upload-head{flex-direction:column;justify-content:flex-start;gap:4px;display:flex}.ps-upload-head strong{color:#dce8fa;font-family:PingFang SC,sans-serif;font-size:14px;font-weight:700;line-height:1.5}.ps-upload-head p{color:#dce8fa73;margin:0;font-family:PingFang SC,sans-serif;font-size:12px;line-height:1.6}.ps-upload-grid{grid-template-columns:460px 1fr;align-items:start;gap:20px;display:grid}.ps-upload-card{cursor:default;background:#ffffff0a;border:1px dashed #ffffff1f;border-radius:8px;grid-template-rows:auto 1fr;grid-template-columns:1fr;align-content:start;gap:12px;height:466px;padding:20px;transition:background .16s,border-color .16s,box-shadow .16s;display:grid;position:relative}.ps-upload-card:hover{border-color:#3575ff4d;box-shadow:0 2px 8px #3575ff0f}label.ps-upload-card{cursor:pointer}.ps-upload-card.has-image{background:#ffffff0a;border-style:solid;border-color:#e5e5e5}.ps-upload-card input[type=file]{display:none}.ps-upload-label{color:#dce8fab3;margin-bottom:4px;font-family:PingFang SC,sans-serif;font-size:12px;font-weight:400}.ps-upload-empty{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:16px;display:flex}.ps-upload-icon{color:#3575ff;background:#3b82f614;border-radius:12px;justify-content:center;align-items:center;width:72px;height:72px;font-size:48px;font-weight:300;line-height:1;display:flex}.ps-upload-card strong{color:#dce8fab3;font-family:PingFang SC,sans-serif;font-size:12px;font-weight:400;line-height:1.5}.ps-upload-card p{color:#dce8fa73;margin:0;font-family:PingFang SC,sans-serif;font-size:11px;line-height:1.5}.ps-upload-thumb{background-color:#ffffff0a;background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:8px;width:100%;max-height:366px;overflow:hidden}.ps-upload-thumb img{object-fit:contain;width:100%;height:100%}.ps-upload-thumb-grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:120px;gap:12px;max-height:380px;padding-right:4px;display:grid;overflow-y:auto}.ps-upload-thumb-grid::-webkit-scrollbar{width:6px}.ps-upload-thumb-grid::-webkit-scrollbar-track{background:0 0;border-radius:3px}.ps-upload-thumb-grid::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.ps-upload-thumb-grid::-webkit-scrollbar-thumb:hover{background:#ffffff40}.ps-upload-thumb-detail{cursor:grab;background:#ffffff0a;border:2px solid #0000;border-radius:8px;width:100%;height:100%;transition:border-color .18s,box-shadow .18s,opacity .18s,transform .18s;position:relative;overflow:hidden}.ps-upload-thumb-detail:hover{border-color:#3575ff;box-shadow:0 4px 12px #3575ff26}.ps-upload-thumb-detail:active{cursor:grabbing}.ps-upload-thumb-detail.dragging{opacity:.4;border-style:dashed;border-color:#3575ff;transform:scale(.96)}.ps-upload-thumb-detail img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.ps-thumb-order{color:#fff;pointer-events:none;background:#0009;border-radius:4px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-family:PingFang SC,sans-serif;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:4px;left:4px}.ps-thumb-remove{color:#fff;cursor:pointer;z-index:2;background:#0009;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;line-height:1;transition:background .14s,transform .14s;display:flex;position:absolute;top:4px;right:4px}.ps-thumb-remove:hover{background:#e02020;transform:scale(1.15)}.ps-thumb-drag-handle{color:#fffc;pointer-events:none;opacity:0;background:#00000080;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .18s;display:flex;position:absolute;bottom:4px;right:4px}.ps-upload-thumb-detail:hover .ps-thumb-drag-handle{opacity:1}.ps-upload-add-more{text-align:center;cursor:pointer;background:0 0;border:1px dashed #ffffff1f;border-radius:8px;place-items:center;gap:4px;width:100%;height:100%;padding:8px;transition:all .16s;display:grid}.ps-upload-add-more:hover{background:#3b82f614;border-color:#3575ff}.ps-upload-add-more strong{color:#dce8fab3;font-family:PingFang SC,sans-serif;font-size:11px;font-weight:400;line-height:1.4}.ps-upload-add-more span{color:#dce8fa73;font-family:PingFang SC,sans-serif;font-size:10px;line-height:1.5}.ps-upload-icon-sm{color:#3575ff;background:#3b82f614;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;font-weight:300;line-height:1;display:flex}.ps-detail-count{color:#dce8fa73;font-family:PingFang SC,sans-serif;font-size:11px;font-style:normal;font-weight:400}.ps-upload-empty-wrap{cursor:pointer;flex:1;justify-content:center;align-items:center;display:flex}.ps-delete-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ps-delete-modal{background:linear-gradient(#021032 0%,#042e71 100%);border:1px solid #ffffff1a;border-radius:16px;gap:18px;width:100%;max-width:420px;padding:22px;display:grid;box-shadow:0 0 4px 3px #fff3,0 24px 48px #0f172a66}.ps-delete-modal strong{color:var(--ps-text-primary);font-family:PingFang SC,sans-serif;font-size:18px;line-height:1.4}.ps-delete-modal p{color:var(--ps-text-muted);margin:0;font-family:PingFang SC,sans-serif;font-size:13px;line-height:1.65}.ps-delete-modal-actions{justify-content:flex-end;gap:10px;display:flex}.ps-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ps-modal-box{background:linear-gradient(#021032 0%,#042e71 100%);border:1px solid #ffffff1a;border-radius:16px;width:540px;max-height:85vh;padding:24px;overflow-y:auto;box-shadow:0 0 4px 3px #fff3,0 20px 60px #0006}.ps-modal-box h3{color:#dce8fa;margin:0 0 16px;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:700}.ps-modal-box::-webkit-scrollbar{width:6px}.ps-modal-box::-webkit-scrollbar-track{background:0 0}.ps-modal-box::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.ps-modal-box::-webkit-scrollbar-thumb:hover{background:#ffffff40}.ps-modal-imgs{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.ps-modal-img{aspect-ratio:1;border:2px solid var(--ps-border);cursor:pointer;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;overflow:hidden}.ps-modal-img:hover{border-color:var(--ps-blue);transform:scale(1.02)}.ps-modal-img.selected{border-color:var(--ps-blue);box-shadow:0 0 0 3px #3575ff33,0 4px 12px #3575ff26}.ps-modal-img img{object-fit:cover;width:100%;height:100%}.ps-modal-ft{justify-content:flex-end;gap:10px;display:flex}.ps-btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite ps-spin;display:inline-block}@keyframes ps-spin{to{transform:rotate(360deg)}}@media (width<=960px){.ps-main-panel{grid-template-columns:1fr}.ps-toolbar{flex-wrap:wrap;height:auto;padding:16px}.ps-toolbar-actions{flex-wrap:wrap}}@media (width<=620px){.ps-card-grid{grid-template-columns:1fr}.ps-search-field{min-width:0}.ps-list-head,.ps-list-row-inner{grid-template-columns:1fr auto}.ps-list-head span:nth-child(2),.ps-list-head span:nth-child(3),.ps-list-row-inner>:nth-child(2),.ps-list-row-inner>:nth-child(3){display:none}}.roles-page{color:#dce8fa;flex-direction:column;height:100%;display:flex}.roles-page .btn-outline{color:#dce8fab3;background:#ffffff0f;border-color:#fff3}.roles-page .btn-outline:hover{border-color:var(--color-accent,#11e0ff);color:#dce8fa;background:#ffffff1f}.roles-page .btn-danger-outline{color:#ef4444;background:#ef444414;border-color:#ef44444d}.roles-page .btn-danger-outline:hover{background:#ef444426}.roles-toolbar{background:0 0;flex-shrink:0;align-items:center;gap:16px;padding:20px;display:flex}.roles-toolbar-title{flex:1;gap:4px;display:grid}.roles-toolbar-title h2{color:#dce8fa;margin:0;font-size:24px;font-weight:600;line-height:1.1}.roles-toolbar-actions{align-items:center;gap:10px;display:flex}.roles-selection-count{color:#dce8fab3;font-size:12px;font-weight:700}.roles-btn-secondary{color:#dce8fab3;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;min-width:88px;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s}.roles-btn-secondary:hover{border-color:var(--color-accent,#11e0ff);color:#dce8fa;background:#ffffff1f}.roles-btn-danger{color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #ef44444d;border-radius:8px;min-width:88px;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;transition:background .15s}.roles-btn-danger:hover:not(:disabled){background:#ef444426}.roles-btn-danger:disabled{cursor:not-allowed;opacity:.42}.roles-btn-create{color:#fff;cursor:pointer;background:linear-gradient(225deg,#1664ff 0%,#168bff 100%);border:1px solid #0000;border-radius:8px;min-width:108px;min-height:40px;padding:0 18px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s,filter .15s;box-shadow:0 4px 12px #1664ff66}.roles-btn-create:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #1664ff8c}.roles-library-shell{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex:1;margin:20px;padding:20px;overflow:auto;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.roles-grid{grid-template-columns:repeat(auto-fill,minmax(198px,1fr));gap:14px;display:grid}.roles-card{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.roles-card:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 16px 2px #0000001a}.roles-card.selection-mode{cursor:default}.roles-card.selected{border-color:#3575ff;box-shadow:0 4px 16px 2px #3575ff1f}.roles-card-stage{aspect-ratio:.8;background:#ffffff0a;padding:10px 10px 58px;position:relative;overflow:hidden}.roles-card-cover{object-fit:cover;object-position:center top;border-radius:8px;width:100%;height:100%;display:block}.roles-mini-views{background:#ffffff0f;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:6px;padding:6px;display:grid;position:absolute;bottom:10px;left:12px;right:12px;box-shadow:0 4px 16px #0000004d}.roles-mini-view{aspect-ratio:.88;background:#ffffff0a;border-radius:8px;position:relative;overflow:hidden}.roles-mini-view img{object-fit:cover;width:100%;height:100%;display:block}.roles-mini-view.front img{object-position:center top}.roles-mini-view.quarter img{object-position:54% top;transform:scale(1.04)}.roles-mini-view.profile img{object-position:62% top;transform:scale(1.06)}.roles-card-body{justify-content:space-between;align-items:center;gap:8px;padding:12px 14px 14px;display:flex}.roles-card-body h3{color:#dce8fa;margin:0;font-size:15px;font-weight:700}.roles-select-toggle{color:#dce8fab3;cursor:pointer;z-index:3;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:900;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #0000004d}.roles-card.selected .roles-select-toggle{color:#fff;background:#3575ff;border-color:#3575ff;border-radius:8px}.roles-empty{color:#dce8fab3;background:#ffffff0f;border:1px dashed #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:220px;padding:24px;display:flex}.roles-empty-icon{background:#3575ff14;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.roles-empty-text{font-size:13px}.roles-create-shell{color:#dce8fa;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;gap:18px;min-height:calc(100vh - 168px);margin:20px;padding:20px;display:grid;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.roles-create-head{gap:8px;display:grid}.roles-back-button{color:var(--color-accent,#11e0ff);cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:13px;font-weight:700}.roles-create-title h2{color:#dce8fa;margin:0;font-size:24px;line-height:1.1}.roles-create-title p{color:#dce8fa73;margin:0;font-size:13px;line-height:1.65}.roles-create-stage{grid-template-rows:auto 1fr;grid-template-columns:minmax(260px,.8fr) minmax(0,1.8fr);align-items:stretch;gap:18px;display:grid}.roles-name-field-full{grid-column:1/-1}.roles-upload-panel,.roles-three-view-panel{grid-row:2}.roles-name-field{gap:8px;display:grid}.roles-name-field label{color:#dce8fa;font-size:14px;font-weight:600}.roles-name-field input{color:#dce8fa;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;width:100%;max-width:520px;height:40px;padding:0 14px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.roles-name-field input::placeholder{color:#dce8fa4d}.roles-name-field input:focus{border-color:var(--color-primary,#1677ff);background:#ffffff0f;outline:none;box-shadow:0 0 0 3px #3b82f614}.roles-upload-panel,.roles-three-view-panel{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;gap:16px;min-height:420px;padding:18px;display:grid}.roles-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.roles-panel-head h3{color:#dce8fa;margin:0;font-size:16px}.roles-panel-head span{color:#dce8fa73;font-size:12px}.roles-upload-preview{cursor:pointer;background:#ffffff0a;border:1px dashed #ffffff1f;border-radius:8px;justify-content:center;align-items:center;min-height:210px;padding:16px;transition:border-color .15s,background .15s;display:flex;overflow:hidden}.roles-upload-preview:hover{background:#3575ff0a;border-color:#3575ff4d}.roles-upload-preview.has-image img{object-fit:contain;width:100%;max-height:320px;display:block}.roles-upload-empty{color:#dce8fa73;text-align:center;justify-items:center;gap:8px;display:grid}.roles-upload-empty-icon{color:#3575ff;background:#3575ff14;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:34px;line-height:1;display:inline-flex}.roles-upload-empty strong{color:#dce8fa;font-size:16px}.roles-upload-empty p{max-width:240px;margin:0;font-size:13px;line-height:1.65}.roles-three-view-stage{background:#ffffff0a;border:1px dashed #ffffff1f;border-radius:8px;justify-content:center;align-items:center;min-height:360px;padding:20px;display:flex;overflow:hidden}.roles-three-view-stage.has-image{background:#ffffff0a;border-style:solid;border-color:#ffffff1a}.roles-three-view-result-frame{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.roles-three-view-result-image{object-fit:contain;border-radius:8px;width:min(100%,780px);max-height:420px;display:block;box-shadow:0 4px 16px #0000004d}.roles-three-view-empty{color:#dce8fa73;text-align:center;justify-items:center;gap:12px;display:grid}.roles-three-view-empty-illustration{filter:drop-shadow(0 12px 22px #a3b8e22e);display:inline-flex}.roles-three-view-empty-illustration svg{width:150px;height:120px;display:block}.roles-three-view-empty strong{color:#dce8fa;font-size:15px}.roles-upload-actions{justify-items:center;gap:10px;padding-top:2px;display:grid}.roles-upload-button-row{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.roles-upload-actions p{color:#dce8fa73;margin:0;font-size:12px;line-height:1.65}.roles-generate-button{color:#dce8fa;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;min-width:120px;min-height:40px;padding:0 18px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s}.roles-generate-button:hover:not(:disabled){border-color:var(--color-accent,#11e0ff);background:#ffffff1f;transform:translateY(-1px);box-shadow:0 4px 12px #11e0ff1a}.roles-generate-button:disabled{cursor:not-allowed;opacity:.48}.roles-loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;width:16px;height:16px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1180px){.roles-create-stage{grid-template-columns:1fr}.roles-upload-panel,.roles-three-view-panel{border-radius:8px;min-height:0}.roles-upload-preview,.roles-three-view-stage{border-radius:8px;min-height:280px}}@media (width<=860px){.roles-library-shell,.roles-create-shell{border-radius:8px;min-height:0;margin:16px;padding:16px}.roles-grid{grid-template-columns:1fr}.roles-upload-preview,.roles-three-view-stage{border-radius:8px;min-height:240px}}.product-images-page{color:#dce8fa;flex-direction:column;height:100%;display:flex}.product-images-page .btn-outline{color:#dce8fab3;background:#ffffff0f;border-color:#fff3}.product-images-page .btn-outline:hover{border-color:var(--color-accent,#11e0ff);color:#dce8fa;background:#ffffff1f}.product-images-page .btn-danger-outline{color:#ef4444;background:#ef444414;border-color:#ef44444d}.product-images-page .btn-danger-outline:hover{background:#ef444426}.product-images-toolbar{background:0 0;flex-shrink:0;align-items:center;gap:16px;padding:20px;display:flex}.product-images-toolbar-title{flex:1;gap:4px;display:grid}.product-images-toolbar-title h2{color:#dce8fa;margin:0;font-size:24px;font-weight:600;line-height:1.1}.product-images-toolbar-actions{align-items:center;gap:10px;display:flex}.product-images-selection-count{color:#dce8fab3;font-size:12px;font-weight:700}.product-images-btn-secondary{color:#dce8fab3;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;min-width:88px;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s}.product-images-btn-secondary:hover{border-color:var(--color-accent,#11e0ff);color:#dce8fa;background:#ffffff1f}.product-images-btn-danger{color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #ef44444d;border-radius:8px;min-width:88px;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;transition:background .15s}.product-images-btn-danger:hover:not(:disabled){background:#ef444426}.product-images-btn-danger:disabled{cursor:not-allowed;opacity:.42}.product-images-library-shell{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex:1;margin:20px;padding:20px;overflow:auto;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.product-images-grid{grid-template-columns:repeat(auto-fill,minmax(198px,1fr));align-content:start;align-items:start;gap:14px;display:grid}.product-images-card{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-self:start;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.product-images-card:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 16px 2px #0000001a}.product-images-card.selection-mode{cursor:default}.product-images-card.selected{border-color:#3575ff;box-shadow:0 4px 16px 2px #3575ff1f}.product-images-card-stage{aspect-ratio:.92;background:#ffffff0a;padding:10px 10px 12px;position:relative;overflow:hidden}.product-images-card-cover{object-fit:contain;border-radius:8px;width:100%;height:100%;display:block}.product-images-mini-views{background:#ffffff0f;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:6px;padding:6px;display:grid;position:absolute;bottom:10px;left:12px;right:12px;box-shadow:0 4px 16px #0000004d}.product-images-mini-view{aspect-ratio:.88;background:#ffffff0a;border-radius:8px;position:relative;overflow:hidden}.product-images-mini-view img{object-fit:contain;width:100%;height:100%;padding:4px;display:block}.product-images-mini-view.front img{object-position:center}.product-images-mini-view.quarter img{object-position:center;transform:rotate(-3deg)scale(1.02)}.product-images-mini-view.profile img{object-position:center;transform:rotate(3deg)scale(1.04)}.product-images-card-body{justify-content:space-between;align-items:center;gap:8px;padding:10px 14px 14px;display:flex}.product-images-card-body h3{color:#dce8fa;margin:0;font-size:15px;font-weight:700}.product-images-select-toggle{color:#dce8fab3;cursor:pointer;z-index:3;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:900;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #0000004d}.product-images-card.selected .product-images-select-toggle{color:#fff;background:#3575ff;border-color:#3575ff;border-radius:8px}.product-images-empty{color:#dce8fab3;background:#ffffff0f;border:1px dashed #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:220px;padding:24px;display:flex}.product-images-empty-icon{background:#3575ff14;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.product-images-empty-text{font-size:13px}@media (width<=860px){.product-images-library-shell{border-radius:8px;min-height:0;margin:16px;padding:16px}.product-images-grid{grid-template-columns:1fr}}.scenes-page{color:#dce8fa;flex-direction:column;height:100%;display:flex}.scenes-page .btn-outline{color:#dce8fab3;background:#ffffff0f;border-color:#fff3}.scenes-page .btn-outline:hover{border-color:var(--color-accent,#11e0ff);color:#dce8fa;background:#ffffff1f}.scenes-page .btn-danger-outline{color:#ef4444;background:#ef444414;border-color:#ef44444d}.scenes-page .btn-danger-outline:hover{background:#ef444426}.scenes-toolbar{background:0 0;flex-shrink:0;align-items:center;gap:16px;padding:20px;display:flex}.scenes-toolbar-title{flex:1;gap:4px;display:grid}.scenes-toolbar-title h2{color:#dce8fa;margin:0;font-size:24px;font-weight:600;line-height:1.1}.scenes-toolbar-actions{align-items:center;gap:10px;display:flex}.scenes-selection-count{color:#dce8fab3;font-size:12px;font-weight:700}.scenes-library-shell{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;flex:1;margin:20px;padding:20px;overflow:auto;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.scenes-grid{grid-template-columns:repeat(auto-fill,minmax(198px,1fr));gap:14px;display:grid}.scenes-card{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.scenes-card:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 16px 2px #0000001a}.scenes-card.selection-mode{cursor:default}.scenes-card.selected{border-color:#3575ff;box-shadow:0 4px 16px 2px #3575ff1f}.scenes-card-stage{aspect-ratio:1.36;background:#ffffff0a;padding:8px;overflow:hidden}.scenes-card-cover{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.scenes-card-body{justify-content:space-between;align-items:center;gap:8px;padding:12px 14px 14px;display:flex}.scenes-card-body h3{color:#dce8fa;margin:0;font-size:15px;font-weight:700}.scenes-select-toggle{color:#dce8fab3;cursor:pointer;z-index:3;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:900;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #0000004d}.scenes-card.selected .scenes-select-toggle{color:#fff;background:#3575ff;border-color:#3575ff;border-radius:8px}.scenes-empty{color:#dce8fab3;background:#ffffff0f;border:1px dashed #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:220px;padding:24px;display:flex}.scenes-empty-icon{background:#3575ff14;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.scenes-empty-text{font-size:13px}.scenes-create-shell{color:#dce8fa;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;gap:18px;min-height:calc(100vh - 168px);margin:20px;padding:20px;display:grid;box-shadow:0 0 4px 3px #fff3,0 4px 16px #0000004d}.scenes-create-head{gap:8px;display:grid}.scenes-back-button{color:var(--color-accent,#11e0ff);cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:13px;font-weight:700}.scenes-create-title h2{color:#dce8fa;margin:0;font-size:24px;line-height:1.1}.scenes-create-title p{color:#dce8fa73;margin:0;font-size:13px;line-height:1.65}.scenes-create-stage{grid-template-rows:auto 1fr;grid-template-columns:minmax(260px,1fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.scenes-name-field-full{grid-column:1/-1}.scenes-create-panel{grid-row:2}.scenes-name-field{gap:8px;display:grid}.scenes-name-field label{color:#dce8fa;font-size:14px;font-weight:600}.scenes-name-field input{color:#dce8fa;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;width:100%;max-width:520px;height:40px;padding:0 14px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.scenes-name-field input::placeholder{color:#dce8fa4d}.scenes-name-field input:focus{border-color:var(--color-primary,#1677ff);background:#ffffff0f;outline:none;box-shadow:0 0 0 3px #3b82f614}.scenes-create-panel{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;grid-template-rows:auto 1fr;gap:16px;min-height:420px;padding:18px;display:grid}.scenes-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.scenes-panel-head h3{color:#dce8fa;margin:0;font-size:16px}.scenes-panel-head span{color:#dce8fa73;font-size:12px}.scenes-upload-preview{cursor:pointer;background:#ffffff0a;border:1px dashed #ffffff1f;border-radius:8px;justify-content:center;align-items:center;height:360px;padding:16px;transition:border-color .15s,background .15s;display:flex;overflow:hidden}.scenes-upload-preview:hover{background:#3575ff0a;border-color:#3575ff4d}.scenes-upload-preview.has-image img{object-fit:contain;width:100%;max-height:320px;display:block}.scenes-upload-empty{color:#dce8fa73;text-align:center;justify-items:center;gap:8px;display:grid}.scenes-upload-empty-icon{color:#3575ff;background:#3575ff14;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:34px;line-height:1;display:inline-flex}.scenes-upload-empty strong{color:#dce8fa;font-size:16px}.scenes-upload-empty p{max-width:240px;margin:0;font-size:13px;line-height:1.65}.scenes-result-stage{background:#ffffff0a;border:1px dashed #ffffff1f;border-radius:8px;justify-content:center;align-items:center;height:360px;padding:20px;display:flex;overflow:hidden}.scenes-result-stage.has-image{background:#ffffff0a;border-style:solid;border-color:#ffffff1a}.scenes-result-frame{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.scenes-result-image{object-fit:contain;border-radius:8px;width:min(100%,780px);max-height:420px;display:block;box-shadow:0 4px 16px #0000004d}.scenes-result-empty{color:#dce8fa73;text-align:center;justify-items:center;gap:12px;display:grid}.scenes-result-empty-illustration{filter:drop-shadow(0 12px 22px #a3b8e22e);display:inline-flex}.scenes-result-empty-illustration svg{width:130px;height:104px;display:block}.scenes-result-empty strong{color:#dce8fa;font-size:15px}.scenes-upload-actions{justify-items:center;gap:10px;padding-top:2px;display:grid}.scenes-upload-button-row{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.scenes-upload-actions p{color:#dce8fa73;margin:0;font-size:12px;line-height:1.65}.scenes-generate-button{color:#dce8fa;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;min-width:120px;min-height:40px;padding:0 18px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s}.scenes-generate-button:hover:not(:disabled){border-color:var(--color-accent,#11e0ff);background:#ffffff1f;transform:translateY(-1px);box-shadow:0 4px 12px #11e0ff1a}.scenes-generate-button:disabled{cursor:not-allowed;opacity:.48}.scenes-loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;width:16px;height:16px;animation:.6s linear infinite scenes-spin}@keyframes scenes-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.scenes-create-stage{grid-template-columns:1fr}.scenes-create-panel{border-radius:8px;min-height:0}.scenes-upload-preview,.scenes-result-stage{border-radius:8px;min-height:280px}}@media (width<=860px){.scenes-library-shell,.scenes-create-shell{border-radius:8px;min-height:0;margin:16px;padding:16px}.scenes-grid{grid-template-columns:1fr}.scenes-upload-preview,.scenes-result-stage{border-radius:8px;min-height:240px}}.preport-container{color:#dce8fae6;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.preport-header-bar.roles-toolbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border-bottom:1px solid #ffffff1a;padding:16px 24px}.preport-actions{justify-content:flex-end;gap:12px;width:100%;display:flex}.preport-btn{color:#dce8fab3;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.preport-btn:hover:not(:disabled){color:#dce8fa;background:#ffffff1f;border-color:#ffffff4d}.preport-btn:disabled{opacity:.5;cursor:not-allowed}.preport-btn.primary{color:#fff;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border-color:#0000;box-shadow:0 2px 8px #0210324d}.preport-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#042e71 0%,#0a3a7f 100%);transform:translateY(-1px);box-shadow:0 4px 12px #02103266}.preport-btn svg{flex-shrink:0}.preport-spinner{border:3px solid #ffffff1a;border-top-color:#11e0ff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite preport-spin}.preport-spinner-sm{border:2px solid #fff3;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite preport-spin;display:inline-block}@keyframes preport-spin{to{transform:rotate(360deg)}}.preport-markdown{color:#dce8fae6;flex:1;padding:32px 48px;font-size:14px;line-height:1.75;overflow-y:auto}.markdown-body h1{color:#dce8fa;text-align:center;border-bottom:1px solid #ffffff1a;margin:0 0 24px;padding-bottom:16px;font-size:22px;font-weight:700}.markdown-body h2{color:#dce8fa;border-left:3px solid #11e0ff;margin:1.8em 0 .8em;padding-left:12px;font-size:18px;font-weight:600}.markdown-body h3{color:#dce8faf2;margin:1.4em 0 .6em;font-size:15px;font-weight:600}.markdown-body p{color:#dce8facc;margin:0 0 1em;line-height:1.75}.markdown-body p:last-child{margin-bottom:0}.markdown-body strong{color:#dce8fa;font-weight:600}.markdown-body ul,.markdown-body ol{color:#dce8facc;margin:.5em 0 1em;padding-left:1.5em}.markdown-body li{margin:.3em 0;line-height:1.7}.markdown-body table{border-collapse:collapse;border-radius:8px;width:100%;margin:1em 0;font-size:13px;overflow:hidden}.markdown-body table th{color:#dce8fa;text-align:left;background:#ffffff0f;border:1px solid #ffffff1a;padding:10px 14px;font-weight:600}.markdown-body table td{color:#dce8fabf;border:1px solid #ffffff14;padding:10px 14px}.markdown-body table tbody tr:nth-child(2n){background:#ffffff05}.markdown-body pre{color:#dce8facc;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-all;background:#0000004d;border:1px solid #ffffff14;border-radius:8px;margin:1em 0;padding:16px;font-size:13px;line-height:1.6}.markdown-body code{color:#11e0ff;background:#ffffff14;border-radius:4px;padding:2px 6px;font-size:.9em}.markdown-body pre code{color:inherit;background:0 0;padding:0}.preport-markdown h1{margin:.67em 0;font-size:1.5em}.preport-markdown h2{margin:.75em 0;font-size:1.2em}.preport-markdown h3{margin:.5em 0;font-size:1em}.preport-toast{z-index:9999;color:#fff;white-space:nowrap;text-align:center;text-overflow:ellipsis;background:#021032f2;border-radius:10px;max-width:90vw;padding:12px 28px;font-size:14px;font-weight:500;transition:top .35s cubic-bezier(.22,.61,.36,1);position:fixed;top:-60px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #0000002e}.preport-toast.visible{top:20px}.preport-center{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:60vh;display:flex}.preport-center-icon{margin-bottom:4px;font-size:32px}.preport-center-title{color:#dce8fa;font-size:15px;font-weight:600}.preport-center-sub{color:#dce8fab3;font-size:14px}.preport-empty{text-align:center;color:#dce8fa73}.preport-empty-title{color:#dce8faf2;margin:0;font-size:16px;font-weight:600}.preport-empty-text{max-width:300px;margin:0;font-size:13px;line-height:1.6}.preport-empty-action{margin-top:8px}.preport-container::-webkit-scrollbar{width:6px}.preport-container::-webkit-scrollbar-track{background:0 0}.preport-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.preport-container::-webkit-scrollbar-thumb:hover{background:#ffffff40}.preport-markdown::-webkit-scrollbar{width:6px}.preport-markdown::-webkit-scrollbar-track{background:0 0}.preport-markdown::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.preport-markdown::-webkit-scrollbar-thumb:hover{background:#ffffff40}@media (width<=767px){.preport-markdown{padding:20px 16px}.preport-header-bar.roles-toolbar{padding:12px 16px}.preport-btn{padding:6px 12px;font-size:12px}}.tp-wrap{flex-direction:column;height:100%;padding:0;display:flex}.tp-hd{background:#ffffff0f;border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:16px;padding:16px 24px;display:flex}.tp-hd-title{color:#1a1d2e;white-space:nowrap;margin:0;font-size:18px;font-weight:700}.tp-hd-info{color:#dce8fab3;flex-wrap:wrap;gap:10px;margin-left:auto;font-size:12px;display:flex}.tp-hd-info span{white-space:nowrap;background:#ffffff0a;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;display:inline-flex}.tp-loading{text-align:center;color:#dce8fab3;padding:80px 20px}.tp-loading .spinner{border:3px solid #ffffff1a;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite tp-spin}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-empty{text-align:center;color:#dce8fa73;flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.tp-content{flex:1;padding:24px;overflow-y:auto}.tp-topics-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:20px;height:100%;display:grid}.tp-topic-card{cursor:pointer;background:linear-gradient(#03122d 0%,#08366d 100%,#0d458c 100%);border:2px solid #0000;border-radius:14px;flex-direction:column;min-height:240px;padding:24px 28px 18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.tp-topic-card:hover{border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 4px 16px #6366f114}.tp-topic-card-selected{border-color:var(--color-primary);border-color:#c7d2fe;box-shadow:0 0 0 3px #3b82f61f,0 6px 20px #3b82f61a}.tp-topic-radio{border:2px solid var(--color-accent);pointer-events:none;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .2s,background .2s;display:flex;position:absolute;top:18px;right:18px}.tp-topic-card-selected .tp-topic-radio{border-color:var(--color-accent-hover);background:var(--color-primary)}.tp-topic-radio-dot{opacity:0;border-radius:50%;width:7px;height:7px;transition:opacity .2s,transform .2s;transform:scale(0)}.tp-topic-card-selected .tp-topic-radio-dot{opacity:1;background:var(--color-accent-hover);width:12px;height:12px;transform:scale(1)}.tp-topic-title{color:#dce8fa;flex-shrink:0;margin-top:22px;margin-bottom:12px;padding-right:32px;font-size:16px;font-weight:700;line-height:1.5}.tp-topic-body{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);background:#ffffff0f;border:0;flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px 16px 12px;display:flex;overflow:hidden auto}.tp-topic-desc{color:#dce8fab3;flex:3;min-height:0;font-size:13px;line-height:1.7;overflow-y:auto}.tp-topic-desc::-webkit-scrollbar{width:6px}.tp-topic-desc::-webkit-scrollbar-track{background:0 0}.tp-topic-desc::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.tp-topic-desc::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.tp-topic-tags{flex-direction:column;flex:1;gap:6px;display:flex}.tp-topic-tag{white-space:normal;word-break:break-word;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:500;line-height:1.5;display:inline-flex}.tp-topic-tag--type{color:var(--color-primary);background:#3b82f614;border:1px solid #3b82f626;align-self:flex-start}.tp-topic-tag--goal{color:#dce8fab3;background:#64748b12;border:1px solid #64748b1f}.tp-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 24px;display:flex}.tp-actions-spacer{flex:1}.tp-btn{cursor:pointer;letter-spacing:1px;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.tp-btn-primary{background:var(--vf-btn-gradient);color:#fff;box-shadow:0 4px 12px #1664ff66}.tp-btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #1664ff8c}.tp-btn-primary:active{transform:translateY(0)}.tp-btn-primary:disabled{opacity:.4;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.tp-btn-back{color:#dce8fab3;background:#ffffff0f;border:1px solid #fff3}.tp-btn-back:hover{border-color:var(--vf-accent);color:#dce8fa;background:#ffffff1f}@media (width<=1024px){.tp-content{padding:20px 16px}.tp-topics-grid{grid-template-columns:repeat(2,1fr);gap:16px}.tp-topic-card{min-height:220px;padding:20px 22px 16px}.tp-topic-title{font-size:16px}.tp-hd{padding:14px 18px}}@media (width<=768px){.tp-content{padding:16px 14px}.tp-topics-grid{grid-template-columns:1fr;gap:14px}.tp-topic-card{min-height:200px;padding:18px 18px 14px}.tp-topic-title{font-size:15px}.tp-topic-desc{font-size:12px}.tp-hd{flex-wrap:wrap;gap:10px;padding:12px 14px}.tp-hd-title{font-size:16px}.tp-hd-info{width:100%;margin-left:0}.tp-actions{flex-wrap:wrap;padding:12px 14px}.tp-actions-spacer{display:none}}@media (width<=480px){.tp-content{padding:12px 10px}.tp-topics-grid{gap:10px}.tp-topic-card{border-radius:10px;min-height:180px;padding:14px 14px 12px}.tp-topic-title{font-size:14px}.tp-topic-tag{padding:2px 8px;font-size:11px}.tp-hd-info span{padding:3px 8px;font-size:11px}}body.dark .tp-hd,body.dark .tp-actions{background:#1e1f35;border-color:#2a2b45}body.dark .tp-hd-title{color:#e4e6f0}body.dark .tp-hd-info span{color:#c4c6d0;background:#252640}body.dark .tp-topic-card{background-color:#1e1f35;border-color:#2a2b45}body.dark .tp-topic-card:hover{border-color:#6366f166}body.dark .tp-topic-card-selected{border-color:var(--color-primary);background-color:#242540}body.dark .tp-topic-title{color:#e4e6f0}body.dark .tp-topic-desc{color:#8c8fa3}body.dark .tp-topic-body{background:#1e1f35c7;border-color:#ffffff14}body.dark .tp-topic-tag--type{background:#3b82f61f;border-color:#3b82f633}body.dark .tp-topic-tag--goal{color:#dce8fa73;background:#94a3b814;border-color:#94a3b81f}body.dark .tp-wrap{background:#1a1b2e}body.dark .tp-topic-radio{background:#1e1f35b3;border-color:#4a4b65}.sg-wrap{flex-direction:column;height:100%;padding:0;display:flex}.sg-hd{background:#ffffff0f;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 28px;display:flex}.sg-hd-title{color:#dce8fa;font-size:18px;font-weight:700}.sg-hd-info{color:#dce8fab3;flex-wrap:wrap;gap:10px;font-size:13px;display:flex}.sg-hd-info span{white-space:nowrap;background:#ffffff0a;border-radius:6px;padding:4px 10px}.sg-content{flex:1;align-items:stretch;padding:28px;display:flex;overflow-y:auto}.sg-loading{text-align:center;color:#dce8fab3;width:100%;padding:80px 20px}.sg-loading .spinner{border:3px solid #ffffff1a;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite sg-spin}@keyframes sg-spin{to{transform:rotate(360deg)}}.sg-empty{text-align:center;color:#dce8fa73;width:100%;padding:60px 20px}.sg-error-card{text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:40px 24px;display:flex}.sg-error-icon{font-size:48px;line-height:1}.sg-error-title{color:#1a1d2e;margin:0;font-size:16px;font-weight:700}.sg-error-desc{color:#dce8fab3;max-width:360px;margin:0 0 8px;font-size:13px}.sg-cards-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;height:100%;display:grid}.sg-card{cursor:pointer;background:linear-gradient(#03122d 0%,#08366d 100%,#0d458c 100%);border:2px solid #0000;border-radius:14px;flex-direction:column;min-height:240px;padding:24px 28px 18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.sg-card:hover{border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 4px 16px #6366f114}.sg-card-selected{background:linear-gradient(#03122d 0%,#08366d 100%,#0d458c 100%);border-color:#c7d2fe;box-shadow:0 0 0 3px #3b82f61f,0 6px 20px #3b82f61a}.sg-card-radio{border:2px solid var(--color-accent);pointer-events:none;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .2s,background .2s;display:flex;position:absolute;top:18px;right:18px}.sg-card-selected .sg-card-radio{border-color:var(--color-accent-hover);background:var(--color-primary)}.sg-card-radio-dot{opacity:0;border-radius:50%;width:7px;height:7px;transition:opacity .2s,transform .2s;transform:scale(0)}.sg-card-selected .sg-card-radio-dot{opacity:1;background:var(--color-accent-hover);width:12px;height:12px;transform:scale(1)}.sg-card-title{color:#dce8fa;flex-shrink:0;margin-top:22px;margin-bottom:12px;padding-right:32px;font-size:16px;font-weight:700;line-height:1.5}.sg-card-body{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);color:#dce8fab3;word-wrap:break-word;background:#ffffff0f;border:0;flex:1;min-height:0;padding:14px 16px 12px;font-size:13px;line-height:1.7;overflow:hidden auto}.sg-card-body h1,.sg-card-body h2,.sg-card-body h3{color:#dce8fa;margin:12px 0 6px;font-size:14px;font-weight:700}.sg-card-body h1:first-child,.sg-card-body h2:first-child,.sg-card-body h3:first-child{margin-top:0}.sg-card-body pre,.sg-card-body code{background:#ffffff14;border-radius:6px;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px}.sg-card-body pre{white-space:pre-wrap;padding:10px 12px;overflow-x:auto}.sg-card-body code{padding:2px 5px}.sg-card-expand{color:var(--color-accent);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-self:flex-start;align-items:center;gap:4px;margin-top:12px;padding:8px 6px;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s;display:inline-flex}.sg-card-expand:hover{color:var(--color-accent-hover)}.sg-card-expand svg{transition:transform .15s}.sg-card-expand:hover svg{transform:translate(2px,-2px)}.sg-card-footer{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.sg-card-regenerate{color:var(--color-text-secondary);cursor:pointer;background:#ffffffb3;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.sg-card-regenerate:hover{border-color:var(--color-primary);color:var(--color-primary);background:#6366f114}.sg-card-regenerate:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sg-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 24px;display:flex}.sg-actions-spacer{flex:1}.sg-btn{cursor:pointer;letter-spacing:1px;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.sg-btn-primary{color:#fff;background:linear-gradient(225deg,#1664ff 0%,#168bff 100%);box-shadow:0 4px 12px #1664ff66}.sg-btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #1664ff8c}.sg-btn-primary:active{transform:translateY(0)}.sg-btn-primary:disabled{opacity:.4;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.sg-btn-back{color:#dce8fab3;background:#ffffff0f;border:1px solid #fff3}.sg-btn-back:hover{border-color:var(--color-accent);color:#dce8fa;background:#ffffff1f}.sg-btn-back:disabled{opacity:.4;cursor:not-allowed}.sg-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;padding:40px;animation:.15s sg-fade-in;display:flex;position:fixed;inset:0}@keyframes sg-fade-in{0%{opacity:0}to{opacity:1}}.sg-modal{background:linear-gradient(#021032 0%,#042e71 100%);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:960px;max-width:96vw;max-height:88vh;animation:.2s sg-modal-in;display:flex;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 20px 60px #0006}@keyframes sg-modal-in{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.sg-modal-hd{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.sg-modal-title{color:#dce8fa;text-overflow:ellipsis;white-space:nowrap;max-width:80%;margin:0;font-size:16px;font-weight:700;overflow:hidden}.sg-modal-close{color:#dce8fab3;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.sg-modal-close:hover{color:#dce8fa;background:#ffffff1f}.sg-modal-body{color:#dce8fab3;word-wrap:break-word;flex:1;padding:28px 32px;font-size:14px;line-height:1.9;overflow-y:auto}.sg-modal-body h1,.sg-modal-body h2,.sg-modal-body h3{color:#dce8fa;margin:20px 0 10px;font-weight:700}.sg-modal-body h1{font-size:20px}.sg-modal-body h2{font-size:17px}.sg-modal-body h3{font-size:15px}.sg-modal-body h1:first-child,.sg-modal-body h2:first-child,.sg-modal-body h3:first-child{margin-top:0}.sg-modal-body pre{white-space:pre-wrap;word-wrap:break-word;background:#ffffff0a;border-radius:10px;padding:14px 18px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.7;overflow-x:auto}.sg-modal-body code{background:#ffffff0a;border-radius:5px;padding:2px 6px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px}body.dark .sg-wrap{background:#1a1b2e}body.dark .sg-hd,body.dark .sg-actions{background:#1e1f35}body.dark .sg-hd-title{color:#e4e6f0}body.dark .sg-hd-info span{color:#c4c6d0;background:#252640}body.dark .sg-card{background-color:#1e1f35;border-color:#0000}body.dark .sg-card:hover{border-color:#6366f166}body.dark .sg-card-selected{background-color:#242540;border-color:#c7d2fe}body.dark .sg-card-title{color:#e4e6f0}body.dark .sg-card-body{color:#8c8fa3;background:#1e1f35c7}body.dark .sg-card-body h1,body.dark .sg-card-body h2,body.dark .sg-card-body h3{color:#e4e6f0}body.dark .sg-card-body pre,body.dark .sg-card-body code{background:#ffffff0f}body.dark .sg-card-expand{color:var(--color-accent)}body.dark .sg-card-expand:hover{color:var(--color-accent-hover)}body.dark .sg-card-regenerate{color:#8c8fa3;background:#1e1f35b3;border-color:#2a2b45}body.dark .sg-card-regenerate:hover{border-color:var(--color-primary);color:#a5b4fc;background:#252640}body.dark .sg-error-card{background:#1e1f35;border-color:#2a2b45}body.dark .sg-error-title{color:#e4e6f0}body.dark .sg-error-desc{color:#8c8fa3}body.dark .sg-modal{background:#1e1f35;border-color:#2a2b45}body.dark .sg-modal-hd{border-bottom-color:#2a2b45}body.dark .sg-modal-title{color:#e4e6f0}body.dark .sg-modal-close{color:#8c8fa3}body.dark .sg-modal-close:hover{color:#c4c6d0;background:#ffffff14}body.dark .sg-modal-body{color:#c4c6d0}body.dark .sg-modal-body h1,body.dark .sg-modal-body h2,body.dark .sg-modal-body h3{color:#e4e6f0}body.dark .sg-modal-body pre,body.dark .sg-modal-body code{background:#ffffff0f}@media (width<=1024px){.sg-content{padding:20px 16px}.sg-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px}.sg-hd,.sg-actions{padding:14px 18px}.sg-modal{width:92vw}.sg-modal-body{padding:22px 24px}}@media (width<=768px){.sg-content{padding:16px 12px}.sg-cards-grid{grid-template-columns:1fr;gap:14px}.sg-hd{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px}.sg-card{border-radius:10px;padding:16px 14px 12px}.sg-card-title{margin-top:18px;font-size:14px}.sg-actions{flex-wrap:wrap;gap:10px;padding:12px 14px}.sg-modal-overlay{padding:16px}.sg-modal-body{padding:18px 20px}}@media (width<=480px){.sg-content{padding:10px 8px}.sg-cards-grid{gap:10px}.sg-card{padding:12px 10px 10px}.sg-actions{gap:8px;padding:10px}.sg-card-title{padding-right:30px;font-size:13px}.sg-card-body{padding:10px 12px;font-size:12px}}.sg-cards-grid-single{grid-template-columns:1fr;max-width:900px}.vt-page{background:var(--color-bg-primary);flex-direction:column;height:100%;display:flex}.vt-progress-bar{background:#ffffff0f;flex-shrink:0;justify-content:center;padding:20px 40px 16px;display:flex;overflow-x:auto}.vt-progress-bar::-webkit-scrollbar{height:4px}.vt-progress-bar::-webkit-scrollbar-track{background:0 0}.vt-progress-bar::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.vt-progress-bar::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.vt-progress-table{align-items:center;width:75%;min-width:700px;display:flex}.vt-step-group{flex-shrink:0;align-items:center;gap:8px;margin:0 8px;display:flex}.vt-step-label{white-space:nowrap;font-size:14px;font-weight:500}.vt-step-label.locked{color:#dce8fa73}.vt-step-label.active{color:var(--color-accent);font-weight:600}.vt-step-label.completed{color:#dce8fad9}.vt-step-group.clickable{cursor:pointer}.vt-step-group.clickable:hover .vt-step-circle{box-shadow:0 0 0 6px var(--color-accent-soft);transform:scale(1.1)}.vt-step-group.clickable:hover .vt-step-label{text-decoration:underline}.vt-step-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.vt-step-circle.locked{color:#dce8fa73;background:#ffffff0f;border:2px solid #ffffff1a}.vt-step-circle.active{background:var(--color-accent);color:#021032;border:2px solid var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}.vt-step-circle.completed{color:var(--color-accent);border:2px solid var(--color-accent);background:0 0}.vt-step-connector{flex:1;min-width:50px;height:1px}.vt-step-connector.locked,.vt-step-connector.active{background:#ffffff0f}.vt-step-connector.completed{background:var(--color-accent)}.vt-readonly-banner{color:#92400e;z-index:10;background:#f59e0b14;border-bottom:1px solid #f59e0b;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:10px 24px;font-size:14px;display:flex;position:sticky;top:0}.vt-readonly-banner span{flex:1}.vt-readonly-banner .vt-btn{white-space:nowrap}.vt-step-circle.viewing{outline:2px dashed var(--color-accent);outline-offset:2px}.vt-step-label.viewing{opacity:.75;font-style:italic}.vt-content{flex:1;min-height:0;padding:0;overflow:auto}.vt-content::-webkit-scrollbar{width:6px;height:6px}.vt-content::-webkit-scrollbar-track{background:0 0}.vt-content::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.vt-content::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.vt-btn{cursor:pointer;letter-spacing:1px;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.vt-btn-primary{color:#fff;background:linear-gradient(225deg,#1664ff 0%,#168bff 100%);box-shadow:0 4px 12px #1664ff66}.vt-btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 18px #1664ff8c}.vt-btn-primary:active{transform:translateY(0)}.vt-btn-primary:disabled{opacity:.4;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.vt-btn-back{color:#dce8fab3;background:#ffffff0f;border:1px solid #fff3}.vt-btn-back:hover{border-color:var(--color-accent);color:#dce8fa;background:#ffffff1f}.vt-btn-back:disabled{opacity:.4;cursor:not-allowed}.vt-btn-success{background:var(--color-success);color:#fff;box-shadow:0 4px 12px #22c55e59}.vt-btn-success:hover{background:var(--color-success-hover);transform:translateY(-1px);box-shadow:0 6px 16px #22c55e73}.vt-btn-success:active{transform:translateY(0)}.vt-btn-success:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.vt-btn-lg{padding:14px 36px;font-size:16px}.vt-card1{background:#ffffff0f;flex-direction:column;min-height:100%;display:flex}.vt-card1-title{color:#dce8fa;margin:28px 40px 24px;font-size:18px;font-weight:600}.vt-card1-field{margin:0 40px 20px}.vt-card1-label{color:#dce8fa;align-items:center;gap:4px;margin-bottom:10px;font-size:14px;font-weight:500;display:flex}.vt-card1-required{color:#ef4444;font-size:14px}.vt-card1-duration-group{flex-wrap:wrap;gap:8px;display:flex}.vt-card1-duration-readonly{color:#dce8fa;background:#ffffff0a;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:15px;font-weight:600;display:flex}.vt-card1-duration-readonly .inline-block{vertical-align:middle;display:inline-block}.vt-card1-duration-readonly .mr-1{margin-right:4px}.vt-duration-btn{cursor:pointer;color:#dce8fab3;-webkit-user-select:none;user-select:none;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;justify-content:center;align-items:center;padding:5px 22px;font-family:inherit;font-size:13px;font-weight:400;line-height:1.5;transition:all .15s;display:flex}.vt-duration-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.vt-duration-btn.selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff;font-weight:500}.vt-duration-radio{display:none}.vt-card1-script{resize:none;color:#dce8fa;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;width:100%;min-height:500px;padding:14px 18px;font-family:inherit;font-size:14px;line-height:1.75;transition:border-color .2s,box-shadow .2s}.vt-card1-field:last-of-type{flex-direction:column;flex:1;min-height:0;display:flex}.vt-card1-script:focus{border-color:var(--color-primary);background:#ffffff0f;box-shadow:0 0 0 3px #3b82f614}.vt-card1-script::-webkit-scrollbar{width:6px}.vt-card1-script::-webkit-scrollbar-track{background:0 0}.vt-card1-script::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.vt-card1-script::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.vt-card1-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:flex-end;align-items:center;margin-top:auto;padding:14px 40px;display:flex}.vt-loading{color:#dce8fa73;justify-content:center;align-items:center;gap:8px;height:40vh;font-size:14px;display:flex}.vt-loading:before{content:"";border:2px solid #ffffff1a;border-top-color:var(--color-primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite vt-spin}@keyframes vt-spin{to{transform:rotate(360deg)}}.vt-error{color:#ef4444;justify-content:center;align-items:center;height:40vh;font-size:14px;display:flex}.vt-spinner{border:3px solid #ffffff1a;border-top-color:var(--color-primary);vertical-align:middle;border-radius:50%;width:24px;height:24px;margin-right:8px;animation:.8s linear infinite vt-spin;display:inline-block}.vt-card2{background:#ffffff0f;flex-direction:column;height:100%;display:flex;overflow:hidden}.vt-card2 h2{color:#dce8fa;flex-shrink:0;margin:28px 40px 22px;font-size:18px;font-weight:600}.vt-sb-list{flex-direction:column;gap:14px;display:flex}.vt-sb-item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #00000008}.vt-sb-hd{background:#ffffff0a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.vt-sb-seq{color:#dce8fa;font-size:18px;font-weight:600}.vt-sb-dur{color:#dce8fa73;font-size:13px;font-weight:500}.vt-sb-body{padding:24px 18px 16px}.vt-sb-field{margin-bottom:24px}.vt-sb-field:last-child{margin-bottom:0}.vt-sb-fhd{color:#dce8fa;align-items:center;gap:6px;margin-bottom:6px;font-size:16px;font-weight:500;display:flex}.vt-sb-fhd svg{flex-shrink:0}.vt-sb-fval{color:#dce8fab3;padding-left:24px;font-size:14px;line-height:1.7}.vt-inline-edit{min-width:60px;min-height:1em;display:inline-block}.vt-inline-edit-hover{cursor:text;border-bottom:1px dashed #0000;transition:border-color .15s}.vt-inline-edit-hover:hover{border-bottom-color:#94a3b8}.vt-inline-edit-input{color:#dce8fa;box-sizing:border-box;resize:vertical;background:#ffffff0f;border:1px solid #6366f1;border-radius:4px;outline:none;width:100%;padding:4px 6px;font-family:inherit;font-size:14px}.vt-inline-edit-input:focus{box-shadow:0 0 0 2px #6366f126}.vt-inline-edit-input::-webkit-scrollbar{width:6px}.vt-inline-edit-input::-webkit-scrollbar-track{background:0 0}.vt-inline-edit-input::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.vt-inline-edit-input::-webkit-scrollbar-thumb:hover{background:#ffffff40}.vt-meta-item .vt-inline-edit-input{padding:2px 4px;font-size:13px}.vt-sb-row{grid-template-columns:1fr 1fr;gap:16px;margin-top:0;display:grid}.vt-sb-row .vt-sb-field{margin-bottom:0}.vt-sb-meta{flex-direction:column;flex:1;min-height:0;margin:32px 40px;padding:20px;display:flex;overflow:hidden}.vt-meta-content{background:#ffffff0a;border-radius:0 0 10px 10px;flex:1;min-height:0;padding:16px;overflow-y:auto}.vt-meta-content .vt-sb-list{padding:0}.vt-meta-tabs{border-bottom:none;gap:0;margin-bottom:0;padding:0;display:flex}.vt-meta-tab{color:#dce8fa73;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:none;border-radius:8px 8px 0 0;justify-content:center;align-items:center;gap:6px;padding:8px 20px;font-family:inherit;font-size:13px;transition:all .2s;display:inline-flex}.vt-meta-tab:hover{color:var(--color-accent);background:#ffffff08;border-color:#ffffff0f}.vt-meta-tab-active{color:var(--color-accent);background:#ffffff0a;border-color:#ffffff1a}.vt-meta-block{background:0 0;border:none;border-radius:0;padding:0}.vt-meta-block h3{color:#dce8fa;align-items:center;gap:8px;margin:0 0 16px;font-size:18px;font-weight:600;display:flex}.vt-meta-block h3 svg{color:#dce8fab3;flex-shrink:0}.vt-meta-grid{grid-template-columns:repeat(3,1fr);gap:36px 26px;display:grid}.vt-meta-item,.vt-meta-grid>div{flex-direction:column;gap:4px;display:flex}.vt-meta-item{padding:0 10px}.vt-meta-grid strong{color:#dce8fa;font-size:16px;display:block}.vt-meta-grid p{color:#dce8fab3;margin:0;font-size:14px;line-height:1.5}.vt-card2-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 40px;display:flex}.vt-card3{background:#ffffff0f;flex-direction:column;min-height:100%;display:flex}.vt-card3 h2{color:#dce8fa;flex-shrink:0;margin:24px 24px 14px;font-size:18px;font-weight:600}.vt-mat-grid{flex:1;grid-template-columns:1fr 1fr;gap:12px;min-height:0;margin:20px 24px;display:grid;overflow:hidden}.vt-mat-block{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;padding:10px 12px;display:flex}.vt-mat-block:nth-child(2){grid-row:span 2}.vt-mat-hd{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.vt-mat-hd h3{color:#dce8fa;margin:0;font-size:16px;font-weight:600}.vt-mat-required{color:#ef4444;margin-left:2px}.vt-mat-hd-btns{flex-wrap:wrap;gap:6px;display:flex}.vt-mat-hd-btns .btn{border-radius:4px;padding:4px 12px;font-size:12px}.vt-mat-upload-area{aspect-ratio:16/9;cursor:pointer;background:#ffffff0a;border:1px dashed #d0d5dd;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:24vh;margin:auto;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.vt-mat-upload-area:hover{border-color:var(--color-primary,#2563eb);background:#3b82f614}.vt-mat-upload-generating{cursor:default;pointer-events:none}.vt-mat-upload-generating:hover{background:#ffffff0a;border-color:#d0d5dd}.vt-mat-loading-overlay{z-index:10;background:#ffffff0f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.vt-mat-loading-spinner{color:var(--color-primary,#2563eb);opacity:.85;width:64px;height:64px}.vt-mat-loading-text{color:#dce8fa;font-size:15px;font-weight:600}.vt-mat-empty-zone{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:8px;display:flex}.vt-mat-plus{color:#c0c5cd;font-size:36px;font-weight:300;line-height:1}.vt-mat-empty-text{color:#dce8fa73;font-size:13px}.vt-mat-images{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;padding:4px;display:flex}.vt-mat-upload-img{object-fit:contain;border:1px solid #ffffff1a;border-radius:6px;max-width:100%;max-height:100%}.vt-mat-img-wrap{border-radius:6px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.vt-mat-img-overlay{opacity:0;pointer-events:none;background:#00000059;border-radius:6px;justify-content:flex-end;align-items:flex-start;padding:6px;transition:opacity .2s;display:flex;position:absolute;inset:0}.vt-mat-img-wrap:hover .vt-mat-img-overlay{opacity:1;pointer-events:auto}.vt-mat-img-del{color:#ef4444;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;font-weight:700;line-height:1;transition:background .15s,transform .15s;display:flex}.vt-mat-img-del:hover{color:#fff;background:#ef4444;transform:scale(1.1)}.vt-mat-block:nth-child(2) .vt-mat-upload-area{aspect-ratio:auto;flex:1;width:100%;max-height:none;padding:2px}.vt-mat-block:nth-child(2) .vt-mat-images{flex:1;padding:2px}.vt-mat-grid-no-product .vt-mat-block:nth-child(2){grid-row:auto}.vt-mat-grid-no-product .vt-mat-block:first-child .vt-mat-upload-area,.vt-mat-grid-no-product .vt-mat-block:nth-child(2) .vt-mat-upload-area{aspect-ratio:4/3;flex:initial;width:100%;height:auto;max-height:none;margin:0}.vt-mat-grid-no-product .vt-mat-block:first-child .vt-mat-images,.vt-mat-grid-no-product .vt-mat-block:nth-child(2) .vt-mat-images{flex:initial;padding:4px}.vt-card3-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:flex-end;align-items:center;margin-top:auto;padding:14px 24px;display:flex}.vt-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.vt-modal{background:linear-gradient(#021032 0%,#042e71 100%);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:960px;max-width:96vw;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 0 4px 3px #fff3,0 20px 60px #0006}.vt-modal::-webkit-scrollbar{width:6px}.vt-modal::-webkit-scrollbar-track{background:0 0}.vt-modal::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.vt-modal::-webkit-scrollbar-thumb:hover{background:#ffffff40}.vt-modal-hd{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.vt-modal-hd h3{color:#dce8fa;margin:0;font-size:16px;font-weight:700}.vt-modal-hd button{cursor:pointer;color:#dce8fab3;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:1;transition:background .15s,color .15s;display:flex}.vt-modal-hd button:hover{color:#dce8fa;background:#ffffff1f}.vt-modal-body{color:#dce8fab3;flex:1;min-height:70vh;padding:20px 24px;overflow-y:auto}.vt-modal-body.custom-scrollbar::-webkit-scrollbar{width:6px}.vt-modal-body.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.vt-modal-body.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.vt-modal-body.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff40}.vt-modal-body select{color:#dce8fa;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;margin-bottom:16px;padding:8px 14px;font-size:14px}.vt-asset-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.vt-asset-item{cursor:pointer;border:2px solid #0000;border-radius:8px;transition:border-color .15s;overflow:hidden}.vt-asset-item:hover{border-color:var(--color-accent)}.vt-asset-item img{object-fit:cover;border-radius:6px;width:100%;height:140px;display:block}.vt-asset-info{color:#dce8fa73;text-align:center;padding:4px 8px;font-size:11px}.vt-card4{background:#ffffff0f;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 1px 4px #0000000d}.vt-card4 h2{color:#dce8fa;flex-shrink:0;margin:28px 40px 22px;font-size:18px;font-weight:600}.vt-card4-scroll{flex:1;min-height:0;margin:20px 40px;overflow-y:auto}.vt-frame-grid{flex-wrap:wrap;gap:16px;margin:20px;display:flex}.vt-frame-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;width:280px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.vt-frame-img{background:#ffffff0a;justify-content:center;align-items:center;height:175px;display:flex;position:relative;overflow:hidden}.vt-frame-img img{object-fit:cover;width:100%;height:100%}.vt-frame-placeholder{color:#dce8fa73;justify-content:center;align-items:center;width:100%;height:100%;font-size:36px;display:flex}.vt-frame-badge{color:#dce8fae6;background:#0000008c;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:600;position:absolute;top:8px;right:8px}.vt-frame-body{flex:1;padding:12px 14px}.vt-frame-seq{color:var(--color-accent);margin-bottom:4px;font-size:14px;font-weight:700}.vt-frame-info{color:#dce8fab3;margin-bottom:2px;font-size:12px;line-height:1.4}.vt-frame-error{color:#dc2626;word-break:break-all;font-weight:500}.vt-frame-actions{border-top:1px solid #ffffff1a;gap:8px;padding:10px 14px;display:flex}.vt-card4-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 24px;display:flex}.vt-card5{background:#ffffff0f;flex-direction:column;min-height:100%;display:flex;box-shadow:0 1px 4px #0000000d}.vt-card5 h2{color:#dce8fa;flex-shrink:0;margin:28px 40px 22px;font-size:18px;font-weight:600}.vt-card5-scroll{flex:1;min-height:0;margin:20px 40px;overflow-y:auto}.vt-clip-video{object-fit:cover;width:100%;height:100%;display:block}.vt-card5-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 24px;display:flex}.vt-card4-actions-row,.vt-card5-actions-row{align-items:center;gap:10px;display:flex}.vt-btn-confirm{color:#fff;background:#f59e0b;font-weight:500;box-shadow:0 4px 12px #f59e0b59}.vt-btn-confirm:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b73}.vt-btn-confirm:active{transform:translateY(0)}.vt-btn-confirm:disabled{color:#ffffffb3;cursor:not-allowed;box-shadow:none;background:#fcd34d;transform:none}.vt-card6{background:#ffffff0f;flex-direction:column;min-height:100%;display:flex;box-shadow:0 1px 4px #0000000d}.vt-card6 h2{color:#dce8fa;flex-shrink:0;margin:28px 40px 22px;font-size:18px;font-weight:600}.vt-card6-scroll{flex:1;min-height:0;margin:0 40px;overflow-y:auto}.vt-bgm-player{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:16px;padding:16px 18px}.vt-bgm-player h3{color:#dce8fa;margin:0 0 8px;font-size:13px;font-weight:700}.vt-bgm-player audio{width:100%;margin-top:8px}.vt-empty-text{color:#dce8fa73;padding:16px 0;font-size:13px}.vt-card6-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 24px;display:flex}.vt-card7{background:#ffffff0f;flex-direction:column;min-height:100%;display:flex;box-shadow:0 1px 4px #0000000d}.vt-card7 h2{color:#dce8fa;flex-shrink:0;margin:28px 40px 22px;font-size:18px;font-weight:600}.vt-card7-scroll{flex:1;min-height:0;margin:0 40px;overflow-y:auto}.vt-synth-status{color:#dce8fab3;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:48px;font-size:14px;display:flex}.vt-video-preview{margin-bottom:16px}.vt-video-preview video{background:#000;border-radius:10px;width:100%;max-width:712px;max-height:400px;margin:0 auto}.vt-video-meta{color:#dce8fab3;flex-wrap:wrap;gap:10px;max-width:712px;margin:0 auto 20px;font-size:12px;font-weight:500;display:flex}.vt-video-meta span{background:#ffffff0a;border-radius:6px;padding:4px 10px}.vt-subtitle-sw{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:8px;padding:7px 14px;transition:border-color .15s;display:flex}.vt-subtitle-sw:hover{border-color:var(--color-primary)}.vt-subtitle-sw input{accent-color:var(--color-primary);width:16px;height:16px}.vt-subtitle-sw span{color:#dce8fab3;font-size:13px;font-weight:500}.vt-card7-right{gap:12px;display:flex}.vt-card7-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#7fa2ee29;border-top:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding:14px 24px;display:flex}.vt-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:60vh;display:flex}.vt-placeholder-icon{font-size:48px}.vt-placeholder-title{color:#dce8fab3;margin:0;font-size:18px;font-weight:600}.vt-placeholder-desc{color:#dce8fa73;text-align:center;max-width:400px;font-size:14px}.vt-placeholder-id{color:#dce8fab3;font-size:13px}.vt-toast{z-index:9999;color:#fff;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:500;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000026}.vt-toast.success{background:#22c55e}.vt-toast.error{background:#ef4444}.vt-toast.info{background:var(--color-primary)}@media (width<=1200px){.vt-card1-title{margin:24px 28px}.vt-card1-field{margin:0 28px 20px}.vt-card2 h2,.vt-card4 h2,.vt-card5 h2,.vt-card6 h2,.vt-card7 h2{margin:24px 28px 22px}.vt-card3 h2{margin:24px 28px 14px}.vt-sb-meta,.vt-card4-scroll,.vt-card5-scroll,.vt-card6-scroll,.vt-card7-scroll,.vt-mat-grid{margin:0 28px}}@media (width<=1024px){.vt-progress-bar{padding:16px 18px 14px}.vt-progress-table{min-width:500px}.vt-step-circle{width:26px;height:26px;font-size:11px}.vt-step-label{font-size:10px}.vt-card1-title{margin:20px 22px 24px}.vt-card1-field{margin:0 22px 20px}.vt-card2 h2,.vt-card4 h2,.vt-card5 h2,.vt-card6 h2,.vt-card7 h2{margin:20px 22px 22px}.vt-card3 h2{margin:20px 22px 14px}.vt-sb-meta,.vt-card4-scroll,.vt-card5-scroll,.vt-card6-scroll,.vt-card7-scroll,.vt-mat-grid{margin:0 22px}.vt-mat-upload-area{height:20vh}.vt-mat-grid-no-product .vt-mat-block:first-child .vt-mat-upload-area,.vt-mat-grid-no-product .vt-mat-block:nth-child(2) .vt-mat-upload-area{aspect-ratio:4/3;height:auto}.vt-frame-grid{gap:12px}.vt-frame-card{width:calc(50% - 6px)}.vt-meta-grid{grid-template-columns:1fr 1fr}.vt-sb-row{grid-template-columns:1fr;gap:8px}.vt-sb-fval{padding-left:24px;padding-right:24px}.vt-modal{width:90vw;max-height:85vh}.vt-asset-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.vt-progress-bar{justify-content:flex-start;padding:12px 10px}.vt-step-circle{width:24px;height:24px;font-size:10px}.vt-step-label{display:none}.vt-progress-table{width:auto;min-width:auto}.vt-card1-title{margin:16px 16px 18px;font-size:16px}.vt-card1-field{margin:0 16px 20px}.vt-card1-script{min-height:260px;font-size:13px}.vt-card1-actions{padding:12px 16px}.vt-card2 h2,.vt-card4 h2,.vt-card5 h2,.vt-card6 h2,.vt-card7 h2{margin:16px 16px 22px;font-size:16px}.vt-card3 h2{margin:16px 16px 14px;font-size:16px}.vt-sb-meta,.vt-card4-scroll,.vt-card5-scroll,.vt-card6-scroll,.vt-card7-scroll,.vt-mat-grid{margin:0 16px}.vt-sb-hd{padding:10px 14px}.vt-sb-body{padding:12px 14px}.vt-sb-fhd{font-size:12px}.vt-sb-fval,.vt-sb-seq{font-size:13px}.vt-meta-block h3{margin-bottom:12px;font-size:13px}.vt-mat-grid{gap:12px}.vt-mat-block{padding:10px 12px}.vt-mat-hd{margin-bottom:8px}.vt-mat-hd-btns{gap:4px}.vt-mat-upload-area{height:18vh}.vt-mat-grid-no-product .vt-mat-block:first-child .vt-mat-upload-area,.vt-mat-grid-no-product .vt-mat-block:nth-child(2) .vt-mat-upload-area{aspect-ratio:4/3;height:auto}.vt-frame-grid{justify-content:center;gap:10px}.vt-frame-card{width:100%;max-width:360px}.vt-meta-grid{grid-template-columns:1fr}.vt-card2-actions,.vt-card3-actions,.vt-card4-actions,.vt-card5-actions,.vt-card6-actions,.vt-card7-actions{flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.vt-card7-right{flex-direction:column;gap:8px}.vt-modal{width:96vw}.vt-asset-grid{grid-template-columns:repeat(2,1fr);gap:12px}.vt-asset-item img{height:110px}.vt-video-preview video{max-height:250px}.vt-sb-row{grid-template-columns:1fr}.vt-duration-btn{padding:5px 14px;font-size:12px}}@media (width<=480px){.vt-progress-bar{padding:10px 8px 8px}.vt-step-circle{width:22px;height:22px;font-size:10px}.vt-progress-table{width:auto;min-width:auto}.vt-card1-title{margin:14px 12px;font-size:15px}.vt-card1-field{margin:0 12px 20px}.vt-card1-script{min-height:220px;padding:10px 12px;font-size:12px}.vt-card1-duration-group{gap:6px}.vt-duration-btn{padding:4px 12px;font-size:11px}.vt-card1-label{font-size:13px}.vt-sb-item{border-radius:8px}.vt-sb-seq{font-size:12px}.vt-sb-hd{padding:10px 12px}.vt-sb-body{padding:12px}.vt-sb-fhd{font-size:12px}.vt-sb-fval{padding-left:16px;font-size:12px}.vt-meta-block h3{margin-bottom:12px;font-size:13px}.vt-meta-grid strong{font-size:11px}.vt-meta-grid p{font-size:12px}.vt-card2-actions,.vt-card3-actions{margin-top:auto;padding:12px 16px}.vt-mat-grid{grid-template-columns:1fr;gap:10px}.vt-mat-block:nth-child(2){grid-row:auto}.vt-mat-block{padding:10px 12px}.vt-mat-hd{flex-direction:column;align-items:flex-start;gap:6px}.vt-mat-hd h3{font-size:13px}.vt-mat-hd-btns{justify-content:flex-end;width:100%}.vt-frame-card{max-width:100%}.vt-frame-img{height:150px}.vt-video-meta span{padding:3px 8px;font-size:11px}.vt-modal{width:100vw}.vt-asset-grid{grid-template-columns:repeat(2,1fr);gap:10px}.vt-asset-item img{height:90px}}.vt-mat-failed{background:#ef444414;border:1px solid #ef44444d;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding:10px 12px;font-size:13px;display:flex}.vt-mat-failed-text{color:#dc2626;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.vt-mat-failed .vt-btn{white-space:nowrap;flex-shrink:0}.vt-iterate{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;margin-top:10px;padding:8px 10px;display:none}.vt-iterate-input{color:#dce8fa;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;outline:none;flex:1;height:34px;padding:0 10px;font-size:13px;transition:border-color .2s}.vt-iterate-input:focus{border-color:var(--color-primary)}.vt-iterate-input::placeholder{color:#dce8fa73}.vt-iterate-input:disabled{cursor:not-allowed;background:#ffffff0a}.vt-iterate-btn{white-space:nowrap;flex-shrink:0}.ph-text{color:#dce8fa80}.ph-title{color:#dce8fabf;font-size:14px;font-weight:500}.ph-sub{color:#dce8fa66;font-size:12px}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-400:oklch(82.8% .189 84.429);--color-emerald-400:oklch(76.5% .177 163.223);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-700:oklch(49.6% .265 301.924);--color-pink-500:oklch(65.6% .241 354.308);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-900:oklch(21% .034 264.665);--color-white:#fff;--spacing:.25rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wider:.05em;--tracking-widest:.1em;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.sticky{position:sticky}.top-6{top:calc(var(--spacing) * 6)}.mx-auto{margin-inline:auto}.my-\[10px\]{margin-block:10px}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.mt-1{margin-top:var(--spacing)}.mt-\[15px\]{margin-top:15px}.mt-auto{margin-top:auto}.mr-0\.5{margin-right:calc(var(--spacing) * .5)}.mr-1{margin-right:var(--spacing)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-\[15px\]{margin-right:15px}.mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-2{height:calc(var(--spacing) * 2)}.h-4{height:calc(var(--spacing) * 4)}.h-7{height:calc(var(--spacing) * 7)}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-fit{height:fit-content}.h-full{height:100%}.min-h-0{min-height:0}.min-h-screen{min-height:100vh}.w-2{width:calc(var(--spacing) * 2)}.w-4{width:calc(var(--spacing) * 4)}.w-7{width:calc(var(--spacing) * 7)}.w-12{width:calc(var(--spacing) * 12)}.w-16{width:calc(var(--spacing) * 16)}.w-72{width:calc(var(--spacing) * 72)}.w-\[240px\]{width:240px}.w-full{width:100%}.max-w-7xl{max-width:var(--container-7xl)}.max-w-none{max-width:none}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[7px\]{border-radius:7px}.rounded-\[12px\]{border-radius:12px}.rounded-full{border-radius:3.40282e38px}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-\[12px\]{border-top-left-radius:12px;border-top-right-radius:12px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-gray-200{border-color:var(--color-gray-200)}.border-purple-500{border-color:var(--color-purple-500)}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.border-white\/10{border-color:color-mix(in oklab, var(--color-white) 10%, transparent)}}.bg-\[\#0a0a0f\]{background-color:#0a0a0f}.bg-amber-400{background-color:var(--color-amber-400)}.bg-emerald-400{background-color:var(--color-emerald-400)}.bg-purple-400{background-color:var(--color-purple-400)}.bg-purple-500\/10{background-color:#ac4bff1a}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/10{background-color:color-mix(in oklab, var(--color-purple-500) 10%, transparent)}}.bg-purple-500\/20{background-color:#ac4bff33}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/20{background-color:color-mix(in oklab, var(--color-purple-500) 20%, transparent)}}.bg-purple-600{background-color:var(--color-purple-600)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.bg-white\/5{background-color:color-mix(in oklab, var(--color-white) 5%, transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.bg-white\/10{background-color:color-mix(in oklab, var(--color-white) 10%, transparent)}}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#E91E8C\]{--tw-gradient-from:#e91e8c;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#9747FF\]{--tw-gradient-to:#9747ff;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-pink-500{--tw-gradient-to:var(--color-pink-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.p-3{padding:calc(var(--spacing) * 3)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-\[7px\]{padding-block:7px}.pr-2\.5{padding-right:calc(var(--spacing) * 2.5)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pl-5{padding-left:calc(var(--spacing) * 5)}.text-center{text-align:center}.text-left{text-align:left}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.leading-4{--tw-leading:calc(var(--spacing) * 4);line-height:calc(var(--spacing) * 4)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-amber-400{color:var(--color-amber-400)}.text-emerald-400{color:var(--color-emerald-400)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-900{color:var(--color-gray-900)}.text-purple-300{color:var(--color-purple-300)}.text-purple-400{color:var(--color-purple-400)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.select-none{-webkit-user-select:none;user-select:none}@media (hover:hover){.hover\:bg-purple-700:hover{background-color:var(--color-purple-700)}.hover\:bg-white\/10:hover{background-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-white\/10:hover{background-color:color-mix(in oklab, var(--color-white) 10%, transparent)}}.hover\:underline:hover{text-decoration-line:underline}}@media (width>=48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=64rem){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}:root{--color-primary:#021032;--color-primary-hover:#042e71;--color-primary-light:#0a3a7f;--color-primary-dark:#010818;--color-primary-gradient:linear-gradient(135deg, #021032 0%, #042e71 100%);--color-accent:#11e0ff;--color-accent-hover:#00c8e6;--color-accent-soft:#11e0ff26;--color-danger:#ef4444;--color-danger-hover:#dc2626;--color-success:#22c55e;--color-success-hover:#16a34a;--color-info:#3b82f6;--color-info-hover:#2563eb;--color-warning:#f59e0b;--color-warning-hover:#d97706;--color-bg-primary:linear-gradient(90deg, #021032 0%, #042e71 100%);--color-root-bg:linear-gradient(90deg, #021032 0%, #042e71 100%);--color-bg-card:#fff;--color-top-bg:linear-gradient(90deg, #021032 0%, #042e71 100%);--color-menu-bg:linear-gradient(90deg, #021032 0%, #042e71 100%);--color-main-bg:linear-gradient(90deg, #021032 0%, #042e71 100%);--color-text-primary:#1a1a1a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-border:#e5e7eb;--color-bubble-ai:#f3f4f6;--color-bubble-user-gradient:linear-gradient(135deg, #021032 0%, #042e71 100%);--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:20px;--spacing-2xl:24px;--spacing-3xl:32px;--spacing-4xl:40px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--radius-none:0;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 2px 4px #00000014;--shadow-md:0 4px 8px #0000001a;--shadow-lg:0 8px 16px #0000001f;--shadow-xl:0 12px 24px #00000026;--shadow-primary:0 2px 8px #02103233;--shadow-primary-hover:0 4px 12px #0210324d;--shadow-global:0 0 4px 3px #fff3;--font-size-xs:11px;--font-size-sm:12px;--font-size-base:14px;--font-size-md:15px;--font-size-lg:16px;--font-size-xl:18px;--font-size-2xl:20px;--font-size-3xl:24px;--font-size-4xl:28px;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-snug:1.4;--line-height-normal:1.5;--line-height-relaxed:1.6;--line-height-loose:1.8}html,body,#root{width:100%;height:100%}body{color:var(--color-text-primary);background:var(--color-root-bg);-webkit-font-smoothing:antialiased;font-family:Inter,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.shadow-global{box-shadow:var(--shadow-global)}.m-r-10{margin-right:10px}.m-t-10{margin-top:10px}.m-l-10{margin-left:10px}.m-l-r-10,.m-r-10{margin-left:10px;margin-right:10px}.radius-8{border-radius:8px}.radius-8-bottom-none{border-radius:var(--radius-md) var(--radius-md) var(--radius-none) var(--radius-none)}.flex-center{justify-content:center;align-items:center;display:flex}.flex-col-full{flex-direction:column;height:100%;display:flex}.flex-1-scroll{flex:1;overflow:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hidden{display:none!important}button{cursor:pointer;white-space:nowrap;color:var(--color-text-secondary);background:#fff;border:1px solid #e8eaf0;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.4;transition:all .15s;display:inline-flex}button:hover{color:#021032;background:#f0f4f8;border-color:#021032}button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}button:focus-visible{outline-offset:2px;outline:2px solid #021032}.btn{cursor:pointer;white-space:nowrap;color:var(--color-text-secondary);background:#fff;border:1px solid #e8eaf0;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:6px;padding:5px 10px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.4;transition:all .15s;display:inline-flex}.btn:hover{color:#021032;background:#f0f4f8;border-color:#021032}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none;box-shadow:none!important}.btn:focus-visible{outline-offset:2px;outline:2px solid #021032}.btn-sm{padding:5px 10px;font-size:11px}.btn-md{padding:8px 18px;font-size:13px}.btn-lg{padding:10px 24px;font-size:14px}.btn-xl{padding:12px 28px;font-size:15px}.btn-block{width:100%}.btn-default{color:var(--color-text-secondary);background:#fff;border:1px solid #e8eaf0}.btn-default:hover{color:#021032;background:#f0f4f8;border-color:#021032}.btn-primary{color:#fff;background:linear-gradient(135deg,#021032 0%,#042e71 100%);border-color:#0000;box-shadow:0 2px 4px #02103233}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#042e71 0%,#0a3a7f 100%);border-color:#0000;transform:translateY(-1px);box-shadow:0 4px 8px #0210324d}.btn-danger{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.btn-danger:hover{background:var(--color-danger-hover);border-color:var(--color-danger-hover);color:#fff;box-shadow:0 2px 4px #ef444459}.btn-warning{background:var(--color-warning);color:#fff;border-color:var(--color-warning)}.btn-warning:hover{background:var(--color-warning-hover);border-color:var(--color-warning-hover);color:#fff;box-shadow:0 2px 4px #f59e0b59}.btn-success{background:var(--color-success);color:#fff;border-color:var(--color-success)}.btn-success:hover{background:var(--color-success-hover);border-color:var(--color-success-hover);color:#fff;box-shadow:0 2px 4px #22c55e59}.btn-outline{color:var(--color-text-secondary);background:#fff;border:1px solid #e5e7eb}.btn-outline:hover{color:#021032;background:#f0f4f8;border-color:#021032}.btn-ghost{color:var(--color-text-secondary);background:0 0;border-color:#0000}.btn-ghost:hover{color:#021032;background:#02103214}.btn-gradient,.btn-gradient:hover{color:#fff;background:linear-gradient(90deg,#e91e8c 0%,#9747ff 100%);border-color:#0000}.btn-gradient:hover{box-shadow:0 4px 14px #9747ff66}.btn-danger-outline{color:var(--color-danger);background:#fff;border:1px solid #fecaca}.btn-danger-outline:hover{background:#fef2f2;border-color:#fca5a5;box-shadow:0 2px 8px #ef444426}.btn-rounded{border-radius:50px}.btn-icon{border-radius:6px;width:32px;height:32px;padding:0;font-size:14px}.btn-loading{pointer-events:none;position:relative}.btn-loading:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;margin-left:8px;animation:.6s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}.card-base{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;transition:box-shadow .2s,transform .2s,border-color .2s;box-shadow:0 1px 3px #0000000a}.card-base:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 2px 4px #00000014}.form-label{color:var(--color-text-secondary);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.form-input{border:1px solid var(--color-border);width:100%;color:var(--color-text-primary);background:#fff;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.form-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f114}.modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:var(--color-bg-card);border-radius:16px;padding:24px;box-shadow:0 20px 60px #00000026}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal-title{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:700}.modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;display:flex}.modal-w-sm{width:400px}.modal-close-btn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px 6px;transition:background .15s;display:flex}.modal-close-btn:hover{background:#0000000d}.topbar{background:var(--color-top-bg);border-bottom:none;flex-shrink:0;align-items:center;gap:16px;height:60px;padding:0 20px;display:flex;box-shadow:0 0 4px 3px #fff3}.topbar-breadcrumb{color:#fff9;align-items:center;gap:6px;font-size:12px;display:flex}.topbar-spacer{flex:1}.topbar-chip{color:#ffffffe6;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:background .15s;display:flex}.topbar-chip:hover{background:#ffffff1a}.topbar-chip-badge{color:#fff;text-align:center;background:#ef4444;border-radius:8px;min-width:16px;padding:1px 5px;font-size:10px}.topbar-icon-btn{cursor:pointer;color:#ffffffe6;background:#ffffff0d;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.topbar-icon-btn:hover{background:#ffffff1a}.topbar-lang-sw{border:1px solid #fff3;border-radius:8px;display:flex;overflow:hidden}.topbar-lang-btn{cursor:pointer;color:#fff9;background:0 0;border:none;padding:4px 10px;font-size:12px;font-weight:500;transition:all .15s}.topbar-lang-btn.active{color:#fff;background:#fff3}.topbar-lang-btn:not(.active):hover{background:#ffffff1a}.topbar-credits{color:#fff9;align-items:center;gap:5px;font-size:12px;display:flex}.topbar-credits-num{color:#ffffffe6;font-weight:600}.topbar-divider{background:#fff3;width:1px;height:20px}.topbar-user{cursor:pointer;align-items:center;gap:8px;display:flex}.topbar-user-avatar{color:#ffffffe6;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.topbar-user-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.topbar-user-name{color:#ffffffe6;font-size:12px;font-weight:500}.plat-douyin{background:#000}.plat-kuaishou{background:#ff4906}.plat-xiaohongshu{background:#ff2442}.plat-bilibili{background:#00a1d6}.plat-zhihu{background:#06f}.plat-shipinhao{background:#07c160}.plat-tiktok{background:#111}.plat-twitter{background:#1d9bf0}.plat-facebook{background:#1877f2}.plat-instagram{background:#e4405f}.plat-youtube{background:red}.plat-linkedin{background:#0a66c2}.plat-fallback{background:#94a3b8}.avatar-sm{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.avatar-md{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.avatar-lg{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}.avatar-white-text{color:#fff}.page-header{background:var(--color-bg-card);border-bottom:1px solid var(--color-border);flex-shrink:0;padding:16px 24px}.page-header-title{color:var(--color-text-primary);font-size:15px;font-weight:600}.page-header-desc{color:var(--color-text-muted);margin-top:4px;font-size:12px}.loading-center{height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:13px;display:flex}.loading-spinner{border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:20px;height:20px;margin-right:8px;animation:.8s linear infinite btn-spin}.toast{z-index:9999;opacity:0;pointer-events:none;color:#fff;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:500;transition:opacity .3s;position:fixed;top:24px;left:50%;transform:translate(-50%)}.toast.show{opacity:1}.toast-info{background:#3b82f6}.toast-success{background:#22c55e}.toast-error{background:#ef4444}.confirm-backdrop{z-index:10000;background:#00000073;justify-content:center;align-items:center;animation:.2s cf-fade-in;display:flex;position:fixed;inset:0}@keyframes cf-fade-in{0%{opacity:0}to{opacity:1}}.confirm-modal{background:#fff;border-radius:14px;width:420px;max-width:90vw;animation:.2s cf-scale-in;box-shadow:0 20px 60px #0000002e}@keyframes cf-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.confirm-modal-hd{justify-content:space-between;align-items:center;padding:22px 24px 0;display:flex}.confirm-modal-title{color:#1a1a2e;font-size:16px;font-weight:600}.confirm-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:22px;line-height:1;transition:color .15s}.confirm-modal-close:hover{color:#333}.confirm-modal-body{color:#555;padding:14px 24px 22px;font-size:14px;line-height:1.65}.confirm-modal-ft{justify-content:flex-end;padding:0 24px 22px;display:flex}.confirm-modal-btn{background:var(--color-primary,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.confirm-modal-btn:hover{background:#1d4ed8}.dark{--color-bg-primary:#0f172a;--color-bg-card:#1e293b;--color-text-primary:#f1f5f9;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--color-border:#334155}.dark .form-input{color:var(--color-text-primary);background:#ffffff0a}.dark .btn,.dark button{color:#94a3b8;background:#1e293b;border-color:#334155}.dark .btn:hover,.dark button:hover{border-color:var(--color-primary);color:var(--color-primary);background:#334155}.dark .btn-default,.dark .btn-outline{color:#94a3b8;background:#1e293b;border-color:#334155}.dark .btn-default:hover,.dark .btn-outline:hover{border-color:var(--color-primary);color:#93c5fd;background:#334155}.dark .btn-ghost{color:#94a3b8;background:0 0;border-color:#0000}.dark .btn-ghost:hover{color:#93c5fd;background:#ffffff0f}.dark .btn-primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.dark .btn-primary:hover{background:var(--color-primary-hover)}.dark .btn-danger{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.dark .btn-danger:hover{background:var(--color-danger-hover)}.dark .btn-warning{background:var(--color-warning);border-color:var(--color-warning);color:#fff}.dark .btn-warning:hover{background:var(--color-warning-hover)}.dark .btn-success{background:var(--color-success);border-color:var(--color-success);color:#fff}.dark .btn-success:hover{background:var(--color-success-hover)}.dark .btn-gradient{color:#fff;background:linear-gradient(90deg,#e91e8c 0%,#9747ff 100%);border-color:#0000}.dark .btn-danger-outline{color:#fca5a5;background:#1e293b;border-color:#7f1d1d}.dark .btn-danger-outline:hover{background:#2d1f1f;border-color:#991b1b}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.main-scrollbar::-webkit-scrollbar{width:6px;height:6px}.main-scrollbar::-webkit-scrollbar-track{background:0 0}.main-scrollbar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.main-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff40}.main-scrollbar{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}
