html{height:100%}body,html{margin:0;padding:0;overflow-x:hidden}body{font-family:Arial,Helvetica,sans-serif;background-color:var(--background);color:var(--foreground);min-height:100vh;min-height:100dvh;width:100%;position:relative}:root{--background:#ffffff;--foreground:#0d0e12;--primary:#1a1f2b;--card:#ffffff;--card-foreground:#0d0e12;--popover:#ffffff;--popover-foreground:#0d0e12;--primary-foreground:#f9fafb;--secondary:#e5e7eb;--secondary-foreground:#0d0e12;--muted:#e5e7eb;--muted-foreground:#6b7280;--accent:#e5e7eb;--accent-foreground:#0d0e12;--destructive:#ef4444;--destructive-foreground:#f9fafb;--border:#e5e7eb;--input:#e5e7eb;--ring:#0d0e12;--chart-1:#f97316;--chart-2:#0eafa0;--chart-3:#334155;--chart-4:#fbbf24;--chart-5:#fb923c;--radius:0.5rem;--shell-width:36rem}.dark{--background:#1a1f30;--background-dark:#131724;--foreground:white;--card:#1e1e1e;--card-foreground:#f9fafb;--popover:#1e1e1e;--popover-foreground:#f9fafb;--primary:#f9fafb;--primary-foreground:#0d0e12;--secondary:#2c2f36;--secondary-foreground:#f9fafb;--muted:#2c2f36;--muted-foreground:#a1a1aa;--accent:#2c2f36;--accent-foreground:#f9fafb;--destructive:#991b1b;--destructive-foreground:#f9fafb;--border:#2c2f36;--input:#2c2f36;--ring:#e2e8f0;--chart-1:#3b82f6;--chart-2:#10b981;--chart-3:white;--chart-4:#8b5cf6;--chart-5:#ec4899;--chart-button:white;--viola-intenso:#4812da;--viola-scuro:#6d28d9;--viola:#8c52ff;--viola-rgb:140,82,255;--indaco-pastello:#886fff;--icon:white;--shell-width:36rem}header{padding:0 4vw;position:relative;z-index:50;display:flex;justify-content:space-between;align-items:center;height:60px;color:var(--foreground)}main{height:90vh;padding:0 5vh}.divMain,main{flex-grow:1;flex-direction:column;display:flex;justify-content:center}.divMain{padding:0 10% 13vh}.name{font-family:Arial,sans-serif;font-size:4rem;font-weight:800;text-align:center;color:rgba(0,0,0,.1);margin-top:100px;text-shadow:0 0 5px rgba(82,0,255,.6),0 0 10px rgba(82,0,255,.6),0 0 20px rgba(82,0,255,.6),0 0 40px rgba(82,0,255,.4)}.testoAggiuntivo{font-size:1rem;color:gray}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}*{-webkit-tap-highlight-color:transparent}button,input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}a,button{outline:none}a:focus-visible,button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}