@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&display=swap";:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;background:#f7f8fb;font-family:Noto Sans SC,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f7f8fb;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}body:before{content:"";z-index:-2;background:radial-gradient(circle at 12% 8%,#3b82f61a,#0000 28rem),radial-gradient(circle at 88% 10%,#10b9811a,#0000 26rem),linear-gradient(#fff 0%,#f7f8fb 58%,#eef2f7 100%);position:fixed;inset:0}.lab-shell{width:100%;padding:14px 24px 24px}.orb{display:none}.hero{grid-template-columns:1fr 1fr;align-items:end;gap:14px;margin-bottom:12px;display:grid}.eyebrow{color:#2563eb;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 8px;font-size:12px;font-weight:900;display:inline-flex}.eyebrow.mini{color:#64748b;margin-bottom:6px}h1{color:#0f172a;letter-spacing:-.06em;margin:0;font-size:clamp(26px,2.8vw,40px);font-weight:900;line-height:.95}.subtitle{color:#64748b;max-width:680px;margin:10px 0 0;font-size:15px;line-height:1.6}.status-board{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border:1px solid #e5e7eb;border-radius:28px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;display:grid;box-shadow:0 24px 70px #0f172a14}.metric{color:#64748b;background:#fff;border:1px solid #eef2f7;border-radius:18px;grid-template-columns:20px 70px 1fr;align-items:center;gap:8px;padding:10px 11px;font-size:12px;font-weight:800;display:grid}.metric svg{color:#2563eb}.metric strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.grid-layout{grid-template-columns:minmax(420px,520px) 1fr;align-items:start;gap:14px;display:grid}.control-panel,.preview-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7eb;box-shadow:0 24px 70px #0f172a14}.control-panel{border-radius:24px;padding:16px;position:sticky;top:12px}.preview-panel{border-radius:26px;min-height:610px;padding:18px}.panel-title,.preview-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.panel-title>div{align-items:center;gap:10px;display:flex}.panel-title svg{color:#2563eb}.panel-title h2,.preview-head h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:18px;font-weight:900}.panel-title span{color:#94a3b8;text-transform:uppercase;font-size:11px;font-weight:900}.divider{background:#eef2f7;height:1px;margin:14px 0}.field{gap:6px;margin-top:10px;display:grid}.field span,.toggle span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}input,textarea,select{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:14px;outline:none;width:100%;padding:10px 12px;transition:border .18s,box-shadow .18s}textarea{resize:vertical;line-height:1.7}input::placeholder,textarea::placeholder{color:#94a3b8}input:focus,textarea:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.key-row{grid-template-columns:1fr 48px;gap:8px;display:grid}.icon-button,.ghost-button{color:#334155;background:#fff;border:1px solid #dbe3ef;border-radius:16px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.icon-button{height:41px}.toggle{align-items:center;gap:10px;margin-top:16px;display:flex}.toggle input{accent-color:#2563eb;width:18px;height:18px}.warning,.hint{color:#64748b;margin:12px 0 0;font-size:13px;line-height:1.7}.option-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.field.compact{margin-top:14px}.generate-button{color:#fff;background:#111827;border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:12px;padding:13px 16px;font-weight:900;transition:transform .18s,background .18s;display:flex;box-shadow:0 16px 34px #0f172a2e}.generate-button:not(:disabled):hover{background:#2563eb;transform:translateY(-1px)}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-box{color:#be123c;background:#fff1f2;border:1px solid #fecaca;border-radius:16px;margin:12px 0 0;padding:12px 14px;line-height:1.6}.preview-head{margin-bottom:20px}.ghost-button{min-height:42px;padding:0 14px;font-weight:800}.developing{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;align-items:center;gap:10px;margin-bottom:16px;padding:13px 15px;font-weight:700;display:flex}.developing span{background:#2563eb;border-radius:99px;width:9px;height:9px;animation:1s ease-in-out infinite alternate pulse}@keyframes pulse{to{opacity:.45;transform:scale(1.6)}}.empty-state{color:#94a3b8;text-align:center;background:#fbfdff;border:1px dashed #cbd5e1;border-radius:28px;align-content:center;place-items:center;gap:18px;min-height:450px;display:grid}.empty-state p{max-width:300px;margin:0;font-size:17px;line-height:1.7}.image-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.image-card{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:24px;min-height:280px;position:relative;overflow:hidden}.image-card img{object-fit:contain;background:#e2e8f0;width:100%;height:100%;min-height:280px;transition:transform .28s;display:block}.image-card:hover img{transform:scale(1.015)}.image-actions{justify-content:flex-end;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.image-actions a{color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 10px 24px #0f172a1f}.history-strip{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:12px;display:grid}.history-item{color:#475569;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-width:0;padding:8px;transition:all .15s;overflow:hidden}.history-item.active{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.history-item img{aspect-ratio:1;object-fit:cover;background:#f1f5f9;border-radius:12px;width:100%}.history-item span{text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:12px;display:block;overflow:hidden}@media (width<=980px){.hero,.grid-layout{grid-template-columns:1fr}.control-panel{position:static}}@media (width<=560px){.lab-shell{padding:18px 16px 24px}.option-grid{grid-template-columns:1fr}h1{font-size:44px}.preview-panel,.control-panel{border-radius:24px;padding:16px}}.settings-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.settings-grid .field:first-child{grid-column:1/-1}.compact-toggle{margin-top:10px}.prompt-box{min-height:104px}.reference-box{gap:8px;margin-top:10px;display:grid}.reference-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.reference-head span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.ghost-button.small{border-radius:12px;min-height:34px;padding:0 11px;font-size:12px}.ref-strip{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.ref-thumb{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex:none;width:58px;height:58px;position:relative;overflow:hidden}.ref-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ref-thumb button{color:#fff;background:#0f172ac7;border:0;border-radius:999px;place-items:center;width:18px;height:18px;padding:0;display:grid;position:absolute;top:3px;right:3px}.topbar{grid-template-columns:minmax(360px,.8fr) 1.2fr;align-items:center}.brand-line{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.brand-line .eyebrow{margin:0}.brand-line h1{letter-spacing:-.045em;font-size:clamp(26px,2.8vw,40px)}.topbar .subtitle{margin-top:6px}.topbar .status-board{align-content:center;align-self:stretch}.grid-layout{grid-template-columns:minmax(440px,500px) minmax(620px,1fr)}.control-panel{scrollbar-width:thin;max-height:calc(100vh - 112px);overflow:auto}.control-panel::-webkit-scrollbar{width:8px}.control-panel::-webkit-scrollbar-thumb{background:#dbe3ef;border-radius:999px}.panel-title{padding-bottom:2px}.key-field,.compact-options .field.compact{margin-top:8px}.compact-options select{min-height:40px}.reference-box textarea{min-height:58px}.preview-panel{grid-template-rows:auto 1fr auto;max-height:calc(100vh - 112px);display:grid;overflow:hidden}.empty-state{height:100%;min-height:0}.image-grid{align-content:start;height:100%;padding-right:4px;overflow:auto}.image-grid:has(.image-card:only-child){grid-template-columns:minmax(320px,720px);justify-content:center;align-items:start}.image-grid:has(.image-card:only-child) .image-card{min-height:min(66vh,680px)}.image-grid:has(.image-card:only-child) .image-card img{min-height:min(66vh,680px)}.history-strip{border-top:1px solid #eef2f7;max-height:122px;padding-top:10px;overflow:auto}@media (width<=1280px){.topbar,.grid-layout{grid-template-columns:1fr}.control-panel,.preview-panel{max-height:none;overflow:visible}}.brand-mark{border-radius:13px;flex:none;width:38px;height:38px;overflow:hidden;box-shadow:0 10px 22px #0f172a24}.brand-mark img{width:100%;height:100%;display:block}.brand-line{align-items:center}.file-input{display:none}.upload-label{color:#64748b;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:900;display:inline-flex}.reference-box{background:#f8fafc;border:1px dashed #0000;border-radius:16px;padding:8px}.reference-box:hover{background:#f8fbff;border-color:#bfdbfe}.upload-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:34px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.upload-button:hover{color:#2563eb;border-color:#2563eb}.drop-zone{background:#f8fbff!important;border:2px dashed #bfdbfe!important}.drop-zone:focus-within,.drop-zone:hover{box-shadow:0 0 0 4px #2563eb14;border-color:#2563eb!important}.drop-hint{color:#1d4ed8;text-align:center;background:#eff6ff;border:1px dashed #93c5fd;border-radius:14px;padding:14px;font-size:13px;font-weight:800}.upload-url-field{grid-column:1/-1}.lightbox-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;place-items:center;animation:.15s fadeIn;display:grid;position:fixed;inset:0}.lightbox-content{max-width:90vw;max-height:90vh;position:relative}.lightbox-img{object-fit:contain;border-radius:16px;max-width:90vw;max-height:82vh;display:block;box-shadow:0 24px 80px #0006}.lightbox-bar{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.lightbox-download{color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 6px 16px #00000026}.lightbox-counter{color:#ffffffb3;font-size:13px;font-weight:800}.lightbox-close{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff26;border:0;border-radius:999px;place-items:center;width:36px;height:36px;transition:background .15s;display:grid}.lightbox-close:hover{background:#ffffff4d}.lightbox-nav{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1001;background:#ffffff26;border:0;border-radius:999px;place-items:center;width:48px;height:48px;font-size:28px;font-weight:700;transition:background .15s;display:grid;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-nav:hover:not(:disabled){background:#ffffff4d}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed}.lightbox-prev{left:24px}.lightbox-next{right:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-nav{width:40px;height:40px;font-size:22px}}.app-layout{min-height:100vh;display:flex}.sidebar{color:#fff;z-index:100;background:linear-gradient(#1a1a2e 0%,#16213e 100%);flex-direction:column;width:200px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:20px}.sidebar-logo{margin:0;font-size:18px;font-weight:700}.sidebar-brand{align-items:center;gap:10px;display:flex}.sidebar-brand-icon{border-radius:8px;flex-shrink:0;width:32px;height:32px}.sidebar-brand-text{flex-direction:column;gap:1px;min-width:0;display:flex}.sidebar-brand-name{color:#fff;letter-spacing:-.02em;white-space:nowrap;font-size:14px;font-weight:800}.sidebar-brand-sub{color:#ffffff73;letter-spacing:.04em;font-size:10px;font-weight:600}.sidebar-nav{flex:1;padding:20px 0}.sidebar-item{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:14px;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff1a}.sidebar-item.active{color:#fff;background:#667eea4d;border-right:3px solid #667eea}.sidebar-footer{border-top:1px solid #ffffff1a;padding:20px 0}.login-button{color:#667eea}.main-content{flex:1;margin-left:200px;padding:0}.global-topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;background:#ffffffd1;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;height:52px;padding:0 24px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:8px;min-width:0;display:flex}.topbar-module-name{color:#0f172a;letter-spacing:-.01em;white-space:nowrap;font-size:14px;font-weight:800}.topbar-center{color:#94a3b8;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.topbar-status-item{align-items:center;gap:5px;display:inline-flex}.topbar-status-dot{background:#10b981;border-radius:999px;width:6px;height:6px}.topbar-status-divider{color:#d1d5db}.topbar-right{align-items:center;display:flex}.topbar-right .user-info{border-radius:10px;padding:6px 10px}.topbar-right .user-info:hover{background:#0000000a}.topbar-right .login-prompt{gap:6px;font-size:13px;font-weight:700}.topbar-right .user-avatar{width:30px;height:30px}.topbar-right .avatar-placeholder{font-size:13px}.topbar-right .user-name{color:#0f172a;font-size:13px;font-weight:700}.topbar-right .user-level,.topbar-right .user-points{color:#94a3b8;font-size:11px}.topbar-right .user-info.logged-in{cursor:pointer}.topbar-right .user-details{text-align:right}.modal-overlay{z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;place-items:center;animation:.15s fadeIn;display:grid;position:fixed;inset:0}.modal-content{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fffffff2;border:1px solid #e5e7eb;border-radius:24px;width:min(400px,100% - 32px);padding:32px;animation:.2s modalSlideIn;position:relative;box-shadow:0 24px 80px #0f172a2e}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:12px;place-items:center;width:32px;height:32px;padding:0;transition:all .15s;display:grid;position:absolute;top:14px;right:14px}.modal-close:hover{color:#2563eb;border-color:#2563eb}.modal-title{color:#0f172a;letter-spacing:-.04em;margin:0 0 24px;font-size:22px;font-weight:900}.login-form{flex-direction:column;gap:16px;display:flex}.form-group{gap:6px;display:grid}.form-group label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:12px;font-weight:900;display:flex}.form-group input{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:14px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border .18s,box-shadow .18s}.form-group input::placeholder{color:#94a3b8}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.error-message{color:#be123c;background:#fff1f2;border:1px solid #fecaca;border-radius:14px;margin:0;padding:10px 14px;font-size:13px;line-height:1.6}.submit-button{color:#fff;background:#111827;border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:13px 16px;font-weight:900;transition:transform .18s,background .18s;display:flex;box-shadow:0 16px 34px #0f172a2e}.submit-button:not(:disabled):hover{background:#2563eb;transform:translateY(-1px)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.modal-footer{flex-direction:column;align-items:center;gap:8px;margin-top:20px;display:flex}.link-button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:700;transition:color .15s}.link-button:hover{color:#1d4ed8;text-decoration:underline}.user-info{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.user-info:hover{background:#ffffff1a}.user-info.guest{justify-content:center}.login-prompt{color:#667eea;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:14px;display:flex}.login-prompt:hover{color:#764ba2}.user-avatar{border-radius:50%;width:40px;height:40px;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.avatar-placeholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:700;display:flex}.user-details{flex:1;min-width:0}.user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.user-level,.user-points{color:#ffffffb3;align-items:center;gap:4px;font-size:12px;display:flex}.check-in-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.check-in-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.check-in-header h3{color:#333;margin:0;font-size:16px}.check-in-info{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.consecutive-days{flex-direction:column;align-items:center;display:flex}.days-number{color:#667eea;font-size:32px;font-weight:700}.days-label{color:#666;font-size:12px}.reward-preview{color:#666;flex-direction:column;align-items:flex-end;font-size:13px;display:flex}.points-reward{color:#667eea;font-size:16px;font-weight:600}.check-in-button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.check-in-button:not(.checked){color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.check-in-button:not(.checked):hover{opacity:.9}.check-in-button.checked{color:#999;cursor:not-allowed;background:#f0f0f0}.check-in-button:disabled{opacity:.6;cursor:not-allowed}.check-in-error{color:#c00;background:#fee;border-radius:6px;margin-bottom:12px;padding:8px;font-size:12px}.check-in-success{color:#666;text-align:center;margin-top:12px;font-size:12px}.content-header{border-bottom:1px solid #eee;justify-content:flex-end;margin-bottom:20px;padding:12px 0;display:flex}.content-body{min-height:calc(100vh - 100px)}.product-module{padding:0 24px 24px}.product-header{margin-bottom:20px}.product-header .brand-line{align-items:center;gap:14px;margin-bottom:6px;display:flex}.product-header .brand-mark{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 22px #10b98140}.product-header .eyebrow{color:#10b981;margin-bottom:4px}.product-title{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.5vw,36px);font-weight:900;line-height:1.1}.product-layout{grid-template-columns:minmax(380px,460px) 1fr;align-items:start;gap:16px;display:grid}.product-sidebar{position:sticky;top:12px}.product-main{min-height:500px}.product-config{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;gap:14px;padding:18px;display:flex;box-shadow:0 24px 70px #0f172a14}.product-upload-zone{background:#f8fafc;border:2px dashed #d1d5db;border-radius:18px;transition:border-color .2s,background .2s;overflow:hidden}.product-upload-zone:hover{background:#f0fdf4;border-color:#10b981}.product-upload-zone.has-image{background:#fff;border-style:solid;border-color:#e5e7eb}.product-upload-empty{cursor:pointer;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:36px 16px;display:flex}.product-upload-empty p{color:#475569;margin:0;font-size:15px;font-weight:800}.product-upload-empty span{font-size:12px}.product-preview-thumb{aspect-ratio:1;width:100%;max-height:260px;position:relative;overflow:hidden}.product-preview-thumb img{object-fit:contain;background:#f1f5f9;width:100%;height:100%;display:block}.product-clear-btn{color:#fff;cursor:pointer;background:#0f172abf;border:0;border-radius:999px;place-items:center;width:28px;height:28px;padding:0;transition:background .15s;display:grid;position:absolute;top:8px;right:8px}.product-clear-btn:hover{background:#0f172ae6}.product-type-section{flex-direction:column;gap:8px;display:flex}.product-type-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.product-type-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;align-items:start;gap:12px;padding:14px 16px;transition:all .18s;display:flex}.product-type-card:hover{background:#f0fdf4;border-color:#10b981}.product-type-card.active{background:#ecfdf5;border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.product-type-icon{color:#64748b;background:#f1f5f9;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:all .18s;display:grid}.product-type-card.active .product-type-icon{color:#fff;background:#10b981}.product-type-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.product-type-info strong{color:#0f172a;font-size:13px;font-weight:800;line-height:1.3}.product-type-info span{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-scene-input{min-height:58px}.product-options-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.product-options-grid select{min-height:40px}.product-preview{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7eb;border-radius:26px;flex-direction:column;min-height:500px;padding:18px;display:flex;box-shadow:0 24px 70px #0f172a14}.product-preview-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.product-preview-header h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:18px;font-weight:900}.product-loading{color:#10b981;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;min-height:380px;display:flex}.product-loading p{color:#0f172a;margin:0;font-size:16px;font-weight:800}.product-loading span{color:#94a3b8;font-size:13px}.product-empty{color:#94a3b8;text-align:center;background:#fbfdff;border:1px dashed #cbd5e1;border-radius:24px;flex:1;align-content:center;place-items:center;gap:16px;min-height:380px;display:grid}.product-empty p{max-width:280px;margin:0;font-size:16px;line-height:1.6}.product-image-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-content:start;gap:14px;display:grid}.product-image-card{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;transition:transform .18s;position:relative;overflow:hidden}.product-image-card:hover{transform:translateY(-2px)}.product-image-card img{aspect-ratio:1;object-fit:contain;background:#e2e8f0;width:100%;display:block}.product-image-actions{justify-content:flex-end;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.product-image-actions a{color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:900;text-decoration:none;transition:background .15s;display:inline-flex;box-shadow:0 8px 20px #0f172a1f}.product-image-actions a:hover{background:#fff}@media (width<=1100px){.product-layout{grid-template-columns:1fr}.product-sidebar{position:static}}@media (width<=640px){.product-module{padding:0 12px 16px}.product-type-grid,.product-options-grid,.product-image-grid{grid-template-columns:1fr}}.mkt-module{padding:0 24px 24px}.mkt-header{margin-bottom:20px}.mkt-header .brand-line{align-items:center;gap:14px;margin-bottom:6px;display:flex}.mkt-brand-mark{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 22px #f59e0b40}.mkt-eyebrow{color:#d97706;margin-bottom:4px}.mkt-title{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.5vw,36px);font-weight:900;line-height:1.1}.mkt-layout{grid-template-columns:minmax(380px,460px) 1fr;align-items:start;gap:16px;display:grid}.mkt-sidebar{position:sticky;top:12px}.mkt-main{min-height:500px}.mkt-config-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:thin;background:#ffffffeb;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;gap:14px;max-height:calc(100vh - 112px);padding:18px;display:flex;overflow:auto;box-shadow:0 24px 70px #0f172a14}.mkt-config-panel::-webkit-scrollbar{width:8px}.mkt-config-panel::-webkit-scrollbar-thumb{background:#dbe3ef;border-radius:999px}.mkt-type-selector{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mkt-type-btn{cursor:pointer;text-align:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;transition:all .18s;display:flex}.mkt-type-btn:hover{background:#fffbeb;border-color:#f59e0b}.mkt-type-btn.active{background:#fef3c7;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.mkt-type-icon{color:#64748b;background:#f1f5f9;border-radius:12px;place-items:center;width:40px;height:40px;transition:all .18s;display:grid}.mkt-type-btn.active .mkt-type-icon{color:#fff;background:#f59e0b}.mkt-type-info{flex-direction:column;gap:2px;display:flex}.mkt-type-info strong{color:#0f172a;font-size:13px;font-weight:800}.mkt-type-info span{color:#94a3b8;font-size:10px;line-height:1.3}.mkt-upload-section{flex-direction:column;gap:8px;display:flex}.mkt-upload-header{justify-content:space-between;align-items:center;display:flex}.mkt-clear-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;place-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:grid}.mkt-clear-btn:hover{color:#ef4444;border-color:#ef4444}.mkt-upload-zone{color:#94a3b8;cursor:pointer;background:#f8fafc;border:2px dashed #d1d5db;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 16px;transition:all .18s;display:flex}.mkt-upload-zone:hover{color:#d97706;background:#fffbeb;border-color:#f59e0b}.mkt-upload-zone span{font-size:13px;font-weight:700}.mkt-upload-preview{border:1px solid #e5e7eb;border-radius:14px;width:100%;max-height:160px;overflow:hidden}.mkt-upload-preview img{object-fit:contain;background:#f1f5f9;width:100%;height:100%;max-height:160px;display:block}.mkt-section{flex-direction:column;gap:8px;display:flex}.mkt-section-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.mkt-template-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mkt-template-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;transition:all .18s;display:flex}.mkt-template-card:hover{background:#fffbeb;border-color:#f59e0b}.mkt-template-card.active{background:#fef3c7;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1f}.mkt-template-icon{color:#64748b;background:#f1f5f9;border-radius:9px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.mkt-template-card.active .mkt-template-icon{color:#fff;background:#f59e0b}.mkt-template-info{flex-direction:column;gap:1px;min-width:0;display:flex}.mkt-template-info strong{color:#0f172a;font-size:12px;font-weight:800}.mkt-template-info span{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.5;display:-webkit-box;overflow:hidden}.mkt-platform-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mkt-platform-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;transition:all .18s;display:flex}.mkt-platform-card:hover{border-color:var(--platform-color,#2563eb);background:#f8fafc}.mkt-platform-card.active{border-color:var(--platform-color,#2563eb);box-shadow:0 0 0 2px color-mix(in srgb, var(--platform-color,#2563eb) 12%, transparent);background:#f8fafc}.mkt-platform-dot{background:var(--platform-color,#2563eb);opacity:.4;border-radius:999px;flex-shrink:0;width:10px;height:10px;transition:opacity .18s}.mkt-platform-card.active .mkt-platform-dot{opacity:1}.mkt-platform-info{flex-direction:column;gap:1px;min-width:0;display:flex}.mkt-platform-info strong{color:#0f172a;font-size:12px;font-weight:800}.mkt-platform-info span{color:#94a3b8;font-size:10px}.mkt-style-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mkt-style-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;transition:all .18s;display:flex}.mkt-style-card:hover{background:#fffbeb;border-color:#f59e0b}.mkt-style-card.active{background:#fef3c7;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1f}.mkt-style-icon{color:#64748b;background:#f1f5f9;border-radius:9px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.mkt-style-card.active .mkt-style-icon{color:#fff;background:#f59e0b}.mkt-style-info{flex-direction:column;gap:1px;min-width:0;display:flex}.mkt-style-info strong{color:#0f172a;font-size:12px;font-weight:800}.mkt-style-info span{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.5;display:-webkit-box;overflow:hidden}.mkt-fields{flex-direction:column;gap:10px;display:flex}.mkt-field{gap:5px;display:grid}.mkt-field span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.mkt-field input,.mkt-field textarea,.mkt-field select{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:12px;outline:none;width:100%;padding:9px 12px;font-size:13px;transition:border .18s,box-shadow .18s}.mkt-field textarea{resize:vertical;line-height:1.6}.mkt-field input:focus,.mkt-field textarea:focus,.mkt-field select:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.mkt-field.compact{margin-top:0}.mkt-options-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mkt-options-row select{min-height:38px}.mkt-generate-btn{margin-top:6px}.mkt-preview{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7eb;border-radius:26px;flex-direction:column;min-height:500px;padding:18px;display:flex;box-shadow:0 24px 70px #0f172a14}.mkt-preview-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mkt-preview-header h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:18px;font-weight:900}.mkt-loading{color:#f59e0b;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;min-height:380px;display:flex}.mkt-loading p{color:#0f172a;margin:0;font-size:16px;font-weight:800}.mkt-loading span{color:#94a3b8;font-size:13px}.mkt-empty{color:#94a3b8;text-align:center;background:#fbfdff;border:1px dashed #cbd5e1;border-radius:24px;flex:1;align-content:center;place-items:center;gap:16px;min-height:380px;display:grid}.mkt-empty p{max-width:280px;margin:0;font-size:16px;line-height:1.6}.mkt-image-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-content:start;gap:14px;display:grid}.mkt-image-card{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;transition:transform .18s;position:relative;overflow:hidden}.mkt-image-card:hover{transform:translateY(-2px)}.mkt-image-card img{aspect-ratio:1;object-fit:contain;background:#e2e8f0;width:100%;display:block}.mkt-image-actions{justify-content:flex-end;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.mkt-image-actions a{color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:900;text-decoration:none;transition:background .15s;display:inline-flex;box-shadow:0 8px 20px #0f172a1f}.mkt-image-actions a:hover{background:#fff}@media (width<=1100px){.mkt-layout{grid-template-columns:1fr}.mkt-sidebar{position:static}}@media (width<=640px){.mkt-module{padding:0 12px 16px}.mkt-type-selector,.mkt-template-grid,.mkt-style-grid{grid-template-columns:1fr}.mkt-platform-grid{grid-template-columns:1fr 1fr}.mkt-options-row,.mkt-image-grid{grid-template-columns:1fr}}.adv-module-wrapper{padding:0 24px 24px}.adv-tab-bar{gap:10px;margin-bottom:20px;display:flex}.adv-tab-btn{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;flex:1;align-items:center;gap:10px;min-height:48px;padding:10px 18px;transition:all .18s;display:flex}.adv-tab-btn:hover{background:#f5f3ff;border-color:#8b5cf6}.adv-tab-btn.active{background:#ede9fe;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.adv-tab-btn svg{color:#64748b;flex-shrink:0;transition:color .18s}.adv-tab-btn.active svg{color:#8b5cf6}.adv-tab-text{flex-direction:column;gap:1px;display:flex}.adv-tab-text strong{color:#0f172a;font-size:13px;font-weight:800}.adv-tab-text span{color:#94a3b8;font-size:11px}.adv-header{margin-bottom:20px}.adv-header .brand-line{align-items:center;gap:14px;margin-bottom:6px;display:flex}.adv-brand-mark{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 22px #2563eb40}.adv-eyebrow{color:#2563eb;margin-bottom:4px}.adv-title{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.5vw,36px);font-weight:900;line-height:1.1}.adv-layout{grid-template-columns:minmax(380px,460px) 1fr;align-items:start;gap:16px;display:grid}.adv-sidebar{position:sticky;top:12px}.adv-main{min-height:500px}.adv-config-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:thin;background:#ffffffeb;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;gap:14px;max-height:calc(100vh - 112px);padding:18px;display:flex;overflow:auto;box-shadow:0 24px 70px #0f172a14}.adv-config-panel::-webkit-scrollbar{width:8px}.adv-config-panel::-webkit-scrollbar-thumb{background:#dbe3ef;border-radius:999px}.adv-section{flex-direction:column;gap:8px;display:flex}.adv-section-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.adv-section-header{justify-content:space-between;align-items:center;display:flex}.adv-section-actions{gap:6px;display:flex}.adv-min-hint{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:11px;font-weight:600}.adv-mini-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .15s;display:inline-flex}.adv-mini-btn:hover{color:#8b5cf6;border-color:#8b5cf6}.adv-upload-zone{color:#94a3b8;cursor:pointer;background:#f8fafc;border:2px dashed #d1d5db;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 16px;transition:all .18s;display:flex}.adv-upload-zone:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}.adv-upload-zone span{font-size:13px;font-weight:700}.adv-upload-preview-wrap{position:relative}.adv-upload-preview{border:1px solid #e5e7eb;border-radius:16px;width:100%;max-height:180px;overflow:hidden}.adv-upload-preview img{object-fit:contain;background:#f1f5f9;width:100%;height:100%;max-height:180px;display:block}.adv-clear-btn{color:#fff;cursor:pointer;background:#0f172abf;border:0;border-radius:999px;place-items:center;width:26px;height:26px;padding:0;transition:background .15s;display:grid;position:absolute;top:8px;right:8px}.adv-clear-btn:hover{background:#0f172ae6}.adv-platform-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.adv-platform-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;align-items:center;gap:10px;padding:12px;transition:all .18s;display:flex}.adv-platform-card:hover{border-color:var(--platform-color,#2563eb);background:#f8fafc}.adv-platform-card.active{border-color:var(--platform-color,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb, var(--platform-color,#2563eb) 12%, transparent);background:#f8fafc}.adv-platform-icon{flex-shrink:0;font-size:22px}.adv-platform-info{flex:1;min-width:0}.adv-platform-info strong{color:#0f172a;font-size:13px;font-weight:800;display:block}.adv-platform-info span{color:#94a3b8;font-size:11px}.adv-check-icon{color:#d1d5db;flex-shrink:0;transition:color .18s}.adv-platform-card.active .adv-check-icon{color:var(--platform-color,#2563eb)}.adv-style-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.adv-style-card{cursor:pointer;text-align:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;transition:all .18s;display:flex}.adv-style-card:hover{background:#f5f3ff;border-color:#8b5cf6}.adv-style-card.active{background:#ede9fe;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61f}.adv-style-card strong{color:#0f172a;font-size:12px;font-weight:800}.adv-ab-style-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.adv-ab-style-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;align-items:start;gap:10px;padding:14px 16px;transition:all .18s;display:flex}.adv-ab-style-card:hover{background:#fdf2f8;border-color:#ec4899}.adv-ab-style-card.active{background:#fce7f3;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991f}.adv-ab-style-card .adv-style-icon{color:#64748b;background:#f1f5f9;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;transition:all .18s;display:grid}.adv-ab-style-card.active .adv-style-icon{color:#fff;background:#ec4899}.adv-ab-style-card strong{color:#0f172a;font-size:13px;font-weight:800;line-height:1.3}.adv-ab-style-card span{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.adv-options-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.adv-field{gap:4px;display:grid}.adv-field span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800}.adv-field select{min-height:38px}.adv-generate-btn{margin-top:4px}.adv-warning{color:#f59e0b;margin:0;font-size:12px;font-weight:700}.adv-hint{color:#64748b;text-align:center;margin:4px 0 0;font-size:12px;font-weight:600}.adv-action-row{flex-direction:column;gap:6px;display:flex}.adv-preview-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #e5e7eb;border-radius:26px;flex-direction:column;min-height:500px;padding:18px;display:flex;box-shadow:0 24px 70px #0f172a14}.adv-preview-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.adv-preview-header h2{color:#0f172a;letter-spacing:-.04em;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:900;display:flex}.adv-empty{color:#94a3b8;text-align:center;background:#fbfdff;border:1px dashed #cbd5e1;border-radius:24px;flex:1;align-content:center;place-items:center;gap:16px;min-height:380px;display:grid}.adv-empty p{max-width:300px;margin:0;font-size:16px;line-height:1.6}.adv-result-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-content:start;gap:14px;display:grid}.adv-result-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;transition:transform .18s,box-shadow .18s;overflow:hidden}.adv-result-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a1a}.adv-result-preview{aspect-ratio:1;background:#f1f5f9;width:100%;overflow:hidden}.adv-result-preview img{object-fit:contain;width:100%;height:100%;display:block}.adv-result-info{justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.adv-result-name{align-items:center;gap:6px;display:flex}.adv-result-name strong{color:#0f172a;font-size:13px;font-weight:800}.adv-result-size{color:#94a3b8;font-size:11px;font-weight:700}.adv-download-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:calc(100% - 24px);margin:0 12px 12px;padding:8px;font-size:12px;font-weight:800;transition:all .15s;display:flex}.adv-download-btn:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}.adv-thumb-strip{gap:8px;padding:4px 0;display:flex;overflow-x:auto}.adv-thumb-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;flex:none;width:56px;height:56px;position:relative;overflow:hidden}.adv-thumb-item img{object-fit:cover;width:100%;height:100%;display:block}.adv-thumb-item button{color:#fff;cursor:pointer;background:#0f172ab3;border:0;border-radius:999px;place-items:center;width:16px;height:16px;padding:0;display:grid;position:absolute;top:2px;right:2px}.adv-task-count{color:#8b5cf6;font-size:14px;font-weight:700}.adv-fail-count{color:#ef4444}.adv-progress-bar-wrap{align-items:center;gap:12px;margin-bottom:16px;display:flex}.adv-progress-bar{background:#e5e7eb;border-radius:999px;flex:1;height:8px;overflow:hidden}.adv-progress-fill{background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:999px;height:100%;transition:width .3s}.adv-progress-text{color:#8b5cf6;text-align:right;min-width:40px;font-size:13px;font-weight:800}.adv-task-list{flex-direction:column;flex:1;gap:6px;max-height:420px;padding-right:4px;display:flex;overflow:auto}.adv-task-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;transition:all .15s;display:flex}.adv-task-completed{background:#f0fdf4;border-color:#d1fae5}.adv-task-processing{background:#f5f3ff;border-color:#ede9fe;animation:1.5s ease-in-out infinite advPulse}@keyframes advPulse{0%,to{box-shadow:0 0 #8b5cf600}50%{box-shadow:0 0 0 3px #8b5cf61a}}.adv-task-failed{background:#fff1f2;border-color:#fecaca}.adv-task-status-icon{flex-shrink:0}.adv-task-info{flex:1;min-width:0}.adv-task-info strong{color:#0f172a;font-size:13px;font-weight:700;display:block}.adv-task-error{color:#ef4444;margin-top:2px;font-size:11px;display:block}.adv-task-thumb{object-fit:cover;background:#f1f5f9;border-radius:8px;flex-shrink:0;width:40px;height:40px}.adv-ab-actions{align-items:center;gap:10px;display:flex}.adv-winner-badge{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.adv-compare-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:20px;display:grid}.adv-compare-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:20px;transition:all .2s;position:relative;overflow:hidden}.adv-compare-card:hover{border-color:#ec4899;transform:translateY(-2px);box-shadow:0 8px 24px #ec48991f}.adv-compare-card.winner{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.adv-winner-overlay{z-index:5;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10b981e6;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:800;display:flex;position:absolute;top:12px;right:12px}.adv-compare-image{aspect-ratio:1;background:#f1f5f9;width:100%;overflow:hidden}.adv-compare-image img{object-fit:contain;width:100%;height:100%;display:block}.adv-compare-info{padding:14px 16px}.adv-compare-info h3{color:#0f172a;margin:0 0 10px;font-size:15px;font-weight:800}.adv-metrics-row{gap:12px;display:flex}.adv-metric-item{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.adv-metric-item svg{color:#8b5cf6}.adv-metric-item span{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.adv-metric-item strong{color:#0f172a;font-size:15px;font-weight:900}.adv-download-single{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:calc(100% - 32px);margin:0 16px 16px;padding:8px;font-size:12px;font-weight:800;transition:all .15s;display:flex}.adv-download-single:hover{color:#ec4899;background:#fdf2f8;border-color:#ec4899}.adv-comparison-table{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.adv-comparison-table h3{color:#0f172a;border-bottom:1px solid #eef2f7;align-items:center;gap:8px;margin:0;padding:14px 16px;font-size:14px;font-weight:800;display:flex}.adv-comparison-table h3 svg{color:#8b5cf6}.adv-comparison-table table{border-collapse:collapse;width:100%}.adv-comparison-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #eef2f7;padding:10px 16px;font-size:11px;font-weight:800}.adv-comparison-table td{color:#0f172a;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:13px;font-weight:700}.adv-comparison-table tr:last-child td{border-bottom:none}.adv-comparison-table tr.winner-row{background:#f0fdf4}.adv-table-style-name{align-items:center;gap:8px;display:flex}.adv-table-dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}@media (width<=1100px){.adv-layout{grid-template-columns:1fr}.adv-sidebar{position:static}}@media (width<=768px){.adv-tab-bar{flex-direction:column}}@media (width<=640px){.adv-module-wrapper{padding:0 12px 16px}.adv-platform-grid,.adv-style-grid,.adv-ab-style-grid,.adv-options-grid,.adv-compare-grid,.adv-result-grid{grid-template-columns:1fr}}.profile-module{flex-direction:column;gap:20px;max-width:720px;margin:0 auto;padding:24px;display:flex}.profile-empty{color:#94a3b8;place-items:center;gap:16px;min-height:400px;display:grid}.profile-empty p{font-size:16px}.profile-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 12px 40px #0f172a0f}.profile-user-card{align-items:center;gap:20px;padding:24px;display:flex}.profile-avatar{flex-shrink:0}.profile-avatar img{object-fit:cover;border-radius:50%;width:64px;height:64px}.profile-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;place-items:center;width:64px;height:64px;font-size:26px;font-weight:900;display:grid}.profile-user-info{flex:1;min-width:0}.profile-user-info h2{color:#0f172a;letter-spacing:-.03em;margin:0 0 4px;font-size:20px;font-weight:900}.profile-email{color:#94a3b8;margin:0 0 10px;font-size:13px}.profile-badges{flex-wrap:wrap;gap:8px;display:flex}.profile-badge{border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.profile-badge-level{color:#7c3aed;background:#ede9fe}.profile-badge-points{color:#d97706;background:#fef3c7}.profile-section-header{margin-bottom:14px}.profile-section-header h3{color:#0f172a;margin:0;font-size:15px;font-weight:800}.profile-points-list{flex-direction:column;gap:2px;display:flex}.profile-points-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:10px 0;display:flex}.profile-points-item:last-child{border-bottom:none}.profile-points-icon{border-radius:10px;place-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:grid}.profile-points-earn{color:#10b981;background:#ecfdf5}.profile-points-consume{color:#ef4444;background:#fef2f2}.profile-points-detail{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-points-desc{color:#0f172a;font-size:13px;font-weight:700}.profile-points-date{color:#94a3b8;font-size:11px}.profile-points-amount{white-space:nowrap;font-size:14px;font-weight:900}.profile-points-amount.earn{color:#10b981}.profile-points-amount.consume{color:#ef4444}.profile-empty-text{color:#94a3b8;text-align:center;padding:20px 0;font-size:13px}.profile-history-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.profile-history-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:transform .18s,box-shadow .18s;overflow:hidden}.profile-history-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a14}.profile-history-thumb{aspect-ratio:1;background:#f1f5f9;width:100%;overflow:hidden}.profile-history-thumb img{object-fit:cover;width:100%;height:100%;display:block}.profile-history-info{justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.profile-history-type{color:#64748b;align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.profile-history-date{color:#94a3b8;font-size:10px}.profile-logout-btn{color:#dc2626;cursor:pointer;background:#fff;border:1.5px solid #fecaca;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;font-weight:800;transition:all .18s;display:flex}.profile-logout-btn:hover{background:#fef2f2;border-color:#f87171}@media (width<=640px){.profile-module{padding:16px}.profile-user-card{text-align:center;flex-direction:column}.profile-badges{justify-content:center}.profile-history-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
