@import "https://fonts.googleapis.com/css2?family=Titan+One&display=swap";:root{--mario-red:#e52521;--mario-blue:#00a2e8;--mario-yellow:#fbd000;--mario-green:#43b047}*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#fff;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;display:flex;overflow:hidden}.container{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.logo-row{justify-content:center;align-items:center;display:flex}.logo-small .mario-char{-webkit-text-stroke:3.5px #000;paint-order:stroke fill;cursor:pointer;margin-right:-4px;font-family:Titan One,cursive,sans-serif;font-size:3rem;line-height:1;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative}.logo-small .mario-char-shadowed{text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000,0 1.5px #000,1.5px 1.5px #000,2px 2px #000,3px 3px #000,4px 4px #000,5px 5px #000}.logo-small .mario-char:hover{z-index:100;transform:scale(1.25)rotate(12deg)translateY(-8px)!important}.logo-large .mario-char{-webkit-text-stroke:6.5px #000;paint-order:stroke fill;cursor:pointer;margin-right:-8px;font-family:Titan One,cursive,sans-serif;font-size:6.8rem;line-height:1;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative}.logo-large .mario-char-shadowed{text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000,0 2px #000,2px 2px #000,3px 3px #000,4px 4px #000,5px 5px #000,6px 6px #000,7px 7px #000,8px 8px #000,9px 9px #000,10px 10px #000,11px 11px #000,12px 12px #000}.logo-large .mario-char:hover{z-index:100;transform:scale(1.2)rotate(10deg)translateY(-15px)!important}.char-a{color:var(--mario-red);transform:rotate(-8deg)translateY(2px)}.char-n1{color:var(--mario-blue);transform:rotate(6deg)translateY(-2px)}.char-s1{color:var(--mario-yellow);transform:rotate(-5deg)translateY(1px)}.char-e{color:var(--mario-green);transform:rotate(8deg)translateY(-3px)}.char-m{color:var(--mario-red);transform:rotate(-6deg)translateY(2px)}.char-d{color:var(--mario-blue);transform:rotate(5deg)translateY(-1px)}.char-i{color:var(--mario-yellow);transform:rotate(-4deg)translateY(2px)}.char-o3{color:var(--mario-green);transform:rotate(7deg)translateY(-3px)}.char-s2{color:var(--mario-red);transform:rotate(-8deg)translateY(4px)}.char-o1{color:var(--mario-blue);transform:rotate(5deg)translateY(-2px)}.char-o2{color:var(--mario-yellow);transform:rotate(-5deg)translateY(2px)}.char-n2{color:var(--mario-green);transform:rotate(8deg)translateY(-4px)}.dot{margin-left:2px;display:inline-block}.dot-1{color:var(--mario-red);animation:1.4s ease-in-out infinite mario-bounce;transform:rotate(-5deg)}.dot-2{color:var(--mario-blue);margin-left:-4px;animation:1.4s ease-in-out .2s infinite mario-bounce;transform:rotate(5deg)}.dot-3{color:var(--mario-yellow);margin-left:-4px;animation:1.4s ease-in-out .4s infinite mario-bounce;transform:rotate(-3deg)}@keyframes mario-bounce{0%,to{transform:translateY(0)scale(1)rotate(-5deg)}50%{text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000,0 2px #000,2px 2px #000,4px 4px #000,6px 4px #000,8px 12px 8px #00000026;transform:translateY(-25px)scale(1.15)rotate(5deg)}}@media (width<=600px){.logo-small .mario-char{-webkit-text-stroke:2.2px #000;font-size:1.8rem}.logo-large .mario-char{-webkit-text-stroke:4px #000;font-size:4rem}.logo-small .mario-char-shadowed{text-shadow:-1px -1px #000,1px -1px #000,0 1px #000,2px 2px #000,3px 3px #000}.logo-large .mario-char-shadowed{text-shadow:-1px -1px #000,1px -1px #000,0 1.5px #000,2px 2px #000,3px 3px #000,4px 4px #000,5px 5px #000}}
