.icv{--icv-blue:#2563EB;--icv-purple:#7C3AED}.pp-tool__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.icv-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--line);margin-bottom:clamp(18px,2.4vw,26px)}.icv-tab{display:inline-flex;align-items:center;gap:8px;font-family:var(--tl-sans);font-size:14px;font-weight:600;background:0 0;border:none;cursor:pointer;padding:11px 16px;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.icv-tab svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icv-tab:hover{color:var(--ink)}.icv-tab.is-active{color:var(--icv-blue);border-bottom-color:var(--icv-blue)}.icv-tab:focus-visible{outline:2px solid var(--icv-blue)!important;outline-offset:2px}.icv-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(18px,2.4vw,30px)}@media (max-width:720px){.icv-grid{grid-template-columns:1fr}}.icv-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;min-height:240px;padding:24px;border:2px dashed var(--line);border-radius:16px;background:var(--surface2);cursor:pointer;transition:border-color .2s,background .2s}.icv-drop.is-drag,.icv-drop:hover{border-color:var(--icv-blue);background:color-mix(in srgb,var(--icv-blue) 5%,var(--surface2))}.icv-drop.has-files{border-style:solid}.icv-drop__icon svg{width:40px;height:40px;fill:none;stroke:var(--icv-blue);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icv-drop__title{font-size:15px;font-weight:600;color:var(--ink);margin-top:8px}.icv-drop__browse{font-size:14px;font-weight:600;color:var(--icv-blue)}.icv-drop__hint{font-size:12.5px;color:var(--soft);margin-top:10px}.icv-drop__count{margin-top:8px;font-size:13px;font-weight:600;color:var(--icv-blue);background:color-mix(in srgb,var(--icv-blue) 12%,transparent);padding:4px 12px;border-radius:999px}.icv-queue{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.icv-chip{display:inline-flex;align-items:center;gap:9px;background:var(--surface2);border:1px solid var(--line);border-radius:11px;padding:6px 8px 6px 6px}.icv-chip img{width:34px;height:34px;border-radius:7px;object-fit:cover;flex:none;border:1px solid var(--line)}.icv-chip b{font-size:12.5px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.icv-chip em{font-size:11px;color:var(--soft);font-style:normal;white-space:nowrap}.icv-chip__x{flex:none;width:22px;height:22px;border-radius:6px;border:none;background:0 0;color:var(--soft);font-size:18px;line-height:1;cursor:pointer;transition:color .15s,background .15s}.icv-chip__x:hover{color:var(--icv-blue);background:var(--surface)}.icv-controls{display:flex;flex-direction:column;gap:18px;min-width:0}.icv-label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:9px}.icv-label__opt{color:var(--soft);font-weight:500}.icv-field__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.icv-field__head .icv-label{margin:0}.icv-info{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:var(--surface2);border:1px solid var(--line);font-size:10px;font-weight:700;font-style:italic;color:var(--soft);cursor:help;position:relative;vertical-align:middle}.icv-info::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:max-content;max-width:230px;background:var(--ink);color:var(--surface);font-size:12px;font-weight:500;font-style:normal;line-height:1.45;padding:8px 11px;border-radius:8px;text-align:left;opacity:0;visibility:hidden;transition:opacity .15s;z-index:20;box-shadow:0 10px 24px rgba(0,0,0,.22)}.icv-info:focus::after,.icv-info:hover::after{opacity:1;visibility:visible}.icv-seg{display:inline-flex;gap:4px;background:var(--surface2);border:1px solid var(--line);border-radius:11px;padding:4px}.icv-seg__btn{flex:1;font-family:var(--tl-sans);font-size:13.5px;font-weight:600;color:var(--muted);background:0 0;border:none;border-radius:8px;padding:9px 16px;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s}.icv-seg__btn:hover{color:var(--ink)}.icv-seg__btn.is-active{color:var(--icv-blue);background:var(--surface);box-shadow:0 1px 4px rgba(30,50,90,.12)}.icv-seg__btn:focus-visible{outline:2px solid var(--icv-blue)!important;outline-offset:2px}.icv-quality-box{display:inline-flex;align-items:center;gap:3px;font-size:13px;color:var(--muted)}.icv-quality-num{width:48px;font-family:var(--tl-sans);font-size:13.5px;font-weight:600;color:var(--ink);text-align:center;background:var(--surface2);border:1px solid var(--line);border-radius:8px;padding:5px 4px}.icv-range{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,var(--icv-blue) 0 var(--icv-fill,80%),var(--line) var(--icv-fill,80%) 100%);outline:0;cursor:pointer}.icv-range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--icv-blue);box-shadow:0 2px 6px rgba(37,99,235,.35);cursor:pointer}.icv-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--icv-blue);box-shadow:0 2px 6px rgba(37,99,235,.35);cursor:pointer}.icv-range:focus-visible{outline:2px solid var(--icv-blue);outline-offset:4px}.icv-range__scale{display:flex;justify-content:space-between;margin-top:7px;font-size:11.5px;color:var(--soft)}.icv-resize{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.icv-dim{display:flex;flex-direction:column;gap:6px;flex:1 1 100px;min-width:0}.icv-dim__label{font-size:12px;color:var(--muted)}.icv-dim__box{display:flex;align-items:center;gap:4px;background:var(--surface2);border:1px solid var(--line);border-radius:9px;padding:0 11px}.icv-dim__box input{width:100%;min-width:0;font-family:var(--tl-sans);font-size:14px;color:var(--ink);background:0 0;border:none;padding:10px 0;outline:0}.icv-dim__box span{font-size:12px;color:var(--soft)}.icv-dim__box:focus-within{border-color:var(--icv-blue)}.icv-lock{flex:none;width:38px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface2);border:1px solid var(--line);border-radius:9px;cursor:pointer;color:var(--soft);transition:color .18s,border-color .18s}.icv-lock svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icv-lock.is-locked{color:var(--icv-blue);border-color:var(--icv-blue)}.icv-check--aspect{flex:1 1 100%;margin-top:2px}.icv-check{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;color:var(--muted);cursor:pointer}.icv-check input{width:17px;height:17px;accent-color:var(--icv-blue);cursor:pointer;flex:none}.icv-options{display:flex;gap:22px;flex-wrap:wrap}.icv-run{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:2px}.icv-batch{font-size:12.5px;color:var(--soft)}.icv-go{background:var(--icv-blue);color:#fff;border-color:var(--icv-blue)}.icv-go .pp-tool__btn-arrow{transition:transform .2s}.icv-go:hover .pp-tool__btn-arrow{transform:translateX(3px)}.pp-tool .icv-go,.pp-tool a.icv-go{color:#fff}.icv-go[disabled]{opacity:.5}.icv-go.is-busy{opacity:.8;cursor:progress}.icv-res{margin-top:clamp(16px,2vw,22px)}.icv-res__head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.icv-res__title{display:flex;align-items:center;gap:12px}.icv-res__ok{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#16a34a}.icv-res__ok svg{width:17px;height:17px;fill:none;stroke:#16A34A;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icv-res__actions{display:flex;gap:9px;flex-wrap:wrap}.icv-obtn{display:inline-flex;align-items:center;gap:7px;font-family:var(--tl-sans);font-size:13px;font-weight:600;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:9px 15px;cursor:pointer;transition:border-color .18s,transform .18s,background .18s}.icv-obtn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icv-obtn:hover{border-color:var(--icv-blue);transform:translateY(-1px)}.icv-obtn--primary{background:var(--icv-blue);border-color:var(--icv-blue);color:#fff}.icv-obtn--primary:hover{color:#fff}.icv-obtn[disabled]{opacity:.6;cursor:default;transform:none}.icv-res__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:clamp(16px,2vw,24px)}@media (max-width:900px){.icv-res__grid{grid-template-columns:1fr}}.icv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}@media (max-width:560px){.icv-stats{grid-template-columns:1fr 1fr}}.icv-stat{display:flex;align-items:center;gap:11px;background:var(--surface2);border:1px solid var(--line);border-radius:13px;padding:13px 14px}.icv-stat__ic{width:34px;height:34px;flex:none;border-radius:10px;display:flex;align-items:center;justify-content:center}.icv-stat__ic svg{width:17px;height:17px;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icv-stat__ic.is-slate{background:rgba(100,116,139,.14)}.icv-stat__ic.is-slate svg{stroke:#64748B}.icv-stat__ic.is-rose{background:rgba(244,63,94,.13)}.icv-stat__ic.is-rose svg{stroke:#F43F5E}.icv-stat__ic.is-amber{background:rgba(245,158,11,.14)}.icv-stat__ic.is-amber svg{stroke:#F59E0B}.icv-stat__ic.is-green{background:rgba(22,163,74,.14)}.icv-stat__ic.is-green svg{stroke:#16A34A}.icv-stat__label{display:block;font-size:11.5px;color:var(--muted)}.icv-stat__val{display:block;font-size:17px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.icv-stat__val b{font-weight:700}.icv-green{color:#16a34a}.icv-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.icv-table table{width:100%;border-collapse:collapse}.icv-table th{text-align:left;font-size:11.5px;font-weight:600;color:var(--muted);padding:12px 14px;border-bottom:1px solid var(--line);background:var(--surface2)}.icv-table td{font-size:13px;color:var(--muted);padding:11px 14px;border-bottom:1px solid var(--line2,var(--line));vertical-align:middle}.icv-table tbody tr:last-child td{border-bottom:none}.icv-table tbody tr{cursor:pointer;transition:background .15s}.icv-table tbody tr.is-active,.icv-table tbody tr:hover{background:var(--surface2)}.icv-tbl__file{display:flex;align-items:center;gap:10px;min-width:0}.icv-tbl__file img{width:38px;height:38px;border-radius:8px;object-fit:cover;flex:none;border:1px solid var(--line)}.icv-tbl__file>span{display:flex;flex-direction:column;min-width:0}.icv-tbl__file b{display:block;font-size:13px;font-weight:600;color:var(--ink);max-width:clamp(90px,13vw,200px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icv-tbl__file em{font-size:11.5px;color:var(--soft);font-style:normal}.icv-tbl__save{color:#16a34a;font-weight:600}.icv-tag{display:inline-block;font-family:var(--tl-mono);font-size:10.5px;font-weight:700;letter-spacing:.5px;padding:3px 8px;border-radius:6px}.icv-tag--jpg{color:#b45309;background:rgba(245,158,11,.14)}.icv-tag--png{color:#6d28d9;background:rgba(124,58,237,.13)}.icv-tag--webp{color:#15803d;background:rgba(22,163,74,.14)}.icv-tbl__act{white-space:nowrap}.icv-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:var(--soft);background:0 0;border:none;cursor:pointer;transition:color .15s,background .15s}.icv-iconbtn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icv-iconbtn:hover{color:var(--icv-blue);background:var(--surface2)}.icv-showall{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;font-family:var(--tl-sans);font-size:13px;font-weight:600;color:var(--muted);background:var(--surface2);border:none;border-top:1px solid var(--line);padding:12px;cursor:pointer}.icv-showall svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.icv-showall:hover{color:var(--icv-blue)}.icv-res__side{display:flex;flex-direction:column;gap:16px}.icv-ring{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 0}.icv-ring__svg{width:150px;height:150px}.icv-ring__c{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.icv-ring__c b{font-size:32px;font-weight:700;color:var(--ink);letter-spacing:-.02em}.icv-ring__meta{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;margin-top:-4px}.icv-ring__label{font-size:12.5px;color:var(--muted)}.icv-ring__saved{font-size:14px;font-weight:700;color:#16a34a}.icv-optimal{display:inline-block;font-size:12.5px;font-weight:600;color:var(--muted)}.icv-optnote{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:22px 16px;border:1px solid var(--line);border-radius:16px;background:var(--surface2)}.icv-optnote__ic{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--icv-blue) 12%,transparent);color:var(--icv-blue)}.icv-optnote__ic svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icv-optnote b{font-size:15px;font-weight:700;color:var(--ink)}.icv-optnote p{margin:0;font-size:12.5px;line-height:1.5;color:var(--muted);max-width:240px}.icv-optnote__hint{color:var(--icv-blue);font-weight:600}.icv-preview{border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--surface2)}.icv-preview__label{font-size:13px;color:var(--muted);margin-bottom:11px}.icv-preview__label b{color:var(--ink);font-weight:600;word-break:break-word}.icv-ba{position:relative;width:100%;aspect-ratio:16/10;border-radius:10px;overflow:hidden;user-select:none;touch-action:none;background:#0b1220}.icv-ba__pane{position:absolute;inset:0;overflow:hidden}.icv-ba__pane img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.icv-ba__pane--before{width:50%}.icv-ba__pane--after img{left:auto;right:0}.icv-ba__pane--before img{width:100vw;max-width:none}.icv-ba__tag{position:absolute;top:8px;font-size:10.5px;font-weight:700;letter-spacing:.3px;color:#fff;background:rgba(0,0,0,.55);padding:3px 8px;border-radius:6px}.icv-ba__tag--l{left:8px}.icv-ba__tag--r{right:8px}.icv-ba__handle{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;transform:translateX(-50%);cursor:ew-resize;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.icv-ba__handle i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.3);display:flex}.icv-ba__handle i::after,.icv-ba__handle i::before{content:"";position:absolute;top:50%;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent}.icv-ba__handle i::before{left:7px;transform:translateY(-50%);border-right:6px solid #64748b}.icv-ba__handle i::after{right:7px;transform:translateY(-50%);border-left:6px solid #64748b}.icv-ba__meta{display:flex;justify-content:space-between;gap:10px;margin-top:10px;font-size:11.5px;color:var(--soft)}.icv-ba__pane--before{left:0}.icv-ba__pane--before img{position:absolute;left:0;top:0;height:100%;width:auto;min-width:100%;object-fit:cover}.icv-ba__pane--after img{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover}.icv-tips{margin-top:clamp(16px,2vw,22px);display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,24px);align-items:start}@media (max-width:860px){.icv-tips{grid-template-columns:1fr 1fr}}@media (max-width:480px){.icv-tips{grid-template-columns:1fr}}.icv-tip{display:flex;gap:12px}.icv-tip__ic{width:38px;height:38px;flex:none;border-radius:11px;display:flex;align-items:center;justify-content:center}.icv-tip__ic svg{width:19px;height:19px;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icv-tip__ic.is-amber{background:rgba(245,158,11,.14)}.icv-tip__ic.is-amber svg{stroke:#F59E0B}.icv-tip__ic.is-orange{background:rgba(249,115,22,.14)}.icv-tip__ic.is-orange svg{stroke:#F97316}.icv-tip__ic.is-purple{background:rgba(124,58,237,.13)}.icv-tip__ic.is-purple svg{stroke:#7C3AED}.icv-tip__ic.is-green{background:rgba(22,163,74,.14)}.icv-tip__ic.is-green svg{stroke:#16A34A}.icv-tip b{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:3px}.icv-tip span{font-size:12.5px;line-height:1.5;color:var(--muted)}.icv-cta{margin-top:clamp(16px,2vw,22px);display:flex;align-items:center;gap:18px;flex-wrap:wrap;background:color-mix(in srgb,var(--icv-purple) 6%,var(--surface));border-color:color-mix(in srgb,var(--icv-purple) 22%,var(--line))}.icv-cta__ic{width:46px;height:46px;flex:none;border-radius:13px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--icv-purple) 14%,transparent)}.icv-cta__ic svg{width:23px;height:23px;fill:none;stroke:var(--icv-purple);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icv-cta__text{flex:1 1 300px;min-width:0}.icv-cta__text b{display:block;font-size:15.5px;font-weight:600;color:var(--ink)}.icv-cta__text span{font-size:13.5px;color:var(--muted)}.icv-cta__btn{background:var(--icv-purple);border-color:var(--icv-purple);color:#fff;white-space:nowrap}.pp-tool a.icv-cta__btn{color:#fff}.icv-cta__btn:hover{opacity:.93;transform:translateY(-1px)}.icv-art{position:relative;display:flex;align-items:center;justify-content:center;gap:clamp(12px,3vw,26px);padding:8px 4px 40px}.icv-art__src{width:clamp(120px,34%,168px);aspect-ratio:5/4;border-radius:14px;overflow:hidden;border:1.5px dashed rgba(255,255,255,.22)}.icv-art__src svg{width:100%;height:100%;display:block}.icv-art__arrow{color:#fff;opacity:.8}.icv-art__arrow svg{width:30px;height:30px}.icv-art__disk{width:clamp(70px,20%,96px);aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 30%,#7c7cf0,#4f46e5 60%,#4338ca);box-shadow:0 14px 40px -10px rgba(99,102,241,.7)}.icv-art__disk svg{width:44%;height:44%;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.icv-art__spark{position:absolute;border-radius:50%;background:#fff;box-shadow:0 0 8px 1px rgba(255,255,255,.6)}.icv-art__spark--1{width:8px;height:8px;top:18%;right:12%}.icv-art__spark--2{width:5px;height:5px;top:34%;right:5%;opacity:.7}.icv-art__chips{position:absolute;bottom:0;right:0;display:flex;gap:8px}.icv-art__chip{font-family:var(--tl-mono);font-size:12px;font-weight:700;color:#fff;padding:6px 12px;border-radius:9px}.icv-art__chip.is-png{background:#2563eb}.icv-art__chip.is-jpg{background:#4f46e5}.icv-art__chip.is-webp{background:#16a34a}@media (max-width:991px){.icv-art__chips{position:static;margin-top:8px}.icv-art{flex-wrap:wrap}}