:root{--page-bg: #f5f6fb;--surface: rgba(255,255,255,.92);--surface-solid: #ffffff;--surface-soft: #fbfbff;--text: #1f2333;--muted: #7f8395;--border: #e2e4ef;--stage: #f2f3f7;font-family:Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--page-bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 50% 0%,#ebe9ff 0,var(--page-bg) 38%,var(--page-bg) 100%);transition:background .2s ease,color .2s ease}button,input{font:inherit}button{cursor:pointer}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.brand-bar{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;color:#222438;text-decoration:none;font-size:22px;font-weight:850;letter-spacing:-.5px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#6d5dfc,#9a6cff);color:#fff;font-size:17px;box-shadow:0 8px 24px #6d5dfc44}.privacy-badge{padding:9px 13px;border:1px solid #dcdef0;border-radius:999px;background:#ffffffb8;color:#5e6377;font-size:13px}.hero{padding:58px 16px 42px;text-align:center}.eyebrow{margin:0 0 15px;color:#6d5dfc;font-weight:800;font-size:14px;letter-spacing:.1em}h1{margin:0;color:#202234;font-size:clamp(42px,6vw,70px);line-height:1.08;letter-spacing:-.055em}h1 span{color:#6d5dfc}.hero-copy{max-width:760px;margin:24px auto 0;color:#686d80;font-size:17px;line-height:1.7}.tool-card{padding:18px;border:1px solid var(--border);border-radius:28px;background:var(--surface);box-shadow:0 28px 80px #35375a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dropzone{min-height:410px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;border:2px dashed #cfd2e7;border-radius:20px;background:#fafaff;text-align:center;transition:.2s ease;outline:none}.dropzone:hover,.dropzone:focus,.dropzone.dragging,.workspace.dragging{border-color:#7868ff;background:#f3f1ff;transform:translateY(-1px)}.upload-icon{display:grid;place-items:center;width:74px;height:74px;margin-bottom:19px;border-radius:24px;background:#ebe8ff;color:#6d5dfc;font-size:44px;font-weight:300}.dropzone h2{margin:0 0 9px;font-size:26px;letter-spacing:-.04em}.dropzone p{margin:0 0 24px;color:#73788a}.dropzone small{margin-top:17px;color:#9195a5}.primary-btn,.download-btn,.secondary-btn{min-height:52px;padding:0 24px;border-radius:14px;font-weight:800;border:0}.primary-btn{background:#6d5dfc;color:#fff;box-shadow:0 10px 25px #6d5dfc3d}.primary-btn:hover{background:#5d4deb}.primary-btn:disabled,.secondary-btn:disabled,.download-btn:disabled{opacity:.55;cursor:not-allowed}.secondary-btn{border:1px solid #dcdfee;background:var(--surface-solid);color:#555b70}.download-btn{background:#1fbe75;color:#fff;box-shadow:0 10px 24px #1fbe7533}.workspace{padding:8px;border:2px dashed transparent;border-radius:22px;transition:.2s ease}.controls-card,.queue-section{margin-bottom:16px;padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft)}.controls-head,.queue-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.controls-head strong,.queue-head strong{font-size:16px}.controls-head span,.queue-head span{color:#7f8395;font-size:13px}.mode-switch{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mode-pill{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid #dcdfee;border-radius:16px;background:var(--surface-solid);cursor:pointer;transition:.18s ease}.mode-pill input{position:absolute;opacity:0;pointer-events:none}.mode-pill span{font-weight:800}.mode-pill small{color:#7f8395;font-size:12px}.mode-pill.active{border-color:#7868ff;background:#f5f2ff;box-shadow:inset 0 0 0 1px #7868ff33}.slider-panel{margin-top:14px;padding:16px;border-radius:16px;background:#fff;border:1px solid #ececf5}.slider-row{display:flex;flex-direction:column;gap:10px}.slider-label-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.slider-label-row label{font-weight:700}.slider-label-row strong{color:#6d5dfc}.slider-row input[type=range]{width:100%}.slider-row p{margin:0;color:#7f8395;font-size:13px;line-height:1.55}.eyedropper-row{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.picked-color-box{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #ececf5;border-radius:12px;background:#fafbff}.picked-color-box strong{display:block;font-size:13px}.picked-color-box small{color:#7f8395;font-size:12px}.color-swatch{width:34px;height:34px;border-radius:10px;border:1px solid #dcdfee;background:repeating-conic-gradient(#eceef7 0% 25%,#fff 0% 50%) 50% / 12px 12px}.summary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.summary-chip{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;background:var(--surface-solid);border:1px solid #ececf5}.summary-chip strong{font-size:20px}.summary-chip span{color:#7f8395;font-size:12px}.queue-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.queue-item{position:relative;display:flex;gap:10px;align-items:center;width:100%;padding:10px;border:1px solid var(--border);border-radius:14px;background:var(--surface-solid);text-align:left;transition:.18s ease}.queue-item:hover{border-color:#cfcaf9}.queue-item.active{border-color:#7868ff;background:#f6f4ff;box-shadow:inset 0 0 0 1px #7868ff33}.queue-item img{width:58px;height:58px;border-radius:10px;object-fit:cover;background:#f3f4f8}.queue-item-body{min-width:0;display:flex;flex-direction:column;gap:4px}.queue-item-body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;max-width:100px}.queue-remove-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;display:grid;place-items:center;border:1px solid #dcdfee;border-radius:999px;background:#fffffff5;color:#73788a;font-size:16px;line-height:1;padding:0}.queue-remove-btn:hover{background:#fff0f2;color:#d64d5d;border-color:#f2c9d0}.queue-status{font-size:12px}.queue-status.ready{color:#7f8395}.queue-status.processing{color:#6d5dfc}.queue-status.done{color:#1fbe75}.queue-status.error{color:#d64d5d}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.preview-panel{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:var(--surface-solid)}.panel-title{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border-bottom:1px solid #e8e9f1;font-weight:800}.result-panel-title{padding:12px 18px;align-items:flex-start}.panel-title-main,.zoom-header-main{display:flex;flex-direction:column;gap:8px}.file-name{overflow:hidden;color:#85899b;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.bg-preview-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bg-preview-btn{width:28px;height:28px;display:grid;place-items:center;padding:0;border-radius:999px;border:1px solid #d7daea;background:#fff}.bg-preview-btn:hover{transform:translateY(-1px)}.bg-preview-btn.active{border-color:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc22}.bg-swatch{width:16px;height:16px;display:block;border-radius:999px;border:1px solid rgba(0,0,0,.15)}.bg-swatch.white{background:#fff}.bg-swatch.black{background:#15171d}.bg-swatch.brown{background:#7a5636}.bg-swatch.blue{background:#2f63d8}.bg-swatch.red{background:#d54545}.status{color:#6d5dfc;font-size:12px}.image-stage{position:relative;min-height:430px;display:grid;place-items:center;padding:18px;background:var(--stage)}.image-stage img{display:block;max-width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(25,28,48,.12))}.image-stage img.pick-mode{cursor:crosshair;outline:3px dashed #6d5dfc66;outline-offset:6px}.checker{background-image:linear-gradient(45deg,#e8e9ef 25%,transparent 25%),linear-gradient(-45deg,#e8e9ef 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e8e9ef 75%),linear-gradient(-45deg,transparent 75%,#e8e9ef 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.result-stage.bg-white,.zoom-viewport.bg-white{background-color:#fff;background-image:none}.result-stage.bg-black,.zoom-viewport.bg-black{background-color:#14171f;background-image:none}.result-stage.bg-brown,.zoom-viewport.bg-brown{background-color:#7a5636;background-image:none}.result-stage.bg-blue,.zoom-viewport.bg-blue{background-color:#2f63d8;background-image:none}.result-stage.bg-red,.zoom-viewport.bg-red{background-color:#d54545;background-image:none}.empty-result{padding:20px;border-radius:14px;background:#ffffffd6;color:#7c8191;font-size:14px;text-align:center}.loading{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:320px;padding:28px;border-radius:18px;background:#fffffff0;text-align:center;box-shadow:0 12px 36px #23263c1f}.loading span{color:#7c8191;font-size:12px;line-height:1.5}.spinner{width:42px;height:42px;border:4px solid #e1dfff;border-top-color:#6d5dfc;border-radius:50%;animation:spin .8s linear infinite}.zoom-btn{position:absolute;right:14px;bottom:14px;width:46px;height:46px;display:grid;place-items:center;border-radius:999px;border:0;background:#1f2333e0;color:#fff;font-size:21px;box-shadow:0 10px 22px #0000002e}.zoom-btn:hover{background:#121521f5}@keyframes spin{to{transform:rotate(360deg)}}.actions{display:flex;justify-content:center;gap:10px;padding:22px 0 8px;flex-wrap:wrap}.message{min-height:24px;margin:8px 0 2px;color:#31825d;text-align:center;font-size:13px}.message.error{color:#d64d5d}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:30px 0}.feature-row div{display:flex;flex-direction:column;gap:6px;padding:22px;border:1px solid #e5e6ef;border-radius:18px;background:#ffffffa8;text-align:center}.feature-row strong{font-size:15px}.feature-row span{color:#7e8293;font-size:13px}footer{display:flex;justify-content:space-between;padding:12px 3px 34px;color:#9599aa;font-size:12px}footer a{color:inherit}.zoom-modal.hidden,.hidden{display:none!important}.zoom-modal{position:fixed;inset:0;z-index:60}.zoom-backdrop{position:absolute;inset:0;background:#0a0d14bd}.zoom-dialog{position:absolute;inset:5vh 4vw;display:flex;flex-direction:column;border-radius:22px;background:#fff;box-shadow:0 30px 80px #00000047;overflow:hidden}.zoom-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid #ececf5}.zoom-toolbar{display:flex;gap:8px;flex-wrap:wrap}.zoom-toolbar button{min-width:52px;min-height:40px;border-radius:12px;border:1px solid #dcdfee;background:var(--surface-solid);font-weight:700}.zoom-viewport{position:relative;flex:1;overflow:hidden;cursor:default;touch-action:none}.zoom-viewport.dragging{cursor:grabbing}.zoom-viewport img{position:absolute;left:50%;top:50%;max-width:none;max-height:none;transform:translate(0) scale(1);transform-origin:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform;pointer-events:none}.zoom-help{margin:0;padding:12px 18px 16px;color:#717689;font-size:12px}@media(max-width:900px){.summary-row,.mode-switch{grid-template-columns:1fr}}@media(max-width:780px){.page-shell{width:min(100% - 20px,1180px)}.privacy-badge{display:none}.hero{padding:38px 10px 30px}h1{font-size:clamp(38px,12vw,56px)}.hero-copy{font-size:15px}.tool-card{padding:10px;border-radius:20px}.dropzone{min-height:360px;padding:24px 16px}.controls-head,.queue-head,.zoom-header{flex-direction:column;align-items:flex-start}.result-panel-title{gap:10px}.queue-list,.preview-grid{grid-template-columns:1fr}.image-stage{min-height:340px}.feature-row{grid-template-columns:1fr}.actions button{width:100%}.zoom-dialog{inset:3vh 3vw}}.no-select{-webkit-user-select:none!important;user-select:none!important}.header-actions{display:flex;align-items:center;gap:10px}.theme-switch{display:flex;padding:3px;border:1px solid var(--border);border-radius:12px;background:var(--surface-solid)}.theme-btn{min-height:34px;padding:0 10px;border:0;border-radius:9px;color:var(--muted);background:transparent;font-size:12px;font-weight:800}.theme-btn.active{color:#fff;background:#6d5dfc}.region-remove-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.region-remove-btn,.mini-action-btn{min-height:32px;padding:0 10px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface-solid);font-size:12px;font-weight:800}.region-remove-btn.active{color:#fff;border-color:#6d5dfc;background:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc22}.mini-action-btn:disabled{opacity:.45;cursor:not-allowed}.region-tolerance-label{color:var(--muted);font-size:12px;white-space:nowrap}.region-remove-toolbar input[type=range]{width:110px}.region-pick-active{cursor:crosshair!important}.resultPreview.region-pick-active,#resultPreview.region-pick-active{outline:3px dashed #6d5dfc;outline-offset:5px}html[data-theme=dark]{--page-bg: #151821;--surface: rgba(31,35,47,.94);--surface-solid: #242937;--surface-soft: #1d222e;--text: #eef0f7;--muted: #a9aec0;--border: #3a4050;--stage: #1b202b}html[data-theme=dark] body{background:radial-gradient(circle at 50% 0%,#292342 0,#181b24 42%,#14171f)}html[data-theme=dark] .brand,html[data-theme=dark] h1,html[data-theme=dark] .dropzone h2{color:var(--text)}html[data-theme=dark] .tool-card,html[data-theme=dark] .preview-panel,html[data-theme=dark] .controls-card,html[data-theme=dark] .queue-section,html[data-theme=dark] .mode-pill,html[data-theme=dark] .slider-panel,html[data-theme=dark] .summary-chip,html[data-theme=dark] .queue-item,html[data-theme=dark] .zoom-dialog,html[data-theme=dark] .secondary-btn,html[data-theme=dark] .picked-color-box{background:var(--surface-solid);border-color:var(--border);color:var(--text)}html[data-theme=dark] .tool-card{background:var(--surface)}html[data-theme=dark] .dropzone,html[data-theme=dark] .image-stage{background:var(--stage);border-color:var(--border)}html[data-theme=dark] .dropzone:hover,html[data-theme=dark] .dropzone:focus,html[data-theme=dark] .dropzone.dragging,html[data-theme=dark] .workspace.dragging,html[data-theme=dark] .mode-pill.active,html[data-theme=dark] .queue-item.active{background:#302a4b}html[data-theme=dark] .panel-title,html[data-theme=dark] .zoom-header{border-color:var(--border)}html[data-theme=dark] .feature-row div{background:#202531;border-color:var(--border)}html[data-theme=dark] .privacy-badge{color:var(--muted);background:#222735;border-color:var(--border)}html[data-theme=dark] .empty-result,html[data-theme=dark] .loading{color:var(--muted);background:#232835f0}html[data-theme=dark] .zoom-toolbar button,html[data-theme=dark] .bg-preview-btn{color:var(--text);background:var(--surface-solid);border-color:var(--border)}html[data-theme=dark] footer{color:var(--muted)}@media(max-width:780px){.header-actions{gap:6px}.theme-btn{padding:0 7px}.region-remove-toolbar input[type=range]{width:90px}}
