
#finiture-pro-app { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; gap: 8px; }
#finiture-pro-app .row { display: flex; gap: 8px; align-items: center; margin: 8px 0; flex-wrap: wrap; }
#finiture-pro-app .btn { background: #222; color: #fff; padding: 8px 12px; border: 0; border-radius: 6px; cursor: pointer; }
#finiture-pro-app input[type="color"] { width: 44px; height: 36px; padding: 0; border: 1px solid #ccc; border-radius: 6px; }
#finiture-pro-app input[type="range"] { width: 160px; }
#finiture-pro-app .canvas-wrap { position: relative; max-width: 100%; }
#finp-canvas { width: 100%; height: auto; image-rendering: auto; border: 1px solid #ddd; border-radius: 6px; }
