.palette-module__Ewr_Kq__toolHeader{text-align:center;margin-bottom:2rem}.palette-module__Ewr_Kq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.palette-module__Ewr_Kq__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.palette-module__Ewr_Kq__workspace{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto 3rem;display:flex}.palette-module__Ewr_Kq__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.palette-module__Ewr_Kq__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.palette-module__Ewr_Kq__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.palette-module__Ewr_Kq__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.palette-module__Ewr_Kq__fileInput{display:none}.palette-module__Ewr_Kq__dashboard{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:1000px){.palette-module__Ewr_Kq__dashboard{grid-template-columns:1fr}}.palette-module__Ewr_Kq__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.palette-module__Ewr_Kq__imagePreviewBox{border:1px solid var(--border-color);background-color:var(--bg-primary);border-radius:.75rem;justify-content:center;align-items:center;width:100%;min-height:400px;max-height:600px;display:flex;position:relative;overflow:hidden}.palette-module__Ewr_Kq__previewImage{object-fit:contain;max-width:100%;max-height:100%}.palette-module__Ewr_Kq__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.palette-module__Ewr_Kq__clearBtn:hover{color:#fff;background:#ef4444}.palette-module__Ewr_Kq__extractorPanel{flex-direction:column;gap:2rem;display:flex}.palette-module__Ewr_Kq__settingsRow{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:.75rem;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.palette-module__Ewr_Kq__formGroup{flex-direction:column;flex:1;gap:.5rem;display:flex}.palette-module__Ewr_Kq__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.palette-module__Ewr_Kq__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.palette-module__Ewr_Kq__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px}.palette-module__Ewr_Kq__dominantBox{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:1rem;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.palette-module__Ewr_Kq__swatchLarge{cursor:pointer;border:4px solid #fff;border-radius:50%;width:80px;height:80px;transition:transform .2s;box-shadow:0 4px 10px #00000026}.palette-module__Ewr_Kq__swatchLarge:hover{transform:scale(1.05)}.palette-module__Ewr_Kq__colorInfo{flex-direction:column;gap:.25rem;display:flex}.palette-module__Ewr_Kq__hexCode{color:var(--text-primary);cursor:pointer;font-family:monospace;font-size:1.5rem;font-weight:700}.palette-module__Ewr_Kq__rgbCode{color:var(--text-secondary);font-size:1rem}.palette-module__Ewr_Kq__copiedToast{color:#fff;z-index:100;background:#22c55e;border-radius:2rem;padding:.75rem 2rem;font-weight:600;animation:.3s forwards palette-module__Ewr_Kq__fadeUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #22c55e4d}@keyframes palette-module__Ewr_Kq__fadeUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.palette-module__Ewr_Kq__paletteGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;display:grid}.palette-module__Ewr_Kq__paletteSwatch{border:1px solid var(--border-color);background:var(--bg-primary);cursor:pointer;border-radius:.75rem;flex-direction:column;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000000d}.palette-module__Ewr_Kq__paletteSwatch:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.palette-module__Ewr_Kq__colorBlock{width:100%;height:80px}.palette-module__Ewr_Kq__colorDetails{text-align:center;padding:.75rem}.palette-module__Ewr_Kq__paletteHex{color:var(--text-primary);font-family:monospace;font-size:.9rem;font-weight:700}.palette-module__Ewr_Kq__paletteRgb{color:var(--text-secondary);margin-top:.25rem;font-size:.75rem}.palette-module__Ewr_Kq__actionGroup{gap:1rem;margin-top:1rem;display:flex}.palette-module__Ewr_Kq__exportBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);text-align:center;border-radius:.75rem;flex:1;padding:1rem;font-size:1rem;font-weight:600}.palette-module__Ewr_Kq__exportBtn:hover{background:var(--bg-secondary);border-color:var(--accent-primary);color:var(--accent-primary)}.palette-module__Ewr_Kq__formatSelect{border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.palette-module__Ewr_Kq__wcagBadge{text-transform:uppercase;letter-spacing:.05em;opacity:.9;border-radius:1rem;margin-top:auto;margin-bottom:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.palette-module__Ewr_Kq__colorBlock{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:80px;display:flex}.palette-module__Ewr_Kq__gradientPanel{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem}.palette-module__Ewr_Kq__gradientBox{border:1px solid var(--border-color);border-radius:1rem;width:100%;height:150px;margin-bottom:1rem;box-shadow:0 4px 6px -1px #0000000d}.palette-module__Ewr_Kq__codeBox{background:var(--bg-primary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);text-align:center;word-break:break-all;border-radius:.5rem;margin-bottom:1rem;padding:1rem;font-family:monospace;font-size:.85rem}.palette-module__Ewr_Kq__mockUiPanel{border-top:1px solid var(--border-color);margin-top:3rem;padding-top:2rem}.palette-module__Ewr_Kq__mockUiWrapper{border:1px solid var(--border-color);border-radius:1rem;transition:background-color .4s;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a}.palette-module__Ewr_Kq__mockUiNav{justify-content:space-between;align-items:center;padding:1.5rem 2rem;transition:all .4s;display:flex}.palette-module__Ewr_Kq__mockUiLogo{letter-spacing:-.05em;font-size:1.5rem;font-weight:800;transition:color .4s}.palette-module__Ewr_Kq__mockUiLinks{gap:1.5rem;font-size:.95rem;font-weight:600;transition:color .4s;display:flex}.palette-module__Ewr_Kq__mockUiHero{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem 6rem;display:flex}.palette-module__Ewr_Kq__mockUiHeadline{letter-spacing:-.02em;max-width:800px;font-size:3.5rem;font-weight:800;line-height:1.1;transition:color .4s}.palette-module__Ewr_Kq__mockUiSubtext{opacity:.9;max-width:600px;font-size:1.25rem;transition:color .4s}.palette-module__Ewr_Kq__mockUiButton{cursor:pointer;border:none;border-radius:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .4s;box-shadow:0 4px 14px #0000001a}.palette-module__Ewr_Kq__mockUiCards{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:-3rem;padding:0 2rem 4rem;display:grid}.palette-module__Ewr_Kq__mockUiCard{border-radius:1rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .4s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.palette-module__Ewr_Kq__mockUiCardIcon{border-radius:.75rem;width:48px;height:48px;transition:background-color .4s}.palette-module__Ewr_Kq__mockUiCardTitle{font-size:1.25rem;font-weight:700;transition:color .4s}.palette-module__Ewr_Kq__mockUiCardText{opacity:.8;font-size:.95rem;line-height:1.5;transition:color .4s}
