.coin-avatar { overflow: hidden; }
.coin-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.coin-label > .coin-ticker, .modal-head .coin-ticker { display: inline-block; max-width: 100%; padding: 3px 8px; margin-top: 6px; border: 1px solid #45454d; border-radius: 6px; background: #2b2b32; color: #f3f3f6; font-size: 12px; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.modal-head .coin-ticker { font-size: 14px; padding: 4px 10px; margin-top: 9px; }
.coin-lookup { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 15px; margin-top: 12px; }
.coin-lookup p, .artwork-choices p { font-size: 11px; line-height: 1.6; color: #9999a2; }
.campaign-artwork { display: flex; gap: 16px; align-items: center; padding: 18px; margin-top: 22px; border: 1px solid #303033; border-radius: 12px; background: #19191b; }
.artwork-preview { display: grid; place-items: center; width: 88px; height: 88px; flex: 0 0 88px; overflow: hidden; border-radius: 13px; border: 1px solid #3a3a40; background: #121214; color: #797983; }
.artwork-preview > .icon { width: 26px; height: 26px; }
.artwork-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.artwork-choices { min-width: 0; }
.artwork-choices > strong { font-size: 12px; font-weight: 500; }
.artwork-choices small { font-size: 11px; color: #88888f; font-weight: 400; margin-left: 5px; }
.artwork-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 10px 0 8px; }
.artwork-buttons .button { position: relative; padding: 8px 11px; min-height: 35px; font-size: 11px; }
.artwork-buttons input[type=file] { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.artwork-buttons label:focus-within { outline: 2px solid #e2e2e7; outline-offset: 3px; }
.artwork-buttons [hidden] { display: none; }
.field input[readonly] { color: #c4c4cc; background: #19191b; }
.detail-artwork { display: block; width: 124px; height: 124px; object-fit: contain; border-radius: 16px; background: #19191b; margin-bottom: 22px; }
@media (max-width: 480px) {
  .campaign-artwork { padding: 13px; gap: 12px; align-items: flex-start; }
  .artwork-preview { width: 64px; height: 64px; flex-basis: 64px; }
  .artwork-buttons { gap: 7px; }
  .coin-lookup { align-items: flex-start; flex-direction: column; gap: 5px; }
}
