/* File: share-ip.css - Overlay partage IP
   Desc: Dans l'architecture, je suis le calque visuel de #modal-share-ip.
   Version 1.0.0
   Copyright 2026 DNAvatar.org - Arnaud Maignan
   Date: August 19, 2026 13:50 UTC+1
   Logs:
   - Initial: textarea + copie */

#modal-share-ip {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 4, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

#modal-share-ip[hidden] {
  display: none;
}

#modal-share-ip .modal-panel {
  width: min(28rem, 92vw);
  background: #241c14;
  border: 1px solid #c9a227;
  padding: 1rem;
}

#share-ip-text {
  width: 100%;
  min-height: 7rem;
  font-family: ui-monospace, monospace;
}
