:root { --bg:#f7f3ee; --ink:#3a3330; --accent:#b08d57; }
* { box-sizing: border-box; }
body { margin:0; background:var(--bg); color:var(--ink);
  font-family:-apple-system, system-ui, 'Segoe UI', Roboto, sans-serif; }
.wrap { max-width:640px; margin:0 auto; padding:24px 16px 60px; }
.hero { text-align:center; padding:24px 0 8px; }
.hero h1 { font-family:Georgia,'Times New Roman',serif; font-weight:400;
  font-size:2.4rem; margin:0; color:var(--accent); letter-spacing:.02em; }
.hero .date { margin:.2rem 0 0; letter-spacing:.3em; font-size:.9rem; opacity:.7; }
.hero .subtitle { margin:.8rem 0 0; font-size:1.05rem; }
.card { background:#fff; border-radius:16px; padding:20px; margin-top:20px;
  box-shadow:0 6px 24px rgba(0,0,0,.06); }
#gate label { display:block; margin-bottom:8px; font-weight:600; }
#gate input { width:100%; padding:14px; font-size:1.1rem; border:1px solid #ddd;
  border-radius:10px; margin-bottom:12px; }
#gate button { width:100%; padding:14px; border:0; border-radius:10px;
  background:var(--accent); color:#fff; font-size:1.1rem; font-weight:600; cursor:pointer; }
.error { color:#c0392b; margin:.6rem 0 0; }
.thanks { text-align:center; font-size:1.3rem; padding:30px 10px; }

/* La nota informativa di Uppy: portala subito sotto la scritta principale,
   non in fondo alla finestra (Uppy la posiziona absolute in basso). */
.uppy-Dashboard-AddFiles-info {
  position: static !important;
  bottom: auto !important;
  margin-top: 6px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uppy-Dashboard-note {
  margin: 6px auto 0 !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
}
