/* Pagina "in arrivo" di corsivo.app: niente script, niente font esterni */
:root { color-scheme: light; }
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fbfbfd;
  color: #1d1d1f;
  font: 16px/1.5 -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', system-ui, sans-serif;
}
main { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 16px; }
.logo { display: flex; align-items: center; gap: 10px; margin: 0; }
.segno { width: 52px; height: 36px; fill: none; stroke: #8c3a37; stroke-width: 4.5; stroke-linecap: round; stroke-linejoin: round; }
.logo span { font-size: 34px; font-weight: 600; letter-spacing: -0.02em; color: #141b38; }
.testo { max-width: 400px; margin: 24px 0 26px; color: #6e6e73; font-size: 16px; }
.stato { margin: 0; padding: 7px 14px; border-radius: 999px; background: rgb(140 58 55 / 0.1); color: #8c3a37; font-weight: 600; font-size: 13px; }
footer { display: flex; justify-content: center; gap: 8px; padding: 0 16px 20px; font-size: 13px; color: #8e8e93; }
footer a { color: #6e6e73; }
footer a:focus-visible { outline: 2px solid #8c3a37; outline-offset: 2px; border-radius: 4px; }
