.color-tools-module__PTr1Pq__container{max-width:1200px;margin:0 auto;padding:1.5rem}.color-tools-module__PTr1Pq__backLink{color:var(--color-text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.color-tools-module__PTr1Pq__backLink:hover{color:var(--color-primary)}.color-tools-module__PTr1Pq__header{margin-bottom:2rem}.color-tools-module__PTr1Pq__title{color:var(--color-text-main);letter-spacing:-.025em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.color-tools-module__PTr1Pq__subtitle{color:var(--color-text-muted);font-size:1.1rem}.color-tools-module__PTr1Pq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.color-tools-module__PTr1Pq__card{background:var(--color-white);border:1px solid var(--color-border);color:inherit;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.color-tools-module__PTr1Pq__card:hover{border-color:var(--color-secondary);transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001a}.color-tools-module__PTr1Pq__cardIconWrapper{color:var(--color-primary)}.color-tools-module__PTr1Pq__cardContent{flex-direction:column;gap:.5rem;display:flex}.color-tools-module__PTr1Pq__cardTitle{color:var(--color-text-main);font-size:1.25rem;font-weight:700}.color-tools-module__PTr1Pq__cardDescription{color:var(--color-text-muted);font-size:.925rem;line-height:1.5}@media (max-width:640px){.color-tools-module__PTr1Pq__container{width:calc(100% + 90px);margin-top:-20px;margin-left:-45px;margin-right:-45px;padding:1rem .5rem}.color-tools-module__PTr1Pq__header{margin-bottom:1.5rem;padding:0 10px}.color-tools-module__PTr1Pq__title{font-size:1.5rem}.color-tools-module__PTr1Pq__subtitle{font-size:.9rem}.color-tools-module__PTr1Pq__grid{grid-template-columns:repeat(2,1fr);gap:10px}.color-tools-module__PTr1Pq__card{border-radius:12px;gap:.75rem;padding:1rem}.color-tools-module__PTr1Pq__cardIconWrapper svg{width:20px!important;height:20px!important}.color-tools-module__PTr1Pq__cardTitle{margin-bottom:4px;font-size:.9rem}.color-tools-module__PTr1Pq__cardDescription{-webkit-line-clamp:auto;line-clamp:auto;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.color-tools-module__PTr1Pq__backLink{margin-bottom:1rem;padding-left:10px}}.color-tools-module__PTr1Pq__resultGrid{text-align:left;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:2rem auto;padding:0 1.5rem;display:grid}.color-tools-module__PTr1Pq__previewCard{background:var(--color-white);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem}.color-tools-module__PTr1Pq__previewOutput{border:1px dashed var(--color-border);background-color:#f8fafc;background-image:linear-gradient(45deg,#eef2f7 25%,#0000 25%),linear-gradient(-45deg,#eef2f7 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#eef2f7 75%),linear-gradient(-45deg,#0000 75%,#eef2f7 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:350px;padding:2rem;display:flex;position:relative;overflow:hidden}.color-tools-module__PTr1Pq__previewCanvas{filter:drop-shadow(0 4px 10px #0000001a);border-radius:8px;margin:auto;transition:transform .3s,filter .3s;display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:450px!important}.color-tools-module__PTr1Pq__previewCanvas:hover{filter:drop-shadow(0 8px 15px #00000026);transform:scale(1.02)}.color-tools-module__PTr1Pq__progressContainer{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:1.5rem auto;display:flex}.color-tools-module__PTr1Pq__progressBarWrapper{background:#e2e8f0;border-radius:4px;width:100%;height:8px;margin-bottom:.5rem;overflow:hidden}.color-tools-module__PTr1Pq__progressBar{background:var(--color-primary);height:100%;transition:width .3s}.color-tools-module__PTr1Pq__progressText{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.color-tools-module__PTr1Pq__codeCard{color:#d4d4d4;background:#1e1e1e;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex;overflow:hidden}.color-tools-module__PTr1Pq__codeHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.color-tools-module__PTr1Pq__codeTitle{color:#fff;margin:0;font-size:1.1rem}.color-tools-module__PTr1Pq__copyButton{color:#fff;cursor:pointer;background:#333;border:1px solid #555;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:background .2s}.color-tools-module__PTr1Pq__copyButton:hover{background:#444}.color-tools-module__PTr1Pq__svgCodeArea{color:#9cdcfe;width:100%;height:300px;font-family:var(--font-mono,monospace);resize:none;background:0 0;border:none;outline:none;font-size:.85rem;line-height:1.5}@media (max-width:640px){.color-tools-module__PTr1Pq__resultGrid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.color-tools-module__PTr1Pq__previewOutput{padding:.5rem}.color-tools-module__PTr1Pq__svgCodeArea{height:200px}}
