*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;background:#f0f4f8;color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:170px;background:linear-gradient(180deg,#0c1929,#132035,#162544);display:flex;flex-direction:column;flex-shrink:0;-webkit-user-select:none;user-select:none;box-shadow:2px 0 16px #0003;z-index:50;position:relative;overflow:visible}.sidebar:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);pointer-events:none}.sidebar:after{content:"";position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;background:radial-gradient(circle,rgba(59,130,246,.06) 0%,transparent 70%);pointer-events:none}.sidebar-top{display:flex;flex-direction:column;padding:0;position:relative;z-index:1}.sidebar-logo-area{display:flex;align-items:center;gap:10px;padding:18px 14px 14px;border-bottom:1px solid rgba(255,255,255,.04)}.sidebar-logo{width:38px;height:38px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff;box-shadow:0 4px 16px #2563eb66;letter-spacing:-.5px;flex-shrink:0}.sidebar-logo-text{display:flex;flex-direction:column;gap:1px;min-width:0}.sidebar-logo-text .brand{font-size:16px;font-weight:800;color:#e8eef6;letter-spacing:-.3px;line-height:1.2}.sidebar-logo-text .brand-sub{font-size:10px;color:#4a6480;letter-spacing:.5px;text-transform:uppercase;font-weight:600}.nav-section-label{padding:16px 14px 8px;font-size:10px;font-weight:700;color:#3d5a78;letter-spacing:1.5px;text-transform:uppercase}.nav-menu{display:flex;flex-direction:column;gap:2px;padding:0 8px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;cursor:pointer;color:#6b7fa0;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;white-space:nowrap;overflow:hidden}.nav-item svg{width:18px;height:18px;flex-shrink:0;opacity:.8;transition:opacity .2s}.nav-item .nav-label{font-size:13px;font-weight:600;line-height:1;transition:color .2s}.nav-item:hover{color:#c8dae8;background:#ffffff0a}.nav-item:hover svg{opacity:1}.nav-item.active{color:#fff;background:#2563eb2e}.nav-item.active svg{opacity:1}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:18px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:0 3px 3px 0;box-shadow:0 0 8px #3b82f666}.sidebar-bottom{display:flex;flex-direction:column;gap:8px;padding:10px 8px 12px;margin-top:auto;border-top:1px solid rgba(255,255,255,.04);position:relative;z-index:1}.user-section{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.04);transition:all .2s}.user-section:hover{background:#ffffff0f;border-color:#ffffff0f}.user-avatar-wrap{width:34px;height:34px;border-radius:10px;overflow:hidden;border:1.5px solid rgba(255,255,255,.08);transition:border-color .2s;flex-shrink:0}.user-avatar-wrap:hover{border-color:#2563eb66}.user-avatar-img{width:100%;height:100%;object-fit:cover}.user-avatar-default{width:100%;height:100%;background:#1e3350;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#6b7fa0}.user-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.user-info .user-name{font-size:12px;font-weight:700;color:#c8dae8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-credits{display:flex;align-items:center;gap:4px}.credits-icon{font-size:10px}.credits-num{font-size:12px;font-weight:800;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.credits-label{font-size:10px;color:#4a6480;font-weight:500}.more-menu-wrap{position:relative}.more-btn{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#6b7fa0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;flex-shrink:0}.more-btn:hover{background:#ffffff0f;color:#b4c8e0}.more-dropdown{position:absolute;left:calc(100% + 8px);bottom:0;background:linear-gradient(145deg,#1a2d4a,#162544);border-radius:14px;padding:6px;min-width:190px;box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff0f;z-index:100;animation:slideRight .22s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.more-dropdown:before{content:"";position:absolute;left:-6px;bottom:10px;width:12px;height:12px;background:linear-gradient(145deg,#1a2d4a,#162544);transform:rotate(45deg);border-left:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}@keyframes slideRight{0%{opacity:0;transform:translate(-6px) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}.more-item{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:13px;color:#c4d4e8;cursor:pointer;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.more-item svg{flex-shrink:0;opacity:.7;transition:opacity .2s}.more-item:hover{background:#ffffff14;color:#fff}.more-item:hover svg{opacity:1}.more-divider{height:1px;margin:4px 12px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.more-item.logout{color:#f87171}.more-item.logout:hover{background:#ef53501f;color:#ef4444}.more-item.logout svg{opacity:.8}.main-area{flex:1;overflow:hidden;display:flex;position:relative;z-index:1}.placeholder-page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#aaa}.placeholder-icon{font-size:64px;margin-bottom:20px}.placeholder-page h2{margin:0 0 8px;color:#555;font-weight:600}.placeholder-page p{margin:0;color:#999}.generate-page{flex:1;display:flex;overflow:hidden}.edit-area{width:340px;min-width:300px;padding:28px 24px;border-right:1px solid #e0e8f0;display:flex;flex-direction:column;background:#f8fafc;flex-shrink:0}.prompt-box{display:flex;flex-direction:column;flex:1;border:1.5px solid #dce4ef;border-radius:12px;background:#fff;transition:all .25s;overflow:hidden}.prompt-box:hover{border-color:#b8cce0}.prompt-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.prompt-box.disabled{opacity:.6;cursor:not-allowed}.prompt-box .prompt-input{flex:1;width:100%;padding:14px 16px 8px;font-size:14px;line-height:1.7;border:none;border-radius:0;resize:none;outline:none;font-family:inherit;background:transparent;color:#0f172a}.prompt-box .prompt-input::placeholder{color:#a8b8ca}.prompt-box .prompt-input:disabled{color:#aaa;cursor:not-allowed}.prompt-box-refs{display:grid;grid-template-columns:repeat(auto-fill,52px);gap:8px;padding:4px 14px 10px;flex-shrink:0}.prompt-box-toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px 10px;border-top:1px solid #f1f5f9;flex-shrink:0;background:#fafbfd}.prompt-tool-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .18s;white-space:nowrap}.prompt-tool-btn svg{color:#64748b;transition:color .18s}.prompt-tool-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;background:#f5f9ff;box-shadow:0 1px 3px #2563eb14}.prompt-tool-btn:hover:not(:disabled) svg{color:#2563eb}.prompt-tool-btn:disabled{opacity:.55;cursor:not-allowed}.prompt-tool-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:2px;padding:1px 7px;min-width:18px;font-size:10px;font-weight:700;color:#2563eb;background:#eff6ff;border-radius:10px;letter-spacing:.2px}.edit-aspect-row{display:flex;align-items:center;gap:10px;margin-top:14px}.edit-aspect-label{font-size:12px;font-weight:600;color:#64748b;white-space:nowrap}.model-select-wrap{margin-bottom:16px;position:relative;z-index:20}.model-select-trigger{width:100%;padding:0;font-size:13px;border:none;border-radius:12px;background:transparent;cursor:pointer;transition:all .25s;-webkit-user-select:none;user-select:none;outline:none}.model-select-inner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1.5px solid #dce4ef;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden}.model-select-trigger:hover .model-select-inner{border-color:#b8cce0;box-shadow:0 2px 8px #0000000a}.model-select-trigger.open .model-select-inner{border-color:#2563eb;border-radius:12px 12px 0 0;border-bottom-color:transparent;box-shadow:none}.model-badge{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#3b82f6);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;box-shadow:0 2px 6px #2563eb4d}.model-select-value{display:flex;align-items:center;gap:0;overflow:hidden;flex:1;min-width:0}.model-select-value .model-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:13px;color:#1a1a2e;letter-spacing:-.1px}.model-arrow-wrap{width:24px;height:24px;border-radius:6px;background:#edf2f8;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s}.model-select-trigger:hover .model-arrow-wrap,.model-select-trigger.open .model-arrow-wrap{background:#e0eaf4}.model-arrow{color:#8898aa;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.model-arrow.up{transform:rotate(180deg)}.model-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #2563eb;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 24px #2563eb1a,0 2px 8px #0000000a;z-index:50;animation:dropdownReveal .2s cubic-bezier(.16,1,.3,1);overflow:hidden;padding:4px}@keyframes dropdownReveal{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.model-option{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13px;color:#555;cursor:pointer;border-radius:8px;transition:all .15s;position:relative}.model-option:hover{background:#f0f6ff;color:#333}.model-option.selected{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;font-weight:600}.model-option-icon-wrap{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;background:#dbeafe;transition:all .15s}.model-option.selected .model-option-icon-wrap{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 2px 6px #2563eb4d}.model-option-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-check-wrap{width:20px;height:20px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:checkPop .25s cubic-bezier(.34,1.56,.64,1)}@keyframes checkPop{0%{transform:scale(0)}to{transform:scale(1)}}.model-check{color:#fff}.prompt-input{flex:1;width:100%;padding:16px;font-size:14px;line-height:1.7;border:1.5px solid #dce4ef;border-radius:12px;resize:none;outline:none;transition:all .25s;font-family:inherit;background:#fff;color:#1a1a2e}.prompt-input::placeholder{color:#a8b8ca}.prompt-input:hover{border-color:#b8cce0}.prompt-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.prompt-input:disabled{background:#f0f4f8;color:#aaa;cursor:not-allowed}.edit-actions{display:flex;margin-top:16px}.gen-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 26px;font-size:14px;font-weight:700;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #2563eb59;letter-spacing:.3px}.gen-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.gen-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb4d}.gen-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.gen-icon{flex-shrink:0;vertical-align:middle}.btn-spinner{display:inline-block;width:15px;height:15px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.edit-error{margin-top:14px;padding:10px 14px;background:#fff5f5;border:1.5px solid #fecaca;border-radius:10px;color:#dc2626;font-size:12px;font-weight:500}.result-area{flex:1;padding:28px;overflow-y:auto;display:flex;flex-direction:column}.result-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b8c8d8}.placeholder-icon-lg{font-size:88px;margin-bottom:20px;opacity:.35;filter:grayscale(.2)}.result-placeholder p{font-size:15px;font-weight:500}.result-content{display:flex;flex-direction:column;height:100%;gap:16px}.result-header{display:flex;align-items:center;gap:12px;flex-shrink:0}.status-tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;flex-shrink:0;letter-spacing:.5px;text-transform:uppercase}.tag-success{background:#ecfdf5;color:#059669}.tag-fail{background:#fef2f2;color:#dc2626}.tag-running{background:#eff6ff;color:#2563eb}.tag-model{background:#dbeafe;color:#1d4ed8;font-weight:600;letter-spacing:.3px;text-transform:none}.header-progress{width:110px;flex-shrink:0}.header-prompt{flex:1;font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.copy-btn{flex-shrink:0;width:30px;height:30px;border:1.5px solid #dce4ef;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#8898aa;transition:all .25s}.copy-btn:hover{background:#2563eb;border-color:#2563eb;color:#fff;transform:scale(1.08);box-shadow:0 2px 8px #2563eb4d}.copy-btn:active{transform:scale(.95)}.delete-btn{flex-shrink:0;width:30px;height:30px;border:1.5px solid #dce4ef;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#8898aa;transition:all .25s}.delete-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:scale(1.08);box-shadow:0 2px 8px #ef44444d}.delete-btn:active{transform:scale(.95)}.canvas-area{flex:1;background:linear-gradient(145deg,#e4eaf2,#d8e2ee);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:320px;box-shadow:inset 0 2px 8px #0000000f}.canvas-images{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;padding:20px;width:100%;height:100%}.canvas-images img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;box-shadow:0 8px 32px #0000001f}.result-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#8898aa}.result-loading p{margin-top:20px;font-size:14px;font-weight:500}.loading-dots{display:flex;gap:10px}.loading-dots span{width:12px;height:12px;border-radius:50%;background:#2563eb;animation:bounce 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.5);opacity:.3}40%{transform:scale(1.1);opacity:1}}.result-empty{display:flex;align-items:center;justify-content:center;padding:40px;color:#a8b8ca;font-size:14px}.progress-bar-wrap{position:relative;height:22px;background:#00000014;border-radius:11px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:11px;transition:width .5s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;color:#444;letter-spacing:.5px}.history-area{width:140px;min-width:110px;border-left:1px solid #e0e8f0;padding:16px 10px;background:#f8fafc;overflow-y:auto;flex-shrink:0}.history-area h3{margin:0 0 16px;font-size:13px;color:#475569;font-weight:700;letter-spacing:.5px;padding-bottom:12px;border-bottom:1px solid #e2e8f0;text-align:center}.history-list{display:flex;flex-direction:column;gap:10px}.history-empty{text-align:center;color:#b8c8d8;font-size:12px;padding:28px 0}.history-item{cursor:pointer;border-radius:10px;overflow:hidden;border:2px solid transparent;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff;box-shadow:0 1px 4px #0000000a}.history-item:hover{border-color:#2563eb40;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.history-item.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.history-thumb{width:100%;aspect-ratio:1;object-fit:cover;display:block}.history-thumb-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(145deg,#e4eaf2,#d8e2ee);display:flex;align-items:center;justify-content:center;font-size:26px;color:#a8b8ca}.history-item-info{padding:6px 8px;display:flex;align-items:center;justify-content:center}.history-status{font-size:9px;font-weight:700;padding:2px 7px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.hs-ok{background:#ecfdf5;color:#059669}.hs-fail{background:#fef2f2;color:#dc2626}.hs-run{background:#eff6ff;color:#2563eb}.login-wrapper{min-height:100vh;display:flex;background:#f8fafc;overflow:hidden}.login-showcase{display:none;flex:1;position:relative;overflow:hidden;background:#0c1929}@media (min-width: 1024px){.login-showcase{display:block}}.login-video{width:100%;height:100%;object-fit:cover;display:block}.login-video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0c192926,#0c19290d 40%,#0c192933);pointer-events:none}.login-form-area{width:480px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 36px;overflow-y:auto;position:relative;background:#fff}.login-form-container{width:100%;max-width:340px}.login-brand{display:flex;align-items:center;gap:11px;margin-bottom:48px}.login-brand-icon{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;box-shadow:0 4px 12px #2563eb59}.login-brand-name{font-size:26px;font-weight:900;color:#0f172a;letter-spacing:-.8px;margin:0}.login-form-header{margin-bottom:28px}.login-form-header h2{font-size:18px;font-weight:600;color:#64748b;margin:0;letter-spacing:0}.login-form-body{display:flex;flex-direction:column;gap:16px}.login-field label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:6px;padding-left:1px}.login-input-wrap{position:relative}.login-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;display:flex;align-items:center;pointer-events:none;transition:color .3s;z-index:1}.login-input-wrap:focus-within .login-input-icon{color:#2563eb}.login-input-wrap input{width:100%;padding:10px 14px 10px 38px;font-size:14px;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:#f8fafc;color:#0f172a;font-weight:500}.login-input-wrap input::placeholder{color:#b0bec5}.login-input-wrap input:hover{border-color:#cbd5e1}.login-input-wrap input:focus{border-color:#cbd5e1;background:#fff;box-shadow:0 8px 24px -8px #2563eb26}.login-input-underline{pointer-events:none;position:absolute;bottom:0;left:50%;transform:translate(-50%);height:2px;width:0;background:linear-gradient(90deg,transparent,#2563eb,transparent);border-radius:1px;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:2}.login-input-wrap:focus-within .login-input-underline{width:calc(100% - 20px)}.login-sms-row{display:flex;gap:8px}.login-sms-row .login-input-wrap{flex:1}.login-sms-btn{padding:10px 16px;font-size:12px;font-weight:600;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;cursor:pointer;white-space:nowrap;transition:all .25s;min-width:100px}.login-sms-btn:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb}.login-sms-btn:active:not(:disabled){transform:scale(.97)}.login-sms-btn:disabled{opacity:.5;cursor:not-allowed}.login-submit-btn{width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 20px;font-size:14px;font-weight:600;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #2563eb40;letter-spacing:.2px;margin-top:2px}.login-submit-btn:hover:not(:disabled){box-shadow:0 4px 16px #2563eb4d;transform:translateY(-1px)}.login-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #2563eb33}.login-submit-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.login-submit-btn.guest{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 2px 8px #05966940}.login-submit-btn.guest:hover:not(:disabled){box-shadow:0 4px 16px #0596694d}.login-submit-btn svg{transition:transform .2s}.login-submit-btn:hover:not(:disabled) svg{transform:translate(2px)}.login-submit-loading{display:flex;align-items:center;gap:8px}.login-mode-switch{text-align:center;font-size:12px;color:#94a3b8}.login-mode-switch span{color:#2563eb;cursor:pointer;font-weight:600;transition:color .2s}.login-mode-switch span:hover{color:#1d4ed8}.login-guest-info{background:#f0fdf4;border-radius:10px;padding:16px;border:1px solid #d1fae5;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.login-guest-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#0596691f,#10b98114);display:flex;align-items:center;justify-content:center;color:#059669;margin-bottom:2px}.login-guest-info p{margin:0;font-size:12px;color:#475569;line-height:1.5}.login-error{margin-top:12px;padding:10px 14px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;color:#dc2626;font-size:12px;text-align:center;font-weight:500}.captcha-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;animation:modalOverlayIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.captcha-modal{background:#fff;border-radius:16px;padding:28px 24px 24px;width:380px;max-width:90vw;position:relative;box-shadow:0 24px 64px #0003;animation:modalDialogIn .25s cubic-bezier(.34,1.56,.64,1)}.captcha-modal-header{text-align:center;margin-bottom:20px}.captcha-modal-header h3{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 6px}.captcha-modal-header p{font-size:12px;color:#94a3b8;margin:0}.captcha-modal-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.captcha-modal-close:hover{background:#f1f5f9;color:#475569}.captcha-track{position:relative;width:100%;height:44px;border-radius:10px;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;background:#f1f5f9;border:1.5px solid #e2e8f0;transition:all .3s}.captcha-track.captcha-verified{background:#ecfdf5;border-color:#a7f3d0}.captcha-fill{position:absolute;top:0;left:0;height:100%;background:#2563eb;opacity:.1;border-radius:10px;transition:opacity .3s}.captcha-fill.captcha-fill-verified{background:#10b981;opacity:.15}.captcha-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#94a3b8;letter-spacing:2px;pointer-events:none;transition:color .3s}.captcha-hint.captcha-hint-verified{color:#059669;letter-spacing:1px}.captcha-slider{position:absolute;top:0;left:0;height:100%;width:44px;display:flex;align-items:center;justify-content:center;cursor:grab;background:#fff;color:#2563eb;border-right:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 6px #0000000f;transition:background .3s,color .3s,box-shadow .3s}.captcha-slider:active{cursor:grabbing}.captcha-slider.captcha-slider-verified{background:#10b981;color:#fff;border-right-color:transparent;cursor:default;box-shadow:0 2px 8px #10b9814d}.toast{position:fixed;top:60px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:12px 28px;border-radius:12px;font-size:14px;font-weight:600;z-index:2000;box-shadow:0 8px 28px #2563eb59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toastIn .3s cubic-bezier(.34,1.56,.64,1),toastOut .3s ease-in 1.7s forwards;pointer-events:none;letter-spacing:.3px;display:flex;align-items:center;gap:8px}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-16px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-8px)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalOverlayIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}.modal-dialog{background:#fff;border-radius:20px;padding:36px 32px 28px;width:380px;max-width:90vw;text-align:center;box-shadow:0 24px 64px #00000040;animation:modalDialogIn .25s cubic-bezier(.34,1.56,.64,1)}@keyframes modalDialogIn{0%{opacity:0;transform:scale(.9) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-icon-wrap{width:56px;height:56px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.modal-title{font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 10px}.modal-desc{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 28px}.modal-actions{display:flex;gap:12px;justify-content:center}.modal-btn{flex:1;padding:11px 20px;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .25s;border:none;letter-spacing:.2px}.modal-btn-cancel{background:#f1f5f9;color:#64748b}.modal-btn-cancel:hover{background:#e2e8f0;color:#475569}.modal-btn-danger{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d}.modal-btn-danger:hover{background:#dc2626;box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.modal-btn-danger:active{transform:translateY(0);box-shadow:0 2px 8px #ef44444d}.admin-page{flex:1;padding:0;overflow-y:auto;background:#f1f5f9;display:flex;flex-direction:column}.admin-page-header{background:#fff;padding:24px 32px 20px;border-bottom:1px solid #e2e8f0}.admin-page-header h2{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.3px}.admin-page-header p{font-size:13px;color:#94a3b8;margin:0}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:24px 32px 0}.stat-card{background:#fff;border-radius:14px;padding:18px 20px;box-shadow:0 1px 3px #0000000a;display:flex;align-items:center;gap:14px;transition:box-shadow .2s;border:1px solid #f1f5f9}.stat-card:hover{box-shadow:0 4px 12px #0000000f;border-color:#e2e8f0}.stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.stat-icon.blue{background:#eff6ff;color:#2563eb}.stat-icon.green{background:#ecfdf5;color:#059669}.stat-icon.amber{background:#f5f3ff;color:#7c3aed}.stat-icon.red{background:#fef2f2;color:#dc2626}.stat-info{display:flex;flex-direction:column;gap:2px;min-width:0}.stat-value{font-size:22px;font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.5px}.stat-label{font-size:12px;color:#94a3b8;font-weight:500}.admin-content{padding:20px 32px 32px;flex:1}.add-account-card{background:#fff;border-radius:14px;padding:20px 24px;margin-bottom:20px;box-shadow:0 1px 3px #0000000a;border:1px solid #f1f5f9}.add-account-card h3{font-size:14px;font-weight:700;color:#334155;margin:0 0 16px;display:flex;align-items:center;gap:8px}.add-account-card h3 .card-icon{width:24px;height:24px;border-radius:6px;background:#eff6ff;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.add-account-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.add-account-form .admin-input{flex:1;min-width:160px}.admin-table-wrap{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000a;overflow:hidden;border:1px solid #f1f5f9}.admin-table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.admin-table-toolbar h3{font-size:14px;font-weight:700;color:#334155;margin:0;display:flex;align-items:center;gap:8px}.admin-table-toolbar .count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:11px;background:#eff6ff;color:#2563eb;font-size:11px;font-weight:700}.admin-table-toolbar .toolbar-actions{display:flex;align-items:center;gap:8px}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{padding:11px 16px;text-align:left;font-weight:600;font-size:12px;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.admin-table td{padding:14px 16px;border-bottom:1px solid #f8fafc;color:#334155;vertical-align:middle}.admin-table tbody tr{transition:background .15s}.admin-table tbody tr:hover{background:#f8fafc}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table .row-disabled{opacity:.45}.admin-table .row-disabled:hover{opacity:.55}.admin-table .action-cell{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.user-cell{display:flex;align-items:center;gap:10px}.user-cell-avatar{width:32px;height:32px;border-radius:8px;background:#e0e7ff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#4f46e5;flex-shrink:0;text-transform:uppercase}.user-cell-info{display:flex;flex-direction:column;gap:1px;min-width:0}.user-cell-name{font-weight:600;font-size:13px;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-cell-sub{font-size:11px;color:#94a3b8}.role-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.3px}.role-admin{background:#f5f3ff;color:#7c3aed}.role-user{background:#e0e7ff;color:#4338ca}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-badge .status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-badge.badge-active{background:#ecfdf5;color:#059669}.status-badge.badge-active .status-dot{background:#10b981;box-shadow:0 0 6px #10b98180}.status-badge.badge-disabled{background:#fef2f2;color:#dc2626}.status-badge.badge-disabled .status-dot{background:#ef4444;box-shadow:0 0 6px #ef444480}.credits-bar-wrap{display:flex;flex-direction:column;gap:4px;min-width:100px}.credits-bar{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.credits-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.credits-bar-fill.fill-green{background:linear-gradient(90deg,#10b981,#34d399)}.credits-bar-fill.fill-amber{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.credits-bar-fill.fill-red{background:linear-gradient(90deg,#ef4444,#f87171)}.credits-bar-text{font-size:11px;color:#94a3b8;font-weight:500}.admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 14px;font-size:12px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap;letter-spacing:.1px}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-btn.btn-sm{padding:5px 10px;font-size:11px;border-radius:6px}.admin-btn.btn-primary{background:#2563eb;color:#fff}.admin-btn.btn-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 2px 8px #2563eb4d}.admin-btn.btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-btn.btn-danger:hover:not(:disabled){background:#dc2626;color:#fff;border-color:#dc2626}.admin-btn.btn-success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.admin-btn.btn-success:hover:not(:disabled){background:#059669;color:#fff;border-color:#059669}.admin-btn.btn-ghost{background:#f1f5f9;color:#64748b}.admin-btn.btn-ghost:hover:not(:disabled){background:#e2e8f0;color:#475569}.admin-btn.btn-warn{background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe}.admin-btn.btn-warn:hover:not(:disabled){background:#4f46e5;color:#fff;border-color:#4f46e5}.admin-input{padding:8px 14px;font-size:13px;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;transition:all .2s;background:#fff;color:#1e293b}.admin-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.admin-input::placeholder{color:#cbd5e1}.inline-credits{display:flex;align-items:center;gap:6px}.credits-input{width:80px;padding:5px 10px;font-size:12px;border:1.5px solid #e2e8f0;border-radius:7px;outline:none;text-align:center;font-weight:600;color:#1e293b}.credits-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.admin-empty{text-align:center;padding:56px 0;color:#94a3b8;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:8px}.admin-empty-icon{font-size:40px;opacity:.4}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c8d4e0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8b8ca}.ref-thumb-wrap{position:relative;width:52px;height:52px;border-radius:8px;overflow:hidden;border:1px solid #e6ecf3;background:#f1f5f9;box-shadow:0 1px 2px #0f172a0a;transition:transform .18s,box-shadow .18s,border-color .18s}.ref-thumb-wrap:hover{border-color:#c7d2fe;box-shadow:0 4px 10px #2563eb1f;transform:translateY(-1px)}.ref-thumb{width:100%;height:100%;object-fit:cover;display:block}.ref-thumb-tag{position:absolute;left:3px;bottom:3px;min-width:14px;height:14px;padding:0 4px;font-size:9px;font-weight:700;line-height:14px;text-align:center;background:#0f172ab8;color:#fff;border-radius:7px;letter-spacing:.2px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ref-thumb-remove{position:absolute;top:2px;right:2px;width:16px;height:16px;border-radius:50%;border:none;background:#0f172aa6;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.85);transition:all .18s}.ref-thumb-wrap:hover .ref-thumb-remove{opacity:1;transform:scale(1)}.ref-thumb-remove:hover{background:#ef4444;transform:scale(1.1)}.ref-thumb-remove:disabled{opacity:.4;cursor:not-allowed}.btn-spinner.small{width:13px;height:13px;border-width:2px;border-color:#2563eb40;border-top-color:#2563eb}.aspect-select-wrap{position:relative}.aspect-trigger{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:13px;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .15s}.aspect-trigger:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.aspect-trigger.open{border-color:#2563eb;color:#2563eb}.aspect-trigger:disabled{opacity:.5;cursor:not-allowed}.aspect-arrow{transition:transform .2s}.aspect-arrow.up{transform:rotate(180deg)}.aspect-dropdown{position:absolute;bottom:calc(100% + 6px);left:0;min-width:140px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:4px;z-index:100}.aspect-option{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:13px;color:#334155;border-radius:6px;cursor:pointer}.aspect-option:hover{background:#f1f5f9}.aspect-option.selected{background:#eff6ff;color:#2563eb;font-weight:600}.quality-tag{display:inline-flex;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;letter-spacing:.3px;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;-webkit-user-select:none;user-select:none;line-height:1}.mobile-header,.mobile-drawer,.mobile-drawer-mask{display:none}@media (max-width: 1024px) and (min-width: 769px){.sidebar{width:180px}.history-area{width:110px;min-width:100px}.admin-page-header{padding:20px 20px 16px}.admin-stats,.admin-content{padding-left:20px;padding-right:20px}}@media (max-width: 768px){html,body,#root{overflow-x:hidden;-webkit-text-size-adjust:100%}.app-layout{flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.sidebar{display:none!important}.mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;padding:0 14px;background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 1px 10px #0f172a0a;flex-shrink:0;z-index:90;position:relative}.mobile-header-brand{display:flex;align-items:center;gap:10px;min-width:0}.mobile-header-logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:17px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #2563eb59;flex-shrink:0;letter-spacing:-.5px}.mobile-header-title{display:flex;flex-direction:column;gap:1px;min-width:0}.mobile-header-name{font-size:16px;font-weight:800;color:#0f172a;letter-spacing:-.3px;line-height:1.1}.mobile-header-sub{font-size:9px;color:#94a3b8;font-weight:600;letter-spacing:1px;text-transform:uppercase}.mobile-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.mobile-header-credits{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:12px;font-weight:700;line-height:1;border:1px solid rgba(37,99,235,.15)}.mobile-header-credits svg{opacity:.85}.mobile-menu-btn{width:38px;height:38px;border-radius:10px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.mobile-menu-btn:active{transform:scale(.94);background:#f1f5f9}.mobile-drawer-mask{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer{display:flex;position:fixed;top:0;right:0;bottom:0;width:280px;max-width:84vw;background:#fff;box-shadow:-8px 0 32px #0f172a2e;z-index:210;flex-direction:column;animation:slideInRight .28s cubic-bezier(.25,1,.5,1)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.mobile-drawer-user{display:flex;align-items:center;gap:12px;margin:14px 14px 6px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f5f9ff);border:1px solid rgba(37,99,235,.1);flex-shrink:0}.mobile-drawer-avatar{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase;box-shadow:0 3px 10px #2563eb4d}.mobile-drawer-user-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.mobile-drawer-user-name{font-size:14px;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer-user-credits{font-size:12px;color:#2563eb;font-weight:600}.mobile-drawer-nav{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:2px}.mobile-drawer-divider{margin:10px 8px 4px;font-size:10px;font-weight:700;color:#94a3b8;letter-spacing:1.5px;text-transform:uppercase}.mobile-drawer-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .18s}.mobile-drawer-item svg{color:#94a3b8;flex-shrink:0;transition:color .18s}.mobile-drawer-item:active{background:#f1f5f9}.mobile-drawer-item.active{background:#2563eb1a;color:#1d4ed8}.mobile-drawer-item.active svg{color:#2563eb}.mobile-drawer-footer{padding:14px 14px 18px;border-top:1px solid #f1f5f9;flex-shrink:0}.mobile-drawer-logout{width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#dc2626;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.mobile-drawer-logout:active{background:#dc2626;color:#fff;border-color:#dc2626}.main-area{flex:1;margin:0;width:100%;max-width:100vw;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#f8fafc}.generate-page{flex-direction:column;overflow:visible;height:auto;min-height:100%;width:100%;max-width:100%;min-width:0}.history-area{width:100%;max-width:100%;min-width:0;order:1;border-left:none;border-right:none;border-top:none;border-bottom:1px solid #e2e8f0;padding:12px 14px;background:#fff;overflow:hidden;flex-shrink:0}.history-area h3{text-align:left;border-bottom:none;padding-bottom:8px;margin:0 0 10px;font-size:13px;color:#334155;font-weight:700;display:flex;align-items:center;gap:6px}.history-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.history-list::-webkit-scrollbar{display:none}.history-item{flex:0 0 72px;width:72px;min-width:72px;max-width:72px}.history-empty{padding:12px 0;text-align:left;font-size:12px}.edit-area{width:100%;max-width:100%;min-width:0;order:2;border-right:none;border-bottom:1px solid #e2e8f0;padding:16px 14px 18px;overflow:visible;flex-shrink:0;background:#fff;display:flex;flex-direction:column;gap:12px}.edit-area>*{max-width:100%;min-width:0}.edit-area .model-select-wrap{margin-bottom:0}.edit-area .model-select-trigger{border-radius:12px;background:#f8fafc;transition:background .18s,box-shadow .18s}.edit-area .model-select-trigger .model-select-inner{padding:11px 12px;background:transparent;border:1px solid #e2e8f0;border-radius:12px;box-shadow:none}.edit-area .model-select-trigger.open .model-select-inner{border-color:#2563eb;border-radius:12px;border-bottom-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.edit-area .model-select-trigger:hover .model-select-inner{border-color:#cbd5e1;box-shadow:none}.edit-area .model-select-trigger.open:hover .model-select-inner{border-color:#2563eb}.edit-area .model-select-dropdown{margin-top:6px;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 28px #0f172a1f,0 2px 6px #0f172a0a;padding:6px}.edit-area .model-option{padding:11px 12px;border-radius:10px}.edit-area .model-badge,.edit-area .model-option-icon-wrap{width:32px;height:32px;border-radius:9px;font-size:15px}.edit-area .model-select-value .model-label,.edit-area .model-option-label{font-size:14px}.edit-area .model-arrow-wrap{width:22px;height:22px;background:transparent}.edit-area .prompt-box{width:100%;max-width:100%;min-width:0;border:1px solid #e6ecf3;border-radius:14px;background:#fbfcfe;overflow:hidden;transition:border-color .2s,box-shadow .2s,background .2s}.edit-area .prompt-box:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.edit-area .prompt-box .prompt-input{width:100%;max-width:100%;padding:14px 14px 6px;font-size:14px;line-height:1.65;color:#0f172a;background:transparent;word-break:break-word;min-height:108px}.edit-area .prompt-box .prompt-input::placeholder{color:#b8c4d4;font-weight:400}.edit-area .prompt-box-refs{grid-template-columns:repeat(auto-fill,48px);gap:8px;padding:4px 12px 8px}.edit-area .prompt-box-toolbar{padding:8px 10px 10px;background:transparent;border-top:1px solid #eef2f7}.edit-area .prompt-tool-btn{padding:7px 12px;font-size:12px;border-radius:8px;background:#fff;border-color:#e2e8f0}.edit-area .prompt-tool-btn:active:not(:disabled){transform:scale(.97);background:#f1f5f9}.ref-thumb-wrap{width:48px;height:48px;border-radius:9px}.ref-thumb-remove{opacity:1;transform:scale(1);background:#0f172ac7}.edit-area .edit-aspect-row{display:flex;align-items:center;gap:8px;margin-top:0;flex-wrap:wrap}.edit-area .edit-aspect-label{font-size:12px;color:#64748b;font-weight:600}.edit-area .aspect-trigger,.edit-area .quality-tag{padding:8px 12px;font-size:13px;border-radius:10px;background:#f8fafc;border-color:#e2e8f0}.edit-area .aspect-trigger:active:not(:disabled){background:#f1f5f9}.edit-area .aspect-dropdown{border-radius:12px;box-shadow:0 10px 24px #0f172a1f}.edit-area .edit-actions{margin-top:4px}.edit-area .gen-btn{width:100%;height:48px;font-size:15px;border-radius:12px;box-shadow:0 6px 18px #2563eb47}.edit-area .gen-btn:active:not(:disabled){transform:scale(.985);box-shadow:0 3px 10px #2563eb52}.result-area{width:100%;max-width:100%;min-width:0;order:3;flex:none;min-height:0;padding:14px;overflow:hidden;background:transparent;border-right:none;border-bottom:none;display:block}.result-area .result-content{height:auto;display:flex;flex-direction:column;gap:12px}.result-header{flex-wrap:wrap;align-items:center;gap:6px;padding:10px 12px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.header-prompt{flex-basis:100%;order:10;font-size:12px;white-space:normal;line-height:1.5}.header-progress{width:100%;order:11}.result-area .canvas-area{flex:none;width:100%;min-height:0;padding:0;background:transparent;box-shadow:none;border-radius:0;display:block;overflow:visible}.result-area .canvas-images{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;gap:14px;padding:0;width:100%;height:auto}.result-area .canvas-images img{display:block;width:100%;height:auto;max-width:100%;max-height:none;object-fit:contain;border-radius:14px;background:#fff;border:1px solid #e6ecf3;box-shadow:0 4px 16px #0f172a14,0 1px 3px #0f172a0a}.result-placeholder{min-height:200px;padding:32px 20px;background:#fff;border-radius:14px;border:1px dashed #e2e8f0}.placeholder-icon-lg{font-size:50px}.admin-page-header{padding:16px 14px 14px}.admin-page-header h2{font-size:17px}.admin-page-header p{font-size:12px}.admin-stats{grid-template-columns:repeat(2,1fr);gap:10px;padding:14px 14px 0}.stat-card{padding:12px 14px;gap:10px}.stat-icon{width:36px;height:36px;font-size:16px}.stat-value{font-size:17px}.stat-label{font-size:11px}.admin-content{padding:14px 14px 24px}.add-account-card{padding:14px}.add-account-card h3{font-size:13px;margin-bottom:12px}.add-account-form{flex-direction:column;gap:8px;align-items:stretch}.add-account-form .admin-input,.add-account-form .admin-btn{width:100%;min-width:0}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{font-size:12px;min-width:600px}.admin-table th,.admin-table td{padding:10px}.admin-table-toolbar{padding:12px 14px}.user-cell-avatar{width:28px;height:28px;font-size:12px}.user-cell-name{font-size:12px}.user-cell-sub{font-size:10px}.admin-table .action-cell{flex-wrap:wrap;gap:4px}.admin-btn.btn-sm{padding:4px 8px;font-size:10px}.credits-input{width:60px;padding:4px 6px;font-size:11px}.login-form-area{width:100%;padding:60px 20px 32px;justify-content:flex-start}.login-form-container{max-width:100%}.login-brand{margin-bottom:32px}.login-brand-name{font-size:22px}.login-form-header{margin-bottom:20px}.login-form-header h2{font-size:16px}.login-input-wrap input{padding:12px 14px 12px 38px;font-size:15px}.login-submit-btn{height:48px;font-size:15px}.login-sms-btn{min-width:90px;padding:10px 12px}.toast{top:16px;padding:10px 18px;font-size:13px;max-width:calc(100vw - 32px)}.modal-dialog{padding:28px 20px 22px;width:92vw;border-radius:16px}.modal-title{font-size:16px}.modal-desc{font-size:13px;margin-bottom:22px}.modal-actions{gap:10px}.modal-btn{padding:12px 16px;font-size:13px}.captcha-modal{width:92vw;padding:24px 18px 20px}.placeholder-page{padding:40px 20px;text-align:center}.placeholder-icon{font-size:48px}.placeholder-page h2{font-size:16px}.placeholder-page p{font-size:13px}.sidebar:before,.sidebar:after{display:none}}@media (max-width: 375px){.nav-item .nav-label{font-size:9px}.ref-thumb-wrap{width:44px;height:44px}.prompt-box .prompt-input{font-size:13px;min-height:88px}}.image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000f0;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none;animation:viewerFadeIn .18s ease-out}@keyframes viewerFadeIn{0%{opacity:0}to{opacity:1}}.image-viewer-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab}.image-viewer-stage:active{cursor:grabbing}.image-viewer-img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;pointer-events:none;will-change:transform;transform-origin:center center;-webkit-user-drag:none;user-drag:none;box-shadow:0 8px 30px #00000080}.image-viewer-toolbar{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;padding-top:max(14px,env(safe-area-inset-top));background:linear-gradient(to bottom,#0000008c,#0000);pointer-events:none}.image-viewer-toolbar>*{pointer-events:auto}.image-viewer-counter{color:#fff;font-size:14px;font-weight:600;padding:6px 12px;background:#ffffff24;border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);letter-spacing:.5px}.image-viewer-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.image-viewer-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff24;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,transform .12s;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.image-viewer-btn:hover{background:#ffffff3d}.image-viewer-btn:active{transform:scale(.92);background:#ffffff4d}.image-viewer-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 12px;pointer-events:none;z-index:5}.image-viewer-nav-btn{width:44px;height:44px;border-radius:50%;border:none;background:#ffffff24;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,opacity .18s,transform .12s;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:auto}.image-viewer-nav-btn:hover:not(:disabled){background:#ffffff3d}.image-viewer-nav-btn:active:not(:disabled){transform:scale(.92)}.image-viewer-nav-btn:disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.image-viewer-tip{position:absolute;bottom:0;left:0;right:0;z-index:10;text-align:center;color:#ffffffa6;font-size:12px;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:linear-gradient(to top,#00000073,#0000);pointer-events:none;letter-spacing:.3px}@media (max-width: 768px){.image-viewer-nav{padding:0 6px}.image-viewer-nav-btn{width:40px;height:40px}.image-viewer-tip{font-size:11px}}@media (hover: hover){.image-viewer-tip{opacity:0;transition:opacity .3s}.image-viewer:hover .image-viewer-tip{opacity:1}}*:focus{outline:none}.history-item:focus,.history-item:focus-visible,.prompt-input:focus,.prompt-input:focus-visible,.prompt-box:focus-within{outline:none!important;-webkit-tap-highlight-color:transparent}button,a,[role=button]{-webkit-tap-highlight-color:transparent}.prompt-input:focus,.prompt-box .prompt-input:focus{outline:none!important;border-color:#d6deea!important;box-shadow:0 0 0 3px #2563eb0f!important;background:#fff!important}.history-item{outline:none!important;-webkit-tap-highlight-color:transparent;border:1px solid transparent;transition:transform .18s,box-shadow .18s,border-color .18s}.history-item:hover{border-color:#e6ecf3!important;box-shadow:0 4px 12px #0f172a14!important;transform:translateY(-1px)}.history-item.active{border-color:#1e293b!important;box-shadow:0 0 0 2px #1e293b14,0 4px 14px #0f172a1f!important}.history-item:focus,.history-item:focus-visible,.history-item:active{outline:none!important;border-color:#1e293b!important}@media (max-width: 768px){.result-area .result-header{display:grid!important;grid-template-columns:1fr auto;grid-template-areas:"tags    actions" "prompt  prompt";gap:10px 8px;align-items:center;padding:12px 14px 14px!important;background:#fff;border:1px solid #eef1f6;border-radius:14px;margin-bottom:12px;box-shadow:0 1px 3px #0f172a0a}.result-area .result-header .status-tag,.result-area .result-header .header-progress{grid-area:tags}.result-area .result-header .status-tag{align-self:center}.result-area .result-header .status-tag~.status-tag{grid-area:tags;margin-left:6px}.result-area .result-header{display:flex!important;flex-wrap:wrap;align-items:center;gap:6px}.result-area .result-header .copy-btn,.result-area .result-header .delete-btn{margin-left:0!important;width:32px;height:32px;border-radius:10px;border:1px solid #eef1f6!important;background:#f8fafc!important;color:#64748b!important;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .16s,color .16s,border-color .16s,transform .1s}.result-area .result-header .copy-btn{margin-left:auto!important}.result-area .result-header .copy-btn+.delete-btn{margin-left:4px!important}.result-area .result-header .copy-btn:active,.result-area .result-header .delete-btn:active{transform:scale(.94)}.result-area .result-header .copy-btn:hover{background:#eef2f7!important;color:#2563eb!important;border-color:#d6deea!important}.result-area .result-header .delete-btn:hover{background:#fef2f2!important;color:#ef4444!important;border-color:#fecaca!important}.result-area .result-header .header-prompt{flex-basis:100%;width:100%;margin:8px 0 0!important;padding-top:10px!important;border-top:1px solid #eef1f6;color:#475569!important;font-size:13px!important;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}}.prompt-box,.edit-area .prompt-box{transition:border-color .2s,box-shadow .2s,background .2s!important}.prompt-box:focus-within,.edit-area .prompt-box:focus-within{border-color:#cdd6e3!important;background:#fff!important;box-shadow:0 1px 2px #0f172a0a,0 0 0 4px #0f172a08!important}.prompt-input,.prompt-input:focus,.prompt-input:focus-visible,.prompt-box .prompt-input,.prompt-box .prompt-input:focus,.edit-area .prompt-box .prompt-input,.edit-area .prompt-box .prompt-input:focus{outline:none!important;border:none!important;box-shadow:none!important;background:transparent!important}@media (max-width: 768px){.history-area{padding:16px 16px 18px!important;margin-top:4px!important;border-bottom:none!important;background:transparent!important}.history-area h3{margin:0 0 12px!important;padding:0!important;font-size:13px!important;color:#64748b!important;font-weight:600!important;letter-spacing:.3px}.history-list{gap:10px!important}}.history-item{position:relative;border:1px solid #eef1f6!important;background:#fff;box-shadow:0 1px 2px #0f172a0a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;outline:none!important;-webkit-tap-highlight-color:transparent}.history-item:hover{border-color:#e2e8f0!important;box-shadow:0 6px 14px #0f172a14!important;transform:translateY(-2px)}.history-item.active{border-color:#e2e8f0!important;box-shadow:0 6px 18px #2563eb2e!important;transform:translateY(-2px)}.history-item:focus,.history-item:focus-visible,.history-item:active{outline:none!important;border-color:#e2e8f0!important}.history-item.active:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 2px #fff,0 0 0 3px #2563eb40;pointer-events:none;z-index:2}.history-item.active:after{display:none!important;content:none!important}@media (max-width: 768px){.edit-area .model-select-wrap{margin-bottom:8px!important}.edit-area .model-select-trigger{border-radius:10px!important;background:#f8fafc!important}.edit-area .model-select-trigger .model-select-inner{padding:7px 10px!important;border-radius:10px!important;gap:8px!important}.edit-area .model-select-trigger .model-badge{width:26px!important;height:26px!important;min-width:26px!important;border-radius:7px!important;font-size:14px!important}.edit-area .model-select-trigger .model-label{font-size:13px!important;font-weight:600!important}.edit-area .model-select-trigger .model-arrow-wrap{width:22px!important;height:22px!important}.edit-area .model-select-trigger.open .model-select-inner{border-color:#cdd6e3!important;background:#fff!important;box-shadow:0 1px 2px #0f172a0a,0 0 0 3px #0f172a0a!important}}@media (max-width: 768px){.edit-area .edit-aspect-row{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;margin-top:6px!important;margin-bottom:0!important}.edit-area .aspect-select-wrap{flex:0 0 auto}.edit-area .aspect-trigger{padding:8px 10px!important;height:38px;font-size:13px!important}.edit-area .quality-tag{padding:6px 10px!important;height:30px;font-size:12px!important;line-height:1;display:inline-flex;align-items:center;flex:0 0 auto}.edit-area .gen-btn-inline{width:auto!important;height:38px!important;flex:1 1 auto!important;margin-left:auto!important;padding:0 18px!important;font-size:14px!important;border-radius:10px!important;box-shadow:0 4px 12px #2563eb38!important;white-space:nowrap;min-width:100px}.edit-area .edit-actions{display:none!important}}@media (min-width: 769px){.gen-btn.gen-btn-inline{margin-left:auto}.edit-aspect-row{display:flex;align-items:center;gap:10px}.edit-area .edit-actions:empty{display:none}}@media (max-width: 768px){.result-area .result-header{padding:10px 12px 12px!important;margin-bottom:10px!important;gap:5px!important;border-radius:12px!important}.result-area .result-header .status-tag{padding:3px 8px!important;font-size:11px!important;border-radius:6px!important;line-height:1.4}.result-area .result-header .copy-btn,.result-area .result-header .delete-btn{width:28px!important;height:28px!important;border-radius:8px!important}.result-area .result-header .copy-btn svg,.result-area .result-header .delete-btn svg{width:13px;height:13px}.result-area .result-header .header-prompt{margin-top:6px!important;padding-top:8px!important;font-size:12.5px!important;line-height:1.5!important;-webkit-line-clamp:2!important}}@media (max-width: 768px){.edit-area .model-select-wrap{margin-bottom:10px!important}.edit-area .model-select-trigger{border-radius:12px!important;background:transparent!important}.edit-area .model-select-trigger .model-select-inner{padding:9px 12px 9px 9px!important;gap:10px!important;background:#fff!important;border:1px solid #e5eaf2!important;border-radius:12px!important;box-shadow:0 1px 2px #0f172a08!important;min-height:46px}.edit-area .model-select-trigger .model-badge{width:30px!important;height:30px!important;min-width:30px!important;border-radius:8px!important;font-size:15px!important;background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;color:#2563eb!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:inset 0 0 0 1px #2563eb14}.edit-area .model-select-trigger .model-select-value{flex:1;min-width:0;overflow:hidden}.edit-area .model-select-trigger .model-label{font-size:14px!important;font-weight:600!important;color:#0f172a!important;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.edit-area .model-select-trigger .model-arrow-wrap{width:20px!important;height:20px!important;min-width:20px!important;border-radius:6px!important;background:transparent!important;color:#94a3b8!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.edit-area .model-select-trigger:hover .model-select-inner{border-color:#cdd6e3!important;background:#fff!important}.edit-area .model-select-trigger.open .model-select-inner{border-color:#cdd6e3!important;background:#fff!important;box-shadow:0 1px 2px #0f172a0a,0 0 0 4px #0f172a08!important}}@media (max-width: 768px){.edit-area .edit-aspect-row{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:8px!important;margin-top:8px!important}.edit-area .aspect-trigger,.edit-area .quality-tag{height:36px!important;min-height:36px!important;box-sizing:border-box;padding:0 12px!important;font-size:13px!important;font-weight:600!important;border-radius:10px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;background:#f5f7fb!important;border:1px solid #e5eaf2!important;color:#334155!important;transition:background .15s,border-color .15s,color .15s}.edit-area .aspect-trigger svg{width:13px!important;height:13px!important;color:#64748b;flex:0 0 auto}.edit-area .aspect-trigger:hover:not(:disabled){background:#eef2f8!important;border-color:#d8e0eb!important}.edit-area .aspect-trigger.open{background:#fff!important;border-color:#cdd6e3!important;box-shadow:0 1px 2px #0f172a0a,0 0 0 3px #0f172a0a!important}.edit-area .quality-tag{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;border-color:#2563eb2e!important;color:#1d4ed8!important;letter-spacing:.5px;font-weight:700!important;padding:0 11px!important}.edit-area .gen-btn-inline{height:36px!important;min-height:36px!important;width:auto!important;flex:1 1 auto!important;margin-left:auto!important;padding:0 18px!important;font-size:13.5px!important;font-weight:600!important;border-radius:10px!important;box-shadow:0 4px 12px #2563eb38!important;white-space:nowrap!important;min-width:100px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;line-height:1!important}.edit-area .gen-btn-inline .gen-icon{width:15px!important;height:15px!important}.edit-area .gen-btn-inline .btn-spinner{width:12px;height:12px}}@media (min-width: 769px){.edit-aspect-row .aspect-trigger,.edit-aspect-row .quality-tag,.edit-aspect-row .gen-btn.gen-btn-inline{height:40px;box-sizing:border-box;display:inline-flex;align-items:center;line-height:1}}.model-option .model-option-icon-wrap,.model-select-trigger .model-badge,.edit-area .model-option .model-option-icon-wrap,.edit-area .model-select-trigger .model-badge{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;color:#2563eb!important;box-shadow:inset 0 0 0 1px #2563eb14!important;border:none!important}@media (max-width: 768px){.edit-area .model-option .model-option-icon-wrap{width:30px!important;height:30px!important;min-width:30px!important;border-radius:8px!important;font-size:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}.prompt-box-refs{display:grid!important;grid-template-columns:repeat(auto-fill,64px)!important;gap:10px!important;padding:10px 14px 12px!important}.ref-thumb-wrap{position:relative!important;width:64px!important;height:64px!important;border-radius:12px!important;overflow:hidden!important;border:none!important;background:#eef2f7!important;box-shadow:0 0 0 1px #0f172a0f,0 2px 6px #0f172a0f,inset 0 0 0 1px #fff9;transition:transform .18s ease,box-shadow .2s ease!important;isolation:isolate}.ref-thumb-wrap:hover{transform:translateY(-2px)!important;box-shadow:0 0 0 1px #2563eb59,0 8px 18px #2563eb2e,inset 0 0 0 1px #ffffffa6!important}.ref-thumb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.ref-thumb-tag{position:absolute!important;top:5px!important;left:5px!important;bottom:auto!important;min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:10px!important;font-weight:700!important;line-height:18px!important;text-align:center!important;color:#fff!important;background:#0f172a9e!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:9px!important;letter-spacing:.4px!important;backdrop-filter:blur(6px) saturate(120%)!important;-webkit-backdrop-filter:blur(6px) saturate(120%)!important;box-shadow:0 1px 2px #0000001f;pointer-events:none;z-index:2}.ref-thumb-remove{position:absolute!important;top:4px!important;right:4px!important;width:20px!important;height:20px!important;min-width:20px!important;border-radius:50%!important;border:1.5px solid rgba(255,255,255,.85)!important;background:#0f172ab8!important;color:#fff!important;cursor:pointer!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;opacity:0;transform:scale(.85);transition:opacity .18s ease,transform .18s ease,background .18s ease!important;box-shadow:0 2px 6px #0000002e;z-index:3}.ref-thumb-remove svg{width:10px;height:10px;stroke-width:2.4}.ref-thumb-wrap:hover .ref-thumb-remove{opacity:1!important;transform:scale(1)!important}.ref-thumb-remove:hover{background:#ef4444!important;transform:scale(1.08)!important;box-shadow:0 4px 10px #ef444459}.ref-thumb-remove:active{transform:scale(.94)!important}.ref-thumb-remove:disabled{opacity:.4!important;cursor:not-allowed!important}@media (max-width: 768px){.prompt-box-refs,.edit-area .prompt-box-refs{grid-template-columns:repeat(auto-fill,56px)!important;gap:10px!important;padding:10px 12px 12px!important}.ref-thumb-wrap{width:56px!important;height:56px!important;border-radius:11px!important}.ref-thumb-remove{opacity:1!important;transform:scale(1)!important;width:19px!important;height:19px!important;background:#0f172ac7!important}.ref-thumb-tag{min-width:17px!important;height:17px!important;line-height:17px!important;font-size:9.5px!important}}@media (max-width: 375px){.prompt-box-refs,.edit-area .prompt-box-refs{grid-template-columns:repeat(auto-fill,52px)!important;gap:8px!important}.ref-thumb-wrap{width:52px!important;height:52px!important;border-radius:10px!important}}.refs-strip{display:flex;align-items:center;gap:10px;padding:10px 14px 12px;border-top:1px solid #f1f5f9;background:#fafbfd;flex-shrink:0;min-height:0}.ref-upload-btn{flex:0 0 auto;width:64px;height:64px;min-width:64px;border-radius:12px;border:1.5px dashed #cbd5e1;background:#fff;color:#64748b;cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .12s ease,box-shadow .18s ease;-webkit-user-select:none;user-select:none}.ref-upload-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;background:#f5f9ff;box-shadow:0 4px 12px #2563eb1f}.ref-upload-btn:active:not(:disabled){transform:scale(.97)}.ref-upload-btn:disabled{opacity:.55;cursor:not-allowed}.ref-upload-btn .ref-upload-icon{flex:0 0 auto;margin-bottom:1px}.ref-upload-btn .ref-upload-label{font-size:11px;font-weight:600;line-height:1;letter-spacing:.2px}.ref-upload-btn .ref-upload-count{font-size:10px;font-weight:600;color:#94a3b8;line-height:1}.ref-upload-btn:hover:not(:disabled) .ref-upload-count{color:#60a5fa}.refs-thumbs-row{flex:1 1 auto;min-width:0;display:flex;flex-wrap:nowrap;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.refs-thumbs-row::-webkit-scrollbar{height:4px}.refs-thumbs-row::-webkit-scrollbar-track{background:transparent}.refs-thumbs-row::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.refs-thumbs-row::-webkit-scrollbar-thumb:hover{background:#94a3b8}.refs-thumbs-row .ref-thumb-wrap{flex:0 0 auto;width:64px!important;height:64px!important}.prompt-box-toolbar,.prompt-box-refs{display:none!important}@media (max-width: 768px){.refs-strip{padding:10px 12px 12px;gap:10px;background:transparent;border-top:1px solid #eef2f7}.ref-upload-btn{width:56px;height:56px;min-width:56px;border-radius:11px}.ref-upload-btn .ref-upload-label{font-size:10.5px}.ref-upload-btn .ref-upload-count{font-size:9.5px}.refs-thumbs-row{gap:8px}.refs-thumbs-row .ref-thumb-wrap{width:56px!important;height:56px!important}}@media (max-width: 375px){.ref-upload-btn{width:52px;height:52px;min-width:52px;border-radius:10px}.refs-thumbs-row .ref-thumb-wrap{width:52px!important;height:52px!important}}.ref-upload-btn{gap:4px!important;padding:8px 4px!important}.ref-upload-btn .ref-upload-icon{margin-bottom:0!important;width:26px!important;height:26px!important}.ref-upload-btn .ref-upload-count{font-size:11px!important;font-weight:700!important;letter-spacing:.3px}@media (max-width: 768px){.ref-upload-btn .ref-upload-icon{width:24px!important;height:24px!important}.ref-upload-btn .ref-upload-count{font-size:10.5px!important}}@media (max-width: 375px){.ref-upload-btn .ref-upload-icon{width:22px!important;height:22px!important}}.ref-thumb-tag{display:none!important}.refs-thumbs-row .ref-thumb-wrap{cursor:grab;-webkit-user-select:none;user-select:none}.refs-thumbs-row .ref-thumb-wrap:active{cursor:grabbing}.refs-thumbs-row .ref-thumb-wrap img{-webkit-user-drag:none;user-drag:none;pointer-events:none}.refs-thumbs-row .ref-thumb-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a00;transition:background .15s ease;pointer-events:none;z-index:1}@media (hover: hover){.refs-thumbs-row .ref-thumb-wrap:hover:after{background:#0f172a1f}}.refs-thumbs-row .ref-thumb-wrap.drag-over{transform:translateY(-2px) scale(1.04)!important;box-shadow:0 0 0 2px #2563eb,0 10px 24px #2563eb52,inset 0 0 0 1px #fff9!important}.refs-thumbs-row .ref-thumb-remove{z-index:5;pointer-events:auto}.ref-upload-btn{position:relative;gap:0!important;padding:0!important;background:#f8fafc!important;border-style:dashed;border-width:1.5px;border-color:#cbd5e1;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .12s ease,box-shadow .2s ease}.ref-upload-btn:hover:not(:disabled){background:linear-gradient(180deg,#eff6ff,#dbeafe)!important;border-color:#2563eb;color:#2563eb;box-shadow:0 0 0 4px #2563eb14,0 6px 16px #2563eb24;transform:translateY(-1px)}.ref-upload-btn:active:not(:disabled){transform:translateY(0) scale(.97)}.ref-upload-btn .ref-upload-plus{width:28px!important;height:28px!important;stroke-width:1.8!important;transition:transform .2s ease;opacity:.85}.ref-upload-btn:hover:not(:disabled) .ref-upload-plus{transform:scale(1.08) rotate(90deg);opacity:1}.ref-upload-badge{position:absolute;top:-7px;right:-7px;min-width:22px;height:20px;padding:0 6px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:10.5px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.2px;box-shadow:0 0 0 2px #fff,0 2px 6px #2563eb59;pointer-events:none;z-index:4;font-variant-numeric:tabular-nums}.ref-upload-badge-sep{font-weight:500;opacity:.75;margin:0 1px;font-size:9.5px}.ref-upload-btn:disabled .ref-upload-badge{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 0 2px #fff,0 2px 6px #f59e0b66}@media (max-width: 768px){.ref-upload-badge{top:-6px;right:-6px;min-width:20px;height:18px;font-size:10px;padding:0 5px}.ref-upload-btn .ref-upload-plus{width:26px!important;height:26px!important}}@media (max-width: 375px){.ref-upload-btn .ref-upload-plus{width:24px!important;height:24px!important}}
