body{margin:0;background-color:#2b2b2b}.container{display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;min-height:100vh}.machine{background:#650000;padding:2rem;border-radius:1rem;border:8px solid #850000;box-shadow:0 10px #650000;text-align:center;width:20rem}.machine h1{color:#ccb33b;margin-bottom:1rem;text-shadow:2px 2px 0 #000}.slots{display:flex;justify-content:center;gap:1rem;margin:1.5rem 0}.slot{width:4.5rem;height:4.5rem;background:#fff;border:4px solid #333;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:inset 0 4px 6px #0000004c}button{background:#ccb33b;border:none;padding:.7rem 1.5rem;font-weight:700;border-radius:10px;cursor:pointer;box-shadow:0 4px #af9500}button:disabled{opacity:.5;cursor:not-allowed}.rien{margin-top:1rem;font-style:italic;color:#fff}.machine.winner{background:#003924;padding:2rem;border-radius:1rem;border:8px solid #005841;box-shadow:0 10px #012014}.roll-enter-from{transform:translateY(-50%) scale(.6)}.roll-leave-to{transform:translateY(50%) scale(.6)}.roll-enter-active,.roll-leave-active{transition:all 50ms ease-in-out}
