body.color-adjust-active{overflow:hidden}#colorAdjustPage{position:fixed;z-index:130;inset:0;display:flex;flex-direction:column;min-height:100svh;background:#fff8f2;overflow:auto;color:#3c2936}#colorAdjustPage[hidden]{display:none}.color-adjust-header{display:grid;grid-template-columns:146px 1fr 42px;align-items:center;gap:8px;min-height:54px;padding:6px 20px;border-bottom:1px solid #ead9df;background:#fffaf0;text-align:center}.color-adjust-header button{display:flex;align-items:center;justify-content:flex-start;gap:7px;width:auto;height:35px;padding:0;border:0;background:transparent;color:#715167;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.color-adjust-header button i,.color-adjust-header a{display:grid;place-items:center;width:35px;height:35px;border:1px solid #79596b;border-radius:50%;background:#fff;color:#422c3a;text-decoration:none;font-size:20px;font-style:normal;line-height:1}.color-adjust-header a{justify-self:end;font-size:18px}.color-adjust-header b{font-size:15px}.color-adjust-stage{width:min(900px,100%);margin:0 auto;padding:16px 20px 30px}.color-adjust-preview{padding:12px;border:1px solid #e8d4de;border-radius:18px;background:#fffdfb;box-shadow:0 10px 24px #7b425012}.color-adjust-canvas-wrap{height:min(60svh,610px);display:block;overflow:auto;border:1px solid #ead9df;border-radius:13px;background-image:radial-gradient(#efdde5 1px,transparent 1px);background-size:16px 16px}.color-adjust-canvas-wrap canvas{display:block;flex:none;max-width:none!important;max-height:none!important;margin:auto;background:#fff;box-shadow:0 5px 16px #52314124;image-rendering:pixelated;touch-action:manipulation}.color-adjust-zoom{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 0 0}.color-adjust-zoom button,.color-adjust-zoom output{display:grid;place-items:center;box-sizing:border-box;min-width:35px;height:30px;padding:0 9px;border:1px solid #e6cbd6;border-radius:9px;background:#fff;color:#715167;font-size:12px;font-weight:800;line-height:1}.color-adjust-zoom output{min-width:54px;border:0;background:transparent;color:#9a5a78}.color-adjust-zoom #adjustZoomFit{min-width:48px;color:#a34e74}.color-adjust-hint{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:12px;padding:8px 2px 0;color:#9a5a78;font-size:12px;font-weight:700}.color-adjust-tools{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.color-adjust-tools button{min-height:36px;padding:8px 12px;border:1px solid #e6cbd6;border-radius:10px;background:#fff;color:#715167;font-size:12px;font-weight:800}.color-adjust-tools button.active{border-color:#c78c25;background:#ffd260;color:#4d3420;box-shadow:inset 0 -2px 0 #e5a72e}.color-adjust-tools #adjustUndo{margin-left:auto}.color-adjust-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.color-adjust-toolbar h2{margin:0;font-size:16px}.color-adjust-toolbar button{padding:8px 11px;border:1px solid #e6cbd6;border-radius:10px;background:#fff;color:#a34e74;font-size:12px;font-weight:800}.adjust-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(62px,1fr));gap:8px;margin-top:10px;padding:11px;border:1px solid #eedce5;border-radius:15px;background:#fffdfb}.adjust-color{position:relative;min-height:45px;padding:5px 3px;border:1px solid #ecdde4;border-radius:9px;background:#fff;color:#402c39;font-size:10px;font-weight:800;cursor:pointer}.adjust-color span{display:grid;place-items:center;height:34px;margin:0;border-radius:5px;box-shadow:inset 0 0 0 1px #00000015}.adjust-color span b{font-size:10px;line-height:1}.adjust-color small{display:none}.adjust-color.selected{outline:3px solid #df6993;outline-offset:1px}.adjust-color.selected:after{content:'✓';position:absolute;right:-4px;top:-5px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#df6993;color:white;font-size:11px}.color-adjust-empty{padding:18px;color:#9a7a8b;text-align:center;font-size:13px}.color-adjust-launch{white-space:nowrap}@media(max-width:760px){.color-adjust-header{grid-template-columns:128px 1fr 31px;min-height:45px;padding:4px 10px}.color-adjust-header button{height:31px;gap:5px;font-size:10px}.color-adjust-header button i,.color-adjust-header a{width:31px;height:31px;font-size:18px}.color-adjust-stage{padding:7px 10px 18px}.color-adjust-preview{padding:7px;border-radius:14px}.color-adjust-canvas-wrap{height:clamp(310px,51svh,460px);border-radius:10px}.color-adjust-zoom{padding:7px 0 0;gap:6px}.color-adjust-zoom button,.color-adjust-zoom output{height:28px;font-size:11px}.color-adjust-hint{padding:7px 2px 0;font-size:11px}.color-adjust-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:8px 0}.color-adjust-tools button{min-height:34px;padding:7px 6px;font-size:11px}.color-adjust-tools #adjustUndo{margin-left:0}.color-adjust-toolbar{margin-top:9px}.adjust-color-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;padding:7px;margin-top:7px}.adjust-color{min-height:41px;padding:3px 2px;font-size:9px}.adjust-color span{height:31px;margin:0}.adjust-color span b{font-size:9px}.color-adjust-launch{font-size:11px!important}}
/* 区域换色先高亮预览，确认后才真正修改，避免误点。 */
.color-adjust-tools .adjust-apply-region{border-color:#c78c25;background:#ffd260;color:#4d3420;box-shadow:inset 0 -2px 0 #e5a72e}
.color-adjust-tools .adjust-apply-region[hidden]{display:none!important}
@media(max-width:760px){.color-adjust-tools .adjust-apply-region{grid-column:1/-1;min-height:37px}}
