/** Shopify CDN: Minification failed

Line 7:0 Unexpected "`"
Line 316:0 Unexpected "`"

**/
```css
.osmly-qr-section {
  width: 100%;
}

.osmly-qr-wrapper {
  max-width: 1100px;
  margin: 30px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  color: #1e293b;
  box-sizing: border-box;
}

.osmly-qr-wrapper *,
.osmly-qr-wrapper *::before,
.osmly-qr-wrapper *::after {
  box-sizing: border-box;
}

.osmly-qr-title {
  text-align: center;
  margin-bottom: 30px;
}

.osmly-qr-title h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
  color: #0f172a;
}

.osmly-qr-title p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.osmly-qr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.osmly-qr-controls h3 {
  margin: 0 0 14px;
  padding-bottom: 9px;
  border-bottom: 2px solid #f1f5f9;
  font-size: 17px;
  line-height: 1.3;
  color: #0f172a;
}

.osmly-control-group {
  margin-bottom: 20px;
}

.osmly-control-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.osmly-control-group input[type="text"],
.osmly-control-group textarea,
.osmly-control-group select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.4;
  background: #ffffff;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.osmly-control-group input[type="text"]:focus,
.osmly-control-group textarea:focus,
.osmly-control-group select:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

.osmly-control-group textarea {
  min-height: 90px;
  resize: vertical;
}

.osmly-color-pickers {
  display: flex;
  gap: 18px;
}

.osmly-color-pickers > div {
  flex: 1;
}

.osmly-color-pickers input[type="color"] {
  display: block;
  width: 100%;
  height: 44px;
  padding: 3px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}

.osmly-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-height: 210px;
  overflow-y: auto;
  padding: 2px 4px 2px 2px;
}

.osmly-social-btn {
  min-width: 0;
  padding: 9px 7px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #f8fafc;
  color: #334155;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.1s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.osmly-social-btn:hover {
  border-color: #4f46e5;
  color: #4f46e5;
}

.osmly-social-btn:active {
  transform: scale(0.98);
}

.osmly-social-btn.active {
  background: #4f46e5;
  color: #ffffff;
  border-color: #4f46e5;
}

.osmly-input-container {
  display: none;
}

.osmly-input-container.active {
  display: block;
}

.osmly-qr-preview-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 25px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  text-align: center;
}

.osmly-canvas-box {
  width: 100%;
  max-width: 320px;
  min-height: 310px;
  margin-bottom: 22px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.osmly-canvas-box canvas,
.osmly-canvas-box svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.osmly-download-actions {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 320px;
}

.osmly-download-btn {
  flex: 1;
  min-height: 46px;
  padding: 11px 12px;
  border: 0;
  border-radius: 7px;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.osmly-download-btn:hover {
  background: #334155;
}

.osmly-download-btn:active {
  transform: scale(0.98);
}

.osmly-svg-btn {
  background: #4f46e5;
}

.osmly-svg-btn:hover {
  background: #4338ca;
}

.osmly-status {
  min-height: 18px;
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}

.osmly-file-help {
  margin-top: 5px;
  color: #94a3b8;
  font-size: 11px;
}

.osmly-control-group input[type="file"] {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  background: #ffffff;
  font-size: 12px;
  color: #475569;
}

@media screen and (max-width: 900px) {
  .osmly-qr-layout {
    grid-template-columns: 1fr;
  }

  .osmly-qr-preview-box {
    min-height: auto;
  }
}

@media screen and (max-width: 600px) {
  .osmly-qr-wrapper {
    margin: 15px auto;
    padding: 18px;
    border-radius: 12px;
  }

  .osmly-qr-title h1 {
    font-size: 24px;
  }

  .osmly-qr-title p {
    font-size: 13px;
  }

  .osmly-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .osmly-color-pickers {
    flex-direction: column;
    gap: 12px;
  }

  .osmly-download-actions {
    flex-direction: column;
  }

  .osmly-canvas-box {
    min-height: 290px;
  }
}
```
