:root {
  --ink: #14213a;
  --muted-ink: #58677a;
  --bg: #eef7f6;
  --surface: #fbfefd;
  --muted: #deedeb;
  --line: rgba(20, 33, 58, 0.13);
  --primary: #24768d;
  --primary-dark: #15576c;
  --violet: #8176e7;
  --gold: #6ee7d7;
  --green: #42967e;
  --sidebar: #071127;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(36, 27, 75, 0.08);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); -webkit-user-select: none; user-select: none; }
button, input, textarea, select { font: inherit; }
input, textarea, select, [contenteditable="true"], .allow-selection { -webkit-user-select: text; user-select: text; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; -webkit-user-drag: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .serif { font-family: "Fraunces", Georgia, serif; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.04; letter-spacing: -0.035em; margin-bottom: .55rem; }
h2 { font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.15; margin-bottom: .5rem; }
h3 { font-size: 1.08rem; margin-bottom: .35rem; }
p { line-height: 1.65; }

.skip-link { position: fixed; top: -60px; left: 12px; z-index: 200; padding: 10px 14px; border-radius: 10px; background: white; }
.skip-link:focus { top: 12px; }

.sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 50; width: 270px; display: flex; flex-direction: column;
  padding: 22px 18px; color: #eeebf7; background:
    radial-gradient(circle at 18% 8%, rgba(110,231,215,.2), transparent 31%),
    radial-gradient(circle at 88% 72%, rgba(129,118,231,.16), transparent 34%),
    linear-gradient(180deg, #10203f, #071127);
  border-right: 1px solid rgba(255,255,255,.08);
}

.brand { display: flex; align-items: center; gap: 12px; padding: 6px 8px 22px; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--primary), var(--gold)); box-shadow: 0 8px 24px rgba(103,81,202,.35); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; width: 20px; height: 20px; border: 1.5px solid white; border-radius: 50%; opacity: .92; }
.brand-mark { position: relative; }
.brand-mark::before { transform: translateX(-5px); }
.brand-mark::after { transform: translateX(5px); }
.brand-mark span { transform: translateY(-5px); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; }
.brand-copy small { color: rgba(255,255,255,.45); font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; }

.nav { display: grid; gap: 3px; overflow-y: auto; padding: 8px 0 18px; scrollbar-width: thin; }
.nav a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 11px; color: rgba(255,255,255,.65); font-size: .87rem; font-weight: 600; transition: .2s ease; }
.nav a span { width: 21px; text-align: center; font-size: 1.05rem; }
.nav a:hover { color: white; background: rgba(255,255,255,.07); transform: translateX(2px); }
.nav a.active { color: white; background: linear-gradient(110deg, var(--primary), #7862d9); box-shadow: 0 10px 24px rgba(103,81,202,.24); }
.sidebar-quote { margin-top: auto; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.06); }
.sidebar-quote small { display: block; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.sidebar-quote strong { font-family: "Fraunces", Georgia, serif; font-size: .9rem; }
.public-site-link { display: flex; align-items: center; gap: 8px; margin: 2px 2px 14px; padding: 10px 12px; border: 1px solid rgba(220,250,247,.14); border-radius: 999px; color: rgba(236,251,250,.78); font-size: .78rem; font-weight: 600; }
.public-site-link:hover { color: white; background: rgba(255,255,255,.07); }

.content { min-height: 100vh; margin-left: 270px; padding: 42px clamp(22px, 5vw, 70px) 80px; }
.page { max-width: 1160px; margin: 0 auto; animation: page-in .35s ease both; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } }
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.eyebrow { color: var(--primary); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; margin-bottom: 8px; }
.lead { color: var(--muted-ink); max-width: 680px; margin-bottom: 0; }
.section { margin-top: 34px; }
.section-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 15px; }
.section-head h2 { margin: 0; font-size: 1.25rem; }

.hero { position: relative; overflow: hidden; min-height: 290px; padding: clamp(28px, 6vw, 54px); border-radius: 30px; color: white; background: linear-gradient(130deg, #5040b3, #6d4ac6 55%, #944fae); box-shadow: 0 24px 60px rgba(75,54,160,.22); }
.hero::after { content: ""; position: absolute; width: 370px; height: 370px; right: -100px; top: -115px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.04), 0 0 0 96px rgba(255,255,255,.03); }
.hero > * { position: relative; z-index: 1; }
.hero h1 { max-width: 650px; }
.hero p { max-width: 680px; color: rgba(255,255,255,.83); }
.hero .chips { margin-top: 22px; }

.grid { display: grid; gap: 17px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 1px 0 rgba(28,20,55,.02); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #d8d1e8; }
.card p:last-child { margin-bottom: 0; }
.card-accent { background: linear-gradient(145deg, rgba(103,81,202,.10), rgba(155,91,198,.04)); border-color: rgba(103,81,202,.18); }
.card-gold { background: linear-gradient(145deg, rgba(239,169,40,.12), rgba(255,255,255,.7)); border-color: rgba(239,169,40,.22); }
.metric { font-size: 2rem; font-weight: 800; letter-spacing: -.04em; margin: 3px 0; }
.muted { color: var(--muted-ink); }
.tiny { font-size: .75rem; }
.row { display: flex; align-items: center; gap: 12px; }
.row-between { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.stack { display: grid; gap: 14px; }
.wrap { flex-wrap: wrap; }

.button { appearance: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 17px; border-radius: 12px; color: white; background: var(--primary); font-weight: 700; font-size: .86rem; transition: .2s ease; }
.button:hover { background: var(--primary-dark); transform: translateY(-1px); }
.button:focus-visible, .icon-button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid rgba(103,81,202,.28); outline-offset: 2px; }
.button.secondary { background: white; color: var(--primary); border: 1px solid var(--line); }
.button.secondary:hover { background: #f6f3fb; }
.button.ghost { background: transparent; color: var(--muted-ink); border: 1px solid var(--line); }
.button.gold { color: #2a1c00; background: var(--gold); }
.button.small { min-height: 34px; padding: 7px 11px; font-size: .75rem; border-radius: 9px; }
.button[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.icon-button { border: 0; background: transparent; cursor: pointer; border-radius: 9px; padding: 8px; font-size: 1.35rem; color: inherit; }

.chips { display: flex; gap: 7px; flex-wrap: wrap; }
.chip, .badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; background: var(--muted); color: var(--muted-ink); font-size: .7rem; font-weight: 700; border: 1px solid transparent; }
.badge.primary { color: var(--primary); background: rgba(103,81,202,.1); }
.badge.gold { color: #7a5100; background: rgba(239,169,40,.16); }
.badge.green { color: #15745b; background: rgba(53,169,133,.13); }

.avatar { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center; color: var(--primary); background: linear-gradient(145deg, rgba(38,49,74,.16), rgba(232,166,61,.22)); font: 700 1.35rem "Fraunces", Georgia, serif; }
.coach-avatar { object-fit: cover; }
.rate-note { max-width:190px; color:var(--muted-ink); font-size:.72rem; line-height:1.35; font-weight:600; }
.icon-tile { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; color: var(--primary); background: rgba(103,81,202,.1); font-size: 1.3rem; }

.progress { height: 8px; overflow: hidden; background: var(--muted); border-radius: 999px; }
.progress > span { display: block; height: 100%; width: var(--value, 0%); border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--violet)); transition: width .5s ease; }
.progress-buttons { display: flex; gap: 6px; margin-top: 12px; flex-wrap: wrap; }
.ring-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ring-wrap { display: grid; justify-items: center; gap: 8px; }
.ring { --value: 50; --ring-color: var(--primary); width: 106px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--ring-color) calc(var(--value) * 1%), var(--muted) 0); position: relative; }
.ring::before { content: ""; position: absolute; inset: 9px; border-radius: inherit; background: white; }
.ring strong { position: relative; z-index: 1; font-size: 1.15rem; }

.quote { position: relative; overflow: hidden; }
.quote::before { content: "“"; position: absolute; right: 16px; bottom: -25px; color: rgba(103,81,202,.08); font: 170px Georgia, serif; line-height: 1; }
.quote blockquote { position: relative; margin: 0; font: italic 1.12rem/1.65 "Fraunces", Georgia, serif; }

.filters { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.filters input { flex: 1 1 260px; }
.field { display: grid; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.field label { font-size: .75rem; font-weight: 800; color: var(--muted-ink); }
input, textarea, select { width: 100%; border: 1px solid var(--line); color: var(--ink); background: white; border-radius: 11px; padding: 11px 12px; }
textarea { min-height: 100px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }

.course-cover { height: 120px; margin: -22px -22px 18px; display: grid; place-items: center; color: white; font-size: 2.1rem; border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(135deg, #5b49bc, #9258bd 60%, #e7a52c); }
.podcast { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; }
.play { width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer; color: white; background: var(--primary); }

.bar-chart { display: grid; gap: 15px; }
.bar-row { display: grid; grid-template-columns: 95px 1fr 40px; gap: 12px; align-items: center; font-size: .8rem; }
.bar-track { height: 12px; background: var(--muted); border-radius: 999px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: inherit; background: var(--primary); }
.bar-fill.gold { background: var(--gold); }
.bar-fill.violet { background: var(--violet); }

.timeline { display: grid; gap: 3px; }
.timeline-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.timeline-item:last-child { border-bottom: 0; }
.timeline-number { width: 36px; height: 36px; display: grid; place-items: center; color: var(--primary); background: rgba(103,81,202,.1); border-radius: 50%; font-weight: 800; }

.studio-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr); gap: 18px; align-items: start; }
.markdown-preview h2 { font-size: 1.2rem; margin-top: 24px; }
.markdown-preview ul { color: var(--muted-ink); line-height: 1.7; }
.saved-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }

.empty { padding: 56px 24px; text-align: center; border: 1px dashed #d9d3e7; border-radius: var(--radius); color: var(--muted-ink); }
.sponsor { padding: 14px 17px; border-radius: 15px; border: 1px solid rgba(239,169,40,.22); background: linear-gradient(110deg, rgba(239,169,40,.10), rgba(103,81,202,.06)); }
.footer { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); text-align: center; color: var(--muted-ink); font-size: .7rem; line-height: 1.7; }

.modal { width: min(650px, calc(100vw - 28px)); max-height: 88vh; overflow: auto; padding: 0; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 90px rgba(20,15,50,.28); }
.modal::backdrop { background: rgba(13,10,28,.55); backdrop-filter: blur(4px); }
.modal-header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(10px); }
.modal-header h2 { margin: 0; font-size: 1.2rem; }
#modal-content { padding: 20px; }
.toast { position: fixed; z-index: 300; right: 22px; bottom: 22px; transform: translateY(80px); opacity: 0; max-width: 330px; padding: 13px 16px; border-radius: 12px; color: white; background: #231b45; box-shadow: var(--shadow); transition: .3s ease; pointer-events: none; }
.toast.show { transform: translateY(0); opacity: 1; }

.mobile-header, .bottom-nav { display: none; }

@media (max-width: 980px) {
  .sidebar { transform: translateX(-102%); transition: transform .25s ease; width: min(310px, 86vw); padding-top: 74px; }
  .sidebar.open { transform: translateX(0); }
  .sidebar .brand { display: none; }
  .content { margin-left: 0; padding: 85px 20px 100px; }
  .mobile-header { position: fixed; z-index: 80; inset: 0 0 auto; height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-bottom: 1px solid var(--line); background: rgba(250,249,252,.92); backdrop-filter: blur(14px); }
  .brand--compact { padding: 0; font-family: "Fraunces", Georgia, serif; font-weight: 700; }
  .brand--compact .brand-mark { width: 34px; border-radius: 10px; }
  .brand--compact .brand-mark::before, .brand--compact .brand-mark::after, .brand--compact .brand-mark span { width: 16px; height: 16px; }
  .bottom-nav { position: fixed; z-index: 70; inset: auto 0 0; display: grid; grid-template-columns: repeat(5, 1fr); min-height: 68px; border-top: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
  .bottom-nav a { display: grid; place-items: center; align-content: center; gap: 2px; color: var(--muted-ink); font-size: .62rem; }
  .bottom-nav a span { font-size: 1.05rem; }
  .bottom-nav a.active { color: var(--primary); font-weight: 800; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  h1 { font-size: 2.15rem; }
  .content { padding-inline: 14px; }
  .page-head { align-items: flex-start; flex-direction: column; }
  .grid-2, .grid-3, .grid-4, .studio-layout, .form-grid { grid-template-columns: 1fr; }
  .ring-grid { gap: 8px; }
  .ring { width: 84px; }
  .hero { padding: 28px 22px; border-radius: 22px; min-height: 0; }
  .card { padding: 18px; }
  .course-cover { margin: -18px -18px 16px; }
  .podcast { grid-template-columns: auto 1fr; }
  .podcast .play { grid-column: 2; }
  .toast { left: 14px; right: 14px; bottom: 82px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* Calm, human-centered technology */
body {
  background:
    radial-gradient(circle at 82% 8%, rgba(110,231,215,.15), transparent 26rem),
    radial-gradient(circle at 18% 74%, rgba(129,118,231,.09), transparent 28rem),
    var(--bg);
}
.nav a.active { background: linear-gradient(110deg, #24768d, #416fbb 60%, #8176e7); box-shadow: 0 10px 28px rgba(36,118,141,.25); }
.content { background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 32rem); }
.card { border-radius: 22px; background: rgba(251,254,253,.86); box-shadow: 0 14px 38px rgba(20,33,58,.045); backdrop-filter: blur(8px); }
.card:hover { border-color: rgba(36,118,141,.28); box-shadow: 0 20px 52px rgba(20,33,58,.085); }
.card-accent { background: linear-gradient(145deg, rgba(110,231,215,.13), rgba(129,118,231,.055)); border-color: rgba(36,118,141,.18); }
.card-gold { background: linear-gradient(145deg, rgba(110,231,215,.16), rgba(251,254,253,.78)); border-color: rgba(36,118,141,.18); }
.hero {
  border: 1px solid rgba(220,250,247,.15);
  background:
    radial-gradient(circle at 82% 18%, rgba(110,231,215,.24), transparent 18rem),
    radial-gradient(circle at 20% 90%, rgba(129,118,231,.2), transparent 23rem),
    linear-gradient(135deg, #10203f, #123b5a 58%, #233b68);
  box-shadow: 0 26px 70px rgba(7,17,39,.2);
}
.button { border-radius: 999px; background: linear-gradient(110deg, #24768d, #416fbb 58%, #8176e7); box-shadow: 0 10px 26px rgba(36,118,141,.16); }
.button:hover { background: linear-gradient(110deg, #1d8799, #4c7bc9 58%, #8d83ef); box-shadow: 0 14px 32px rgba(36,118,141,.23); }
.button.gold { color: #071127; background: linear-gradient(110deg, #6ee7d7, #7bd5f2); }
.button.secondary { color: var(--primary-dark); background: rgba(251,254,253,.9); }
.button.ghost { color: var(--muted-ink); background: rgba(251,254,253,.46); }
.badge.primary { color: #15576c; background: rgba(110,231,215,.16); }
.badge.gold { color: #15576c; background: rgba(110,231,215,.19); }
.progress > span { background: linear-gradient(90deg, #24768d, #6ee7d7 55%, #8176e7); }
.ring { filter: drop-shadow(0 8px 16px rgba(20,33,58,.08)); }
.sponsor { border-color: rgba(36,118,141,.18); background: linear-gradient(110deg, rgba(110,231,215,.13), rgba(129,118,231,.07)); }
.toast { background: #10203f; }
@media (max-width: 980px) {
  .mobile-header { background: rgba(238,247,246,.9); }
  .bottom-nav { background: rgba(251,254,253,.94); }
}

/* Accesso e sessione personale */
[hidden] { display: none !important; }

body.auth-locked {
  overflow-x: hidden;
  background: #f5faf9;
}

.auth-screen {
  --rake: -5deg;
  --sweep: 83.871%;
  --band-ease: cubic-bezier(.65, .01, .18, 1);
  --band-time: 1.05s;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background:
    radial-gradient(circle at 12% 8%, rgba(110,231,215,.16), transparent 26rem),
    radial-gradient(circle at 88% 92%, rgba(129,118,231,.14), transparent 28rem),
    #eef6f5;
}
.auth-screen[data-mode="register"] { --sweep: 0%; }

.auth-stage { width: min(1120px, 100%); display: grid; gap: 18px; }
.auth-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.auth-brand { width: max-content; padding: 0; color: var(--ink); }
.auth-brand .brand-copy small { color: var(--muted-ink); }
.auth-back { display: inline-flex; gap: 8px; align-items: center; color: var(--muted-ink); font-size: .76rem; font-weight: 700; }
.auth-back:hover, .auth-support a:hover { color: var(--primary-dark); }

.auth-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(640px, 78vh);
  border-radius: 26px;
  background: linear-gradient(180deg, #fbfdfc, #f2f7f6);
  box-shadow: 0 40px 90px rgba(12,32,50,.18), 0 2px 0 rgba(255,255,255,.7) inset;
}

/* Il lato chiaro: scorre da sinistra a destra, senza dissolvenze */
.auth-forms {
  position: relative;
  z-index: 1;
  width: 50%;
  min-height: inherit;
  display: grid;
  align-items: center;
  padding: clamp(30px, 4vw, 56px) 12% clamp(30px, 4vw, 56px) 6%;
  transform: translateX(0);
  transition: transform var(--band-time) var(--band-ease), padding var(--band-time) var(--band-ease);
  will-change: transform;
  backface-visibility: hidden;
}
.auth-screen[data-mode="register"] .auth-forms {
  transform: translateX(100%);
  padding-right: 6%;
  padding-left: 12%;
}
.auth-pane { grid-area: 1 / 1; width: 100%; }
/* Keep inactive panes in flow (invisible) so the card height is always
   the height of the tallest pane — the box never resizes between modes. */
.auth-pane[hidden] { display: grid !important; visibility: hidden; opacity: 0; pointer-events: none; }

/* La lama: un solo rettangolo, un solo translateX */
.auth-band {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -6%;
  width: 62%;
  height: 100%;
  overflow: hidden;
  transform: translateX(var(--sweep)) skewX(var(--rake));
  transition: transform var(--band-time) var(--band-ease);
  will-change: transform;
  backface-visibility: hidden;
  background:
    radial-gradient(circle at 22% 14%, rgba(110,231,215,.22), transparent 20rem),
    radial-gradient(circle at 84% 86%, rgba(129,118,231,.2), transparent 22rem),
    linear-gradient(150deg, #071127, #0f2f42 58%, #123c34);
  box-shadow: 0 0 60px rgba(7,17,39,.35);
}
.band__inner {
  position: absolute;
  left: 9.677%;
  top: 0;
  width: 161.29%;
  height: 100%;
  transform: translateX(calc(-.62 * var(--sweep))) skewX(calc(-1 * var(--rake)));
  transition: transform var(--band-time) var(--band-ease);
  will-change: transform;
}
.band__page {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(28px, 4vw, 56px);
  color: #f4fffd;
}
.band__page[data-band="register"] { left: 0; padding-right: 14%; }
.band__page[data-band="login"] { left: 50%; padding-left: 14%; }
.band__brand { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.band__title { margin: 0; font-size: clamp(2.1rem, 3.4vw, 3.1rem); line-height: 1.03; color: white; }
.band__title em { font-style: italic; color: rgba(244,255,253,.9); }
.band__copy { max-width: 34ch; margin: 0; color: rgba(237,251,249,.72); font-size: .95rem; line-height: 1.55; }

.auth-heading { margin-bottom: 22px; }
.auth-heading h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 2.6vw, 2.3rem); }
.auth-heading h2::after { content: ""; display: block; width: 46px; height: 2px; margin-top: 12px; border-radius: 2px; background: var(--gold); }
.auth-heading p { margin: 0; color: var(--muted-ink); }
.auth-mobile-mark { display: none; }
.auth-switch { margin: 4px 0 0; color: var(--muted-ink); font-size: .76rem; }
.auth-switch .text-button { font-size: .76rem; text-decoration: underline; text-underline-offset: 3px; }

.auth-form { display: grid; gap: 15px; }
.auth-form .field label { color: var(--ink); font-size: .78rem; }
.auth-form input { min-height: 48px; border-color: rgba(20,33,58,.14); background: rgba(255,255,255,.92); box-shadow: 0 7px 24px rgba(20,33,58,.025); }
.auth-form input::placeholder { color: #93a1ac; }
.auth-submit { width: 100%; justify-content: center; margin-top: 2px; }
.text-button { appearance: none; padding: 0; border: 0; color: var(--primary-dark); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; }
.password-field { position: relative; }
.password-field input { padding-right: 72px; }
.password-field button { position: absolute; inset: 50% 11px auto auto; transform: translateY(-50%); padding: 6px; border: 0; color: var(--primary-dark); background: transparent; cursor: pointer; font-size: .7rem; font-weight: 800; }
.field-help { color: var(--muted-ink); font-size: .68rem; line-height: 1.45; }
.check-row { display: flex; align-items: flex-start; gap: 9px; color: var(--muted-ink); font-size: .72rem; line-height: 1.5; cursor: pointer; }
.check-row input { flex: 0 0 auto; width: 17px; min-height: 17px; margin-top: 1px; accent-color: var(--primary); box-shadow: none; }
.check-row a { color: var(--primary-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.label-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.demo-access { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(36,118,141,.14); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.62); cursor: pointer; text-align: left; }
.demo-access:hover { border-color: rgba(36,118,141,.3); background: white; }
.demo-access strong, .demo-access small { display: block; }
.demo-access strong { font-size: .76rem; }
.demo-access small { margin-top: 2px; color: var(--muted-ink); font-size: .66rem; }
.demo-icon { color: var(--primary-dark); }
.auth-message { margin: -6px 0 16px; padding: 11px 13px; border: 1px solid rgba(36,118,141,.18); border-radius: 11px; color: var(--primary-dark); background: rgba(110,231,215,.1); font-size: .75rem; line-height: 1.45; }
.auth-message.error { border-color: rgba(177,68,78,.2); color: #8d2f3c; background: rgba(231,117,128,.09); }
.auth-note { margin: 0; color: var(--muted-ink); font-size: .68rem; line-height: 1.55; }
.auth-support { justify-self: center; margin: 0; color: var(--muted-ink); font-size: .72rem; }
.auth-support a { color: var(--primary-dark); font-weight: 800; }

@media (prefers-reduced-motion: reduce) {
  .auth-band, .band__inner, .auth-forms { transition: none; }
}

.account-summary { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; margin: 0 2px 14px; padding: 10px; border: 1px solid rgba(220,250,247,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.account-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #071127; background: linear-gradient(145deg, var(--gold), #7bd5f2); font: 700 .9rem "Fraunces", Georgia, serif; }
.account-copy { min-width: 0; display: grid; gap: 1px; }
.account-copy strong, .account-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-copy strong { color: white; font-size: .73rem; }
.account-copy small { color: rgba(255,255,255,.46); font-size: .59rem; }
.account-logout { width: 29px; height: 29px; display: grid; place-items: center; border: 0; border-radius: 9px; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; font-size: .92rem; }
.account-logout:hover { color: white; background: rgba(255,255,255,.08); }

@media (max-width: 920px) {
  .auth-card { min-height: min(600px, 80vh); }
  .band__title { font-size: clamp(1.7rem, 4vw, 2.3rem); }
  .band__copy { font-size: .86rem; }
}

@media (max-width: 760px) {
  .auth-screen { padding: 16px 14px 24px; align-items: start; }
  .auth-card { min-height: auto; border-radius: 22px; }
  .auth-band { display: none; }
  .auth-forms { width: 100%; padding: 26px 20px 30px; transition: transform .42s var(--band-ease); }
  .auth-screen[data-mode="register"] .auth-forms { transform: none; }
  .auth-topline .auth-brand small { display: none; }
  .auth-heading { margin-bottom: 20px; }
  .auth-heading h2 { font-size: 2rem; }
}

@media (max-width: 420px) {
  .auth-screen { padding-inline: 11px; }
  .auth-forms { padding: 22px 16px 26px; }
}

/* Home personale: una direzione, una priorità, un prossimo passo */
.dashboard-page { max-width: 1180px; }
.dashboard-welcome { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.dashboard-welcome h1 { margin: 4px 0 7px; font-size: clamp(2.25rem, 4.7vw, 4rem); }
.dashboard-welcome p { margin: 0; color: var(--muted-ink); }
.dashboard-date { color: var(--primary-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.dashboard-profile-button { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; padding: 3px; border: 1px solid rgba(36,118,141,.16); border-radius: 50%; background: rgba(255,255,255,.54); box-shadow: 0 8px 24px rgba(20,33,58,.05); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.dashboard-profile-button:hover { transform: translateY(-2px); border-color: rgba(36,118,141,.34); background: white; }
.dashboard-profile-button > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #071127; background: linear-gradient(145deg, var(--gold), #7bd5f2); font: 700 .88rem "Fraunces", Georgia, serif; }

.dashboard-onboarding { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: -10px 0 30px; padding: 16px 20px; border: 1px solid rgba(36,118,141,.14); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.58); box-shadow: 0 10px 30px rgba(20,33,58,.045); }
.dashboard-onboarding h2 { margin-bottom: 3px; font-size: 1.15rem; }
.dashboard-onboarding p { max-width: 700px; margin: 0; color: var(--muted-ink); font-size: .78rem; }
.dashboard-section-label { display: block; margin-bottom: 7px; color: var(--primary-dark); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.dashboard-onboarding .dashboard-section-label { color: var(--primary-dark); }
.dashboard-hero .dashboard-section-label { color: var(--gold); }

.dashboard-hero { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; min-height: 310px; padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(220,250,247,.14); border-radius: 27px; color: white; background:
  radial-gradient(circle at 76% 20%, rgba(110,231,215,.2), transparent 17rem),
  radial-gradient(circle at 18% 105%, rgba(129,118,231,.2), transparent 25rem),
  linear-gradient(135deg, #071127, #103552 60%, #173b60);
  box-shadow: 0 28px 72px rgba(7,17,39,.18);
}
.dashboard-hero::after { content: ""; position: absolute; z-index: -1; width: 360px; height: 360px; right: -150px; top: -150px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.dashboard-hero-main { align-self: center; max-width: 650px; }
.dashboard-hero-main h2 { max-width: 630px; margin-bottom: 12px; color: white; font-size: clamp(1.85rem, 3.4vw, 2.9rem); line-height: 1.04; }
.dashboard-hero-main > p { max-width: 610px; margin-bottom: 26px; color: rgba(239,251,249,.7); }
.dashboard-hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-text-link { color: rgba(244,255,253,.78); font-size: .8rem; font-weight: 800; }
.hero-text-link:hover { color: white; }
.dashboard-score { align-self: center; display: grid; justify-items: center; gap: 12px; padding-right: clamp(0px, 2vw, 24px); }
.dashboard-score-ring { --value: 50; width: 118px; aspect-ratio: 1; display: grid; place-content: center; place-items: center; border-radius: 50%; background: radial-gradient(circle closest-side, #0e2d49 81%, transparent 82% 100%), conic-gradient(var(--gold) calc(var(--value) * 1%), rgba(255,255,255,.11) 0); filter: drop-shadow(0 12px 22px rgba(0,0,0,.14)); }
.dashboard-score-ring strong { font: 560 2.1rem/1 "Fraunces", Georgia, serif; }
.dashboard-score-ring span { margin-top: 3px; color: rgba(255,255,255,.5); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.dashboard-score > small { color: rgba(255,255,255,.63); font-size: .68rem; font-weight: 700; }
.dashboard-hero-stats { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.11); }
.dashboard-hero-stats > div { display: grid; gap: 4px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.1); }
.dashboard-hero-stats > div:first-child { padding-left: 0; }
.dashboard-hero-stats > div:last-child { border-right: 0; }
.dashboard-hero-stats strong { font: 520 1.75rem "Fraunces", Georgia, serif; }
.dashboard-hero-stats span { color: rgba(255,255,255,.52); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }

.dashboard-focus-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr); gap: 20px; margin-top: 24px; }
.dashboard-priority, .dashboard-reflection, .dashboard-next { border: 1px solid var(--line); border-radius: 25px; background: rgba(251,254,253,.82); box-shadow: 0 16px 42px rgba(20,33,58,.05); }
.dashboard-priority { padding: 28px; }
.dashboard-block-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dashboard-block-head h2 { margin: 0; }
.dashboard-block-head a { color: var(--primary-dark); font-size: .72rem; font-weight: 800; }
.priority-goal { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.priority-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--primary-dark); background: linear-gradient(145deg, rgba(110,231,215,.22), rgba(129,118,231,.1)); font-size: 1.35rem; }
.priority-copy > span { color: var(--primary-dark); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.priority-copy h3 { margin: 3px 0 7px; font-size: 1.35rem; }
.priority-copy p { margin: 0; color: var(--muted-ink); font-size: .83rem; }
.priority-progress { display: grid; gap: 9px; padding-top: 20px; }
.priority-progress .row-between { font-size: .72rem; }
.priority-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.priority-empty { min-height: 250px; display: grid; place-items: center; align-content: center; gap: 9px; padding: 25px; border: 1px dashed rgba(36,118,141,.22); border-radius: 18px; text-align: center; }
.priority-empty h3 { margin: 4px 0 0; font-size: 1.35rem; }
.priority-empty p { max-width: 480px; color: var(--muted-ink); }

.dashboard-reflection { position: relative; overflow: hidden; padding: 28px; color: white; background:
  radial-gradient(circle at 100% 0, rgba(110,231,215,.2), transparent 14rem),
  linear-gradient(150deg, #15344f, #20385f);
}
.reflection-top { display: flex; justify-content: space-between; align-items: center; }
.dashboard-reflection .dashboard-section-label { color: var(--gold); }
.dashboard-reflection blockquote { margin: 32px 0 10px; font: italic 1.45rem/1.5 "Fraunces", Georgia, serif; }
.dashboard-reflection > p { color: rgba(255,255,255,.5); font-size: .7rem; }
.reflection-line { width: 42px; height: 1px; margin: 28px 0 18px; background: var(--gold); }
.dashboard-reflection > small { color: rgba(255,255,255,.62); line-height: 1.6; }
.dashboard-reflection > small strong { color: white; }

.dashboard-next { margin-top: 24px; padding: 28px; }
.dashboard-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.dashboard-links > a { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 22px 18px; border-right: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.dashboard-links > a:first-child { padding-left: 0; }
.dashboard-links > a:last-child { padding-right: 0; border-right: 0; }
.dashboard-links > a:hover { background: rgba(110,231,215,.055); transform: translateY(-2px); }
.dashboard-link-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; color: var(--primary-dark); background: rgba(110,231,215,.15); font-size: 1.15rem; }
.dashboard-links strong, .dashboard-links small { display: block; }
.dashboard-links strong { margin-bottom: 4px; font-size: .82rem; }
.dashboard-links small { color: var(--muted-ink); font-size: .68rem; line-height: 1.45; }
.dashboard-links b { color: var(--primary-dark); }

@media (max-width: 980px) {
  .dashboard-hero { min-height: 300px; }
  .dashboard-focus-grid { grid-template-columns: 1.25fr .75fr; }
  .dashboard-links { grid-template-columns: 1fr; }
  .dashboard-links > a, .dashboard-links > a:first-child, .dashboard-links > a:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .dashboard-links > a:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .dashboard-welcome { align-items: flex-start; }
  .dashboard-profile-button { width: 38px; height: 38px; }
  .dashboard-hero { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 30px 24px; border-radius: 25px; }
  .dashboard-score { grid-row: 2; padding: 0; }
  .dashboard-score-ring { width: 104px; }
  .dashboard-hero-stats { grid-row: 3; }
  .dashboard-hero-stats > div { padding: 0 10px; }
  .dashboard-hero-stats strong { font-size: 1.35rem; }
  .dashboard-hero-stats span { font-size: .57rem; }
  .dashboard-focus-grid { grid-template-columns: 1fr; }
  .dashboard-onboarding { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .dashboard-welcome h1 { font-size: 2.25rem; }
  .dashboard-welcome p { font-size: .82rem; }
  .dashboard-hero-main h2 { font-size: 2.1rem; }
  .dashboard-hero-stats span { letter-spacing: .04em; }
  .dashboard-priority, .dashboard-reflection, .dashboard-next { padding: 21px; border-radius: 21px; }
  .dashboard-block-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .priority-actions { justify-content: stretch; flex-direction: column; }
  .priority-actions .button { width: 100%; }
}

/* Esperienza mobile dell'area personale */
@media (max-width: 720px) {
  html, body { overflow-x: hidden; }
  body { font-size: 15px; }

  .mobile-header { height: 58px; padding: 8px 12px; box-shadow: 0 8px 26px rgba(20,33,58,.06); }
  .brand--compact { gap: 8px; font-size: .9rem; }
  .brand--compact .brand-mark { width: 32px; }
  .mobile-header > .icon-button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; }
  .sidebar { width: min(320px, 88vw); padding: 68px 14px 18px; box-shadow: 25px 0 70px rgba(4,11,28,.35); }
  .nav { gap: 2px; }
  .nav a { min-height: 43px; padding: 9px 11px; }

  .content { padding: 76px 12px calc(88px + env(safe-area-inset-bottom)); }
  .page { width: 100%; }
  .page-head { gap: 13px; margin-bottom: 22px; }
  .page-head h1 { font-size: 2rem; }
  .page-head .lead { font-size: .88rem; line-height: 1.55; }
  .page-head > .button, .page-head > a.button { width: 100%; }
  .section { margin-top: 24px; }
  .section-head { align-items: flex-start; gap: 10px; }
  .section-head h2 { font-size: 1.18rem; }
  .card { padding: 16px; border-radius: 18px; box-shadow: 0 10px 28px rgba(20,33,58,.045); }
  .card:hover { transform: none; }
  .card > .row-between { align-items: flex-start; flex-wrap: wrap; }
  .button { min-height: 44px; }
  .button.small { min-height: 38px; }
  .grid { gap: 11px; }
  .grid-2, .grid-3, .grid-4, .studio-layout, .form-grid { grid-template-columns: 1fr; }

  .hero { padding: 24px 19px; border-radius: 20px; }
  .hero h1 { font-size: 2rem; }
  .hero::after { width: 250px; height: 250px; }
  .ring-grid { gap: 5px; }
  .ring { width: 74px; }
  .ring::before { inset: 7px; }
  .ring strong { font-size: .94rem; }
  .bar-row { grid-template-columns: 72px 1fr 34px; gap: 7px; }
  .sponsor { align-items: flex-start; flex-direction: column; }
  .filters { display: grid; gap: 9px; }
  .filters input { min-width: 0; }
  .filters .row { gap: 7px; }
  .podcast { grid-template-columns: auto minmax(0, 1fr); gap: 11px; }
  .course-cover { height: 94px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .saved-item { grid-template-columns: 1fr; }

  .bottom-nav { min-height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -10px 30px rgba(20,33,58,.07); }
  .bottom-nav a { min-width: 0; padding: 7px 2px 5px; font-size: .57rem; }
  .bottom-nav a span { font-size: 1rem; }

  .modal { width: calc(100vw - 16px); max-height: calc(100dvh - 24px); border-radius: 20px; }
  .modal-header { padding: 15px 16px; }
  #modal-content { padding: 16px; }
  .toast { left: 10px; right: 10px; bottom: calc(72px + env(safe-area-inset-bottom)); }

  .dashboard-welcome { gap: 12px; margin-bottom: 24px; }
  .dashboard-welcome h1 { margin-top: 3px; font-size: clamp(1.9rem, 9vw, 2.35rem); line-height: 1.03; }
  .dashboard-welcome p { display: none; }
  .dashboard-date { font-size: .62rem; letter-spacing: .1em; }
  .dashboard-profile-button { width: 36px; height: 36px; }
  .dashboard-profile-button > span { width: 28px; height: 28px; font-size: .78rem; }
  .dashboard-onboarding { gap: 14px; margin: 0 0 18px; padding: 16px; }
  .dashboard-onboarding .button { width: 100%; }
  .dashboard-hero { gap: 20px; padding: 24px 19px 20px; border-radius: 21px; box-shadow: 0 18px 44px rgba(7,17,39,.15); }
  .dashboard-hero-main h2 { font-size: 1.85rem; }
  .dashboard-hero-main > p { margin-bottom: 20px; font-size: .86rem; line-height: 1.55; }
  .dashboard-hero-actions { display: grid; gap: 12px; }
  .dashboard-hero-actions .button { width: 100%; }
  .hero-text-link { justify-self: center; padding: 4px; }
  .dashboard-score { grid-row: auto; display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
  .dashboard-score-ring { width: 76px; }
  .dashboard-score-ring strong { font-size: 1.5rem; }
  .dashboard-score-ring span { font-size: .5rem; }
  .dashboard-hero-stats { grid-row: auto; gap: 0; padding-top: 17px; }
  .dashboard-hero-stats > div { gap: 2px; padding: 0 8px; }
  .dashboard-hero-stats > div:first-child { padding-left: 0; }
  .dashboard-hero-stats strong { font-size: 1.2rem; }
  .dashboard-hero-stats span { font-size: .5rem; line-height: 1.35; letter-spacing: .025em; }

  .dashboard-focus-grid { gap: 12px; margin-top: 12px; }
  .dashboard-priority, .dashboard-reflection, .dashboard-next { padding: 18px; border-radius: 19px; }
  .dashboard-block-head { align-items: flex-start; gap: 7px; margin-bottom: 17px; }
  .priority-goal { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 16px 0; }
  .priority-icon { width: 42px; height: 42px; border-radius: 13px; }
  .priority-copy h3 { font-size: 1.18rem; }
  .priority-copy p { font-size: .78rem; }
  .priority-actions { display: grid; gap: 8px; }
  .priority-actions .button { width: 100%; }
  .priority-empty { min-height: 220px; padding: 18px; }
  .dashboard-reflection blockquote { margin: 22px 0 8px; font-size: 1.25rem; }
  .reflection-line { margin: 21px 0 15px; }
  .dashboard-next { margin-top: 12px; }
  .dashboard-links > a, .dashboard-links > a:first-child, .dashboard-links > a:last-child { gap: 11px; padding: 15px 0; }
  .dashboard-link-icon { width: 39px; height: 39px; border-radius: 12px; }
  .dashboard-links b { padding-left: 3px; }
  .footer { margin-top: 34px; }

  .auth-back { min-height: 40px; }
  .auth-heading { margin-bottom: 17px; }
  .auth-heading h2 { font-size: 1.95rem; }
  .auth-heading p { font-size: .82rem; }
  .auth-form { gap: 14px; }
  .auth-form input { min-height: 47px; }
  .auth-support { margin-top: 4px; }
}

@media (max-width: 370px) {
  .content { padding-left: 9px; padding-right: 9px; }
  .mobile-header { padding-inline: 9px; }
  .brand--compact > span:last-child { font-size: .82rem; }
  .dashboard-hero { padding-inline: 16px; }
  .dashboard-hero-stats span { font-size: .46rem; }
  .ring { width: 68px; }
  .auth-screen { padding-inline: 9px; }
  .auth-heading h2 { font-size: 1.8rem; }
  .demo-access { gap: 9px; padding: 11px 12px; }
}
