body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{overflow:hidden}.game-button{background:#0072ff;border-radius:5px;margin:25px;padding:10px 20px;transition:background-color .3s ease}.game-button:hover{background:#005fcc}.game-message{color:red;-webkit-text-decoration:#32cd32;text-decoration:#32cd32}.score{color:#fff}.help{margin-top:20px;max-width:600px;padding:20px}@media (max-width:600px){.game-board{grid-template-columns:repeat(8,30px);grid-template-rows:repeat(8,30px)}.candy{height:30px;width:30px}.game-button{font-size:14px;padding:8px 16px}}.matched{animation:matchAnimation .5s ease-out}@keyframes matchAnimation{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.game-board{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 8px #0000001a,0 8px 16px #00000026}.candy{background-blend-mode:overlay;background-image:linear-gradient(180deg,#fff6,#fff0 40%);border-radius:12%;box-shadow:0 2px 4px #0003,inset 0 -2px 3px #0003,inset 0 2px 4px #ffffff4d;height:50px;transition:background-color .3s ease,transform .2s ease;width:50px}.candy:active{box-shadow:0 4px 8px #0000004d,inset 0 -2px 3px #00000040,inset 0 2px 4px #fff6}#background-video{height:100%;left:50%;object-fit:cover;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.help-button{background:linear-gradient(135deg,#6e3b6e,#b06ab3);border:none;border-radius:25px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-bottom:10px;padding:12px 24px 10px;transition:background .3s ease,transform .2s ease,box-shadow .2s ease}.help-button:hover{background:linear-gradient(135deg,#b06ab3,#6e3b6e);box-shadow:0 6px 20px #0000004d;transform:translateY(-5px)}.help-button:active{box-shadow:0 4px 15px #0003;transform:translateY(0)}body,html{align-items:center;background-size:cover;height:100%;justify-content:center;margin:0}.content{color:#fff;min-height:100vh;padding-bottom:50px;position:relative;width:100%;z-index:1}.content,.game{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.game{background:#ffffff1a;border-radius:10px;box-shadow:0 0 20px #00000080;margin:10px auto 5px;max-height:95vh;max-width:600px;min-height:50vh;padding:5px;width:80%}h1{color:#fff;margin-bottom:5px}.game-board{grid-gap:4px;background:#ffffff1a;border-radius:10px;display:grid;gap:4px;grid-template-columns:repeat(8,1fr);margin-top:15px;max-width:600px;padding:10px;width:80%}.candy{border-radius:10%;box-shadow:0 0 10px #0003;height:40px;transition:background-color .3s ease,transform .3s ease;width:90%}.candy:active{transform:scale(1.1)}.button-container{display:flex;gap:10px;justify-content:center;margin-top:15px}.game-button{background:linear-gradient(135deg,#6e3b6e,#b06ab3);border:none;border-radius:25px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px 15px;transition:background .3s ease,transform .2s ease,box-shadow .2s ease}.game-button:hover{background:linear-gradient(135deg,#560359,#6e3b6e);box-shadow:0 6px 20px #0000004d;transform:translateY(-5px)}.game-button:active{box-shadow:0 4px 15px #0003;transform:translateY(0)}.help{background:#000000b3;border-radius:10px;color:#fff;display:block;margin-top:10px;padding:10px;text-align:center}.game-message{color:gold;font-size:24px;margin-top:10px}.score{color:#f5f5f5;font-size:20px;font-weight:500;margin-top:10px}@media (max-width:600px){.game{width:90%}.candy{height:30px}.game-button{font-size:14px;padding:8px 16px}}
/*# sourceMappingURL=main.7281fdcc.css.map*/