.app-body { min-height: 100vh; }
.licence-key { margin-top: 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #07182a; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.licence-key span { display: grid; gap: 6px; }
.licence-key small { color: var(--cyan); letter-spacing: .14em; font-weight: 800; }
.licence-key strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
@media (max-width: 620px) { .licence-key { align-items: flex-start; flex-direction: column; } .licence-key button { width: 100%; } }
