#ss-sa-launcher,
#ss-sa-teaser,
#ss-sa-panel {
  box-sizing: border-box;
  font-family: var(--ss-font, Inter, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
}

#ss-sa-launcher *,
#ss-sa-teaser *,
#ss-sa-panel * {
  box-sizing: border-box;
}

#ss-sa-panel button,
#ss-sa-launcher,
#ss-sa-teaser {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

#ss-sa-launcher {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483000;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
  border: 2px solid var(--ss-blue, #2563eb);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#ss-sa-launcher:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.5);
}
#ss-sa-launcher img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#ss-sa-teaser {
  position: fixed;
  right: 92px;
  bottom: 28px;
  z-index: 2147483000;
  max-width: 260px;
  padding: 12px 14px;
  background: #fff;
  color: #1f2340;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.16);
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#ss-sa-teaser::after {
  content: '';
  position: absolute;
  right: -7px;
  bottom: 16px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 4px -4px 12px rgba(15, 23, 42, 0.06);
}

#ss-sa-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483001;
  width: min(400px, 100vw);
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  background: #fff;
  color: #1f2340;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  box-shadow: -16px 0 48px rgba(15, 23, 42, 0.18);
  font-size: 14px;
  line-height: 1.45;
  padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom) 0;
}

#ss-sa-panel[hidden],
#ss-sa-teaser[hidden],
#ss-sa-launcher[hidden] {
  display: none !important;
}

#ss-sa-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  background: var(--ss-blue, #2563eb);
  color: #fff;
  min-height: 72px;
}

.ss-sa-header-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.ss-sa-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.ss-sa-online-dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid var(--ss-blue, #2563eb);
  box-sizing: border-box;
}

.ss-sa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.ss-sa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ss-sa-avatar--sm {
  width: 28px;
  height: 28px;
}

#ss-sa-header-text {
  flex: 1;
  min-width: 0;
}
#ss-sa-header-title {
  font-family: var(--ss-headline-font, Poppins, Inter, sans-serif);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
#ss-sa-header-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  min-width: 0;
  flex-wrap: wrap;
}
#ss-sa-header-status {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.92;
}
#ss-sa-header-status[hidden],
#ss-sa-restart[hidden],
#ss-sa-connect-human[hidden] {
  display: none !important;
}

#ss-sa-header-aside {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
  padding-left: 10px;
}
.ss-sa-header-aside-sep {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.35);
  margin: 4px 0;
}

#ss-sa-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  background: rgba(15, 23, 42, 0.18);
}
#ss-sa-close:hover,
#ss-sa-restart:hover,
#ss-sa-connect-human:hover {
  background: rgba(255, 255, 255, 0.14);
}
#ss-sa-close svg {
  width: 16px;
  height: 16px;
  display: block;
}

#ss-sa-connect-human {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  background: none;
  color: #fff;
  flex-shrink: 1;
  min-width: 0;
}
#ss-sa-connect-human svg {
  width: 15px;
  height: 15px;
  display: block;
  flex-shrink: 0;
}
#ss-sa-connect-human span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

#ss-sa-restart {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 4.6em;
  padding: 0;
  background: none;
  color: #fff;
}
#ss-sa-restart span {
  font-size: 10px;
  font-weight: 650;
  line-height: 1.15;
  text-align: right;
}

#ss-sa-disclaimer {
  flex-shrink: 0;
  padding: 8px 16px;
  font-size: 11px;
  line-height: 1.35;
  color: #6b7280;
  text-align: center;
  background: #fafafa;
  border-bottom: 1px solid #f1f5f9;
}

#ss-sa-log {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  min-width: 0;
  min-height: 0;
  overscroll-behavior: contain;
}
#ss-sa-log > * {
  max-width: 100%;
  min-width: 0;
}

.ss-sa-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
}
.ss-sa-row--bot { align-self: stretch; }
.ss-sa-row--user {
  align-self: flex-end;
  flex-direction: row-reverse;
  width: auto;
  max-width: 85%;
}
.ss-sa-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}
.ss-sa-row--bot .ss-sa-col {
  flex: 1 1 auto;
  max-width: calc(100% - 36px);
}
.ss-sa-row--user .ss-sa-col {
  width: max-content;
  max-width: 100%;
}

.ss-sa-bubble {
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ss-sa-bubble--bot {
  background: #f3f4f6;
  color: #1f2340;
  border-bottom-left-radius: 6px;
}
.ss-sa-bubble--user {
  background: var(--ss-blue, #2563eb);
  color: #fff;
  border-bottom-right-radius: 6px;
  width: max-content;
  max-width: 100%;
  min-width: 2.75rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: normal;
}

.ss-sa-md p {
  margin: 0 0 8px;
}
.ss-sa-md p:last-child {
  margin-bottom: 0;
}
.ss-sa-md-h {
  font-weight: 700;
  margin: 0 0 8px;
}
.ss-sa-md ul,
.ss-sa-md ol {
  margin: 0 0 8px;
  padding-left: 1.15em;
}
.ss-sa-md ul:last-child,
.ss-sa-md ol:last-child {
  margin-bottom: 0;
}
.ss-sa-md li {
  margin: 0 0 4px;
}
.ss-sa-md li:last-child {
  margin-bottom: 0;
}
.ss-sa-md strong {
  font-weight: 700;
}
.ss-sa-md a,
.ss-sa-md-link {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: var(--ss-blue, #2563eb);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
}
.ss-sa-md-link:hover {
  background: #dbeafe;
}

.ss-sa-time {
  font-size: 11px;
  color: #9ca3af;
  padding: 0 4px;
}
.ss-sa-row--user .ss-sa-time { text-align: right; }

.ss-sa-typing {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 16px;
  min-width: 56px;
}
.ss-sa-typing i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9ca3af;
  display: block;
  animation: ss-sa-bounce 1.2s infinite ease-in-out;
}
.ss-sa-typing i:nth-child(2) { animation-delay: 0.15s; }
.ss-sa-typing i:nth-child(3) { animation-delay: 0.3s; }
@keyframes ss-sa-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-4px); opacity: 1; }
}

.ss-sa-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
  box-shadow: none;
}
.ss-sa-price-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2563eb;
}
.ss-sa-price-main {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e3a8a;
}
.ss-sa-price-sub,
.ss-sa-price-note {
  font-size: 13px;
  font-weight: 600;
  color: #1e40af;
}
.ss-sa-price-note {
  font-weight: 500;
  color: #64748b;
}

.ss-sa-topics {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 10px 12px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}
.ss-sa-topics-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 8px;
}
.ss-sa-topics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.ss-sa-chip--topic {
  white-space: normal;
  text-align: left;
  line-height: 1.25;
  max-width: 100%;
  border-radius: 12px;
  background: #fff;
}

.ss-sa-yarn {
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ss-sa-yarn-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #1f2340;
}
.ss-sa-yarn-swatch {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  flex-shrink: 0;
}
.ss-sa-yarn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.ss-sa-yarn-tile {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #f9fafb;
}
.ss-sa-yarn-img,
.ss-sa-yarn-fill {
  display: block;
  width: 100%;
  aspect-ratio: 105 / 152;
  object-fit: contain;
  background: #fff;
}
.ss-sa-yarn-name,
.ss-sa-yarn-meta {
  padding: 0 6px;
  font-size: 11px;
  line-height: 1.3;
}
.ss-sa-yarn-name {
  font-weight: 650;
  color: #1f2340;
  padding-top: 6px;
}
.ss-sa-yarn-meta {
  color: #6b7280;
  padding-bottom: 6px;
}
.ss-sa-yarn-note {
  margin: 0;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.4;
}

.ss-sa-snip {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
a.ss-sa-snip-card {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  padding: 0 0 12px;
  line-height: normal;
}
a.ss-sa-snip-card:empty {
  display: none;
}
.ss-sa-snip-media {
  width: 100%;
  height: 220px;
  min-height: 220px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
}
.ss-sa-snip-thumb,
#ss-sa-panel img.ss-sa-snip-thumb {
  width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: none;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  flex-shrink: 0;
  background: #f3f4f6;
}
.ss-sa-snip-card .ss-sa-snip-title,
.ss-sa-snip-card .ss-sa-snip-excerpt {
  padding: 0 12px;
}
.ss-sa-snip-card .ss-sa-snip-title {
  padding-top: 10px;
}
.ss-sa-snip-title {
  font-weight: 700;
  font-size: 14px;
  color: #1f2340;
  line-height: 1.3;
}
.ss-sa-snip-excerpt {
  margin: 0;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.45;
}
.ss-sa-snip .ss-sa-cta {
  align-self: flex-start;
}
.ss-sa-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ss-sa-image-tile {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  min-width: 0;
}
#ss-sa-panel button.ss-sa-image-tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}
#ss-sa-panel .ss-sa-image-tile .ss-sa-snip-media {
  height: 200px;
  min-height: 200px;
}
#ss-sa-panel .ss-sa-image-tile .ss-sa-snip-thumb {
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.ss-sa-color-picker {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}
.ss-sa-color-input {
  width: 44px;
  height: 36px;
  padding: 0;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.ss-sa-price-tiers {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.ss-sa-price-tier {
  padding: 8px 12px;
  font-size: 13px;
  border-bottom: 1px solid #f3f4f6;
}
.ss-sa-price-tier:last-child {
  border-bottom: 0;
}
.ss-sa-price-tier--max {
  background: #f3f4f6;
  font-weight: 600;
}
.ss-sa-file-chip {
  align-self: flex-end;
  max-width: 90%;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #1f2340;
  font-size: 12px;
  font-weight: 600;
}

#ss-sa-ticket,
#ss-sa-lead {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ss-sa-form-error {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #b91c1c;
  font-weight: 600;
}
.ss-sa-form-error[hidden] {
  display: none;
}
#ss-sa-ticket input,
#ss-sa-ticket textarea,
#ss-sa-lead input,
#ss-sa-lead textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
  color: #1f2340;
  background: #fff;
  box-sizing: border-box;
}
#ss-sa-lead input[type='radio'] {
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}
#ss-sa-ticket textarea,
#ss-sa-lead textarea {
  resize: vertical;
  min-height: 64px;
}
.ss-sa-ticket-submit {
  align-self: flex-end;
  background: var(--ss-blue, #2563eb) !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 14px !important;
  font-weight: 600;
}
.ss-sa-ticket-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
#ss-sa-lead .ss-sa-lead-submit {
  background: var(--ss-green, #16a34a) !important;
  color: #fff !important;
}
#ss-sa-lead .ss-sa-lead-submit:hover {
  background: #15803d !important;
}
.ss-sa-organic {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
}
.ss-sa-organic legend {
  font-size: 13px;
  font-weight: 600;
  color: #1f2340;
  padding: 0 4px;
}
.ss-sa-organic-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  line-height: 1.35;
  color: #1f2340;
  cursor: pointer;
}
.ss-sa-organic-opt span {
  flex: 1 1 auto;
  text-align: left;
}
.ss-sa-organic-opt:has(input:checked) {
  border-color: #c5e4b8;
  background: #f3faef;
}
.ss-sa-organic-opt input[type='radio'] {
  appearance: radio;
  -webkit-appearance: radio;
  flex: 0 0 1.1rem;
  margin: 0;
  accent-color: var(--ss-blue, #2563eb);
}

.ss-sa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 12px 10px;
  flex-shrink: 0;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.ss-sa-chip-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
}
.ss-sa-chip-group-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.ss-sa-chip-group-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
#ss-sa-panel .ss-sa-chip--vat {
  background: #fff7ed;
  border-color: #fb923c;
  color: #c2410c;
}
#ss-sa-panel .ss-sa-chip--vat:hover {
  background: #ffedd5;
  border-color: #f97316;
}
#ss-sa-panel .ss-sa-chip,
#ss-sa-panel .ss-sa-cta {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #93c5fd;
  background: #eff6ff;
  color: var(--ss-blue, #2563eb);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}
#ss-sa-panel .ss-sa-chip:hover,
#ss-sa-panel .ss-sa-cta:hover {
  background: #dbeafe;
  border-color: #60a5fa;
}
#ss-sa-panel .ss-sa-chip--action {
  background: var(--ss-blue, #2563eb);
  border-color: var(--ss-blue, #2563eb);
  color: #fff;
}
#ss-sa-panel .ss-sa-chip--action:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}
#ss-sa-panel .ss-sa-chip:empty,
#ss-sa-panel .ss-sa-cta:empty {
  display: none;
}

#ss-sa-privacy {
  flex-shrink: 0;
  padding: 0 16px 6px;
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
}

#ss-sa-composer[hidden],
#ss-sa-composer-closed[hidden],
#ss-sa-closed-restart[hidden],
#ss-sa-closed-limit[hidden] {
  display: none !important;
}

#ss-sa-composer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 8px;
  padding: 6px 6px 6px 14px;
  background: #f3f4f6;
  border-radius: 999px;
  min-width: 0;
  max-width: calc(100% - 24px);
}

#ss-sa-composer-closed {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0 12px 8px;
  min-width: 0;
  max-width: calc(100% - 24px);
}

#ss-sa-closed-restart {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ss-blue, #2563eb);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

#ss-sa-closed-restart:hover {
  background: var(--ss-blue-hover, #1d4ed8);
}

#ss-sa-closed-limit {
  margin: 0;
  padding: 8px 4px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #6b7280;
  text-align: center;
}
#ss-sa-composer textarea {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 36px;
  max-height: 88px;
  resize: none;
  border: 0;
  background: transparent;
  outline: none;
  font: inherit;
  color: #1f2340;
  padding: 8px 0;
}
#ss-sa-composer textarea::placeholder {
  color: #9ca3af;
}
#ss-sa-attach {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  flex-shrink: 0;
}
#ss-sa-attach:hover { background: #e5e7eb; }
#ss-sa-file,
#ss-sa-lead-file {
  display: none;
}
.ss-sa-lead-files {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.ss-sa-lead-attach {
  border: 1px solid #dbeafe;
  background: #fff;
  color: var(--ss-blue, #2563eb);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.ss-sa-lead-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.ss-sa-lead-preview {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 140px;
}
.ss-sa-lead-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.ss-sa-lead-file-ok {
  font-size: 12px;
  line-height: 1.3;
  color: #166534;
}
.ss-sa-send {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ss-blue, #2563eb);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ss-sa-send:hover { background: var(--ss-blue-hover, #1d4ed8); }
.ss-sa-send svg {
  width: 18px;
  height: 18px;
  display: block;
}

#ss-sa-brand {
  flex-shrink: 0;
  padding: 0 12px 10px;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #c4c9d4;
  text-align: center;
}

.ss-sa-logo-check {
  margin: 8px 12px 12px;
  padding: 10px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.ss-sa-logo-check-legend,
.ss-sa-logo-check-note,
.ss-sa-logo-check-error {
  font-size: 12px;
  color: #475569;
  margin: 0 0 8px;
}
.ss-sa-logo-check-original {
  display: block;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  margin: 0 auto 10px;
}
.ss-sa-logo-check-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}
.ss-sa-logo-check-tile {
  width: 100%;
  text-align: center;
}
.ss-sa-logo-check-tile img,
.ss-sa-logo-check-tile canvas {
  width: 100%;
  height: auto;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  display: block;
}
.ss-sa-logo-check-cap {
  font-size: 11px;
  color: #334155;
  margin-top: 4px;
}

@media (max-width: 640px) {
  #ss-sa-panel {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
  #ss-sa-launcher {
    right: 16px;
    bottom: 16px;
  }
}
