* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #000;
  color: #f2f4f8;
  font-family: "Albert Sans", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.tel {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  background: #050608;
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
  .tel {
    margin: 28px auto;
    min-height: 860px;
    border-radius: 44px;
    box-shadow:
      0 0 0 1px #1c1f27,
      0 50px 120px rgba(0, 0, 0, 0.8);
  }
}
.mesh {
  position: absolute;
  inset: 0 0 auto 0;
  height: 360px;
  overflow: hidden;
  z-index: 0;
}
.mesh span {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}
.mesh .b1 {
  width: 380px;
  height: 380px;
  background: #2f6bff;
  opacity: 0.34;
  top: -190px;
  left: -140px;
  animation: b1 20s ease-in-out infinite alternate;
}
.mesh .b2 {
  width: 320px;
  height: 320px;
  background: #c6a5ff;
  opacity: 0.38;
  top: -60px;
  right: -150px;
  animation: b2 24s ease-in-out infinite alternate;
}
.mesh .b3 {
  width: 260px;
  height: 260px;
  background: #7cf0ff;
  opacity: 0.28;
  top: 80px;
  left: 80px;
  animation: b3 22s ease-in-out infinite alternate;
}
.mesh .b4 {
  width: 220px;
  height: 220px;
  background: #ffc9a0;
  opacity: 0.24;
  top: 120px;
  right: 30px;
  animation: b1 26s ease-in-out infinite alternate-reverse;
}
.mesh::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.05), rgba(5, 6, 8, 0.6) 65%, #050608);
}
@keyframes b1 {
  to {
    transform: translate(70px, 50px) scale(1.15);
  }
}
@keyframes b2 {
  to {
    transform: translate(-80px, 70px) scale(1.1);
  }
}
@keyframes b3 {
  to {
    transform: translate(60px, -60px) scale(1.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mesh span {
    animation: none;
  }
  .anello {
    animation: none;
  }
  .foglio {
    transition: none;
  }
}
header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 22px 0;
}
.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #050608;
  background: linear-gradient(120deg, #7cf0ff, #c6a5ff 50%, #ffc9a0);
}
.chi b {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.chi small {
  color: #b9c0cf;
  font-size: 13px;
}
.stato {
  position: relative;
  z-index: 1;
  margin: 22px 22px 0;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(17, 19, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ora-stato {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.ora-stato i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffb84d;
  box-shadow: 0 0 14px #ffb84d;
  flex: 0 0 12px;
}
.ora-stato i.libero {
  background: #5cffb1;
  box-shadow: 0 0 14px #5cffb1;
}
.ora-stato i.fuori {
  background: #5a6172;
  box-shadow: none;
}
.stato p {
  margin: 6px 0 0;
  color: #b9c0cf;
  font-size: 15px;
}
.stato p a {
  color: #c6a5ff;
  font-weight: 700;
  text-decoration: none;
}
.stato p.mia {
  color: #ffc9a0;
}
.riga {
  position: relative;
  z-index: 1;
  margin: 14px 22px 6px;
  color: #8b93a5;
  font-size: 14px;
}
.giorni {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 22px 6px;
  scrollbar-width: none;
}
.giorni::-webkit-scrollbar {
  display: none;
}
.giorni a {
  flex: 0 0 auto;
  text-decoration: none;
  color: #f2f4f8;
  background: #151821;
  border: 1px solid #2a2f3b;
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.giorni a.sel {
  background: #f2f4f8;
  color: #050608;
  border-color: #f2f4f8;
}
.giorni a.vuoto {
  opacity: 0.4;
}
.giornata {
  position: relative;
  z-index: 1;
  padding: 8px 22px 110px;
}
.testa {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 4px;
}
.testa h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.01em;
}
.testa span {
  color: #8b93a5;
  font-size: 13px;
  text-align: right;
}
.passato {
  display: block;
  text-decoration: none;
  color: #5a6172;
  font-size: 13px;
  padding: 8px 0 10px;
  border-top: 1px dashed #2a2f3b;
}
.passato b {
  color: #8b93a5;
}
.ora {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: start;
  padding: 7px 0;
  border-top: 1px dashed #2a2f3b;
  position: relative;
}
.ora.era {
  opacity: 0.35;
}
.h {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: #5a6172;
  padding-top: 9px;
}
.track {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 38px;
}
.pil {
  border-radius: 12px;
  padding: 9px 11px;
  background: #151821;
  border: 1px solid #2a2f3b;
  color: #f2f4f8;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
a.pil.sel,
a.pil:hover {
  background:
    linear-gradient(#151821, #151821) padding-box,
    linear-gradient(120deg, #7cf0ff, #c6a5ff 50%, #ffc9a0) border-box;
  border-color: transparent;
}
.pil.presto {
  opacity: 0.35;
  border-style: dashed;
}
.pil.mia {
  color: #ffc9a0;
  border-color: rgba(255, 201, 160, 0.6);
  border-style: dashed;
}
.occ {
  flex: 1;
  border-radius: 12px;
  padding: 9px 12px;
  color: #4b5160;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: repeating-linear-gradient(135deg, #0b0d12 0 6px, #12151c 6px 12px);
  border: 1px dashed #2a2f3b;
  white-space: nowrap;
}
.occ.corso {
  color: #ffb84d;
  border-color: rgba(255, 184, 77, 0.4);
}
.adesso {
  position: absolute;
  left: 30px;
  right: 0;
  height: 0;
  border-top: 2px solid #ffb84d;
  z-index: 2;
  pointer-events: none;
}
.adesso::before {
  content: "adesso";
  position: absolute;
  right: 0;
  top: -11px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: #050608;
  background: #ffb84d;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 600;
}
.sera {
  margin: 16px 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c6a5ff;
}
.vuota {
  color: #5a6172;
  padding: 14px 0;
  border-top: 1px dashed #2a2f3b;
}
.velo {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  z-index: 5;
}
.velo.su {
  opacity: 1;
  pointer-events: auto;
}
.foglio {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background: rgba(17, 19, 24, 0.94);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px 34px 0 0;
  padding: 12px 22px 30px;
  max-height: 88%;
  overflow: auto;
  transform: translateY(105%);
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.foglio.su {
  transform: none;
}
.grabber {
  width: 44px;
  height: 5px;
  border-radius: 99px;
  background: #2a2f3b;
  margin: 0 auto 14px;
  cursor: pointer;
}
.quando {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 6px;
}
.quando b {
  font-family: "JetBrains Mono", monospace;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.quando span {
  color: #8b93a5;
  font-size: 15px;
}
h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 16px 0 8px;
  letter-spacing: -0.01em;
}
.come {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.come a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #f2f4f8;
  background: #151821;
  border: 1px solid #2a2f3b;
  border-radius: 99px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
}
.come a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #c6a5ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.come a small {
  color: #8b93a5;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}
.come a.sel {
  background:
    linear-gradient(#151821, #151821) padding-box,
    linear-gradient(120deg, #7cf0ff, #c6a5ff 50%, #ffc9a0) border-box;
  border-color: transparent;
}
.come a.no {
  opacity: 0.4;
  pointer-events: none;
}
.come a.no::after {
  content: "non ci sta";
  color: #8b93a5;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}
.picker-wrap {
  position: relative;
  height: 160px;
  border-radius: 18px;
  background: #0e1015;
  border: 1px solid #22262f;
  overflow: hidden;
}
.picker {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  padding: 58px 0;
  scrollbar-width: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.picker::-webkit-scrollbar {
  display: none;
}
.picker a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  scroll-snap-align: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  color: #5a6172;
  text-decoration: none;
  transition: color 0.15s;
}
.picker a.vicino {
  color: #8b93a5;
}
.picker a.sel {
  color: #f2f4f8;
  font-weight: 600;
}
.picker-band {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 58px;
  height: 44px;
  border-radius: 12px;
  pointer-events: none;
  background:
    linear-gradient(#151821, #151821) padding-box,
    linear-gradient(120deg, #7cf0ff, #c6a5ff 50%, #ffc9a0) border-box;
  border: 1px solid transparent;
}
.picker-wrap::before,
.picker-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 46px;
  pointer-events: none;
  z-index: 2;
}
.picker-wrap::before {
  top: 0;
  background: linear-gradient(#0e1015, rgba(14, 16, 21, 0));
}
.picker-wrap::after {
  bottom: 0;
  background: linear-gradient(rgba(14, 16, 21, 0), #0e1015);
}
form {
  display: grid;
  gap: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font: inherit;
  font-size: 16px;
  padding: 13px 16px;
  border: 1px solid #2a2f3b;
  border-radius: 16px;
  background: #151821;
  color: #f2f4f8;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #5a6172;
}
textarea {
  min-height: 66px;
  resize: vertical;
}
.errore {
  color: #ffb84d;
  font-size: 13px;
  margin: 0;
}
.cta {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #f2f4f8;
  color: #050608;
  border-radius: 99px;
  padding: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-top: 6px;
  border: 0;
  width: 100%;
  cursor: pointer;
}
.nota {
  margin: 4px 0 0;
  color: #5a6172;
  font-size: 13px;
}
.fatto {
  display: none;
  text-align: center;
  padding: 10px 0 6px;
}
.foglio.ok .modulo {
  display: none;
}
.foglio.ok .fatto {
  display: block;
}
.anello {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 8px auto 16px;
  position: relative;
  background: conic-gradient(from 0deg, #7cf0ff, #c6a5ff, #ffc9a0, #7cf0ff);
  animation: gira 7s linear infinite;
}
.anello::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #111318;
}
.anello svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  stroke: #f2f4f8;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@keyframes gira {
  to {
    transform: rotate(360deg);
  }
}
.fatto h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.fatto p {
  margin: 0 auto 8px;
  max-width: 32ch;
  color: #8b93a5;
}
.fatto p b {
  color: #f2f4f8;
}
.fatto a {
  color: #c6a5ff;
  font-weight: 700;
  text-decoration: none;
}
.piede {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #4b5160;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0 22px 18px;
  margin: -90px 0 0;
}
.piede a {
  color: #8b93a5;
  text-decoration: none;
}
.piede {
  position: relative;
  z-index: 1;
  color: #4b5160;
  font-size: 12px;
  padding: 0 22px 26px;
  margin: -88px 0 0;
  line-height: 1.45;
}
.ctx {
  display: flex;
  gap: 8px;
}
.ctx a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #f2f4f8;
  background: #151821;
  border: 1px solid #2a2f3b;
  border-radius: 99px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
}
.ctx a.sel {
  background:
    linear-gradient(#151821, #151821) padding-box,
    linear-gradient(120deg, #7cf0ff, #c6a5ff 50%, #ffc9a0) border-box;
  border-color: transparent;
}
.trappola {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pil.mia.confermata {
  color: #5cffb1;
  border-color: rgba(92, 255, 177, 0.5);
}
.pil.mia.chiusa {
  color: #5a6172;
  border-color: #2a2f3b;
  text-decoration: line-through;
}
.pagina {
  position: relative;
  z-index: 1;
  padding: 26px 22px 40px;
}
.chi small a {
  color: #b9c0cf;
  text-decoration: none;
}
.stato-card {
  background: rgba(17, 19, 24, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.stato-card .bollo {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 99px;
  background: linear-gradient(120deg, #7cf0ff, #c6a5ff 50%, #ffc9a0);
  color: #050608;
  margin-bottom: 12px;
}
.stato-card.rifiutata .bollo,
.stato-card.scaduta .bollo,
.stato-card.annullata .bollo {
  background: #2a2f3b;
  color: #b9c0cf;
}
.stato-card h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.stato-card .quando {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
}
.stato-card .quando b {
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
}
.stato-card p {
  margin: 0 0 10px;
  color: #b9c0cf;
}
.stato-card a {
  color: #c6a5ff;
  font-weight: 700;
  text-decoration: none;
}
