.image-io-playground{max-width:1600px;margin:0 auto}.playground-header{margin-bottom:2rem}.playground-header h1{margin:0 0 .5rem;font-size:2rem;color:#111827}.playground-header p{margin:0;color:#6b7280;line-height:1.6}.playground-container{display:grid;grid-template-columns:320px 1fr;gap:2rem}.config-panel{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.config-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.config-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.config-section h3{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.file-input{display:block;width:100%;padding:.75rem;border:2px dashed #d1d5db;border-radius:4px;background:#f9fafb;cursor:pointer;transition:border-color .2s,background-color .2s;font-size:.875rem}.file-input:hover{border-color:#3b82f6;background:#ffffff}.file-info{margin-top:.5rem;padding:.5rem;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:4px;font-size:.875rem}.file-size{color:#6b7280;font-size:.75rem}.number-input,.select-input,.text-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;transition:border-color .2s}.number-input:focus,.select-input:focus,.text-input:focus{outline:none;border-color:#3b82f6}.input-help{margin:.5rem 0 0;font-size:.75rem;color:#6b7280;line-height:1.4}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-row label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:#6b7280;font-weight:500}.range-input{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;transition:background .2s}.range-input::-webkit-slider-thumb:hover{background:#2563eb}.range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;transition:background .2s}.range-input::-moz-range-thumb:hover{background:#2563eb}.preview-toggles{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.preview-panel{display:flex;flex-direction:column;gap:1.5rem}.output-section{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.output-section h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}.code-block{position:relative;background:#1f2937;color:#d1d5db;padding:1rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;overflow-x:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.code-block code{flex:1;word-break:break-all}.url-code{color:#60a5fa}.btn-copy{padding:.5rem .75rem;background:#374151;border:1px solid #4b5563;border-radius:4px;color:#d1d5db;font-size:.75rem;cursor:pointer;white-space:nowrap;transition:background .2s}.btn-copy:hover{background:#4b5563}.preview-section{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.preview-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb}.preview-card.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.placeholder-text{color:#6b7280;text-align:center;padding:2rem;margin:0}.preview-card h4{margin:0;padding:1rem;background:#ffffff;border-bottom:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#111827}.image-container{padding:1rem;background:#ffffff;min-height:200px;display:flex;align-items:center;justify-content:center}.image-container img{max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.image-error{padding:2rem;text-align:center;color:#dc2626;font-size:.875rem;line-height:1.6}.image-info{padding:1rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:#6b7280}.image-info span{display:inline-block}.docs-section{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.docs-section h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}.docs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.doc-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;padding:1rem}.doc-card h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#111827}.doc-card ul{margin:0;padding:0 0 0 1.25rem;list-style:none}.doc-card li{margin-bottom:.5rem;font-size:.75rem;color:#4b5563;line-height:1.5}.doc-card li:last-child{margin-bottom:0}.doc-card code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#1f2937;background:#ffffff;padding:.125rem .375rem;border-radius:3px;font-size:.7rem}@media (max-width:1024px){.playground-container{grid-template-columns:1fr}.config-panel{position:static}.preview-grid{grid-template-columns:1fr}}@media (max-width:640px){.docs-grid,.form-row{grid-template-columns:1fr}}