*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Arial,sans-serif}.home{overflow:hidden;background:linear-gradient(#65c86b 0 46%,#178341 46% 100%);color:#fff}.irishSky{position:fixed;inset:0;background:radial-gradient(circle at 50% 115%,#55c95b 0 34%,transparent 35%),linear-gradient(#98e6a1,#3ca75d);overflow:hidden}.irishSky:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-4%;height:37%;background:repeating-linear-gradient(78deg,#18773b 0 22px,#208c43 22px 44px);clip-path:polygon(0 55%,12% 30%,24% 53%,38% 18%,52% 48%,67% 20%,82% 52%,100% 25%,100% 100%,0 100%)}.hero{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-shadow:0 4px 0 #064a27,0 7px 16px #0008}.hero h1{font-size:clamp(42px,7vw,92px);margin:0;color:#ffe15a;letter-spacing:3px}.hero h2{font-size:clamp(30px,5vw,64px);margin:-4px 0 3px;color:#fff}.tag{font-weight:900;letter-spacing:5px;margin:5px 0 18px}.rainbow{font-size:clamp(70px,10vw,130px);animation:float 3s ease-in-out infinite}.shamrocks{font-size:34px;letter-spacing:18px;animation:pulse 1.7s ease-in-out infinite}.castle{font-size:70px;filter:drop-shadow(0 8px 3px #06351f88)}.homeBtns,.musicRow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:14px}.homeBtns a,.homeBtns button,.musicRow button,#closeIntro{min-width:155px;padding:15px 26px;border:3px solid #f2d35b;border-radius:15px;background:#08763c;color:white;font:900 22px Arial;text-decoration:none;box-shadow:0 7px 0 #064a27,0 10px 20px #0006;cursor:pointer}.musicRow button{min-width:120px;font-size:14px;padding:9px 14px}.homeBtns a:hover,.homeBtns button:hover{transform:translateY(-2px);filter:brightness(1.15)}.cloud{position:absolute;color:#eaffea;font-size:80px;opacity:.75;animation:drift 16s linear infinite}.c1{top:8%;left:-12%}.c2{top:28%;left:-18%;animation-delay:-8s}.spark{position:absolute;font-size:38px;color:#ffe76c;animation:twinkle 1.4s infinite}.s1{left:12%;top:23%}.s2{right:12%;top:18%;animation-delay:.7s}#introModal{position:fixed;inset:0;z-index:20;background:#00170ddd;display:none;place-items:center;padding:18px}.videoBox{width:min(1100px,96vw);text-align:center}.videoBox video{width:100%;max-height:82vh;background:#000;border:4px solid #e6c24d;border-radius:14px;box-shadow:0 20px 60px #000}.videoBox #closeIntro{margin-top:10px;font-size:16px;min-width:120px;padding:9px 18px}@keyframes float{50%{transform:translateY(-10px) rotate(2deg)}}@keyframes pulse{50%{transform:scale(1.12)}}@keyframes drift{to{left:112%}}@keyframes twinkle{50%{opacity:.25;transform:scale(.7) rotate(25deg)}}@media(max-height:700px){.rainbow{font-size:60px}.castle{font-size:48px}.hero h1{font-size:48px}.hero h2{font-size:34px}}
/* Esconde PLAY / MUSIC / SOUND / BACK durante as fases */
#eaGameControls {
    display: none !important;
}