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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{align-items:center;background:#f7f2e7;display:flex;font-family:Arial,sans-serif;justify-content:center;margin:0;min-height:100vh}.container{color:#333;text-align:center}.title{font-size:2.5rem;margin-bottom:.5rem}.subtitle{font-size:1.2rem;margin-bottom:2rem}.slot-machine{background:#222;border:3px solid #333;border-radius:20px;box-shadow:0 8px 16px #00000080;display:inline-block;margin-bottom:2rem;padding:20px;position:relative}.reels{display:flex;gap:10px;padding:10px;perspective:1000px}.reel{background:linear-gradient(145deg,#555,#333);border-radius:10px;box-shadow:inset 0 4px 8px #0009;height:100px;overflow:hidden;position:relative;width:80px}.reel-cylinder{height:100%;position:absolute;transform-style:preserve-3d;width:100%}.reel.spinning .reel-cylinder{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotateX(0deg)}to{transform:rotateX(-1turn)}}.reel-item{align-items:center;background:#fff;border:3px solid #ccc;border-radius:8px;box-shadow:0 4px 6px #0000004d;color:#333;display:flex;font-size:2rem;height:60px;justify-content:center;position:absolute;width:100%}.reel-item:first-child{transform:rotateX(0deg) translateZ(30px)}.reel-item:nth-child(2){transform:rotateX(120deg) translateZ(30px)}.reel-item:nth-child(3){transform:rotateX(240deg) translateZ(30px)}.lever{cursor:pointer;position:absolute;right:-60px;top:-20px}.lever-bar{background-color:#888;border-radius:5px;height:100px;position:relative;transition:transform .3s ease;width:10px}.lever-knob{background-color:#d9534f;border:3px solid #900;border-radius:50%;height:30px;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:30px}.pulled{transform:rotate(30deg) translateY(20px)}.result-box{background-color:#f0f0f0;border:2px solid #ccc;border-radius:15px;box-shadow:0 4px 8px #0003;margin-left:auto;margin-right:auto;margin-top:20px;max-width:300px;padding:20px}.result-text{font-size:1.1rem;margin-bottom:15px}.submit-button{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 20px;transition:background-color .3s}.submit-button:hover{background-color:#e64a19}
/*# sourceMappingURL=main.6bcbe1f6.css.map*/